Like the umount this is useful when running the test/job repeatedly in development, since it allows the LV to be destroyed.
Signed-off-by: Ian Campbell <ian.campb...@citrix.com> --- ts-debian-install | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-debian-install b/ts-debian-install index 0dfe40c..7d02ec4 100755 --- a/ts-debian-install +++ b/ts-debian-install @@ -42,6 +42,7 @@ sub prep () { $swap_mb + $disk_mb + 2, 40); target_cmd_root($ho, "umount $gho->{Lvdev} ||:"); + target_cmd_root($ho, "service nbd-server stop ||:"); } sub ginstall () { -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel