Hi,
I am looking into fixing bug https://issues.apache.org/jira/browse/CLOUDSTACK-6900. When we download volume then we create entry for that volume in volume_store_ref table. We mark the volume in ready state. When we migrate that volume, then again one more entry is created with same volume id. Its state is marked as allocated. This way there are two entries in volume_store_ref table. In one case it is marked as allocated and in other case it is marked as in ready state. Later we try to list only one dataobject in datastore for state transition during volume migration. If the listed volume's state is allocated then it passes otherwise it fails. Download url expires after 4 hrs. After 4 hrs migration should pass as there will be unique dataobject in datastore for the volume. What should be the expected behavior in this transition period i.e. till the download volume of url expires? Thanks, Anshul