X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver.stop;h=7f6cf2bc058e9a313c803ce6bf27bb6aaf2c9790;hb=93b6ce372f2e185af3cbb19d9c7620486f433496;hp=8ccea59830a363566464ea32832c3a75fbf5bd63;hpb=5990e5a2b7fb4100fb45a8036466f2e57b0af46c;p=util-vserver.git diff --git a/scripts/vserver.stop b/scripts/vserver.stop index 8ccea59..7f6cf2b 100644 --- a/scripts/vserver.stop +++ b/scripts/vserver.stop @@ -103,7 +103,9 @@ sendKillSequence "$S_CONTEXT" "${INITKILL_SEQ[@]}" echo $"Vserver '$VSERVER_DIR' still running unexpectedly; please investigate it manually..." >&2 execScriptlets "$VSERVER_DIR" "$VSERVER_NAME" post-stop - + +handleDeviceMap --unset "$S_CONTEXT" "$VSERVER_DIR/apps/vdevmap" + umountVserver "$VSERVER_DIR" || : disableInterfaces "$VSERVER_DIR"