[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-09 Thread Matteo Bonardi
> On Tue, Nov 10, 2020 at 9:14 AM Matteo Bonardi  
> Someone recently reported on this list that setting both environment
> variables http_proxy and https_proxy worked for them.

Hi Didi,

Thanks for reply.
My proxy settings are the following:

[root@myhost ~]# env | grep proxy
https_proxy=http://10.248.2.50:3128/
http_proxy=http://10.248.2.50:3128/
ftp_proxy=http://10.248.2.50:3128/
[root@myhost ~]# cat /etc/yum.conf 
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=True
skip_if_unavailable=False
proxy=http://10.248.2.50:3128

Regards,
Matteo

> I didn't try this myself recently.
> 
> Best regards,
___
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/DJI7IFUQ6FPDYIVDHAPDXVLY4BGOIZI4/


[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-09 Thread Yedidyah Bar David
On Tue, Nov 10, 2020 at 9:14 AM Matteo Bonardi  wrote:
>
> Hi,
>
> I am trying to deploy the ovirt engine following self-hosted engine 
> installation procedure on documentation.
> Deployment servers are behind a proxy and I have set it in environment and in 
> yum.conf before run deploy.

Someone recently reported on this list that setting both environment
variables http_proxy and https_proxy worked for them.
I didn't try this myself recently.

Best regards,
-- 
Didi
___
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/FQ6WXIHDUM3GFT2UQH4BTDG2FXHEBZYB/


[ovirt-users] Deploy oVirt Engine fail behind proxy

2020-11-09 Thread Matteo Bonardi
Hi,

I am trying to deploy the ovirt engine following self-hosted engine 
installation procedure on documentation.
Deployment servers are behind a proxy and I have set it in environment and in 
yum.conf before run deploy.
Deploy fails because ovirt engine vm cannot resolve AppStream repository url:

[ INFO  ] TASK [ovirt.engine-setup : Install oVirt Engine package]
[ ERROR ] fatal: [localhost -> ovirt-manager.mydomain]: FAILED! => {"changed": 
false, "msg": "Failed to download metadata for repo 'AppStream': Cannot prepare 
internal mirrorlist: Curl error (6): Couldn't resolve host name for 
http://mirrorlist.centos.org/?release=8=x86_64=AppStream=stock 
[Could not resolve host: mirrorlist.centos.org]", "rc": 1, "results": []}
[ ERROR ] Failed to execute stage 'Closing up': Failed executing 
ansible-playbook
[ INFO  ] Stage: Clean up
[ INFO  ] Cleaning temporary resources
[ INFO  ] TASK [ovirt.hosted_engine_setup : Execute just a specific set of 
steps]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Force facts gathering]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Fetch logs from the engine VM]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Set destination directory path]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Create destination directory]
[ INFO  ] changed: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : include_tasks]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Find the local appliance image]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Set local_vm_disk_path]
[ INFO  ] skipping: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Give the vm time to flush dirty 
buffers]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Copy engine logs]
[ INFO  ] TASK [ovirt.hosted_engine_setup : include_tasks]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Remove local vm dir]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Remove temporary entry in 
/etc/hosts for the local VM]
[ INFO  ] changed: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Clean local storage pools]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Destroy local storage-pool {{ 
he_local_vm_dir | basename }}]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Undefine local storage-pool {{ 
he_local_vm_dir | basename }}]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Destroy local storage-pool {{ 
local_vm_disk_path.split('/')[5] }}]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Undefine local storage-pool {{ 
local_vm_disk_path.split('/')[5] }}]
[ INFO  ] Generating answer file 
'/var/lib/ovirt-hosted-engine-setup/answers/answers-20201109165237.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ ERROR ] Hosted Engine deployment failed: please check the logs for the issue, 
fix accordingly or re-deploy from scratch.
  Log file is located at 
/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20201109164244-b3e8sd.log

How I can set proxy for the engine vm?

Ovirt version:

[root@myhost ~]# rpm -qa | grep ovirt-engine-appliance
ovirt-engine-appliance-4.4-20200916125954.1.el8.x86_64
[root@myhost ~]# rpm -qa | grep ovirt-hosted-engine-setup
ovirt-hosted-engine-setup-2.4.6-1.el8.noarch

OS version:

[root@myhost ~]# cat /etc/centos-release
CentOS Linux release 8.2.2004 (Core) 
[root@myhost ~]# uname -a
Linux myhost.mydomain 4.18.0-193.28.1.el8_2.x86_64 #1 SMP Thu Oct 22 00:20:22 
UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Thanks for the help.

Regards,
Matteo
___
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/VHVZF6H3VM4ZUK5HRP3HUIC26UBLXWFM/


[ovirt-users] Re: setting routing rules for guests?

2020-11-09 Thread yam yam
Thanks for the reply!

Do you know why oVirt doesn't support such basic(at least to me) features like 
NAT, dhcp server, ...?
it seems somewhat harsh to the users. just curious

Sincerely,
___
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/BM63KMSRQWGNMYQUEZOQF676COQNEPDJ/


[ovirt-users] Re: setting routing rules for guests?

2020-11-09 Thread Strahil Nikolov via Users

>You mean I should define hook scripts for such network setting?
and in case of using OVN, can I use direct ovn commands or related 
(neutron)rest API calls for it instead of vdsm hooks?

At least you could try to create a vdsm hook that does whatever you want - this 
is just a script.

>last one, could you please explain in more detail about floating IP..
I couldn't understand relationship with the VLAN and I'm wondering whether I 
should assign host network IP to VM for public communication.

Floating IP is an IP that you use for Highly Available resources. You need both 
VMs to be in the same VLAN.
For example:
VM1 - 192.168.0.1/24
VM2 - 192.168.0.1/24
Floating IP - 192.168.0.200/24

Best Regards,
Strahil Nikolov
___
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/KDI3TYEC57VCW6Z5JIGSACJZWNZYPUML/


[ovirt-users] Re: VM with illegal snapshots

2020-11-09 Thread Alex K
On Fri, Oct 9, 2020, 12:59 Giorgio Biacchi  wrote:

