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>
1 file changed