mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
doc: fix daemon status
interface (exclude file system name)
Fixes: http://tracker.ceph.com/issues/51989 Signed-off-by: Venky Shankar <vshankar@redhat.com>
This commit is contained in:
parent
11b61b4fb9
commit
ed253597c9
@ -165,7 +165,7 @@ Mirroring Status
|
||||
|
||||
CephFS mirroring module provides `mirror daemon status` interface to check mirror daemon status::
|
||||
|
||||
$ ceph fs snapshot mirror daemon status <fs_name>
|
||||
$ ceph fs snapshot mirror daemon status
|
||||
[
|
||||
{
|
||||
"daemon_id": 284167,
|
||||
|
@ -215,11 +215,11 @@ and/or peer updates.
|
||||
CephFS mirroring module provides `mirror daemon status` interface to check mirror daemon
|
||||
status::
|
||||
|
||||
$ ceph fs snapshot mirror daemon status <fs_name>
|
||||
$ ceph fs snapshot mirror daemon status
|
||||
|
||||
E.g::
|
||||
|
||||
$ ceph fs snapshot mirror daemon status a | jq
|
||||
$ ceph fs snapshot mirror daemon status | jq
|
||||
[
|
||||
{
|
||||
"daemon_id": 284167,
|
||||
|
Loading…
Reference in New Issue
Block a user