mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Let apache kill rgw.
It seems to be getting killed correctly now.
This commit is contained in:
parent
ba6545f8b7
commit
a3b42e6556
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user