]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
nuke: don't specify full path
authorSage Weil <sage@newdream.net>
Sun, 20 Nov 2011 04:56:26 +0000 (20:56 -0800)
committerSage Weil <sage@newdream.net>
Sun, 20 Nov 2011 04:56:49 +0000 (20:56 -0800)
/tmp/cephtest/binary may have been removed; kill stray daemons by name
only.  we really don't care about false positives here!

teuthology/nuke.py

index 6e6f6f130255d4b7387bbf12d623d83df897c7c5..4bc11698c1f815dcfdc1789b55ad2b36723f304e 100644 (file)
@@ -60,11 +60,11 @@ def shutdown_daemons(ctx, log):
                 run.Raw(';'),
                 'killall',
                 '--quiet',
-                '/tmp/cephtest/binary/usr/local/bin/ceph-mon',
-                '/tmp/cephtest/binary/usr/local/bin/ceph-osd',
-                '/tmp/cephtest/binary/usr/local/bin/ceph-mds',
-                '/tmp/cephtest/binary/usr/local/bin/ceph-fuse',
-                '/tmp/cephtest/binary/usr/local/bin/radosgw',
+                'ceph-mon',
+                'ceph-osd',
+                'ceph-mds',
+                'ceph-fuse',
+                'radosgw',
                 'apache2',
                 run.Raw('||'),
                 'true', # ignore errors from ceph binaries not being found