[ovirt-users] Re: about the bridge of the host

2022-05-26 Thread Ales Musil
Hi,

On Wed, May 25, 2022 at 8:21 AM tommy  wrote:

> 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: enp0s3:  mtu 1500 qdisc fq_codel
> master ovirtmgmt state UP group default qlen 1000
> link/ether 08:00:27:94:4d:e8 brd ff:ff:ff:ff:ff:ff
> 3: ovs-system:  mtu 1500 qdisc noop state DOWN group
> default qlen 1000
> link/ether 9e:5d:8f:94:00:86 brd ff:ff:ff:ff:ff:ff
>

This is an interface that is installed by openvswitch. AFAIK it shouldn't
be used anymore and is there for historical reasons.


> 4: br-int:  mtu 1500 qdisc noqueue state
> UNKNOWN group default qlen 1000
> link/ether ea:20:e5:c3:d6:31 brd ff:ff:ff:ff:ff:ff
>

This is OVNs integration bridge, it is used for all traffic that is defined
through ovirt-provider-ovn.


> 5: ovirtmgmt:  mtu 1500 qdisc noqueue
> state UP group default qlen 1000
> link/ether 08:00:27:94:4d:e8 brd ff:ff:ff:ff:ff:ff
> inet 10.1.1.7/24 brd 10.1.1.255 scope global noprefixroute ovirtmgmt
>

Management bridge for oVirt. Depending on the network roles it might be the
only network and that will
be passing all oVirt and host related traffic.


>valid_lft forever preferred_lft forever
> 21: ip_vti0@NONE:  mtu 1480 qdisc noop state DOWN group default
> qlen 1000
> link/ipip 0.0.0.0 brd 0.0.0.0
>

IPSec virtual interface. Created by libreswan.


> 22: ;vdsmdummy;:  mtu 1500 qdisc noop state DOWN
> group default qlen 1000
> link/ether 1e:cb:bf:02:f7:33 brd ff:ff:ff:ff:ff:ff
>

Bridge created by oVirt, it is used for VMs that do not have any interface
assigned.


>
>
> what use of the 3/4/5/21/22 ?  ( I know the item 5 )
> are they all the bridge ?
>

Not all of them are bridges, and also brctl will show only linux bridges.
For example
br-int is an OvS bridge.


>
> The out put of the brctl show appears only the ovirtmgmt and ;vdsmdummy'
> are bridge.
> [root@host1 ~]# brctl show
> bridge name bridge id   STP enabled interfaces
> ;vdsmdummy; 8000.   no
> ovirtmgmt   8000.080027944de8   no  enp0s3
> [root@host1 ~]#
>
>
>
Let us know if you have any further questions.

Regards,
Ales


>
>
>
>
>
>
>
>
>
>
>
> --
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/56MHW44NW6TSPHLXOYQUJOWYB4ULXY5I/
>


-- 

Ales Musil

Senior Software Engineer - RHV Network

Red Hat EMEA 

amu...@redhat.comIM: amusil

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GWF32UUWGS3YRIAWAGGE3OTBRZJXQ5XS/


[ovirt-users] Re: How to update Ovirt nodes (installed from pre-built ovirt-node-ng .iso) from 4.4.10 -> 4.5

2022-05-26 Thread morgan cox

Hi Sandro.

Thank you so much for your reply

I followed the instructions and have successfully updated nodes now, update 
worked fine !
I just didn't want to needlessly change repos as i've managed to break node 
updates previously when I added a yum repo and wanted confirmation before 
attempting it.

I would say the same about the

'Common to RHEL 8.6 and derivatives:'

line in

https://ovirt.org/download/install_on_rhel.html

Again when I first saw this I wasn't 100% sure if that applied to ovirt-node-ng 
(centos8-steam based)

Sure I can open an issue (will be tomorrow now though)  (i'll attempt to anyway 
- not opened an issue in Ovirt previously.) also what do you mean by 'send a 
pr' ?  (not 100% sure of the acronym ..)

Thanks
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7GB22XOO7HJKAVE5WEU3VJMFY5LR43QK/


[ovirt-users] Re: VM access to infiniband network

2022-05-26 Thread Vinícius Ferrão via Users
The error says that you can’t use IPoIB. And you’re using it. IP address on 
Infiniband is IPoIB.

