]> git.proxmox.com Git - pve-docs.git/commitdiff
storage: lvm: expand on description of saferemove option
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 7 Dec 2023 16:10:38 +0000 (17:10 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 9 Jan 2024 09:38:04 +0000 (10:38 +0100)
mentioning why zeroing-out might be necessary.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
pve-storage-lvm.adoc

index 917d8fbcbe9e9078f1fa04408768ff800cbfe304..cff5d3eeaa21bee8745700ce9b3dd7dc5f2b5205 100644 (file)
@@ -38,7 +38,10 @@ on a remote iSCSI server.
 `saferemove`::
 
 Zero-out data when removing LVs. When removing a volume, this makes
-sure that all data gets erased.
+sure that all data gets erased and cannot be accessed by other LVs
+created later (which happen to be assigned the same physical extents).
+This is a costly operation, but may be required as a security measure
+in certain environments.
 
 `saferemove_throughput`::