Clean up dangling references to cmd pipes

Also removes the schema references for these CMD pipes as they are no
longer required.
This commit is contained in:
2023-11-09 14:47:18 -05:00
parent ce17c60a20
commit 08411708f6
5 changed files with 2 additions and 167 deletions

View File

@ -560,10 +560,6 @@ class ZKSchema(object):
"config.primary_node.sync_lock": f"{_schema_root}/config/primary_node/sync_lock",
"config.upstream_ip": f"{_schema_root}/config/upstream_ip",
"config.migration_target_selector": f"{_schema_root}/config/migration_target_selector",
"cmd": f"{_schema_root}/cmd",
"cmd.node": f"{_schema_root}/cmd/nodes",
"cmd.domain": f"{_schema_root}/cmd/domains",
"cmd.ceph": f"{_schema_root}/cmd/ceph",
"logs": "/logs",
"node": f"{_schema_root}/nodes",
"domain": f"{_schema_root}/domains",