cinder/releasenotes/notes/bug-1691771-fix-netapp-manage-volumes-62bec192a08b3ceb.yaml
Erlon R. Cruz 4b874c5ddc NetApp cDot: Fix manage volumes
When running NetApp cDot driver using nas_secure_files_operation=false,
managing a volume will always fail if the files permissions are not set
to 0777.

This patch changes the python call from shutil.move to _execute() which
is run using elevated permissions.

Change-Id: I41484ced6269d0d4b7553e84c734ef22ab46fcd9
Closes-bug: #1691771
2017-11-14 13:19:19 -05:00

5 lines
182 B
YAML

---
fixes:
- The NetApp cDOT driver operating with NFS protocol has been fixed to
manage volumes correctly when ``nas_secure_file_operations`` option has
been set to False.