Re: [ovirt-users] Nesting Hyper-V

2014-10-08 Thread Sven Kieske



On 08/10/14 00:39, Nathan Llaneza wrote:
 Hello All,
 
 I work for a educational institution, and we currently use oVirt in our
 datacenter. We are on the latest stable build of oVirt 3.4.4. Most of our
 hypervisors run CentOS 6.5; however, we have recently been asked if we
 could assign virtual hypervisors (Server 2012 R2) to some of our classes
 for learning purposes. I have been doing some research and found that I
 needed atleast kernel 3.10; therefore, I took one hypervisors and converted
 it to CentOS 7 fully patched. I also installed the nestedvt hook as
 described here
 http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/.
 
 
 I am all researched/googled out, and I am having no luck. After I do a
 typical install of Server 2012 R2 it will not let me install the Hyper-V
 role. I quote Hyper-V cannot be installed: A hypervisor is already
 running.
 
 When I run the command cat /sys/module/kvm_intel/parameters/nested it comes
 back with a Y. If I look in the host hooks it shows the nestedvt and
 macspoof. The VM has a custom property of macspoof = true.
 
 Did I miss something? Is this possible? Has anyone done this before?

I guess you need the cpu param
hv_relaxed there is a BZ open on it, see
this blog for all cpu flags:

http://blog.wikichoon.com/2014/07/enabling-hyper-v-enlightenments-with-kvm.html

-cpu ...,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time

there are plenty of bugs / improvements open, here is the list:

https://bugzilla.redhat.com/buglist.cgi?quicksearch=hv_relaxedlist_id=2902293

I don't know if this really works yet, the performance might be very
poor, even under older vmware stuff it's poor, according to vmware:
https://communities.vmware.com/docs/DOC-8970

 Thank you in advance for all you do. Your work on this project has helped
 our community college greatly and our student even more. Because of this
 project we have be able to give students virtual resources to complete
 their labs from anywhere at anytime.


-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Nesting Hyper-V

2014-10-08 Thread Francesco Romani
- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: users@ovirt.org
 Sent: Wednesday, October 8, 2014 8:02:29 AM
 Subject: Re: [ovirt-users] Nesting Hyper-V
 
 
 
 
 On 08/10/14 00:39, Nathan Llaneza wrote:
  Hello All,
  
  I work for a educational institution, and we currently use oVirt in our
  datacenter. We are on the latest stable build of oVirt 3.4.4. Most of our
  hypervisors run CentOS 6.5; however, we have recently been asked if we
  could assign virtual hypervisors (Server 2012 R2) to some of our classes
  for learning purposes. I have been doing some research and found that I
  needed atleast kernel 3.10; therefore, I took one hypervisors and converted
  it to CentOS 7 fully patched. I also installed the nestedvt hook as
  described here
  http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/.
  
  
  I am all researched/googled out, and I am having no luck. After I do a
  typical install of Server 2012 R2 it will not let me install the Hyper-V
  role. I quote Hyper-V cannot be installed: A hypervisor is already
  running.
  
  When I run the command cat /sys/module/kvm_intel/parameters/nested it comes
  back with a Y. If I look in the host hooks it shows the nestedvt and
  macspoof. The VM has a custom property of macspoof = true.
  
  Did I miss something? Is this possible? Has anyone done this before?
 
 I guess you need the cpu param
 hv_relaxed there is a BZ open on it, see
 this blog for all cpu flags:
 
 http://blog.wikichoon.com/2014/07/enabling-hyper-v-enlightenments-with-kvm.html
 
 -cpu ...,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time
 
 there are plenty of bugs / improvements open, here is the list:
 
 https://bugzilla.redhat.com/buglist.cgi?quicksearch=hv_relaxedlist_id=2902293

Initial HyperV enlightnement support was added to oVirt 3.5.0:
(e.g. :
http://gerrit.ovirt.org/#/c/30254/
http://gerrit.ovirt.org/#/c/30255/
)

