diff options
author | mulhern <amulhern@redhat.com> | 2017-11-27 18:02:44 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2018-01-17 17:16:12 +0300 |
commit | cc3ff0af19499f0aaa587f42d3091b4dff49208f (patch) | |
tree | 8ffa066512d7ca67b6263637cfacb6771949c6c6 /Documentation/device-mapper | |
parent | 2bc8a61c696e41eef27ab7ff3bcfe75d2daf573a (diff) | |
download | linux-cc3ff0af19499f0aaa587f42d3091b4dff49208f.tar.xz |
dm thin: fixes in thin-provisioning.txt
Make the format string for thinpool status more correct.
Swap the order of two items to correspond with reality.
Signed-off-by: mulhern <amulhern@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'Documentation/device-mapper')
-rw-r--r-- | Documentation/device-mapper/thin-provisioning.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/device-mapper/thin-provisioning.txt b/Documentation/device-mapper/thin-provisioning.txt index 3852dade03e4..fb10d187090e 100644 --- a/Documentation/device-mapper/thin-provisioning.txt +++ b/Documentation/device-mapper/thin-provisioning.txt @@ -276,7 +276,7 @@ ii) Status <transaction id> <used metadata blocks>/<total metadata blocks> <used data blocks>/<total data blocks> <held metadata root> - [no_]discard_passdown ro|rw + ro|rw|out_of_data_space [no_]discard_passdown transaction id: A 64-bit number used by userspace to help synchronise with metadata |