I don’t know the reasoning behind this, but as my experience with IB, IPoIB is 
a resource hog when you have NFS on top of it. There’s no offload on the 
hardware. A 1GbE ethernet card will perform better in some cases.

Regards,

> On 26 May 2022, at 10:14, Roberto Bertucci  wrote:
> 
> Hi all,
> i am facing a problem while trying to associate a Mellanox infiniband 
> interface to a network and using it for VM traffic.
> 
> vdsm log shows the following message:
> The bridge  cannot use IP over InfiniBand interface  name> as port. Please use RoCE interface instead.
> 
> Did anybody face the same problem and solve it?
> Actually ib interface is configured with an ip address and we are mounting 
> NFS filesystems on cluster nodes through infiniband network.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/S4B554ANIYXAFEJJ34KQYLWETHDGVWQ4/

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QDXTEKAQXHOFRD4PG2EQO7LTOFHHWBOE/


[ovirt-users] Re: How to update Ovirt nodes (installed from pre-built ovirt-node-ng .iso) from 4.4.10 -> 4.5

2022-05-26 Thread Sandro Bonazzola
Il giorno gio 26 mag 2022 alle ore 17:11 morgan cox 
ha scritto:

> Thank you for the response  Sandro.
>
> I have seen that info, what I was unsure of was if I should do this on a
> Ovirt node from pre-built iso ? (based on centos8-steam) as the
> instructions appear to suggest this is for hosts based on Rhel8 ?
>

seems like there's a typo "Procedure for Enterprise Linux hosts oVirt
Nodes:" should have been "Procedure for oVirt Nodes:"
can you open an issue or send a pr?


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/27ZMOZ7VVMAGSUZYZGXJLK5M45RKJIQM/


[ovirt-users] Re: How to update Ovirt nodes (installed from pre-built ovirt-node-ng .iso) from 4.4.10 -> 4.5

2022-05-26 Thread morgan cox
Thank you for the response  Sandro.

I have seen that info, what I was unsure of was if I should do this on a Ovirt 
node from pre-built iso ? (based on centos8-steam) as the instructions appear 
to suggest this is for hosts based on Rhel8 ?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KIYRUAT43KO32UPW7SWPJTIUXBFCM5QF/


[ovirt-users] Re: How to update Ovirt nodes (installed from pre-built ovirt-node-ng .iso) from 4.4.10 -> 4.5

2022-05-26 Thread Sandro Bonazzola
Il giorno gio 26 mag 2022 alle ore 12:52 morgan cox 
ha scritto:

> Hi.
>
> hi - wondering if anyone can advise me, how to update Ovirt nodes
> (installed from pre-built image iso (i.e
> https://resources.ovirt.org/pub/ovirt-4.4/iso/ovirt-node-ng-installer/4.4.10-2022030308/el8/
> )  from 4.4.10 -> 4.5 ?
>


As for
https://ovirt.org/documentation/upgrade_guide/index.html#Upgrading_hosts_to_4-5_4-4_local_db
:-)





>
> I have a rhel8.6 server as the engine (standalone) - when i successfully
> updated already - using guide from ->
> https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_the_Manager_to_4-5_4-4_local_db
>
> And the engine has now been successfully upgraded to  4.5
>
> But all our Ovirt nodes/hosts have been installed via pre-built
> ovirt-installer-ng .iso - which is based on  CentOS Stream release 8
>
> i.e on the nodes I see - cat /etc/redhat-release  -> CentOS Stream release
> 8
>
> Presently the 4.4.10  nodes (from pre-built image)  show no updates in the
> Ovirt engine
>
> do i need to do the steps here ->
> https://ovirt.org/download/install_on_rhel.html  on an ovirt node
> installed from the ovirt-node-ng iso  as it reads like it is just nodes
> based on rhel, etc you need to .
>
> Any advice of how to update the nodes would be welcomed
>
> Thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/PTFKWE2IFUWRAW25LVEF4XW22XMS3LOY/
>


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JF7OP4Q5QKHNRBJXOO5PZML7EMAQY67B/


[ovirt-users] Re: Q: How to Fix Frozen "Reboot in progress" VM Status

2022-05-26 Thread Andrei Verovski
Hi,

engine=# update vm_dynamic set status = 1 where 
vm_guid='7871067f-221c-48ed-a046-f49499ce9be4';
UPDATE 1

Seems like success, but it is not.

