Hi Team,

- name: Create Filesystem in default (system) access zone, without Quota
  dellemc.powerscale.filesystem:
    onefs_host: "{{ isilon_ip_address_p }}"
    port_no: "8080"
    verify_ssl: false
    api_user: "{{ isilon_api_user }}"
    api_password: "{{ isilon_api_password }}"
    path: "/ifs/cluster_name/DEV"
    owner:
      name: 'user@domain'
      provider_type: 'ads'
    state: "present"



===============================================================

"msg": "Creation of Filesystem /ifs/cluster_name/DEV failed with error: { 
errors : [ { code : AEC_SYSTEM_INTERNAL_ERROR , message : Unable to create 
directory as requested -- system internal error. } ] } "




however user able to create directory manually (using sudo)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/56df7098-a5b0-4452-b40b-530ea7f30c20n%40googlegroups.com.

Reply via email to