[ovirt-users] Adding a new quota via the ovirt-shell

2015-06-18 Thread nicolas
Hi, Is it currently possible to define a new resource quota (CPU, memory, storage...) via the ovirt-shell (CLI) in oVirt 3.5.3? I have listed all the available commands but I can't find it under any of them. Thanks. Nicolás ___ Users mailing list

Re: [ovirt-users] Unable to use the SPICE HTML5 tool

2015-06-11 Thread nicolas
El 2015-06-11 08:55, Simone Tiraboschi escribió: - Original Message - From: nico...@devels.es To: users@ovirt.org Sent: Thursday, June 11, 2015 9:30:23 AM Subject: Re: [ovirt-users] Unable to use the SPICE HTML5 tool El 2015-06-11 08:04, nico...@devels.es escribió: El 2015-06-11

Re: [ovirt-users] Unable to use the SPICE HTML5 tool

2015-06-11 Thread nicolas
El 2015-06-11 11:16, Gianluca Cecchi escribió: On Thu, Jun 11, 2015 at 11:57 AM, nico...@devels.es wrote: El 2015-06-11 08:55, Simone Tiraboschi escribió: Indeed, checking the Javascript console I discovered where the culprit is. This ovirt engine machine had formerly a FQDN that was

Re: [ovirt-users] Unexpected protocol mismatch with SPICE HTML5

2015-06-17 Thread nicolas
El 2015-06-17 12:35, Michal Skrivanek escribió: On Jun 17, 2015, at 09:17 , nico...@devels.es wrote: Hi Michal, El 2015-06-17 07:24, Michal Skrivanek escribió: On Jun 17, 2015, at 08:21 , Michal Skrivanek michal.skriva...@redhat.com wrote: On Jun 16, 2015, at 12:02 , nico...@devels.es

Re: [ovirt-users] Unexpected protocol mismatch with SPICE HTML5

2015-06-17 Thread nicolas
Hi Michal, El 2015-06-17 07:24, Michal Skrivanek escribió: On Jun 17, 2015, at 08:21 , Michal Skrivanek michal.skriva...@redhat.com wrote: On Jun 16, 2015, at 12:02 , nico...@devels.es wrote: Hi, I just made a fresh install of ovirt-engine (v. 3.5.3.1-1) on a CentOS-7 x86_64 box. My

[ovirt-users] Unexpected protocol mismatch with SPICE HTML5