> Hi,
> due to a bug in our Ovirt integrated backup system now we have some VMs
> with snapshots in illegal state.
>
> It seems that there's an inconsistency between the db and the real
> status of images on disk.
>
> Let me show an example:
>
> engine=# select
>
> image_guid,parentid,imagestatus,vm_snapshot_id,volume_type,volume_format,active
> from images where image_group_id='e34f77cb-54d5-40d0-b539-e0a5fd512d2d';
>   image_guid  |   parentid  |
> imagestatus |vm_snapshot_id| volume_type |
> volume_format | active
>
> --+--+-+--+-+---+
>  a107b6c4-842e-4b40-9215-c965431a0c0f |
> ---- |   4 |
> d19d6ca3-1989-4c67-8ee7-c0c43b3e6d74 |   2 | 4 | f
>  a4c86a68-9123-454c-b417-1b15038a4bf2 |
> a107b6c4-842e-4b40-9215-c965431a0c0f |   1 |
> e7a405ee-8fd4-4733-ae9c-5252bf07c9d3 |   2 | 4 | f
>  f6a61f2e-26bd-4b63-97c6-d66913ce48c5 |
> a4c86a68-9123-454c-b417-1b15038a4bf2 |   1 |
> 9d0958b9-4995-4e11-a027-a32d4bac52e4 |   2 | 4 | t
> (3 rows)
>
>
> [root@host02 ~]#  lvs -o+lv_tags |grep
> e34f77cb-54d5-40d0-b539-e0a5fd512d2d
>   a107b6c4-842e-4b40-9215-c965431a0c0f
> 459011cf-ebb6-46ff-831d-8ccfafd82c8a -wi---  149.50g
>
> IU_e34f77cb-54d5-40d0-b539-e0a5fd512d2d,MD_68,PU_----
>   f6a61f2e-26bd-4b63-97c6-d66913ce48c5
> 459011cf-ebb6-46ff-831d-8ccfafd82c8a -wi---   10.00g
>
> IU_e34f77cb-54d5-40d0-b539-e0a5fd512d2d,MD_348,PU_a107b6c4-842e-4b40-9215-c965431a0c0f
>
> so image guid a4c86a68-9123-454c-b417-1b15038a4bf2 is not present on
> disk, i think that the image was correctly merged but not removed from
> the database.
>
> Any suggestion on how to fix the database to reflect the real situation
> on disk??
>
In those cases I delete the entry from engine DB to reflect the status of
the image chain.

>
> TIA
> --
> gb
>
> PGP Key: http://pgp.mit.edu/
> Primary key fingerprint: C510 0765 943E EBED A4F2 69D3 16CC DC90 B9CB 0F34
> ___
> 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/OF4NTAC6BPGRP4YJZRWBXQCNBWLERL72/
>
___
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/VVQNIERW6XFUEA5NIPQJQHEHCQEIK6QY/


[ovirt-users] Re: VM's gone to unknown state

2020-11-09 Thread Alex K
On Mon, Nov 9, 2020, 19:12  wrote:

> Dear Strahil Nikolov,
>
> Thank you so much for your kind response and immediate help! The issue got
> resolved and now the hosts got up and running. There was a multiple
> problems in Hosts and again and again I got same issue. Then finally I
> rebooted the hosts thrice and also in Ovirt, I confirmed the reboot option.
> Then it was working fine.
>
This indicates that perhaps you have not configured power management. You
need to have that to avoid these issues.

>
> Nikolov, I ping you back for last issue regarding gluster storage space
> issue in Ovirt4.4. cause that issue still not get resolved.
>
> Thanks once again!
>
>
> Best Regards,
> Hariharan
> ___
> 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/NLIMYZJYENSM7B5YZ2QNKMOWMBCSLUPG/
>
___
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/CVP3PSBQQEYDRABNVWSHE6R6XCL2RJGW/


[ovirt-users] Re: setting routing rules for guests?

2020-11-09 Thread yam yam
Thanks, Strahil

You mean I should define hook scripts for such network setting?
and in case of using OVN, can I use direct ovn commands or related 
(neutron)rest API calls for it instead of vdsm hooks?

last one, could you please explain in more detail about floating IP..
I couldn't understand relationship with the VLAN and I'm wondering whether I 
should assign host network IP to VM for public communication.

Sincerely,
___
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/MASEYH3BGPWMQHAEGXNWUQOVBVKJJWGO/


[ovirt-users] Re: The Master data domain can't be activated

2020-11-09 Thread Miguel Angel Costas
Hi all!!
I'm going to upgrade from 3.6 to 4.3 and I have a doubt about the cluster and 
DC compatibility upgrade. Do I have to restart VMs for each upgrade or can do 
it only when I get to 4.3? I have a physical server with a manager and 2 ones 
for nodes.
Best regards!
___
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/BZW54UAH5266QQOM55CDMATYAI7OSS47/


[ovirt-users] Re: VM's gone to unknown state

2020-11-09 Thread hjadavalluva
Dear Strahil Nikolov,

Thank you so much for your kind response and immediate help! The issue got 
resolved and now the hosts got up and running. There was a multiple problems in 
Hosts and again and again I got same issue. Then finally I rebooted the hosts 
thrice and also in Ovirt, I confirmed the reboot option. Then it was working 
fine. 

Nikolov, I ping you back for last issue regarding gluster storage space issue 
in Ovirt4.4. cause that issue still not get resolved.

Thanks once again!


Best Regards,
Hariharan
___
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/NLIMYZJYENSM7B5YZ2QNKMOWMBCSLUPG/


[ovirt-users] Re: VM with illegal snapshots

2020-11-09 Thread Giorgio Biacchi
I'm going to take a backup ad reinstall my VMs..

Regards

On 10/9/20 11:47 AM, Giorgio Biacchi wrote:
> Hi,
> due to a bug in our Ovirt integrated backup system now we have some VMs
> with snapshots in illegal state.
> 
> It seems that there's an inconsistency between the db and the real
> status of images on disk.
> 
> Let me show an example:
> 
> engine=# select
> image_guid,parentid,imagestatus,vm_snapshot_id,volume_type,volume_format,active
> from images where image_group_id='e34f77cb-54d5-40d0-b539-e0a5fd512d2d';
>   image_guid  |   parentid  |
> imagestatus |vm_snapshot_id| volume_type |
> volume_format | active
> --+--+-+--+-+---+
>  a107b6c4-842e-4b40-9215-c965431a0c0f |
> ---- |   4 |
> d19d6ca3-1989-4c67-8ee7-c0c43b3e6d74 |   2 | 4 | f
>  a4c86a68-9123-454c-b417-1b15038a4bf2 |
> a107b6c4-842e-4b40-9215-c965431a0c0f |   1 |
> e7a405ee-8fd4-4733-ae9c-5252bf07c9d3 |   2 | 4 | f
>  f6a61f2e-26bd-4b63-97c6-d66913ce48c5 |
> a4c86a68-9123-454c-b417-1b15038a4bf2 |   1 |
> 9d0958b9-4995-4e11-a027-a32d4bac52e4 |   2 | 4 | t
> (3 rows)
> 
> 
> [root@host02 ~]#  lvs -o+lv_tags |grep e34f77cb-54d5-40d0-b539-e0a5fd512d2d
>   a107b6c4-842e-4b40-9215-c965431a0c0f
> 459011cf-ebb6-46ff-831d-8ccfafd82c8a -wi---  149.50g
> IU_e34f77cb-54d5-40d0-b539-e0a5fd512d2d,MD_68,PU_----
>   f6a61f2e-26bd-4b63-97c6-d66913ce48c5
> 459011cf-ebb6-46ff-831d-8ccfafd82c8a -wi---   10.00g
> IU_e34f77cb-54d5-40d0-b539-e0a5fd512d2d,MD_348,PU_a107b6c4-842e-4b40-9215-c965431a0c0f
> 
> so image guid a4c86a68-9123-454c-b417-1b15038a4bf2 is not present on
> disk, i think that the image was correctly merged but not removed from
> the database.
> 
> Any suggestion on how to fix the database to reflect the real situation
> on disk??
> 
> TIA
> 

