os-brick/os_brick/initiator
Lucian Petrut d5c3f3a7f6 Windows SMBFS: fix using share subdirs
When using Scale-Out File Server SMB shares, we have to use the local
share paths instead of the UNC paths if the host is part of the
cluster.

There's an os-win method that allows fetching the shared path but
it expects the share name, while we're passing subdirs as well,
for which reason it fails.

We'll have to make sure we're passing the share name only, appending
the subdir afterwards.

Closes-Bug: #1805341

Change-Id: I47d7e7afefe050cd4b25435cfcfc3e8963bd04bc
2018-11-27 10:19:07 +02:00
..
connectors Merge "Context manager to handle shared_targets" 2018-11-06 08:20:06 +00:00
windows Windows SMBFS: fix using share subdirs 2018-11-27 10:19:07 +02:00
__init__.py Add the StorPool brick connector 2017-12-01 23:06:15 +02:00
connector.py Fix a spelling mistake 2018-10-11 17:08:27 +08:00
host_driver.py Fix race in check and access of /dev/disk/by-path/ 2015-07-28 18:30:06 +02:00
initiator_connector.py Add staticmethod decorator in InitiatorConnector 2018-08-17 17:36:21 +08:00
linuxfc.py FC Allow for multipath volumes with different LUNs 2018-07-16 10:31:52 -07:00
linuxrbd.py Merge "Add attribute 'name' to class RBDVolume." 2017-10-10 03:41:31 +00:00
linuxscsi.py Succeed on iSCSI detach when path just went down 2018-09-27 18:30:18 +02:00
linuxsheepdog.py Remove unused LOG to keep code clean 2016-07-09 10:17:48 +08:00
utils.py Context manager to handle shared_targets 2018-10-30 16:55:01 +01:00