Dear Ceph community,

on our way towards getting our cluster to a current Ceph release, we updated 
all hosts and clients to Nautilus 14.2.22. But despite setting `ceph osd 
set-require-min-compat-client nautilus`, the release reported by `ceph 
features` is still "luminous".

Is this supposed to be like this? If not, does anyone have an idea what might 
be missing to make the features being reported as "nautilus" as well?

```
~ # ceph mon dump
epoch 66
fsid b67bad36-3273-11e3-a2ed-0200000311bf
last_changed 2022-12-12 12:20:39.244333
created 2013-10-11 14:57:32.291514
min_mon_release 14 (nautilus)
0: [v2:172.20.4.10:3300/0,v1:172.20.4.10:6789/0] mon.host1
1: [v2:172.20.4.100:3300/0,v1:172.20.4.100:6789/0] mon.host2
2: [v2:172.20.4.101:3300/0,v1:172.20.4.101:6789/0] mon.host3
dumped monmap epoch 66

~ # ceph features
{
    "mon": [
        {
            "features": "0x3ffddff8ffecffff",
            "release": "luminous",
            "num": 3
        }
    ],
    "osd": [
        {
            "features": "0x3ffddff8ffecffff",
            "release": "luminous",
            "num": 14
        }
    ],
    "client": [
        {
            "features": "0x3ffddff8ffecffff",
            "release": "luminous",
            "num": 137
        }
    ],
    "mgr": [
        {
            "features": "0x3ffddff8ffecffff",
            "release": "luminous",
            "num": 3
        }
    ]
}
```

All the best

-- 
Oliver Schmidt · o...@flyingcircus.io · Systems Engineer
Flying Circus Internet Operations GmbH · http://flyingcircus.io
Leipziger Str. 70/71 · 06108 Halle (Saale) · Deutschland
HR Stendal HRB 21169 · Geschäftsführer: Christian Theune, Christian Zagrodnick




_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to