Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
2021-17, 2022-22
Description
It seems, that dbroot paths are handled hardcoded in cmapi.
from node_manipulation.py
etree.SubElement(sysconf_node, f"DBRoot{next_dbroot_id}").text =\ |
f"/var/lib/columnstore/data{next_dbroot_id}" |
current_dbroot_id = next_dbroot_id
|