[ovirt-users] Red Hat 8.3 install error

2021-01-22 Thread José Ferradeira via Users
I'm trying to install a RH 8.3 VM, but during installation always get this 
error: 

anaconda 33.16.3.26 exception report 
Traceback (most recent call first): 
File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 497, in 
_handle_method_error 
raise exception from None 
File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 477, in 
_get_method_reply 
return self._handle_method_error(error) 
File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 447, in 
_call_method 
**kwargs, 


No problem when installing Centos 8.3 
Ovirt version Version 4.4.4.7-1.el8 

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


[ovirt-users] Re: Ovirt reporting dashboard not working

2021-01-22 Thread José Ferradeira via Users
The postgres is older than 10: 
postgresql-jdbc-9.2.1002-6.el7_5.noarch 
postgresql-libs-9.2.23-3.el7_4.x86_64 
rh-postgresql95-postgresql-server-9.5.9-4.el7.x86_64 
rh-postgresql95-runtime-2.2-2.el7.x86_64 
rh-postgresql95-postgresql-9.5.9-4.el7.x86_64 
rh-postgresql95-postgresql-contrib-9.5.9-4.el7.x86_64 
rh-postgresql95-postgresql-libs-9.5.9-4.el7.x86_64 
collectd-postgresql-5.8.0-3.el7.x86_64 

Should I use this instead: 
su - postgres
scl enable rh-postgresql95 bash
psql 
Thanks 

José 

De: supo...@logicworks.pt 
Para: "Strahil Nikolov"  
Cc: "users"  
Enviadas: Sexta-feira, 22 De Janeiro de 2021 16:39:04 
Assunto: Re: [ovirt-users] Ovirt reporting dashboard not working 

Hello, 

# su - postgres 
-bash-4.2$ source /opt/rh/rh-postgresql10/enable 
-bash: /opt/rh/rh-postgresql10/enable: No such file or directory 
-bash-4.2$ psql engine 
-bash: psql: command not found 
-bash-4.2$ 

What am I doing wrong? 

Thanks 

José 


De: "Strahil Nikolov"  
Para: "users" , supo...@logicworks.pt 
Enviadas: Segunda-feira, 18 De Janeiro de 2021 19:16:17 
Assunto: Re: [ovirt-users] Ovirt reporting dashboard not working 

Most probably the dwh is far in the future. 

The following is not the correct procedure , but it works: 

ssh root@engine 
su - postgres 
source /opt/rh/rh-postgresql10/enable 
psql engine 

engine=# select * from dwh_history_timekeeping ; 

Best Regards, 
Strahil Nikolov 






В понеделник, 18 януари 2021 г., 19:22:51 Гринуич+2, José Ferradeira via Users 
 написа: 





Hello, 

Had a problem with the engine server, the clock changed to 2026 and now I don't 
have any report on the dashboard. 
The version is 4.2.3.8-1.el7 

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

___
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/6YETINUGJEPAZSFTK35XVZ3SM5GH2OPU/


[ovirt-users] Re: Hosted Engine stuck in bios

2021-01-22 Thread Joseph Gelinas

> On Jan 22, 2021, at 10:11, Arik Hadas  wrote:
> 
> On Thu, Jan 21, 2021 at 9:27 PM Joseph Gelinas  wrote:
> I found `engine-setup 
> --otopi-environment=OVESETUP_CONFIG/continueSetupOnHEVM=bool:True` from [1] 
> and now have the ovirt-engine web interface reachable again. But do have one 
> more question; when I try to change the Custom Chipset/Firmware Type to Q35 
> Chipset with BIOS, I get the error; HostedEngine: There was an attempt to 
> change the Hosted Engine VM values that are locked.
> 
> How do I make the removal of the loader/nvram lines permanent?
> 
> Can you please check the output of:
> select custom_bios_type from vm_static where origin=6;
> 
> If it returns 0 then you can change the custom bios type to Q35 + BIOS with:
> update vm_static set custom_bios_type = 2,  db_generation = db_generation + 1 
> where origin = 6;
> 
> If it returns 2 as it is supposed to, you can change any field of the hosted 
> engine VM (e.g., "comment") via the UI to trigger an update of the OVF_STORE.

