Hello, I've just installed Proxmox-6 over an old installation of Proxmox-5
The installation was successful without any problems whatsoever, but now when I try to clone an already created VM template I get the following errors
I've looked at some other threads on this forum and found the following [link]
The following spoilers include output of the commands shown
The installation was successful without any problems whatsoever, but now when I try to clone an already created VM template I get the following errors
Code:
WARNING: Device /dev/dm-28 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/dm-28 not initialized in udev database even after waiting 10000000 microseconds.
TASK ERROR: clone failed: command '/sbin/lvs --separator : --noheadings --units b --unbuffered --nosuffix --options lv_size /dev/vmdata/vm-300-disk-0' failed: got timeout
I've looked at some other threads on this forum and found the following [link]
The following spoilers include output of the commands shown
Code:
root@apollo:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content vztmpl,backup,iso
lvmthin: local-lvm
thinpool data
vgname pve
content images,rootdir
lvmthin: local-vmstore
thinpool vmstore
vgname vmdata
content rootdir,images
Code:
root@apollo:~# pvs -a
WARNING: Device /dev/dm-28 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/dm-28 not initialized in udev database even after waiting 10000000 microseconds.
PV VG Fmt Attr PSize PFree
/dev/dm-28 --- 0 0
/dev/sda2 --- 0 0
/dev/sda3 pve lvm2 a-- <127.50g <15.88g
/dev/sdb1 vmdata lvm2 a-- <1.64t 26.43g
/dev/vmdata/vm-100-state-snapshot_2019_07_28 --- 0 0
/dev/vmdata/vm-151-state-a_2019_08_01 --- 0 0
/dev/vmdata/vm-151-state-snap --- 0 0
/dev/vmdata/vm-152-state-updated --- 0 0
root@apollo:~#