It appears you are using the ‘Ansible Modules for Dell EMC Unity’ version 1.1, since you mentioned "Windows" and "Native" while using the ‘dellemc_unity_filesystem’ module.
Your setup seems fine (CentOS7 instead of Red Hat linux was all I saw).
Can you share the parameters used in the calls to create and/or modify the filesystem that you used?
Can you reproduce the issue using the debug option (-vvv) just in case that contains more info?
FoolInTheRain
123 Posts
0
January 19th, 2021 07:00
Hi jzhang2006,
It appears you are using the ‘Ansible Modules for Dell EMC Unity’ version 1.1, since you mentioned "Windows" and "Native" while using the ‘dellemc_unity_filesystem’ module.
Your setup seems fine (CentOS7 instead of Red Hat linux was all I saw).
Can you share the parameters used in the calls to create and/or modify the filesystem that you used?
Can you reproduce the issue using the debug option (-vvv) just in case that contains more info?
FoolInTheRain
123 Posts
0
January 19th, 2021 08:00
I just found out the issue was identified and has already been resolved.
It appears the original issue was a result of:
The user “…did not set supported_protocols so the default goes to NFS so only UNIX access_type worked…”
This was corrected and it fixed the problem.