Creating a Thin Pool
Lets assume you followed the guide to create a volume group here
You can create a thin logical pool by the following command
lvcreate -L <size><units> --thinpool <poolname> <vg_name>
Lets assume you followed the guide to create a volume group here
You can create a thin logical pool by the following command
lvcreate -L <size><units> --thinpool <poolname> <vg_name>