commit | a91482976b347388b57ccb22a145fa93d23cf8b5 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Jul 11 16:52:47 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Jul 11 16:52:47 2011 +0400 |
tree | 959df491bd319d606c6fcc6d12c095e882ccdeb1 | |
parent | 4a0dd880a2fe7cf01926ed8893365f80bb783d1a [diff] |
man/vzctl.8: use simfs in mount script example Apparently bind mounts are not safe wrt checkpointing, i.e. if a filesystem being bind-mounted is not recognized by kernel checkpointing code (say, xfs is not in the list), then checkpointing will fail. To avoid this problem, use simfs instead of bind mount. Signed-off-by: Kir Kolyshkin <kir@openvz.org>