From da4c68e9678a05e2bdefac758558668b6689104a Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 3 Nov 2010 16:57:56 -0700 Subject: [PATCH] There is a timestamp inside vhd file, which is supposed to be seconds from UTC 2000.1.1. 00, but Citrix use local time. which causes vhd check think updated vhd template was created in future time and refuse the vhd template. The workaroud is to set system VM zone as the futurest zone, which is GMT-14 --- patches/xenserver/root/.profile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 patches/xenserver/root/.profile diff --git a/patches/xenserver/root/.profile b/patches/xenserver/root/.profile new file mode 100644 index 00000000000..1753dd23ff6 --- /dev/null +++ b/patches/xenserver/root/.profile @@ -0,0 +1,2 @@ +TZ='Etc/GMT-14'; export TZ +