Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.4.1
-
Component/s: cmapi
-
Labels:
-
Sprint: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
|