Repository: cloudstack Updated Branches: refs/heads/4.4-forward 2301ceb14 -> 17810b0e9 refs/heads/master 55111e228 -> 807b6d2c4
CLOUDSTACK-6544: [Automation] Failed to create template for ROOT volume in Xen, with Exception: callHostPlugin failed Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/807b6d2c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/807b6d2c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/807b6d2c Branch: refs/heads/master Commit: 807b6d2c4c3a32c947d6b8d73877dafa7378fec2 Parents: 55111e2 Author: Harikrishna Patnala <[email protected]> Authored: Thu May 8 14:46:33 2014 +0530 Committer: Kishan Kavala <[email protected]> Committed: Thu May 8 15:59:39 2014 +0530 ---------------------------------------------------------------------- scripts/vm/hypervisor/xenserver/xenserver62/patch | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/807b6d2c/scripts/vm/hypervisor/xenserver/xenserver62/patch ---------------------------------------------------------------------- diff --git a/scripts/vm/hypervisor/xenserver/xenserver62/patch b/scripts/vm/hypervisor/xenserver/xenserver62/patch index 13f4f93..03cdfad 100644 --- a/scripts/vm/hypervisor/xenserver/xenserver62/patch +++ b/scripts/vm/hypervisor/xenserver/xenserver62/patch @@ -28,6 +28,7 @@ # If [source path] does not start with '/' or '~', then it is relative path to the location of the patch file. vmops=..,0755,/etc/xapi.d/plugins vmopspremium=..,0755,/etc/xapi.d/plugins +vmopsSnapshot=..,0755,/etc/xapi.d/plugins xen-ovs-vif-flows.rules=..,0644,/etc/udev/rules.d ovs-vif-flows.py=..,0755,/etc/xapi.d/plugins cloudstack_plugins.conf=..,0644,/etc/xensource
