Hey,
I made a template of a openvz container using the document here wiki.openvz.org/Creating_a_CentOS_5.0_Template
When I created VM's using this template all the cron times changed and each container had a different cron time than the image as well as different from each other.
Cron file in the image
cat /tmp/50/etc/cron.d/atop
# start atop daily at midnight
0 0 * * * root /etc/cron.daily/atop
And now the same file in the container that were created using this template
container 111
# start atop daily at midnight
32 1 * * * root /etc/atop/atop.daily
container 112
# start atop daily at midnight
6 3 * * * root /etc/atop/atop.daily
container 113
# start atop daily at midnight
40 1 * * * root /etc/atop/atop.daily
container 114
# start atop daily at midnight
18 1 * * * root /etc/atop/atop.daily
container 115
# start atop daily at midnight
9 2 * * * root /etc/atop/atop.daily
container 116
# start atop daily at midnight
25 1 * * * root /etc/atop/atop.daily
container 117
# start atop daily at midnight
43 2 * * * root /etc/atop/atop.daily
container 118
# start atop daily at midnight
29 1 * * * root /etc/atop/atop.daily
Is this a know problem ? a bug ? Any ideas what can I do to rectify this, because now I am wondering that many other files may have also changed just like this and I will come to know only when something breaks..
Regards,
samix