First time here? Check out the FAQ!
![]() | 1 | initial version |
Another solution.
Make NAS operations run as root by nas_secure_file_operations=False
so that cinder volume files are made as root.
With this option, NAS export directory doesn't need to be chmod 777.
https://bugs.launchpad.net/openstack-manuals/+bug/1385248
![]() | 2 | No.2 Revision |
(edited message to add another option)
Another solution.
Make NAS operations run as root by so that cinder volume files are nas_secure_file_operations=False
made created as root.
With this option, NAS root.
If you want to use NFS export directory doesn't need to be chmod 777.in mode 755, following settings in cinder.conf for cinder-volume work.
nas_secure_file_operations=False
nas_option=False
https://blueprints.launchpad.net/cinder/+spec/secure-nfs
https://bugs.launchpad.net/openstack-manuals/+bug/1385248