diff --git a/node-daemon/pvcd/Daemon.py b/node-daemon/pvcd/Daemon.py index 924ba0c0..51622d94 100644 --- a/node-daemon/pvcd/Daemon.py +++ b/node-daemon/pvcd/Daemon.py @@ -792,8 +792,6 @@ if enable_storage: def cmd(data, stat, event=''): if data: CephInstance.run_command(zk_conn, data.decode('ascii'), d_osd) - else: - logger.out('Invalid data in Ceph command pipeline', state='e') # OSD objects @zk_conn.ChildrenWatch('/ceph/osds')