Hi,
I tried to enable krbd in storage.cfg
But Vms didn`t start and I get this failures:
Oct 21 20:05:41 virt02 kernel: Key type ceph registered
Oct 21 20:05:41 virt02 kernel: libceph: loaded (mon/osd proto 15/24)
Oct 21 20:05:41 virt02 kernel: rbd: loaded (major 251)
Oct 21 20:05:41 virt02 kernel: libceph: client64567660 fsid 79feee35-196d-4f72-bf90-c34cd1d85cb5
Oct 21 20:05:41 virt02 kernel: libceph: mon2 192.168.0.5:6789 session established
Oct 21 20:05:41 virt02 kernel: libceph: read_partial_message ffff8813f733ea00 signature check failed
Oct 21 20:05:41 virt02 kernel: libceph: osd15 192.168.0.5:6812 bad crc
in storage.cfg I have:
rbd: rbd-images
monhost 192.168.0.15;192.168.0.16;192.168.0.5;192.168.0.20
pool rbd
username admin
content images
(at this moment without krbd)
I wonder, if this is related to my ceph.conf, where I've made some changes like:
auth client required = none
auth cluster required = none
auth service required = none
auth supported = cephx
cephx require signatures = false
cephx sign messages = false
Many thanks for your answers
Markus
I tried to enable krbd in storage.cfg
But Vms didn`t start and I get this failures:
Oct 21 20:05:41 virt02 kernel: Key type ceph registered
Oct 21 20:05:41 virt02 kernel: libceph: loaded (mon/osd proto 15/24)
Oct 21 20:05:41 virt02 kernel: rbd: loaded (major 251)
Oct 21 20:05:41 virt02 kernel: libceph: client64567660 fsid 79feee35-196d-4f72-bf90-c34cd1d85cb5
Oct 21 20:05:41 virt02 kernel: libceph: mon2 192.168.0.5:6789 session established
Oct 21 20:05:41 virt02 kernel: libceph: read_partial_message ffff8813f733ea00 signature check failed
Oct 21 20:05:41 virt02 kernel: libceph: osd15 192.168.0.5:6812 bad crc
in storage.cfg I have:
rbd: rbd-images
monhost 192.168.0.15;192.168.0.16;192.168.0.5;192.168.0.20
pool rbd
username admin
content images
(at this moment without krbd)
I wonder, if this is related to my ceph.conf, where I've made some changes like:
auth client required = none
auth cluster required = none
auth service required = none
auth supported = cephx
cephx require signatures = false
cephx sign messages = false
Many thanks for your answers
Markus