Re: [libvirt] [PATCH 0/2] Change virFileIsCDROM to check cdrom status

2018-07-10 Thread Han Han
Sorry I forget to add the former patch link. Please ignore these mails. On Wed, Jul 11, 2018 at 10:52 AM, Han Han wrote: > Refactor virFileIsCDROM to virFileCheckCDROM and now it could be used to > store cdrom status. > > In libvirt, it gives general Input/Output error when reading a not ready

[libvirt] [PATCH 0/2] Change virFileIsCDROM to check cdrom status

2018-07-10 Thread Han Han
Refactor virFileIsCDROM to virFileCheckCDROM and now it could be used to store cdrom status. In libvirt, it gives general Input/Output error when reading a not ready cdrom backend vol. This error should be replaced with warning just like the warning of lacking backing file. Han Han (2): util: