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 mov
Please, disregard this message. All VMs are template based and the
template was not copied to the new SD yet. After copying it I can see
the new SD.
Regards.
El 2017-05-05 09:36, nico...@devels.es escribió:
Hi,
We're running oVirt 4.1.1.8. We have a Data Center which had one
iSCSI-based stor
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.
Regards.
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,
query=None,
):
I wonder if some header allows specifying the message here.
Thanks.
_
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,
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 vdsmd.s
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 start vdsmd'.
# systemctl start vdsmd
Job for vd
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
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 = sdk.
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, Fabric
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 addition
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, we
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
;-)
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 vers
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 changed:
1) Up until now the "User admin@internal
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
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 '
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
[org.ovirt.engine.core.bll.storage.domain.
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 task
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
Seems I found out the problem.
This user had a permission as InstanceCreator over a VM. If I remove
this permission, he can successfully create new VMs.
This seems a bug, not sure if known or not.
Should I file a BZ?
Thanks.
El 2017-10-18 11:04, nico...@devels.es escribió:
Hi,
We're runni
Hi,
Not sure if this is the only one way, but this works for us (run as
root):
PGPASSWORD=... /usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh
-t all -u engine
Note that unlock_entity.sh has many flags and this is just an example.
You can find the PGPASSWORD value in the
/etc/ovir
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 choose
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 Unknown.aG
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 org.ovi
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 i
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 start
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 unfinis
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
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 already
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:
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 the required logs. A
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
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 action:
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 of
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 s
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, ensure that the mail
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' sub-tab
on a
user in the 'Users' tab, at
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, 2016 at 1:05 PM, wrote:
Hi,
On oV
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 I
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:
templ = ovirt.templates.add(
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'
--> 'Paused
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...)
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ó:
H
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 storage or the host is o
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 Nir,
El 29/04/16 a las 22:34, Nir Soffer escribió:
On F
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 2016-04-30 16:55, Nir Soffer escribió:
On Sat, Apr 30, 2016 at
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 2016-04-30 16:55, Nir Soffer escribió:
On Sat, Apr 30, 2016 at
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 Soffer
wrote:
On Sat, Apr 30, 2016 at
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 desktop environment
(G
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:
ov
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 not a cache issue an
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 g
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 f
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 u
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 Fail
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.
Regards
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
[org.ovirt.engine.core.vdsbroker.
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.
Ho
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
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 [io.undert
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 t
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
CAST(split_
Thanks, we had this enabled manually from a previous version a long time
ago.
Regards.
El 2016-07-06 12:38, Yedidyah Bar David escribió:
On Wed, Jul 6, 2016 at 2:17 PM, wrote:
Hi,
We just upgraded to oVirt 4.0, everything seems to be working but in
our
logs we see an exception for /ovirt-
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
[org.ovirt.vdsm.jsonrpc.clie
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
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
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 open
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 pe
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 escribió:
> On 08/10/2
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 escribió:
> On 08/10/2
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, August 10, 2016 9:10:25
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
http://lists.ovirt.org/mailm
Hi Didi,
El 2016-09-01 14:02, Yedidyah Bar David escribió:
On Thu, Sep 1, 2016 at 3:26 PM, Sandro Bonazzola
wrote:
Didi, Shirly, can you help here?
On Thu, Sep 1, 2016 at 8:52 AM, wrote:
Hi,
Since we upgraded to 4.0.x, DWH's PostgreSQL database is getting
really huge. Is there a clean wa
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
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
Users@ovirt
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 a
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 plen
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 s
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 to
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 th
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. a script that
tries
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 objec
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 my
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
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 me what's the right w
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 bu
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 :
El 2017-03-24 10:29, Ernest Beinrohr
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 th
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:
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 u.permissio
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()
Out[
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 = tpl_serv.list(search='id=fedff75f-635f
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 = conn.syste
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 agent
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 mach
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 06:59
El 2015-06-11 11:16, Gianluca Cecchi escribió:
On Thu, Jun 11, 2015 at 11:57 AM, 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
changed afterwards (I
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 star
Hi Michal,
El 2015-06-17 07:24, Michal Skrivanek escribió:
On Jun 17, 2015, at 08:21 , Michal Skrivanek
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 previous installation had issues
1 - 100 of 575 matches
Mail list logo