Skip to content

Commit

Permalink
Merge pull request #1108 from mulkieran/issue_stratis-cli_1104
Browse files Browse the repository at this point in the history
man: Add more information to schedule-revert entry
  • Loading branch information
mulkieran authored Nov 18, 2024
2 parents d84b50c + 401c077 commit f2455aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/stratis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ 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.
will overwrite its origin filesystem. A snapshot that is scheduled to
overwrite its origin filesystem can not be destroyed; the scheduled
revert must be cancelled before the snapshot or its origin can be
destroyed.
filesystem cancel-revert <pool_name> <snapshot_name>::
Cancel a scheduled revert.
filesystem debug get-object-path <(--uuid <uuid> |--name <name>)> ::
Expand Down

0 comments on commit f2455aa

Please sign in to comment.