Remove "error" message from Ceph commands
This triggeres at every node start and isn't useful.
This commit is contained in:
		| @@ -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') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user