SYMPTOMS
I ran the command 'vzctl set 101 --bindmount_add "/share:share" --setmode restart --save' but '/share' folder from host OS did not appear inside the container #101 after restart.RESOLUTION
Destination path in 'bindmount_add' option must be absolute, not relative.The correct command to mount /share folder from host OS into the container #101 is as follows:
# vzctl set 101 --bindmount_add "/share:/share" --setmode restart --save Keywords: bindmount