The cinder.brick.remotefs.remotefs Module

Remote filesystem client utilities.

class RemoteFsClient(mount_type, root_helper, execute=<function execute at 0x7f5a4ca88140>, *args, **kwargs)

Bases: object

get_mount_point(device_name)
Parameters:device_name – example 172.18.194.100:/var/nfs
mount(nfs_share, flags=None)

Mount NFS share.

set_execute(execute)

Previous topic

The cinder.brick.local_dev.lvm Module

Next topic

The cinder.common.config Module

This Page