commit | 9764461cd7002e066f8c608884e94218adb29ff8 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Oct 22 18:09:02 2013 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Oct 23 10:20:37 2013 -0700 |
tree | 40a0c5240b5996e8cc00a1a7cc45b02a72372083 | |
parent | d620eb04880f50f6422ce5afdccecd2a03cf76ec [diff] |
vzctl create, vzctl exec: do skip fsck fsmount() function is called from vps_postcreate() and vps_run_script(), and its last argument, fsck, is a binary flag passed on to libploop directly, with value of 0 meaning to skip fsck, any other value to run fsck. So, using SKIP_FSCK flag is a mistake here, we should just use 0. Signed-off-by: Kir Kolyshkin <kir@openvz.org>