[
https://issues.apache.org/jira/browse/CLOUDSTACK-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chandan Purushothama reopened CLOUDSTACK-3723:
----------------------------------------------
mysql> select id,name,type,format,display_text,guest_os_id,hypervisor_type from
vm_template where id=1 \G
*************************** 1. row ***************************
id: 1
name: SystemVM Template (XenServer)
type: SYSTEM
format: VHD
display_text: SystemVM Template (XenServer)
guest_os_id: 132
hypervisor_type: XenServer
1 row in set (0.00 sec)
mysql> select * from guest_os where id=132;
+-----+-------------+------+--------------------------------------+----------------------------+
| id | category_id | name | uuid |
display_name |
+-----+-------------+------+--------------------------------------+----------------------------+
| 132 | 2 | NULL | 084cb444-fafb-11e2-b477-42136591836b | Debian
GNU/Linux 6(32-bit) |
+-----+-------------+------+--------------------------------------+----------------------------+
1 row in set (0.00 sec)
mysql>
But the System VMs debian Version is 7 as shown below:
root@s-3-VM:~# cat /etc/cloudstack-release
Cloudstack Release 4.2.0 Thu Jun 13 04:15:09 UTC 2013
root@s-3-VM:~# cat /etc/debian_version
7.0
root@s-3-VM:~# uname -a
Linux s-3-VM 3.2.0-4-686-pae #1 SMP Debian 3.2.41-2 i686 GNU/Linux
root@s-3-VM:~#
> System VM Template for XenServer has wrong guest OS type Information on the
> Database
> ------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-3723
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3723
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Upgrade
> Affects Versions: 4.2.0
> Reporter: Chandan Purushothama
> Assignee: Sanjay Tripathi
> Priority: Critical
> Fix For: 4.2.0
>
>
> Observe that the guest_os id of the System VM Template for XenServer is 133
> mysql> select id,name,type,format,display_text,guest_os_id,hypervisor_type
> from vm_template where id=1 \G
> *************************** 1. row ***************************
> id: 1
> name: SystemVM Template (XenServer)
> type: SYSTEM
> format: VHD
> display_text: SystemVM Template (XenServer)
> guest_os_id: 133
> hypervisor_type: XenServer
> 1 row in set (0.00 sec)
> mysql> select id,name,type,format,display_text,guest_os_id,hypervisor_type
> from vm_template where id=8 \G
> *************************** 1. row ***************************
> id: 8
> name: SystemVM Template (vSphere)
> type: SYSTEM
> format: OVA
> display_text: SystemVM Template (vSphere)
> guest_os_id: 15
> hypervisor_type: VMware
> 1 row in set (0.00 sec)
> mysql> select id,name,type,format,display_text,guest_os_id,hypervisor_type
> from vm_template where id=3 \G
> *************************** 1. row ***************************
> id: 3
> name: SystemVM Template (KVM)
> type: SYSTEM
> format: QCOW2
> display_text: SystemVM Template (KVM)
> guest_os_id: 15
> hypervisor_type: KVM
> 1 row in set (0.00 sec)
> mysql>
> mysql> select * from guest_os where id=133;
> +-----+-------------+------+--------------------------------------+----------------------------+
> | id | category_id | name | uuid |
> display_name |
> +-----+-------------+------+--------------------------------------+----------------------------+
> | 133 | 2 | NULL | 0099b9c8-f320-11e2-b49d-06cba2000705 | Debian
> GNU/Linux 6(64-bit) |
> +-----+-------------+------+--------------------------------------+----------------------------+
> 1 row in set (0.00 sec)
> The System VM deployed from the XenServer System VM Template is not a 64 bit
> machine.
> The above correction is crucial for Upgrades
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira