]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
cfuse -> ceph-fuse
authorSage Weil <sage@inktank.com>
Sun, 17 Feb 2013 07:53:23 +0000 (23:53 -0800)
committerSage Weil <sage@inktank.com>
Mon, 18 Feb 2013 21:39:05 +0000 (13:39 -0800)
teuthology/misc.py
teuthology/task/autotest.py
teuthology/task/lockfile.py
teuthology/task/locktest.py
teuthology/task/workunit.py

index 35f640ee2e8bbc5cc92b8bacee8ef06a6274ea3b..bbd2b5e34e2be6bdaba6dc1909d365f5a23897f8 100644 (file)
@@ -500,13 +500,13 @@ def wait_until_fuse_mounted(remote, fuse, mountpoint):
         fstype = proc.stdout.getvalue().rstrip('\n')
         if fstype == 'fuseblk':
             break
-        log.debug('cfuse not yet mounted, got fs type {fstype!r}'.format(fstype=fstype))
+        log.debug('ceph-fuse not yet mounted, got fs type {fstype!r}'.format(fstype=fstype))
 
         # it shouldn't have exited yet; exposes some trivial problems
         assert not fuse.exitstatus.ready()
 
         time.sleep(5)
-    log.info('cfuse is mounted on %s', mountpoint)
+    log.info('ceph-fuse is mounted on %s', mountpoint)
 
 def reconnect(ctx, timeout):
     """
index 0999fc4dd782e5c4c38e51fa622120096c858c97..d1b22c6a4fd9c7df1bdabcf9020a97d220578855 100644 (file)
@@ -21,7 +21,7 @@ def task(ctx, config):
 
         tasks:
         - ceph:
-        - cfuse: [client.0, client.1]
+        - ceph-fuse: [client.0, client.1]
         - autotest:
             client.0: [dbench]
             client.1: [bonnie]
@@ -30,7 +30,7 @@ def task(ctx, config):
 
         tasks:
         - ceph:
-        - cfuse:
+        - ceph-fuse:
         - autotest:
             all: [dbench]
     """
index b60bb28ac996cef8b819815cc902ed4cd57bbce6..ebb14de52c26a3309d929ed37ba5fa822ce2b4f9 100644 (file)
@@ -25,7 +25,7 @@ def task(ctx, config):
     An example:
     tasks:
     - ceph:
-    - cfuse: [client.0, client.1]
+    - ceph-fuse: [client.0, client.1]
     - lockfile:
       [{client:client.0, file:testfile, holdtime:10},
       {client:client.1, file:testfile, holdtime:0, maxwait:0, expectfail:true},
index e5f479338cea61ff1bcc86d67789a97a25102be7..06c84512580424fb2db47659ae4cf50e8a9afc13 100755 (executable)
@@ -8,7 +8,7 @@ log = logging.getLogger(__name__)
 def task(ctx, config):
     """
     Run locktests, from the xfstests suite, on the given
-    clients. Whether the clients are cfuse or kernel does not
+    clients. Whether the clients are ceph-fuse or kernel does not
     matter, and the two clients can refer to the same mount.
 
     The config is a list of two clients to run the locktest on. The
@@ -17,7 +17,7 @@ def task(ctx, config):
     For example:
        tasks:
        - ceph:
-       - cfuse: [client.0, client.1]
+       - ceph-fuse: [client.0, client.1]
        - locktest:
            [client.0, client.1]
 
index 21aa2de9caf5d3bb7c874a5a80449b4d2aaa7eac..147700e0983e1b863c7ac4c3170123fc52997cf5 100644 (file)
@@ -16,7 +16,7 @@ def task(ctx, config):
 
         tasks:
         - ceph:
-        - cfuse: [client.0]
+        - ceph-fuse: [client.0]
         - workunit:
             clients:
               client.0: [direct_io, xattrs.sh]
@@ -26,7 +26,7 @@ def task(ctx, config):
     You can also run a list of workunits on all clients:
         tasks:
         - ceph:
-        - cfuse:
+        - ceph-fuse:
         - workunit:
             tag: v0.47
             clients:
@@ -40,7 +40,7 @@ def task(ctx, config):
 
         tasks:
         - ceph:
-        - cfuse:
+        - ceph-fuse:
         - workunit:
             sha1: 9b28948635b17165d17c1cf83d4a870bd138ddf6
             clients: