Search results

  1. Y

    LVM autoactivation failed

    The command I used when I created it vgcreate VolGroup /dev/sde1 /dev/sdf1 /dev/sdd1 lvcreate --type raid0 -l +100%FREE -n Raid0Lv VolGroup /dev/sde1 /dev/sdf1 lvconvert --type thin-pool -Zn VolGroup/Raid0Lv lvcreate --type cache --cachemode writeback -l +100%FREE -n Raid0Lv_CachePool...
  2. Y

    LVM autoactivation failed

    log oot@pve:~# journalctl -b | grep -i lvm May 09 09:54:00 pve lvm[454]: 4 logical volume(s) in volume group "VolGroup" monitored May 09 09:54:00 pve lvm[474]: Monitoring thin pool pve-data-tpool. May 09 09:54:00 pve lvm[454]: 10 logical volume(s) in volume group "pve" monitored May 09...
  3. Y

    LVM autoactivation failed

    root@pve:~# vgdisplay --- Volume group --- VG Name VolGroup System ID Format lvm2 Metadata Areas 3 Metadata Sequence No 26 VG Access read/write VG Status resizable MAX LV 0 Cur LV...
  4. Y

    LVM autoactivation failed

    I used raid0 and cache for lv:Raid0Lv, LV is not automatically activated when a node is restarted but I can manually to activate LV Looks like some LV got activated first? root@pve:~# lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert...