Hello,
I am trying to put the balancer mode into upmap-read which requires to run:
I can't do so because I have a single client running on luminous compat version:
I find nothing about it in the documentation or forum and don't find a way to get what is this client. Is there a solution for this (like finding the concerned client)?
I am trying to put the balancer mode into upmap-read which requires to run:
ceph osd set-require-min-compat-client reefI can't do so because I have a single client running on luminous compat version:
Code:
# ceph features
{
"mon": [
{
"features": "0x3f03cffffffdffff",
"release": "squid",
"num": 1
}
],
"osd": [
{
"features": "0x3f03cffffffdffff",
"release": "squid",
"num": 8
}
],
"client": [
{
"features": "0x2f018fb87aa4aafe",
"release": "luminous",
"num": 1
},
{
"features": "0x3f03cffffffdffff",
"release": "squid",
"num": 20
}
],
"mgr": [
{
"features": "0x3f03cffffffdffff",
"release": "squid",
"num": 1
}
]
}
I find nothing about it in the documentation or forum and don't find a way to get what is this client. Is there a solution for this (like finding the concerned client)?