aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-29 13:22:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-30 17:53:58 -0700
commite866051ecfade8ee49ecdbebedc94a9caed3e047 (patch)
treef6628e33d1f7030d25743e8a9629e2ee978a9b61 /src/connection
parent4ad6d1b85a94e879ef5da95746cc6896b2906f6c (diff)
downloadconsfigurator-e866051ecfade8ee49ecdbebedc94a9caed3e047.tar.gz
add :OPENED-VOLUMES connattr
hostattrs don't make sense for this, as it should be possible to gather all hostattrs without examining the host. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/fork.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index a8c3631..3fe63aa 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -112,3 +112,7 @@ for example, such that we don't see it."
(error
"Fork connection child failed, exit code ~D" exit-status))
(values nil (if (zerop status) :no-change nil))))))))))
+
+(defmethod propagate-connattr
+ ((type (eql :opened-volumes)) connattr (connection fork-connection))
+ connattr)