[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-26 Thread Sandro Bonazzola
Il giorno mar 26 apr 2022 alle ore 11:43 Alessandro De Salvo <
alessandro.desa...@roma1.infn.it> ha scritto:

> Hi,
>
> yes, sure, can you please point me to the github area where to file the
> bug?
>

I think i replied to the same issue in a different thread, here's the link
to the thread
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/4LGBUOEBV7YNESM7N2TJSXOC4ERN3W23/



> Thanks,
>
>
> Alessandro
>
>
> Il 25/04/22 19:45, Strahil Nikolov via Users ha scritto:
>
> Would you be able to open a issue for that ?
>
> @Sandro Bonazzola,
> as far as I remember, we started using github, right ?
>
> Best Regards,
> Strahil Nikolov
>
> On Mon, Apr 25, 2022 at 14:16, Alessandro De Salvo
>  
> wrote:
> ___
> 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/TDWHLUQUPRYNKL4BH2IDDMAR5EPCCKJ3/
>
>
> ___
> 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/RKE7TB5GNUHCUQO4CJ5RIP6N5CD6VMTT/
>
>

-- 

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


[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-26 Thread Alessandro De Salvo

Hi,

yes, sure, can you please point me to the github area where to file the bug?

Thanks,


    Alessandro


Il 25/04/22 19:45, Strahil Nikolov via Users ha scritto:

Would you be able to open a issue for that ?

@Sandro Bonazzola,
as far as I remember, we started using github, right ?

Best Regards,
Strahil Nikolov

On Mon, Apr 25, 2022 at 14:16, Alessandro De Salvo
 wrote:
___
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/TDWHLUQUPRYNKL4BH2IDDMAR5EPCCKJ3/



___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/RKE7TB5GNUHCUQO4CJ5RIP6N5CD6VMTT/___
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/4MWUUOVB626KQVZR6OJTZHQQ7NAY7COM/


[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-25 Thread Strahil Nikolov via Users
Would you be able to open a issue for that ?
@Sandro Bonazzola, as far as I remember, we started using github, right ?
Best Regards,Strahil Nikolov
 
 
  On Mon, Apr 25, 2022 at 14:16, Alessandro De 
Salvo wrote:   
___
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/TDWHLUQUPRYNKL4BH2IDDMAR5EPCCKJ3/
  
___
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/RKE7TB5GNUHCUQO4CJ5RIP6N5CD6VMTT/


[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-25 Thread Alessandro De Salvo

Hi,

I think I've found the root of the problem, it is a bug in vdsm. Gluster 
10 produces xml description without the stripeCount tag, while vdsm 
expects it to be present.


I've tried to fix it simply adding a check in 
/usr/lib/python3.6/site-packages/vdsm/gluster/cli.py


429c429
< if (el.find('stripeCount')): value['stripeCount'] = 
el.find('stripeCount').text

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

In this way, after restarting vdsmd and supervdsmd, I'm able to connect 
to gluster 10 volumes.


I guess this should be fixed in possibly a more proper way upstream.

Cheers,


    Alessandro


Il 25/04/22 09:41, Alessandro De Salvo ha scritto:

Hi,
thanks, unfortunately I’ve done it already, otherwise it would not 
even start the engine. This error appears after the engine is up with 
the downgraded postgresql-jdbc.

Cheers,

   Alessandro

Il giorno 25 apr 2022, alle ore 06:11, Strahil Nikolov 
 ha scritto:


Mybe it's worth trying to downgrade postgresql-jdbc and try again.

Best Regards,
Strahil Nikolov

On Mon, Apr 25, 2022 at 4:52, Alessandro De Salvo
 wrote:
To complete the diagnosis, in vdsm.log I see the following error:


vdsm.gluster.exception.GlusterXmlErrorException: XML error: rc=0
out=()
err=[b'\n 0\n 0\n
\n \n \n \n
vm-01\n d77d9a24-5f30-4acb-962c-559e63917229\n
1\n Started\n
0\n 3\n
1\n 3\n
1\n 0\n
0\n 2\n
Replicate\n 0\n
\n  host1:/gluster/vm/01/datahost1:/gluster/vm/01/data09e78070-4d55-4a96-ada7-658e7e2799a60\n

host2:/gluster/vm/01/datahost2:/gluster/vm/01/datafb9eb3ab-a260-4ef7-94cf-f03c630d7b970\n

host3:/gluster/vm/01/datahost3:/gluster/vm/01/datacabe4f02-eb45-486e-97e0-3e2466415fd01\n

\n 24\n \n 
\n
nfs.disable\n on\n \n
\n transport.address-family\n
inet\n
\n  \n
performance.quick-read\n
off\n \n  \n
performance.read-ahead\n off\n
\n  \n performance.io-cache\n
off\n \n  \n
performance.stat-prefetch\n off\n
\n  \n
performance.low-prio-threads\n 32\n
\n  \n network.remote-dio\n
enable\n \n  \n
cluster.eager-lock\n enable\n
\n  \n cluster.quorum-type\n
auto\n \n  \n
cluster.server-quorum-type\n server\n
\n  \n
cluster.data-self-heal-algorithm\n
full\n
\n  \n
cluster.locking-scheme\n
granular\n \n  \n
cluster.shd-max-threads\n 8\n
\n \n cluster.shd-wait-qlength\n
1\n \n  \n
features.shard\n on\n \n
\n user.cifs\n off\n
\n  \n
features.shard-block-size\n
512MB\n \n  \n
storage.owner-uid\n 36\n
\n  \n storage.owner-gid\n
36\n \n  \n
features.cache-invalidation\n off\n
\n  \n
performance.client-io-threads\n off\n
\n  \n nfs-ganesha\n
disable\n \n  \n
cluster.enable-shared-storage\n
disable\n
\n    \n \n  1\n
\n \n']


Thanks,


    Alessandro


Il 25/04/22 01:02, Alessandro De Salvo ha scritto:
> Hi,
>
> I'm trying to install a new self-hosted engine 4.5.0 on an
upgraded
> gluster v10.1, but the deployment fails at the domain activation
> stage, with this error:
>
>
> [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Activate storage
> domain]
> [ ERROR ] ovirtsdk4.Error: Fault reason is "Operation Failed".
Fault
> detail is "[]". HTTP response code is 400.
>
>
> Looking at the server.log in the engine I see the follwing error:
>
>
> 2022-04-25 00:55:58,266+02 ERROR
> [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1)
> RESTEASY002010: Failed to execute:
> javax.ws.rs.WebApplicationException: HTTP 404 Not Found
>     at
>

org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BaseBackendResource.handleError(BaseBackendResource.java:236)
>     at
>

org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendResource.getEntity(BackendResource.java:119)
>     at
>

org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendResource.getEntity(BackendResource.java:99)
>     at
>

org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.AbstractBackendSubResource.performGet(AbstractBackendSubResource.java:34)
>     at
>

org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.AbstractBackendSubResource.performGet(AbstractBackendSubResource.java:30)
>     at
>

org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendAttachedStorageDomainResource.get(BackendAttachedStorageDomainResource.java:35)
>     at
>


[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-25 Thread Alessandro De Salvo
Hi,
thanks, unfortunately I’ve done it already, otherwise it would not even start 
the engine. This error appears after the engine is up with the downgraded 
postgresql-jdbc.
Cheers,

   Alessandro

> Il giorno 25 apr 2022, alle ore 06:11, Strahil Nikolov 
>  ha scritto:
> 
> Mybe it's worth trying to downgrade postgresql-jdbc and try again.
> 
> Best Regards,
> Strahil Nikolov
> 
> On Mon, Apr 25, 2022 at 4:52, Alessandro De Salvo
>  wrote:
> To complete the diagnosis, in vdsm.log I see the following error:
> 
> 
> vdsm.gluster.exception.GlusterXmlErrorException: XML error: rc=0 out=() 
> err=[b'\n  0\n 0\n  
> \n \n\n \n
> vm-01\n d77d9a24-5f30-4acb-962c-559e63917229\n 
> 1\n Started\n 
> 0\n 3\n 
> 1\n 3\n 
> 1\n 0\n 
> 0\n 2\n 
> Replicate\n 0\n 
> \n   uuid="09e78070-4d55-4a96-ada7-658e7e2799a6">host1:/gluster/vm/01/datahost1:/gluster/vm/01/data09e78070-4d55-4a96-ada7-658e7e2799a60\n
>  
>  uuid="fb9eb3ab-a260-4ef7-94cf-f03c630d7b97">host2:/gluster/vm/01/datahost2:/gluster/vm/01/datafb9eb3ab-a260-4ef7-94cf-f03c630d7b970\n
>  
>  uuid="cabe4f02-eb45-486e-97e0-3e2466415fd0">host3:/gluster/vm/01/datahost3:/gluster/vm/01/datacabe4f02-eb45-486e-97e0-3e2466415fd01\n
>  
> \n 24\n \n  \n 
> nfs.disable\n on\n \n  
> \n transport.address-family\n inet\n 
> \n  \n performance.quick-read\n 
> off\n \n  \n 
> performance.read-ahead\n off\n 
> \n  \n performance.io-cache\n 
> off\n \n  \n 
> performance.stat-prefetch\n off\n 
> \n  \n 
> performance.low-prio-threads\n 32\n 
> \n  \n network.remote-dio\n 
> enable\n \n  \n 
> cluster.eager-lock\n enable\n 
> \n  \n cluster.quorum-type\n 
> auto\n \n  \n 
> cluster.server-quorum-type\n server\n 
> \n  \n 
> cluster.data-self-heal-algorithm\n full\n 
> \n  \n cluster.locking-scheme\n
> granular\n \n  \n 
> cluster.shd-max-threads\n 8\n  
> \n \n cluster.shd-wait-qlength\n 
> 1\n \n  \n 
> features.shard\n on\n \n  
> \n user.cifs\n off\n 
> \n  \n features.shard-block-size\n 
> 512MB\n \n  \n 
> storage.owner-uid\n 36\n 
> \n  \n storage.owner-gid\n 
> 36\n \n  \n 
> features.cache-invalidation\n off\n 
> \n  \n 
> performance.client-io-threads\n off\n 
> \n  \n nfs-ganesha\n 
> disable\n \n  \n 
> cluster.enable-shared-storage\n disable\n 
> \n\n \n  1\n 
> \n  \n']
> 
> 
> Thanks,
> 
> 
> Alessandro
> 
> 
> Il 25/04/22 01:02, Alessandro De Salvo ha scritto:
> > Hi,
> >
> > I'm trying to install a new self-hosted engine 4.5.0 on an upgraded 
> > gluster v10.1, but the deployment fails at the domain activation 
> > stage, with this error:
> >
> >
> > [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Activate storage 
> > domain]
> > [ ERROR ] ovirtsdk4.Error: Fault reason is "Operation Failed". Fault 
> > detail is "[]". HTTP response code is 400.
> >
> >
> > Looking at the server.log in the engine I see the follwing error:
> >
> >
> > 2022-04-25 00:55:58,266+02 ERROR 
> > [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) 
> > RESTEASY002010: Failed to execute: 
> > javax.ws.rs.WebApplicationException: HTTP 404 Not Found
> > at 
> > org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BaseBackendResource.handleError(BaseBackendResource.java:236)
> > at 
> > org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendResource.getEntity(BackendResource.java:119)
> > at 
> > org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendResource.getEntity(BackendResource.java:99)
> > at 
> > org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.AbstractBackendSubResource.performGet(AbstractBackendSubResource.java:34)
> > at 
> > org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.AbstractBackendSubResource.performGet(AbstractBackendSubResource.java:30)
> > at 
> > org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendAttachedStorageDomainResource.get(BackendAttachedStorageDomainResource.java:35)
> > at 
> > org.ovirt.engine.api.restapi-definition//org.ovirt.engine.api.resource.AttachedStorageDomainResource.doGet(AttachedStorageDomainResource.java:81)
> > at 
> > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > Method)
> > at 
> > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> > at 
> > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> >
> >
> > The gluster volume itself is working fine and has the storage uid/gid 
> > set to 36 as it should be, and if I use a server with gluster 8 the 
> > installation works, while it 

[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-24 Thread Strahil Nikolov via Users
Mybe it's worth trying to downgrade postgresql-jdbc and try again.
Best Regards,Strahil Nikolov
 
 
  On Mon, Apr 25, 2022 at 4:52, Alessandro De 
Salvo wrote:   To complete the diagnosis, in 
vdsm.log I see the following error:


vdsm.gluster.exception.GlusterXmlErrorException: XML error: rc=0 out=() 
err=[b'\n  0\n 0\n  
\n \n    \n \n    
vm-01\n d77d9a24-5f30-4acb-962c-559e63917229\n 
1\n Started\n 
0\n 3\n 
1\n 3\n 
1\n 0\n 
0\n 2\n 
Replicate\n 0\n 
\n  host1:/gluster/vm/01/datahost1:/gluster/vm/01/data09e78070-4d55-4a96-ada7-658e7e2799a60\n
 
host2:/gluster/vm/01/datahost2:/gluster/vm/01/datafb9eb3ab-a260-4ef7-94cf-f03c630d7b970\n
 
host3:/gluster/vm/01/datahost3:/gluster/vm/01/datacabe4f02-eb45-486e-97e0-3e2466415fd01\n
 
\n 24\n \n  \n 
nfs.disable\n on\n \n  
\n transport.address-family\n inet\n 
\n  \n performance.quick-read\n 
off\n \n  \n 
performance.read-ahead\n off\n 
\n  \n performance.io-cache\n 
off\n \n  \n 
performance.stat-prefetch\n off\n 
\n  \n 
performance.low-prio-threads\n 32\n 
\n  \n network.remote-dio\n 
enable\n \n  \n 
cluster.eager-lock\n enable\n 
\n  \n cluster.quorum-type\n 
auto\n \n  \n 
cluster.server-quorum-type\n server\n 
\n  \n 
cluster.data-self-heal-algorithm\n full\n 
\n  \n cluster.locking-scheme\n 
granular\n \n  \n 
cluster.shd-max-threads\n 8\n  
\n \n cluster.shd-wait-qlength\n 
1\n \n  \n 
features.shard\n on\n \n  
\n user.cifs\n off\n 
\n  \n features.shard-block-size\n 
512MB\n \n  \n 
storage.owner-uid\n 36\n 
\n  \n storage.owner-gid\n 
36\n \n  \n 
features.cache-invalidation\n off\n 
\n  \n 
performance.client-io-threads\n off\n 
\n  \n nfs-ganesha\n 
disable\n \n  \n 
cluster.enable-shared-storage\n disable\n 
\n    \n \n  1\n 
\n  \n']


Thanks,


     Alessandro


Il 25/04/22 01:02, Alessandro De Salvo ha scritto:
> Hi,
>
> I'm trying to install a new self-hosted engine 4.5.0 on an upgraded 
> gluster v10.1, but the deployment fails at the domain activation 
> stage, with this error:
>
>
> [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Activate storage 
> domain]
> [ ERROR ] ovirtsdk4.Error: Fault reason is "Operation Failed". Fault 
> detail is "[]". HTTP response code is 400.
>
>
> Looking at the server.log in the engine I see the follwing error:
>
>
> 2022-04-25 00:55:58,266+02 ERROR 
> [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) 
> RESTEASY002010: Failed to execute: 
> javax.ws.rs.WebApplicationException: HTTP 404 Not Found
>     at 
> org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BaseBackendResource.handleError(BaseBackendResource.java:236)
>     at 
> org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendResource.getEntity(BackendResource.java:119)
>     at 
> org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendResource.getEntity(BackendResource.java:99)
>     at 
> org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.AbstractBackendSubResource.performGet(AbstractBackendSubResource.java:34)
>     at 
> org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.AbstractBackendSubResource.performGet(AbstractBackendSubResource.java:30)
>     at 
> org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendAttachedStorageDomainResource.get(BackendAttachedStorageDomainResource.java:35)
>     at 
> org.ovirt.engine.api.restapi-definition//org.ovirt.engine.api.resource.AttachedStorageDomainResource.doGet(AttachedStorageDomainResource.java:81)
>     at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
>     at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>
>
> The gluster volume itself is working fine and has the storage uid/gid 
> set to 36 as it should be, and if I use a server with gluster 8 the 
> installation works, while it fails with gluster 10 servers.
>
> Any help is appreciated, thanks,
>
>
>     Alessandro
> ___
> 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/BZG3UARP2NFC4PZPMD743JSTPTEOWZMK/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org

[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-24 Thread Alessandro De Salvo

To complete the diagnosis, in vdsm.log I see the following error:


vdsm.gluster.exception.GlusterXmlErrorException: XML error: rc=0 out=() 
err=[b'\n  0\n 0\n  
\n \n    \n \n    
vm-01\n d77d9a24-5f30-4acb-962c-559e63917229\n 
1\n Started\n 
0\n 3\n 
1\n 3\n 
1\n 0\n 
0\n 2\n 
Replicate\n 0\n 
\n  uuid="09e78070-4d55-4a96-ada7-658e7e2799a6">host1:/gluster/vm/01/datahost1:/gluster/vm/01/data09e78070-4d55-4a96-ada7-658e7e2799a60\n 
uuid="fb9eb3ab-a260-4ef7-94cf-f03c630d7b97">host2:/gluster/vm/01/datahost2:/gluster/vm/01/datafb9eb3ab-a260-4ef7-94cf-f03c630d7b970\n 
uuid="cabe4f02-eb45-486e-97e0-3e2466415fd0">host3:/gluster/vm/01/datahost3:/gluster/vm/01/datacabe4f02-eb45-486e-97e0-3e2466415fd01\n 
\n 24\n \n  \n 
nfs.disable\n on\n \n  
\n transport.address-family\n inet\n 
\n  \n performance.quick-read\n 
off\n \n  \n 
performance.read-ahead\n off\n 
\n  \n performance.io-cache\n 
off\n \n  \n 
performance.stat-prefetch\n off\n 
\n  \n 
performance.low-prio-threads\n 32\n 
\n  \n network.remote-dio\n 
enable\n \n  \n 
cluster.eager-lock\n enable\n 
\n  \n cluster.quorum-type\n 
auto\n \n  \n 
cluster.server-quorum-type\n server\n 
\n  \n 
cluster.data-self-heal-algorithm\n full\n 
\n  \n cluster.locking-scheme\n 
granular\n \n  \n 
cluster.shd-max-threads\n 8\n  
\n \n cluster.shd-wait-qlength\n 
1\n \n  \n 
features.shard\n on\n \n  
\n user.cifs\n off\n 
\n  \n features.shard-block-size\n 
512MB\n \n  \n 
storage.owner-uid\n 36\n 
\n  \n storage.owner-gid\n 
36\n \n  \n 
features.cache-invalidation\n off\n 
\n  \n 
performance.client-io-threads\n off\n 
\n  \n nfs-ganesha\n 
disable\n \n  \n 
cluster.enable-shared-storage\n disable\n 
\n    \n \n  1\n 
\n  \n']



Thanks,


    Alessandro


Il 25/04/22 01:02, Alessandro De Salvo ha scritto:

Hi,

I'm trying to install a new self-hosted engine 4.5.0 on an upgraded 
gluster v10.1, but the deployment fails at the domain activation 
stage, with this error:



[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Activate storage 
domain]
[ ERROR ] ovirtsdk4.Error: Fault reason is "Operation Failed". Fault 
detail is "[]". HTTP response code is 400.



Looking at the server.log in the engine I see the follwing error:


2022-04-25 00:55:58,266+02 ERROR 
[org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) 
RESTEASY002010: Failed to execute: 
javax.ws.rs.WebApplicationException: HTTP 404 Not Found
    at 
org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BaseBackendResource.handleError(BaseBackendResource.java:236)
    at 
org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendResource.getEntity(BackendResource.java:119)
    at 
org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendResource.getEntity(BackendResource.java:99)
    at 
org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.AbstractBackendSubResource.performGet(AbstractBackendSubResource.java:34)
    at 
org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.AbstractBackendSubResource.performGet(AbstractBackendSubResource.java:30)
    at 
org.ovirt.engine.api.restapi-jaxrs//org.ovirt.engine.api.restapi.resource.BackendAttachedStorageDomainResource.get(BackendAttachedStorageDomainResource.java:35)
    at 
org.ovirt.engine.api.restapi-definition//org.ovirt.engine.api.resource.AttachedStorageDomainResource.doGet(AttachedStorageDomainResource.java:81)
    at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
    at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.base/java.lang.reflect.Method.invoke(Method.java:566)


The gluster volume itself is working fine and has the storage uid/gid 
set to 36 as it should be, and if I use a server with gluster 8 the 
installation works, while it fails with gluster 10 servers.


Any help is appreciated, thanks,


    Alessandro
___
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/BZG3UARP2NFC4PZPMD743JSTPTEOWZMK/

___
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: