deb-cinder/cinder/backup/drivers
Ivan Kolodyazhny 5b387121f1 Fix backup NFS share mount with default backup_mount_options
Now, if backup_mount_options in not set, NFS Backup driver
passes empty dict to RemoteFsClient. It cause an error when
RemoteFsClient mounts the share because it passes '-o {}' params.

According to [1] we should pass None to RemoteFsClient if no
backup_mount_options was specified.

[1] https://github.com/openstack/os-brick/blob/master/os_brick/remotefs/remotefs.py#L129-L130

Change-Id: Ief874332a71ff77c88a65e2d631457b831472236
Closes-Bug: #1529566
(cherry picked from commit ca25d7af97)
2016-10-17 19:10:26 +00:00
..
__init__.py Removed copyright from empty files 2014-01-01 20:31:13 -07:00
ceph.py fix cinder ceph backup driver padding error 2016-06-24 08:32:34 +00:00
glusterfs.py Add driver interface checks 2016-06-13 15:21:47 +00:00
google.py Add proxy config option to google backup driver 2016-08-02 22:07:39 +00:00
nfs.py Fix backup NFS share mount with default backup_mount_options 2016-10-17 19:10:26 +00:00
posix.py Add driver interface checks 2016-06-13 15:21:47 +00:00
swift.py Merge "SwiftBackupDriver: Dont add project_id to authurl" 2016-08-06 01:08:49 +00:00
tsm.py Add driver interface checks 2016-06-13 15:21:47 +00:00