Update:
Issue is solved.
The output of "ceph osd dump" showed that the required setting was
incorrect, means
require_osd_release luminous
After executing
ceph osd require-osd-release nautilus
I can enable pg_autoscale_mode on any pool.
THX
Am 21.11.2019 um 13:51 schrieb Paul Emmerich:
> "ceph o
Looks like the flag is not correct.
root@ld3955:~# ceph osd dump | grep nautilus
root@ld3955:~# ceph osd dump | grep require
require_min_compat_client luminous
require_osd_release luminous
Am 21.11.2019 um 13:51 schrieb Paul Emmerich:
> "ceph osd dump" shows you if the flag is set
>
>
> Paul
>
"ceph osd dump" shows you if the flag is set
Paul
--
Paul Emmerich
Looking for help with your Ceph cluster? Contact us at https://croit.io
croit GmbH
Freseniusstr. 31h
81247 München
www.croit.io
Tel: +49 89 1896585 90
On Thu, Nov 21, 2019 at 1:18 PM Thomas Schneider <74cmo...@gmail.com> wrot
Hello Paul,
I didn't skip this step.
Actually I'm sure that everything on Cluster is on Nautilus because I
had issues with SLES 12SP2 Clients that failed to connect due to
outdated client tools that could not connect to Nautilus.
Would it make sense to execute
ceph osd require-osd-release nautil
did you skip the last step of the OSD upgrade during the Nautilus upgrade?
ceph osd require-osd-release nautilus
Paul
Paul
--
Paul Emmerich
Looking for help with your Ceph cluster? Contact us at https://croit.io
croit GmbH
Freseniusstr. 31h
81247 München
www.croit.io
Tel: +49 89 1896585 90
Hi,
I try to enable pg_autoscale_mode on a specific pool of my cluster,
however this returns an error.
root@ld3955:~# ceph osd pool set ssd pg_autoscale_mode on
Error EINVAL: must set require_osd_release to nautilus or later before
setting pg_autoscale_mode
The error message is clear, but my clus