Remove "error" message from Ceph commands
This triggeres at every node start and isn't useful.
This commit is contained in:
parent
8d9007f697
commit
b0411e8e1a
|
@ -792,8 +792,6 @@ if enable_storage:
|
||||||
def cmd(data, stat, event=''):
|
def cmd(data, stat, event=''):
|
||||||
if data:
|
if data:
|
||||||
CephInstance.run_command(zk_conn, data.decode('ascii'), d_osd)
|
CephInstance.run_command(zk_conn, data.decode('ascii'), d_osd)
|
||||||
else:
|
|
||||||
logger.out('Invalid data in Ceph command pipeline', state='e')
|
|
||||||
|
|
||||||
# OSD objects
|
# OSD objects
|
||||||
@zk_conn.ChildrenWatch('/ceph/osds')
|
@zk_conn.ChildrenWatch('/ceph/osds')
|
||||||
|
|
Loading…
Reference in New Issue