This is an automated email from the ASF dual-hosted git repository.
ssulav pushed a commit to branch HDDS-14668
in repository https://gitbox.apache.org/repos/asf/ozone-installer.git
The following commit(s) were added to refs/heads/HDDS-14668 by this push:
new a527cd1 Add S3G on all hosts
a527cd1 is described below
commit a527cd127fc900a89e9b6b92e4db9bc818ec862c
Author: Soumitra Sulav <[email protected]>
AuthorDate: Thu Feb 19 22:49:18 2026 +0530
Add S3G on all hosts
---
ozone_installer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ozone_installer.py b/ozone_installer.py
index c3eaa19..ce669a2 100755
--- a/ozone_installer.py
+++ b/ozone_installer.py
@@ -387,7 +387,7 @@ def build_inventory(
scm = master_hosts[:3] if cluster_mode == "ha" and len(master_hosts)
>= 3 else master_hosts[:1]
recon = [master_hosts[0]]
dn = worker_hosts
- s3g = [worker_hosts[0]] if worker_hosts else []
+ s3g = worker_hosts
return _render_inv_groups(
om=om, scm=scm, dn=dn, recon=recon, s3g=s3g,
ssh_user=ssh_user, keyfile=keyfile, password=password,
python_interpreter=python_interpreter
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]