commit | 190e75bbe7d6fd63c796c308b8e0688ecf695aef | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri May 08 15:27:30 2009 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri May 08 15:27:30 2009 +0400 |
tree | 5f65d3e7556a24387c82f5b64229812d9df3256e | |
parent | d3b95b78abff1b8fb2c4e1b9c80ca290557e25b0 [diff] |
Fix large CT checkpointing: use open64() and friends Do that by adding -D_FILE_OFFSET_BITS=64 to CFLAGS Test case: * create and start a container * create a large (>2G) file in it * in container, run a program that ** opens the file ** unlinks it ** sleeps * run vzctl chkpnt CTID Signed-off-by: Kir Kolyshkin <kir@openvz.org>