[ovirt-users] where did virbr0: come from?

2018-06-28 Thread Conrad Jones
I installed

* CentOS
* Master repo for ovirt
* create ovirtmgmt bridge via network scripts (not virbr0)
* installed VDSM
* installed cockpit
* installed cockpit-ovirt-dashboard.noarch

i suspect the virbr0 came from installing the
cockpit-ovirt-dashboard.noarch components as it also installed a whole host
of stuff like virt-manager-common.noarch

Anyway this causes the hosted ovirt-engine vm install to fail from cockpit
as

"[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg":
"hostname 'host-141' doesn't uniquely match the interface 'enp3s0' selected
for the management bridge; it matches also interface with IP
[u'192.168.122.1']. Please make sure that the hostname got from the
interface for the management network resolves only there.\n"}"

---

[sysadmin@host-141 ~]$ ip addr
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group
default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: enp3s0:  mtu 1500 qdisc pfifo_fast
master ovirtmgmt state UP group default qlen 1000
link/ether e0:d5:5e:73:ad:5e brd ff:ff:ff:ff:ff:ff
inet6 fe80::e2d5:5eff:fe73:ad5e/64 scope link
   valid_lft forever preferred_lft forever
18: ovirtmgmt:  mtu 1500 qdisc noqueue
state UP group default qlen 1000
link/ether e0:d5:5e:73:ad:5e brd ff:ff:ff:ff:ff:ff
inet 192.168.1.141/24 brd 192.168.1.255 scope global ovirtmgmt
   valid_lft forever preferred_lft forever
inet6 fe80::e2d5:5eff:fe73:ad5e/64 scope link
   valid_lft forever preferred_lft forever
19: virbr0:  mtu 1500 qdisc noqueue
state DOWN group default qlen 1000
link/ether 52:54:00:e5:0d:40 brd ff:ff:ff:ff:ff:ff
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
   valid_lft forever preferred_lft forever
20: virbr0-nic:  mtu 1500 qdisc pfifo_fast master
virbr0 state DOWN group default qlen 1000
link/ether 52:54:00:e5:0d:40 brd ff:ff:ff:ff:ff:ff
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WM7GH6K6XH2TNUPA4ZOPUT76TIZKVVJV/


[ovirt-users] Re: FC Storage

2018-06-12 Thread Conrad Jones
am i correct in thinkin a storage domain maps directly to a LUN and is the
equivalent to a datastore in vsphere parlance ?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HEJRQZP35T6D5DPQ7D3D5WWP5XRIRXG2/


[ovirt-users] Re: UEFI

2018-06-12 Thread Conrad Jones
Is there a roadmap for release date? Or can I build from source?

On Tue, 12 Jun 2018, 07:44 Michal Skrivanek, 
wrote:

>
>
> > On 11 Jun 2018, at 23:45, Conrad Jones  wrote:
> >
> > Does ovirt support UEFI yet ?
>
> not yet
>
> >
> > I saw some code reviews in gerrit. But I couldn't find it in my 4.23
> install. I'm guessing it's not finished / released yet ?
>
> correct
> UEFI will likely come in 4.3
>
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/M5ON6B36WIDRAH6TQPXBDAD4FR52AEVP/
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UQYRQ7KDWNQPLHI4TBYEEW77EXN5PBDM/


[ovirt-users] UEFI

2018-06-11 Thread Conrad Jones
Does ovirt support UEFI yet ?

I saw some code reviews in gerrit. But I couldn't find it in my 4.23
install. I'm guessing it's not finished / released yet ?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/M5ON6B36WIDRAH6TQPXBDAD4FR52AEVP/


[ovirt-users] Re: Hosted Engine: brick size...is this a bug?

2018-06-10 Thread Conrad Jones
You got further than I did . It kept failing for me trying to determine
whether the hostname was locally resolvable I managed to track through some
of what it was doing via ansible but ended up creating a VM and installing
centos then the engine manually


On Sun, 10 Jun 2018, 08:19 femi adegoke,  wrote:

> I have now done the oVirt 4.2.3.1 install at least 5 times, no, I don't
> consider myself any kind of expert.
>
> Even though the HE uses less than 10gb of space for some reason the
> install will fail if the brick is less than 58gb.
>
> Why is that?
>
> Look at this error:
> [ ERROR ] Error: Fault reason is "Operation Failed". Fault detail is
> "[Problem while trying to mount target]".
> HTTP response code is 400.
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Fault
> reason is \"Operation Failed\".
> Fault detail is \"[Problem while trying to mount target]\". HTTP response
> code is 400."}
>
> The size of the brick was set at 50gb:
> [lv1]
> action=create
> vgname=gluster_vg1
> lvname=engine_lv
> lvtype=thick
> size=50GB
> mount=/gluster_bricks/engine
>
> Solution:
> Edit size to 60gb, re-run & voila, all is good.
>
> Is this a bug or maybe it's a problem with the way I'm doing things.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3GKOQO4NNJR7WQ6O4XKWDHOSSRBICX6U/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IBM3QXU4CZ6YDPKLKOD7MPROSEOECCQC/