After few seconds:
engine=# select status from vm_dynamic where 
vm_guid='7871067f-221c-48ed-a046-f49499ce9be4';
 status 

 10
(1 row)

Looks like oVirt Engine itself checks something and changes status to “10” 
(Rebooting) again.

Is it possible this is somehow related to "virtio-win-0.1.217” I installed 
recently on this Windows Server 2022 VM?

Thanks in advance for any suggestions.


> On 26 May 2022, at 14:53, Liran Rotenberg  wrote:
> 
> 
> 
> On Wed, May 25, 2022 at 5:52 PM Andrei Verovski  > wrote:
> Hi,
> 
> I have VM which have restarted successfully yet in oVirt web it is being 
> shown with “Rebooting” status for a very long time.
> 
> I did:
> 
> su - postgres
> psql engine
> select vm_guid from vm_static where vm_name='WInServerTerminal-2022’;
> engine=# select status from vm_dynamic where 
> vm_guid='7871067f-221c-48ed-a046-f49499ce9be4';
>  status 
> 
>  10
> (1 row)
> 
> How to properly correct status from "Rebooting”?
> Hi Andrei,
> If you wish to change manually the VM status to 'UP' status you may use:
> # update vm_dynamic set status = 1 where 
> vm_guid='7871067f-221c-48ed-a046-f49499ce9be4';
> 
> The statuses are the following (VMStatus ENUM):
> Unassigned(-1),
> Down(0),
> Up(1),
> PoweringUp(2),
> Paused(4),
> MigratingFrom(5),
> MigratingTo(6),
> Unknown(7),
> NotResponding(8),
> WaitForLaunch(9),
> RebootInProgress(10),
> SavingState(11),
> RestoringState(12),
> Suspended(13),
> ImageIllegal(14),
> ImageLocked(15),
> PoweringDown(16);
> 
> Regards,
> Liran
> 
> 
> 
> Thanks in advance
> Andrei
> ___
> Users mailing list -- users@ovirt.org 
> To unsubscribe send an email to users-le...@ovirt.org 
> 
> Privacy Statement: https://www.ovirt.org/privacy-policy.html 
> 
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/ 
> 
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FSZZOMGVJACZHH3CTWW6HOLTTJXL76QN/
>  
> 

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SZRORWV6MIOVR3DPA2IMXVPXGJWMGHCQ/


[ovirt-users] Re: infiniband for VM traffic

2022-05-26 Thread Roberto Bertucci
Sorry, duplicate post
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UBIMTVWMDCIOCKDNSM7B2BCVTE56MFFZ/


[ovirt-users] infiniband for VM traffic

2022-05-26 Thread Roberto Bertucci
Hi all,
i am trying to use a mellanox 100g infiniband interface (EoIB) for VM usage.
Acuallu, trying to configure hosts to user it, i have an error and in vsdm.log 
i see:

The bridge ovirtib cannot use IP over InfiniBand interface ib0 as port. Please 
use RoCE interface instead.

ib0 is configured with an ip address and it is correctly working, used to mount 
nfs directoryes on cluster nodes.

Did anybody face this issue? 

Thank you all for help.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6EPWPRZVAJXN7GF7HHVGMFRLGJF2IQYW/


[ovirt-users] VM access to infiniband network

2022-05-26 Thread Roberto Bertucci
Hi all,
i am facing a problem while trying to associate a Mellanox infiniband interface 
to a network and using it for VM traffic.

vdsm log shows the following message:
The bridge  cannot use IP over InfiniBand interface  as port. Please use RoCE interface instead.

Did anybody face the same problem and solve it?
Actually ib interface is configured with an ip address and we are mounting NFS 
filesystems on cluster nodes through infiniband network.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/S4B554ANIYXAFEJJ34KQYLWETHDGVWQ4/


[ovirt-users] Re: VM HostedEngine is down with error

2022-05-26 Thread travisq
Hi Maria, My system experiencing a similar issue as you have captured. Can you 
tell me where I can find the HostedEngine.xml to confirm the virtio disk 
associated with my hosted engine error?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/B34OTH6YATBV4PTZFAKNXD62L3F7V65D/


[ovirt-users] Re: Local Disk Usage

2022-05-26 Thread Gilboa Davara
Hello,

On Sat, May 21, 2022 at 9:01 AM mert tuncsav 
wrote:
>
>
> Hello All,
>
> We have performance issues about i/o for some system on oVirt. Disk type
is a nfs for shared datacenter. We need to use local disk as a secondary
data-domain to deploy vm in shared datacenter. Is there a any chance
configure that ? We couldn't find any solutions. Do you have suggestions
about it ?
>
> Regards

As far as I know, you can either export the full device (via host-devices /
scsi) or use NFS.
We usually use NFS (performance is near native when using loopback).

- Gilboa

>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VQIK7W5YJGZX6Z2GXQLUBX3TAJHJLDFD/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2FECIBPTASIH5OFL2INPMHY6UAKJLB2H/


[ovirt-users] Re: Q: How to Fix Frozen "Reboot in progress" VM Status

2022-05-26 Thread Liran Rotenberg
On Wed, May 25, 2022 at 5:52 PM Andrei Verovski 
wrote:

> Hi,
>
> I have VM which have restarted successfully yet in oVirt web it is being
> shown with “Rebooting” status for a very long time.
>
> I did:
>
> su - postgres
> psql engine
> select vm_guid from vm_static where vm_name='WInServerTerminal-2022’;
> engine=# select status from vm_dynamic where
> vm_guid='7871067f-221c-48ed-a046-f49499ce9be4';
>  status
> 
>  10
> (1 row)
>
> How to properly correct status from "Rebooting”?
>
Hi Andrei,
If you wish to change manually the VM status to 'UP' status you may use:
# update vm_dynamic set status = 1 where
vm_guid='7871067f-221c-48ed-a046-f49499ce9be4';

The statuses are the following (VMStatus ENUM):
Unassigned(-1),
Down(0),
Up(1),
PoweringUp(2),
Paused(4),
MigratingFrom(5),
MigratingTo(6),
Unknown(7),
NotResponding(8),
WaitForLaunch(9),
RebootInProgress(10),
SavingState(11),
RestoringState(12),
Suspended(13),
ImageIllegal(14),
ImageLocked(15),
PoweringDown(16);

Regards,
Liran


>
> Thanks in advance
> Andrei
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FSZZOMGVJACZHH3CTWW6HOLTTJXL76QN/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JCF3CGUBI6UM76GWCLLO5DMPLQYKKNBP/


[ovirt-users] adding host to cluster with ovs switch failing

2022-05-26 Thread ravi k
Hello all,

I'm facing a strange error. I was able to add a host to a linux bridge based 
cluster. However if I try adding the host to a cluster with OVS switch it is 
failing. I can see that nmstate was able to create the ovirtmgmt bridge as 
well. At that point of time both the ovirtmgmt and the bond0.vlan interfaces 
have the ip assigned. It then fails and rolls back the config. A workaround 
that I found to be working was to add the host to linux bridge cluster first 
and then change the cluster to OVS cluster. 

Here's a background about the setup. The host is an AMD EPYC with OEL 8.6 
installed. The OLVM manager is a standalone VM at 4.4.8. We have a bond0 and ip 
is assigned to bond0.1222 interface. The interfaces are in a LACP bond on the 
switch as well. I enabled debug in NetworkManager in the hope of finding some 
clues, but couldn't. 

I know 4.4 is EOL. As this is a user mailing list, I thought I'll reach out in 
hope if someone has seen any similar issue. 

