]> xenbits.xensource.com Git - people/vhanquez/xen-unstable.git/commit
xl: destroy the disk on successful removal during block-detach
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 29 May 2012 15:36:53 +0000 (16:36 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 29 May 2012 15:36:53 +0000 (16:36 +0100)
commit07ca8a27323f4d8ba759b6d46448eae2d66c32a4
tree8c93f80abbf5055060f1b976e9c178d236f3e7ed
parentd8f0e515e7b0a6b7961bc0bed087aeed5a3903f6
xl: destroy the disk on successful removal during block-detach

main_blockdetach needs to call libxl_device_disk_destroy so that all the
disk related entries are properly removed from xenstore.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/xl_cmdimpl.c