Hi (yes, again me)
so I started to look at ansible automated run logs, and I stumbled on a
few puzzling ones:
--- before
+++ after
@@ -1,6 +1,6 @@
{
- "group": 0,
- "owner": 0,
+ "group": 502,
+ "owner": 502,
"path": "/var/lib/glusterd",
- "state": "absent"
+ "state": "directory"
}
changed: [slave0.cloud.gluster.org] => (item=/var/lib/glusterd)
so why did /var/lib/glusterd disappeared on slave0.cloud.gluster.org and
slave34, for a start ?
and:
--- before
+++ after
@@ -1,5 +1,5 @@
{
- "group": 0,
- "owner": 0,
+ "group": 502,
+ "owner": 502,
"path": "/d/backends"
}
changed: [slave28.cloud.gluster.org] => (item=/d/backends)
what is supposed to be the right perm for that directory, since it keep
being changed by something ?
the corresponding ansible line:
https://github.com/gluster/gluster.org_ansible_configuration/blob/master/roles/jenkins_builder/tasks/main.yml#L48
if /d/backends/ is not supposed to be readable/writable by jenkins
(and/or owned), I can change it.
--
Michael Scherer
Sysadmin, Community Infrastructure and Platform, OSAS
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Gluster-infra mailing list [email protected] http://lists.gluster.org/mailman/listinfo/gluster-infra