More optimization will come soon, depending on libvirt availability.


Bests,

-- 
Francesco Romani
RedHat Engineering Virtualization R  D
Phone: 8261328
IRC: fromani
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 3.2 - iSCSI offload (broadcom - bnx2i)

2014-10-08 Thread Federico Simoncelli
- Original Message -
 From: Ricardo Esteves ricardo.m.este...@gmail.com
 To: Federico Simoncelli fsimo...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, October 8, 2014 1:32:51 AM
 Subject: Re: [ovirt-users] oVirt 3.2 - iSCSI offload (broadcom - bnx2i)
 
 Hi, here it goes:
 
 ethtool -i eth3
 
 driver: bnx2
 version: 2.2.4g
 firmware-version: bc 5.2.3
 bus-info: :06:00.1
 supports-statistics: yes
 supports-test: yes
 supports-eeprom-access: yes
 supports-register-dump: yes
 supports-priv-flags: no

Thanks, can you also add the output of:

 # lspci -nn

I'd have expected the driver to be bnx2i (bnx2 is a regular ethernet driver,
no offloading).

Can you also check if you have the bnx2i driver loaded?

 # lsmod | grep bnx2

and eventually if there's any bnx2 related message in /var/log/messages

Check also the adapter bios (at boot time) if by any chance you have to enable
the offloading there first (check the specific manual too).

-- 
Federico
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 3.2 - iSCSI offload (broadcom - bnx2i)

2014-10-08 Thread Ricardo Esteves

Hi,

lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation 5500 I/O Hub to ESI Port 
[8086:3403] (rev 13)
00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 1 [8086:3408] (rev 13)
00:02.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 2 [8086:3409] (rev 13)
00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 3 [8086:340a] (rev 13)
00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 7 [8086:340e] (rev 13)
00:08.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 8 [8086:340f] (rev 13)
00:09.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub 
PCI Express Root Port 9 [8086:3410] (rev 13)
00:0a.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub 
PCI Express Root Port 10 [8086:3411] (rev 13)

00:0d.0 Host bridge [0600]: Intel Corporation Device [8086:343a] (rev 13)
00:0d.1 Host bridge [0600]: Intel Corporation Device [8086:343b] (rev 13)
00:0d.2 Host bridge [0600]: Intel Corporation Device [8086:343c] (rev 13)
00:0d.3 Host bridge [0600]: Intel Corporation Device [8086:343d] (rev 13)
00:0d.4 Host bridge [0600]: Intel Corporation 7500/5520/5500/X58 
Physical Layer Port 0 [8086:3418] (rev 13)
00:0d.5 Host bridge [0600]: Intel Corporation 7500/5520/5500 Physical 
Layer Port 1 [8086:3419] (rev 13)