2015-06-16 Thread nicolas
Hi, I just made a fresh install of ovirt-engine (v. 3.5.3.1-1) on a CentOS-7 x86_64 box. My previous installation had issues with the TLS certificate time of issue, which was successfully fixed in this version (https://bugzilla.redhat.com/show_bug.cgi?id=1210486). However, when trying to

Re: [ovirt-users] Unable to use the SPICE HTML5 tool

2015-06-11 Thread nicolas
El 2015-06-11 08:04, nico...@devels.es escribió: El 2015-06-11 06:59, Joop escribió: On 10-6-2015 19:04, Nicolás wrote: Hi, I'm using oVirt 3.5.2 on a CentOS box. As far as the engine goes everything is working fine, except that I can't start the SPICE HTML5 tool for any of the installed

Re: [ovirt-users] Unable to use the SPICE HTML5 tool

2015-06-11 Thread nicolas
El 2015-06-11 06:59, Joop escribió: On 10-6-2015 19:04, Nicolás wrote: Hi, I'm using oVirt 3.5.2 on a CentOS box. As far as the engine goes everything is working fine, except that I can't start the SPICE HTML5 tool for any of the installed machines I have. I've installed the oVirt guest

[ovirt-users] Setting VmPool type via ovirtsdk

2015-07-20 Thread nicolas
Hi, I'm defining new VmPools via python code using ovirtSDK along with oVirt v. 3.5.3.1-1. Pool creation seems to work fine, but by default they are created as 'Automatic' and I need them to be 'Manual', however, I can't find out the SDK parameter to do this. Is this currently possible?

[ovirt-users] Rebooting gluster nodes make VMs pause due to storage error

2015-10-27 Thread nicolas
Hi, We're using ovirt 3.5.3.1, and as storage backend we use GlusterFS. We added a Storage Domain with the path "gluster.fqdn1:/volume", and as options, we used "backup-volfile-servers=gluster.fqdn2". We now need to restart both gluster.fqdn1 and gluster.fqdn2 machines due to system update

[ovirt-users] No MAC addresses left in the MAC Address Pool

2015-11-06 Thread nicolas
Hi, We're running oVirt 3.5.3.1-1. One of our users is trying to create a new VM. However, he gets the following warning: 2015-11-05 17:33:12,596 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-23) [7a0ba949] Correlation ID: null, Call

[ovirt-users] Conflicts in hooks

2015-10-06 Thread nicolas
Hi, We're running version 3.5.3.1-1 of oVirt, along with GlusterFS storage. Recently we're having plenty of events like these: 2015-Oct-06, 07:38 Detected conflict in hook set-POST-32gluster_enable_shared_storage.sh of Cluster Cluster. 2015-Oct-06, 07:38 Detected conflict in hook

Re: [ovirt-users] Conflicts in hooks

2015-10-06 Thread nicolas
Hi kasturi, Thanks, it seems solved now - I haven't even realized there was a 'Gluster Hooks' tab before you wrote! Regards, Nicolás El 2015-10-06 10:21, knarra escribió: Hi nicolas, This issue happens if there are any conflicts between the hooks scripts present in the servers of your

[ovirt-users] Getting SPICE connection parameters with Python-SDK

2016-06-05 Thread nicolas
Hi, On user portal, when users click on the "Connect" link of a VM that is configured to be run with "Native client" and SPICE protocol, a .vv file is generated with the connection parameters so the SPICE client knows where to connect: host, port, password, ... Currently, is there a way to

[ovirt-users] Allow non-privileged users to use the API

2016-06-08 Thread nicolas
Hi, I'm currently trying to use oVirt's API with a non-privileged username (only has UserRole over a few VMs) and when the request is made, a 400 error is returned: Operation Failed query execution failed due to insufficient permissions. Is there a way to grant non-privileged

[ovirt-users] Cannot create volume snapshot from illegal volume

2016-06-08 Thread nicolas
Hi, We're running oVirt 3.6.5.3-1 and we're experiencing an issue with one of the VMs we have. There's one VM we'd like to make snapshots of and each time we try, the following error is shown in oVirt engine: Message: VDSM host01.domain.com command failed: Cannot create volume snapshot

Re: [ovirt-users] Allow non-privileged users to use the API

2016-06-08 Thread nicolas
El 2016-06-08 13:43, Alexander Wels escribió: On Wednesday, June 08, 2016 01:27:48 PM nico...@devels.es wrote: Hi, I'm currently trying to use oVirt's API with a non-privileged username (only has UserRole over a few VMs) and when the request is made, a 400 error is returned: Operation

Re: [ovirt-users] Upgrade version problem

2016-06-03 Thread nicolas
El 2016-06-03 11:53, Ollie Armstrong escribió: On 3 June 2016 at 11:48, wrote: Seems ovirt-engine-tools package is not marked for update although there is a new version in repos (for example in [1]), 3.6.6.2. I run 'yum clean all' previously to update to make sure this is

[ovirt-users] Upgrade version problem

2016-06-03 Thread nicolas
Hi, We're trying to upgrade oVirt engine from ver. 3.6.5.3 to 3.6.6.2. When calling 'yum update', following error occurs: Error: Package: ovirt-engine-tools-3.6.5.3-1.el7.centos.noarch (@ovirt-3.6) Requires: ovirt-engine-tools-backup = 3.6.5.3-1.el7.centos Removing:

Re: [ovirt-users] Cannot create volume snapshot from illegal volume

2016-06-19 Thread nicolas
Hi, No, the disk's state is OK. We've finally found a workaround which was creating a new disk, 'dd' the old disk to the new one within the VM, detach the new disk and attach it to a new VM, but still it's weird. We've kept the old machine in case you need to run any additional test.

[ovirt-users] Snapshot deletion failure

2016-06-24 Thread nicolas
Hi, We're trying to delete an auto-generated live snapshot that has been created after migrating an online VM's storage to a different domain. oVirt version is 3.6.6 and VDSM version is 4.17.28. Most relevant log lines are: 2016-06-24 07:50:36,252 ERROR

[ovirt-users] Network interface profiles disappeared after upgrading to 3.6.1

2016-01-15 Thread nicolas
Hi, We recently upgraded from 3.5.3 to 3.6.1. Everything went fairly smooth, however, today we realized we're facing some issues. Users cannot add network interfaces on the User Portal to their VMs. It seems that when they click on "New", the "Profile" checkbox is empty so they cannot

Re: [ovirt-users] Network interface profiles disappeared after upgrading to 3.6.1

2016-01-15 Thread nicolas
In the JavaScript console I see this: Fri Jan 15 18:38:17 GMT+000 2016 SEVERE: Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError) __gwt$exception: : NMk(...) is null at Unknown.POm(Unknown Source) at Unknown.ZFk(Unknown Source) at

Re: [ovirt-users] How does VDSM-Fake actually work?

