Feature #375
ONE 2: cannot set in deployment descriptor the arch type of the deployed image
Status: | Closed | Start date: | 10/23/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 2.0.1 | |||
Resolution: | duplicate | Pull request: |
Description
When creating deployment file (KVM) , the OS arch type is not set.
Example:
<domain type='kvm'>
<name>one-14</name>
<memory>1048576</memory>
<os>
<type>hvm</type>
<boot dev='hd'/>
....
The arch and machine attributes cannot be set. Here is a xml descriptor made via virt-manager as example:
<domain type='kvm'>
<name>seqcrawlertemplate</name>
<memory>2097152</memory>
<os>
<type arch='x86_64' machine='pc-0.12'>hvm</type>
This can be an issue depending on deployed image , and I face an issue with libvirt on Ubuntu 10.10 where it rejects the deployment file if the arch is not set. (even though both my server and my image are x86_64).
Related issues
History
#1 Updated by olivier sallou over 10 years ago
Does not seem to be a real issue. I face this problem on one host only, don't have the issue on an identical other host.
Can close the problem
#2 Updated by Javi Fontan over 10 years ago
- Tracker changed from Bug to Feature
#3 Updated by Javi Fontan over 10 years ago
- Category set to Drivers - Auth
It is a nice feature to have anyway. I leave this open as a feature request
#4 Updated by Ruben S. Montero over 10 years ago
- Target version set to Release 2.0.1
#5 Updated by Jaime Melis over 10 years ago
- Status changed from New to Closed
- Resolution set to duplicate