Fix incorrect name bug

This commit is contained in:
Joshua Boniface 2021-06-10 01:11:14 -04:00
parent b1c13c9fc1
commit b694945010
1 changed files with 1 additions and 1 deletions

View File

@ -1106,7 +1106,7 @@ if enable_storage:
# Volume objects in each pool
for pool in pool_list:
@zkhandler.zk_conn.childrenWatch(zkhandler.schema.path('volume', pool))
@zkhandler.zk_conn.ChildrenWatch(zkhandler.schema.path('volume', pool))
def update_volumes(new_volume_list):
global volume_list, d_volume