]> sourceware.org Git - lvm2.git/commit
man: lvmthin should use clearer thin pool options
authorDavid Teigland <teigland@redhat.com>
Fri, 26 Sep 2014 21:05:30 +0000 (16:05 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 26 Sep 2014 21:05:30 +0000 (16:05 -0500)
commit95df06d721048f7089fd46ca5332f75ec64a8cb5
treefa4a1480112e1c1dfacc2dbd44619abd3ebeb4e1
parentb53504ed37d3b0aa8dac193cb4539ea91120253d
man: lvmthin should use clearer thin pool options

Previously, this was the recommended form for creating a thin pool:

lvconvert --thinpool VG/ThinDataLV --poolmetadata VG/ThinMetaLV

but this is confusing, because --thinpool does not actually take
an arg, and is more naturally used to specify an existing thin pool.

The new recommended form is:

lvconvert --type thin-pool --poolmetadata VG/ThinMetaLV VG/ThinDataLV
man/lvmthin.7.in
This page took 0.037934 seconds and 5 git commands to generate.