[ovirt-users] Re: Download Ovirt Repository

2019-06-19 Thread Barak Korren
The oVirt system test suit downloads a copy of the oVirt repo to the local
host it is running on before installing oVirt and running the tests. It
done to improve test performance and reliability.

You could easily download a copy of the oVirt repo (or any other yum repo)
by using the `reposync` tool from the `yum-utils` package. You'll need more
then the oVirt repo for an offline installation though, because oVirt has
dependencies that are pulled from the CentOS repos, as well as other repos
such as Gluster.

You can figure out which repos you need by looking at the repo
configuration files installed by the ovirt-*release*.rpm package. Those
files could be used directly as configuration files for reposync, but you
might want to add `exclue` and `include` clauses to limit the amount of
RPMs downloaded. oVirt certainly does not need the whole CentOS repo, for
example, only a small portion of it.

You could actually clone the oVirt system tests (OST) repo [1] and look at
the reposync files there to get an idea what a reposync configuration file
for oVirt should look like. Those files would not be suitable for direct
production use though, because they are meant to sync the development
versions of oVirt.

Another approach you can consider is installing oVirt using ovirt-node and
the hosted-engine appliance. That way you get ready-made machine images
that contain everything you need without requiring access to package
repositories.

[1]: https://gerrit.ovirt.org/#/admin/projects/ovirt-system-tests

On Thu, 20 Jun 2019 at 07:42,  wrote:

> Hi, I've been using Ovirt and I'm doing fine. It happens that where I live
> connectivity to the internet is very slow. I wanted to know if it was
> possible to download the Ovirt repository in order to have it locally on my
> network. Greetings and thank you in advance for your answers.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5FFR4TQ6CLWJZYI2RMYHP5U6IUBPDOEQ/
>


-- 
Barak Korren
RHV DevOps team , RHCE, RHCi
Red Hat EMEA
redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LRU255CAJCCF6S2UIP4QK52JM5WCSSJ2/


[ovirt-users] Re: Download Ovirt Repository

2019-06-19 Thread
Hi

We 've a seperate test and aducation lab and connection is very
intermittent. I use reposync command to create a local copy of
repositories. When sync done, "createrepo" command prepare a repodata
directory. After first sync, a cron job can sync continuously daily basis.
I believe this is the most easy way to having a local repo.

If you need a complete guide for this, you may look at "Red Hat
Virtualization 4.2 installation guide" page 18.

On Thu, 20 Jun 2019, 07:41 ,  wrote:

> Hi, I've been using Ovirt and I'm doing fine. It happens that where I live
> connectivity to the internet is very slow. I wanted to know if it was
> possible to download the Ovirt repository in order to have it locally on my
> network. Greetings and thank you in advance for your answers.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5FFR4TQ6CLWJZYI2RMYHP5U6IUBPDOEQ/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VPL7LX7RBCNIUDLIOX26P3IZGKKDAKUF/


[ovirt-users] Re: Error when upgrading Node

2019-06-19 Thread Yedidyah Bar David
On Wed, Jun 19, 2019 at 8:24 PM  wrote:
>
> I am receiving the following error when attempting to update a Node manually 
> that will not update through the administration portal:
>
> error: %pre(ovirt-node-ng-image-update-4.3.4-1.el7.noarch) scriptlet failed, 
> exit status 1
> Error in PREIN scriptlet in rpm package 
> ovirt-node-ng-image-update-4.3.4-1.el7.noarch
>
> Software
> OS Version: RHEL - 7 - 6.1810.2.el7.centos
> OS Description: oVirt Node 4.3.3.1
> Kernel Version: 3.10.0 - 957.10.1.el7.x86_64
> KVM Version: 2.12.0 - 18.el7_6.3.1
> LIBVIRT Version: libvirt-4.5.0-10.el7_6.6
> VDSM Version: vdsm-4.30.13-1.el7
> SPICE Version: 0.14.0 - 6.el7_6.1
> GlusterFS Version: glusterfs-5.5-1.el7
> CEPH Version: librbd1-10.2.5-4.el7
> Open vSwitch Version: openvswitch-2.10.1-3.el7
> Kernel Features: PTI: 1, IBRS: 0, RETP: 1, SSBD: 3
> VNC Encryption: Enabled
>
> Any advice?

Perhaps try to find out what exactly failed?