00:0d.6 Host bridge [0600]: Intel Corporation Device [8086:341a] (rev 13)
00:0e.0 Host bridge [0600]: Intel Corporation Device [8086:341c] (rev 13)
00:0e.1 Host bridge [0600]: Intel Corporation Device [8086:341d] (rev 13)
00:0e.2 Host bridge [0600]: Intel Corporation Device [8086:341e] (rev 13)
00:0e.3 Host bridge [0600]: Intel Corporation Device [8086:341f] (rev 13)
00:0e.4 Host bridge [0600]: Intel Corporation Device [8086:3439] (rev 13)
00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System 
Management Registers [8086:342e] (rev 13)
00:14.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO 
and Scratch Pad Registers [8086:3422] (rev 13)
00:14.2 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub Control 
Status and RAS Registers [8086:3423] (rev 13)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI 
Express Root Port 1 [8086:3a40]
00:1d.0 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #1 [8086:3a34]
00:1d.1 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #2 [8086:3a35]
00:1d.2 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #3 [8086:3a36]
00:1d.3 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #6 [8086:3a39]
00:1d.7 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB2 EHCI Controller #1 [8086:3a3a]
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev 90)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIB (ICH10) LPC 
Interface Controller [8086:3a18]
01:03.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] ES1000 [1002:515e] (rev 02)
01:04.0 System peripheral [0880]: Compaq Computer Corporation Integrated 
Lights Out Controller [0e11:b203] (rev 03)
01:04.2 System peripheral [0880]: Compaq Computer Corporation Integrated 
Lights Out  Processor [0e11:b204] (rev 03)
01:04.4 USB controller [0c03]: Hewlett-Packard Company Integrated 
Lights-Out Standard Virtual USB Controller [103c:3300]
01:04.6 IPMI SMIC interface [0c07]: Hewlett-Packard Company Integrated 
Lights-Out Standard KCS Interface [103c:3302]
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II 
BCM57711E 10-Gigabit PCIe [14e4:1650]
02:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II 
BCM57711E 10-Gigabit PCIe [14e4:1650]
06:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II 
BCM5709S Gigabit Ethernet [14e4:163a] (rev 20)
06:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II 
BCM5709S Gigabit Ethernet [14e4:163a] (rev 20)
0c:00.0 RAID bus controller [0104]: Hewlett-Packard Company Smart Array 
G6 controllers [103c:323a] (rev 01)


---

lsmod | grep bnx2

bnx2i  52167  0
libiscsi   49836  8 
be2iscsi,cxgb4i,cxgb3i,libcxgbi,ib_iser,iscsi_tcp,libiscsi_tcp,bnx2i
scsi_transport_iscsi84241  8 
be2iscsi,libcxgbi,ib_iser,iscsi_tcp,bnx2i,libiscsi

cnic   72983  1 bnx2i
bnx2  199384  0
bnx2x1445902  0
libcrc32c   1246  1 bnx2x
mdio4769  2 cxgb3,bnx2x



dmesg | grep bnx2

bnx2x: Broadcom NetXtreme II 5771x/578xx 10/20-Gigabit Ethernet Driver 
bnx2x 1.710.39 ($DateTime: 2014/06/02 04:31:55 $)

bnx2x :02:00.0: msix capability found
bnx2x :02:00.0: PCI INT A - GSI 28 (level, low) - IRQ 28
bnx2x :02:00.0: setting latency timer to 64
bnx2x :02:00.0: part number 412F4E-0-0-0
bnx2x 

[ovirt-users] New Feature: engine NIC health check

2014-10-08 Thread Martin Mucha
Hi,

here's link for new feature, related to monitoring engine's NIC, trying to 
detect failure on engine itself and it that case block fencing.
http://www.ovirt.org/Features/engine_NIC_health_check

thanks for every input, namely for one addressing some of opened issues.

M.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Custom Cloud-Init script only partially executing

2014-10-08 Thread Chris Routh
I'm trying to get the custom cloud-init script section in my site to 
run. My goal is to have the VM run 'yum update', add the PuppetLabs 
repository, and then install the latest puppet agent, and join it to 
Puppet.


Following the docs for oVirt and Cloud-Init I have this:

BEGIN SCRIPT
===
yum_repos:
# The name of the repository
puppetlabs-release:
baseurl: 
http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm

enabled: true
failovermethod: priority
gpgcheck: true
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs
name: Puppet Labs repository for Enterprise Linux 6


# Upgrade the instance on first boot
package_upgrade: true


# Install additional packages on first boot
packages:
- puppet

# Automatically setup and run puppetd
puppet:
   conf:
   agent:
   server: puppet.example.com
   certname: %f
   ca_cert: |
  -BEGIN CERTIFICATE-
   My Cert 
  -END CERTIFICATE-


===
END SCRIPT

However what I end up with from this is:

- No Yum update
- No added repository
- Puppet gets installed from the default repos
- No attempt to join


