@@ -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 [--keyfile-path KEYFILE_PATH | --capture-key] --unlock-method <(any | clevis | keyring)> <(--uuid <uuid> |--name <name>)>::
46+ pool start [--remove-cache] [-- 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,7 +54,9 @@ pool start [--keyfile-path KEYFILE_PATH | --capture-key] --unlock-method <(any |
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.
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.
5860pool list [--stopped] [(--uuid <uuid> |--name <name>)]::
5961 List pools. If the --stopped option is used, list only stopped pools.
6062 Otherwise, list only started pools. If a UUID or name is specified, print
0 commit comments