That did indeed return 0. Thanks for your help Arik.


> 
> [1] 
> https://lists.ovirt.org/archives/list/users@ovirt.org/thread/2AC57LTHFKJBU6OYZPYSCMTBF6NE3QO2/
> 
> > On Jan 21, 2021, at 10:15, Joseph Gelinas  wrote:
> > 
> > Removing those two lines got the hosted engine vm booting again, so that is 
> > a great help. Thank you.
> > 
> > Now I just need the web interface of ovirt-engine to work again. I feel 
> > like I might have run things out of order and forgot to do `engine-setup` 
> > as part of the update of hosted engine. Though when I try to do that now it 
> > bails out claiming the cluster isn't in global maintenance yet it is.
> > 
> > [ INFO  ] Stage: Setup validation
> > [ ERROR ] It seems that you are running your engine inside of the 
> > hosted-engine VM and are not in "Global Maintenance" mode.
> > In that case you should put the system into the "Global 
> > Maintenance" mode before running engine-setup, or the hosted-engine HA 
> > agent might kill the machine, which might corrupt your data.
> > 
> > [ ERROR ] Failed to execute stage 'Setup validation': Hosted Engine setup 
> > detected, but Global Maintenance is not set.
> > 
> > 
> > I see engine.log says it can't contact the database but I certainly see 
> > Postgres processes running.
> > 
> > /var/log/ovirt-engine/engine.log
> > 
> > 2021-01-21 14:47:31,502Z ERROR 
> > [org.ovirt.engine.core.services.HealthStatus] (default task-15) [] Failed 
> > to run Health Status.
> > 2021-01-21 14:47:31,502Z ERROR 
> > [org.ovirt.engine.core.services.HealthStatus] (default task-14) [] Unable 
> > to contact Database!: java.lang.InterruptedException
> > 
> > 
> > 
> > 
> >> On Jan 21, 2021, at 03:19, Arik Hadas  wrote:
> >> 
> >> 
> >> 
> >> On Thu, Jan 21, 2021 at 8:57 AM Joseph Gelinas  wrote:
> >> Hi,
> >> 
> >> I recently did some updates of ovirt from 4.4.1 or 4.4.3 to 4.4.4, also 
> >> setting the default datacenter from 4.4 to 4.5 and making the default bios 
> >> q35+eufi. Unfortunately quite a few things. Now however hosted engine 
> >> doesn't boot up anymore and `hosted-engine --console`  just shows the 
> >> below bios/firmware output:
> >> 
> >> RHEL   
> >> 
> >> RHEL-8.1.0 PC (Q35 + ICH9, 2009)2.00 GHz   
> >> 
> >> 0.0.0   16384 MB RAM   
> >> 
> >> 
> >> 
> >> 
> >>   Select Language This is the option 
> >> 
> >> one adjusts to 
> >> change  
> >>> Device Managerthe language for 
> >>> the   
> >>> Boot Manager  current system  
> >>>
> >>> Boot Maintenance Manager  
> >>>
> >> 
> >>   Continue 
> >> 
> >>   Reset
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >>  ^v=Move Highlight   =Select Entry  
> >> 
> >> 
> >> 
> >> When in this state `hosted-engine --vm-status` says it is up but failed 
> >> liveliness check
> >> 
> >> hosted-engine --vm-status | grep -i engine\ status
> >> Engine status  : {"vm": "down", "health": "bad", 
> >> "detail": "unknown", "reason": "vm not running on this host"}
> >> Engine status  : {"vm": "up", "health": "bad", 
> >> "detail": "Up", "reason": "failed liveliness check"}
> >> Engine status  : {"vm": "down", "health": "bad", 
> >> "detail": "Down", "reason": "bad vm status"}
> >> 
> >> I assume I am running into https://access.redhat.com/solutions/5341561 
> >> (RHV: Hosted-Engine VM fails to start after changing the cluster to 
> >> Q35/UEFI) however how to fix that isn't 

