Bug #511
Sunstone KVM wizard - problem with ARCH
Status: | Closed | Start date: | 03/04/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Hector Sanjuan | % Done: | 100% | |
Category: | Sunstone | Estimated time: | 0.20 hour | |
Target version: | Release 2.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
Using 2.1.80.
When creating new VM and using KVM Wizard in Sunstone the ARCH element is outside the OS.
Furthermore, the ARCH element should be in "x86_64", not in "x86-64" format, I suppose.
$ onevm show 225 VIRTUAL MACHINE 225 INFORMATION ID : 225 NAME : test STATE : DONE LCM_STATE : LCM_INIT START TIME : 03/04 08:12:50 END TIME : 03/04 08:19:27 DEPLOY ID: : one-225 VIRTUAL MACHINE MONITORING NET_TX : 0 NET_RX : 5406 USED MEMORY : 524288 USED CPU : 1 VIRTUAL MACHINE TEMPLATE ARCH=x86-64 BOOT=hd DISK=[ BUS=ide, CLONE=YES, DISK_ID=0, DRIVER=qcow2, IMAGE=Ubuntu 10.04 64 Server, IMAGE_ID=3, READONLY=NO, SAVE=NO, SOURCE=/var/lib/one//images/7637d2a3e39e759dce137134a3e0aef2a313053d, TARGET=vda, TYPE=DISK ] GRAPHICS=[ LISTEN=127.0.0.1, PORT=6125, TYPE=vnc ] MEMORY=512 NAME=test NIC=[ BRIDGE=br1, MAC=00:52:54:00:00:c1 ] RAW=[ TYPE=kvm ] VCPU=1 VMID=225
Associated revisions
Bug #511: Fixed OS section generation in the wizards. Fixed x86_64 typo in arch options .
Bug #511: Fixed OS section generation in the wizards. Fixed x86_64 typo in arch options .
(cherry picked from commit e1f07c3bd4349631c6ec02a03b82f95d6b8f738a)
Bug #511: Fixed OS generation section and x86_84 ARCH type in the wizards in
the VM plugin
History
#1 Updated by Hector Sanjuan over 10 years ago
- Category set to Sunstone
- Assignee set to Hector Sanjuan
- Target version set to Release 2.2
- Estimated time set to 0.20
Thank you. Actually none of the OS parameters are being added into the OS section. Will fix in the next hours.
#2 Updated by Hector Sanjuan over 10 years ago
- File 0001-Bug-511-Fixed-OS-section-generation-in-the-wizards.-.patch added
- % Done changed from 0 to 100
- Resolution set to fixed
Attached fix patch. With the patch it looks better for that OS section and x86_64 attribute:
VIRTUAL MACHINE TEMPLATE
NAME=test bug 511
OS=[
ARCH=x86_64,
BOOT=hd,
INITRD=initrd,
KERNEL=kernel,
KERNEL_CMD=kernelcmd,
ROOT=root ]
RAW=[
TYPE=kvm ]
VMID=60
#3 Updated by Jaime Melis over 10 years ago
- Status changed from New to Closed
Path applied in branches 'master' and 'one-2.2'. Closing ticket.