mirror of
https://github.com/ceph/ceph
synced 2025-03-04 23:40:07 +00:00
tasks/clock: tolerate ntp daemon
This commit is contained in:
parent
e2e96b31ef
commit
256e6a2bbc
@ -34,11 +34,19 @@ def task(ctx, config):
|
||||
|
||||
ctx.cluster.run(
|
||||
args=[
|
||||
'sudo',
|
||||
'service', 'ntp', 'stop',
|
||||
run.Raw(';'),
|
||||
'sudo',
|
||||
'ntpdate',
|
||||
'clock1.dreamhost.com',
|
||||
'clock2.dreamhost.com',
|
||||
'clock3.dreamhost.com',
|
||||
run.Raw(';'),
|
||||
'sudo',
|
||||
'service', 'ntp', 'start',
|
||||
run.Raw('||'),
|
||||
'true'
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user