According to the cloud-init docs my code is correct, however oVirt is 
not respecting anything, with the sole exception being the 'packages:' 
argument. Can someone please explain?


Also, I have combed the script and ensured that the indentation was 4 
spaces, and not tabs. I noted that previous users in this mailing list 
have had that issue before.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt Weekly Sync: October 8, 2014

2014-10-08 Thread Brian Proffitt
=
#ovirt: oVirt Weekly Sync
=


Meeting started by bkp at 14:02:31 UTC. The full logs are available at
http://ovirt.org/meetings/ovirt/2014/ovirt.2014-10-08-14.02.log.html .



Meeting summary
---
* Agenda and roll Call  (bkp, 14:03:21)
  * infra update  (bkp, 14:03:39)
  * 3.4.z updates  (bkp, 14:03:49)
  * 3.5 status  (bkp, 14:03:57)
  * Conferences and workshops  (bkp, 14:04:13)
  * Other Topics  (bkp, 14:04:24)

* infra update  (bkp, 14:06:40)
  * LINK:
http://resources.ovirt.org/meetings/ovirt/2014/ovirt.2014-09-29-14.16.html
(sbonazzo, 14:09:56)
  * infra update Latest minutes at
http://resources.ovirt.org/meetings/ovirt/2014/ovirt.2014-09-15-14.25.html
(bkp, 14:10:03)
  * infra update The OpenShift team offered, and then performed, a
migration of the oVirt.org site to a larger gear, which should
allivate the out-of-resource problems that have been killing the
site lately.  (bkp, 14:10:06)
  * infra update bkp is working with OSAS designers and misc to get the
next update of oVirt.org on the schedule.  (bkp, 14:10:10)
  * infra update Addemdum: Latest minutes at
http://resources.ovirt.org/meetings/ovirt/2014/ovirt.2014-09-29-14.16.html
(bkp, 14:11:21)

* 3.5 status  (bkp, 14:12:04)
  * 3.5 status 3.5.0 ga started composing on morning of Oct. 6 and
encountered several issues  (bkp, 14:18:05)
  * 3.5 status some packages arrived late for repo composition  (bkp,
14:18:09)
  * 3.5 status linode / release server ran out of space  (bkp, 14:18:11)
  * 3.5 status oVirt site went down (see infra status above)  (bkp,
14:18:14)
  * 3.5 status Once we were ready to release, a couple of blockers
showed up  (bkp, 14:18:16)
  * 3.5 status Current status: One blocker in POST  (bkp, 14:18:24)
  * 3.5 status Release dates uncertain due to holidays and KVM Forum
(bkp, 14:18:29)
  * 3.5 status Patch is ready to be merged but maintainers are on
holiday so merge will be probably delayed to sunday, Oct. 12. Once
it is fixed, we should go with an RC5 release, hopefully last on
(bkp, 14:19:23)
  * 3.5 status PR and social media materials for oVirt 3.5's eventual
release are set to go.  (bkp, 14:19:50)

* conferences and workshops  (bkp, 14:20:36)
  * oVirt Workshop is all set. As of Monday night, we had 33 attendees
signed up, with more expected from a big mail push from the Linux
Foundation on Tuesday.  (bkp, 14:21:29)
  * Hopefully there will be pie for YamakasY  (bkp, 14:21:47)
  * bkp should have an outline and guide together for LISA 14's demo lab
later this week.  (bkp, 14:22:02)
  * In early 2015, oVirt will be represented at FOSDEM, as well as
Linux.conf.au in Auckland, NZ.  (bkp, 14:22:05)
  * Still waiting to hear about FOSDEM stand for oVirt.  (bkp, 14:22:08)

* other topics  (bkp, 14:23:11)
  * A reminder, bkp posted a new Users Guide for oVirt late last week
