Doc Text:
|
'ceph nfs cluster info' command was not showing ingress mode set while creating nfs cluster. With this fix, ingress mode will be listed in output.
[ceph: root@ceph-node-0 /]# ceph nfs cluster info
{
"mynfs": {
"backend": [
{
"hostname": "ceph-node-0",
"ip": "192.168.100.100",
"port": 12345
},
{
"hostname": "ceph-node-1",
"ip": "192.168.100.101",
"port": 12345
},
{
"hostname": "ceph-node-2",
"ip": "192.168.100.102",
"port": 12345
}
],
"ingress_mode": "haproxy-standard",
"monitor_port": 9000,
"port": 2049,
"virtual_ip": "192.168.100.123"
}
}
|