Skip to content

Commit

Permalink
Add man page entries for new commands
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
(cherry picked from commit 39c87a8)
  • Loading branch information
mulkieran committed Oct 3, 2024
1 parent 18a3bc1 commit b7b9e24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/stratis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ filesystem set-size-limit <pool_name> <fs_name> <size_limit>::
as the filesystem's current size, use the keyword "current".
filesystem unset-size-limit <pool_name> <fs_name>::
Remove a filesystem size limit previously set.
filesystem schedule-revert <pool_name> <snapshot_name>::
Set a flag so that when the pool is next started, the specified snapshot
will overwrite its origin filesystem.
filesystem cancel-revert <pool_name> <snapshot_name>::
Cancel a scheduled revert.
filesystem debug get-object-path <(--uuid <uuid> |--name <name>)> ::
Look up the D-Bus object path for a filesystem given the UUID or name.
filesystem debug get-metadata <pool_name> [--pretty] [--written] [--fs-name <fs-name>] ::
Expand Down

0 comments on commit b7b9e24

Please sign in to comment.