Fix path to block device when creating a file system on a thin volume

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)
This commit is contained in:
Emmanuel Kasper 2017-03-23 11:57:32 +01:00 committed by Dietmar Maurer
parent d757d19423
commit 188b4dc562

View File

@ -104,7 +104,7 @@ A real world example:
Now a filesystem must be created on the LV. 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. At last this has to be mounted.