Re: [ovirt-devel] Fwd: CellTable replaced

2017-09-14 Thread Gobinda Das
Adding devel group

On Thu, Sep 14, 2017 at 11:25 PM, Gobinda Das  wrote:

> Hi Sahina/Doron,
>
>  I found two issues as below:
> 1- While creating Volume: Add Brick(Bricks are not showing in table after
> adding).
> 2- For Import Domain "Data Center" field is not populating.
>
> Attached screenshots as well.
>
>
> On Wed, Sep 13, 2017 at 5:47 PM, Sahina Bose  wrote:
>
>> Adding Gobinda to take a look
>>
>> On Wed, Sep 13, 2017 at 3:25 PM, Phillip Bailey 
>> wrote:
>>
>>> Sure. I'll take a look. =)
>>>
>>> On Sep 13, 2017 5:51 AM, "Doron Fediuck"  wrote:
>>>
>>>> Phillip- care to do a quick review for SLA related areas?
>>>>
>>>> Sahina- who's looking at RHGS areas?
>>>>
>>>> -- Forwarded message --
>>>> From: Alexander Wels 
>>>> Date: 12 September 2017 at 18:56
>>>> Subject: [ovirt-devel] CellTable replaced
>>>> To: devel@ovirt.org
>>>>
>>>>
>>>> Hi,
>>>>
>>>> I just merged a patch [1] that replaces most uses of the GWT CellTable
>>>> with a
>>>> DataGrid. The DataGrid has many benefits compared to a CellTable the
>>>> biggest
>>>> being it has its own header vs the fake header we created to allow the
>>>> user to
>>>> scroll their data. This also solves the issue where the header would
>>>> scroll of
>>>> the top of the screen while you were scrolling. It also has one issue,
>>>> each
>>>> table needs a height specified (so it can determine where to show the
>>>> scrolling portion of the table).
>>>>
>>>> I have worked hard to make sure all the replaced tables have their
>>>> height
>>>> specified properly, but there is a chance I missed some. I would like
>>>> everyone
>>>> to let me know if their table suddenly disappears (at least the
>>>> content), so I
>>>> can fix it for you. The highest likely places I missed are in dialogs I
>>>> don't
>>>> know about.
>>>>
>>>> Alexander
>>>> ___
>>>> Devel mailing list
>>>> Devel@ovirt.org
>>>> http://lists.ovirt.org/mailman/listinfo/devel
>>>>
>>>>
>>
>
>
> --
> Thanks,
> Gobinda
> +91-9019047912
>



-- 
Thanks,
Gobinda
+91-9019047912
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Cockpit Enhancement Mockup

2017-12-13 Thread Gobinda Das
FYI..

This mockups are the enhancements to Gluster Management. We can enhance
gluster by three ways from cockpit (Expand Cluster, Expand Volume and
Create Volume)
1- Expand Cluster:
  We can do this by configuring additional Hosts,Volumes,Bricks into
cluster. (Packages is optional)
2- Create Volume:
  This can be done by choosing  Hosts and then configure Volume,Bricks.
*Note*: The validation is, the number of brick rows should be equivalent to
number of volumes selected in Volumes screen, applicable for above two.
3- Expand Volume:
  We can do this with existing volume.So User will choose already added
Hosts,Volume and then configure brick.(here we don't have option for "Add
Bricks")




Thanks,
Gobinda Das
9019047912

On Wed, Dec 13, 2017 at 12:26 PM, Gobinda Das 
wrote:

> Hi,
>  I have some mockup screen regarding cockpit enhancement.Please review it
> and give some suggestion to make it useful.
> Below is the google doc link:
>
> https://docs.google.com/document/d/11sJ89ylKfyNRgFh_
> JCKoPa1TX2Wmd6XTlpm4TQfSdII/edit?usp=sharing
>
> Attached pdf file as well incase screens are not visible properly.
>
> Thanks,
> Gobinda Das
> 9019047912
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] engine master failing build on fcraw

2018-02-26 Thread Gobinda Das
I have couple of patches, build failing due to same issue.
https://gerrit.ovirt.org/#/c/85885/
https://gerrit.ovirt.org/#/c/87964/