-- 
gb

PGP Key: http://pgp.mit.edu/
Primary key fingerprint: C510 0765 943E EBED A4F2 69D3 16CC DC90 B9CB 0F34
___
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/YPEK3S6P6WQEWTR3GXBQX5THYWCPJ3CE/


[ovirt-users] Re: Upgrade hyperconverged self-hosted ovirt from 4.3 to 4.4

2020-11-09 Thread Strahil Nikolov via Users


Hi,
I am interested about these steps too, for a clean an straighforward procedure.
Althought this plan looks pretty good, i am still wondering:

Step 4
>Backup all gluster config files
- could you please let me know what would be the exact location(s) of the files 
to be backed up ?

/etc/glusterfs/
/var/lib/glusterd/


Step 6
>Install glusterfs, restore the configs from step 4
>- would the configs work with this version ?
>- would in theory gluster get back to a previous balanced state ?

It's like upgrading Glusterfs locally - you update the rpm, but configs remain 
the same.In my case, I'm already on Gluster v7 - so it should be unnoticed. 
Even going from v6 to v7 - it should not cause any issues, yet I would place 
the backups before installing glusterfs at all.
The idea is to avoid removing and later readding the brick which will lead to a 
lot of healing.

Step 9

>Deploy the new HE on a new Gluster Volume, using the backup/restore procedure 
>for HE.
- this assumes to firstly create a new volume based on some aditional new disks 
or lvms, right ?
Yep, you want to keep the old volume , just in case you want to revert. In case 
a revert is necessary you have 2 options:
1) If the new engine has managed to power up and somehow (it should be done 
only after the whole cluster is upgraded and cluster version is upped) changed 
the Storage domain version -> you have to revert all snapshots which can lead 
to short dataloss but faster recovery time. 
2) If the engine didn't power up at all, just kill the EL8 host (to ensure the 
new engine is not up) and just remove the global HA from one of the old hosts - 
the old engine will power up and then you have to reinstall the host that was 
used for EL8 fiasco :)
> 
> I haven't done it yet, but I'm planing to do it.
> As I haven't tested the following, I can't guarantee that it will work:
> 0. Gluster snapshots on all volumes 
> 1. Set a node in maintenance
> 2. Create a full backup of the engine
> 3. Set global maintenance and power off the current engine
> 4. Backup all gluster config files
> 5. Reinstall the node that was set to maintnenance (step 2)
> 6. Install glusterfs, restore the configs from step 4
> 7. Restart glusterd and check that all bricks are up
> 8. Wait for healing to end
> 9. Deploy the new HE on a new Gluster Volume, using the backup/restore 
> procedure for HE
> 10.Add the other nodes from the oVirt cluster
> 11.Set EL7-based hosts to maintenance and power off
> 12.Repeat steps 4-8 for the second host (step 11)
> ...
> In the end, you can bring the CLuster Level up to 4.4 and enjoy...
> 

Of course , you have the option to create a new setup and migrate the VMs one 
by one (when downtime allows you) from the 4.3 setup to 4.4 setup.

Best Regards,
Strahil Nikolov
___
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/U25PNTNYCGSYGPQJNBD5K7QS3GV3MWRV/


[ovirt-users] Re: Upgrade hyperconverged self-hosted ovirt from 4.3 to 4.4

2020-11-09 Thread Leo David
Hi,
I am interested about these steps too, for a clean an straighforward
procedure.
Althought this plan looks pretty good, i am still wondering:

Step 4
Backup all gluster config files
- could you please let me know what would be the exact location(s) of the
files to be backed up ?

Step 6
Install glusterfs, restore the configs from step 4
- would the configs work with this version ?
- would in theory gluster get back to a previous balanced state ?

Step 9

Deploy the new HE on a new Gluster Volume, using the backup/restore
procedure for HE.
- this assumes to firstly create a new volume based on some aditional new
disks or lvms, right ?

Sorry if maybe I'm missing somethings due to my lack of knowledge.
Cheers,

Leo

On Mon, Nov 9, 2020, 17:40 Strahil Nikolov via Users 
wrote:

> Hi ,
>
> I haven't done it yet, but I'm planing to do it.
> As I haven't tested the following, I can't guarantee that it will work:
> 0. Gluster snapshots on all volumes
> 1. Set a node in maintenance
> 2. Create a full backup of the engine
> 3. Set global maintenance and power off the current engine
> 4. Backup all gluster config files
> 5. Reinstall the node that was set to maintnenance (step 2)
> 6. Install glusterfs, restore the configs from step 4
> 7. Restart glusterd and check that all bricks are up
> 8. Wait for healing to end
> 9. Deploy the new HE on a new Gluster Volume, using the backup/restore
> procedure for HE
> 10.Add the other nodes from the oVirt cluster
> 11.Set EL7-based hosts to maintenance and power off
> 12.Repeat steps 4-8 for the second host (step 11)
> ...
> In the end, you can bring the CLuster Level up to 4.4 and enjoy...
>
>
> Yet, this is just theory :)
>
> Best Regards,
> Strahil Nikolov
>
> Keep in mind that gluster snapshot feature allows you to revert
>
>
>
>
>
>
> В понеделник, 9 ноември 2020 г., 08:19:23 Гринуич+2, 
> написа:
>
>
>
>
>
> Hi,
> has anyone attempted an upgrade from 4.3 to 4.4 in a hyperconverged
> self-hosted setup?
> The posted guidelines seem a bit contradictive and not complete.
> Has anyone tried it and could share his experiences? I am currently having
> problems when deploying the hosted engine and restoring. The host becomes
> unresponsive and has hung tasks.
>
> Kind regards,
>
> Ralf
> ___
> 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/R6C5DAKNT4ZA42FLC2YGYYUNQLXXHHHZ/
> ___
> 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/FCD77H5RWGBR6GFEIFKJWJPG7MQVT6M2/
>
___
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/Q62ZG7JLWP4XYQXLZGEESLQQCSIRVVR7/


[ovirt-users] Re: Cannot access ovirt engine

2020-11-09 Thread suporte
I just reboot the engine computer and it's working again 

Thanks 