(http://www.ovirt.org/OVirt_User_Guide)  (bkp, 14:24:07)
  * bkp would like to focus on documentation while I am in TLV from Oct.
26-30, (following my meeting with ECS on Oct. 23), as well as
discuss the QA/bug reporting workflow issues brought up by alonbl
last week.  (bkp, 14:24:10)
  * Please note: due to the holidays and KVM Forum next week, there will
be no oVirt Weekly Sync meeting on Oct. 15.  (bkp, 14:24:14)

Meeting ended at 14:26:29 UTC.




Action Items






Action Items, by person
---
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* bkp (62)
* sbonazzo (25)
* YamakasY (7)
* ovirtbot (2)

-- 
Brian Proffitt

Community Liaison
oVirt
Open Source and Standards, Red Hat - http://community.redhat.com
Phone: +1 574 383 9BKP
IRC: bkp @ OFTC
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] About the oVirt workshop on Oct 16 at LinuxCon

2014-10-08 Thread Patrick Laimbock

Hi,

About the oVirt workshop at LinuxCon on Oct 16: is it a hands-on 
workshop where you do an install/config on your own laptop (if yes, 
requirements?) or is it more of a presentation kind of workshop?


Thanks,
Patrick
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] About the oVirt workshop on Oct 16 at LinuxCon

2014-10-08 Thread Oved Ourfali

On Oct 8, 2014 7:52 PM, Patrick Laimbock patr...@laimbock.com wrote:

 Hi, 

 About the oVirt workshop at LinuxCon on Oct 16: is it a hands-on 
 workshop where you do an install/config on your own laptop (if yes, 
 requirements?) or is it more of a presentation kind of workshop? 


Most of the sessions are presentation kind, talking about ovirt in general, 3.5 
features, future plans, different kinds of integration we did (glance, neutron, 
foreman). One of the sessions (iirc it is quite a long one), is a workshop 
like, where you play with an all-in-one instance of ovirt using a supplied DOK, 
where you can setup an environment easily and fast, and play with ovirt a bit.

Hope this information is helpful, 
Oved

 Thanks, 
 Patrick 
 ___ 
 Users mailing list 
 Users@ovirt.org 
 http://lists.ovirt.org/mailman/listinfo/users 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 3.2 - iSCSI offload (broadcom - bnx2i)

2014-10-08 Thread Amador Pahim

On 10/08/2014 08:29 AM, Ricardo Esteves wrote:

Hi,

lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation 5500 I/O Hub to ESI Port 
[8086:3403] (rev 13)
00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 1 [8086:3408] (rev 13)
00:02.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 2 [8086:3409] (rev 13)
00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 3 [8086:340a] (rev 13)
00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 7 [8086:340e] (rev 13)
00:08.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI 
Express Root Port 8 [8086:340f] (rev 13)
00:09.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O 
Hub PCI Express Root Port 9 [8086:3410] (rev 13)
00:0a.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O 
Hub PCI Express Root Port 10 [8086:3411] (rev 13)

00:0d.0 Host bridge [0600]: Intel Corporation Device [8086:343a] (rev 13)
00:0d.1 Host bridge [0600]: Intel Corporation Device [8086:343b] (rev 13)
00:0d.2 Host bridge [0600]: Intel Corporation Device [8086:343c] (rev 13)
00:0d.3 Host bridge [0600]: Intel Corporation Device [8086:343d] (rev 13)
00:0d.4 Host bridge [0600]: Intel Corporation 7500/5520/5500/X58 
Physical Layer Port 0 [8086:3418] (rev 13)
00:0d.5 Host bridge [0600]: Intel Corporation 7500/5520/5500 Physical 
Layer Port 1 [8086:3419] (rev 13)

