deb-cinder/cinder/backup
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
..
drivers Fix backup NFS share mount with default backup_mount_options 2016-10-17 19:10:26 +00:00
__init__.py Move oslo.utils to oslo_utils namespace 2015-01-19 21:50:34 -06:00
api.py Removed RPC topic config options 2016-08-29 11:16:53 +05:30
chunkeddriver.py Remove unused context parameter 2016-08-08 10:47:40 +05:30
driver.py Replace key manager with Castellan 2016-08-29 10:19:10 +08:00
manager.py Merge "Fix invalid services caused by enabled_backends" 2016-09-08 17:05:11 +00:00
rpcapi.py Removed RPC topic config options 2016-08-29 11:16:53 +05:30