[PATCH] qemu-nbd: Removed deprecated --partition option

Eric Blake eblake at redhat.com
Thu Jan 23 12:30:05 UTC 2020


On 1/23/20 6:10 AM, Max Reitz wrote:
> On 22.01.20 22:43, Eric Blake wrote:
>> The option was deprecated in 4.0.0 (commit 0ae2d546); it's now been
>> long enough with no complaints to follow through with that process.
>>
>> Signed-off-by: Eric Blake <eblake at redhat.com>
>> ---

>> - at code{qemu-nbd -t -P 1 -f qcow2 file.qcow2}
>> -
>> -can be rewritten as:
>> -
>> - at code{qemu-nbd -t --image-opts driver=raw,offset=1M,size=100M,file.driver=qcow2,file.backing.driver=file,file.backing.filename=file.qcow2}
>> -

>> +can be rewritten as:
>> +
>> + at code{qemu-nbd -t --image-opts driver=raw,offset=1M,size=100M,file.driver=qcow2,file.backing.driver=file,file.backing.filename=file.qcow2}
> 
> I know you just moved it from above, but isn’t this wrong?  Shouldn’t it
> be s/backing/file/g?

Indeed; file.file.driver=file,file.file.filename=file.qcow2 is required 
for it to work, rather than fail with
qemu-nbd: Failed to blk_new_open 
'driver=raw,offset=1m,size=100m,file.driver=qcow2,file.backing.driver=file,file.backing.filename=file4': 
A block device must be specified for "file"

I'll repost with the bug-fix as a separate commit (and it's a shame that 
we've gone nearly a year with no one noticing the typo in the original).

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




More information about the libvir-list mailing list