TASK ERROR: unable to create VM 100 - lvcreate 'pve/vm-100-disk-0'

webiscore

Member
Jun 30, 2019
17
0
6
39
I've set the configuration to create a VM after I've extended the pve/data with a 2nd drive

Code:
root@pvps:~# lvs -a
  LV              VG  Attr       LSize  Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  data            pve twi-a-tz--  1.66t             0.00   0.05                 
  [data_tdata]    pve Twi-ao----  1.66t                                         
  [data_tmeta]    pve ewi-ao---- 13.88g                                         
  [lvol0_pmspare] pve ewi-------  7.88g                                         
  root            pve -wi-ao---- 96.00g                                         
  swap            pve -wi-ao---- 31.00g

Code:
root@pvps:~# pvs -a
  PV         VG  Fmt  Attr PSize   PFree
  /dev/sda2           ---       0     0
  /dev/sda3  pve lvm2 a--  931.01g 9.99g
  /dev/sdb1  pve lvm2 a--  931.51g    0

However when I submit the request to create the VM I get an error message:

Using default stripesize 64.00 KiB.
TASK ERROR: unable to create VM 100 - lvcreate 'pve/vm-100-disk-0' error: Cannot use thin pool pve/data with transaction id 2 for thin volumes. Expected transaction id 0.

Any suggestions please.