De: "Sandro Bonazzola"  
Para: "suporte" , "Martin Perina" , 
"Sharon Gratch"  
Cc: "users"  
Enviadas: Segunda-feira, 9 De Novembro de 2020 15:47:20 
Assunto: Re: [ovirt-users] Cannot access ovirt engine 



Il giorno lun 9 nov 2020 alle ore 16:46 < supo...@logicworks.pt > ha scritto: 



I just update it but still the same error 

ovirt-engine-4.3.10.4-1.el7.noarch 
ovirt-engine-dwh-setup-4.3.8-1.el7.noarch 

Do I need to restart the engine computer? 




+Martin Perina , +Sharon Gratch can you please have a look? 


BQ_BEGIN


thanks 


De: "Sandro Bonazzola" < sbona...@redhat.com > 
Para: "suporte" < supo...@logicworks.pt > 
Cc: "users" < users@ovirt.org > 
Enviadas: Segunda-feira, 9 De Novembro de 2020 14:52:46 
Assunto: Re: [ovirt-users] Cannot access ovirt engine 



Il giorno lun 9 nov 2020 alle ore 15:46 < supo...@logicworks.pt > ha scritto: 

BQ_BEGIN

Hi, 

I was installing a VM and than I notice that cannot access the CD, after this 
could not access the engine anymore. 
The ovirt-engine service is running. 

But I have this error in the engine log: 
2020-11-09 13:49:16,356Z ERROR 
[org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataServlet.CacheUpdate.Inventory]
 (EE-ManagedThreadFactory-default-Thread-5) [] Could not update the Inventory 
Cache: Error while running SQL query: 
org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataException: Error 
while running SQL query 

ovirt-engine-dwh.log 
2020-11-09 
13:57:21|Yd4P7G|GUQ4i7|NlyWRj|OVIRT_ENGINE_DWH|SampleTimeKeepingJob|Default|5|tWarn|tWarn_1|Can
 not sample data, oVirt Engine is not updating the statistics. Please check 
your oVirt Engine status.|9704 


ovirt-engine-4.3.4.3-1.el7.noarch 
ovirt-engine-dwh-setup-4.3.8-1.el7.noarch 

BQ_END



Any chance you can upgrade to latest 4.3 at least and see if it reproduces? 


BQ_BEGIN



Any idea? 

Thanks 

-- 

Jose Ferradeira 
http://www.logicworks.pt 
___ 
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/XYUWDNY665HZ5VZSXVP7E22OSBB23QXU/
 

BQ_END



-- 


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. 





BQ_END



-- 


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/SNTFS6FWBNO4VQ66ODJGO232IYLSXAYZ/


[ovirt-users] Change compatibility level for data center/cluster, what exactly we are changing?

2020-11-09 Thread Patrick Chiang
Hi all,

>From the procedure I learned at the last phase of upgrade,  we should
change compatibility level for data center/cluster, respectively.

But may I know what exactly the settings we are changing - a config in a
database or in a file? Actually my question is, are these changes can lead
to any service downtime for "guest VM" or "Storage domain", "hypervisors"?

Because lately my RHV 4.2 suffered a few network disconnections and that
causes hosts to be fenced forcefully.

I hope I can collect more info here to prepare for 4.2->4.3 upgrade.

Thanks,
Patrick Chiang
___
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/SFZYW5EIRBFFKKC2Y2GLP3DD7UQLPFUU/


[ovirt-users] Re: Cannot access ovirt engine

2020-11-09 Thread Sandro Bonazzola
Il giorno lun 9 nov 2020 alle ore 16:46  ha scritto:

> I just update it but still the same error
>
> ovirt-engine-4.3.10.4-1.el7.noarch
> ovirt-engine-dwh-setup-4.3.8-1.el7.noarch
>
> Do I need to restart the engine computer?
>

+Martin Perina  , +Sharon Gratch  can
you please have a look?



>
> thanks
>
> --
> *De: *"Sandro Bonazzola" 
> *Para: *"suporte" 
> *Cc: *"users" 
> *Enviadas: *Segunda-feira, 9 De Novembro de 2020 14:52:46
> *Assunto: *Re: [ovirt-users] Cannot access ovirt engine
>
>
>
> Il giorno lun 9 nov 2020 alle ore 15:46  ha
> scritto:
>
>> Hi,
>>
>> I was installing a VM and than I notice that cannot access the CD, after
>> this could not access the engine anymore.
>> The ovirt-engine service is running.
>>
>> But I have this error in the engine log:
>> 2020-11-09 13:49:16,356Z ERROR
>> [org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataServlet.CacheUpdate.Inventory]
>> (EE-ManagedThreadFactory-default-Thread-5) [] Could not update the
>> Inventory Cache: Error while running SQL query:
>> org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataException: Error
>> while running SQL query
>>
>> ovirt-engine-dwh.log
>> 2020-11-09
>> 13:57:21|Yd4P7G|GUQ4i7|NlyWRj|OVIRT_ENGINE_DWH|SampleTimeKeepingJob|Default|5|tWarn|tWarn_1|Can
>> not sample data, oVirt Engine is not updating the statistics. Please check
>> your oVirt Engine status.|9704
>>
>>
>> ovirt-engine-4.3.4.3-1.el7.noarch
>> ovirt-engine-dwh-setup-4.3.8-1.el7.noarch
>>
>
>
> Any chance you can upgrade to latest 4.3 at least and see if it reproduces?
>
>
>
>>
>>
>> Any idea?
>>
>> Thanks
>>
>> --
>> --
>> Jose Ferradeira
>> http://www.logicworks.pt
>> ___
>> 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/XYUWDNY665HZ5VZSXVP7E22OSBB23QXU/
>>
>
>
> --
>
> 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.
> *
>
>
>
>

-- 

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/BEGHTDQCR4YHMLZALY3GVNDDHEA4246I/


[ovirt-users] Re: Cannot access ovirt engine

2020-11-09 Thread suporte
I just update it but still the same error 

ovirt-engine-4.3.10.4-1.el7.noarch 
ovirt-engine-dwh-setup-4.3.8-1.el7.noarch 

Do I need to restart the engine computer? 

thanks 


De: "Sandro Bonazzola"  
Para: "suporte"  
Cc: "users"  
Enviadas: Segunda-feira, 9 De Novembro de 2020 14:52:46 
Assunto: Re: [ovirt-users] Cannot access ovirt engine 



Il giorno lun 9 nov 2020 alle ore 15:46 < supo...@logicworks.pt > ha scritto: 



Hi, 

I was installing a VM and than I notice that cannot access the CD, after this 
could not access the engine anymore. 
The ovirt-engine service is running. 

But I have this error in the engine log: 
2020-11-09 13:49:16,356Z ERROR 
[org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataServlet.CacheUpdate.Inventory]
 (EE-ManagedThreadFactory-default-Thread-5) [] Could not update the Inventory 
