Re: [ovirt-users] unhappiness with ovirt engine after upgrading file server handling storage domain

2017-05-10 Thread plysan
did you restart your nfs service or reboot your nfs host during the upgrade progress ? if you did, what's the webadmin portal's storage domain's status at the time ? what i'm suspecting is that you were restarting nfs while ovirt-engine is using it. 2017-05-11 2:02 GMT+08:00 Jason Keltz : > Hi.

Re: [ovirt-users] Ovirt locate disk VM

2017-05-09 Thread plysan
You can find the disk id in the "Disk" tab of webadmin portal, then go to the nfs directory you are using, and find that id, it is the very disk you are looking for. 2017-05-10 5:30 GMT+08:00 Vincent Romero : > Hello my name is Vincent > > ¿I want to know the location of the discs of ovirt 3.5? >

Re: [ovirt-users] Is windows sso still working on ovirt 4.1 ?

2017-05-09 Thread plysan
Opened: https://bugzilla.redhat.com/show_bug.cgi?id=1449181 2017-05-09 13:37 GMT+08:00 Yedidyah Bar David : > On Mon, May 8, 2017 at 8:04 PM, plysan wrote: > > Solved by the additional configuration in > > https://github.com/Seitanas/kvm-vdi/blob/master/guest_agent/README.md &

Re: [ovirt-users] Is windows sso still working on ovirt 4.1 ?

2017-05-08 Thread plysan
5-07 21:47 GMT+08:00 plysan : > OK, seems the problem is in guest agent: > > after login in vm manually, I see the following logs > in C:\Windows\SysWOW64\ovirt-guest-agent.log > > //begin log > Dummy-1::INFO::2017-05-07 21:29:55,956::OVirtGuestService::84::root::Starting >

Re: [ovirt-users] Is windows sso still working on ovirt 4.1 ?

2017-05-07 Thread plysan
credentials to pipe [2/3] (error = 2) Dummy-2::ERROR::2017-05-07 21:31:16,755::GuestAgentWin32::311::root::Error writing credentials to pipe [3/3] (error = 2) //end log Digging into agent code to find the answer... 2017-05-07 16:28 GMT+08:00 plysan : > Hi, > > I have recently set up a

Re: [ovirt-users] i meet some problems of ovirt3.6.2

2016-03-31 Thread plysan
you provide the output of /var/log/ovirt-engine/engine.log please ? just the new output from the time you reboot the host, and for several minues after that. thanks 2016-03-31 16:15 GMT+08:00 赵亮1 : > Hi plysan > the screenshot is in the attachment, and i'm sure i have edited the vms &g

Re: [ovirt-users] i meet some problems of ovirt3.6.2

