Bug #2478
sunstone in opennebula 4.4 beta2 problem with VM deploy action
Status: | Closed | Start date: | 11/20/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Daniel Molina | % Done: | 100% | |
Category: | Core & System | |||
Target version: | Release 4.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.4 |
Description
When I'm trying to deploy VM to specified host and datastore I'm getting this message
"Parameter that is supposed to be integer is not". VM is in UNDEPLOYED state.
Associated revisions
bug #2478: ds_id must be an integer in the deploy action
bug #2478: ds_id must be an integer in the deploy action
(cherry picked from commit b8d516d2b2f406d2f2e426aecff4e26c1f86027e)
History
#1 Updated by Rolandas Naujikas over 7 years ago
From CLI I'm getting
$ onevm deploy 620 14 102 [VirtualMachineDeploy] Wrong state to perform action
#2 Updated by Rolandas Naujikas over 7 years ago
For VM in PENDING state (by using SCHED_REQUIREMENTS="HOSTNAME=\"manual_deploy\"").
From CLI it works, but from sunstone it fails in same way.
#3 Updated by Ruben S. Montero over 7 years ago
- Category set to Core & System
- Status changed from Pending to New
- Assignee set to Carlos Martín
- Target version set to Release 4.4
#4 Updated by Daniel Molina over 7 years ago
- Status changed from New to Closed
- Assignee changed from Carlos Martín to Daniel Molina
- % Done changed from 0 to 100
- Resolution set to fixed
Fixed, thank you Rolandas for the feedback.
From the UNDEPLOY state you have to use the boot action to start the VM again
#5 Updated by Rolandas Naujikas over 7 years ago
Don't forget one-4.4 branch.
#6 Updated by Daniel Molina over 7 years ago
Yes, we will merge master and one-4.4 soon