Re: [ovirt-devel] How to build a particular module of code

2017-10-17 Thread shubham dubey
> On Tue, 17 Oct 2017 at 21:54 shubham dubey wrote: > >> Hi, >> I have tried to build uicommonweb alone using >> make install-dev PREFIX="$HOME/ovirt-engine" EXTRA_BUILD_FLAGS="-pl >> org.ovirt.engine.core:uicommonweb" >>

Re: [ovirt-devel] How to build a particular module of code

2017-10-17 Thread shubham dubey
oing something wrong? On Tue, Oct 17, 2017 at 11:50 PM, shubham dubey wrote: > Thanks, > This is exactly what I needed:) > > On Tue, Oct 17, 2017 at 11:37 PM, Greg Sheremeta > wrote: > >> I never do it, but >> >> https://www.ovirt.org/develop/developer-guide/

Re: [ovirt-devel] How to build a particular module of code

2017-10-17 Thread shubham dubey
ple utils: > > make clean install-dev PREFIX=$HOME/ovirt-engine \ > EXTRA_BUILD_FLAGS="-pl org.ovirt.engine.core:utils" > > > You can also disable animal sniffer, check style, unit tests, and GWT to > speed things up. Just make sure they actually run before you pu

[ovirt-devel] How to build a particular module of code

2017-10-17 Thread shubham dubey
Hi, I have a simple query. Whenever I do any change in my code I run "make install-dev PREFIX="$HOME/ovirt-engine"". But it takes a large time to compile. I think there is a way to compile only that part of code which I have changed. Like if I make changes in uicommonweb then, how I compile only t

Re: [ovirt-devel] Error in running engine-setup

2017-09-18 Thread shubham dubey
2017 at 7:46 AM > Subject: Re: [ovirt-devel] Error in running engine-setup > To: shubham dubey > Cc: devel > > > > > On Sun, Sep 17, 2017 at 7:32 PM, shubham dubey > wrote: > >> Thanks for the solution. >> I will look into that bug. >> >> > We

Re: [ovirt-devel] Error in running engine-setup

2017-09-17 Thread shubham dubey
n, Sep 17, 2017 at 5:30 PM, shubham dubey > wrote: > >> Hi, >> I am having a issue in running engine-setup >> >> [0day@localhost ovirt-engine]$ $HOME/ovirt-engine/bin/engine-setup >> [ INFO ] Stage: Initializing >> Setup was run under unprivileg

[ovirt-devel] Error in running engine-setup

2017-09-17 Thread shubham dubey
Hi, I am having a issue in running engine-setup [0day@localhost ovirt-engine]$ $HOME/ovirt-engine/bin/engine-setup [ INFO ] Stage: Initializing Setup was run under unprivileged user this will produce development installation do you wish to proceed? (Yes, No) [No]: yes [ INFO ] Stage: E

Re: [ovirt-devel] error in running test

2017-08-15 Thread shubham dubey
r issue depending on how you use > Eclipse. > > Best wishes, > Greg > > > On Tue, Aug 15, 2017 at 10:50 AM, shubham dubey > wrote: > >> I am facing a strange error in compiling development environment. I am >> adding some test cases for changes I have done in

[ovirt-devel] error in running test

2017-08-15 Thread shubham dubey
I am facing a strange error in compiling development environment. I am adding some test cases for changes I have done in RunVmCommandTest.java. When I am compiling I am getting error in org.ovirt.engine.core.utils.osinfo.OsInfoPreferencesLoaderTest Tests in error: org.ovirt.engine.core.utils.osin

Re: [ovirt-devel] Error in running engine-setup

2017-07-19 Thread shubham dubey
max_workers = 6 > maintenance_work_mem = 65536 > > > restart and try engine setup again > > On Wed, Jul 19, 2017 at 10:59 AM shubham dubey > wrote: > >> Yes I have changed the permission for /var/lib/pgsql/data to 700 and >> running as normal user >> but tha

Re: [ovirt-devel] Error in running engine-setup

2017-07-19 Thread shubham dubey
> >> On Tue, Jul 18, 2017 at 9:49 PM, shubham dubey >> wrote: >> > I am having a issue in running $HOME/ovirt-engine/bin/engine-setup. >> > Earlier I was getting this error >> > >> > [ ERROR ] Failed to execute stage 'Misc configuration

