Bug #1306
TM drivers try to scp the context iso when using the EC2 driver
Status: | Closed | Start date: | 06/08/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 3.6 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.4 |
Description
From a Patrice Lachance email:
I made some tests today with one-3.4.2 managing only Amazon EC2 and got problems using the context section. I had to patch the $ONE_LOCATION/var/remotes/tm/shared/context file because it tried to scp to the EC2 hosts to create the file which is not needed nor possible... --- context 2012-05-28 17:14:24.314047984 +0000 +++ context.patch 2012-05-28 17:14:15.941581870 +0000 @@ -37,6 +37,11 @@ . $TMCOMMON +if [ -n "`echo $DST | grep ^ec2`" ]; then + log "Skipping transfer as destination is EC2" + exit 0 +fi + #------------------------------------------------------------------------------- # Set dst path and dirs #-------------------------------------------------------------------------------
Associated revisions
Bug #1306: Add tm_mad to History elements
Bug #1306: Use the tm_mad stored in the history, instead of the system_ds tm_mad
Bug #1306: Add Template contents to Clusters
Bug #1306: Clusters can use the datastore set in SYSTEM_DS, Datastores can have SYSTEM = YES in the template
Bug #1306: If the cluster has a SYSTEM_DS set, check that it is actually a system type ds. Do not allow image registration in any system type DS.
Bug #1306: Use the System DS id to generate the VM system dir
Bug #1306: Add onedb migrator to 3.6.0
Bug #1306: Fix bug, deployment didn't work for Hosts in cluster -1 (none)
Bug #1306: Update xsd files
Bug #1306: VMs cannot be migrated to hosts using a different system DS
Bug #1306: VMs cannot be migrated to hosts using a different system DS
(cherry picked from commit 2867263e5734007747322cbcf9f94fb5ee6b0ac8)
Bug #1306: Sunstone: Add template update possibility to Clusters.
(cherry picked from commit 43b8b659a03db56f5e004cc51a88c727765570c4)
Bug #1306: Sunstone: Let user create System datastores
(cherry picked from commit 6cfc4c9f435cf2b50007e0bd3ef732986d32f924)
Bug #1306: Sunstone: Add template update possibility to Clusters.
(cherry picked from commit 43b8b659a03db56f5e004cc51a88c727765570c4)
Bug #1306: Sunstone: Let user create System datastores
(cherry picked from commit 6cfc4c9f435cf2b50007e0bd3ef732986d32f924)
History
#1 Updated by Ruben S. Montero about 9 years ago
- Target version changed from Release 3.8 to Release 3.6
#2 Updated by Ruben S. Montero about 9 years ago
- Assignee set to Carlos Martín
#3 Updated by Ruben S. Montero about 9 years ago
- Status changed from New to Assigned
#4 Updated by Ruben S. Montero about 9 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed