[pve-devel] [PATCH docs] Fix path to block device when creating a file system on a thin volume

Emmanuel Kasper e.kasper at proxmox.com
Thu Mar 23 11:57:32 CET 2017


The path component following /dev/ should be the volume group where the
thin pool exists, not the name of the thin pool itself.

(the fstab example underneath has this right)
---
 local-lvm.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/local-lvm.adoc b/local-lvm.adoc
index 8ebc123..1abd6fc 100644
--- a/local-lvm.adoc
+++ b/local-lvm.adoc
@@ -104,7 +104,7 @@ A real world example:
 
 Now a filesystem must be created on the LV.
 
- # mkfs.ext4 /dev/data/vz
+ # mkfs.ext4 /dev/pve/vz
 
 At last this has to be mounted.
 
-- 
2.1.4





More information about the pve-devel mailing list