> Op 13 oktober 2017 om 10:22 schreef Hans van den Bogert 
> <hansbog...@gmail.com>:
> 
> 
> Hi, 
> 
> I’m in the middle of debugging some incompatibilities with an upgrade of 
> Proxmox which uses Ceph. At this point I’d like to know what my current value 
> is for the min-compat-client setting, which would’ve been set by:
> 
>     ceph osd set-require-min-compat-client …
> 
> AFAIK, there is no direct get-* variant of the above command. Does anybody 
> now how I can retrieve the current setting with perhaps lower level 
> commands/tools ?
> 

It's in the OSDMap, see these commands:

root@alpha:~# ceph osd set-require-min-compat-client luminous
set require_min_compat_client to luminous
root@alpha:~# ceph osd dump|grep require_min_compat_client
require_min_compat_client luminous
root@alpha:~#

'ceph osd dump' will show it and you can grep for it.

Wido

> Thanks, 
> 
> Hans
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to