supervdsm log
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,336::plugin::172::root::(apply_changes) Nispor: desired network state 
{'name': 'bond0', 'type': 'bond', 'state': 'up', 'mac-address': 
'e4:3d:1a:82:9f:c0', 'link-aggregation': {'port': ['ens10f0np0', 'ens5f0np0'], 
'options': {'ad_actor_sys_prio': 65535, 'ad_actor_system': '00:00:00:00:00:00', 
'ad_select': 'stable', 'ad_user_port_key': 0, 'all_slaves_active': 'dropped', 
'arp_all_targets': 'any', 'arp_interval': 0, 'arp_validate': 'none', 
'downdelay': 0, 'lacp_rate': 'slow', 'miimon': 100, 'min_links': 0, 'updelay': 
0, 'use_carrier': True, 'xmit_hash_policy': 'layer2', 'arp_ip_target': ''}, 
'mode': '802.3ad'}, 'ipv4': {'enabled': False}, 'ipv6': {'enabled': False}, 
'mtu': 1500, 'lldp': {'enabled': False}, 'accept-all-mac-addresses': False, 
'_brport_options': {'name': 'bond0'}, '_controller': 'vdsmbr_6SMdIi3B', 
'_controller_type': 'ovs-bridge'}
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,336::plugin::172::root::(apply_changes) Nispor: desired network state 
{'name': 'ovirtmgmt', 'type': 'ovs-interface', 'state': 'up', 'mtu': 1500, 
'ipv4': {'enabled': True, 'address': [{'ip': '10.129.221.19', 'prefix-length': 
24}], 'dhcp': False, '_dns': {'server': ['10.150.5.100', '10.229.0.60'], 
'search': [], '_priority': 0}, '_routes': [{'table-id': 329647082, 
'destination': '0.0.0.0/0', 'next-hop-address': '10.129.221.1', 
'next-hop-interface': 'ovirtmgmt'}, {'table-id': 329647082, 'destination': 
'10.129.221.0/24', 'next-hop-address': '10.129.221.19', 'next-hop-interface': 
'ovirtmgmt'}, {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': 
'10.129.221.1', 'next-hop-interface': 'ovirtmgmt'}], '_route_rules': 
[{'ip-from': '', 'ip-to': '10.129.221.0/24', 'priority': 3200, 'route-table': 
329647082}, {'ip-from': '10.129.221.0/24', 'ip-to': '', 'priority': 3200, 
'route-table': 329647082}]}, 'ipv6': {'enabled': False, '_routes':
  [], '_route_rules': []}, 'mac-address': 'E4:3D:1A:82:9F:C0', 
'_brport_options': {'name': 'ovirtmgmt', 'vlan': {'mode': 'access', 'tag': 
1222}}, '_controller': 'vdsmbr_6SMdIi3B', '_controller_type': 'ovs-bridge'}
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,336::plugin::172::root::(apply_changes) Nispor: desired network state 
{'name': 'vdsmbr_6SMdIi3B', 'state': 'up', 'type': 'ovs-bridge', 'bridge': 
{'port': [{'name': 'bond0'}, {'name': 'ovirtmgmt', 'vlan': {'mode': 'access', 
'tag': 1222}}]}, 'ipv6': {'enabled': False}}
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,340::context::148::root::(register_async) Async action: Update profile 
uuid:d8c57758-f784-44f4-a33a-c050ec50b9b9 iface:bond0 type:bond started
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,340::context::148::root::(register_async) Async action: Add profile: 
623b6249-7cfa-4813-9ef6-4870ec6f3a79, iface:bond0, type:ovs-port started
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,340::context::148::root::(register_async) Async action: Add profile: 
ed8f5cae-5400-42fd-a72e-645e1fa61a39, iface:ovirtmgmt, type:ovs-interface 
started
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,341::context::148::root::(register_async) Async action: Add profile: 
3572b137-2091-4825-b418-4d6966430cc1, iface:ovirtmgmt, type:ovs-port started
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,341::context::148::root::(register_async) Async action: Add profile: 
bd45447d-f241-4d14-bf5b-28c3966c011d, iface:vdsmbr_6SMdIi3B, type:ovs-bridge 
started
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,343::context::157::root::(finish_async) Async action: Update profile 
uuid:d8c57758-f784-44f4-a33a-c050ec50b9b9 iface:bond0 type:bond finished
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,349::context::157::root::(finish_async) Async action: Add profile: 
623b6249-7cfa-4813-9ef6-4870ec6f3a79, iface:bond0, type:ovs-port finished
MainProcess|jsonrpc/3::DEBUG::2022-05-26 
14:32:25,350::context::157::root::(finish_async) Async action: Add profile: 

[ovirt-users] How to update Ovirt nodes (installed from pre-built ovirt-node-ng .iso) from 4.4.10 -> 4.5

2022-05-26 Thread morgan cox
Hi.

