The cinder.volume.drivers.windows.smbfs Module

class WindowsSmbfsDriver(*args, **kwargs)

Bases: cinder.volume.drivers.smbfs.SmbfsDriver

VERSION = '1.1.0'
copy_image_to_volume(context, volume, image_service, image_id)

Fetch the image from image_service and write it to the volume.

copy_volume_to_image(*args, **kwargs)

Copy the volume to the specified image.

do_setup(context)

Previous topic

The cinder.volume.drivers.windows.remotefs Module

Next topic

The cinder.volume.drivers.windows.vhdutils Module

Project Source

This Page