Comments on: Setup Thin Provisioning Volumes in Logical Volume Management (LVM) – Part IV https://www.tecmint.com/setup-thin-provisioning-volumes-in-lvm/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 27 Apr 2020 08:42:29 +0000 hourly 1 By: Babin Lonston https://www.tecmint.com/setup-thin-provisioning-volumes-in-lvm/comment-page-1/#comment-1330414 Mon, 27 Apr 2020 08:42:29 +0000 http://www.tecmint.com/?p=8472#comment-1330414 In reply to Hasan.

@Hasan,

No, it’s not a typo. (-s 32M) means we are using our own defined physical extend size while creating the volume group instead of default size 4 MB. To get more clarity on this have a look into https://www.tecmint.com/create-lvm-storage-in-linux/.

]]>
By: Hasan https://www.tecmint.com/setup-thin-provisioning-volumes-in-lvm/comment-page-1/#comment-1330041 Sun, 26 Apr 2020 14:17:29 +0000 http://www.tecmint.com/?p=8472#comment-1330041 Hi @Babin Lonston,

What a great explanation! Thank you!. There is a typo in the command below. You wrote in the article that you created 15gb here 32 MB.

# vgcreate -s 32M vg_thin /dev/sdb1
]]>
By: madhav https://www.tecmint.com/setup-thin-provisioning-volumes-in-lvm/comment-page-1/#comment-1172999 Mon, 17 Jun 2019 09:01:49 +0000 http://www.tecmint.com/?p=8472#comment-1172999 In reply to Babin Lonston.

Red Hat Enterprise Linux Server release 6.2 (Santiago)

this is the version i am using

]]>
By: Babin Lonston https://www.tecmint.com/setup-thin-provisioning-volumes-in-lvm/comment-page-1/#comment-1172801 Mon, 17 Jun 2019 06:35:28 +0000 http://www.tecmint.com/?p=8472#comment-1172801 In reply to Madhav.

@Madhav,

What verion of RHEL 6 you using?

# cat /etc/redhat-release

Thanks & Regards,
Babin Lonston

]]>
By: Madhav https://www.tecmint.com/setup-thin-provisioning-volumes-in-lvm/comment-page-1/#comment-1167887 Thu, 13 Jun 2019 07:20:01 +0000 http://www.tecmint.com/?p=8472#comment-1167887 I am getting this error while creating thinpool. Do i need to install any package for thinpool and how?

[root@rhel6 ~]# lvcreate -L 380M --thinpool mypool vg_thin
lvcreate: unrecognized option '--thinpool'
  Error during parsing of command line.
]]>