aboutsummaryrefslogtreecommitdiff
path: root/doc/connections.rst
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 /doc/connections.rst
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 'doc/connections.rst')
-rw-r--r--doc/connections.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/connections.rst b/doc/connections.rst
index f66b207..58b8dfe 100644
--- a/doc/connections.rst
+++ b/doc/connections.rst
@@ -76,6 +76,14 @@ The propagation of connattrs is currently limited to the establishing of
connections within the same Lisp image; i.e., connection types which start up
new Lisp images never propagate any existing connattrs.
+Reserved names for connection attributes
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The semantics of connattrs identified by keywords are documented here.
+
+- ``:OPENED-VOLUMES``: instances of ``DISK:OPENED-VOLUME``. Bound by
+ ``DISK:WITH-THESE-OPEN-VOLUMES`` property combinator.
+
Notes on particular connection types
------------------------------------