Cache: Error while running SQL query: 
org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataException: Error 
while running SQL query 

ovirt-engine-dwh.log 
2020-11-09 
13:57:21|Yd4P7G|GUQ4i7|NlyWRj|OVIRT_ENGINE_DWH|SampleTimeKeepingJob|Default|5|tWarn|tWarn_1|Can
 not sample data, oVirt Engine is not updating the statistics. Please check 
your oVirt Engine status.|9704 


ovirt-engine-4.3.4.3-1.el7.noarch 
ovirt-engine-dwh-setup-4.3.8-1.el7.noarch 





Any chance you can upgrade to latest 4.3 at least and see if it reproduces? 


BQ_BEGIN



Any idea? 

Thanks 

-- 

Jose Ferradeira 
http://www.logicworks.pt 
___ 
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/XYUWDNY665HZ5VZSXVP7E22OSBB23QXU/
 

BQ_END



-- 


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/NNM3POPSASMWXWWRMHNCFC52KEOFGLXB/


[ovirt-users] Re: VM's gone to unknown state

2020-11-09 Thread Strahil Nikolov via Users
Have you made any changes recently ?
oVirt Engine requires key-based ssh to the Host's root user. If you hardened 
your hosts recently , modify your /etc/sshd/sshd_config to override that 
behaviour for the HostedEngine only.

Also check the 'supervdsmd.service' & 'vdsmd.service' status - they should be 
running.

The engine's logs might also help.

Best Regards,
Strahil Nikolov






В понеделник, 9 ноември 2020 г., 11:53:54 Гринуич+2, hjadavall...@ukaachen.de 
 написа: 





Dear Strahil Nikolov,

Thank you for the quick response! Though I restarted teh engine twice from 
hosted engine but still facing the same problem. I found that ovirt-ha-agent is 
still in activating state and its not starting yet. 

Any recomendations please?



Best Regards,
Hariharan
___
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/4PAN2XNC2CS5K2WP4HODKA6EUOO4SRCL/
___
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/TN7FVPKNGXP662DHOWUQVQSSXSBH4HQK/


[ovirt-users] Re: setting routing rules for guests?

2020-11-09 Thread Strahil Nikolov via Users
You can use vdsm hooks to do almost everything.

About the Floating IP, I keep it for VMs in the same VLAN.

Best Regards,
Strahil Nikolov






В понеделник, 9 ноември 2020 г., 10:35:47 Гринуич+2, yam yam 
 написа: 





Hello everyone!

I'm wondering there is any feature like applying routing rules for VM to reach 
the external network (and vice versa).
and I guess it's different according to using external provider(OVN).

if not, how to users usually assign floating IP to VM??

Thanks
Sincerely,
___
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/5263QEXAOBCZIXNO2PTQ466ZPLQPLTZT/
___
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/WJ7ZCATXT7WXIPJ6ORJKRZEQVNR3Z6GB/


[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-09 Thread Steven Rosenberg
Hi,

We removed the floppy option and added an additional cd rom that contains
the Unattend.xml file. You can still use the Unattend.xml file from the
additional CD ROM in order to seal the OS via the sysprep tool.

The floppy drive was removed because it is outdated technology.

Thank you for your enquiry.

With Best Regards.

Steven Rosenberg.

On Mon, Nov 9, 2020 at 4:50 PM Sandro Bonazzola  wrote:

>
>
> Il giorno lun 9 nov 2020 alle ore 15:43  ha scritto:
>
>> Thanks for response,
>> I've rad this docs several times.
>>
>> If you check "7.9.1. Configuring Sysprep on a Template" it says "Attach
>> Floppy", but there is no Floppy options.
>>
>
> +Arik Hadas  , +Steve Goodman 
> can you please fix this?
>
>
>>
>> I've figured out something.
>> If i use only initial boot sysprep enable option, after booting there is
>> no change but i can see addtional cdrom device that has unattend.xml file
>>
>> ___
>> 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/T4OQOOU277CKIXCQ2AGY2XX3HCRCJ3FY/
>>
>
>
> --
>
> 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/2XDTRF5ILEYJLQOHOCSV6B55A32UNNWD/
>
___
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/3NL3EPIPN5AO52ZO2CAJMVPOXL3JORO7/


[ovirt-users] Re: Upgrade hyperconverged self-hosted ovirt from 4.3 to 4.4

2020-11-09 Thread Strahil Nikolov via Users
Hi ,

I haven't done it yet, but I'm planing to do it.
As I haven't tested the following, I can't guarantee that it will work:
0. Gluster snapshots on all volumes 
1. Set a node in maintenance
2. Create a full backup of the engine
3. Set global maintenance and power off the current engine
4. Backup all gluster config files
5. Reinstall the node that was set to maintnenance (step 2)
6. Install glusterfs, restore the configs from step 4
7. Restart glusterd and check that all bricks are up
8. Wait for healing to end
9. Deploy the new HE on a new Gluster Volume, using the backup/restore 
procedure for HE
10.Add the other nodes from the oVirt cluster
11.Set EL7-based hosts to maintenance and power off
12.Repeat steps 4-8 for the second host (step 11)
...
In the end, you can bring the CLuster Level up to 4.4 and enjoy...


Yet, this is just theory :)

Best Regards,
Strahil Nikolov

Keep in mind that gluster snapshot feature allows you to revert 






В понеделник, 9 ноември 2020 г., 08:19:23 Гринуич+2,  написа: 





Hi,
has anyone attempted an upgrade from 4.3 to 4.4 in a hyperconverged self-hosted 
setup?
The posted guidelines seem a bit contradictive and not complete. 
Has anyone tried it and could share his experiences? I am currently having 
problems when deploying the hosted engine and restoring. The host becomes 
unresponsive and has hung tasks.

Kind regards,

Ralf
___
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/R6C5DAKNT4ZA42FLC2YGYYUNQLXXHHHZ/
___
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/FCD77H5RWGBR6GFEIFKJWJPG7MQVT6M2/


[ovirt-users] Re: Cannot access ovirt engine

2020-11-09 Thread Sandro Bonazzola
Il giorno lun 9 nov 2020 alle ore 15:46  ha scritto:

> Hi,
>
> I was installing a VM and than I notice that cannot access the CD, after
> this could not access the engine anymore.
> The ovirt-engine service is running.
>
> But I have this error in the engine log:
> 2020-11-09 13:49:16,356Z ERROR
> [org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataServlet.CacheUpdate.Inventory]
> (EE-ManagedThreadFactory-default-Thread-5) [] Could not update the
> Inventory Cache: Error while running SQL query:
> org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataException: Error
> while running SQL query
>
> ovirt-engine-dwh.log
> 2020-11-09
> 13:57:21|Yd4P7G|GUQ4i7|NlyWRj|OVIRT_ENGINE_DWH|SampleTimeKeepingJob|Default|5|tWarn|tWarn_1|Can
> not sample data, oVirt Engine is not updating the statistics. Please check
> your oVirt Engine status.|9704
>
>
> ovirt-engine-4.3.4.3-1.el7.noarch
> ovirt-engine-dwh-setup-4.3.8-1.el7.noarch
>


