aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/device-mapper/thin-provisioning.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/device-mapper/thin-provisioning.txt b/Documentation/device-mapper/thin-provisioning.txt
index 4bcd4b7f79f9..3d01948ea061 100644
--- a/Documentation/device-mapper/thin-provisioning.txt
+++ b/Documentation/device-mapper/thin-provisioning.txt
@@ -264,7 +264,10 @@ i) Constructor
264 data device, but just remove the mapping. 264 data device, but just remove the mapping.
265 265
266 read_only: Don't allow any changes to be made to the pool 266 read_only: Don't allow any changes to be made to the pool
267 metadata. 267 metadata. This mode is only available after the
268 thin-pool has been created and first used in full
269 read/write mode. It cannot be specified on initial
270 thin-pool creation.
268 271
269 error_if_no_space: Error IOs, instead of queueing, if no space. 272 error_if_no_space: Error IOs, instead of queueing, if no space.
270 273