#Hi there I am creating a volume and I

1 messages · Page 1 of 1 (latest)

vagrant prairie
tepid patrol
#

Hi @vagrant prairie I removed the snapdir_access options ... but the snapdir_access still enable...

 - name: Create Volume
    netapp.ontap.na_ontap_volume:
      vserver: "{{ netapp_vserver }}"
      hostname: "{{ netapp_hostname }}"
      username: "{{ netapp_username }}"
      password: "{{ netapp_password }}"
      https: True
      validate_certs: false
      state: present
      name: "teste"
      aggregate_name: "aggr_data_N2"
      size: 10
      size_unit: gb
      unix_permissions: "755"
      qos_policy_group: "value-fixed"
      volume_security_style: unix
      junction_path: "/teste"
      export_policy: "default"
      snapshot_policy: none
      inline_compression: yes
vagrant prairie
#

This is a new volume or an existing volume?

tepid patrol
#

This a new volume

vagrant prairie
#

Can you try snapdir_access: false not sure that going to change anything (i'll double check this is get looked at in the rest code)

tepid patrol
#

snapdir_access: false still enable ...

vagrant prairie
#

can you try

use_rest: never and see if that works (if that work then it something in the REST code we need to look at)

tepid patrol
#

Works for snapdir_access but enabled dedup by default

vagrant prairie
#

Ok i'll make a story for the bug on the REST side of the module. I'm looking through the code and i'm not 100% sure we doing the current thing for snapdir_access on REST side

tepid patrol
#

0k

vagrant prairie
#

I have DEVOPS-5548 open for this

tepid patrol
#

thanks I will waiting and try figure out some workaround

tepid patrol
#

hello @vagrant prairie ! Do you have any update about this ? Thank you in advanced