Any chance you can upgrade to latest 4.3 at least and see if it reproduces?



>
>
> Any idea?
>
> Thanks
>
> --
> --
> Jose Ferradeira
> http://www.logicworks.pt
> ___
> 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/XYUWDNY665HZ5VZSXVP7E22OSBB23QXU/
>


-- 

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/M4S5FWTYUGZ7KX7WNGQWMTS2OVEHNZUV/


[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-09 Thread Sandro Bonazzola
Il giorno lun 9 nov 2020 alle ore 15:43  ha scritto:

> Thanks for response,
> I've rad this docs several times.
>
> If you check "7.9.1. Configuring Sysprep on a Template" it says "Attach
> Floppy", but there is no Floppy options.
>

+Arik Hadas  , +Steve Goodman   can
you please fix this?


>
> I've figured out something.
> If i use only initial boot sysprep enable option, after booting there is
> no change but i can see addtional cdrom device that has unattend.xml file
>
> ___
> 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/T4OQOOU277CKIXCQ2AGY2XX3HCRCJ3FY/
>


-- 

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/2XDTRF5ILEYJLQOHOCSV6B55A32UNNWD/


[ovirt-users] Cannot access ovirt engine

2020-11-09 Thread suporte
Hi, 

I was installing a VM and than I notice that cannot access the CD, after this 
could not access the engine anymore. 
The ovirt-engine service is running. 

But I have this error in the engine log: 
2020-11-09 13:49:16,356Z ERROR 
[org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataServlet.CacheUpdate.Inventory]
 (EE-ManagedThreadFactory-default-Thread-5) [] Could not update the Inventory 
Cache: Error while running SQL query: 
org.ovirt.engine.ui.frontend.server.dashboard.DashboardDataException: Error 
while running SQL query 

ovirt-engine-dwh.log 
2020-11-09 
13:57:21|Yd4P7G|GUQ4i7|NlyWRj|OVIRT_ENGINE_DWH|SampleTimeKeepingJob|Default|5|tWarn|tWarn_1|Can
 not sample data, oVirt Engine is not updating the statistics. Please check 
your oVirt Engine status.|9704 


ovirt-engine-4.3.4.3-1.el7.noarch 
ovirt-engine-dwh-setup-4.3.8-1.el7.noarch 


Any idea? 

Thanks 

-- 

Jose Ferradeira 
http://www.logicworks.pt 
___
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/XYUWDNY665HZ5VZSXVP7E22OSBB23QXU/


[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-09 Thread ozmen62
Thanks for response,
I've rad this docs several times. 

If you check "7.9.1. Configuring Sysprep on a Template" it says "Attach 
Floppy", but there is no Floppy options.

I've figured out something.
If i use only initial boot sysprep enable option, after booting there is no 
change but i can see addtional cdrom device that has unattend.xml file

___
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/T4OQOOU277CKIXCQ2AGY2XX3HCRCJ3FY/


[ovirt-users] Re: LiveStorageMigration fail

2020-11-09 Thread Benny Zlotnik
Which version are you using?
Did this happen more than once for the same disk?
A similar bug was fixed in 4.3.10.1[1]
There is another bug with a similar symptom which occurs very rarely and we
were unable to reproduce it

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1758048

On Mon, Nov 9, 2020 at 3:57 PM Christoph Köhler <
koeh...@luis.uni-hannover.de> wrote:

> Hello experts,
>
> perhaps someone has an idea about that error. It appears when in try to
> migrate a disk to another storage, and this live. Generally it works
> good but - this is the log snippet:
>
> HSMGetAllTasksStatusesVDS failed: Error during destination image
> manipulation: u"image=02240cf3-65b6-487c-b5af-c266a1dd18f8, dest
> domain=3c4fbbfe-6796-4007-87ab-d7f205b7fae3: msg=Invalid parameter:
> 'capacity=134217728000'"
>
> Surely the is enough space on the target domain for this operation (~4TB).
>
> Any ideas..?
>
> Greetings from
> Chris
> ___
> 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/6KT5HQXEFB477O7GW5KP4BJJUR5YBL6Q/
>
___
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/LFDCQPAPIVHC2Z7MMZMORZTOP3O5RGXF/


[ovirt-users] LiveStorageMigration fail

2020-11-09 Thread Christoph Köhler
Hello experts,

perhaps someone has an idea about that error. It appears when in try to
migrate a disk to another storage, and this live. Generally it works
good but - this is the log snippet:

HSMGetAllTasksStatusesVDS failed: Error during destination image
manipulation: u"image=02240cf3-65b6-487c-b5af-c266a1dd18f8, dest
domain=3c4fbbfe-6796-4007-87ab-d7f205b7fae3: msg=Invalid parameter:
'capacity=134217728000'"

Surely the is enough space on the target domain for this operation (~4TB).

Any ideas..?

Greetings from
Chris
___
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/6KT5HQXEFB477O7GW5KP4BJJUR5YBL6Q/


[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-09 Thread Sandro Bonazzola
Il giorno lun 9 nov 2020 alle ore 10:22  ha scritto:

> Hi,
> I've cretated a template which has  sysprep.
> Every document about sysprep says use "Attach Floppy" , but we know this
> function has been disabled/deprecated
> So, when i use Run One, attach windows cdrom and put in it definitions
> (domain name, user credentials etc) , nothing happens.
> I also have correct properties and sysprep files in engine
> Just windows boot like it is new machine and ask lots of questions for
> prepare itself.
>
> Would someone please explain this?
> How can i run sysprep correctly?
>

Please read
https://ovirt.org/documentation/virtual_machine_management_guide/#Using_Sysprep_to_Automate_the_Configuration_of_Virtual_Machines
Documentation has been updated a few weeks ago with instructions.




> ___
> 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/QSMZBJK7QZA5NDJPJYMZOV6V66PGQLDU/
>


-- 

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/267CBSTN6J5LOGEEUJQUYU3RPPTAJNVH/


[ovirt-users] Re: VM's gone to unknown state

2020-11-09 Thread hjadavalluva
Dear Strahil Nikolov,

Thank you for the quick response! Though I restarted teh engine twice from 
hosted engine but still facing the same problem. I found that ovirt-ha-agent is 
still in activating state and its not starting yet. 

Any recomendations please?


Best Regards,
Hariharan
___
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/4PAN2XNC2CS5K2WP4HODKA6EUOO4SRCL/


[ovirt-users] Re: ovirt guest agent ubuntu 16.04.6 LTS

2020-11-09 Thread suporte
Sorry, but after a while the error came back. 
ovirt-guest-agent looks like it's working, at least the engine doesn't shows an 
error 

thanks 


De: "Sandro Bonazzola"  
Para: "suporte"  
Cc: "Tomáš Golembiovský" , "Arik Hadas" 
, "users"  
Enviadas: Sexta-feira, 6 De Novembro de 2020 16:43:54 
Assunto: Re: [ovirt-users] ovirt guest agent ubuntu 16.04.6 LTS 



Il giorno ven 6 nov 2020 alle ore 16:56 < supo...@logicworks.pt > ha scritto: 



Hi, 

Yes, that worked but I needed to uninstall unattended-upgrades 




@Tomas Golembiovsky can you please review 
https://github.com/oVirt/ovirt-site/pull/2387 ? 


BQ_BEGIN



thanks 


De: "Tomáš Golembiovský" < tgole...@redhat.com > 
Para: "Sandro Bonazzola" < sbona...@redhat.com > 
Cc: "suporte" < supo...@logicworks.pt >, "Arik Hadas" < aha...@redhat.com >, 
"users" < users@ovirt.org > 
Enviadas: Quinta-feira, 5 De Novembro de 2020 7:48:26 
Assunto: Re: [ovirt-users] ovirt guest agent ubuntu 16.04.6 LTS 

Hi, 

On Tue, Nov 03, 2020 at 11:00:36AM +0100, Sandro Bonazzola wrote: 
> Il giorno lun 2 nov 2020 alle ore 20:58 < supo...@logicworks.pt > ha scritto: 
> 
> > I get this error during the installation: 
> > 
> > # apt-key add - < Release.key 
> > gpg: invalid key resource URL 
> > `/etc/apt/trusted.gpg.d/home:evilissimo:ubuntu:16.04.gpg' 
> > gpg: keyblock resource `(null)': general error 
> > gpg: Total number processed: 10 
> > gpg: skipped new keys: 10 
> > 
> > 
> > I was able to intall and start quemu-guest-agent, but the engine keeps 
> > complaining about there is no guest installed. 
> > 
> > Any idea? 
> > 

I checked the qemu-ga version in Ubuntu 16.04 and it is too old. It is 
version 2.5 but you need at least 2.10 for it to work properly with 
oVirt. I tried to install the package from Ubuntu 18.04 [1] and it was 
without issues. Is that a viable option for you? 

Tomas 

[1] https://packages.ubuntu.com/bionic/qemu-guest-agent 

> 
> +Tomas Golembiovsky < tgole...@redhat.com > , +Arik Hadas < aha...@redhat.com 
> > can 
> you help here? 
> 
> 
> 
> 
> > 
> > -- 
> > *De: *"Sandro Bonazzola" < sbona...@redhat.com > 
> > *Para: *"suporte" < supo...@logicworks.pt > 
> > *Cc: *"users" < users@ovirt.org > 
> > *Enviadas: *Segunda-feira, 2 De Novembro de 2020 14:27:30 
> > *Assunto: *Re: [ovirt-users] ovirt guest agent ubuntu 16.04.6 LTS 
> > 
> > 
> > 
> > Il giorno sab 31 ott 2020 alle ore 21:04 < supo...@logicworks.pt > ha 
> > scritto: 
> > 
> >> What is the best way to install ovirt guest on Ubuntu 16.04.6? 
> >> 
> > 
> > 
> > Did you see 
> > https://ovirt.org/develop/release-management/features/virt/guestagentubuntu.html
> >  
> > ? 
> > 
> > 
> > 
> > 
> >> 
> >> 
> >> What I did: 
> >> # apt-get install ovirt-guest-agent 
> >> 
> >> I changed value in /etc/ovirt-guest-agent.conf to look like: 
> >> [virtio] 
> >> # device = /dev/virtio-ports/com.redhat.rhevm.vdsm 
> >> device = /dev/virtio-ports/ovirt-guest-agent.0 
> >> 
> >> # systemctl start ovirt-guest-agent 
> >> 
> >> Error on the log: 
> >> OSError: [Errno 13] Permission denied: 
> >> '/dev/virtio-ports/ovirt-guest-agent.0 
> >> 
> >> Than I set the owner and group 
> >> # chown ovirtagent:ovirtagent /dev/virtio-ports/ovirt-guest-agent.0 
> >> 
> >> Than I was able to start the agent 
> >> 
> >> # systemctl status ovirt-guest-agent 
> >> ● ovirt-guest-agent.service - oVirt Guest Agent 
> >> Loaded: loaded (/lib/systemd/system/ovirt-guest-agent.service; enabled; 
> >> vendor preset: enabled) 
> >> Active: active (running) since Sat 2020-10-31 19:50:03 WET; 9min ago 
> >> Process: 6531 ExecStartPre=/bin/chown ovirtagent:ovirtagent 
> >> /run/ovirt-guest-agent.pid (code=exited, status=0/SUCCESS) 
> >> Process: 6527 ExecStartPre=/bin/touch /run/ovirt-guest-agent.pid 
> >> (code=exited, status=0/SUCCESS) 
> >> Process: 6524 ExecStartPre=/sbin/modprobe virtio_console (code=exited, 
> >> status=0/SUCCESS) 
> >> Main PID: 6537 (python) 
> >> Tasks: 3 
> >> Memory: 68.7M 
> >> CPU: 5.462s 
> >> CGroup: /system.slice/ovirt-guest-agent.service 
> >> └─6537 /usr/bin/python /usr/share/ovirt-guest-agent/ovirt-guest-agent.py 
> >> 
> >> Oct 31 19:52:05 alfa.acloud.pt python[6537]: [100B blob data] 
> >> Oct 31 19:54:06 alfa.acloud.pt python[6537]: [90B blob data] 
> >> Oct 31 19:54:06 alfa.acloud.pt python[6537]: [155B blob data] 
> >> Oct 31 19:54:06 alfa.acloud.pt python[6537]: [100B blob data] 
> >> Oct 31 19:56:06 alfa.acloud.pt python[6537]: [90B blob data] 
> >> Oct 31 19:56:07 alfa.acloud.pt python[6537]: [155B blob data] 
> >> Oct 31 19:56:07 alfa.acloud.pt python[6537]: [100B blob data] 
> >> Oct 31 19:58:07 alfa.acloud.pt python[6537]: [90B blob data] 
> >> Oct 31 19:58:08 alfa.acloud.pt python[6537]: [155B blob data] 
> >> Oct 31 19:58:08 alfa.acloud.pt python[6537]: [100B blob data] 
> >> 
> >> Everytime I restart the VM I need to set the owner and group 
> >> 
> >> # chown ovirtagent:ovirtagent /dev/virtio-ports/ovirt-guest-agent.0 
> >> 
> >> 
> >> -- 
> >> 

[ovirt-users] oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-09 Thread ozmen62
Hi,
I've cretated a template which has  sysprep. 
Every document about sysprep says use "Attach Floppy" , but we know this 
function has been disabled/deprecated 
So, when i use Run One, attach windows cdrom and put in it definitions (domain 
name, user credentials etc) , nothing happens.
I also have correct properties and sysprep files in engine
Just windows boot like it is new machine and ask lots of questions for prepare 
itself.

Would someone please explain this?
How can i run sysprep correctly?
___
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/QSMZBJK7QZA5NDJPJYMZOV6V66PGQLDU/


[ovirt-users] Re: Upgrade hyperconverged self-hosted ovirt from 4.3 to 4.4

2020-11-09 Thread ralf
I have managed to work around the hanging host by reducing the memory of the 
hosted engine during the deploy. But unfortunately the deploy still fails.

There is no real error message in the deployment log:
2020-11-09 08:58:55,337+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 TASK [ovirt.hosted_engine_setup : Wait for 
the host to be up]
2020-11-09 09:02:24,776+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 ok: [localhost]
2020-11-09 09:02:26,380+0100 DEBUG 
otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:105 
TASK [ovirt.hosted_engine_setup : debug]
2020-11-09 09:02:27,883+0100 DEBUG 
otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:105 
host_result_up_check: {'changed': False, 'ovirt_hosts': [{'href': 
'/ovirt-engine/api/hosts/9e504890-bcb8-40b1-813f-ee123547b3f9', 'comment': '', 
'id': '9e504890-bcb8-40b1-813f-ee123547b3f9', 'name': 'station5.example.com', 
'address': 'station5.example.com', 'affinity_labels': [], 'auto_numa_status': 
'unknown', 'certificate': {'organization': 'example.com', 'subject': 
'O=example.com,CN=station5.example.com'}, 'cluster': {'href': 
'/ovirt-engine/api/clusters/1e67ce6a-2011-11eb-8029-00163e28a2ed', 'id': 
'1e67ce6a-2011-11eb-8029-00163e28a2ed'}, 'cpu': {'name': 'Intel(R) Core(TM) 
i5-3470 CPU @ 3.20GHz', 'speed': 3554.0, 'topology': {'cores': 4, 'sockets': 1, 
'threads': 1}, 'type': 'Intel SandyBridge IBRS SSBD MDS Family'}, 
'device_passthrough': {'enabled': False}, 'devices': [], 
'external_network_provider_configurations': [], 'external_status': 'ok', 
'hardware_information': {'
 family': '103C_53307F G=D', 'manufacturer': 'Hewlett-Packard', 'product_name': 
'HP Compaq Pro 6300 SFF', 'serial_number': 'CZC41045SC', 
'supported_rng_sources': ['random', 'hwrng'], 'uuid': 
'F748FD00-9E43-11E3-9BDA-A0481C87CA32', 'version': ''}, 'hooks': [], 'iscsi': 
{'initiator': 'iqn.1994-05.com.redhat:a668abd829a1'}, 'katello_errata': [], 
'kdump_status': 'disabled', 'ksm': {'enabled': False}, 'libvirt_version': 
{'build': 0, 'full_version': 'libvirt-6.0.0-25.2.el8', 'major': 6, 'minor': 0, 
'revision': 0}, 'max_scheduling_memory': 16176381952, 'memory': 16512974848, 
'network_attachments': [], 'nics': [], 'numa_nodes': [], 'numa_supported': 
False, 'os': {'custom_kernel_cmdline': '', 'reported_kernel_cmdline': 
'BOOT_IMAGE=(hd0,msdos1)//ovirt-node-ng-4.4.2-0.20200918.0+1/vmlinuz-4.18.0-193.19.1.el8_2.x86_64
 crashkernel=auto resume=/dev/mapper/onn-swap 
rd.lvm.lv=onn/ovirt-node-ng-4.4.2-0.20200918.0+1 rd.lvm.lv=onn/swap rhgb quiet 
root=/dev/onn/ovirt-node-ng-4.4.2-0.20200918.0+1 boot=UU
 ID=78682d93-a122-4ea9-8593-224fa32b7ab4 rootflags=discard 
img.bootid=ovirt-node-ng-4.4.2-0.20200918.0+1', 'type': 'RHEL', 'version': 
{'full_version': '8 - 2.2004.0.1.el8', 'major': 8}}, 'permissions': [], 'port': 
54321, 'power_management': {'automatic_pm_enabled': True, 'enabled': False, 
'kdump_detection': True, 'pm_proxies': []}, 'protocol': 'stomp', 'se_linux': 
{'mode': 'enforcing'}, 'spm': {'priority': 5, 'status': 'none'}, 'ssh': 
{'fingerprint': 'SHA256:pUi4oFo/5DGLYbWN39rEiap3bUfVK1C/6OPEecf8GFg', 'port': 
22}, 'statistics': [], 'status': 'non_operational', 'status_detail': 
'storage_domain_unreachable', 'storage_connection_extensions': [], 'summary': 
{'active': 1, 'migrating': 0, 'total': 1}, 'tags': [], 
'transparent_huge_pages': {'enabled': True}, 'type': 'rhel', 
'unmanaged_networks': [], 'update_available': False, 'version': {'build': 26, 
'full_version': 'vdsm-4.40.26.3-1.el8', 'major': 4, 'minor': 40, 'revision': 
3}, 'vgpu_placement': 'consolidated'}], 'failed': False, 'attem
 pts': 21}
2020-11-09 09:02:29,386+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 TASK [ovirt.hosted_engine_setup : Notify the 
user about a failure]
2020-11-09 09:02:30,891+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 skipping: [localhost]
2020-11-09 09:02:32,395+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 TASK [ovirt.hosted_engine_setup : set_fact]
2020-11-09 09:02:33,800+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 ok: [localhost]
2020-11-09 09:02:35,404+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 TASK [ovirt.hosted_engine_setup : Collect 
error events from the Engine]
2020-11-09 09:02:37,410+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 ok: [localhost]
2020-11-09 09:02:39,114+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:111 TASK [ovirt.hosted_engine_setup : Generate 
the error message from the engine events]
2020-11-09 09:02:40,819+0100 DEBUG 
otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:105 
{'msg': "The task includes 

[ovirt-users] setting routing rules for guests?

2020-11-09 Thread yam yam
Hello everyone!

I'm wondering there is any feature like applying routing rules for VM to reach 
the external network (and vice versa).
and I guess it's different according to using external provider(OVN).

if not, how to users usually assign floating IP to VM??

Thanks
Sincerely,
___
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/5263QEXAOBCZIXNO2PTQ466ZPLQPLTZT/