org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest  Time elapsed:
1437 sec  <<< FAILURE!*16:36:08* java.lang.AssertionError: Unable to
init tests*16:36:08*at
org.ovirt.engine.core.dao.BaseDaoTestCase.initTestCase(BaseDaoTestCase.java:84)*16:36:08*
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)*16:36:08*   at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)*16:36:08*
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

.

.

.


Is it necessary, all patches need to pass on fcraw?




On Wed, Feb 14, 2018 at 11:35 PM, Eli Mesika  wrote:

> May this be related to the PG JDBC driver issue [1]
>
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1459499 ???
>
> On Fri, Feb 9, 2018 at 2:47 PM, Sandro Bonazzola 
> wrote:
>
>> Hi,
>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
>> -fcraw-x86_64/114/consoleFull
>>
>> failed on fcraw with:
>>
>> *10:59:21* Failed tests:   
>> org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest: Unable to init tests
>>
>>
>> Test output was:
>>
>> *10:59:11* Running 
>> org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest*10:59:13* Tests run: 
>> 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.296 sec <<< 
>> FAILURE!*10:59:13* org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest  
>> Time elapsed: 2287 sec  <<< FAILURE!*10:59:13* java.lang.AssertionError: 
>> Unable to init tests*10:59:13*   at 
>> org.ovirt.engine.core.dao.BaseDaoTestCase.initTestCase(BaseDaoTestCase.java:84)*10:59:13*
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*10:59:13* 
>>at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)*10:59:13*
>>   at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)*10:59:13*
>>   at java.lang.reflect.Method.invoke(Method.java:498)*10:59:13*   at 
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)*10:59:13*
>>at 
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)*10:59:13*
>> at 
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)*10:59:13*
>>  at 
>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)*10:59:13*
>>   at 
>> org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)*10:59:13*
>>at 
>> org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)*10:59:13*
>>  at 
>> org.junit.runners.ParentRunner.run(ParentRunner.java:363)*10:59:13*  at 
>> org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)*10:59:13*
>>   at 
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)*10:59:13*
>>at 
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)*10:59:13*
>> at 
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)*10:59:13*
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*10:59:13* 
>>at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)*10:59:13*
>>   at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)*10:59:13*
>>   at java.lang.reflect.Method.invoke(Method.java:498)*10:59:13*   at 
>> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)*10:59:13*
>>  at 
>> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)*10:59:13*
>> at 
>> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)*10:59:13*
>>at 
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)*10:59:13*
>> at 
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)*10:59:13*
>>  Caused by: java.lang.NullPointerException*10:59:13*   at 
>> org.postgresql.jdbc2.AbstractJdbc2DatabaseMetaData.getColumns(AbstractJdbc2DatabaseMetaData.java:2501)*10:59:13*
>>  at 
>> org.postgresql.jdbc4.AbstractJdbc4DatabaseMetaData.getColumns(AbstractJdbc4DatabaseMetaData.java:98)*10:59:13*
>>at 
>> org.dbunit.database.DefaultMetadataHandler.getColumns(DefaultMetadataHandler.java:52)*10:59:13*
>>   at 
>> org.dbunit.database.DatabaseTableMetaData.getColumns(DatabaseTableMetaData.java:317)*10:59:13*
>>at 
>> org.dbunit.dataset.AbstractTableMetaData.getColumnIndex(AbstractTableMetaData.java:106)*10:59:13*
>> at 
>> org.dbunit.operation.AbstractOperation.getOperationMetaData(A

[ovirt-devel] UI is not coming up after pulled latest code from master

2018-03-21 Thread Gobinda Das
Hi,
UI keeps on loading and I can see below error in browser.

webadmin-0.js:422 Wed Mar 21 14:59:47 GMT+530 2018
com.google.gwt.logging.client.LogConfiguration
SEVERE: Possible problem with your *.gwt.xml module file.
The compile time user.agent value (gecko1_8) does not match the runtime
user.agent value (safari).
Expect more errors.
com.google.gwt.useragent.client.UserAgentAsserter$UserAgentAssertionError:
Possible problem with your *.gwt.xml module file.
The compile time user.agent value (gecko1_8) does not match the runtime
user.agent value (safari).
Expect more errors.
at Unknown.L(webadmin-0.js)
at Unknown.oj(webadmin-0.js)
at Unknown.new pj(webadmin-0.js)
at Unknown.nj(webadmin-0.js)
at Unknown.nb(webadmin-0.js)
at Unknown.qb(webadmin-0.js)
at Unknown.eval(webadmin-0.js)

-- 
Thanks,
Gobinda
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] UI is not coming up after pulled latest code from master