[ovirt-devel] Error in running engine-setup

2017-07-18 Thread shubham dubey
I am having a issue in running $HOME/ovirt-engine/bin/engine-setup. Earlier I was getting this error [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 13] Permission denied: '/var/lib/pgsql/data/postgresql.conf' then I just change the permission of /var/lib/pgsql/data/postgresql.conf

Re: [ovirt-devel] Difficulty in using gerrit

2017-06-29 Thread shubham dubey
ction, you should see "Reply" button. That will > publish the comment(s). > > Dňa št 29. 6. 2017 o 20:28 shubham dubey > napísala(a): > >> Hello, >> I am having a difficulty in using gerrit. When I am commenting on my own >> patch, the comment get saved

[ovirt-devel] Difficulty in using gerrit

2017-06-29 Thread shubham dubey
Hello, I am having a difficulty in using gerrit. When I am commenting on my own patch, the comment get saved as draft so other people are not able to see that comment. Any way to fix this? Thanks, Shubham ___ Devel mailing list Devel@ovirt.org http://li

Re: [ovirt-devel] Regarding changes in Apperrors

2017-06-11 Thread shubham dubey
rors.properties > ./frontend/webadmin/modules/frontend/src/main/java/org/ > ovirt/engine/ui/frontend/AppErrors.java > ./frontend/webadmin/modules/frontend/src/main/resources/ > org/ovirt/engine/ui/frontend/AppErrors.properties > > > On Sun, Jun 11, 2017 at 7:04 PM, shubham dubey >

[ovirt-devel] Regarding changes in Apperrors

2017-06-11 Thread shubham dubey
Hello, I have added a validation in validate() method in runvmcommand.java. if the validation failed then I have added failValidation(EngineMessage.INITIALIZATION_FAIL_SINCE_VM_DISK_IS_IN_BACKUP_STORAGE); Now I want to know that where to declare it, in frontend/webadmin/modules/webadmin/src/main/r

Re: [ovirt-devel] Regarding site bug fix

2017-05-31 Thread shubham dubey
Regarding that comment question, I am not talking about the comment we put while commit. But the comment for the bug at github issue section. For ex: https://github.com/oVirt/ovirt-site/issues/994 On Thu, Jun 1, 2017 at 12:02 AM, shubham dubey wrote: > Thanks for help. > One more thing

Re: [ovirt-devel] Regarding site bug fix

2017-05-31 Thread shubham dubey
Thanks for help. One more thing I want to know is that, is it necessary to fork the ovirt-site first into your repository to send a pr. On Wed, May 31, 2017 at 11:57 PM, Dan Kenigsberg wrote: > On Wed, May 31, 2017 at 9:20 PM, shubham dubey > wrote: > > Hi, > > I want to

[ovirt-devel] Regarding site bug fix

2017-05-31 Thread shubham dubey
Hi, I want to fix some issues in ovirt site. Since I never did a pull request before, hence want to know few things. 1)can I fix multiple bug and send a single pr for them. 2) when I fix a issue did I need to write something in the comment of the bug (like 'fixed' or 'patch send'). thanks in advan

Re: [ovirt-devel] Change in ovirt-engine[master]: core: backup flag added to storage domain static

2017-05-23 Thread shubham dubey
ous patch, otherwise CI will always > fail for your patch > > On Tue, May 23, 2017 at 11:57 AM, shubham dubey > wrote: > >> Done. They are not coming in single page but in related changes. >> >> Thanks >> >> On Tue, May 23, 2017 at 3:21 PM, shubham dubey

Re: [ovirt-devel] Change in ovirt-engine[master]: core: backup flag added to storage domain static

2017-05-23 Thread shubham dubey
Done. They are not coming in single page but in related changes. Thanks On Tue, May 23, 2017 at 3:21 PM, shubham dubey wrote: > So,what I do for now? > Can I can now add the new file to previous change? > > On Tue, May 23, 2017 at 3:17 PM, Martin Perina wrote: > >> You c

Re: [ovirt-devel] Change in ovirt-engine[master]: core: backup flag added to storage domain static

