X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-conf%2Fhelp.t;fp=src%2Fceph%2Fsrc%2Ftest%2Fcli%2Fceph-conf%2Fhelp.t;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=f10d801d5f7b7481db56d99cee2e883522d9b595;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/cli/ceph-conf/help.t b/src/ceph/src/test/cli/ceph-conf/help.t deleted file mode 100644 index f10d801..0000000 --- a/src/ceph/src/test/cli/ceph-conf/help.t +++ /dev/null @@ -1,36 +0,0 @@ - $ ceph-conf --help - Ceph configuration query tool - - USAGE - ceph-conf - - ACTIONS - -L|--list-all-sections List all sections - -l|--list-sections List sections with the given prefix - --filter-key Filter section list to only include sections - with given key defined. - --filter-key-value = Filter section list to only include sections - with given key/value pair. - --lookup Print a configuration setting to stdout. - Returns 0 (success) if the configuration setting is - found; 1 otherwise. - -r|--resolve-search search for the first file that exists and - can be opened in the resulted comma - delimited search list. - - FLAGS - --name name Set type.id - [-s
] Add to list of sections to search - - If there is no action given, the action will default to --lookup. - - EXAMPLES - [$] ceph-conf --name mon.0 -c /etc/ceph/ceph.conf 'mon addr' (re) - Find out what the value of 'mon addr' is for monitor 0. - - [$] ceph-conf -l mon (re) - List sections beginning with 'mon'. - - RETURN CODE - Return code will be 0 on success; error code otherwise. - [1]