Skip to content

Commit 2984e71

Browse files
committed
Add man page entries for the moved subcommands
These are bind, unbind, and rebind. The new commands use the mandatory --name, --uuid option mechanism for specifying the pool to operate on, while the old commands just used name. Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 51c7dad commit 2984e71

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/stratis.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,25 @@ pool unbind <(clevis|keyring)> <pool name> [--token-slot <token slot>]::
117117
mechanism. MOVE NOTICE: The "unbind" subcommand can also be found under
118118
the "pool encryption" subcommand. The "pool unbind" subcommand that you
119119
are using now is deprecated and will be removed in stratis 3.10.0.
120+
pool encryption bind <(nbde|tang)> <(--uuid <uuid> |--name <name>)> <(--thumbprint <thp> | --trust-url)> <url>::
121+
Bind the devices in the specified pool to a supplementary encryption
122+
mechanism that uses NBDE (Network-Bound Disc Encryption). *tang* is
123+
an alias for *nbde*.
124+
pool encryption bind tpm2 <(--uuid <uuid> |--name <name>)>::
125+
Bind the devices in the specified pool to a supplementary encryption
126+
mechanism that uses TPM 2.0 (Trusted Platform Module).
127+
pool encryption bind keyring <(--uuid <uuid> |--name <name>)> <keydesc>::
128+
Bind the devices in the specified pool to a supplementary encryption
129+
mechanism using a key in the kernel keyring.
130+
pool encryption rebind clevis <(--uuid <uuid> |--name <name>)> [--token-slot <token slot>]::
131+
Rebind the devices in the specified pool using the Clevis configuration
132+
with which the devices in the pool were previously bound.
133+
pool encryption rebind keyring <(--uuid <uuid> |--name <name>)> <keydesc> [--token-slot <token slot>]::
134+
Rebind the devices in the specified pool using the specified key
135+
description.
136+
pool encryption unbind <(clevis|keyring)> <(--uuid <uuid> |--name <name>)> [--token-slot <token slot>]::
137+
Unbind the devices in the specified pool from the specified encryption
138+
mechanism.
120139
pool set-fs-limit <pool name> <amount> ::
121140
Set the limit on the number of file systems allowed per-pool. This number
122141
may only be increased from its current value.

0 commit comments

Comments
 (0)