Hi Anthony & the List,

    I am looking at using qemu-nbd to export an existing snapshot to a Backup 
virtual appliance (VA) and had the following Qs in that context...

1) Exporting an image using unix socket (-k option) Vs using
--connect=/dev/nbd0, which one is better / preferred ? The idea being
once exported, the disk will be hotplugged into Backup VA which will
then use it as a src for backup operation.

2) If i use the --connect option, it requires the nbd kernel module to
be loaded and i also get a nice --disconnect way of terminating the nbd
export.

Using -k option qemu-nbd doesn't need the nbd kernel module, but the
cmdline blocks and sending SIGTERM is the only way to terminate the nbd
export... Is there a better way to terminate qemu-nbd if using the -k
option ? If not, i assume SIGTERM would gracefully shut down qemu-nbd ?

3) I was not able to get qemu-nbd running without the -t (persistent)
option. Ideally without -t would be suited, since there is only one
client/connection per nbd export and the nbd server would nicely shut
itself down.. but i get the below error ....

server as...
$ qemu-nbd -k /tmp/nbds1 ./debian_lenny_i386_standard.qcow2

client as...
$ qemu-system-x86_64 -m 1024 -drive file=nbd:unix:/tmp/nbds1
connect(unix:/tmp/nbds1): No such file or directory
qemu-system-x86_64: -drive file=nbd:unix:/tmp/nbds1: could not open disk
image nbd:unix:/tmp/nbds1: No such file or directory

nbds1 is indeed there...
srwxrwxr-x. 1 dpkshetty dpkshetty 0 May  3 14:24 /tmp/nbds1

and then the server returns to the shell.. echo $? is 0


thanx,
deepak






Reply via email to