]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Let apache kill rgw.
authorJosh Durgin <josh.durgin@dreamhost.com>
Tue, 5 Jul 2011 23:38:21 +0000 (16:38 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 5 Jul 2011 23:38:21 +0000 (16:38 -0700)
It seems to be getting killed correctly now.

teuthology/task/rgw.py

index 105a46fc326d7762c5f32086a9ce97ffa9f2e91a..e2c911f97159d5fc84e818564ffe7dd85fd86b6d 100644 (file)
@@ -122,15 +122,6 @@ def start_apache(ctx, config):
 
         run.wait(apaches.itervalues())
 
-        # radosgw does not get shutdown with apache
-        for client in config:
-            ctx.cluster.only(client).run(
-                args=[
-                    'killall',
-                    'radosgw',
-                    ],
-                )
-
 
 @contextlib.contextmanager
 def task(ctx, config):