Bases: object
Setup a ploop device for parallels image
This class is for mounting ploop devices using with statement: with PloopDevice(‘/parallels/my-vm/harddisk.hdd’) as dev_path:
# do something
Parameters: |
|
---|
Bases: cinder.volume.drivers.remotefs.RemoteFSSnapDriver
Cinder driver for Virtuozzo Storage.
Creates volumes as files on the mounted vzstorage cluster.
Fetch the image from image_service and write it to the volume.
Any initialization the volume driver does while starting.