Hi,
Tried to create a lxc container over command line:
Same error when trying with 'vm-108-disk-1' and 'vm-108-disk-0'.
PVE is installed to a remote server with LVM (therefore no way to upgrade to v5) without much complexity as evident from:
Could not figure out any relevant thread in the forum. Thanks in advance for any pointer.
Cheers,
/z
Tried to create a lxc container over command line:
Code:
# pct create 108 local:vztmpl/debian-9.0-standard_9.7-1_amd64.tar.gz --hostname server1.name.dom --cpulimit 1 --cpuunits 1024 --memory 512 --swap 1024 --ostype debian --onboot 1 --net0 name=eth0,bridge=vmbr0,gw=192.168.63.1,ip=192.168.63.108/24 --rootfs local:vm-108-disk-1.raw,size=12G --password
Enter password:
Retype password:
unable to parse directory volume name 'vm-108-disk-1.raw'
[Exit 255]
Same error when trying with 'vm-108-disk-1' and 'vm-108-disk-0'.
PVE is installed to a remote server with LVM (therefore no way to upgrade to v5) without much complexity as evident from:
Code:
# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,backup,rootdir,images,vztmpl
maxfiles 0
shared 0
Could not figure out any relevant thread in the forum. Thanks in advance for any pointer.
Cheers,
/z