cloudstack/plugins
Marcus Sorensen 537c29c2fa Permissions fix for agent creating /root/.ssh
/root/.ssh is created with perms '600' if it doesn't already exist. This causes
a problem in that it can't write out id_rsa.cloud:

2012-08-27 16:35:40,227 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:null)
Processing command: com.cloud.agent.api.ModifySshKeysCommand
2012-08-27 16:35:40,228 DEBUG [kvm.resource.LibvirtComputingResource]
(agentRequest-Handler-4:null) Failed to create file: java.io.IOException:
Permission denied

Doing 'chmod u+x /root/.ssh' fixed the above, so it seems that even though the
agent is running as root it cares about being able to chdir into /root.ssh

Signed-off-by: Sheng Yang <sheng.yang@citrix.com>
2012-09-12 15:48:33 -07:00
..
deployment-planners Patch from Gavin Lee: Change license to ASL2.0 in plugin 2012-08-30 09:17:11 -04:00
file-systems/netapp rename cloud-plugins to cloudstack-plugins 2012-08-27 16:53:51 +02:00
host-allocators/random Patch from Gavin Lee: Change license to ASL2.0 in plugin 2012-08-30 09:17:11 -04:00
hypervisors Permissions fix for agent creating /root/.ssh 2012-09-12 15:48:33 -07:00
network-elements Elimiate mystery guestIp in IpAddressTO 2012-09-12 15:42:48 -07:00
storage-allocators/random Wrong parent 2012-08-28 09:02:01 -07:00
user-authenticators rename cloud-plugins to cloudstack-plugins 2012-08-27 16:53:51 +02:00
pom.xml maven: Build KVM hypervisor by default 2012-09-06 17:15:04 +02:00