Hi all, I have found the following error during a volume creation playbook execution.
I'm using the ontap collection 22.2.0 and ontap 9.10.1.
"msg": "Error creating volume VOLUME: calling: storage/volumes: got {'message': 'Failed to modify volume append mode because the volume is in the mounted state. Unmount the volume using the "volume unmount -vserver VSERVER -volume VOLUME" command, and then try the command again.', 'code': '13762665'}."
for now we bypassed the problem running the playbook in 2 times.
first - without junction path
second , so after the snaplock setting - with junction-path
Do you know if it's a "feature" or I wrong something ? 🙂
Thank you!