Hello,
i have added a new cluster to the pve master. If i create a new kvm on the new cluster, the storage is not avaible. The /etc/iscsi/nodes directory is missing.
Regards, Valle
i have added a new cluster to the pve master. If i create a new kvm on the new cluster, the storage is not avaible. The /etc/iscsi/nodes directory is missing.
Code:
/usr/bin/ssh -t -t -n -o BatchMode=yes 192.168.1.4 /usr/sbin/qm create 116 --cdrom cdrom --name test --vlan0 'rtl8139=B6:1E:E1:B8:BD:0C' --bootdisk ide0 --ostype other --ide0 'KVM-DATA-01:32,format=raw' --memory 512 --onboot no --sockets 1
Volume group "pve-kvm" not found
create failed - command '/sbin/vgchange -aly pve-kvm' failed with exit code 5
Connection to 192.168.1.4 closed.
unable to apply VM settings -
Regards, Valle