]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph, ceph-authtool: fix cli tests
authorSage Weil <sage@inktank.com>
Wed, 16 Oct 2013 00:46:15 +0000 (17:46 -0700)
committerSage Weil <sage@inktank.com>
Wed, 23 Oct 2013 03:39:19 +0000 (20:39 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
src/test/cli/ceph-authtool/help.t
src/test/cli/ceph-authtool/manpage.t
src/test/cli/ceph-authtool/simple.t
src/test/cli/ceph/help.t

index 7434ec4a7c00d09c96ac29949b64e8ee8c726df5..062c967a1548ab77b9435d6160ee5f9deacfdea2 100644 (file)
                                   'mount -o secret=..' argument
     -C, --create-keyring          will create a new keyring, overwriting any
                                   existing keyringfile
-    --gen-key                     will generate a new secret key for the
+    -g, --gen-key                 will generate a new secret key for the
                                   specified entityname
-    --add-key                     will add an encoded key to the keyring
+    --gen-print-key               will generate a new secret key without set it
+                                  to the keyringfile, prints the secret to stdout
+    --import-keyring              will import the content of a given keyring
+                                  into the keyringfile
+    -u, --set-uid                 sets the auid (authenticated user id) for the
+                                  specified entityname
+    -a, --add-key                 will add an encoded key to the keyring
     --cap subsystem capability    will set the capability for given subsystem
     --caps capsfile               will set all of capabilities associated with a
                                   given key, for all subsystems
index 69e15fa51c3579848f158a448210486a4a85dc72..a9e1408d7163ed2146f91aa2711181e9405fc067 100644 (file)
@@ -9,9 +9,15 @@
                                   'mount -o secret=..' argument
     -C, --create-keyring          will create a new keyring, overwriting any
                                   existing keyringfile
-    --gen-key                     will generate a new secret key for the
+    -g, --gen-key                 will generate a new secret key for the
                                   specified entityname
-    --add-key                     will add an encoded key to the keyring
+    --gen-print-key               will generate a new secret key without set it
+                                  to the keyringfile, prints the secret to stdout
+    --import-keyring              will import the content of a given keyring
+                                  into the keyringfile
+    -u, --set-uid                 sets the auid (authenticated user id) for the
+                                  specified entityname
+    -a, --add-key                 will add an encoded key to the keyring
     --cap subsystem capability    will set the capability for given subsystem
     --caps capsfile               will set all of capabilities associated with a
                                   given key, for all subsystems
index 69d027c13421d90c68f077996c15b2974023f7c9..b86476a5ad0f5857714cf8336aac29ca07740a52 100644 (file)
@@ -9,9 +9,15 @@
                                   'mount -o secret=..' argument
     -C, --create-keyring          will create a new keyring, overwriting any
                                   existing keyringfile
-    --gen-key                     will generate a new secret key for the
+    -g, --gen-key                 will generate a new secret key for the
                                   specified entityname
-    --add-key                     will add an encoded key to the keyring
+    --gen-print-key               will generate a new secret key without set it
+                                  to the keyringfile, prints the secret to stdout
+    --import-keyring              will import the content of a given keyring
+                                  into the keyringfile
+    -u, --set-uid                 sets the auid (authenticated user id) for the
+                                  specified entityname
+    -a, --add-key                 will add an encoded key to the keyring
     --cap subsystem capability    will set the capability for given subsystem
     --caps capsfile               will set all of capabilities associated with a
                                   given key, for all subsystems
index bafc3b9633f231a896fcfa81c2261cc6d7d1e53c..1b8f67b1955176b0ce49f97721411e648f6051b3 100644 (file)
@@ -60,6 +60,7 @@
     ceph osd reweight <osd-id> <weight>
     ceph osd blacklist add <address>[:source_port] [time]
     ceph osd blacklist rm <address>[:source_port]
+    ceph osd lspools
     ceph osd pool mksnap <pool> <snapname>
     ceph osd pool rmsnap <pool> <snapname>
     ceph osd pool create <pool> <pg_num> [<pgp_num>]