This is an automated email from the ASF dual-hosted git repository.
ssulav pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-installer.git
The following commit(s) were added to refs/heads/master by this push:
new 09eef61 HDDS-14713. Ozone installer should not precreate om and scm
metadata … (#7)
09eef61 is described below
commit 09eef6108f9a5e99dc7d44826a0d0eddb171790f
Author: Andrey Yarovoy <[email protected]>
AuthorDate: Wed Feb 25 09:54:27 2026 -0500
HDDS-14713. Ozone installer should not precreate om and scm metadata … (#7)
---
roles/ozone_layout/tasks/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/ozone_layout/tasks/main.yml
b/roles/ozone_layout/tasks/main.yml
index 4ca880c..6487765 100644
--- a/roles/ozone_layout/tasks/main.yml
+++ b/roles/ozone_layout/tasks/main.yml
@@ -25,7 +25,7 @@
{{
[install_base]
+ (data_base_list | default([data_base | default('/data/ozone')]) |
map('regex_replace', '$', '/dn') | list)
- + (metadata_base_list | default([metadata_base | default(data_base) |
default('/data/ozone')]) | product(['/meta', '/meta/dn', '/data/om',
'/meta/om', '/data/scm', '/meta/scm']) | map('join') | list)
+ + (metadata_base_list | default([metadata_base | default(data_base) |
default('/data/ozone')]) | product(['/meta', '/meta/dn', '/data/om',
'/data/scm']) | map('join') | list)
}}
become: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]