diff options
Diffstat (limited to 'src/test/cli/cconf/manpage.t')
-rw-r--r-- | src/test/cli/cconf/manpage.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/cli/cconf/manpage.t b/src/test/cli/cconf/manpage.t index 8340d27718d..425f2718987 100644 --- a/src/test/cli/cconf/manpage.t +++ b/src/test/cli/cconf/manpage.t @@ -15,7 +15,7 @@ To extract the value of the "osd data" option for the osd0 daemon, - $ cconf -c foo.conf "osd data" --name osd.0 + $ ceph-conf -c foo.conf "osd data" --name osd.0 /mnt/osd0 This is equivalent to doing specifying sections [osd0], [osd.0], @@ -23,11 +23,11 @@ This is equivalent to doing specifying sections [osd0], [osd.0], # TODO the "admin" here seems like an actual bug - $ cconf -c foo.conf "osd data" -s osd0 -s osd.0 -s osd -s global + $ ceph-conf -c foo.conf "osd data" -s osd0 -s osd.0 -s osd -s global /mnt/osdadmin To list all sections that begin with osd: - $ cconf -c foo.conf -l osd + $ ceph-conf -c foo.conf -l osd osd osd.3 |