The cinder.brick.remotefs.remotefs Module

Remote filesystem client utilities.

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

Bases: object

get_mount_point(device_name)

Get Mount Point.

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

Mount given share.

set_execute(execute)

Previous topic

The cinder.brick.local_dev.lvm Module

Next topic

The cinder.cmd.all Module

This Page