00:0d.6 Host bridge [0600]: Intel Corporation Device [8086:341a] (rev 13)
00:0e.0 Host bridge [0600]: Intel Corporation Device [8086:341c] (rev 13)
00:0e.1 Host bridge [0600]: Intel Corporation Device [8086:341d] (rev 13)
00:0e.2 Host bridge [0600]: Intel Corporation Device [8086:341e] (rev 13)
00:0e.3 Host bridge [0600]: Intel Corporation Device [8086:341f] (rev 13)
00:0e.4 Host bridge [0600]: Intel Corporation Device [8086:3439] (rev 13)
00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub 
System Management Registers [8086:342e] (rev 13)
00:14.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO 
and Scratch Pad Registers [8086:3422] (rev 13)
00:14.2 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub 
Control Status and RAS Registers [8086:3423] (rev 13)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) 
PCI Express Root Port 1 [8086:3a40]
00:1d.0 USB controller [0c03]: Intel Corporation 82801JI (ICH10 
Family) USB UHCI Controller #1 [8086:3a34]
00:1d.1 USB controller [0c03]: Intel Corporation 82801JI (ICH10 
Family) USB UHCI Controller #2 [8086:3a35]
00:1d.2 USB controller [0c03]: Intel Corporation 82801JI (ICH10 
Family) USB UHCI Controller #3 [8086:3a36]
00:1d.3 USB controller [0c03]: Intel Corporation 82801JI (ICH10 
Family) USB UHCI Controller #6 [8086:3a39]
00:1d.7 USB controller [0c03]: Intel Corporation 82801JI (ICH10 
Family) USB2 EHCI Controller #1 [8086:3a3a]
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev 90)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIB (ICH10) LPC 
Interface Controller [8086:3a18]
01:03.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] ES1000 [1002:515e] (rev 02)
01:04.0 System peripheral [0880]: Compaq Computer Corporation 
Integrated Lights Out Controller [0e11:b203] (rev 03)
01:04.2 System peripheral [0880]: Compaq Computer Corporation 
Integrated Lights Out  Processor [0e11:b204] (rev 03)
01:04.4 USB controller [0c03]: Hewlett-Packard Company Integrated 
Lights-Out Standard Virtual USB Controller [103c:3300]
01:04.6 IPMI SMIC interface [0c07]: Hewlett-Packard Company Integrated 
Lights-Out Standard KCS Interface [103c:3302]
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II 
BCM57711E 10-Gigabit PCIe [14e4:1650]
02:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II 
BCM57711E 10-Gigabit PCIe [14e4:1650]
06:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II 
BCM5709S Gigabit Ethernet [14e4:163a] (rev 20)
06:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II 
BCM5709S Gigabit Ethernet [14e4:163a] (rev 20)
0c:00.0 RAID bus controller [0104]: Hewlett-Packard Company Smart 
Array G6 controllers [103c:323a] (rev 01)


---

lsmod | grep bnx2

bnx2i  52167  0
libiscsi   49836  8 
be2iscsi,cxgb4i,cxgb3i,libcxgbi,ib_iser,iscsi_tcp,libiscsi_tcp,bnx2i
scsi_transport_iscsi84241  8 
be2iscsi,libcxgbi,ib_iser,iscsi_tcp,bnx2i,libiscsi

cnic   72983  1 bnx2i
bnx2  199384  0
bnx2x1445902  0
libcrc32c   1246  1 bnx2x
mdio4769  2 cxgb3,bnx2x



dmesg | grep bnx2

bnx2x: Broadcom NetXtreme II 5771x/578xx 10/20-Gigabit Ethernet Driver 
bnx2x 1.710.39 ($DateTime: 2014/06/02 04:31:55 $)

bnx2x :02:00.0: msix capability found
bnx2x :02:00.0: PCI INT A - GSI 28 (level, low) - IRQ 28
bnx2x :02:00.0: setting latency timer to 64
bnx2x 

Re: [ovirt-users] To oVirt or not to oVirt

2014-10-08 Thread Dan Kenigsberg
On Tue, Oct 07, 2014 at 09:40:39AM -0400, Dan Yasny wrote:
 If you really intend to use that, you will need to install neutron with
 whatever plugins you need and use it as an external provider for the VMs.
 If this is just a matter of I can haz this cool tech, but really, regular
 bridging with VLAN support, custom MTUs and a bunch of other features
 (especially a very easy graphical setup) are enough, I'd stick with oVirt
 native networking - it's pretty powerful in it's own right.

