From b694945010c12e8a0273713fd6c07692b624e436 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 10 Jun 2021 01:11:14 -0400 Subject: [PATCH] Fix incorrect name bug --- node-daemon/pvcnoded/Daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index e83f535f..8040712d 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -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