Blob Blame History Raw
 WHATS_NEW             | 1 +
 man/lvcreate.8_pregen | 1 +
 tools/args.h          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/WHATS_NEW b/WHATS_NEW
index 6ccc090..002b5a3 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.03.03 - 
 ====================================
+  Restore missing man info lvcreate --zero for thin-pools.
   Drop misleadning comment for metadata minimum_io_size for VDO segment.
   Improve -lXXX%VG modifier which improves cache segment estimation.
   Ensure migration_threshold for cache is at least 8 chunks.
diff --git a/man/lvcreate.8_pregen b/man/lvcreate.8_pregen
index 2a5e05d..ff68447 100644
--- a/man/lvcreate.8_pregen
+++ b/man/lvcreate.8_pregen
@@ -2715,6 +2715,7 @@ answer yes. Use with extreme caution.
 Controls zeroing of the first 4KiB of data in the new LV.
 Default is \fBy\fP.
 Snapshot COW volumes are always zeroed.
+For thin pools, this controls zeroing of provisioned blocks.
 LV is not zeroed if the read only flag is set.
 Warning: trying to mount an unzeroed LV can cause the system to hang.
 .ad b
diff --git a/tools/args.h b/tools/args.h
index 414d7a8..723179d 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -1463,6 +1463,7 @@ arg(zero_ARG, 'Z', "zero", bool_VAL, 0, 0,
     "Controls zeroing of the first 4KiB of data in the new LV.\n"
     "Default is \\fBy\\fP.\n"
     "Snapshot COW volumes are always zeroed.\n"
+    "For thin pools, this controls zeroing of provisioned blocks.\n"
     "LV is not zeroed if the read only flag is set.\n"
     "Warning: trying to mount an unzeroed LV can cause the system to hang.\n"
     "#pvcreate\n"