The cinder.volume.drivers.windows.remotefs
Module¶
-
class
WindowsRemoteFsClient
(*args, **kwargs)¶ Bases:
os_brick.remotefs.remotefs.RemoteFsClient
-
check_smb_mapping
(smbfs_share)¶
-
create_sym_link
(link, target, target_is_dir=True)¶ If target_is_dir is True, a junction will be created.
NOTE: Juctions only work on same filesystem.
-
get_capacity_info
(smbfs_share)¶
-
is_symlink
(path)¶
-
mount
(export_path, mnt_options=None)¶
-