@@ -43,7 +43,7 @@ pool create [--key-desc <key_desc>] [--clevis <(nbde|tang|tpm2)> [--tang-url <ta
4343pool stop <(--uuid <uuid> |--name <name>)>::
4444 Stop a pool, specifying the pool by its UUID or by its name. Tear down
4545 the storage stack but leave all metadata intact.
46- pool start [--remove-cache] [-- keyfile-path KEYFILE_PATH | --capture-key] --unlock-method <(any | clevis | keyring)> <(--uuid <uuid> |--name <name>)>::
46+ pool start [--keyfile-path KEYFILE_PATH | --capture-key] --unlock-method <(any | clevis | keyring)> <(--uuid <uuid> |--name <name>)>::
4747 Start a pool, specifying the pool by its UUID or by its name. Use the
4848 --unlock-method option to specify a method of unlocking the pool if it
4949 is encrypted. If an unlock method of any is specified the pool will be
@@ -54,9 +54,7 @@ pool start [--remove-cache] [--keyfile-path KEYFILE_PATH | --capture-key] --unlo
5454 option is required if --keyfile-path or --capture-key is used. If the
5555 value is any, the specified passphrase will be tried for all keyslots;
5656 otherwise the specified passphrase will be tried only for the keyslot
57- corresponding to the specified method. If --remove-cache is specified,
58- the pool's cache, if there is one, will not be set up and the Stratis
59- metadata on each of the pool's cache devices, if any, will be removed.
57+ corresponding to the specified method.
6058pool list [--stopped] [(--uuid <uuid> |--name <name>)]::
6159 List pools. If the --stopped option is used, list only stopped pools.
6260 Otherwise, list only started pools. If a UUID or name is specified, print
@@ -85,38 +83,22 @@ pool extend-data <pool_name> [--device-uuid <uuid>]::
8583pool bind <(nbde|tang)> <pool name> <url> <(--thumbprint <thp> | --trust-url)>::
8684 Bind the devices in the specified pool to a supplementary encryption
8785 mechanism that uses NBDE (Network-Bound Disc Encryption). *tang* is
88- an alias for *nbde*. MOVE NOTICE: The "bind" subcommand can also be found
89- under the "pool encryption" subcommand. The "pool bind" subcommand that
90- you are using now is deprecated and will be removed in stratis 3.10.0.
86+ an alias for *nbde*.
9187pool bind tpm2 <pool name>::
9288 Bind the devices in the specified pool to a supplementary encryption
93- mechanism that uses TPM 2.0 (Trusted Platform Module). MOVE NOTICE: The
94- "tpm2" subcommand can also be found under the "pool encryption bind"
95- subcommand. The "pool bind tpm2" subcommand that you are using now is
96- deprecated and will be removed in stratis 3.10.0.
89+ mechanism that uses TPM 2.0 (Trusted Platform Module).
9790pool bind keyring <pool name> <keydesc>::
9891 Bind the devices in the specified pool to a supplementary encryption
99- mechanism using a key in the kernel keyring. MOVE NOTICE: The "keyring"
100- subcommand can also be found under the "pool encryption bind" subcommand.
101- The "pool bind keyring" subcommand that you are using now is deprecated
102- and will be removed in stratis 3.10.0.
92+ mechanism using a key in the kernel keyring.
10393pool rebind clevis <pool name> [--token-slot <token slot>]::
10494 Rebind the devices in the specified pool using the Clevis configuration
105- with which the devices in the pool were previously bound. MOVE NOTICE:
106- The "clevis" subcommand can also be found under the "pool encryption
107- rebind" subcommand. The "pool rebind clevis" subcommand that you are
108- using now is deprecated and will be removed in stratis 3.10.0.
95+ with which the devices in the pool were previously bound.
10996pool rebind keyring <pool name> <keydesc> [--token-slot <token slot>]::
11097 Rebind the devices in the specified pool using the specified key
111- description. MOVE NOTICE: The "keyring" subcommand can also be found
112- under the "pool encryption rebind" subcommand. The "pool rebind keyring"
113- subcommand that you are using now is deprecated and will be removed in
114- stratis 3.10.0.
98+ description.
11599pool unbind <(clevis|keyring)> <pool name> [--token-slot <token slot>]::
116100 Unbind the devices in the specified pool from the specified encryption
117- mechanism. MOVE NOTICE: The "unbind" subcommand can also be found under
118- the "pool encryption" subcommand. The "pool unbind" subcommand that you
119- are using now is deprecated and will be removed in stratis 3.10.0.
101+ mechanism.
120102pool set-fs-limit <pool name> <amount> ::
121103 Set the limit on the number of file systems allowed per-pool. This number
122104 may only be increased from its current value.
0 commit comments