2016-03-31 Thread plysan
Hi 赵亮 no, i cannot find any screenshot that you said. are you sure you have edited the vms and set them as highly available ? Cheers 2016-03-31 14:23 GMT+08:00 赵亮1 : > Hi plysan > Thanks for your help! > As you can see , i have opened the VM HA (i had show you the screenshot in > t

Re: [ovirt-users] i meet some problems of ovirt3.6.2

2016-03-30 Thread plysan
are not ha vms, these vms will not auto restart on other normal hosts. You can edit the vms as highly available to make the vm auto reboot on other host. 2016-03-31 11:55 GMT+08:00 赵亮1 : > Hi plysan, > > I had reboot the host manually from the host itself(i did it many times), > and

Re: [ovirt-users] i meet some problems of ovirt3.6.2

2016-03-30 Thread plysan
Hi Zhao, Did you reboot the host manually from the host itself (outside of ovirt ui)? Have you setup the host with power management in ovirt ui? Cheers 2016-03-31 9:13 GMT+08:00 Phillip Bailey : > Hi Zhao, > > Have you configured the migration policy? It's possible that your VM is > currently s

Re: [ovirt-users] How to update zanata's source text ?

2014-12-16 Thread plysan
2014-12-16 20:52 GMT+08:00 Alexander Wels : > > On Tuesday, December 16, 2014 10:35:18 AM plysan wrote: > > 2014-12-15 22:27 GMT+08:00 Einav Cohen : > > > > - Original Message - > > > > From: "Alexander Wels" > > > > Sent: Mond

Re: [ovirt-users] How to update zanata's source text ?

2014-12-15 Thread plysan
2014-12-15 22:27 GMT+08:00 Einav Cohen : > > > - Original Message - > > From: "Alexander Wels" > > Sent: Monday, December 15, 2014 7:45:41 AM > > > > On Sunday, December 14, 2014 03:03:56 PM plysan wrote: > > > Hi, > > > > &g

[ovirt-users] How to update zanata's source text ?

2014-12-13 Thread plysan
Hi, When I'm trying to compile ovirt-engine-3.5 branch with pulled zanata source files, I get webadmin compilation errors. And the error message lead me to the outdated zanata translation file: org.ovirt.engine.ui.webadmin.ApplicationMessages The file has a source text called "{0} (VLAN {1})", but

Re: [ovirt-users] Problems while adding external event to ovirt

2014-12-11 Thread plysan
Hi Eli, Yes this is newly created 3.5 environment with engine-setup. 2014-12-11 17:13 GMT+08:00 Eli Mesika : > > > - Original Message - > > From: "Oved Ourfali" > > To: "plysan" , "Eli Mesika" > > Cc: "Users@ovirt.org List&

Re: [ovirt-users] Problems while adding external event to ovirt

2014-12-10 Thread plysan
Oh, forgot the environment: ovirt-engine-backend-3.5.1-0.0.master.20141112062025.git2c24911.el6.noarch ovirt-engine-restapi-3.5.1-0.0.master.20141112062025.git2c24911.el6.noarch 2014-12-11 15:18 GMT+08:00 plysan : > Hi, > > When I try to add an external event to ovirt using cu

[ovirt-users] Problems while adding external event to ovirt

2014-12-10 Thread plysan
Hi, When I try to add an external event to ovirt using curl, I get permission issue: $ curl -X POST --insecure -u admin@internal:abc123 -H "Content-Type: application/json" https://192.168.3.226/ovirt-engine/api/events --data '{"origin":"thirdParty","severity":"normal","custom_id":"123","descript

Re: [ovirt-users] Backup solution using the API

2014-12-03 Thread plysan
Hi, For the live-backup, i think you can make a live snapshot of the vm, and then clone a new vm from that snapshot, after that you can do export. 2014-11-27 23:12 GMT+08:00 Keppler, Thomas (PEBA) : > Hello, > > now that our oVirt Cluster runs great, I'd like to know if anybody has > done a bac

Re: [ovirt-users] Null object error with ovirt-engine-extension-ldap

2014-10-20 Thread plysan
2014-10-20 14:55 GMT+08:00 Alon Bar-Lev : > > > - Original Message - > > From: "plysan" > > To: "Alon Bar-Lev" > > Cc: "Users@ovirt.org List" > > Sent: Monday, October 20, 2014 9:48:07 AM > > Subject: Re: [ovirt-use

Re: [ovirt-users] Null object error with ovirt-engine-extension-ldap

2014-10-19 Thread plysan
2014-10-20 2:23 GMT+08:00 Alon Bar-Lev : > > > - Original Message - > > From: "plysan" > > To: "Alon Bar-Lev" > > Cc: "Users@ovirt.org List" > > Sent: Sunday, October 19, 2014 9:06:37 PM > > Subject: Re: [ovirt-u

Re: [ovirt-users] Null object error with ovirt-engine-extension-ldap

2014-10-19 Thread plysan
x27;. Please check the configuration file is valid. Exception message is: Error loading extension 'eayunosAuthz': Exception: class java.lang.StackOverflowError: null Thanks for your help :) plysan 2014-10-20 1:09 GMT+08:00 Alon Bar-Lev : > Hi, > > You need to refer to ad.properties

[ovirt-users] Null object error with ovirt-engine-extension-ldap

2014-10-19 Thread plysan
Hello, After I adding a AD directory server to oVirt using manage-domains, I installed the extension-ldap package. My setup is as follows: 1. /etc/ovirt-engine/extensions.d/eayunos.properties ovirt.engine.extension.name = eayunos ovirt.engine.extension.bindings.method = jbossmodule ovirt.engine.

Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2014-09-16 Thread plysan
2014-09-14 4:21 GMT+08:00 Itamar Heim : > On 09/12/2014 04:45 PM, Federico Alberto Sayd wrote: > >> On 12/09/14 09:55, Jakub Bittner wrote: >> >>> ISO upload over web UI. >>> >> +1, Is it so hard to implement such feature? >> > > well, the tricky part is web ui access the engine, which doesn't acc

Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2014-09-16 Thread plysan
Export vm snapshot to export domain separately, so that vm can be exported more efficiently if vm has taken a new snapshot 2014-09-12 20:22 GMT+08:00 Itamar Heim : > With oVirt 3.5 nearing GA, time to ask for "what do you want to see in > oVirt 3.6"? > > Thanks, >Itamar >

[ovirt-users] Should we add 'cow' format disk in file domains in frontend UI ?

2014-09-01 Thread plysan
Hello, We had experience that if we clone vm from snapshot with sprase raw disk in file domains, the process would get very slow if the disk defined virtual size is big but actual size is small, so i popose the frontend UI to be able to add caw disk in file domains. And I'm happy to implement it.

Re: [ovirt-users] Engine HA?

2014-06-12 Thread plysan
d deep research. Thanks plysan 2014-06-12 17:44 GMT+08:00 : > Dear all, > > If not using self hosted-engine solution, my Engine will install in > dedicate machine. How should I make the engine become HA? > > > T

Re: [ovirt-users] Adding Fedora 20 Support

2014-06-02 Thread plysan
2014-06-03 2:59 GMT+08:00 Justin Brown : > Hello, > > I recently came across the LWN article on oVirt 3.4 > (http://lwn.net/SubscriberLink/600370/dfa9cdd4f5ee0bb3/) and was > discussing the lack of Fedora 20 support with an oVirt contributor, > bkp. > > It's been 4 months since I last looked at ru

Re: [ovirt-users] problem in pulling zanata property files

2014-05-07 Thread plysan
Hi Einav, 2014-05-07 6:31 GMT+08:00 Einav Cohen : > Hi plysan, apologies for the late response (was OOO without > internet connectivity last week). > > what we can do (maybe that's what you meant - not sure) is to make > sure that when we auto-generate the 'on the

Re: [ovirt-users] Question about power user and public template

2014-05-07 Thread plysan
Hi Tomas, Sorry for the late response :P 2014-04-17 21:02 GMT+08:00 Tomas Jelinek : > > > - Original Message - > > From: "plysan" > > To: "Tomas Jelinek" > > Cc: "Users@ovirt.org List" > > Sent: Wednesday, April 16, 2014

Re: [ovirt-users] problem in pulling zanata property files

2014-04-24 Thread plysan
Hi Einav, Thanks for your reply. This is very helpful. But I think we could fake these 'on the fly' English .properties files and just use them for zanata push operation. So we don't have to rename these files every time we pull them. What do you think ? --- Thanks, plysan

[ovirt-users] problem in pulling zanata property files

2014-04-23 Thread plysan
Hi list, I'm in branch ovirt-engine-3.3, so I used the zanata-cli to pull property files from ovirt's zanata repo: https://translate.zanata.org/zanata/iteration/view/ovirt/ovirt-3.3 My steps: 1. download po files 2. config ~/.config/zanata.ini 3. config zanata.xml like this: http://zanata.org/na

Re: [ovirt-users] Question about power user and public template

2014-04-16 Thread plysan
2014-04-14 15:18 GMT+08:00 Tomas Jelinek : > > > - Original Message - > > From: "plysan" > > To: users@ovirt.org > > Sent: Sunday, April 13, 2014 3:52:55 AM > > Subject: [ovirt-users] Question about power user and public template > > &g

[ovirt-users] Question about power user and public template

2014-04-12 Thread plysan
Hi, Currently I have run into a problem about permissions when creating vm from template. Say if non admin user A in power user portal want to create vm from template C created by non admin user B, I found out that A need to have both power user role and userbasedtemplatevm role to make it wor

Re: [Users] [Engine-devel] centralized Logging engine and hypervisor

2014-03-20 Thread plysan
could use this feature > as most people tend to have centralized logging already. > > Am 20.03.2014 12:14, schrieb plysan: > > 2014-03-20 18:26 GMT+08:00 Sven Kieske : > > > >> > >> > >> Am 20.03.2014 11:04, schrieb Martin Perina: > >>> > >

Re: [Users] [Engine-devel] centralized Logging engine and hypervisor

2014-03-20 Thread plysan
2014-03-20 18:26 GMT+08:00 Sven Kieske : > > > Am 20.03.2014 11:04, schrieb Martin Perina: > > > > > > > > I didn't try it, but some info can be found in this thread: > > > > > http://stackoverflow.com/questions/10400263/jboss-as-7-configure-logging-to-syslog-appender > > > Thanks for the link, fo

Re: [Users] Source code unerstanding

2014-03-15 Thread plysan
2014-03-14 23:09 GMT+08:00 aditya mamidwar : > > Hey, > > is there a simpler way to know which code is responsible for which module > of the engine. > If you import the code from eclipse, you can get a good overview of the engine code by looking at project names. > is there a documentation mainta