X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-conf%2Fmanpage.t;fp=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-conf%2Fmanpage.t;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=425f2718987469316b7a86543979eadebc0d8413;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/cli/ceph-conf/manpage.t b/src/ceph/src/test/cli/ceph-conf/manpage.t deleted file mode 100644 index 425f271..0000000 --- a/src/ceph/src/test/cli/ceph-conf/manpage.t +++ /dev/null @@ -1,33 +0,0 @@ -# setup - $ cat >foo.conf <<'EOF' - > ; --------------------- - > [group cephnet] - > addr = 10.3.14.0/24 - > - > [global] - > pid file = /home/sage/ceph/src/out/$name.pid - > - > [osd] - > osd data = /mnt/osd$id - > [osd.3] - > host = cosd3 - > EOF - -To extract the value of the "osd data" option for the osd0 daemon, - - $ ceph-conf -c foo.conf "osd data" --name osd.0 - /mnt/osd0 - -This is equivalent to doing specifying sections [osd0], [osd.0], -[osd], or [global], in that order of preference: - -# TODO the "admin" here seems like an actual bug - - $ 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: - - $ ceph-conf -c foo.conf -l osd - osd - osd.3