hi - wondering if anyone can advise me, how to update Ovirt nodes (installed 
from pre-built image iso (i.e 
https://resources.ovirt.org/pub/ovirt-4.4/iso/ovirt-node-ng-installer/4.4.10-2022030308/el8/
 )  from 4.4.10 -> 4.5 ?

I have a rhel8.6 server as the engine (standalone) - when i successfully 
updated already - using guide from -> 
https://www.ovirt.org/documentation/upgrade_guide/#Upgrading_the_Manager_to_4-5_4-4_local_db

And the engine has now been successfully upgraded to  4.5 

But all our Ovirt nodes/hosts have been installed via pre-built 
ovirt-installer-ng .iso - which is based on  CentOS Stream release 8 

i.e on the nodes I see - cat /etc/redhat-release  -> CentOS Stream release 8

Presently the 4.4.10  nodes (from pre-built image)  show no updates in the 
Ovirt engine

do i need to do the steps here -> 
https://ovirt.org/download/install_on_rhel.html  on an ovirt node installed 
from the ovirt-node-ng iso  as it reads like it is just nodes based on rhel, 
etc you need to .

Any advice of how to update the nodes would be welcomed 

Thanks 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PTFKWE2IFUWRAW25LVEF4XW22XMS3LOY/


[ovirt-users] how to force engine certificate renewal

2022-05-26 Thread Gianluca Cecchi
Hello,
I'm currently still on 4.4.x.
Suppose I have an engine certificate expiring on mid August and I want to
force renew it now using "engine-setup --offline" command.
How can I do it if possible?
How many days before expiration I get the message that it is expiring soon
with a proposal of renewing it when running "engine-setup"?

Thanks,
Gianluca
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4BZ724AJQ3OWJRZLCSR2Y3PPCBKG7QNC/


[ovirt-users] Re: Single-machine hosted-engine routing is not working

2022-05-26 Thread Sandro Bonazzola
Il giorno mer 25 mag 2022 alle ore 20:38 Paul-Erik Törrönen <
pol...@poltsi.fi> ha scritto:

> Hello,
>
> I have oVirt 4.4 (latest that can be installed on RockyLinux 8.5)
> running on a laptop with a self-hosted engine.
>

Any reason for not moving to oVirt 4.5 and RockyLinux 8.6?


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/55NO5LKIEGLFPLM4ZZ7PNYM2CWDF23KL/


[ovirt-users] Re: failed to mount hosted engine gluster storage - how to debug?

2022-05-26 Thread David White via Users
This work around does work for me, for what its worth.


Sent with Proton Mail secure email.
--- Original Message ---
On Tuesday, April 26th, 2022 at 8:09 AM, Sandro Bonazzola  
wrote:


> 

> 

> Il giorno lun 25 apr 2022 alle ore 13:42 Alessandro De Salvo 
>  ha scritto:
> 

> > Hi,
> > 

> > please try this workaround, replace the following line in
> > /usr/lib/python3.6/site-packages/vdsm/gluster/cli.py
> > 

> > 

> > value['stripeCount'] = el.find('stripeCount').text
> > 

> > 

> > with:
> > 

> > if (el.find('stripeCount')): value['stripeCount'] =
> > el.find('stripeCount').text
> > 

> > 

> > Then restart vdsmd and supervdmsd and retry. It worked for me, and it
> > looks like a serious bug for people upgrading to glusterfs 10.
> 

> 

> Indeed. bug severity raised to urgent. Alessandro, would you mind sending a 
> PR to https://github.com/oVirt/vdsm ?+Arik Hadas as Gobinda is on vacation, 
> anyone in the storage team who can assist?
> 

> 

> 

> > 

> > Cheers,
> > 

> > 

> > Alessandro
> > 

> > 

> > Il 25/04/22 10:58, diego.ercol...@ssis.sm ha scritto:
> > > I saw your report infact, they suggested to downgrade jdbc, for 
> > > completeness I found also error report in vdsm.log while issuing 
> > > "hosted-engine --connect-storage" corresponding to what you are noticing. 
> > > I report the log except here if it can be useful.
> > > by the way, why vdsm it's searching for the storage engine storage UUID 
> > > in a lvm volumegroup name?
> > >
> > >
> > > 2022-04-25 10:53:35,506+0200 INFO (Reactor thread) 
> > > [ProtocolDetector.AcceptorImpl] Accepted connection from ::1:47350 
> > > (protocoldetector:61)
> > > 2022-04-25 10:53:35,510+0200 INFO (Reactor thread) 
> > > [ProtocolDetector.Detector] Detected protocol stomp from ::1:47350 
> > > (protocoldetector:125)
> > > 2022-04-25 10:53:35,510+0200 INFO (Reactor thread) [Broker.StompAdapter] 
> > > Processing CONNECT request (stompserver:95)
> > > 2022-04-25 10:53:35,512+0200 INFO (JsonRpc (StompReactor)) 
> > > [Broker.StompAdapter] Subscribe command received (stompserver:124)
> > > 2022-04-25 10:53:35,518+0200 INFO (jsonrpc/3) [vdsm.api] START 
> > > getStorageDomainInfo(sdUUID='7b8f1cc9-e3de-401f-b97f-8c281ca30482') 
> > > from=::1,47350, task_id=1803abb2-9e9a-4292-8349-678c793f7264 (api:48)
> > > 2022-04-25 10:53:35,518+0200 INFO (jsonrpc/3) 
> > > [storage.storagedomaincache] Refreshing storage domain cache 
> > > (resize=True) (sdc:80)
> > > 2022-04-25 10:53:35,518+0200 INFO (jsonrpc/3) [storage.iscsi] Scanning 
> > > iSCSI devices (iscsi:462)
> > > 2022-04-25 10:53:35,532+0200 INFO (jsonrpc/3) [storage.iscsi] Scanning 
> > > iSCSI devices: 0.01 seconds (utils:390)
> > > 2022-04-25 10:53:35,532+0200 INFO (jsonrpc/3) [storage.hba] Scanning FC 
> > > devices (hba:59)
> > > 2022-04-25 10:53:35,565+0200 INFO (jsonrpc/3) [storage.hba] Scanning FC 
> > > devices: 0.03 seconds (utils:390)
> > > 2022-04-25 10:53:35,565+0200 INFO (jsonrpc/3) [storage.multipath] Waiting 
> > > until multipathd is ready (multipath:112)
> > > 2022-04-25 10:53:37,556+0200 INFO (periodic/3) [vdsm.api] START 
> > > repoStats(domains=()) from=internal, 
> > > task_id=f4266860-9162-417e-85a5-087f9cb5cd51 (api:48)
> > > 2022-04-25 10:53:37,556+0200 INFO (periodic/3) [vdsm.api] FINISH 
> > > repoStats return={} from=internal, 
> > > task_id=f4266860-9162-417e-85a5-087f9cb5cd51 (api:54)
> > > 2022-04-25 10:53:37,558+0200 WARN (periodic/3) [root] Failed to retrieve 
> > > Hosted Engine HA info, is Hosted Engine setup finished? (api:168)
> > > 2022-04-25 10:53:37,584+0200 INFO (jsonrpc/3) [storage.multipath] Waited 
> > > 2.02 seconds for multipathd (tries=2, ready=2) (multipath:139)
> > > 2022-04-25 10:53:37,584+0200 INFO (jsonrpc/3) [storage.multipath] 
> > > Resizing multipath devices (multipath:220)
> > > 2022-04-25 10:53:37,586+0200 INFO (jsonrpc/3) [storage.multipath] 
> > > Resizing multipath devices: 0.00 seconds (utils:390)
> > > 2022-04-25 10:53:37,586+0200 INFO (jsonrpc/3) 
> > > [storage.storagedomaincache] Refreshing storage domain cache: 2.07 
> > > seconds (utils:390)
> > > 2022-04-25 10:53:37,586+0200 INFO (jsonrpc/3) 
> > > [storage.storagedomaincache] Looking up domain 
> > > 7b8f1cc9-e3de-401f-b97f-8c281ca30482 (sdc:171)
> > > 2022-04-25 10:53:37,643+0200 WARN (jsonrpc/3) [storage.lvm] All 1 tries 
> > > have failed: LVM command failed: 'cmd=[\'/sbin/lvm\', \'vgs\', 
> > > \'--devices\', 
> > > \'/dev/mapper/Samsung_SSD_870_EVO_4TB_S6BCNG0R300064E,/dev/mapper/Samsung_SSD_870_EVO_4TB_S6BCNG0R300066N,/dev/mapper/Samsung_SSD_870_EVO_4TB_S6BCNG0R300067L,/dev/mapper/Samsung_SSD_870_EVO_4TB_S6BCNG0R300230B\',
> > >  \'--config\', \'devices { preferred_names=["^/dev/mapper/"] 
> > > ignore_suspended_devices=1 write_cache_state=0 
> > > disable_after_error_count=3 hints="none" obtain_device_list_from_udev=0 } 
> > > global { prioritise_write_locks=1 wait_for_locks=1 use_lvmpolld=1 } 
> > > backup { retain_min=50 retain_days=0 }\', \'--noheadings\',