IIRC you might find stuff in the logs (/var/log/ovirt-engine/host-deploy/*).
If not, you can try checking 'yum history' and 'yum history info $ID',
or if you want to try again:

yum --rpmverbosity=debug update $PACKAGE
(and either also '-y' and redirect to a file, or be prepared for a
very long output in your terminal to copy/paste later).

If you fail to get more info, 'rpm -q --scripts $PACKAGE' should
should you the scripts it runs. In the case of
ovirt-node-ng-update-image, the %pre script is [1]:

=
local_sds=($(find / -xdev -name "__DIRECT_IO_TEST__"))

if [ "$local_sds" ]; then
echo "Local storage domains were found on the same filesystem as /
! Please migrate the data to a new LV before upgrading, or you will
lose the VMs"
echo "See: https://bugzilla.redhat.com/show_bug.cgi?id=1550205#c3";
echo "Storage domains were found in:"
for sd in "${local_sds[@]}"; do
echo -e "\t$(dirname $sd)"
done
exit 1
fi
=
I can see mainly two ways in which it can fail - either the 'find'
command failed for whatever reason (unintendedly), or local storage
domains were found (and then the failure is intended) and you should
get somewhere the output - did you?

Best regards,

[1] 
https://github.com/oVirt/ovirt-node-ng/blob/master/packaging/ovirt-node-ng.spec.in#L160
-- 
Didi
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CYUE5IYYDRRFTRT2GZ72IVUOHOWFLB6N/


[ovirt-users] Re: Ovirt Hyperconverged Cluster

2019-06-19 Thread Yedidyah Bar David
On Wed, Jun 19, 2019 at 5:36 PM  wrote:
>
> Hi all,
>
> I have configured a 3 nodes cluster with an Hyperconverged gluster.
> I have used 2 network interface bonded with one VLAN for the mgmt and an 
> other one for the storage.
>
> When I use cockpit to deploy the hosted engine I receive this error.
>
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "The host 
> has been set in non_operational status, please check engine logs, fix 
> accordingly and re-deploy.\n"}

Hi,

Please check/share relevant logs - from the host
/var/log/ovirt-hosted-engine-setup/* (and perhaps /var/log/vdsm/* and
/var/log/ovirt-hosted-engine-ha/*) and from the engine (if you can
access it) /var/log/ovirt-engine/engine.log .

Thanks and 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/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BRP3KH7OLA4JJL6WB7M7BYMVGDZXJFDI/


[ovirt-users] Gluster 3.12 vs Engine 4.3.5

2019-06-19 Thread Николаев Алексей
Hi community! Is it possible to continue using independent gluster 3.12 as a data domain with engine 4.3.5?___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VXDVKO4V7JNO2NRJ66JGC54Z6HM6GGDT/


[ovirt-users] Download Ovirt Repository

2019-06-19 Thread siovelrm
Hi, I've been using Ovirt and I'm doing fine. It happens that where I live 
connectivity to the internet is very slow. I wanted to know if it was possible 
to download the Ovirt repository in order to have it locally on my network. 
Greetings and thank you in advance for your answers.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5FFR4TQ6CLWJZYI2RMYHP5U6IUBPDOEQ/


[ovirt-users] Re: Windows Server 2019: Driver Signature Enforcement

2019-06-19 Thread Vinícius Ferrão
Vadim, its OVMF.

I think it is. Just selected UEFI with Secure Boot on the VM properties on 
oVirt.

I’m not aware of SeaBIOS with UEFI support.


Thanks.

Sent from my iPhone

> On 18 Jun 2019, at 08:26, Vadim Rozenfeld  wrote:
> 
> +Amnon & Martin
> 
>> On Fri, 2019-06-14 at 17:52 +1000, Vadim Rozenfeld wrote:
>>> On Thu, 2019-06-13 at 15:24 -0300, Vinícius Ferrão wrote:
>>> Lev, thanks for the reply.
>>> 
>>> So basically Windows on Secureboot UEFI is simply “broken” within oVirt?
>>> 
>>> Will Red Hat reconsider this? Since one of the “selling points” of oVirt 
>>> 4.3 was UEFI support. Can the RH WHQL drivers be shipped with oVirt?
>> 
>> Technically, WHQL-signing is not required to satisfy secure boot 
>> requirements. UEFI signing should be enough. But it might be some license 
>> issues.
>> https://techcommunity.microsoft.com/t5/Windows-Hardware-Certification/Microsoft-UEFI-CA-Signing-policy-updates/ba-p/364828
>> 
>> 
>>> 
>>> Thanks,
>>> 
 On 13 Jun 2019, at 07:25, Lev Veyde  wrote:
 Hi,
 
 I think that it's expected behaviour.
 
 In secure mode only WHQL'd drivers are allowed to be loaded into the OS 
 kernel, and while RHEV/RHV provides WHQL'd drivers, oVirt users receive RH 
 signed ones, which from the OS standpoint are basically not certified.
 
 Thanks in advance,
 
> On Thu, Jun 13, 2019 at 1:12 PM Yedidyah Bar David  
> wrote:
>> On Mon, Jun 10, 2019 at 10:54 PM Vinícius Ferrão 
>>  wrote:
>> RHV drivers works.
>> oVirt drivers does not.
>> 
>> Checked this now.
>> 
>> I’m not sure if this is intended or not. But oVirt drivers aren’t signed 
>> for Windows.
> 
> oVirt's drivers are simply copied from virtio-win repositories.
> 
> Adding Vadim from virtio-win team.
> 
> Best regards,
>  
>> 
>> > On 29 May 2019, at 21:41, mich...@wanderingmad.com wrote:
>> > 
>> > I'm running server 2012R2, 2016, and 2019 with no issue using the 
>> > Redhat signed drivers from RHEV.
>> > ___
>> > Users mailing list -- users@ovirt.org
>> > To unsubscribe send an email to users-le...@ovirt.org
>> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> > oVirt Code of Conduct: 
>> > https://www.ovirt.org/community/about/community-guidelines/
>> > List Archives: 
>> > https://lists.ovirt.org/archives/list/users@ovirt.org/message/GBQEMLOW5DCSW7XSLNZKNX532BQHRFUB/
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct: 
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives: 
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/PNZWHYEWW23N4GQKHMJ2RUSQR363NSYH/
> 
> 
> -- 
> Didi
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OIBSOZEBGSF65JEVMNMPOCAB6ICTVKIU/
 
 
 -- 
 
 LEV VEYDE
 SOFTWARE ENGINEER, RHCE | RHCVA | MCITP
 Red Hat Israel
 
 l...@redhat.com | lve...@redhat.com
 
 
 TRIED. TESTED. TRUSTED.
>>> 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/DCCA5H3KSJY4ZLEV2UTDIV6RNDKTTT4Y/


[ovirt-users] Error when upgrading Node

2019-06-19 Thread zachary . winter
I am receiving the following error when attempting to update a Node manually 
that will not update through the administration portal:

error: %pre(ovirt-node-ng-image-update-4.3.4-1.el7.noarch) scriptlet failed, 
exit status 1
Error in PREIN scriptlet in rpm package 
ovirt-node-ng-image-update-4.3.4-1.el7.noarch

Software
OS Version: RHEL - 7 - 6.1810.2.el7.centos
OS Description: oVirt Node 4.3.3.1
Kernel Version: 3.10.0 - 957.10.1.el7.x86_64
KVM Version: 2.12.0 - 18.el7_6.3.1
LIBVIRT Version: libvirt-4.5.0-10.el7_6.6
VDSM Version: vdsm-4.30.13-1.el7
SPICE Version: 0.14.0 - 6.el7_6.1
GlusterFS Version: glusterfs-5.5-1.el7
CEPH Version: librbd1-10.2.5-4.el7 
Open vSwitch Version: openvswitch-2.10.1-3.el7
Kernel Features: PTI: 1, IBRS: 0, RETP: 1, SSBD: 3
VNC Encryption: Enabled

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


[ovirt-users] Re: Does anyone have a positive experience with physical host to oVirt conversion?

2019-06-19 Thread Vinícius Ferrão
I just use the virt-p2v ISO to boot on the machine to be converted and them 
fire the conversion.

You do need a VM running with virt-v2v inside oVirt to talk with the virt-p2v 
ISO and do the conversion.



> On 19 Jun 2019, at 10:38, Andreas Elvers 
>  wrote:
> 
> For converting my Debian boxes I do this. It is nothing fancy. Things you 
> would do with plain physical systems as well.
> 
> I have a VM for preparing VM images where I attach newly created disks, 
> rsyncing all data from old host to the new image. 
> 
> Then I shut down the preparation VM, remove the new disk from it.
> 
> Create a new VM and attach the disk to that VM.
> 
> I boot a rescue CD, fix /etc/fstab and networking, Re-Install grub to the 
> disk.
> 
> Done.
> ___
> Users mailing list -- users@ovirt.org 
> To unsubscribe send an email to users-le...@ovirt.org 
> 
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/ 
> 
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/ 
> 
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/4TKO7YKDOZEM67XTVAIZ24IK7LTCB5AH/
>  
> 

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


[ovirt-users] Re: Ovirt engine setup Error

2019-06-19 Thread PS Kazi
I have tried both rhcp and static but error is same.

On Wed, 19 Jun 2019, 3:42 pm Nardus Geldenhuys,  wrote:

> Hi
>
> Stab in the dark, you using DHCP for the engine and it is not getting an
> address ?
>
> Ciao
>
> Nar
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5W4EAVBBMMZ5Y5MRO4KDNNIS6FP67T5L/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YVXM6EIG2SKBJEDSO56U4WCSGXLFGTFV/


[ovirt-users] Re: ovirt-engine/api/imagetransfers - Indefinitely locked snapshot image if transfer does not start within 2 minutes

2019-06-19 Thread Justin Willoughby
Sorry for the double post.

I notice the same thing happens with a cancel as well. Seems odd.

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


[ovirt-users] Re: Does anyone have a positive experience with physical host to oVirt conversion?

2019-06-19 Thread Andreas Elvers
For converting my Debian boxes I do this. It is nothing fancy. Things you would 
do with plain physical systems as well.

I have a VM for preparing VM images where I attach newly created disks, 
rsyncing all data from old host to the new image. 

Then I shut down the preparation VM, remove the new disk from it.

Create a new VM and attach the disk to that VM.

I boot a rescue CD, fix /etc/fstab and networking, Re-Install grub to the disk.

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


[ovirt-users] [ANN] oVirt 4.3.5 Second Release Candidate is now available for testing

2019-06-19 Thread Sandro Bonazzola
The oVirt Project is pleased to announce the availability of the oVirt
4.3.5 Second Release Candidate for testing, as of June 19th, 2019.

While testing this release candidate please consider deeper testing on
gluster upgrade since with this release candidate we are switching from
Gluster 5 to Gluster 6.

This update is a release candidate of the fifth in a series of
stabilization updates to the 4.3 series.
This is pre-release software. This pre-release should not to be used in
production.

This release is available now on x86_64 architecture for:
* Red Hat Enterprise Linux 7.6 or later
* CentOS Linux (or similar) 7.6 or later

This release supports Hypervisor Hosts on x86_64 and ppc64le architectures
for:
* Red Hat Enterprise Linux 7.6 or later
* CentOS Linux (or similar) 7.6 or later
* oVirt Node 4.3 (available for x86_64 only)

See the release notes [1] for installation / upgrade instructions and a
list of new features and bugs fixed.

Notes:
- oVirt Appliance is already available
- oVirt Node is already available[2]

Additional Resources:
* Read more about the oVirt 4.3.5 release highlights:
http://www.ovirt.org/release/4.3.5/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:
http://www.ovirt.org/blog/

[1] http://www.ovirt.org/release/4.3.5/
[2] http://resources.ovirt.org/pub/ovirt-4.3-pre/iso/

-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV

Red Hat EMEA 

sbona...@redhat.com

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


[ovirt-users] Re: ansible tower/awx integration in ovirt

2019-06-19 Thread Ondra Machacek

We support tower, so you shouldn't have any issues integrate it.
There is oVirt/RHV credentials in the Tower/awx. So you can use those
for the authentication.

On 19/06/2019 10:37, Nathanaël Blanchet wrote:
Hello, I wrote a playbook for workflow that automates a vm creation from 
a template/cloud-init and then add it to our supervision engine and 
finally to our backup system. All currently works fine with awx.


I'd like to use one UI, and I wondered if integrating awx/tower in ovirt 
could be a good way to complete a basic current vm creation.



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


[ovirt-users] ovirt-engine/api/imagetransfers - Indefinitely locked snapshot image if transfer does not start within 2 minutes

2019-06-19 Thread Justin Willoughby
I've noticed an issue but I've not found any bugs related to this so it's not 
clear if it's a bug and just not been reported or if I'm missing something.

It seems if using the ovirt-engine/api/imagetransfers call with a POST request 
such as say download
 is done and more then two minutes pass (where the the 
ovirt-imageio-proxy/ovirt-imageio-daemon deletes the ticket), you can no longer 
download the snapshot image. I think this part is normal, HOWEVER the snapshot 
image remains locked indefinitely in this case.  If the image starts 
transferring/downloading within the 2 minutes where the 
ovirt-imageio-proxy/ovirt-imageio-daemon ticket is valid, all is well and at 
the end of the transfer the snapshot image is automatically unlocked.

oVirt 4.2.8.7-0.1.el7ev

Anyone seen this before? What am I missing?

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


[ovirt-users] ovirt-engine/api/imagetransfers - Indifferently Locked Snapshot Image if transfer does not start within 2 minutes

2019-06-19 Thread Justin Willoughby
Not sure if this group or the dev group would be better.

I've noticed an issue but I've not found any bugs related to this so it's not 
clear if it's a bug and just not been reported or if I'm missing something.

It seems if using the ovirt-engine/api/imagetransfers call with a POST request 
such as say download
 is done and more then two minutes pass (where the the ovirt-imageio-proxy 
deletes the ticket), you can no longer download the snapshot image. I think 
would be expected, HOWEVER the snapshot image remains locked indifferently in 
this case.  If the image starts transferring/downloading within the 2 minutes 
where the ovirt-imageio-proxy ticket is valid, all is well and at the end of 
the transfer the snapshot image is automatically unlocked.

oVirt/RHV 4.2.8.7-0.1.el7ev

Anyone seen this before? What am I missing?

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


[ovirt-users] Re: SSL Error adding new host

2019-06-19 Thread Yedidyah Bar David
On Wed, Jun 19, 2019 at 12:44 PM Stefano Danzi  wrote:
>
> Solved!
>
> During host installation it run yum to install some packages.
> Corporate firewall was blocking internet access for this host so
> installation fails.
>
> Enabling internet access and readding the host solved the problem.

Glad to hear that :-)

>
> I think that a more specific error entry in Engine UI could be nice.
> Something like "Yum on host was unable to reach servers".

Makes sense, would you like to open an RFE bug for this?

Thanks and best regards,

>
> Il 19/06/2019 07:27, Yedidyah Bar David ha scritto:
> > On Tue, Jun 18, 2019 at 6:55 PM Stefano Danzi  wrote:
> >> Hello,
> >> I have i running cluster ad I have to add a new host.
> >> Current cluster has AMD type cpu, new host has intel CPU su I added a new 
> >> cluster in same datacenter (datacenter default compatibility 4.2).
> >>
> >> New Host is running node 4.3.4, engine is 4.3.4.3-1.el7
> >>
> >> The new host is attached to ths new cluster, but engine can't connect.
> >> Engine logs tell me:
> >>
> >> 2019-06-18 13:04:21,873+02 ERROR 
> >> [org.ovirt.vdsm.jsonrpc.client.reactors.Reactor] (SSL Stomp Reactor) [] 
> >> Unable to process messages General SSLEngine problem
> >> 2019-06-18 13:04:21,878+02 ERROR 
> >> [org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring] 
> >> (EE-ManagedThreadFactory-engineScheduled-Thread-46) [] Unable to 
> >> RefreshCapabilities: VDSNetworkException: VDSGenericException: 
> >> VDSNetworkException: General SSLEngine problem 4.3..4.3-1.el7
> > Please check/share relevant logs - from the engine:
> >
> > /var/log/ovirt-engine/host-deploy/*
> >
> > >From the host:
> >
> > /var/log/vdsm/vdsm.log
> >
> > Thanks and 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/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MWKUNVHGIXIB4FEYPMAH2OXN64P6QQY3/


[ovirt-users] Re: ovirt_vm ansible cloud-init ipv6 related

2019-06-19 Thread Ondra Machacek

Hello,

thanks for the report. This is indeed supported by oVirt, but it's not
supported by ovirt_vm Ansible module, I've opened an issue[1]. Thanks.

[1] https://github.com/ansible/ansible/issues/58054

On 17/06/2019 15:18, Vrgotic, Marko wrote:

Dear oVirt

Would you be so kind to help out clarifying if and how is IPv6 supported 
with


-ansible / ovirt_vm / cloud-init boot protocol.

I have created a VM template which by default uses cloud-init with 
following:


When I boot the VM from UI, each VM gets IPv4 DHCP and IPv6 DHCP6 
address, default cloud-init setup and we have infrastructure for both 
IPv4 and IPv6.


However, when calling same template via Ansible ovirt_vm, using following:

cloud_init_nics:  
   |~


  - nic_name: 
eth0
|~


    nic_boot_protocol: 
dhcp   
|~


    nic_on_boot: true

each VM receives only IPv4 DHCP and only IPv6 RA, but not DHCP IPv6.

Looking at booted VM, following options are not set:

  * /etc/sysconfig/network => NETWORKING_IPV6=yes
  * Or /etc/sysconfig/network-scripts/ifcfg-eth0 => DHCPV6C=yes and
IPV6INIT=yes

We need IPv6 DHCP6 address , especially for registering it host with DNS 
 record.


Is this supported? Am I doing it wrong way?

If its supported please let me know, how can I make sure that VMs 
created using Ansible also initialize DHCPV6.


Please assist.

Marko Vrgotic

ActiveVideo


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


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


[ovirt-users] Re: SSL Error adding new host

2019-06-19 Thread Stefano Danzi

Solved!

During host installation it run yum to install some packages.
Corporate firewall was blocking internet access for this host so 
installation fails.


Enabling internet access and readding the host solved the problem.

I think that a more specific error entry in Engine UI could be nice.
Something like "Yum on host was unable to reach servers".

Il 19/06/2019 07:27, Yedidyah Bar David ha scritto:

On Tue, Jun 18, 2019 at 6:55 PM Stefano Danzi  wrote:

Hello,
I have i running cluster ad I have to add a new host.
Current cluster has AMD type cpu, new host has intel CPU su I added a new 
cluster in same datacenter (datacenter default compatibility 4.2).

New Host is running node 4.3.4, engine is 4.3.4.3-1.el7

The new host is attached to ths new cluster, but engine can't connect.
Engine logs tell me:

2019-06-18 13:04:21,873+02 ERROR 
[org.ovirt.vdsm.jsonrpc.client.reactors.Reactor] (SSL Stomp Reactor) [] Unable 
to process messages General SSLEngine problem
2019-06-18 13:04:21,878+02 ERROR 
[org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring] 
(EE-ManagedThreadFactory-engineScheduled-Thread-46) [] Unable to 
RefreshCapabilities: VDSNetworkException: VDSGenericException: 
VDSNetworkException: General SSLEngine problem 4.3..4.3-1.el7

Please check/share relevant logs - from the engine:

/var/log/ovirt-engine/host-deploy/*

>From the host:

/var/log/vdsm/vdsm.log

Thanks and best regards,

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


[ovirt-users] Ovirt Hyperconverged Cluster

2019-06-19 Thread raffaele
Hi all,

I have configured a 3 nodes cluster with an Hyperconverged gluster.
I have used 2 network interface bonded with one VLAN for the mgmt and an other 
one for the storage.

When I use cockpit to deploy the hosted engine I receive this error.

[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "The host 
has been set in non_operational status, please check engine logs, fix 
accordingly and re-deploy.\n"}

The ovirt version is 4.3
Someone have a similar problem?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6SDFEIT6IRDP3XPIDMAQI64YQ2XLEQWQ/


[ovirt-users] Re: ovirt nic ansible module

2019-06-19 Thread Dominik Holler
On Wed, Jun 19, 2019 at 11:05 AM Ales Musil  wrote:

>
>
> On Tue, Jun 18, 2019 at 10:43 PM Nathanaël Blanchet 
> wrote:
>
>> Sure it does the trick, but it is heavy to use..
>>
>> Secondly why the option should be more available into the UI than with
>> the API?
>>
>
> Hello,
>
> the parameter is available via API [1] with parameter linked. I am not
> sure why this is not exposed via Ansible.
> @Dominik Holler  do you have any idea why?
>

I guess that there is no justification to not have this parameter in
ansible.
Nathanaël, if you like to have this parameter in ansible, can you please
create a github issue on ansible and share the link here?


>
> [1] http://ovirt.github.io/ovirt-engine-api-model/master/#types/nic
>
>
>>
>> Le 18/06/2019 à 15:19, Luca 'remix_tj' Lorenzetto a écrit :
>> > Hello Nathanaël,
>> >
>> > i suppose setting nic as unplugged will set the link down.
>> >
>> > Luca
>> >
>> > On Tue, Jun 18, 2019 at 3:04 PM Nathanaël Blanchet 
>> wrote:
>> >> Hello,
>> >>
>> >> With that module, we can make the nic present/absent/plugged/unplugged,
>> >> but is there a way to make the link state up or down?
>> >>
>> >> Thanks.
>> >>
>> >> --
>> >> Nathanaël Blanchet
>> >>
>> >> Supervision réseau
>> >> Pôle Infrastrutures Informatiques
>> >> 227 avenue Professeur-Jean-Louis-Viala
>> >> 34193 MONTPELLIER CEDEX 5
>> >> Tél. 33 (0)4 67 54 84 55
>> >> Fax  33 (0)4 67 54 84 14
>> >> blanc...@abes.fr
>> >> ___
>> >> Users mailing list -- users@ovirt.org
>> >> To unsubscribe send an email to users-le...@ovirt.org
>> >> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> >> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> >> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/K2A6P2DXQ5VQIHYYPVJSYHKLB4V5WRYC/
>> >
>> >
>> --
>> Nathanaël Blanchet
>>
>> Supervision réseau
>> Pôle Infrastrutures Informatiques
>> 227 avenue Professeur-Jean-Louis-Viala
>> 34193 MONTPELLIER CEDEX 5
>> Tél. 33 (0)4 67 54 84 55
>> Fax  33 (0)4 67 54 84 14
>> blanc...@abes.fr
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CNNKEPX6R5V5QEUXKRXQOPJTJOSCD36Y/
>>
>
>
> --
>
> Ales Musil
>
> Associate 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/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KSXFZ6PY3A3RECPXVPTDI6B2PZZWP6R6/


[ovirt-users] Re: ovirt nic ansible module

2019-06-19 Thread Ales Musil
On Tue, Jun 18, 2019 at 10:43 PM Nathanaël Blanchet 
wrote:

> Sure it does the trick, but it is heavy to use..
>
> Secondly why the option should be more available into the UI than with
> the API?
>

Hello,

the parameter is available via API [1] with parameter linked. I am not sure
why this is not exposed via Ansible.
@Dominik Holler  do you have any idea why?

[1] http://ovirt.github.io/ovirt-engine-api-model/master/#types/nic


>
> Le 18/06/2019 à 15:19, Luca 'remix_tj' Lorenzetto a écrit :
> > Hello Nathanaël,
> >
> > i suppose setting nic as unplugged will set the link down.
> >
> > Luca
> >
> > On Tue, Jun 18, 2019 at 3:04 PM Nathanaël Blanchet 
> wrote:
> >> Hello,
> >>
> >> With that module, we can make the nic present/absent/plugged/unplugged,
> >> but is there a way to make the link state up or down?
> >>
> >> Thanks.
> >>
> >> --
> >> Nathanaël Blanchet
> >>
> >> Supervision réseau
> >> Pôle Infrastrutures Informatiques
> >> 227 avenue Professeur-Jean-Louis-Viala
> >> 34193 MONTPELLIER CEDEX 5
> >> Tél. 33 (0)4 67 54 84 55
> >> Fax  33 (0)4 67 54 84 14
> >> blanc...@abes.fr
> >> ___
> >> Users mailing list -- users@ovirt.org
> >> To unsubscribe send an email to users-le...@ovirt.org
> >> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> >> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> >> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/K2A6P2DXQ5VQIHYYPVJSYHKLB4V5WRYC/
> >
> >
> --
> Nathanaël Blanchet
>
> Supervision réseau
> Pôle Infrastrutures Informatiques
> 227 avenue Professeur-Jean-Louis-Viala
> 34193 MONTPELLIER CEDEX 5
> Tél. 33 (0)4 67 54 84 55
> Fax  33 (0)4 67 54 84 14
> blanc...@abes.fr
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CNNKEPX6R5V5QEUXKRXQOPJTJOSCD36Y/
>


-- 

Ales Musil

Associate 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/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/RSNIFWVPXXJZNC5K737KXL53EH6U5IHG/


[ovirt-users] ansible tower/awx integration in ovirt

2019-06-19 Thread Nathanaël Blanchet
Hello, I wrote a playbook for workflow that automates a vm creation from 
a template/cloud-init and then add it to our supervision engine and 
finally to our backup system. All currently works fine with awx.


I'd like to use one UI, and I wondered if integrating awx/tower in ovirt 
could be a good way to complete a basic current vm creation.


--
Nathanaël Blanchet

Supervision réseau
Pôle Infrastrutures Informatiques
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/L5AE673PUYM3EBKTRS4ZOIA7DJNC6RT5/


[ovirt-users] Re: [External] Does anyone have a positive experience with physical host to oVirt conversion?

2019-06-19 Thread Nathanaël Blanchet

Many ways to accomplish such a thing,  this is what I personnaly did:

 * Make the virtio modules available at kernel boot
 o mkinitrd --with virtio_pci --with virtio_blk --with virtio_scsi
   -f /boot/initrd-$(uname -r).img $(uname -r)
 * boot on a rescue live centos with network enabled
 * mount a (NFS) share
 * dd if=/dev/sdX of=/mnt/share/os.img
 * upload your disk with UI/API to ovirt
 * manually define your vm by attaching this disk

This is what does virt-p2v under ther cover, but you do it it by your own.

Le 19/06/2019 à 07:51, Sam Cappello a écrit :


a couple years ago i migrated a centos 4  physical box to an ovirt 3.6 
vm using REAR.


http://relax-and-recover.org/

i did not have luck with virt-p2v.

sam

Morris, Roy wrote on 6/18/2019 4:48 PM:


I am also confused with the whole process. If anyone has a quick 
start guide or video I’d be interested in checking it out.


Best regards,

Roy Morris

*From:* Artem Tambovskiy 
*Sent:* Tuesday, June 18, 2019 6:28 AM
*To:* users 
*Subject:* [External] [ovirt-users] Does anyone have a positive 
experience with physical host to oVirt conversion?



Hello,

Just would like to check if it really possible to convert old Centos6 
based physical box into oVirt 4.3 VM? I haven't been able to find any 
success stories on this and process seems a bit complicated.
As I understand it I need a virt-v2v conversion proxy + image with 
virt-p2v running on physical host which needs to be converted. I'm a 
bit lost how I can get the converted VM into oVirt cluster than?


--

Regards,

Artem


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


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


--
Nathanaël Blanchet

Supervision réseau
Pôle Infrastrutures Informatiques
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr

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


[ovirt-users] Re: ovirt nic ansible module

2019-06-19 Thread Ondra Machacek

I've opened an issue. This will be supported since 2.9:

 https://github.com/ansible/ansible/issues/58045

On 18/06/2019 12:00, Nathanaël Blanchet wrote:

Hello,

With that module, we can make the nic present/absent/plugged/unplugged, 
but is there a way to make the link state up or down?


Thanks.


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


[ovirt-users] Re: Ovirt engine setup Error

2019-06-19 Thread Nardus Geldenhuys
Hi

Stab in the dark, you using DHCP for the engine and it is not getting an 
address ?

Ciao

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


[ovirt-users] Re: Windows Server 2019: Driver Signature Enforcement

2019-06-19 Thread Vadim Rozenfeld
+Amnon & Martin

On Fri, 2019-06-14 at 17:52 +1000, Vadim Rozenfeld wrote:
On Thu, 2019-06-13 at 15:24 -0300, Vinícius Ferrão wrote:
Lev, thanks for the reply.

So basically Windows on Secureboot UEFI is simply “broken” within oVirt?

Will Red Hat reconsider this? Since one of the “selling points” of oVirt 4.3 
was UEFI support. Can the RH WHQL drivers be shipped with oVirt?

Technically, WHQL-signing is not required to satisfy secure boot requirements. 
UEFI signing should be enough. But it might be some license issues.
https://techcommunity.microsoft.com/t5/Windows-Hardware-Certification/Microsoft-UEFI-CA-Signing-policy-updates/ba-p/364828



Thanks,

On 13 Jun 2019, at 07:25, Lev Veyde 
mailto:lve...@redhat.com>> wrote:
Hi,

I think that it's expected behaviour.

In secure mode only WHQL'd drivers are allowed to be loaded into the OS kernel, 
and while RHEV/RHV provides WHQL'd drivers, oVirt users receive RH signed ones, 
which from the OS standpoint are basically not certified.

Thanks in advance,

On Thu, Jun 13, 2019 at 1:12 PM Yedidyah Bar David 
mailto:d...@redhat.com>> wrote:
On Mon, Jun 10, 2019 at 10:54 PM Vinícius Ferrão 
mailto:fer...@versatushpc.com.br>> wrote:
RHV drivers works.
oVirt drivers does not.

Checked this now.

I’m not sure if this is intended or not. But oVirt drivers aren’t signed for 
Windows.

oVirt's drivers are simply copied from virtio-win repositories.

Adding Vadim from virtio-win team.

Best regards,


> On 29 May 2019, at 21:41, 
> mich...@wanderingmad.com wrote:
>
> I'm running server 2012R2, 2016, and 2019 with no issue using the Redhat 
> signed drivers from RHEV.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to 
> users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/GBQEMLOW5DCSW7XSLNZKNX532BQHRFUB/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to 
users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PNZWHYEWW23N4GQKHMJ2RUSQR363NSYH/


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


--

Lev Veyde

Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel



l...@redhat.com | 
lve...@redhat.com

[https://www.redhat.com/profiles/rh/themes/redhatdotcom/img/logo-red-hat-black.png]
TRIED. TESTED. TRUSTED.

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


[ovirt-users] Re: Ovirt engine setup Error

2019-06-19 Thread Asaf Rachmani
Hi,
Can you please provide the log files?
Regards,
Asaf

On Fri, Jun 14, 2019 at 7:43 PM PS Kazi  wrote:

> I am getting error while Ovirt Engine Setup:
> Ovirt Node version 4.3.4
> 
> [ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 90, "changed": true,
> "cmd": "virsh -r net-dhcp-leases default | grep -i 00:16:3e:5f:0e:ea | awk
> '{ print $5 }' | cut -f1 -d'/'", "delta": "0:00:00.086952", "end":
> "2019-06-14 12:05:37.249240", "rc": 0, "start": "2019-06-14
> 12:05:37.162288", "stderr": "", "stderr_lines": [], "stdout": "",
> "stdout_lines": []}
> [ INFO ] TASK [ovirt.hosted_engine_setup : include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.hosted_engine_setup : Remove local vm dir]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [ovirt.hosted_engine_setup : Remove temporary entry in
> /etc/hosts for the local VM]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.hosted_engine_setup : Notify the user about a failure]
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "The
> system may not be provisioned according to the playbook results: please
> check the logs for the issue, fix accordingly or re-deploy from scratch.\n"}
>
> Please help me
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/PQK53I7SFYBTYYZ3AMQRGUO7VVMWJZRK/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JNNYZW6MFZLAM64A4XQXQKA2T5XE5X4J/


[ovirt-users] Re: [External] Does anyone have a positive experience with physical host to oVirt conversion?

2019-06-19 Thread Sam Cappello
a couple years ago i migrated a centos 4  physical box to an ovirt 3.6 
vm using REAR.


http://relax-and-recover.org/

i did not have luck with virt-p2v.

sam

Morris, Roy wrote on 6/18/2019 4:48 PM:


I am also confused with the whole process. If anyone has a quick start 
guide or video I’d be interested in checking it out.


Best regards,

Roy Morris

*From:* Artem Tambovskiy 
*Sent:* Tuesday, June 18, 2019 6:28 AM
*To:* users 
*Subject:* [External] [ovirt-users] Does anyone have a positive 
experience with physical host to oVirt conversion?



Hello,

Just would like to check if it really possible to convert old Centos6 
based physical box into oVirt 4.3 VM? I haven't been able to find any 
success stories on this and process seems a bit complicated.
As I understand it I need a virt-v2v conversion proxy + image with 
virt-p2v running on physical host which needs to be converted. I'm a 
bit lost how I can get the converted VM into oVirt cluster than?


--

Regards,

Artem


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