2016-02-03 Thread nicolas
Anything? El 2016-02-02 10:18, Nicolás escribió: Hi, I'm trying to set up VDSM-Fake (git://gerrit.ovirt.org/ovirt-vdsmfake.git) for some tests, however, I'm a bit confused about how does it actually work. As the instructions say, I was able to build the project with Maven (however, the

[ovirt-users] Manually assign DC and Cluster to Blank template

2016-02-16 Thread nicolas
Hi, We upgraded from oVirt 3.5 and 3.6 and deleted the Default cluster, so now we have the Blank template with no DC and no Cluster, thus our users can't use it. Is there a way to manually set these two parameters to the current DC and Cluster values for the Blank template? I tried editing

[ovirt-users] Pending events in the Tasks tab

2016-02-17 Thread nicolas
Hi, We're using oVirt 3.6.2.6, and we're having some events not being cleared from the Tasks tab. I cannot confirm this is only related to creating VM pools, but any created VM pool remains unfinished forever in the Tasks tab. As you may see in the screenshot, there are events that were

Re: [ovirt-users] Pending events in the Tasks tab

2016-02-17 Thread nicolas
I forgot to attach the screenshot. Here it goes. El 2016-02-17 08:25, nico...@devels.es escribió: Hi, We're using oVirt 3.6.2.6, and we're having some events not being cleared from the Tasks tab. I cannot confirm this is only related to creating VM pools, but any created VM pool remains

Re: [ovirt-users] Manually assign DC and Cluster to Blank template

2016-02-17 Thread nicolas
El 2016-02-17 22:55, Greg Padgett escribió: On 02/16/2016 07:56 AM, nico...@devels.es wrote: Hi, We upgraded from oVirt 3.5 and 3.6 and deleted the Default cluster, so now we have the Blank template with no DC and no Cluster, thus our users can't use it. Is there a way to manually set these

[ovirt-users] How to create a DataCenterQuota via Python SDK?

2016-02-19 Thread nicolas
Hi, I'm trying to create a Data Center Quota with limits for memory, vcpu and storage. As per the class definition, DataCenterQuota expects: a datacenter, a quota and a context. Quota class in turn expects limits but only as percentages, for hard and soft limits. However if I dump an

[ovirt-users] Hiding events

2016-03-10 Thread nicolas
Hi, Is there currently a way to hide specific events from the event list? I mean not showing them up when they occur. Thanks. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

[ovirt-users] Unable to move disk on (non-)stateless machine

2016-03-18 Thread nicolas
Hi, We're running oVirt 3.6.3.4-1. We have 2 storage domains of the same kind (both iSCSI). We're moving some of the disks from one to other, preferably without shutting down the machine. When moving a disk with the VM started, the following error is thrown: Error while executing

[ovirt-users] Lots of "domain in problem" warnings

2016-04-07 Thread nicolas
Hi, Lately we're having a lot of events like these: 2016-04-07 14:54:25,247 WARN [org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxyData] (org.ovirt.thread.pool-8-thread-2) [] domain '5de4a000-a9c4-489c-8eee-10368647c413:iscsi01' in problem. vds: 'host7.domain.com' 2016-04-07 14:54:40,501

[ovirt-users] VM has been paused due to no Storage space error.

2016-04-13 Thread nicolas
Hi, We're running oVirt 3.6.4.1-1. Lately we're seeing a bunch of events like these: 2016-04-13 10:52:30,735 INFO [org.ovirt.engine.core.vdsbroker.VmAnalyzer] (DefaultQuartzScheduler_Worker-86) [60dea18f] VM 'f9cd282e-110a-4896-98d3-6d320662744d'(vm.domain.com) moved from 'Up' -->

Re: [ovirt-users] VM has been paused due to no Storage space error.

2016-04-13 Thread nicolas
Hi Fred, This is an iSCSI storage. I'm attaching the VDSM logs from the host where this machine has been running. Should you need any further info, don't hesitate to ask. Thanks. Regards. El 2016-04-13 11:54, Fred Rolland escribió: Hi, What kind of storage do you have ? (ISCSI,FC,NFS...)

Re: [ovirt-users] Creating templates in a blocking fashion from Python SDK

2016-04-10 Thread nicolas
El 2016-04-10 11:16, Yaniv Kaul escribió: On Sun, Apr 10, 2016 at 11:02 AM, Yedidyah Bar David wrote: On Sun, Apr 10, 2016 at 10:43 AM, Barak Korren wrote: Hi there, I use the following Python SDK snippet to create a template from an existing VM:      

Re: [ovirt-users] Unable to move disk on (non-)stateless machine

2016-03-19 Thread nicolas
El 2016-03-18 08:06, Tomas Jelinek escribió: - Original Message - From: nico...@devels.es To: users@ovirt.org Sent: Wednesday, March 16, 2016 7:14:22 PM Subject: [ovirt-users] Unable to move disk on (non-)stateless machine Hi, We're running oVirt 3.6.3.4-1. We have 2 storage domains

Re: [ovirt-users] Remove master storage from data center?

2016-03-07 Thread nicolas
Done [1]. Regards. [1]: https://bugzilla.redhat.com/attachment.cgi?bugid=1315306 El 2016-03-07 10:21, Fred Rolland escribió: In any case, open a bug for better tracking. Add the log and steps for reproduce On Mon, Mar 7, 2016 at 10:44 AM, wrote: Hi Fred, I'm attaching

[ovirt-users] Remove master storage from data center?

2016-03-02 Thread nicolas
Hi, We've migrated storage from glusterfs to iSCSI, so now we have 2 storages in our data center. As we've already finished, we want to remove the gluster storage from our data center (which is the master storage right now). We've tried to put it on maintenance but we're getting this error:

Re: [ovirt-users] ovirt-event-notifier for e-mail notification

2016-03-28 Thread nicolas
El 2016-03-28 12:30, Yedidyah Bar David escribió: On Mon, Mar 28, 2016 at 1:38 PM, wrote: El 2016-03-28 11:23, Yedidyah Bar David escribió: On Mon, Mar 28, 2016 at 1:05 PM, wrote: Hi, On oVirt 3.6.3.4-1, when selecting the 'Event notification'

[ovirt-users] ovirt-event-notifier for e-mail notification

2016-03-28 Thread nicolas
Hi, On oVirt 3.6.3.4-1, when selecting the 'Event notification' sub-tab on a user in the 'Users' tab, at the bottom this message is shown: Note: To receive email notifications, ensure that the mail server is configured and the ovirt-event-notifier service is running. I cannot find this

Re: [ovirt-users] ovirt-event-notifier for e-mail notification

2016-03-28 Thread nicolas
El 2016-03-28 11:23, Yedidyah Bar David escribió: On Mon, Mar 28, 2016 at 1:05 PM, wrote: Hi, On oVirt 3.6.3.4-1, when selecting the 'Event notification' sub-tab on a user in the 'Users' tab, at the bottom this message is shown: Note: To receive email notifications,

Re: [ovirt-users] ovirt-event-notifier for e-mail notification

2016-03-28 Thread nicolas
El 2016-03-28 13:24, Yedidyah Bar David escribió: On Mon, Mar 28, 2016 at 2:41 PM, wrote: El 2016-03-28 12:30, Yedidyah Bar David escribió: On Mon, Mar 28, 2016 at 1:38 PM, wrote: El 2016-03-28 11:23, Yedidyah Bar David escribió: On Mon, Mar 28,

Re: [ovirt-users] VM has been paused due to no Storage space error.

2016-04-14 Thread nicolas
Hi Nir, El 2016-04-14 11:02, Nir Soffer escribió: On Thu, Apr 14, 2016 at 12:38 PM, Fred Rolland wrote: Nir, See attached the repoplot output. So we have about one concurrent lvm command without any disk operations, and everything seems snappy. Nicolás, maybe this

Re: [ovirt-users] VMs becoming non-responsive sporadically

2016-04-30 Thread nicolas
El 2016-04-30 22:37, Nir Soffer escribió: On Sat, Apr 30, 2016 at 10:28 PM, Nir Soffer wrote: On Sat, Apr 30, 2016 at 7:16 PM, wrote: El 2016-04-30 16:55, Nir Soffer escribió: On Sat, Apr 30, 2016 at 11:33 AM, Nicolás wrote: Hi

Re: [ovirt-users] VMs becoming non-responsive sporadically

2016-04-30 Thread nicolas
El 2016-04-30 23:22, Nir Soffer escribió: On Sun, May 1, 2016 at 12:48 AM, wrote: El 2016-04-30 22:37, Nir Soffer escribió: On Sat, Apr 30, 2016 at 10:28 PM, Nir Soffer wrote: On Sat, Apr 30, 2016 at 7:16 PM, wrote: El

Re: [ovirt-users] 100% memory usage on desktop environments

2016-05-19 Thread nicolas
El 2016-05-19 07:36, Yaniv Kaul escribió: On Wed, May 18, 2016 at 6:52 PM, Nicolás wrote: Hi, Probably not an oVirt issue, but maybe someone can help. I've deployed a pretty basic VM (ubuntu 14.04 server, 4GB RAM, 4 CPUs, 15GB storage). Each time I install an additional

Re: [ovirt-users] VMs becoming non-responsive sporadically

2016-05-01 Thread nicolas
El 2016-04-30 23:22, Nir Soffer escribió: On Sun, May 1, 2016 at 12:48 AM, wrote: El 2016-04-30 22:37, Nir Soffer escribió: On Sat, Apr 30, 2016 at 10:28 PM, Nir Soffer wrote: On Sat, Apr 30, 2016 at 7:16 PM, wrote: El

Re: [ovirt-users] VMs becoming non-responsive sporadically

2016-05-01 Thread nicolas
El 2016-05-01 14:01, Nir Soffer escribió: On Sun, May 1, 2016 at 3:31 PM, wrote: El 2016-04-30 23:22, Nir Soffer escribió: On Sun, May 1, 2016 at 12:48 AM, wrote: El 2016-04-30 22:37, Nir Soffer escribió: On Sat, Apr 30, 2016 at 10:28 PM, Nir

Re: [ovirt-users] VM has been paused due to no Storage space error.

2016-04-14 Thread nicolas
Ok, that makes sense, thanks for the insight both Alex and Fred. I'm attaching the VDSM log of the SPM node at the time of the pause. I couldn't find anything that would clearly identify the problem, but maybe you'll be able to. Thanks. Regards. El 2016-04-13 13:09, Fred Rolland escribió:

Re: [ovirt-users] LDAP-based domain not working after upgrade?

2016-08-10 Thread nicolas
El 2016-08-10 14:46, Nicolás escribió: En 10/8/2016 2:29 p. m., Alexander Wels escribió: On Wednesday, August 10, 2016 9:02:16 AM EDT Alexander Wels wrote: On Wednesday, August 10, 2016 9:10:25 AM EDT nico...@devels.es wrote: El 2016-08-10 08:58, Ondra Machacek

Re: [ovirt-users] LDAP-based domain not working after upgrade?

2016-08-10 Thread nicolas
El 2016-08-10 09:32, Ondra Machacek escribió: On 08/10/2016 10:10 AM, nico...@devels.es wrote: El 2016-08-10 08:58, Ondra Machacek escribió: On 08/10/2016 09:37 AM, Nicolás wrote: Hi, We're running oVirt 4.0.1.1, and we're trying to grant a permission to a user on a VM. Thing is when we

Re: [ovirt-users] LDAP-based domain not working after upgrade?

2016-08-10 Thread nicolas
El 2016-08-10 13:36, nico...@devels.es escribió: El 2016-08-10 09:32, Ondra Machacek escribió: On 08/10/2016 10:10 AM, nico...@devels.es wrote: El 2016-08-10 08:58, Ondra Machacek escribió: On 08/10/2016 09:37 AM, Nicolás wrote: Hi, We're running oVirt 4.0.1.1, and we're trying to grant a

Re: [ovirt-users] LDAP-based domain not working after upgrade?

2016-08-12 Thread nicolas
El 2016-08-12 20:38, Ondra Machacek escribió: On 08/12/2016 05:53 PM, nico...@devels.es wrote: El 2016-08-10 14:46, Nicolás escribió: En 10/8/2016 2:29 p. m., Alexander Wels escribió: On Wednesday, August 10, 2016 9:02:16 AM EDT Alexander Wels wrote: On Wednesday,

Re: [ovirt-users] LDAP-based domain not working after upgrade?

2016-08-12 Thread nicolas
El 2016-08-10 14:46, Nicolás escribió: En 10/8/2016 2:29 p. m., Alexander Wels escribió: On Wednesday, August 10, 2016 9:02:16 AM EDT Alexander Wels wrote: On Wednesday, August 10, 2016 9:10:25 AM EDT nico...@devels.es wrote: El 2016-08-10 08:58, Ondra Machacek

Re: [ovirt-users] LDAP-based domain not working after upgrade?

2016-08-10 Thread nicolas
El 2016-08-10 08:58, Ondra Machacek escribió: On 08/10/2016 09:37 AM, Nicolás wrote: Hi, We're running oVirt 4.0.1.1, and we're trying to grant a permission to a user on a VM. Thing is when we open the 'Permissions' subtab on that VM, we click on Add, the LDAP backend shows up but any value

Re: [ovirt-users] ERROR [org.ovirt.vdsm.jsonrpc.client.reactors.Reactor] (SSL Stomp Reactor) [] Unable to process messages

2016-07-21 Thread nicolas
So I gave it another try and this time it worked without any issue (with 4.0.1.1 version). Strange, maybe the first upgrade failure left system in a weird state? Anyhow almost everything ([1]) is working fine now. Thanks for the help! [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1358737

Re: [ovirt-users] ERROR [org.ovirt.vdsm.jsonrpc.client.reactors.Reactor] (SSL Stomp Reactor) [] Unable to process messages

2016-07-20 Thread nicolas
Any hints about this? El 2016-07-13 11:13, nico...@devels.es escribió: Hi, Unfortunately, upgrading to 4.0.1RC didn't solve the problem. Actually, the error changed to 'General SSLEngine problem', but the result was the same, like this: 2016-07-13 09:52:22,010 INFO

Re: [ovirt-users] 3.6 -> 4.0 upgrade fails on schema refresh

2016-07-06 Thread nicolas
Hi Arik, El 2016-07-06 10:27, Arik Hadas escribió: Hi, This is a bit aggressive solution to remove all snapshots with the memory. Can you confirm that a storage domain that was active while creating the snapshot with memory was removed from the system? This is something that was not covered

[ovirt-users] IOException (error 503) when calling /ovirt-engine-reports

2016-07-06 Thread nicolas
Hi, We just upgraded to oVirt 4.0, everything seems to be working but in our logs we see an exception for /ovirt-engine-reports continuously. Any call to /ovirt-engine-reports generates a 503 error. I'm attaching the full exception. Any hints? Thanks.2016-07-06 12:10:03,729 ERROR

Re: [ovirt-users] 3.6 -> 4.0 upgrade fails on schema refresh

2016-07-06 Thread nicolas
El 2016-07-06 11:11, nico...@devels.es escribió: Hi Arik, El 2016-07-06 10:27, Arik Hadas escribió: Hi, This is a bit aggressive solution to remove all snapshots with the memory. Can you confirm that a storage domain that was active while creating the snapshot with memory was removed from

Re: [ovirt-users] 3.6 -> 4.0 upgrade fails on schema refresh

2016-07-06 Thread nicolas
You need to do this in the 'engine' database instead of 'postgres'. El 2016-07-06 13:41, Matt . escribió: HI, Thanks for the solution, I actually get: postgres=# select vm_name, snapshots.description as snapshot_name, snapshot_id from snapshots join vm_static on vm_id=vm_guid where

Re: [ovirt-users] 3.6 -> 4.0 upgrade fails on schema refresh

2016-07-06 Thread nicolas
Hi, We have had a similar issue when upgrading, digging into it we found out that this was caused by snapshots that had the "Save memory" option enabled. We finally ended up deleting any snapshot that had this option enabled and then we tried to upgrade, this time the process went smooth.

Re: [ovirt-users] ovirt-engine-notifier tuning?

2017-02-08 Thread nicolas
Any ideas about this? Thanks. El 2017-02-04 14:59, Nicolás escribió: Hi, Is there a way to configure the frequency on which the ovirt-engine-notifier notifies about the same issue? We've recently had a Domain Storage with low space and an email was sent cca. every 15 minutes. Is there a way

[ovirt-users] Limit DWH database size

2016-09-01 Thread nicolas
Hi, Since we upgraded to 4.0.x, DWH's PostgreSQL database is getting really huge. Is there a clean way to limit its size, like setting a maximal retention time for DWH data? Thanks. ___ Users mailing list Users@ovirt.org

Re: [ovirt-users] Limit DWH database size

2016-09-02 Thread nicolas
I tried adjusting the DWH_TABLES_KEEP_HOURLY parameter to a very low value and also setting the DWH_SAMPLING parameter to 60 and restarted both ovirt-engine-dwhd and ovirt-engine daemons, however, the database is still huge. So even if I change those parameters should I manually clean up the

[ovirt-users] Checking VmPool status with Python-SDK?

2016-11-08 Thread nicolas
Hi, We're running oVirt 4.0.4.4 with engine python SDK version 3.6.7, and currently we're developing an application that first creates a VmPool and afterwards it updates it. However, sometimes happens that both operations occur at the same time, which results in an oVirt error claiming that

[ovirt-users] Change storage domain description

2016-10-19 Thread nicolas
Hi, How can I change an existing storage domain's description? When 'Manage Storage is clicked, only the name can be changed but both Description and Comment fields are greyed-out. This is oVirt 4.0.3 BTW. Thanks. ___ Users mailing list

Re: [ovirt-users] Specifying the datastore on a VmPool creation via Python-SDK?

2017-01-11 Thread nicolas
Any ideas to this? El 2017-01-10 08:43, nico...@devels.es escribió: Hi, We've several templates that have their disks replicated (copied) on all our Storage Domains. Problem is that we create our VmPools using PythonSDK, and it usually creates the pool on one of our Storage Domains that has a

[ovirt-users] Specifying the datastore on a VmPool creation via Python-SDK?

2017-01-10 Thread nicolas
Hi, We've several templates that have their disks replicated (copied) on all our Storage Domains. Problem is that we create our VmPools using PythonSDK, and it usually creates the pool on one of our Storage Domains that has a small amount of free disk space. Some of the Data Stores have

Re: [ovirt-users] Python-SDK: ovirtsdk4.Connection object autologout?

2017-03-23 Thread nicolas
Hi Ravi, Could you please tell me what's the right way to apply this patch on an already working oVirt instance? I already have applied some patches on *.py files, but it seems the *.java files are not there. Thanks! El 2017-03-22 16:06, Ravi Nori escribió: Hi Nicolás, There has been some

Re: [ovirt-users] Bulk move vm disks?

2017-03-24 Thread nicolas
El 2017-03-24 10:29, Ernest Beinrohr escribió: On 24.03.2017 11:11, gflwqs gflwqs wrote: Hi list, I need to move 600+ vms:from one data domain to another, however from what i can see in the GUI i can only move one vm disk at the time which would be very time consuming. I there any way i can

Re: [ovirt-users] Bulk move vm disks?

2017-03-24 Thread nicolas
You can use oVirt 4.1 with the ovirt-engine-sdk-python package version 3.x, they are backwards compatible. Regards. El 2017-03-24 11:12, gflwqs gflwqs escribió: Ok Thank you Nicolas we are using ovirt4.1.. Regards Christian 2017-03-24 12:03 GMT+01:00 <nico...@devels.es>: El 2017-03

Re: [ovirt-users] Python-SDK4: How to list VM user sessions?

2017-03-30 Thread nicolas
Hi Giulio, I tried to reproduce your same steps and it returns an non-empty list for me. In [1]: vms_serv = sys_serv.vms_service() In [2]: vm = vms_serv.list(search='name=bleh')[0] In [3]: vmsv = vms_serv.vm_service(vm.id) In [4]: vmsess = vmsv.sessions_service() In [5]: vmsess.list()

Re: [ovirt-users] Python-SDK4: How to list user permissions?

2017-03-29 Thread nicolas
El 2017-03-29 12:35, Juan Hernández escribió: On 03/29/2017 01:05 PM, nico...@devels.es wrote: Hi, I'm trying to get a user's list of permissions, i.e., list all permissions a user have on VMs and VmPools. In SDK3 that was easy as I could run (being 'u' a User object): for perm in

Re: [ovirt-users] Python-SDK: ovirtsdk4.Connection object autologout?

2017-03-23 Thread nicolas
ovirt-engine-backend-4.1.0.4-1.el7.centos.noarch El 2017-03-23 12:53, Ravi Nori escribió: Can you give me the exact rpm version of ovirt-engine-backend, I can give you a replacement jar file to test On Thu, Mar 23, 2017 at 3:56 AM, wrote: Hi Ravi, Could you please tell

Re: [ovirt-users] VM "hot" RAM memory decrease

2017-03-29 Thread nicolas
El 2017-03-28 15:33, Martin Sivak escribió: min guaranteed should be respected, adding mom maintainer Martin I can't really help without the mom.log and the virsh dumpxml output of that VM in the final state (all memory ballooned). Min guaranteed should be respected, but the question is how

[ovirt-users] Python-SDK4: How to list user permissions?

2017-03-29 Thread nicolas
Hi, I'm trying to get a user's list of permissions, i.e., list all permissions a user have on VMs and VmPools. In SDK3 that was easy as I could run (being 'u' a User object): for perm in u.permissions.list(): vm = perm.get_vm() vmpool = perm.get_vmpool() if vm or vmpool:

[ovirt-users] Python-SDK: ovirtsdk4.Connection object autologout?

2017-03-22 Thread nicolas
Hi, We've recently upgraded from oVirt 4.0.x to 4.1.0 and it seems that the behavior of a script we wrote in Python-SDK has changed slightly. We have a script that needs to be executed forever (daemon mode). This daemon creates an ovirtsdk4.Connection object and uses the same Connection

Re: [ovirt-users] Python-SDK: ovirtsdk4.Connection object autologout?

2017-03-22 Thread nicolas
Hi Juan, I confirm this was working with 4.0.6 (but the same SDK package). The script is relatively new but I'm 100% sure it has been in execution for several weeks, in contrast to current version where after 5-6 iterations the exception starts showing up. I've voted for the bug and added

[ovirt-users] Python-SDK4: Listing template by ID throws exception

2017-04-04 Thread nicolas
Hi, I'm using ovirt-engine-sdk-python 4.1.3 (ovirt ver is 4.1.0), and in a snippet I'm trying to get a template by its id. For that, I did this: conn = ovirtsdk4.Connection(...) sys_serv = conn.system_service() tpl_serv = sys_serv.templates_service() t =

Re: [ovirt-users] Python-SDK4: Listing template by ID throws exception

2017-04-04 Thread nicolas
El 2017-04-04 10:22, Juan Hernández escribió: On 04/04/2017 10:59 AM, nico...@devels.es wrote: Hi, I'm using ovirt-engine-sdk-python 4.1.3 (ovirt ver is 4.1.0), and in a snippet I'm trying to get a template by its id. For that, I did this: conn = ovirtsdk4.Connection(...) sys_serv =

[ovirt-users] Storage balancer project

2017-03-06 Thread nicolas
Hi, I implemented a storage domain balancer [1], i.e. a script that tries to keep all storage domains under a defined threshold. We use our oVirt infrastructure for teaching so have several hundreds of users and cca. 800 VMs at this time, so something like this is really needed considering

Re: [ovirt-users] Storage balancer project

2017-03-07 Thread nicolas
Hi, I added the LICENCE file [1] to the project. Regards. [1]: https://github.com/nkovacne/ovirt-storage-balancer/blob/master/LICENCE El 2017-03-07 06:36, Yaniv Kaul escribió: On Mon, Mar 6, 2017, 10:18 PM wrote: Hi, I implemented a storage domain balancer [1], i.e.

Re: [ovirt-users] Help get oVirt's add featured on Stack Overflow

2017-06-29 Thread nicolas
El 2017-06-29 17:27, Allon Mureinik escribió: Hi lists, Thanks to Eldan, we have a community ad for oVirt proposed on Stack Overflow [1]. Now, we need some upvotes (current threshold is 6) before SO starts serving it. Unless some hater downvotes, it has just reached the 6 votes threshold

Re: [ovirt-users] Python-SDK4: Shutdown a machine with a specific message?

2017-05-12 Thread nicolas
El 2017-05-12 10:11, Juan Hernández escribió: On 05/12/2017 09:46 AM, nico...@devels.es wrote: Hi, Using Python-SDK4, is there a way to shutdown a machine with a specific message? In code I just see this definition: def shutdown( self, async=None, headers=None,

[ovirt-users] Renaming VM needs restart?

2017-05-11 Thread nicolas
Hi, We're using oVirt 4.1.1.8-1. I just edited a powered on VM to rename it and a popup was shown stating that a restart is required. Is that new, or is it a bug? I remember not having to do so in prior versions. I'm attaching a snapshot. Thanks.

Re: [ovirt-users] VDSM fails after a while

2017-05-26 Thread nicolas
El 2017-05-26 12:00, nico...@devels.es escribió: El 2017-05-26 11:24, Michal Skrivanek escribió: On 26 May 2017, at 12:07, nico...@devels.es wrote: Hi, We recently upgraded vdsm on a host using the webadmin. After activating it, it kept failing so we tried to activate it back via 'systemctl

[ovirt-users] VDSM fails after a while

2017-05-26 Thread nicolas
Hi, We recently upgraded vdsm on a host using the webadmin. After activating it, it kept failing so we tried to activate it back via 'systemctl start vdsmd'. # systemctl start vdsmd Job for vdsmd.service failed because the control process exited with error code. See "systemctl status

Re: [ovirt-users] Python-SDK4: Managing accents?

2017-06-13 Thread nicolas
Currently all our scripts are python2-based, not sure if running them with Python3 would need a major change, but currently we're happy with Python2. I'm still not clear if this is a bug or an additional option should be supplied in order to make this work. Thanks. El 2017-06-12 14:48,

Re: [ovirt-users] Python-SDK4: Managing accents?

2017-06-13 Thread nicolas
El 2017-06-13 13:30, Juan Hernández escribió: On 06/13/2017 01:58 PM, nico...@devels.es wrote: Currently all our scripts are python2-based, not sure if running them with Python3 would need a major change, but currently we're happy with Python2. I'm still not clear if this is a bug or an

Re: [ovirt-users] ovirt sdk and pipelining

2017-06-16 Thread nicolas
El 2017-06-16 08:52, Fabrice Bacchella escribió: I just read the blog entry about performance increate in for the python sdk (https://www.ovirt.org/blog/2017/05/higher-performance-for-python-sdk/). I'm quite sceptical about pipelining. I disagree. Even without reading the post you mention,

[ovirt-users] Python-SDK4: Managing accents?

2017-06-12 Thread nicolas
Hi, We're running Python SDK (ovirt-engine-sdk-python) ver 4.1.4 and we're having some issues getting values that contain accents. For example, this snippet fails: import ovirtsdk4 as sdk import ovirtsdk4.types as types # Create the connection to the server: connection =

[ovirt-users] Cannot move disk to a different DS

2017-05-05 Thread nicolas
Hi, We're running oVirt 4.1.1.8. We have a Data Center which had one iSCSI-based storage domain (SD). Several machines were created and the SD got almost full, so we added another SD. This latter is iSCSI-based as well (actually, they're both on the same iSCSI backend), but when trying to

[ovirt-users] News in version 4.1.5.2

2017-08-30 Thread nicolas
Hi, We just upgraded to 4.1.5.2 and I see there are 2 news that I'd like to ask if they might be changed: 1) Up until now the "User admin@internal logged in." event didn't show up, which was a big plus to us because we have many scripts that connect to oVirt to do some tasks. As of this

Re: [ovirt-users] News in version 4.1.5.2

2017-08-30 Thread nicolas
El 2017-08-30 10:34, Martin Perina escribió: On Wed, Aug 30, 2017 at 11:06 AM, Gianluca Cecchi wrote: On Wed, Aug 30, 2017 at 11:01 AM, wrote: Hi, We just upgraded to 4.1.5.2 and I see there are 2 news that I'd like to ask if they might be

[ovirt-users] Cannot set storage domain on maintenance

2017-09-26 Thread nicolas
Hi, We're running ovirt-engine-4.1.5.2-1 and we're trying to set one of the storage domains on maintenance in order to remove it, as there's nothing left on it besides some templates. To do so, I open the 'Data Centers' tab, then the 'Storage' subtab, select the storage domain and click on

Re: [ovirt-users] Cannot set storage domain on maintenance

2017-09-26 Thread nicolas
In the engine.log I can see this: 2017-09-26 13:35:33,345+01 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskManager] (DefaultQuartzScheduler7) [6a4aa90c] Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now 2017-09-26 13:35:34,500+01 INFO

Re: [ovirt-users] Cannot set storage domain on maintenance

2017-09-26 Thread nicolas
Unfortunately it didn't work in this case. I also tried to cleanup entities just in case by running: # PGPASSWORD=... /usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t all -u engine select fn_db_unlock_all(); INSERT 0 1 unlock all completed successfully. It seems it clear a hung

Re: [ovirt-users] VM Portal looking for translators

2017-09-24 Thread nicolas
Hi, Spanish is currently translated at 100% as well. Regards. El 2017-08-14 19:37, Jakub Niedermertl escribió: Hi all, new VM Portal project [1] - a replacement of oVirt userportal -  is looking for community translators. If you know any of * Chinese (Simplified) * French * German * Italian

[ovirt-users] User cannot create VMs having sufficient permissions to do so

2017-10-18 Thread nicolas
Hi, We're running ovirt-4.1.6.2-1. We have a user that logs into the user portal and tries to create a VM, but a message claiming that "There is no Cluster on which you can create a VM. Please check Data Center status and Cluster permissions." shows up. However, this user has permissions on

  1   2   3   4   5   6   >