We have over 60 VM's running on our ceph cluster. Most are running fine. But, I have a Solaris 10 VM that runs fine on local storage and gets disk errors that prevent it from even booting ("disk read error, sector xxxxxxxxx" where xxxxxxxxx is usually a large value (e.g. 31780350) followed by "Short read. 0xffffffff chars read").
Here is the "vm config" from a working copy:
acpi: 1
boot: cd
bootdisk: ide0
cores: 1
cpuunits: 1000
freeze: 0
ide0: local:157/vm-157-disk-1.raw,cache=writeback,size=20G
ide2: none,media=cdrom
kvm: 0
memory: 512
name: truffle
net0: rtl8139=92:C8:C2:14:5F:5F,bridge=vmbr0
onboot: 1
ostype: other
sockets: 1
If I run "rbd import /var/lib/vz/images/157/vm-157-disk-1.raw vm-157-disk-1" and change the ide0 line to:
ide0: cephcluster:vm-157-disk-1,cache=writeback,size=20492M
It doesn't boot and gets the errors described above.
I've used the same process for lots of Windows, Linux and BSD VM's and it works fine -- what's going on with Solaris?
Thanks!
Jeff
Here is the "vm config" from a working copy:
Quote:
acpi: 1
boot: cd
bootdisk: ide0
cores: 1
cpuunits: 1000
freeze: 0
ide0: local:157/vm-157-disk-1.raw,cache=writeback,size=20G
ide2: none,media=cdrom
kvm: 0
memory: 512
name: truffle
net0: rtl8139=92:C8:C2:14:5F:5F,bridge=vmbr0
onboot: 1
ostype: other
sockets: 1
Quote:
ide0: cephcluster:vm-157-disk-1,cache=writeback,size=20492M
I've used the same process for lots of Windows, Linux and BSD VM's and it works fine -- what's going on with Solaris?
Thanks!
Jeff