summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-09-21 16:28:43 -0700
committerSage Weil <sage@newdream.net>2011-09-22 15:08:25 -0700
commit6f8f140350c91f4d823f7c7cc856d78abb57b22c (patch)
tree6349d318688a41254a633bd233a97ff5f8a693ca /qa
parent97aa1aab7b56ecec8f2bdb4f996428c4d82929d5 (diff)
downloadceph-6f8f140350c91f4d823f7c7cc856d78abb57b22c.tar.gz
c* -> ceph-*
Hopefully I didn't miss too much... Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'qa')
-rw-r--r--qa/rbd/common.sh2
-rwxr-xr-xqa/runoncfuse.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/qa/rbd/common.sh b/qa/rbd/common.sh
index b070e7f1a2f..4c4ff0d38b1 100644
--- a/qa/rbd/common.sh
+++ b/qa/rbd/common.sh
@@ -19,7 +19,7 @@ set_variables() {
fi
[ -e $conf ] || die "conf file not found"
- CCONF="cconf -c $conf"
+ CCONF="ceph-conf -c $conf"
[ -z "$mnt" ] && mnt="/c"
if [ -z "$monhost" ]; then
diff --git a/qa/runoncfuse.sh b/qa/runoncfuse.sh
index d6bbc17aef3..c1a5b0106e6 100755
--- a/qa/runoncfuse.sh
+++ b/qa/runoncfuse.sh
@@ -1,7 +1,7 @@
#!/bin/bash -x
mkdir -p testspace
-cfuse testspace -m $1
+ceph-fuse testspace -m $1
./runallonce.sh testspace
-killall cfuse
+killall ceph-fuse