2018-03-22 Thread Gobinda Das
.core\.(common|compat)\..*'
'com.google.gwt.dev.Compiler' '-logLevel' 'INFO' '-war'
'/home/godas/workspace/ovirt-engine/frontend/webadmin/modules/webadmin/target/generated-gwt'
'-localWorkers' '4' '-failOnError' '-XfragmentCount' '-1' '-sourceLevel'
'auto' '-style' 'OBF' '-gen'
'/home/godas/workspace/ovirt-engine/frontend/webadmin/modules/webadmin/gen'
'org.ovirt.engine.ui.webadmin.WebAdmin'
[ERROR] ]] failed with status 1
[ERROR] -> [Help 1]



On Wed, Mar 21, 2018 at 6:37 PM, Benny Zlotnik  wrote:

> Had this issue too (FF & Chrome), I've recompiled, ran engine-setup again
> and it resolved
>
> On Wed, Mar 21, 2018 at 3:01 PM, Greg Sheremeta 
> wrote:
>
>> That message is probably not related, and is generally harmless. Compile
>> with  DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="-Dgwt.userAgent=safari,gecko1_8"
>> to stop that message.
>>
>> Does it work in firefox? Please share your ui.log from the server.
>>
>> Greg
>>
>> On Wed, Mar 21, 2018 at 8:55 AM, Gobinda Das  wrote:
>>
>>> Hi,
>>> UI keeps on loading and I can see below error in browser.
>>>
>>> webadmin-0.js:422 Wed Mar 21 14:59:47 GMT+530 2018
>>> com.google.gwt.logging.client.LogConfiguration
>>> SEVERE: Possible problem with your *.gwt.xml module file.
>>> The compile time user.agent value (gecko1_8) does not match the runtime
>>> user.agent value (safari).
>>> Expect more errors.
>>> com.google.gwt.useragent.client.UserAgentAsserter$UserAgentAssertionError:
>>> Possible problem with your *.gwt.xml module file.
>>> The compile time user.agent value (gecko1_8) does not match the runtime
>>> user.agent value (safari).
>>> Expect more errors.
>>> at Unknown.L(webadmin-0.js)
>>> at Unknown.oj(webadmin-0.js)
>>> at Unknown.new pj(webadmin-0.js)
>>> at Unknown.nj(webadmin-0.js)
>>> at Unknown.nb(webadmin-0.js)
>>> at Unknown.qb(webadmin-0.js)
>>> at Unknown.eval(webadmin-0.js)
>>>
>>> --
>>> Thanks,
>>> Gobinda
>>>
>>> ___
>>> Devel mailing list
>>> Devel@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/devel
>>>
>>
>>
>>
>> --
>>
>> GREG SHEREMETA
>>
>> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>>
>> Red Hat NA
>>
>> <https://www.redhat.com/>
>>
>> gsher...@redhat.comIRC: gshereme
>> <https://red.ht/sig>
>>
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>
>


-- 
Thanks,
Gobinda
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] Ovirt master build failing in my local (fedora27)

2018-06-27 Thread Gobinda Das
Hi,
 I am trying to build ovirt master code in my local but build is failing
with following error:


ERROR:
/home/godas/workspace/ovirt-engine/packaging/setup/ovirt_engine_setup/engine_common/postgres.py
Imports are incorrectly sorted.
ERROR:
/home/godas/workspace/ovirt-engine/packaging/setup/ovirt_engine_setup/engine_common/database.py
Imports are incorrectly sorted.
ERROR:
/home/godas/workspace/ovirt-engine/packaging/setup/ovirt_engine_setup/remote_engine.py
Imports are incorrectly sorted.
ERROR:
/home/godas/workspace/ovirt-engine/packaging/setup/plugins/ovirt-engine-common/base/core/postinstall.py
Imports are incorrectly sorted.
ERROR:
/home/godas/workspace/ovirt-engine/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py
Imports are incorrectly sorted.
ERROR:
/home/godas/workspace/ovirt-engine/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/config.py
Imports are incorrectly sorted.
ERROR:
/home/godas/workspace/ovirt-engine/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/upgrade/asynctasks.py
Imports are incorrectly sorted.
ERROR:
/home/godas/workspace/ovirt-engine/packaging/setup/plugins/ovirt-engine-setup/vmconsole_proxy_helper/config.py
Imports are incorrectly sorted.
+ echo ERROR: The following check failed:

I have cleared my DB as well and also did yum update.
-- 
Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/P7CUXRFWAPMAMPKUKF6VERLFCWK4UY4B/


[ovirt-devel] Re: Ovirt master build failing in my local (fedora27)

2018-06-27 Thread Gobinda Das
Thanks Greg,
I removed python2-isort and it works.

On Wed, Jun 27, 2018 at 5:20 PM, Greg Sheremeta  wrote:

> comment out ./build/python-check.sh.in to get unblocked asap.
>
> Did you recently install 'python-isort' ?
> rpm -qa python-isort
>
> This happened to us once before. iirc cause was a new isort version.
>
> I leave the package uninstalled, personally. Then engine skips this check
> and moves along.
>
>
>
>
>
> On Wed, Jun 27, 2018 at 7:42 AM Gobinda Das  wrote:
>
>> Hi,
>>  I am trying to build ovirt master code in my local but build is failing
>> with following error:
>>
>>
>> ERROR: /home/godas/workspace/ovirt-engine/packaging/setup/ovirt_
>> engine_setup/engine_common/postgres.py Imports are incorrectly sorted.
>> ERROR: /home/godas/workspace/ovirt-engine/packaging/setup/ovirt_
>> engine_setup/engine_common/database.py Imports are incorrectly sorted.
>> ERROR: 
>> /home/godas/workspace/ovirt-engine/packaging/setup/ovirt_engine_setup/remote_engine.py
>> Imports are incorrectly sorted.
>> ERROR: /home/godas/workspace/ovirt-engine/packaging/setup/
>> plugins/ovirt-engine-common/base/core/postinstall.py Imports are
>> incorrectly sorted.
>> ERROR: /home/godas/workspace/ovirt-engine/packaging/setup/
>> plugins/ovirt-engine-setup/websocket_proxy/pki.py Imports are
>> incorrectly sorted.
>> ERROR: /home/godas/workspace/ovirt-engine/packaging/setup/
>> plugins/ovirt-engine-setup/websocket_proxy/config.py Imports are
>> incorrectly sorted.
>> ERROR: /home/godas/workspace/ovirt-engine/packaging/setup/
>> plugins/ovirt-engine-setup/ovirt-engine/upgrade/asynctasks.py Imports
>> are incorrectly sorted.
>> ERROR: /home/godas/workspace/ovirt-engine/packaging/setup/
>> plugins/ovirt-engine-setup/vmconsole_proxy_helper/config.py Imports are
>> incorrectly sorted.
>> + echo ERROR: The following check failed:
>>
>> I have cleared my DB as well and also did yum update.
>> --
>> Thanks,
>> Gobinda
>> ___
>> Devel mailing list -- devel@ovirt.org
>> To unsubscribe send an email to devel-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/devel@ovirt.org/
>> message/P7CUXRFWAPMAMPKUKF6VERLFCWK4UY4B/
>>
>
>
> --
>
> GREG SHEREMETA
>
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>
> Red Hat NA
>
> <https://www.redhat.com/>
>
> gsher...@redhat.comIRC: gshereme
> <https://red.ht/sig>
>



-- 
Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/6XY6H4ESBUEIWYMJIRZVEHVADH6D33BL/


[ovirt-devel] Re: [ACTION REQUIRED] ovirt-engine-nodejs update

2018-09-13 Thread Gobinda Das
Hi Sandro,
 My dev build with webpack is working fine with ovirt-engine-nodejs-8.11.4

But getting error while making rpm, no idea whether it's relevant or not.