[ovirt-users] Re: Ovirt reporting dashboard not working

2021-01-22 Thread José Ferradeira via Users
Hello, 

# su - postgres 
-bash-4.2$ source /opt/rh/rh-postgresql10/enable 
-bash: /opt/rh/rh-postgresql10/enable: No such file or directory 
-bash-4.2$ psql engine 
-bash: psql: command not found 
-bash-4.2$ 

What am I doing wrong? 

Thanks 

José 


De: "Strahil Nikolov"  
Para: "users" , supo...@logicworks.pt 
Enviadas: Segunda-feira, 18 De Janeiro de 2021 19:16:17 
Assunto: Re: [ovirt-users] Ovirt reporting dashboard not working 

Most probably the dwh is far in the future. 

The following is not the correct procedure , but it works: 

ssh root@engine 
su - postgres 
source /opt/rh/rh-postgresql10/enable 
psql engine 

engine=# select * from dwh_history_timekeeping ; 

Best Regards, 
Strahil Nikolov 






В понеделник, 18 януари 2021 г., 19:22:51 Гринуич+2, José Ferradeira via Users 
 написа: 





Hello, 

Had a problem with the engine server, the clock changed to 2026 and now I don't 
have any report on the dashboard. 
The version is 4.2.3.8-1.el7 

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/KPW5FFKG3AI6EINW4G74IKTYB2E4A5DT/
 
___
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/XFLUOHFPYPYRID2EMMTZFE6KIYIVWB4M/


[ovirt-users] Re: Hosted Engine stuck in bios

2021-01-22 Thread Arik Hadas
On Thu, Jan 21, 2021 at 9:27 PM Joseph Gelinas  wrote:

> I found `engine-setup
> --otopi-environment=OVESETUP_CONFIG/continueSetupOnHEVM=bool:True` from [1]
> and now have the ovirt-engine web interface reachable again. But do have
> one more question; when I try to change the Custom Chipset/Firmware Type to
> Q35 Chipset with BIOS, I get the error; HostedEngine: There was an attempt
> to change the Hosted Engine VM values that are locked.
>
> How do I make the removal of the loader/nvram lines permanent?
>

Can you please check the output of:
select custom_bios_type from vm_static where origin=6;

If it returns 0 then you can change the custom bios type to Q35 + BIOS with:
update vm_static set custom_bios_type = 2,  db_generation = db_generation +
1 where origin = 6;

If it returns 2 as it is supposed to, you can change any field of the
hosted engine VM (e.g., "comment") via the UI to trigger an update of the
OVF_STORE.



