Commit 62c70ee2 by Sidnei da Silva Committed by Serge Hallyn

Document the new --thinpool option

parent f99c386b
...@@ -143,6 +143,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...@@ -143,6 +143,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
is the container name. <replaceable>--vgname vgname1</replaceable> is the container name. <replaceable>--vgname vgname1</replaceable>
will create the LV in volume group <filename>vgname1</filename> will create the LV in volume group <filename>vgname1</filename>
rather than the default, <filename>lxc</filename>. rather than the default, <filename>lxc</filename>.
<replaceable>--thinpool thinpool1</replaceable> will create the
LV as a thin-provisioned volume in the pool named
<filename>thinpool1</filename>.
<replaceable>--fstype FSTYPE</replaceable> will create an FSTYPE <replaceable>--fstype FSTYPE</replaceable> will create an FSTYPE
filesystem on the LV, rather than the default, which is ext4. filesystem on the LV, rather than the default, which is ext4.
<replaceable>--fssize SIZE</replaceable> will create a LV (and <replaceable>--fssize SIZE</replaceable> will create a LV (and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment