Fix missing variable

This commit is contained in:
2018-11-27 21:26:12 -05:00
parent b8a5073a35
commit 0c7705e70f
2 changed files with 3 additions and 3 deletions

View File

@ -674,7 +674,7 @@ def cmd(data, stat, event=''):
data = ''
if data:
CephInstance.run_command(data)
CephInstance.run_command(zk_conn, data, d_osd)
# OSD objects
@zk_conn.ChildrenWatch('/ceph/osds')