Move Ceph command pipe to new location

Matching the new /cmd/domain pipe, move Ceph pipe to /cmd/ceph.
This commit is contained in:
2019-08-07 14:47:27 -04:00
parent ea2426fa73
commit 2880a761c0
3 changed files with 120 additions and 120 deletions

View File

@ -862,7 +862,7 @@ if enable_hypervisor:
if enable_storage:
# Ceph command pipeline key
@zk_conn.DataWatch('/ceph/cmd')
@zk_conn.DataWatch('/cmd/ceph')
def cmd(data, stat, event=''):
if data:
CephInstance.run_command(zk_conn, logger, this_node, data.decode('ascii'), d_osd)