UNSOLVED

jzhang2006

updated

6 years ago

J

jzhang2006

1 Message

0

815

January 18th, 2021 09:00

Using dellemc_unity_filesystem module to create filesystem getting error

I am using ‘Ansible Modules for Dell EMC Unity’ with Unisphere 5.0.2, Python 3.6 and Storops 1.2.8 and Ansible 2.9 on Centos 7. The use case I am working on is filesystem creation using Ansible ‘dellemc_unity_filesystem’ module. I am able to create UNIX fs without problem. But when I try to create WINDOWS or NATIVE type of filesystems, I am getting an error:

Failed to modify FileSystem instance id: fs_42 with error Modifying access policy for a non-multiprotocol file system is not allowed. (Error Code:0x6701426

The filesystem is created with Unix type even it fails with the above error when I specify 'WINDOWS' or 'NATIVE' type. Anything might be wrong here?