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/17810b0e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/17810b0e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/17810b0e Branch: refs/heads/4.4-forward Commit: 17810b0e95ce6418b6809ab5d3dd436659120721 Parents: 2301ceb Author: Harikrishna Patnala <[email protected]> Authored: Thu May 8 14:46:33 2014 +0530 Committer: Kishan Kavala <[email protected]> Committed: Thu May 8 16:00:09 2014 +0530 ---------------------------------------------------------------------- scripts/vm/hypervisor/xenserver/xenserver62/patch | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/17810b0e/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
