Blue Swirl writes:
> On Sat, Jul 24, 2010 at 12:03 PM, Markus Armbruster wrote:
>> Blue Swirl writes:
>>
>>> Command line flag '-snapshot' was setting the drive flag 'snapshot'
>>> for all drives. Therefore also CDROM devices were incorrectly marked
>>> with BDRV_O_SNAPSHOT. Thus the backing im
On Sat, Jul 24, 2010 at 12:03 PM, Markus Armbruster wrote:
> Blue Swirl writes:
>
>> Command line flag '-snapshot' was setting the drive flag 'snapshot'
>> for all drives. Therefore also CDROM devices were incorrectly marked
>> with BDRV_O_SNAPSHOT. Thus the backing images were accidentally delet
Blue Swirl writes:
> Command line flag '-snapshot' was setting the drive flag 'snapshot'
> for all drives. Therefore also CDROM devices were incorrectly marked
> with BDRV_O_SNAPSHOT. Thus the backing images were accidentally deleted
> at bdrv_open time, for example when changing the image with m
Command line flag '-snapshot' was setting the drive flag 'snapshot'
for all drives. Therefore also CDROM devices were incorrectly marked
with BDRV_O_SNAPSHOT. Thus the backing images were accidentally deleted
at bdrv_open time, for example when changing the image with monitor
'change' command.
Fix