[Engine-devel] RFE: SPICE and VNC graphics at the same time

2013-11-06 Thread Frantisek Kobzik
Dear devels, I started working on a feature that allows user to run a VM with both SPICE and VNC graphics [1]. In the engine we derive the graphics server type (SPICE/VNC) from the video device (QXL/CIRRUS), which I think is wrong. These are two different things and should be treated

[Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Shubhendu Tripathi
Hi, In the case of Gluster, as there are no one to one mappings available for all the error messages from Gluster, we set the error in the VdcFault object as NULL. We also populate the actual error from the Gluster as error message in the fault object.

Re: [Engine-devel] daily oVirt 3.3.1 blocker status

2013-11-06 Thread Eduardo Warszawski
- Original Message - Hi, only one bloker remains to be fixed: Bug 1022961 - Running a VM from a gluster domain uses mount instead of gluster URI I don't see any activity about it. Can anybody join Eduardo for fixing it ASAP? I'm working on it. Hope soon we will have a fix. Don't

Re: [Engine-devel] RFE: SPICE and VNC graphics at the same time

2013-11-06 Thread Michal Skrivanek
On Nov 6, 2013, at 10:33 , Frantisek Kobzik fkob...@redhat.com wrote: Dear devels, I started working on a feature that allows user to run a VM with both SPICE and VNC graphics [1]. In the engine we derive the graphics server type (SPICE/VNC) from the video device (QXL/CIRRUS), which I

Re: [Engine-devel] RFE: SPICE and VNC graphics at the same time

2013-11-06 Thread Omer Frenkel
- Original Message - From: Frantisek Kobzik fkob...@redhat.com To: engine-devel engine-devel@ovirt.org Sent: Wednesday, November 6, 2013 11:33:28 AM Subject: [Engine-devel] RFE: SPICE and VNC graphics at the same time Dear devels, I started working on a feature that allows user

Re: [Engine-devel] RFE: SPICE and VNC graphics at the same time

2013-11-06 Thread Frantisek Kobzik
No, just two graphics .../ framebuffers. - Original Message - From: Omer Frenkel ofren...@redhat.com To: Frantisek Kobzik fkob...@redhat.com Cc: engine-devel engine-devel@ovirt.org Sent: Wednesday, November 6, 2013 1:20:42 PM Subject: Re: [Engine-devel] RFE: SPICE and VNC graphics at the

Re: [Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Alexander Wels
Looking at the code, if you start the error message with a $ it will not do the . to _ replacement. Not sure if your error message will now simply start with a $, but it is worth a try I guess. On Wednesday, November 06, 2013 03:37:34 PM Shubhendu Tripathi wrote: Hi, In the case of Gluster,

Re: [Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Einav Cohen
- Original Message - From: Alexander Wels aw...@redhat.com Sent: Wednesday, November 6, 2013 8:28:13 AM Looking at the code, if you start the error message with a $ it will not do the . to _ replacement. Not sure if your error message will now simply start with a $, but it is worth

Re: [Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Einav Cohen
but if the message is not a key, and would be displayed as-is, on . to _ replacement should take place. on - no* - Original Message - From: Einav Cohen eco...@redhat.com Sent: Wednesday, November 6, 2013 9:10:09 AM - Original Message - From: Alexander Wels

Re: [Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Daniel Erez
- Original Message - From: Shubhendu Tripathi shtri...@redhat.com To: de...@redhat.com, engine-devel engine-devel@ovirt.org Cc: Dusmant Pati dp...@redhat.com Sent: Wednesday, November 6, 2013 12:07:34 PM Subject: IMP: Regarding an issue while translating the error messages for

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Einav Cohen
Hi Tomas, Like Itamar, I think that a line chart is a better idea, and that a chart per monitored fact (rather than a combined chart) is better. the statistics readable enough. Maybe if you hover the chart it could pop up a bigger version of the chart? Or not needed? this is a

Re: [Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Shubhendu Tripathi
On 11/06/2013 07:43 PM, Daniel Erez wrote: - Original Message - From: Shubhendu Tripathi shtri...@redhat.com To: de...@redhat.com, engine-devel engine-devel@ovirt.org Cc: Dusmant Pati dp...@redhat.com Sent: Wednesday, November 6, 2013 12:07:34 PM Subject: IMP: Regarding an issue while

Re: [Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Shubhendu Tripathi
On 11/06/2013 07:41 PM, Einav Cohen wrote: but if the message is not a key, and would be displayed as-is, on . to _ replacement should take place. on - no* This solution looks fine. If the error message is not found in the map, we can revert back to original message which has the .s. Request

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Tomas Jelinek
Hi Einav, - Original Message - From: Einav Cohen eco...@redhat.com To: Tomas Jelinek tjeli...@redhat.com Cc: engine-devel engine-devel@ovirt.org, Eldan Hildesheim ehild...@redhat.com, info i...@eldanet.com, Malini Rao m...@redhat.com Sent: Wednesday, November 6, 2013 3:26:15 PM

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Malini Rao
Hey all, Comments inline- - Original Message - From: Tomas Jelinek tjeli...@redhat.com To: Einav Cohen eco...@redhat.com Cc: engine-devel engine-devel@ovirt.org, Eldan Hildesheim ehild...@redhat.com, info i...@eldanet.com, Malini Rao m...@redhat.com, Martin Polednik

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Alexander Wels
Maybe gchart is an option? Examples available here [1] one of the available charts is a spark line. I just don't know how well that will play with our grid implementation. [1]

Re: [Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Daniel Erez
- Original Message - From: Shubhendu Tripathi shtri...@redhat.com To: Daniel Erez de...@redhat.com Cc: engine-devel engine-devel@ovirt.org, Dusmant Pati dp...@redhat.com Sent: Wednesday, November 6, 2013 4:31:52 PM Subject: Re: IMP: Regarding an issue while translating the error

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Malini Rao
Is this a possibility? Looks nicer. http://style.org/chartapi/sparklines/ - Original Message - From: Alexander Wels aw...@redhat.com To: engine-devel@ovirt.org Cc: Malini Rao m...@redhat.com, Tomas Jelinek tjeli...@redhat.com, Eldan Hildesheim ehild...@redhat.com, info i...@eldanet.com

[Engine-devel] [QE] 3.3.2 Release tracker

2013-11-06 Thread Sandro Bonazzola
Hi, as you may know, we're planning to build oVirt 3.3.2 beta really soon and release 3.3.2 by early December. I have created a tracker bug (https://bugzilla.redhat.com/show_bug.cgi?id=1027349) for this release. Beta build will be composed in 2 weeks. The following is a list of the bugs with

[Engine-devel] GWT DevMode plugin stopped working in Firefox 24+

2013-11-06 Thread Greg Sheremeta
I submitted a bug. Please star it if this affects you. https://code.google.com/p/google-web-toolkit/issues/detail?id=8423 Detailed description (please be as specific as possible): The DevMode plugin does not work (Development Mode requires the GWT Developer Plugin). I encountered this in

Re: [Engine-devel] GWT DevMode plugin stopped working in Firefox 24+

2013-11-06 Thread Daniel Erez
- Original Message - From: Greg Sheremeta gsher...@redhat.com To: engine-devel engine-devel@ovirt.org Sent: Wednesday, November 6, 2013 6:27:57 PM Subject: [Engine-devel] GWT DevMode plugin stopped working in Firefox 24+ I submitted a bug. Please star it if this affects you.

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Alexander Wels
I suppose we need to answer a few questions before we can go into which library is better: 1. Do we mind sending data over to Google so Google can render images for us. 2. Are we fine with just an image being displayed in the grid? If we aren't okay with #1, we will have to create some sort of

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Justin Hammond
Not directly related, but it would be good if the UI could also display disk activity per VM and overall for a host. I've got a few disk intensive VM's or the occasional memory starved VM that kills disk throughput for other VM's. it's always a struggle to identify them , so something in the

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Itamar Heim
On 11/06/2013 07:19 PM, Justin Hammond wrote: Not directly related, but it would be good if the UI could also display disk activity per VM and overall for a host. I've got a few disk intensive VM's or the occasional memory starved VM that kills disk throughput for other VM's. it's always a

[Engine-devel] Permissions involved in using REST API

2013-11-06 Thread Jonathan Daugherty
Hi all, I'm interested in setting up a non-administrative user account to be used to access the oVirt REST API. I have a user who is testing this functionality by integrating some Vagrant-related software to talk to oVirt. The user's oVirt account is a non-admin account with enough privileges

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Einav Cohen
Hi Malini, Why does the change in the line need to seem palpable every few seconds? I think the base requirement of how accurate the data is when a user looks at a grid has not changed.. just the data visualization. Right? So , if the refresh rate is not a problem today, why is it a problem

Re: [Engine-devel] IMP: Regarding an issue while translating the error messages for gluster using ErrorTranslator class

2013-11-06 Thread Shubhendu Tripathi
On 11/06/2013 09:29 PM, Daniel Erez wrote: - Original Message - From: Shubhendu Tripathi shtri...@redhat.com To: Daniel Erez de...@redhat.com Cc: engine-devel engine-devel@ovirt.org, Dusmant Pati dp...@redhat.com Sent: Wednesday, November 6, 2013 4:31:52 PM Subject: Re: IMP: Regarding

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Lior Vernia
On 06/11/13 16:26, Einav Cohen wrote: Hi Tomas, Like Itamar, I think that a line chart is a better idea, and that a chart per monitored fact (rather than a combined chart) is better. the statistics readable enough. Maybe if you hover the chart it could pop up a bigger version of the

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Lior Vernia
Sorry, obviously I meant RAM usage... On 07/11/13 08:51, Lior Vernia wrote: On 06/11/13 16:26, Einav Cohen wrote: Hi Tomas, Like Itamar, I think that a line chart is a better idea, and that a chart per monitored fact (rather than a combined chart) is better. the statistics readable

Re: [Engine-devel] [UX] how to design a bar/line chart?

2013-11-06 Thread Tomas Jelinek
- Original Message - From: Lior Vernia lver...@redhat.com To: Einav Cohen eco...@redhat.com Cc: Eldan Hildesheim ehild...@redhat.com, engine-devel engine-devel@ovirt.org, info i...@eldanet.com Sent: Thursday, November 7, 2013 8:03:25 AM Subject: Re: [Engine-devel] [UX] how to