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 write it to the volume.
Copy the volume to the specified image.
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
Driver entry point to get the export info for an existing volume.
Driver entry point to attach a volume to an instance.
Driver exntry 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 intiator can no longer access it.