After running the upgrade to Luminous my data pool seems to be gone, but is still accessible
When entering,
ceph osd require-osd-release luminous
as the upgrade guide suggests I get the following error,
Also trying to set tunables to optimal says something similar,
All servers have been upgraded and ceph monitors and osd's restarted.
What is wrong?
Code:
root@nod2:~# ceph status
cluster:
id: d13548c9-2763-4d87-bf30-27de2be235fd
health: HEALTH_WARN
crush map has straw_calc_version=0
no active mgr
services:
mon: 3 daemons, quorum 2,1,0
mgr: no daemons active
osd: 8 osds: 8 up, 8 in
data:
pools: 0 pools, 0 pgs
objects: 0 objects, 0 bytes
usage: 0 kB used, 0 kB / 0 kB avail
pgs:
When entering,
ceph osd require-osd-release luminous
as the upgrade guide suggests I get the following error,
Code:
root@nod2:~# ceph osd set-require-min-compat-client jewel
Error EPERM: cannot set require_min_compat_client to jewel: 3 connected client(s) look like hammer (missing 0x400000000000000); add --yes-i-really-mean-it to do it anyway
Also trying to set tunables to optimal says something similar,
Code:
root@nod2:~# ceph osd crush tunables optimal
Error EINVAL: new crush map requires client version jewel but require_min_compat_client is firefly
All servers have been upgraded and ceph monitors and osd's restarted.
What is wrong?