It may well be good enough for Phil's new setup, but we have a new cool
3.5 feature http://www.ovirt.org/Features/NeutronVirtualAppliance
that makes it easier to install neutron and consume its networks from
oVirt. We'd love to see people test and use it.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Messed up UI and missing CSS

2014-10-08 Thread Frank Wall
On Mon, Sep 29, 2014 at 08:43:10AM -0400, Greg Sheremeta wrote:
 Switch over to https://copr.fedoraproject.org/coprs/patternfly/patternfly1/
 and run 'yum update patternfly1'
 and you'll be all set.

Just for the records, the latest update to patternfly1-1.0.5-1.el6.noarch 
broke the oVirt Engine Admin GUI for me.

I had to downgrade to patternfly1-1.0.5-5.el6.noarch, available from
http://koji.spacewalkproject.org/packages/patternfly1/1.0.5/5.el6/noarch/patternfly1-1.0.5-5.el6.noarch.rpm
and now the GUI is working again.

FYI, running latest oVirt 3.5:

ovirt-engine-lib-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-setup-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-backend-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-dbscripts-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-jboss-as-7.1.1-1.el6.x86_64
ovirt-engine-setup-base-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-websocket-proxy-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-extensions-api-impl-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-webadmin-portal-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-restapi-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-cli-3.5.0.5-1.el6.noarch
ovirt-engine-setup-plugin-ovirt-engine-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-setup-plugin-websocket-proxy-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-sdk-python-3.5.0.7-1.el6.noarch
ovirt-engine-setup-plugin-ovirt-engine-common-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-tools-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch
ovirt-engine-userportal-3.5.0-0.0.master.20141001234942.git65deb9d.el6.noarch


Regards
- Frank
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Messed up UI and missing CSS

2014-10-08 Thread Frank Wall
On Wed, Oct 08, 2014 at 11:39:44PM +0200, Frank Wall wrote:
 Just for the records, the latest update to patternfly1-1.0.5-1.el6.noarch 
 broke the oVirt Engine Admin GUI for me.

Oh, it's late. I was talking about the update to patternfly1-1.1.0-1.el6.noarch.


Regards
- Frank
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Messed up UI and missing CSS

2014-10-08 Thread Greg Sheremeta
Thanks Frank. We're working on this.

- Original Message -
 From: Frank Wall f...@moov.de
 To: Greg Sheremeta gsher...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, October 8, 2014 5:43:12 PM
 Subject: Re: [ovirt-users] Messed up UI and missing CSS
 
 On Wed, Oct 08, 2014 at 11:39:44PM +0200, Frank Wall wrote:
  Just for the records, the latest update to patternfly1-1.0.5-1.el6.noarch
  broke the oVirt Engine Admin GUI for me.
 
 Oh, it's late. I was talking about the update to
 patternfly1-1.1.0-1.el6.noarch.
 
 
 Regards
 - Frank
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Ubuntu and Debian Guest Agent Not Working Properly

2014-10-08 Thread Punit Dambiwal
Hi All,

I have installed new guest agent in the Ubuntu 14.04  and Debian
7.6it's working fine except shutdown and rebooteven i click on the
reboot button but it doesn't affect any thing on the VM (i.e the logs on
the dashboard says VM rebooted successfully but actually it's
rebooted...remain in the same stage...)

I am using Ovirt 3.4.3 and the following Ubuntu and Debian guest agent

http://www.ovirt.org/Feature/GuestAgentUbuntu

http://www.ovirt.org/Feature/GuestAgentDebian

Both the Url said that The guest agent also provides the following actions
:-

   - Shutdown/Reboot from within the Guest OS

Thanks,
Punit
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users