cloudstack/plugins/hypervisors
Jayapal dd6bcde65b CLOUDSTACK-8298: Update copying large size VR config file in xenserver
When there is large size VR configuration (aggregate commands) copying data to VR using vmops plugin was failed
 because of the ARG_MAX size limitation. The configuration data size is around 300KB.

 Updated this to create file in host by scp with file contents. This will create file in host.
 Then copy the file from the host to VR using hte vmops createFileInDomr method.

  In host file get created in /tmp/ with name VR-<UUID>.cfg, once it copied to VR this file will be removed.

(cherry picked from commit 619f014255)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-03-04 16:56:07 +05:30
..
baremetal CLOUDSTACK-8273: fix baremetal account creation 2015-02-27 15:52:25 +05:30
hyperv CLOUDSTACK-8088: VM scale up is failing in vmware with Unable to execute ScaleVmCommand due to java.lang.NullPointerException 2015-01-18 17:28:17 +05:30
kvm LibvirtComputingResource: Support 'Oracle Linux 7' as pv guest 2015-03-03 10:46:38 -08:00
ovm CLOUDSTACK-8088: VM scale up is failing in vmware with Unable to execute ScaleVmCommand due to java.lang.NullPointerException 2015-01-18 17:28:17 +05:30
simulator CLOUDSTACK-8088: VM scale up is failing in vmware with Unable to execute ScaleVmCommand due to java.lang.NullPointerException 2015-01-18 17:28:17 +05:30
ucs Improve the handling of the findbug exclude files 2014-09-03 10:41:22 +02:00
vmware Fixed few coverity issues like invalid boxing unboxing issues, resource leaks, null dereferences 2015-02-06 16:50:20 +05:30
xenserver CLOUDSTACK-8298: Update copying large size VR config file in xenserver 2015-03-04 16:56:07 +05:30