Fix bad schema names

This commit is contained in:
Joshua Boniface 2021-06-13 20:32:41 -04:00
parent 8269930d40
commit 3013973975
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ def format_pct_tohuman(datapct):
# Status functions
#
def get_status(zkhandler):
primary_node = zkhandler.read('base.primary_node')
primary_node = zkhandler.read('base.config.primary_node')
ceph_status = zkhandler.read('base.storage').rstrip()
# Create a data structure for the information
@ -157,7 +157,7 @@ def get_status(zkhandler):
def get_util(zkhandler):
primary_node = zkhandler.read('base.primary_node')
primary_node = zkhandler.read('base.config.primary_node')
ceph_df = zkhandler.read('base.storage.util').rstrip()
# Create a data structure for the information