4b874c5ddc
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
5 lines
182 B
YAML
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. |