mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
is attached a hard disk drive is created on the scsi controller. On detach the data disk is removed from the drive but the disk drive is left behind. On reattach the agent was again trying to create a disk drive while it was already present. Fixed the agent code to look up for disk drive while attaching and if one is not found then only to create the drive for attaching a data disk.