summaryrefslogtreecommitdiff
path: root/qa/workunits
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-09-22 15:16:56 -0700
committerSage Weil <sage@newdream.net>2011-09-22 16:18:37 -0700
commit3e9a9360625dff3b9bc87f94c0b5109535b58b5e (patch)
treee05cd1844581b0858a95bf7e32bd3974010c074c /qa/workunits
parentfba541e4e85ee17bf3c9c1f97b69922d4e3cce70 (diff)
downloadceph-3e9a9360625dff3b9bc87f94c0b5109535b58b5e.tar.gz
doc: more c* -> ceph-* renames
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'qa/workunits')
-rwxr-xr-xqa/workunits/caps/mon_commands.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/workunits/caps/mon_commands.sh b/qa/workunits/caps/mon_commands.sh
index 237055c3c16..5b5bce62ea1 100755
--- a/qa/workunits/caps/mon_commands.sh
+++ b/qa/workunits/caps/mon_commands.sh
@@ -1,6 +1,6 @@
#!/bin/sh -ex
-cauthtool --create-keyring k --gen-key -p --name client.xx
+ceph-authtool --create-keyring k --gen-key -p --name client.xx
ceph auth add -i k client.xx mon "allow command foo; allow command bar *; allow command baz ...; allow command foo add * mon allow\\ rwx osd allow\\ *"
( ceph -k k -n client.xx foo || true ) | grep 'unrecog'