diff options
author | mulhern <amulhern@redhat.com> | 2017-11-27 10:02:45 -0500 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2018-01-17 09:16:12 -0500 |
commit | 7efd5fed6fd713e206ace4b71116d0a5d719fb0a (patch) | |
tree | d700bbef589870e2797dd6771c50e253cede0b96 | |
parent | cc3ff0af19499f0aaa587f42d3091b4dff49208f (diff) |
dm thin: extend thinpool status format string with omitted fields
Signed-off-by: mulhern <amulhern@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
-rw-r--r-- | Documentation/device-mapper/thin-provisioning.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/device-mapper/thin-provisioning.txt b/Documentation/device-mapper/thin-provisioning.txt index fb10d187090e..4bcd4b7f79f9 100644 --- a/Documentation/device-mapper/thin-provisioning.txt +++ b/Documentation/device-mapper/thin-provisioning.txt | |||
@@ -276,7 +276,8 @@ ii) Status | |||
276 | 276 | ||
277 | <transaction id> <used metadata blocks>/<total metadata blocks> | 277 | <transaction id> <used metadata blocks>/<total metadata blocks> |
278 | <used data blocks>/<total data blocks> <held metadata root> | 278 | <used data blocks>/<total data blocks> <held metadata root> |
279 | ro|rw|out_of_data_space [no_]discard_passdown | 279 | ro|rw|out_of_data_space [no_]discard_passdown [error|queue]_if_no_space |
280 | needs_check|- | ||
280 | 281 | ||
281 | transaction id: | 282 | transaction id: |
282 | A 64-bit number used by userspace to help synchronise with metadata | 283 | A 64-bit number used by userspace to help synchronise with metadata |