2017-05-23 Thread shubham dubey
So,what I do for now? Can I can now add the new file to previous change? On Tue, May 23, 2017 at 3:17 PM, Martin Perina wrote: > You cannot, but for future you need have the same Change-Id for a patch, > this is how gerrit identifies patches. > > On Tue, May 23, 2017 at 11:43 AM, s

Re: [ovirt-devel] Change in ovirt-engine[master]: core: backup flag added to storage domain static

2017-05-23 Thread shubham dubey
May 23, 2017 at 11:33 AM, shubham dubey > wrote: > >> yes I just forget to add that. >> Can anyone tell me how to push the new changes to same commit? >> >> Thanks, >> Shubham >> >> On Tue, May 23, 2017 at 1:27 PM, Code Review wrote: >>

Re: [ovirt-devel] Change in ovirt-engine[master]: core: backup flag added to storage domain static

2017-05-23 Thread shubham dubey
bscribe, visit https://gerrit.ovirt.org/settings > > Gerrit-MessageType: comment > Gerrit-Change-Id: I1453b52f4330d0e5cb12d8fa08426fd68f3cd329 > Gerrit-PatchSet: 1 > Gerrit-Project: ovirt-engine > Gerrit-Branch: master > Gerrit-Owner: shubham dubey > Gerrit-Reviewer: Eli

Re: [ovirt-devel] VmIconDaoTest compiling error

2017-05-22 Thread shubham dubey
I have just cloned the whole engine again and do the fresh changes in that. It was little extra work but it worth since the error disappear. I have also pushed the changes https://gerrit.ovirt.org/#/c/77142/ Thanks, Shubham On Tue, May 23, 2017 at 12:55 AM, shubham dubey wrote: > Ok, I w

Re: [ovirt-devel] VmIconDaoTest compiling error

2017-05-22 Thread shubham dubey
Ok, I will push the changes in gerrit. And Yes, I have created a new db script. On 23 May 2017 12:51 a.m., "Martin Perina" wrote: > > > On Mon, May 22, 2017 at 9:12 PM, shubham dubey > wrote: > >> If you want to see the files I have changed then they are as sam

Re: [ovirt-devel] VmIconDaoTest compiling error

2017-05-22 Thread shubham dubey
If you want to see the files I have changed then they are as same as done in this push https://gerrit.ovirt.org/#/c/63097/. On 23 May 2017 12:36 a.m., "shubham dubey" wrote: > No, my changes are related to storage domain (adding new flag in storage > domain db entries).

Re: [ovirt-devel] VmIconDaoTest compiling error

2017-05-22 Thread shubham dubey
No, my changes are related to storage domain (adding new flag in storage domain db entries). I have done some changes in unit tests dao files to test those changes only but nothing related to icon. On 23 May 2017 12:14 a.m., "Greg Sheremeta" wrote: > > > On Mon, May 22, 2017

[ovirt-devel] VmIconDaoTest compiling error

2017-05-22 Thread shubham dubey
I have done some changes in ovirt-engine now while compiling I am getting following error in file VmIconDaoTest. Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.466 sec <<< FAILURE! testGetVmIconByDataUrlWithValidUrl(org.ovirt.engine.core.dao.VmIconDaoTest) Time elapsed: 18 sec

Re: [ovirt-devel] Regarding dao tests

2017-05-22 Thread shubham dubey
_white_space_on_save": true > > Now pressing "Tab" will write out 4 spaces, and trailing spaces are > deleted on save. > > Best wishes, > Greg > > > On Mon, May 22, 2017 at 12:03 PM, shubham dubey > wrote: > >> Thanks,I found the error above in

Re: [ovirt-devel] Regarding dao tests

2017-05-22 Thread shubham dubey
Thanks,I found the error above in output. They are related to trailing spaces and unnecessary tabs, so I solved them. Thanks again for help. Shubham On Mon, May 22, 2017 at 6:57 PM, Shmuel Melamud wrote: > Hi! > > On Mon, May 22, 2017 at 4:15 PM, shubham dubey > wrote: > > b

[ovirt-devel] Regarding dao tests

