Re: [Users] ovirt-shell
by Wolfgang Bucher
Hi
thank you for the quick answer.
Installed Ovirt Version: oVirt Engine Version: 3.2.2-1.1.43.el6
Installed pexpect version : pexpect-2.3-6.el6.noarch
Greetings
Wolfgang Bucher
--------Michael Pasternak <mpastern(a)redhat.com> wrote--------
Subject: Re: [Users] ovirt-shell
Date: 09.07.2013 15:02
>Hi,
>
>On 07/09/2013 03:52 PM, Wolfgang Bucher wrote:
>> Hi
>> i have a fresh install with centos 6.4 and ovirt-engine from ovirt repo.
>> Now I get the following error when i try to start ovirt-shell:
>>
>> Traceback (most recent call last):
>> File "/usr/bin/ovirt-shell", line 5, in <module>
>> from pkg_resources import load_entry_point
>> File "/usr/lib/python2.6/site-
>> packages/pkg_resources.py", line 2655, in
>> <module>
>> working_set.require(__requires__)
>> File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in
>> require
>> needed = self.resolve(parse_requirements(requirements))
>> File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in
>> resolve
>> raise DistributionNotFound(req)
>> pkg_resources.DiAny IdeasstributionNotFound: pexpect-u>=2.3
>
>you should be installing pexpect as ovirt-shell depends on it,
>
>btw what version of oVirt do you have installed? if it's 3.3, you
>can use ovirt-shell 3.3.0.2-1 (you can also use it against 3.2, but
>you may see features which yet not available in 3.2) it doesn't have
>pexpect dependency, grab it from PyPi if it not available at oVirt nightly
>repos.
>
>>
>> Install version of pexpect: Package pexpect-2.3-6.el6.noarch already
>> installed and latest version
>>
>>
>> Any Ideas
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users(a)ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
>
>--
>
>Michael Pasternak
>RedHat, ENG-Virtualization R&D
>
11 years, 5 months
[Users] ovirt-shell
by Wolfgang Bucher
Hi
i have a fresh install with centos 6.4 and ovirt-engine from ovirt repo.
Now I get the following error when i try to start ovirt-shell:
Traceback (most recent call last):
File "/usr/bin/ovirt-shell", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.6/site-
packages/pkg_resources.py", line 2655, in
<module>
working_set.require(__requires__)
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in
require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in
resolve
raise DistributionNotFound(req)
pkg_resources.DiAny IdeasstributionNotFound: pexpect-u>=2.3
Install version of pexpect: Package pexpect-2.3-6.el6.noarch already
installed and latest version
Any Ideas
11 years, 5 months
[Users] RAID1 mirror on ovirt-node + engine nfs server
by Jason Keltz
Hi.
I've been reading about ovirt, and ready to try my own experiments with
it. I have two small questions..
When an ovirt-node is installed from the standard ISO, there's no
mention in the documentation about setting up a RAID1 mirror for the
root disk on the node. I'm sure that once I get around to working out
kickstarting the node, I could easily install the raid1 mirror, but I'm
just wondering why I don't see that in the default ISO. Maybe I'm just
missing something. Is redundancy of the disk on the node not
important? Sure, if the node goes down, I guess the VMs could be run on
other nodes, but if we can prevent the node from going down in the first
place, then why not?
I also have a question about the storage backend. In particular, I have
a pretty powerful server that I intend to use as the NFS server, and a
few servers to use as nodes. On the other hand, I don't have a powerful
machine (at the moment) to use for the ovirt-engine. Would it be poor
practice to run the ovirt-engine ON the NFS server? During engine
setup, I see that you can setup an NFS share for ISOs from the
ovirt-engine, but I don't think there's mention of just generalized
storage there. I suspect it's "poor practice", but I thought I'd ask
anyway. My setup will be relatively small (say, 4 nodes), and this
would let me reduce 1 general server from the infrastructure (dedicated
ovirt-engine).
Thanks! :)
Jason.
ps: At the moment, I am not subscribed to users - please cc: me on
responses.
11 years, 5 months
[Users] libgovirt 0.2.0
by Christophe Fergeau
--hoZxPH4CaxYzWscb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hey,
I've just made a new release of libgovirt. libgovirt is a GObject C library
to access oVirt/RHEV[1] REST API[2]. At the moment, it's able to get the list of
VMs available on an oVirt instance, and to get the connection details for
a given VM.
This release mainly consists of internal refactoring to make
it easier to support new parts of oVirt REST API, and to get it to work
with older glib versions. However, it also has minor API breaks, and
changes the library soname because of ABI breakage.
It can be downloaded from
http://people.freedesktop.org/~teuf/govirt/libgovirt-0.2.0.tar.xz
It's signed with my GPG key:
A525 E3EA 186A AB45 DD0F 86AF 24A4 69FB 7A56 F78E
Changes since 0.1.0
- Rename OvirtVm::uuid to OvirtVm::guid to match oVirt terminology
- Break ABI :(
- Switch back to using GSimpleAsyncResult (from GTask) to gain
compatibility with older glib versions
- Refactor internals to make it much easier to add support for more
REST collections
- Parse more VM states from the OvirtVm resource
Christophe
[1] http://www.ovirt.org/Home
[2]
https://access.redhat.com/site/documentation//en-US/Red_Hat_Enterprise_Vi...
--hoZxPH4CaxYzWscb
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (GNU/Linux)
iEYEARECAAYFAlHal+cACgkQJKRp+3pW9462dgCcDtQXNqPSLW9JA6LX6Zy4GCUb
bNUAnA5OStLSLs1bZxRaQl+kYo32S21Y
=fbuI
-----END PGP SIGNATURE-----
--hoZxPH4CaxYzWscb--
11 years, 5 months
Re: [Users] RAID1 mirror on ovirt-node + engine nfs server
by Ryan Barry
>
> From: Jason Keltz <jas(a)cse.yorku.ca>
> To: users(a)ovirt.org
> Subject: [Users] RAID1 mirror on ovirt-node + engine nfs server
> Message-ID: <51D5A06E.10504(a)cse.yorku.ca>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi.
>
> I've been reading about ovirt, and ready to try my own experiments with
> it. I have two small questions..
>
> When an ovirt-node is installed from the standard ISO, there's no
> mention in the documentation about setting up a RAID1 mirror for the
> root disk on the node. I'm sure that once I get around to working out
> kickstarting the node, I could easily install the raid1 mirror, but I'm
> just wondering why I don't see that in the default ISO. Maybe I'm just
> missing something. Is redundancy of the disk on the node not
> important? Sure, if the node goes down, I guess the VMs could be run on
> other nodes, but if we can prevent the node from going down in the first
> place, then why not?
>
> Kickstarting the Node is an interesting proposition, but not one that the
current image is well-suited for. Nor is support for mdraid devices, to be
honest. It's something worth considering (whether btrfs redundancy or
mdraid), but it's not currently implemented to my knowledge. I could be
wrong about that.
I also have a question about the storage backend. In particular, I have
> a pretty powerful server that I intend to use as the NFS server, and a
> few servers to use as nodes. On the other hand, I don't have a powerful
> machine (at the moment) to use for the ovirt-engine. Would it be poor
> practice to run the ovirt-engine ON the NFS server? During engine
> setup, I see that you can setup an NFS share for ISOs from the
> ovirt-engine, but I don't think there's mention of just generalized
> storage there. I suspect it's "poor practice", but I thought I'd ask
> anyway. My setup will be relatively small (say, 4 nodes), and this
> would let me reduce 1 general server from the infrastructure (dedicated
> ovirt-engine).
>
I run the engine virtualized as a guest on the NFS server. This is
definitely a workable use case, especially for small environments.
11 years, 5 months
[Users] Network setup with bonded vlan tagged interfaces only
by Christian Sandrini
--Boundary_(ID_BXXGSt4FBfZW7Pnv2D/KdA)
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
Hi
I am very new to oVirt and stumple accross some issues. Maybe I am doing something wrong. I have only one server right now which should be the engine + the host. The host network has been setup like the following:
bond0 (Prod network bonding)
bond0.110 (Prod VLAN) with ip 10.0.10.30 (I connect to the server with that address)
bond1 (Storage bonding)
bond1.130 (Storage VLAN) with ip 10.0.30.30 (used for iscsi communication)
I have other vlans which I should use:
VLAN 100 - reserved vor oVirt Management
VLAN 120 - DMZ
VLAN 140 - LAB
Do I need to create bond0.xxx files for each of them? Or do I create the networks inside ovirt gui and vlan tag them?
How should I configure ovirtmgmt interface? It has to go through bond0 and with vlan 100.
I would very appreciate if one could explain me what the proper setup would look like for such a setup.
Thanks a lot
Chris
--Boundary_(ID_BXXGSt4FBfZW7Pnv2D/KdA)
Content-type: multipart/related;
boundary="Boundary_(ID_KpV64keWxigbEdFd6K9EFg)"; type="text/html"
--Boundary_(ID_KpV64keWxigbEdFd6K9EFg)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: quoted-printable
<html><body><div>Hi</div><div> </div><div>I am very new to oVirt and stumple accr=
oss some issues. Maybe I am doing something wrong. I have only one server =
right now which should be the engine + the host. The host network has been=
setup like the following:</div><div> </div><div>bond0 (Prod network =
bonding)</div><div>bond0.110 (Prod VLAN) with ip 10.0.10.30 (I connect to =
the server with that address)</div><div>bond1 (Storage bonding)</div><div>=
bond1.130 (Storage VLAN) with ip 10.0.30.30 (used for iscsi communication)=
</div><div> </div><div>I have other vlans which I should use:</div><d=
iv> </div><div>VLAN 100 - reserved vor oVirt Management</div><div>VLA=
N 120 - DMZ</div><div>VLAN 140 - LAB</div><div> </div><div>Do I need =
to create bond0.xxx files for each of them? Or do I create the networks in=
side ovirt gui and vlan tag them?</div><div>How should I configure ovirtmg=
mt interface? It has to go through bond0 and with vlan 100.</div><div>&nbs=
p;</div><div>I would very appreciate if one could explain me what the prop=
er setup would look like for such a setup.</div><div> </div><div>Than=
ks a lot</div><div>Chris</div><div> </div></body></html>=
--Boundary_(ID_KpV64keWxigbEdFd6K9EFg)--
--Boundary_(ID_BXXGSt4FBfZW7Pnv2D/KdA)--
11 years, 5 months
Re: [Users] oVIRT 3.3 beta: Can't start imported VM
by rni@chef.net
--========GMXBoundary89231372922978673088
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Hi,
thank you. Changing the "EmulatedMachine" value to rhel6.4.0 solved my problem.
FyI.. I'm using the files which are availble on http://resources.ovirt.org/releases/beta/rpm/EL/6/noarch/
the Jun 20th.
Hans-Joachim
--========GMXBoundary89231372922978673088
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
<span style=3D'font-family:Verdana'><span style=3D'font-size:12px'><div><sp=
an style=3D"font-family:Verdana"><span style=3D"font-size:12px">Hi,<br /><b=
r />thank you. Changing the "EmulatedMachine" value to <span style=3D"font-=
family: Verdana;"><span style=3D"font-size: 12px;">rhel6.4.0</span></span> =
solved my problem.<br /><br />FyI.. I'm using the files which are availble =
on http://resources.ovirt.org/releases/beta/rpm/EL/6/noarch/<br />the Jun 2=
0th.<br /><br /><br />Hans-Joachim<br /> </span></span></div></span></=
span>
--========GMXBoundary89231372922978673088--
11 years, 5 months
[Users] oVirt Weekly Meeting Minutes -- 2013-07-03
by Mike Burns
Minutes:
http://ovirt.org/meetings/ovirt/2013/ovirt.2013-07-03-14.00.html
Minutes (text):
http://ovirt.org/meetings/ovirt/2013/ovirt.2013-07-03-14.00.txt
Log:
http://ovirt.org/meetings/ovirt/2013/ovirt.2013-07-03-14.00.log.html
============================
#ovirt: oVirt Weekly Meeting
============================
Meeting started by mburns at 14:00:21 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2013/ovirt.2013-07-03-14.00.log.html
.
Meeting summary
---------------
* agenda and roll call (mburns, 14:00:26)
* 3.3 status update (mburns, 14:00:38)
* Conferences and workshops (mburns, 14:00:58)
* infra team update (mburns, 14:01:03)
* Other Topics (mburns, 14:01:07)
* oVirt 3.3 status Update (mburns, 14:04:16)
* LINK: http://www.ovirt.org/OVirt_3.3_release-management (mburns,
14:04:33)
* Networking: Openstack Network integration should be merged in next
couple days (mburns, 14:09:41)
* networking: networkreloaded being dropped from release tracking,
but may still get in (mburns, 14:11:42)
* infra: external tasks making progress, still on track (mburns,
14:13:22)
* Docs: rhev docs team will start a spring on Tuesday to tidy up the
wiki (mburns, 14:13:47)
* Docs: all are welcome to join in (mburns, 14:13:54)
* gluster: on target for end of next week (12-July) (mburns,
14:14:36)
* SLA: trusted compute pools merged (mburns, 14:15:57)
* SLA: watchdog missing REST API piece, but should be good for
feature freeze (mburns, 14:16:35)
* VIRT: all features should make it by next week (mburns, 14:18:56)
* SLA: tight timeframes on scheduler and QoS, but should be good for
feature freeze (mburns, 14:19:01)
* Node: all features green (mburns, 14:19:45)
* SLA/Network: vnic profiles tight but should be on time (mburns,
14:20:51)
* ACTION: ecohen to see if UX features are required for 3.3 release or
if they can be deferred (mburns, 14:24:46)
* integration: otopi based installer on track (mburns, 14:26:29)
* integration: hosted engine at risk, but should make it (mburns,
14:26:57)
* LINK:
http://gerrit.ovirt.org/#/q/status:open+project:vdsm+branch:master+topic:...
(danken, 14:27:47)
* Summary: (mburns, 14:32:03)
* UX features won't make it for 15-July, ecohen checking on need for
the features and other options (mburns, 14:32:34)
* Integration and SLA are pretty tight on a couple features (mburns,
14:32:52)
* but should make feature freeze for all of them (mburns, 14:32:59)
* please plan to have builds done for Beta on or before 16-July
(mburns, 14:33:49)
* plan to post beta either 16 or 17-july (mburns, 14:33:57)
* no feedback from storage team given in this meeting, so unclear on
the status of storage features (mburns, 14:35:00)
* Workshops and Conferences (mburns, 14:36:45)
* LinuxCon /CloudOpen EU (21-23 October, Edinburgh, UK) CFP closes
21-July (mburns, 14:37:58)
* oVirt Developer Meetings to happen concurrently with LC/CloudOpen EU
(mburns, 14:38:35)
* KVM Forum CFP also closes soon (also co-located with LC/CloudOpen
EU) (mburns, 14:38:55)
* planning underway for next workshop, but no details yet (mburns,
14:39:58)
* Infra updates (mburns, 14:40:34)
* identified bots that likely caused many of the perf issues with
gerrit and ovirt.org (mburns, 14:43:45)
* dcaro is working on fixing them (mburns, 14:43:51)
* infra working on getting organized and starting to pull things
together (mburns, 14:45:22)
* Other Topics? (mburns, 14:46:45)
Meeting ended at 14:50:47 UTC.
Action Items
------------
* ecohen to see if UX features are required for 3.3 release or if they
can be deferred
Action Items, by person
-----------------------
* ecohen
* ecohen to see if UX features are required for 3.3 release or if they
can be deferred
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* mburns (106)
* danken (16)
* ofri (11)
* dneary (10)
* lvernia (9)
* shubhendu (8)
* yzaslavs (5)
* ovirtbot (5)
* jbiddle__ (5)
* mgoldboi (4)
* ecohen (4)
* doron_ (2)
* mskrivanek (2)
* ofri__ (1)
* ewoud (0)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
11 years, 5 months