You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We have a task that uses the filesystem module to create a directory with owner and group and assign an ACE to it. The task runs and from what we can see on the OneFS filesystem afterwards, it creates the directory correctly. Upon re-execution of the task, it is still reported as changed though; since the filesystem module does not support diff mode, we are not sure what is supposed to have changed. A manual check on the OneFS filesystem doesn't seem to show any changes. For test purposes, we have the playbook end with this task, i.e. no subsequent tasks can interfere with propagated settings.
where this_acl.0 is a dict representation of the AclObject Expected behavior
Expected behavior would be for the task to report OK (and not CHANGED) on re-execution (idempotency)
Screenshots
Logs
If applicable, submit logs or stack traces from the affected services
System Information (please complete the following information):
OS/Version: OneFS 7.1.0.2
Ansible Version: core 2.16.5
Python Version: 3.10.11
isilon-sdk: 0.3.0.1
dellemc.powerscale: 3.4.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@nikolisg7 Can you please try the same once again with a latest version (3.5.0) of dellemc.powerscale collection.
I think this should have fixed with a minor change we did for ACL's.
@nikolisg7 Please ignore my previous comment, I was able to reproduce this. Looks like the fix we did for trustee needs to be done for user and group inputs as well.
Can you please confirm the OneFS version you are using, I see in the description you mentioned as OS/Version: OneFS 7.1.0.2 , do you mean OneFS 9.7.1.0.2
Describe the bug
We have a task that uses the
filesystem
module to create a directory withowner
andgroup
and assign an ACE to it. The task runs and from what we can see on the OneFS filesystem afterwards, it creates the directory correctly. Upon re-execution of the task, it is still reported aschanged
though; since thefilesystem
module does not support diff mode, we are not sure what is supposed to have changed. A manual check on the OneFS filesystem doesn't seem to show any changes. For test purposes, we have the playbook end with this task, i.e. no subsequent tasks can interfere with propagated settings.To Reproduce
Task looks like this:
where
this_acl.0
is a dict representation of theAclObject
Expected behavior
Expected behavior would be for the task to report OK (and not CHANGED) on re-execution (idempotency)
Screenshots
Logs
If applicable, submit logs or stack traces from the affected services
System Information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: