commit | eaff919b893fde65e69d4a6f4603b64d119c15cd | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Mar 03 18:22:13 2010 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Mar 03 18:22:13 2010 +0300 |
tree | 2adfdb9e7c2958538597503248ff9669355b0e2a | |
parent | 5d2c15a7ea50175bf42d662763dca9535cc34b93 [diff] |
vzctl runscript: do not umount CT if it was mounted before The problem this patch solves is this: # vzctl status 1234 CTID 1234 exist mounted down # echo "echo do-do" > do # vzctl runscript 1234 do do-do # vzctl status 1234 CTID 1234 exist unmounted down So a container that was mounted before became unmounted. Fix it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>