#Hi there I am creating a volume and I
1 messages · Page 1 of 1 (latest)
By default you shouldn't need to include snapdir_access. Our default option if false. You should only set it to true if you want visibility to it.
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
This is a new volume or an existing volume?
This a new volume
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)
snapdir_access: false still enable ...
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)
Works for snapdir_access but enabled dedup by default
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
0k
I have DEVOPS-5548 open for this
thanks I will waiting and try figure out some workaround
hello @vagrant prairie ! Do you have any update about this ? Thank you in advanced