[Qemu-block] [PATCH v3 2/5] qapi: add nbd-server-remove

2018-01-19 Thread Vladimir Sementsov-Ogievskiy
Add command for removing an export. It is needed for cases when we don't want to keep export after the operation on it was completed. The other example is temporary node, created with blockdev-add. If we want to delete it we should firstly remove corresponding NBD export. Signed-off-by: Vladimir S

Re: [Qemu-block] [PATCH v3 2/5] qapi: add nbd-server-remove

2018-01-22 Thread Eric Blake
On 01/19/2018 07:57 AM, Vladimir Sementsov-Ogievskiy wrote: > Add command for removing an export. It is needed for cases when we > don't want to keep export after the operation on it was completed. > The other example is temporary node, created with blockdev-add. > If we want to delete it we should