Bases: object
Represents actions that can be taken on a remote host’s filesystem.
Bases: object
Copy file to/from remote host.
Parameters: |
|
---|
Create directory on the remote system.
Parameters: |
|
---|
Create file on the remote system.
Parameters: |
|
---|
Removes a directory on a remote host.
Parameters: |
|
---|
Removes a file on a remote host.
Parameters: |
|
---|
Bases: nova.virt.libvirt.volume.remotefs.RemoteFilesystemDriver
Bases: nova.virt.libvirt.volume.remotefs.RemoteFilesystemDriver
Creates temporary directory for rsync purposes. Removes created directory in the end.
Mount a remote export to mount_path.
Parameters: |
|
---|---|
Export_type: | remote export type (e.g. cifs, nfs, etc.) |
Options: | A list containing mount options |
Unmount a remote share.
Parameters: |
|
---|