Skip to content

Commit

Permalink
doc: fix daemon status interface (exclude file system name)
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/51989
Signed-off-by: Venky Shankar <vshankar@redhat.com>
  • Loading branch information
vshankar committed Aug 2, 2021
1 parent 11b61b4 commit ed25359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/cephfs/cephfs-mirroring.rst
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions doc/dev/cephfs-mirroring.rst
Expand Up @@ -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,
Expand Down

0 comments on commit ed25359

Please sign in to comment.