cloudstack/plugins/hypervisors
Marcus Sorensen 38a885776c fix /root/.ssh directory creation for KVM
Since /root is r-x permissions, Java fails to mkdir /root/.ssh (even
though the agent is running as root) because it looks for the writable
permission. This patch modifies the 'chmod 700 /root/.ssh' shell command
that we already use into 'mkdir -m 700 /root/.ssh', to be able to create
the directory as root even though write permissions are not set on
/root. This seemed cleaner/safer than adding writable to /root.

Signed-off-by: Edison Su <sudison@gmail.com>
2012-09-26 14:03:12 -07:00
..
kvm fix /root/.ssh directory creation for KVM 2012-09-26 14:03:12 -07:00
ovm remove patch for ovm agent due to license incompatible 2012-09-13 13:43:33 -07:00
vmware Commit for https://reviews.apache.org/r/7191/ 2012-09-20 15:46:40 -07:00
xen find local storage based on name label 2012-09-26 11:50:23 -07:00