Strange error Block format 'raw' used by device

Igor Gindich

New Member
Jun 22, 2016
2
0
1
51
Hi!
Have Proxmox 4.2 cluster with Ceph. Cluster has 3 nodes:192.168.110.200-202. All works fine but when I try to start VM on any node with disk on ceph storage, VM dosn`t start and gives that errors:

Proxmox Virtual Environment 4.2-2/725d76f0
Running as unit 100.scope.
kvm: -drive file=rbd:rbd/vm-100-disk-3:mon_host=192.168.110.200\:6789,192.168.110.201\:6789,192.168.110.202\:6789:id=admin:auth_supported=cephx:keyring=/etc/pve/priv/ceph/ceph-data-all.keyring,if=none,id=drive-ide0,format=raw,cache=none,aio=native,detect-zeroes=on: Block format 'raw' used by device 'drive-ide0' doesn't support the option '192.168.110.201\:6789'

On previous configuration on Proxmox3.4 all worked fine.
 
Sorry I solved problem, mistake was in storage.cfg I use comma instead semicolon...
monhost 192.168.110.200:6789;192.168.110.201:6789;192.168.110.202:6789