Re: [Users] Failed to import Vm from export to storagedomain
by Haim Ateya
Hi Ricky,
its really interesting, the vm process failed to start as libvirt identified double use of same PCI address:
Thread-3111::ERROR::2013-01-03 16:30:27,373::vm::617::vm.Vm::(_startUnderlyingVm) vmId=`9741c58b-e7b2-41d8-9f35-8ea79ca81528`::The vm start process failed
Traceback (most recent call last):
File "/usr/share/vdsm/vm.py", line 579, in _startUnderlyingVm
self._run()
File "/usr/share/vdsm/libvirtvm.py", line 1421, in _run
self._connection.createXML(domxml, flags),
File "/usr/lib64/python2.6/site-packages/vdsm/libvirtconnection.py", line 83, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib64/python2.6/site-packages/libvirt.py", line 2489, in createXML
if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirtError: XML error: Attempted double use of PCI Address '0:0:1.2' (may need "multifunction='on'" for device on function 0
Thread-3111::DEBUG::2013-01-03 16:30:27,377::vm::933::vm.Vm::(setDownStatus) vmId=`9741c58b-e7b2-41d8-9f35-8ea79ca81528`::Changed state to Down: XML error: Attempted double use of PCI Address '0:0:1.2' (may need "multifunction='on'" for device on function 0
from the VM xml, I see you trying to use 6 devices of USB with same PCI address:
<controller type="usb">
<address bus="0x00" domain="0x0000" function="0x2" slot="0x01" type="pci"/>
</controller>
<controller type="usb">
<address bus="0x00" domain="0x0000" function="0x2" slot="0x01" type="pci"/>
</controller>
<controller type="usb">
<address bus="0x00" domain="0x0000" function="0x2" slot="0x01" type="pci"/>
</controller>
<controller type="usb">
<address bus="0x00" domain="0x0000" function="0x2" slot="0x01" type="pci"/>
</controller>
<controller type="usb">
<address bus="0x00" domain="0x0000" function="0x2" slot="0x01" type="pci"/>
</controller>
<controller type="usb">
<address bus="0x00" domain="0x0000" function="0x2" slot="0x01" type="pci"/>
</controller>
need to understand what went wrong there, was it the export attempt that created this problematic entry in the OVF file or was it the import?
anyway, please open a bug for it.
Haim
----- Original Message -----
> From: "Ricky" <rockybaloo(a)gmail.com>
> To: Users(a)ovirt.org
> Sent: Thursday, January 3, 2013 7:00:21 PM
> Subject: [Users] Failed to import Vm from export to storagedomain
>
> Hi,
>
> So, Finally I reinstalled the whole cluster after I have exported
> every VM.
>
> I followed this wiki
> http://wiki.dreyou.org/dokuwiki/doku.php?id=ovirt_rpm_start31.
>
> Everything went up except that I just have one host installed in the
> cluster. The other host is still serving the old cluster....
>
> When trying to import my old VMs I got problems with some of them not
> beeing imported. But 3 of my VMs did and one of them was my
> mailserver... but when I try to start the VM I hit the wall again.
>
> I have attached the vdsm.log, right now I cant see the forest for all
> the trees........
>
> Regards //Ricky
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
11 years, 10 months
Re: [Users] ISO path is not empty
by Haim Ateya
I don't see any particular reason for blocking this in general, since we create our domain structure under /ISO/<sdUUID>/..
so it doesn't really matter.
please open a bug for it.
Haim
----- Original Message -----
> From: "Mohsen Saeedi" <mohsen.saeedi(a)gmail.com>
> To: users(a)ovirt.org
> Sent: Friday, January 4, 2013 10:49:25 AM
> Subject: [Users] ISO path is not empty
>
>
> Hi
> I have a problem with Ovir t engine-setup. when i run it and in the
> setup process then it checks the ISO local path and print a error:
> directory /ISO is not empty
> I make a new partition and make ext4 filesystem and the i mount it
> under /ISO. we know it ha s a lost+foun d directory. i think it
> should be fixed in newer version.
> Thanks.
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
11 years, 10 months
Re: [Users] What do you want to see in oVirt next?
by Shu Ming
Jiri Belka :
> On Thu, 03 Jan 2013 18:08:48 +0200
> Itamar Heim <iheim(a)redhat.com> wrote:
>
>> Hi Everyone,
>>
>> as we wrap oVirt 3.2, I wanted to check with oVirt users on what they
>> find good/useful in oVirt, and what they would like to see
>> improved/added in coming versions?
> 1. Virtual Serial Port
> * accessible via network
> * accessible encrypted via network (qemu doesn't do it yet, IIRC)
> * vSPC-like (virtual serial port concentrator) app which would act
> as "proxy" to access individual VM's virtual serial ports
>
> - vmware docs: http://tinyurl.com/7dg3ll5
> - vSPC 3rd party info:
> http://isnotajoke.com/vmware_virtual_serial_ports.html
Here is the work undergoing:
http://gerrit.ovirt.org/#/c/10381/
>
> 2. Clustered engine
> * 2 engine nodes making an app cluster both same priority
>
> 3. OS independent as possible
> * engine talks to vdsmd, thus engine should not depend on any
> Linux specific OS features; engine thus could with some work
> be possible to install on *BSD, Solaris etc...
> * add other OS types into engine (with nice icons), ESXi/VirtualBox
> both offer other OS types besides Windows/Linux.
>
> jbelka
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
--
---
舒明 Shu Ming
Open Virtualization Engineerning; CSTL, IBM Corp.
Tel: 86-10-82451626 Tieline: 9051626 E-mail: shuming(a)cn.ibm.com or shuming(a)linux.vnet.ibm.com
Address: 3/F Ring Building, ZhongGuanCun Software Park, Haidian District, Beijing 100193, PRC
11 years, 10 months
[Users] Subject: Re: What do you want to see in oVirt next?
by Thomas Scofield
- Ovirt management server should be able to run as a virtual machine
managed by ovirt
- Clustered management server, active/passive, or even better active/active
- Support for additional iternal users, so monitoring and automation don't
need to rely on an external source for authentication
- guest agent should have the ability to configure portions of the virtual
machine
-- set the hostname of the virtual machine
-- configure the network information for the virtual machine
-- reset root password
> Hi Everyone,
>
> as we wrap oVirt 3.2, I wanted to check with oVirt users on what they
> find good/useful in oVirt, and what they would like to see
> improved/added in coming versions?
>
> Thanks,
> Itamar
11 years, 10 months
[Users] Missing archives
by Karsten 'quaid' Wade
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig87AB028DD52DF6D3A58E2A06
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On 21 Dec I fixed the archive for this mailing list at the request of a
user.
When I did that, I failed to set the permissions and ownership for the
changed mailbox file. It remained owned by root, so Mailman was unable
to write to the archives. :( :(
I think we can fix this if anyone has a copy of all the email sent to
this list since 21 Dec. in an .mbox format.
Anyone have everything from 21 Dec. to this message I just sent (which
should hit the archives)?
- Karsten
--=20
Karsten 'quaid' Wade, Sr. Analyst - Community Growth
http://TheOpenSourceWay.org .^\ http://community.redhat.com
@quaid (identi.ca/twitter/IRC) \v' gpg: AD0E0C41
--------------enig87AB028DD52DF6D3A58E2A06
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/
iD8DBQFQ5yIr2ZIOBq0ODEERAoiHAKDezC4oZtKpa9z4ZSfceO+7eScbXgCgoKdN
lOmulECyehwk3RqHkKQQe9Q=
=p9Z2
-----END PGP SIGNATURE-----
--------------enig87AB028DD52DF6D3A58E2A06--
11 years, 10 months