On 04/25/2013 06:03 PM, MORITA Kazutaka wrote: > The block driver tries to delete the vdi, but the sheepdog servers > return "No such vdi" - I thought that something goes wrong in this > case. > > What's the scenario where the sheepdog servers return SD_RES_NO_VDI? > Can we ignore it safely?
V2 has this problem, if we loadvm twice in a short of time that no sd_create_branch is called in the time window, the second loadvm will get this NO_VDI error. But with V3 we don't have this problem. Anyway it is okay to printf message for this case for v3. I'll update v4. Thanks, Yuan