2017-05-22 Thread shubham dubey
I have made some changes to engine code and the try to run dao test. $PGPASSWORD=engine \ ./packaging/dbscripts/schema.sh \ -c apply -u engine -d engine_dao_tests This command run sucessfully. but after compiling through make I am getting following error ERROR] Failed to execute goal

Re: [ovirt-devel] ovirt-engine version problem

2017-04-13 Thread shubham dubey
> > Vojtech > > > On Wed, Apr 12, 2017 at 7:24 PM, shubham dubey > wrote: > >> Thanks for explanation, I completely understand it now. >> >> On Wed, Apr 12, 2017 at 10:17 PM, Greg Sheremeta >> wrote: >> >>> For pretty much any open sou

Re: [ovirt-devel] ovirt-engine version problem

2017-04-12 Thread shubham dubey
s now at e00e36d... build: ovirt-engine-4.0.7 > > greg@greg-x1:~/projects/ovirt-engine(:e00e36d|✔) $ make clean install-dev > PREFIX=$HOME/ovirt-engine > > > On Wed, Apr 12, 2017 at 12:40 PM, shubham dubey > wrote: > >> I just delete the ovirt-engine folder and .m2/rep

Re: [ovirt-devel] ovirt-engine version problem

2017-04-12 Thread shubham dubey
: > > > On Wed, Apr 12, 2017 at 1:51 PM, shubham dubey > wrote: > >> that doesn't work. >> > > what does it do? Please paste the output > > >> >> On Wed, Apr 12, 2017 at 4:13 PM, Tomas Jelinek >> wrote: >> >>> >&

Re: [ovirt-devel] ovirt-engine version problem

2017-04-12 Thread shubham dubey
that doesn't work. On Wed, Apr 12, 2017 at 4:13 PM, Tomas Jelinek wrote: > > > On Wed, Apr 12, 2017 at 11:34 AM, shubham dubey > wrote: > >> Hello, >> Recently I have installed ovirt-engine development environment. The >> snapshot repository I have use

[ovirt-devel] ovirt-engine version problem

2017-04-12 Thread shubham dubey
Hello, Recently I have installed ovirt-engine development environment. The snapshot repository I have used is ovirt-release-master. Now I have installed vdsm in ovirt host with ovirt-release41, so when I am trying to add the host it is showing that ovirt node support cluster version 3.9,4.0 and 4.1

Re: [ovirt-devel] Gsoc proposal on Configuring backup storage in ovirt

2017-03-26 Thread shubham dubey
emeta wrote: > Nice job, Shubham :) I added some suggestions to your document. > > Do you have any plans for UI changes? In your examples, I only saw REST > API calls. > > Best wishes, > Greg > > > On Sun, Mar 26, 2017 at 4:38 AM, shubham dubey > wrote: > >

Re: [ovirt-devel] Gsoc proposal on Configuring backup storage in ovirt

2017-03-26 Thread shubham dubey
> > both should be supported in oVirt 4.1 IINM > > Regarding the synopsis section which you mentioned the supported types > of storage domains, please also add Ceph as part of the block Storage > Domains. oVirt 3.6 should supports it through Cinder. > > Regards, > Maor > >

[ovirt-devel] Gsoc proposal on Configuring backup storage in ovirt

2017-03-25 Thread shubham dubey
Hello, I have created the draft proposal recently on Configuring backup storage in ovirt.Here is the link to view https://docs.google.com/document/d/1orulgCTY1K6jUmomCIgZHA0g9xsWWUqttj0c1R0d9uU . Any suggestion or comments are welcome. Thanks, Shubham Dubey

Re: [ovirt-devel] Connection refuse in ovirt webservice

2017-03-23 Thread shubham dubey
ter/rpm/fc25/noarch/ovirt-js- > dependencies-0.0.3-4.fc25.noarch.rpm > > Right, if your goal is development purposes, you'll need to build from > source. > > Greg > > On Thu, Mar 23, 2017 at 1:39 PM, shubham dubey > wrote: > >> Actually I want to com

Re: [ovirt-devel] Connection refuse in ovirt webservice

2017-03-23 Thread shubham dubey
eremeta wrote: > You're welcome. > > You'll need to compile webadmin if you want to do the good stuff :) > > You can also always install it from rpm -- not sure what your goal is. > > Best wishes, > Greg > > On Thu, Mar 23, 2017 at 1:13 PM, shubham dubey &

