Skip to content

Commit

Permalink
Merge pull request #1097 from mulkieran/man-entry-for-filesystem-detail
Browse files Browse the repository at this point in the history
Add list of fields in filesystem detail view
  • Loading branch information
mulkieran authored Sep 12, 2024
2 parents 63bb2a4 + 799c791 commit a8df28c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/stratis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,34 @@ UUID::
The UUID of the filesystem.


FIELDS for stratis filesystem list [(--uuid <uuid> |--name <name>)]

UUID::
The UUID of the filesystem.

Name::
The name of the filesystem.

Pool::
The name of the filesystem's pool.

Device::
The device path to use for mounting the filesystem.

Created::
The time the filesystem was created.

Snapshot origin::
If this filesystem is a snapshot, its origin.

Sizes::
The logical size of the Stratis filesystem, the total space actually
used, and the logical amount free on the Stratis filesystem. Since
every Stratis filesystem holds an XFS filesystem, a new Stratis
filesystem will have a non-zero amount used for the XFS filesystem
metadata.


FIELDS for stratis blockdev list

Pool Name::
Expand Down

0 comments on commit a8df28c

Please sign in to comment.