/bin:/usr/sbin:/home/godas/.local/bin:/home/godas/bin
+ yarn config set yarn-offline-mirror
/usr/share/ovirt-engine-nodejs-modules/yarn-offline-cache
yarn config v0.24.4
success Set "yarn-offline-mirror" to
"/usr/share/ovirt-engine-nodejs-modules/yarn-offline-cache".
Done in 0.02s.
+ yarn install --offline --pure-lockfile
yarn install v0.24.4
[1/4] Resolving packages...
[2/4] Fetching packages...
*error Can't make a request in offline mode*
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about
this command.
error: Bad exit status from /var/tmp/rpm-tmp.erHesb (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.erHesb (%prep)
make: *** [Makefile:813: rpm] Error 1

On Thu, Sep 13, 2018 at 11:58 AM, Sandro Bonazzola 
wrote:

>
>
> Il giorno mar 4 set 2018 alle ore 23:10 Greg Sheremeta <
> gsher...@redhat.com> ha scritto:
>
>> Hi,
>>
>> If you have a project that uses ovirt-engine-nodejs to build, would you
>> please take a moment to test that it builds with the latest 8.x, 8.11.4?
>>
>> https://jenkins.ovirt.org/job/ovirt-engine-nodejs_master_
>> check-patch-el7-x86_64/22/artifact/exported-artifacts/
>> x86_64/ovirt-engine-nodejs-8.11.4-1.el7.x86_64.rpm
>>
>> [We needed to update it for ovirt-web-ui because the latest patternfly
>> requires node >= 8.9.]
>>
>
> Gobinda can you please confirm cockpit-ovirt builds fine with this?
>
>
>
>
>>
>> Best wishes,
>> Greg
>>
>> --
>>
>> GREG SHEREMETA
>>
>> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>>
>> Red Hat NA
>>
>> 
>>
>> gsher...@redhat.comIRC: gshereme
>> 
>> ___
>> Devel mailing list -- devel@ovirt.org
>> To unsubscribe send an email to devel-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/devel@ovirt.org/
>> message/5UH7OMKQH57NNUTDVJXWJDK3C6YJFSLF/
>>
>
>
> --
>
> SANDRO BONAZZOLA
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> 
> 
>



-- 
Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/ZO23CQR3RP7AL2G427CO3PKJ3JR6JL2Y/


[ovirt-devel] Status update on "Hyperconverged Gluster oVirt support"

2018-09-28 Thread Gobinda Das
Hi All,
 Status update on "Hyperconverged Gluster oVirt support"

Features Completed:


  cockpit-ovirt
  -
  1- Asymmetric brick configuration.Brick can be configured per host basis
i.e. If the user wanted to make use of sdb from host1, sdc from host2, and
sdd from host3.
  2- Dedupe and Compression integration via VDO support (see
https://github.com/dm-vdo/kvdo). Gluster bricks are created on vdo devices
  3- LVM cache configuration support (Configure cache by using fast block
device such as SSD drive to imrove the performance of a larger and slower
logical volumes)
  4- Auto addition of 2nd and 3rd hosts in a 3 node setup during deployment
  5- Auto creation of storage domains based on gluster volumes created
during setup
  6- Single node deployment support via Cockpit UI. For details on single
node deployment -
https://www.ovirt.org/documentation/gluster-hyperconverged/chap-Single_node_hyperconverged/
  7- Gluster Management Dashboard (Dashboard will show the nodes in
cluster,Volumes and bricks. User can expand the cluster and also can create
new volume in existing cluster nodes )

  oVirt
  ---
  1- Reset brick support from UI to allow users to replace a faulty brick
  2- Create brick from engine now supports configuring an SSD device as
lvmcache device when bricks are created on spinning disks
  3- VDO monitoring

 GlusterFS
---
 Enhancements to performance with fuse by 15x
 1. Cluster after eager lock change for better detection of multiple clients
 2. Changing qemu option aio to "native" instead of "threads".

 end-to-end deployment:
 
 1- End to end deployment of a Gluster + Ovirt hyperconverged environment
using ansible roles (
https://github.com/gluster/gluster-ansible/tree/master/playbooks ). The
only pre-requisite is a CentOS node/oVirt node

Future Plan:
==
 cockpit-ovirt:

  1- ansible-roles integration for deployment
  2- Support for different volume types

 vdsm:
  1- Python3 compatibility of vdsm-gluster
  2- Native 4K support

-- 
Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/XCFITLLQTODFK6NIRPBTRKKYCWKO6KBP/


[ovirt-devel] Re: [ovirt-users] Failed to add host to oVirt

2019-01-02 Thread Gobinda Das
Hi,
Have you installed  "
http://resources.ovirt.org/pub/yum-repo/ovirt-releaseXY.rpm"; in your host
before adding ?

On Sun, Dec 23, 2018 at 2:53 PM Eyal Shenitzky  wrote:

> Hey,
>
> I am failing to add a host to oVirt due to the following error:
>
> 2018-12-23 11:15:29,482+0200 ERROR otopi.context
> context._executeMethod:152 Failed to execute stage 'Environment
> customization': Cannot find a valid baseurl for repo: ovirt
> -master-centos-gluster5/7Server/x86_64
>
> Does someone encounter this issue?
>
>
> --
> Regards,
> Eyal Shenitzky
> ___
> Users mailing list -- us...@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/us...@ovirt.org/message/VJR5K5OSBOUI57W3FVKE2J7YW7KQUWAX/
>


-- 
Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/EDZWANIVMPB3C7MJ7UD6DP77PXHI3C5C/


Re: [ovirt-devel] vdsm-tool configure fails with "KeyError: 'virt_use_glusterd'"

2017-09-05 Thread Gobinda Das
Hi Petr,
Looks like selinux-policy version issue.
Can you please check in  machine where you faced issue : getsebool -a |
grep virt_use_glusterd
and what is the selinux-policy version?

My local machine fedora25:
=
selinux-policy-3.13.1-225.20.fc25.noarch
And there is no virt_use_glusterd available in this version.

[godas@godas cockpit-ovirt]$ getsebool -a | grep virt_use_glusterd
[godas@godas cockpit-ovirt]$

Vagrant Box Fedora26:
==
[vagrant@localhost ~]$ rpm -qa | grep selinux-policy
selinux-policy-3.13.1-259.fc26.noarch

[vagrant@localhost ~]$ getsebool -a | grep virt_use_glusterd
virt_use_glusterd --> off

Thanks,
Gobinda

On Mon, Sep 4, 2017 at 8:39 PM, Dan Kenigsberg  wrote:

> On Mon, Sep 4, 2017 at 3:41 PM, Petr Horacek  wrote:
> > Hello,
> >
> > `vdsm-tool configure --force` fails for me on master, it looks like
> > [1] could be the reason. Could you please look into it?
> >
> > [root@localhost vagrant]# vdsm-tool configure --force
> >
> > Checking configuration status...
> >
> > abrt is not configured for vdsm
> > WARNING: LVM local configuration: /etc/lvm/lvmlocal.conf is not based
> > on vdsm configuration
> > lvm requires configuration
> > Traceback (most recent call last):
> >   File "/bin/vdsm-tool", line 219, in main
> > return tool_command[cmd]["command"](*args)
> >   File "/usr/lib/python2.7/site-packages/vdsm/tool/__init__.py", line
> > 38, in wrapper
> > func(*args, **kwargs)
> >   File "/usr/lib/python2.7/site-packages/vdsm/tool/configurator.py",
> > line 122, in configure
> > if _should_configure(c, pargs.force)]
> >   File "/usr/lib/python2.7/site-packages/vdsm/tool/configurator.py",
> > line 312, in _should_configure
> > configured = _isconfigured(c)
> >   File "/usr/lib/python2.7/site-packages/vdsm/tool/configurator.py",
> > line 98, in _isconfigured
> > return getattr(module, 'isconfigured', lambda: configurators.NO)()
> >   File "/usr/lib/python2.7/site-packages/vdsm/tool/
> configurators/sebool.py",
> > line 74, in isconfigured
> > if not all(sebool_status[sebool_variable]):
> > KeyError: 'virt_use_glusterd'
> >
> > Thanks,
> > Petr
> >
> > [1] https://gerrit.ovirt.org/#/c/81388/
>
> Thanks Petr.
> But please note that such reports should be shared with devel@ovirt; a
> patch suggesting a revert is pending
> https://gerrit.ovirt.org/#/c/81409/
>
> I wonder if you need to require an explict version of selinux-policyt?
>



-- 
Thanks,
Gobinda
+91-9019047912
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] Re: Testing oVirt with Gluster 6

2019-04-05 Thread Gobinda Das
Hi Simone,
 Kaustav has upgraded from gluster-3.12 to gluster-6 and done some tests
like VM creation and some pg bench testing.
https://github.com/ezio-auditore/gluster-pg-bench-test-results
But yeah as you said will have to plan for end to end testing with fresh
installation also.


On Fri, Apr 5, 2019 at 3:31 PM Simone Tiraboschi 
wrote:

> Hi,
> according to https://bugzilla.redhat.com/show_bug.cgi?id=1673058 the
> network throughput usage increases by a x5 upgrading from Gluster 3.12 to
> Gluster 5.y.
>
> This seems definitively problematic on our hyper-converged environments: I
> read more than one report where, over 1 Gbps network, sanlock could not be
> refreshed quickly enough and so killed the engine VM if not rebooted the
> host due to the watchdog.
> This is probably due to the fact that, according to that bug, the network
> got completely saturated.
> Faster networks seems still fine.
> https://bugzilla.redhat.com/show_bug.cgi?id=1673058  is probably going to
> be solved for Gluster 5.6.
>
> On the other side we have https://bugzilla.redhat.com/1693998
>  about rebasing over
> Gluster 6 which seems not affected by that issue.
> Do you have concrete plans about testing oVirt with Gluster 6?
>
> thanks,
> Simone
>
>

-- 


Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/RFNOOVJAYJNQ7QZJSGECGO5LU3M4XX3V/


[ovirt-devel] ovirt-system-tests_hc-basic-suite-master failing

2019-06-14 Thread Gobinda Das
Hi,
hc-basic-suite-master build is failing due to sanlock-python dependency
issue.

Error: Package: vdsm-4.40.0-338.gitaaf7f44.el7.x86_64 (alocalsync)
   Requires: sanlock-python >= 3.7.3
   Installing: sanlock-python-3.6.0-1.el7.x86_64 (alocalsync)
   sanlock-python = 3.6.0-1.el7


Can anyone please help?

-- 


Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/4B5ORLIBCSXZBSLAZBRAF2ZU6CMY5L2A/


[ovirt-devel] OST Failure: libvirtError: COMMAND_FAILED: INVALID_IPV: 'ipv6' is not a valid backend or is unavailable

2020-02-19 Thread Gobinda Das
Hi,
 One of the OST suite (hc-basic-suite-4.3) is failing with
error:   libvirtError: COMMAND_FAILED: INVALID_IPV: 'ipv6' is not a valid
backend or is unavailable

Full log:

 * Create network lago-hc-basic-suite-4-3-net-management: ERROR (in
0:00:11)*07:42:57*   # Start nets: ERROR (in 0:00:11)*07:42:57* @
Start Prefix: ERROR (in 0:00:11)*07:42:57* Error occured,
aborting*07:42:57* Traceback (most recent call last):*07:42:57*   File
"/usr/lib/python2.7/site-packages/lago/cmd.py", line 969, in
main*07:42:57* cli_plugins[args.verb].do_run(args)*07:42:57*
File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line 184,
in do_run*07:42:57* self._do_run(**vars(args))*07:42:57*   File
"/usr/lib/python2.7/site-packages/lago/utils.py", line 573, in
wrapper*07:42:57* return func(*args, **kwargs)*07:42:57*   File
"/usr/lib/python2.7/site-packages/lago/utils.py", line 584, in
wrapper*07:42:57* return func(*args, prefix=prefix,
**kwargs)*07:42:57*   File
"/usr/lib/python2.7/site-packages/lago/cmd.py", line 271, in
do_start*07:42:57* prefix.start(vm_names=vm_names)*07:42:57*
File "/usr/lib/python2.7/site-packages/lago/sdk_utils.py", line 50, in
wrapped*07:42:57* return func(*args, **kwargs)*07:42:57*   File
"/usr/lib/python2.7/site-packages/lago/prefix.py", line 1323, in
start*07:42:57* self.virt_env.start(vm_names=vm_names)*07:42:57*
File "/usr/lib/python2.7/site-packages/lago/virt.py", line 341, in
start*07:42:57* net.start()*07:42:57*   File
"/usr/lib/python2.7/site-packages/lago/providers/libvirt/network.py",
line 115, in start*07:42:57* net =
self.libvirt_con.networkCreateXML(self._libvirt_xml())*07:42:57*
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 4216, in
networkCreateXML*07:42:57* if ret is None:raise
libvirtError('virNetworkCreateXML() failed', conn=self)*07:42:57*
libvirtError: COMMAND_FAILED: INVALID_IPV: 'ipv6' is not a valid
backend or is unavailable*07:42:57* + on_exit


Any one has idea what could be the issue?


-- 


Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/RXII64HID2JMRNRCWXTJ277ZVQN5F2P7/


[ovirt-devel] Re: [ovirt-users] oVirt 4.4.0 Beta release refresh is now available for testing

2020-04-20 Thread Gobinda Das
On Sun, Apr 19, 2020 at 5:37 AM Gianluca Cecchi 
wrote:

> On Fri, Apr 17, 2020 at 6:40 PM Sandro Bonazzola 
> wrote:
>
>> oVirt 4.4.0 Beta release refresh is now available for testing
>>
>> The oVirt Project is excited to announce the availability of the beta
>> release of oVirt 4.4.0 refresh (beta 4) for testing, as of April 17th, 2020
>>
>> This release unleashes an altogether more powerful and flexible open
>> source virtualization solution that encompasses hundreds of individual
>> changes and a wide range of enhancements across the engine, storage,
>> network, user interface, and analytics on top of oVirt 4.3.
>>
>>
>>
> Hello,
> I have tried the iso of ovirt node ng to configure a single host HCI
> environment.
> Using the wizard for single node, at the beginning in the window where you
> have to insert the fqdn of the storage node I see a javascript exception (a
> red Ooops! in top right of cockpit page tells me that).
> Both on Google Chrome and in firefox.
> In practice you cannot type anything and in js console of chrome I see:
>
> app.js:43 Uncaught TypeError: Cannot read property 'checked' of null
> at n.value (app.js:43)
> at changeCallBack (app.js:43)
> at Object.b (app.js:27)
> at w (app.js:27)
> at app.js:27
> at S (app.js:27)
> at T (app.js:27)
> at Array.forEach ()
> at _ (app.js:27)
> at N (app.js:27)
>
> We have patch available and the respective BZ is
https://bugzilla.redhat.com/show_bug.cgi?id=1825748 , The fix will be
included in next build.

> Sort of workaround is to type a character (you don't see anything), then
> click the ipv6 related checkbox just above the input line, and then you see
> the first character, then again, alternating the checkbox and a
> character you see every time appear the new character typed.
> You cannot type the full fqdn in one flow because only the last character
> appears then when you click on the checkbox...
> This anyway let me continue and type the whole storage hostname and go
> ahead with the installation.
> I arrive up to the final step "Finish Deployment", but when the host exits
> final global maintenance and the engine VM starts, it goes into panic and I
> realized that I missed the pass-through cpu flag for the hypervisor vm, so
> I'm going to retry.
> In the mean time can anyone verify the javascript exception above?
>
> Gianluca
> ___
> Devel mailing list -- devel@ovirt.org
> To unsubscribe send an email to devel-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/devel@ovirt.org/message/IKBLU764LCRHHEXCXL4MYGPIUXJEANXX/
>


-- 


Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/4FGOYMGOESWDM2XXIGQRXZCFB4MQUQRW/


[ovirt-devel] Re: Upgrade to 4.4 does not describe how to handle Gluster brick migration

2020-09-23 Thread Gobinda Das
Adding @Ritesh Chikatwar  the look if anything is
missing.

On Wed, Sep 23, 2020 at 5:20 PM Sandro Bonazzola 
wrote:

> Hi,
> it has been reported to oVirt website on
> https://github.com/oVirt/ovirt-site/issues/2287
> that we may improve upgrade documentation covering (or linking to existing
> documentation) the gluster brick migration from el7 to el8 while upgrading
> from 4.3 to 4.4.
>
> Have we already got something we can provide there?
> Thanks,
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D 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.*
>


-- 


Thanks,
Gobinda
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/H5YTYZF6IRPRF2JZF3X5H5XGZPBP3WBE/