[ovirt-devel] Fwd: Connection refuse in ovirt webservice

2017-03-23 Thread shubham dubey
-- Forwarded message -- From: shubham dubey Date: Thu, Mar 23, 2017 at 10:43 PM Subject: Re: [ovirt-devel] Connection refuse in ovirt webservice To: Greg Sheremeta Thanks,It works now.;) On Thu, Mar 23, 2017 at 10:06 PM, Greg Sheremeta wrote: > Step 3: start it > &g

[ovirt-devel] Connection refuse in ovirt webservice

2017-03-23 Thread shubham dubey
Hello, I have recently installed the ovirt engine development enviornment using $make clean install-dev PREFIX="$HOME/ovirt-engine" BUILD_GWT_WEBADMIN=0 after that I run $HOME/ovirt-engine/bin/engine-setup. Both run successfully but when I am opening the webservice link(in my case http://localhost.

Re: [ovirt-devel] Error in ovirt-engine installation

2017-03-17 Thread shubham dubey
Ok..then I will buy more ram...But still I am in doubt that why ram usage doesn't get full as I was watching the ram usage in parallel. On Fri, Mar 17, 2017 at 2:28 PM, Martin Perina wrote: > > > On Fri, Mar 17, 2017 at 7:02 AM, shubham dubey > wrote: > >> I have tri

Re: [ovirt-devel] Error in ovirt-engine installation

2017-03-16 Thread shubham dubey
gt; else. > > Do you have a ~/ovirt-engine directory where it can write stuff? Note this > is > NOT the ovirt-engine directory where you source code is. > > > Greg > > > > On Thu, Mar 16, 2017 at 3:08 PM, Oved Ourfali > wrote: > > > CC-ing Vojtech and Gre

[ovirt-devel] Error in ovirt-engine installation

2017-03-16 Thread shubham dubey
Hello, I am trying to install ovirt-engine from almost 2 or 3 weeks in my fedora 25. But everytime I run this $ make install-dev PREFIX="$HOME/ovirt-engine" I got following error http://pastebin.com/cEfDJYix. I have tried to debug the problem lots of time but doesn't get succeeded. With little goo

Re: [ovirt-devel] Error in setup of ovirt-engine Development Environment

2017-03-16 Thread shubham dubey
, if you have bad permissions on pg_hba.conf), you > can do this: > > 1. Disconnect everything that's connected to pg, if any > 2. systemctl stop postgresql > 3. rm -rf /var/lib/pgsql/data > > Then try again (following the web page or using above command). > > Best

Re: [ovirt-devel] Error in setup of ovirt-engine Development Environment

2017-03-15 Thread shubham dubey
Thu, Mar 16, 2017 at 12:09 AM, Alexander Wels wrote: > On Wednesday, March 15, 2017 1:56:27 PM EDT shubham dubey wrote: > > I am running it as normal user because when I am running it as root user > it > > is giving me following error > > > > "root" execution of

Re: [ovirt-devel] Error in setup of ovirt-engine Development Environment

2017-03-15 Thread shubham dubey
tation for more information on how to properly start the server. On Wed, Mar 15, 2017 at 10:14 PM, Fred Rolland wrote: > Under which user are you running this command ? > In the guide, it is specified to run it as root. > > On Wed, Mar 15, 2017 at 6:30 PM, shubham dubey > wrote: &

[ovirt-devel] Error in setup of ovirt-engine Development Environment

2017-03-15 Thread shubham dubey
Hello, I am trying to setup ovirt-engine using this link http://www.ovirt.org/develop/developer-guide/engine/engine-development-environment/ . Now when I am trying these commands I am getting following error $ postgres -c "psql -d template1 -c \"create user engine password 'engine';\"" FATAL: -c p

[ovirt-devel] Contributing on ovirt

2017-03-02 Thread shubham dubey
Hello, I am interested in being part of ovirt for gsoc 2017. I have looked into ovirt project ideas and the project that I find most suitable is Configuring the backup storage in ovirt. Since the ovirt online docs have sufficient info for getting started for development so I don't have a questions