>
> [1]
> https://lists.ovirt.org/archives/list/users@ovirt.org/thread/2AC57LTHFKJBU6OYZPYSCMTBF6NE3QO2/
>
> > On Jan 21, 2021, at 10:15, Joseph Gelinas  wrote:
> >
> > Removing those two lines got the hosted engine vm booting again, so that
> is a great help. Thank you.
> >
> > Now I just need the web interface of ovirt-engine to work again. I feel
> like I might have run things out of order and forgot to do `engine-setup`
> as part of the update of hosted engine. Though when I try to do that now it
> bails out claiming the cluster isn't in global maintenance yet it is.
> >
> > [ INFO  ] Stage: Setup validation
> > [ ERROR ] It seems that you are running your engine inside of the
> hosted-engine VM and are not in "Global Maintenance" mode.
> > In that case you should put the system into the "Global
> Maintenance" mode before running engine-setup, or the hosted-engine HA
> agent might kill the machine, which might corrupt your data.
> >
> > [ ERROR ] Failed to execute stage 'Setup validation': Hosted Engine
> setup detected, but Global Maintenance is not set.
> >
> >
> > I see engine.log says it can't contact the database but I certainly see
> Postgres processes running.
> >
> > /var/log/ovirt-engine/engine.log
> >
> > 2021-01-21 14:47:31,502Z ERROR
> [org.ovirt.engine.core.services.HealthStatus] (default task-15) [] Failed
> to run Health Status.
> > 2021-01-21 14:47:31,502Z ERROR
> [org.ovirt.engine.core.services.HealthStatus] (default task-14) [] Unable
> to contact Database!: java.lang.InterruptedException
> >
> >
> >
> >
> >> On Jan 21, 2021, at 03:19, Arik Hadas  wrote:
> >>
> >>
> >>
> >> On Thu, Jan 21, 2021 at 8:57 AM Joseph Gelinas 
> wrote:
> >> Hi,
> >>
> >> I recently did some updates of ovirt from 4.4.1 or 4.4.3 to 4.4.4, also
> setting the default datacenter from 4.4 to 4.5 and making the default bios
> q35+eufi. Unfortunately quite a few things. Now however hosted engine
> doesn't boot up anymore and `hosted-engine --console`  just shows the below
> bios/firmware output:
> >>
> >> RHEL
>
> >> RHEL-8.1.0 PC (Q35 + ICH9, 2009)2.00 GHz
>
> >> 0.0.0   16384 MB RAM
>
> >>
> >>
> >>
> >>   Select Language This is the
> option
> >> one adjusts to
> change
> >>> Device Managerthe language for
> the
> >>> Boot Manager  current system
>
> >>> Boot Maintenance Manager
>
> >>
> >>   Continue
>
> >>   Reset
>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>  ^v=Move Highlight   =Select Entry
>
> >>
> >>
> >> When in this state `hosted-engine --vm-status` says it is up but failed
> liveliness check
> >>
> >> hosted-engine --vm-status | grep -i engine\ status
> >> Engine status  : {"vm": "down", "health": "bad",
> "detail": "unknown", "reason": "vm not running on this host"}
> >> Engine status  : {"vm": "up", "health": "bad",
> "detail": "Up", "reason": "failed liveliness check"}
> >> Engine status  : {"vm": "down", "health": "bad",
> "detail": "Down", "reason": "bad vm status"}
> >>
> >> I assume I am running into https://access.redhat.com/solutions/5341561
> (RHV: Hosted-Engine VM fails to start after changing the cluster to
> Q35/UEFI) however how to fix that isn't really described. I have tried
> starting hosted engine paused (`hosted-engine --vm-start-paused`) and
> editing the config (`virsh -c
> qemu:///system?authfile=/etc/ovirt-hosted-engine/virsh_auth.conf edit
> HostedEngine`) to have pc-i440fx instead and removing a bunch of pcie lines
> etc until it will accept the config and then resuming hosted engine (`virsh
> -c qemu:///system?authfile=/etc/ovirt-hosted-engine/virsh_auth.conf resume
> HostedEngine`) but haven't come up with something that is able to start.
> >>
> >> Anyone know how to resolve this? Am I even chasing the right path?
> >>
> >> Let's start with the negative - this should have 

[ovirt-users] Re: Managed Block Storage and more

2021-01-22 Thread Matthias Leopold



Am 22.01.21 um 12:01 schrieb Shantur Rathore:

Thanks Matthias,

Ceph iSCSI is indeed supported but it introduces an overhead for running 
LIO gateways for iSCSI.
CephFS works as a posix domain, if we could get a posix domain to work 
as a master domain then we could run a self-hosted engine on it.
Concerning this you should look at 
https://bugzilla.redhat.com/show_bug.cgi?id=1577529.


Ceph RBD ( rbd-nbd hopefully in future ) could be used with 
cinderlib and we have got a self-hosted infrastructure with Ceph.


I am hopeful that when cinderlib integration is mature enough to be out 
of Tech preview, there will be a way to migrate old cinder disks to new 
cinderlib.


PS: About your large deployment, go OpenStack or OpenNebula if you like. 
Proxmox clustering isn't very great, it doesn't have a single controller 
and uses coro-sync based clustering which isn't very great.


Cheers,
Shantur

On Fri, Jan 22, 2021 at 10:36 AM Matthias Leopold 
> wrote:


I can confirm that Ceph iSCSI can be used for master domain, we are
using it together with VM disks on Ceph via Cinder ("old style").
Recent
developments concerning Ceph in oVirt are disappointing for me, I think
I will have to look elsewhere (OpenStack, Proxmox) for our rather big
deployment. At least Nir Soffer's explanation for the move to cinderlib
in another thread (dated 20210121) shed some light on the background of
this decision.

Matthias

...
___
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/HCV4TNVUKWECSWDW2VNRLO465MOIQS4P/


[ovirt-users] Re: Managed Block Storage and more

2021-01-22 Thread Shantur Rathore
Thanks Matthias,

Ceph iSCSI is indeed supported but it introduces an overhead for running
LIO gateways for iSCSI.
CephFS works as a posix domain, if we could get a posix domain to work as a
master domain then we could run a self-hosted engine on it.
Ceph RBD ( rbd-nbd hopefully in future ) could be used with cinderlib and
we have got a self-hosted infrastructure with Ceph.

I am hopeful that when cinderlib integration is mature enough to be out of
Tech preview, there will be a way to migrate old cinder disks to new
cinderlib.

PS: About your large deployment, go OpenStack or OpenNebula if you like.
Proxmox clustering isn't very great, it doesn't have a single controller
and uses coro-sync based clustering which isn't very great.

Cheers,
Shantur

On Fri, Jan 22, 2021 at 10:36 AM Matthias Leopold <
matthias.leop...@meduniwien.ac.at> wrote:

> I can confirm that Ceph iSCSI can be used for master domain, we are
> using it together with VM disks on Ceph via Cinder ("old style"). Recent
> developments concerning Ceph in oVirt are disappointing for me, I think
> I will have to look elsewhere (OpenStack, Proxmox) for our rather big
> deployment. At least Nir Soffer's explanation for the move to cinderlib
> in another thread (dated 20210121) shed some light on the background of
> this decision.
>
> Matthias
>
> Am 19.01.21 um 12:57 schrieb Gianluca Cecchi:
> > On Tue, Jan 19, 2021 at 12:20 PM Benny Zlotnik  > > wrote:
> >
> >  >Thanks for pointing out the requirement for Master domain. In
> > theory, will I be able to satisfy the requirement with another iSCSI
> > or >maybe Ceph iSCSI as master domain?
> > It should work as ovirt sees it as a regular domain, cephFS will
> > probably work too
> >
> >
> > Ceph iSCSI gateway should be supported since 4.1, so I think I can use
> > it for configuring the master domain and still leveraging the same
> > overall storage environment provided by Ceph, correct?
> >
> > https://bugzilla.redhat.com/show_bug.cgi?id=1527061
> >
> > Gianluca
> >
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3ASTNEGXSV7I4NIOG5RVZKDWIPQCEPMU/
> >
>
> --
> Matthias Leopold
> IT Systems & Communications
> Medizinische Universität Wien
> Spitalgasse 23 / BT 88 / Ebene 00
> A-1090 Wien
> Tel: +43 1 40160-21241
> Fax: +43 1 40160-921200
>
___
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/JNLF5QBPVMFNQXCD5J7RCPJKIZ4WOJ76/


