Fibre channel Cinder volume driver for Hewlett Packard Enterprise storage.
Bases: cinder.volume.driver.FibreChannelDriver
OpenStack Fibre Channel driver to enable HPE XP storage.
Driver-specific actions after copyvolume data.
This method will be called after _copy_volume_data during volume migration
Setup errors are already checked for in do_setup so return pass.
Fetch the image from image_service and write it to the volume.
Call copy_image_to_volume() of super class and carry out original postprocessing.
Create a clone of the specified volume.
Create a snapshot.
Create a volume.
Create a volume from a snapshot.
Delete a snapshot.
Delete a volume.
Setup and verify HPE XP storage connection.
Extend a volume.
Get volume stats.
Manage an existing HPE XP storage volume.
existing_ref is a dictionary of the form:
Return size of volume for manage_existing.
Restore an existing backup to a new or existing volume.
Call restore_backup() of super class and carry out original postprocessing.
Remove the specified volume from Cinder management.