
Currently the existence of mount.nfs is checked by executing the relative binary 'mount.nfs' with a non-root user, in this case cinder. This results, for example on SUSE, in the error: NfsException: mount.nfs is not installed Because mount.nfs is located under /sbin, unprivileged users do not have /sbin in their PATH to search for executables. The change runs the mount.nfs check by using the absolute binary path /sbin/mount.nfs. This seems to be common for most distributions (SUSE, RedHat, CentOS, Ubuntu, Debian). The check can still be executed as non privileged user, by not relying on correctly set PATH variable and using the absolute path. Change-Id: I3c1ecfdadd9ea492d58d69cbdf33045b002668c7 Closes-Bug: #1510150
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
Description
Languages
Python
99.7%
Smarty
0.3%