Bug #385
mads/one_im_ssh.rb not coping files to the host
Status: | Closed | Start date: | 11/03/2010 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Jaime Melis | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 2.0.1 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
Affected are the install from:
http://dev.opennebula.org/attachments/download/220/opennebula_2.0-1_amd64.deb
on the ruby script /usr/lib/one/mads/one_im_ssh.rb, line 66 do_update == "1" returns false, so the copy block are not being executed.
Related issues
Associated revisions
History
#1 Updated by Marlon Nerling over 10 years ago
Wed Nov 3 13:12:54 2010 [InM][I]: Monitoring host man-host2 (2)
Wed Nov 3 13:12:54 2010 [InM][I]: Command execution fail: /tmp/one/im/run_probes kvm man-host1
Wed Nov 3 13:12:54 2010 [InM][I]: STDERR follows.
Wed Nov 3 13:12:54 2010 [InM][I]: bash: /tmp/one/im/run_probes: No such file or directory
Wed Nov 3 13:12:54 2010 [InM][I]: ExitCode: 127
Wed Nov 3 13:12:54 2010 [InM][E]: Error monitoring host 1 : MONITOR FAILURE 1 Could not monitor host man-host1.
Wed Nov 3 13:12:54 2010 [InM][I]: Command execution fail: /tmp/one/im/run_probes kvm man-host2
Wed Nov 3 13:12:54 2010 [InM][I]: STDERR follows.
Wed Nov 3 13:12:54 2010 [InM][I]: bash: /tmp/one/im/run_probes: No such file or directory
Wed Nov 3 13:12:54 2010 [InM][I]: ExitCode: 127
Wed Nov 3 13:12:54 2010 [InM][E]: Error monitoring host 2 : MONITOR FAILURE 2 Could not monitor host man-host2.
#2 Updated by Ruben S. Montero over 10 years ago
- Status changed from New to Assigned
- Assignee set to Jaime Melis
#3 Updated by Ruben S. Montero over 10 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Fix for #412 should have solved this