Volume driver for Windows Server 2012
This driver requires ISCSI target role installed
Bases: cinder.volume.driver.ISCSIDriver
Executes volume driver commands on Windows Storage server.
Check that the driver is working and can communicate.
Fetch the image from image_service and create a volume using it.
Copy the volume to the specified image.
Creates a clone of the specified volume.
Driver entry point to get the export info for a new volume.
Driver entry point for creating a snapshot.
Driver entry point for creating a new volume.
Driver entry point for exporting snapshots as volumes.
Driver entry point for deleting a snapshot.
Driver entry point for destroying existing volumes.
Setup the Windows Volume driver.
Called one time by the manager after the driver is loaded. Validate the flags we care about
Extend an Existing Volume.
Driver entry point to attach a volume to an instance.
Driver entry point to remove an export for a volume.
Driver entry point to unattach a volume from an instance.
Unmask the LUN on the storage system so the given initiator can no longer access it.