Fibre channel Cinder volume driver for Hewlett-Packard storage.
Bases: cinder.volume.driver.FibreChannelDriver
OpenStack Fibre Channel driver to enable HP XP storage.
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.
Copy data from src_vol to dest_vol.
Call copy_volume_data() 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 HP XP storage connection.
Extend a volume.
Get volume stats.
Manage an existing HP 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.