Merge pull request #10541 from zhongwencool/unhide-data-dir

chore: change node.data_dir from hidden to low
This commit is contained in:
zhongwencool 2023-04-27 16:40:09 +08:00 committed by GitHub
commit 13af891b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ fields("node") ->
%% for now, it's tricky to use a different data_dir %% for now, it's tricky to use a different data_dir
%% otherwise data paths in cluster config may differ %% otherwise data paths in cluster config may differ
%% TODO: change configurable data file paths to relative %% TODO: change configurable data file paths to relative
importance => ?IMPORTANCE_HIDDEN, importance => ?IMPORTANCE_LOW,
desc => ?DESC(node_data_dir) desc => ?DESC(node_data_dir)
} }
)}, )},