[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-22 Thread Joop
Hallo All,

I'm not sure if this was mentioned but I had some problems with NFS,
using Synology,  a while back and the solution for me was to use a
subfolder instead of the root of the NFS mount.
My exports:
/volume1/nfs*(rw,sec=sys,anonuid=36,anongid=36)

And I mount data in oVirt as /volume1/nfs/data. Before I re-installed I
used /volume1/nfs/data as an export.
Worth a try?

Regards,

Joop
___
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/BXK27HXYNB2X6HOHYCROIHKZYRT4FKTD/


[ovirt-users] Re: Managed Block Storage and more

2021-01-22 Thread Matthias Leopold
I can confirm that Ceph iSCSI can be used for master domain, we are 
using it together with VM disks on Ceph via Cinder ("old style"). Recent 
developments concerning Ceph in oVirt are disappointing for me, I think 
I will have to look elsewhere (OpenStack, Proxmox) for our rather big 
deployment. At least Nir Soffer's explanation for the move to cinderlib 
in another thread (dated 20210121) shed some light on the background of 
this decision.


Matthias

Am 19.01.21 um 12:57 schrieb Gianluca Cecchi:
On Tue, Jan 19, 2021 at 12:20 PM Benny Zlotnik > wrote:


 >Thanks for pointing out the requirement for Master domain. In
theory, will I be able to satisfy the requirement with another iSCSI
or >maybe Ceph iSCSI as master domain?
It should work as ovirt sees it as a regular domain, cephFS will
probably work too


Ceph iSCSI gateway should be supported since 4.1, so I think I can use 
it for configuring the master domain and still leveraging the same 
overall storage environment provided by Ceph, correct?


https://bugzilla.redhat.com/show_bug.cgi?id=1527061

Gianluca

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



--
Matthias Leopold
IT Systems & Communications
Medizinische Universität Wien
Spitalgasse 23 / BT 88 / Ebene 00
A-1090 Wien
Tel: +43 1 40160-21241
Fax: +43 1 40160-921200
___
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/HHM2IJ7OE5V6CI74RUEKGTZOSHR7EFQ3/


[ovirt-users] Re: Managed Block Storage and more

2021-01-22 Thread Shantur Rathore
Thanks Konstantin.

I do get that oVirt needs a master domain.
Just want to make a POSIX domain as a master domain. I can see there is no
option in UI for that but do not understand if it is incompatible or not
implemented.
If it is not implemented then there might be a possibility of creating one
with manual steps.

Thanks

On Fri, Jan 22, 2021 at 10:21 AM Konstantin Shalygin  wrote:

> Shantur, this is oVirt. You always should make master domain. It’s enough
> some 1GB NFS on manager side.
>
>
> k
>
> On 22 Jan 2021, at 12:02, Shantur Rathore  wrote:
>
> Just a bump. Any ideas anyone?
>
>
>
___
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/2S5MPA3CWH6YTPAIWZE5GLCBIP7ZQLJ5/


[ovirt-users] Re: Managed Block Storage and more

2021-01-22 Thread Konstantin Shalygin
Shantur, this is oVirt. You always should make master domain. It’s enough some 
1GB NFS on manager side.


k

> On 22 Jan 2021, at 12:02, Shantur Rathore  wrote:
> 
> Just a bump. Any ideas anyone?

___
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/5BNHSC23IQJYFPQ6NOKIEXKCXGIPXJMC/


[ovirt-users] ovirt node based on centos 8 stream

2021-01-22 Thread Nathanaël Blanchet

Hi all,

I project to upgrade from 4.3 to 4.4 hosts in the next few days, and I 
wonder if ovirt node based on centos 8.3 will be upgradable to ovirt 
node based on centos stream.


If not, I will wait to upgrade directly to ovirt node centos stream 
based when available.


--
Nathanaël Blanchet

Supervision réseau
SIRE
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/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/R2FAFKH2Q7U23FUSNO6X2E2OIEO33BXD/


[ovirt-users] Re: Managed Block Storage and more

2021-01-22 Thread Shantur Rathore
Just a bump. Any ideas anyone?

On Wed, Jan 20, 2021 at 4:13 PM Shantur Rathore  wrote:

> So,
> after a quick dive into source code, I cannot see any mention of posix
> storage in hosted-engine code.
> I am not sure if there is a manual way of moving the locally created
> hosted-engine vm to POSIX storage and create a storage domain using API as
> it does for other types of domains while installing self-hosted engine.
>
> Regards,
> Shantur
>
___
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/LZNM3TMKMJPFR22SKIUBN32EK4FS5GCH/