When I used a VG of 1.82TB to create a 100GB pool, it faild.
The err mesg "cannot allocte memory",however, my host's meminfo:
[root host2 persistent-data]# cat /proc/meminfo
MemTotal: 10234416 kB
MemFree: 9685956 kB
whether I should configure somewhere to make it work well(create bigger pool)?
This is the mesgs:
---------------------
[root host2 ~]# pvs
Ignoring too small pv_min_size 512KB, using default 2048KB.
PV VG Fmt Attr PSize PFree
/dev/sda2 VolGroup00 lvm2 a-- 931.41G 0
/dev/sdb vg01 lvm2 a-- 931.51G 193.51G
/dev/sdc vg01 lvm2 a-- 931.51G 931.51G
/dev/sdd vg02 lvm2 a-- 931.51G 927.51G
/dev/sdg vg_pool lvm2 a-- 931.51G 931.51G
/dev/sdl vg_pool lvm2 a-- 931.51G 931.51G
[root host2 ~]# vgs
Ignoring too small pv_min_size 512KB, using default 2048KB.
VG #PV #LV #SN Attr VSize VFree
VolGroup00 1 2 0 wz--n- 931.41G 0
vg01 2 7 0 wz--n- 1.82T 1.10T
vg02 1 1 0 wz--n- 931.51G 927.51G
vg_pool 2 0 0 wz--n- 1.82T 1.82T
[root host2 ~]# lvcreate -L 100G -T vg_pool/thin_lv
Ignoring too small pv_min_size 512KB, using default 2048KB.
Rounding up size to full physical extent 4.00 MB
device-mapper: resume ioctl on failed: Cannot allocate memory
Unable to resume vg_pool-thin_lv-tpool (253:15)
Aborting. Failed to activate thin thin_lv.