Bug #511

Sunstone KVM wizard - problem with ARCH

Added by Grzegorz Kocur over 10 years ago. Updated over 10 years ago.

Status:ClosedStart date:03/04/2011
Priority:NormalDue date:
Assignee:Hector Sanjuan% Done:

100%

Category:SunstoneEstimated 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

0001-Bug-511-Fixed-OS-section-generation-in-the-wizards.-.patch Magnifier - Fix patch (1.55 KB) Hector Sanjuan, 03/07/2011 04:09 PM

Associated revisions

Revision e1f07c3b
Added by Hector Sanjuan over 10 years ago

Bug #511: Fixed OS section generation in the wizards. Fixed x86_64 typo in arch options .

Revision 3ecd2252
Added by Hector Sanjuan over 10 years ago

Bug #511: Fixed OS section generation in the wizards. Fixed x86_64 typo in arch options .
(cherry picked from commit e1f07c3bd4349631c6ec02a03b82f95d6b8f738a)

Revision eaf6db11
Added by Hector Sanjuan over 10 years ago

Bug #511: Fixed OS generation section and x86_84 ARCH type in the wizards in
the VM plugin

Revision 33ce1c69
Added by Abel Coronado almost 4 years ago

B #5417: Dashboard loading x2 faster (#511)

Revision 9ce421e7
Added by Abel Coronado almost 4 years ago

B #5417: Dashboard loading x2 faster (#511)

(cherry picked from commit 33ce1c69f4d52a81ea56e1bf85808670ab04766c)

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

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.

Also available in: Atom PDF