]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Allow for specifying nfs mount options
authorRafi Khardalian <rafi@metacloud.com>
Sat, 2 Feb 2013 23:01:54 +0000 (23:01 +0000)
committerRafi Khardalian <rafi@metacloud.com>
Wed, 6 Feb 2013 17:10:15 +0000 (17:10 +0000)
commit1d25f99f401c65ce63e68d03815fb69b3a852de6
tree538fe6f05c3b1e7a49fb4c7794ae2a26d8cb74b2
parentda5bfac8c92081c4146ace0fc93cb80f17c41ad6
Allow for specifying nfs mount options

Fixes bug 1113042

Adds a new config option:
    nfs_mount_options=None (Default)

When not None, anything set here will be passed as -o <options> to
the mount command. The default behavior is to do exactly as we are
doing today and relying on the OS/kernel defaults.

Change-Id: I6bd27f9d0e8848a9ba98318ba7288e43ee6b4cb9
Flags: DocImpact
cinder/volume/drivers/nfs.py [changed mode: 0644->0755]
etc/cinder/cinder.conf.sample