you might have better luck setting ovirt up on cheap VMs in AWS or
something like that

On Mon, Nov 18, 2019 at 5:28 PM Dirk Streubel <[email protected]>
wrote:

> Hi,
>
> thanks a lot for the quick answers. So, my Server Management will run on
> another machine, not a pi4 :)
>
> But i have still the problem with the integration with a host. Always the
> same error of the host side.
>
> Maybe my hardware is to old for ovirt, but i'am not sure.  I send an
> attachment with the log file of the host integration, maybe somebody can
> read an and tell me what my fault is.
>
> Regards
>
> Dirk
>
>
>
>
>
> Am 18.11.19 um 11:23 schrieb Yedidyah Bar David:
>
> On Mon, Nov 18, 2019 at 10:52 AM Pavol Brilla <[email protected]> wrote:
>
>> Hi,
>>
>> just to clarify 1 question - RPI4 = Cortex A72 CPU, ovirt engine is x86,
>> so no it is not possible
>>
>
> Indeed it's not supported. But actually, engine itself is java, and most
> of the other supplemental code involved is python. I guess most of the work
> to support it would be in packaging all the dependencies.
>
> If you intend to work on this, you should probably start either by adding
> Fedora support to rpi4 ([1] says it's not supported currently) or by
> porting the engine to some other distribution supported on it. There was
> interest some time ago on porting to Debian, but not sure about current
> status. oVirt project itself only ships for Fedora and CentOS.
>
> [1] https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi
>
>
>>
>> On Sun, Nov 17, 2019 at 11:20 AM Dirk Streubel <[email protected]>
>> wrote:
>>
>>> Hello,
>>>
>>> i'am a new user and i have a few questions, maybe somebody can Help.
>>>
>>> It is possible to install the Server Management on a Raspberry PI 4 with
>>> 4GB.  I find in the official Re Hat Document "Red Hat Virtualization
>>> Manager Hardware Requirements" that 4GB RAM is enough.
>>> And the PI has a 128 GB Flash Card. Would it work? Have somebody tested
>>> it?
>>>
>>> Another Question: Since yesterday i am trying to ad a host in my
>>> environment on ovirt Version 4.3.6. My Server Management runs under
>>> Fedora 31 under KVM/Virt-Manager without any problems.
>>> Adding a new Host doesn't work. I have tried to ad another VM with 8
>>> Cores and 32 GB RAM as a host. This is not working, maybe VMs in VMs
>>> under ovirt is not possible, i don't know.
>>> So i try  a physical Machine here as a Host. This and the other
>>> Installations fails with the Information: no route to Host. I found a
>>> bug and it says that the bug is closed.
>>> In the bug stand that maybe something wrong with the openvswitch. So i
>>> tried the following commands on the Server Management: ovn-nbctl show
>>> and ovn-sbctl show and the output was nothing.
>>> journalctl -xfe on the host that i want to migrate gave my the output:
>>>
>>> Nov 17 10:30:38 hypervisor1.linux.fritz.box sshd[12632]: Accepted
>>> keyboard-interactive/pam for root from 10.2.0.99 port 43260 ssh2
>>> Nov 17 10:30:38 hypervisor1.linux.fritz.box systemd-logind[960]: New
>>> session 5 of user root.
>>> -- Subject: A new session 5 has been created for user root
>>> -- Defined-By: systemd
>>> -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>> -- Documentation:
>>> http://www.freedesktop.org/wiki/Software/systemd/multiseat
>>> --
>>> -- A new session with the ID 5 has been created for the user root.
>>> --
>>> -- The leading process of the session is 12632.
>>> Nov 17 10:30:38 hypervisor1.linux.fritz.box sshd[12632]:
>>> pam_unix(sshd:session): session opened for user root by (uid=0)
>>> Nov 17 10:30:38 hypervisor1.linux.fritz.box systemd[1]: Started Session
>>> 5 of user root.
>>> -- Subject: Unit session-5.scope has finished start-up
>>> -- Defined-By: systemd
>>> -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>> --
>>> -- Unit session-5.scope has finished starting up.
>>> --
>>> -- The start-up result is done.
>>> Nov 17 10:30:39 hypervisor1.linux.fritz.box sshd[12632]:
>>> pam_unix(sshd:session): session closed for user root
>>> Nov 17 10:30:39 hypervisor1.linux.fritz.box systemd-logind[960]: Removed
>>> session 5.
>>> -- Subject: Session 5 has been terminated
>>> -- Defined-By: systemd
>>> -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>> -- Documentation:
>>> http://www.freedesktop.org/wiki/Software/systemd/multiseat
>>> --
>>> -- A session with the ID 5 has been terminated.
>>> Nov 17 10:30:39 hypervisor1.linux.fritz.box sshd[12654]: Accepted
>>> keyboard-interactive/pam for root from 10.2.0.99 port 43264 ssh2
>>> Nov 17 10:30:39 hypervisor1.linux.fritz.box systemd-logind[960]: New
>>> session 6 of user root.
>>> -- Subject: A new session 6 has been created for user root
>>> -- Defined-By: systemd
>>> -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>> -- Documentation:
>>> http://www.freedesktop.org/wiki/Software/systemd/multiseat
>>> --
>>> -- A new session with the ID 6 has been created for the user root.
>>> --
>>> -- The leading process of the session is 12654.
>>> Nov 17 10:30:39 hypervisor1.linux.fritz.box systemd[1]: Started Session
>>> 6 of user root.
>>> -- Subject: Unit session-6.scope has finished start-up
>>> -- Defined-By: systemd
>>> -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>> --
>>> -- Unit session-6.scope has finished starting up.
>>> --
>>> -- The start-up result is done.
>>> Nov 17 10:30:39 hypervisor1.linux.fritz.box sshd[12654]:
>>> pam_unix(sshd:session): session opened for user root by (uid=0)
>>> Nov 17 10:30:54 hypervisor1.linux.fritz.box sshd[12654]:
>>> pam_unix(sshd:session): session closed for user root
>>> Nov 17 10:30:54 hypervisor1.linux.fritz.box systemd-logind[960]: Removed
>>> session 6.
>>> -- Subject: Session 6 has been terminated
>>> -- Defined-By: systemd
>>> -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>>> -- Documentation:
>>> http://www.freedesktop.org/wiki/Software/systemd/multiseat
>>> --
>>> -- A session with the ID 6 has been terminated.
>>>
>>> Maybe i mix some things, i don't know :(
>>>
>>> Regards
>>>
>>> Dirk
>>> _______________________________________________
>>> Users mailing list -- [email protected]
>>> To unsubscribe send an email to [email protected]
>>> 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/[email protected]/message/ODGZ77IMZ3J6CT6HMRKGYV4R47SXBMH2/
>>>
>>
>>
>> --
>>
>> PAVOL BRILLA
>>
>> RHV QUALITY ENGINEER, CLOUD
>>
>> Red Hat Czech Republic, Brno <https://www.redhat.com/>
>> <https://red.ht/sig>
>> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
>> _______________________________________________
>> Users mailing list -- [email protected]
>> To unsubscribe send an email to [email protected]
>> 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/[email protected]/message/VEY5N6QOEWSGUPALAOOC2GM5LPNLBFMM/
>>
>
>
> --
> Didi
>
> _______________________________________________
> Users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> 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/[email protected]/message/PP4L3A5VEJRU4UJOMM2OMTT6GIT6MYCP/
>
> _______________________________________________
> Users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> 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/[email protected]/message/Y25YH6KJA5I346CDOKXL3GVAS5HXRTAR/
>
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]/message/QYKQ43AHFPCGDRALJQ5RJ3EIYQW7ISLM/

Reply via email to