[ovirt-users] Re: how to search event not matching a user

2022-02-03 Thread Eli Mesika
On Mon, Jan 31, 2022 at 7:51 PM Martin Perina wrote: > > > On Mon, Jan 31, 2022 at 2:00 PM Gianluca Cecchi > wrote: > >> Hello, >> every event in Advanced view has a field "User". >> I'm trying to compose a search in web admin of events with user different >> from myuser@internal >> It seems

[ovirt-users] Re: Help remove snapshot

2020-08-19 Thread Eli Mesika
On Mon, Aug 17, 2020 at 2:48 PM Shani Leviim wrote: > Hi Magnus, > Sounds like you triggered this one > https://bugzilla.redhat.com/show_bug.cgi?id=1555116. > The error message you've got was meant to avoid removing a snapshot from a > broken chain. > > On the Active VM snapshot -> Disks, is

[ovirt-users] Re: Host has time-drift of xxx seconds

2020-06-15 Thread Eli Mesika
Hi Looking at the code I realized that the date/time retrieved from the host is cached and not refreshed again until the RHV manager engine is restarted Please open a bug on that, we should be able to notice that the problem was fixed Thanks Eli On Thu, Jun 11, 2020 at 6:02 AM Strahil Nikolov

[ovirt-users] Re: LDAP setup fails on 4.4 reading PEM file

2020-06-15 Thread Eli Mesika
IMO your first error [ ERROR ] Failed to execute stage 'Environment customization': a byte-like object is required, not 'str' seems to me as related to python2=>python3 upgrade and worth filing a bug with all the relevant details On Thu, Jun 11, 2020 at 8:38 PM Stack Korora wrote: >

[ovirt-users] Re: Power Management on IBM AC922 Power9 (ppc64le)

2020-06-09 Thread Eli Mesika
On Fri, Jun 5, 2020 at 7:32 AM Vinícius Ferrão via Users wrote: > Hello, > > I would like to know how to enable Power Management on AC922 hardware from > IBM. It’s ppc64le architecture and runs OpenBMC as manager. > > I only get Test failed: Internal JSON-RPC error when adding the infos with >

[ovirt-users] Re: VDSM host1/2/3 command GetStorageDeviceListVDS failed: Internal JSON-RPC error: {'reason': 'device is already in tree'}

2020-06-03 Thread Eli Mesika
HI can you please attach engine and VDSM logs ? Thanks On Wed, Jun 3, 2020 at 4:41 PM Radoslav Milanov wrote: > Hello > > I have oVirt 4.4 HCI/Gluster, 3 hosts and cluster is working but I'm > getting those errors in log: > > VDSM host1/2/3 command GetStorageDeviceListVDS failed: Internal

[ovirt-users] Re: storage domain cross data center status

2020-05-23 Thread Eli Mesika
IIRC its "storage_domain_shared_status" of the storage_domains table Here is how to look for example for all the columns that are like "*status*" from psql prompt : select table_name, column_name from information_schema.columns where column_name ilike '%status%' order by table_name; On Fri,

[ovirt-users] Re: how to save stateless disk

2020-05-23 Thread Eli Mesika
Hi I have just tried that on 4.4 latest development environment and I am able to create a snapshot on a stateless VM On Fri, May 22, 2020 at 1:54 PM Jiří Sléžka wrote: > Hi, > > I have one vm configured as stateless (useful for example for testing > ansible deploying). But now I am in the

[ovirt-users] Re: searching in manager

2020-05-23 Thread Eli Mesika
Hi Jiří Can you please try : Storage.name = "RHEV-SlowStorage" or Storage.name = "RHEV-MidStorage" On Fri, May 22, 2020 at 1:34 PM Jiří Sléžka wrote: > Hi, > > oVirt 4.3.9.4-1.el7 > > I am trying to search a vms which has storage domain other than > RHEV-SSDStorage so I entered this search

[ovirt-users] Re: Add LDAP user : ERROR: null value in column "external_id" violates not-null constraint

2020-02-20 Thread Eli Mesika
Hi Can you please attach engine.log On Mon, Feb 17, 2020 at 10:58 AM Lucas Lamy wrote: > Anybody ? > ___ > Users mailing list -- users@ovirt.org > To unsubscribe send an email to users-le...@ovirt.org > Privacy Statement:

[ovirt-users] Re: Power Management - drac5

2020-02-09 Thread Eli Mesika
On Mon, Feb 3, 2020 at 9:13 PM wrote: > I have iDrac 6 and 7. It didn't work for me. I will retry to verify but I > get json error. > Can you please attach engine.log and vdsm.log of the host that served as a proxy for the fencing operation? > > Eric Evans > Digital Data Services LLC. >

[ovirt-users] Re: SPM contending loop

2020-01-14 Thread Eli Mesika
On Tue, Jan 14, 2020 at 4:33 AM Jayme wrote: > My cluster appears to be experiencing an SPM problem. I recently placed > each host in maintenance to move the ovirt management network to another > interface. All was successful and all VMs are currently running. However, > I'm not facing an SPM

[ovirt-users] Re: Power management and storage domains error when running Ansible tasks!

2020-01-14 Thread Eli Mesika
On Sun, Jan 5, 2020 at 2:14 PM wrote: > I don't feel comfortable uploading the whole file with all the information > inside it. > I can see the following entries around power management. > > 2020-01-05 12:58:18,031+01 WARN > [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]

[ovirt-users] Re: Cluster CPU type update

2020-01-06 Thread Eli Mesika
; 5) After that, you can run all your VMs again and it should be run by the hosts in the new cluster Regards Eli > Best Regards, > Strahil Nikkolov > On Jan 5, 2020 12:29, Eli Mesika wrote: > > This is the right way to do that IMO > > On Sat, Jan 4, 2020 at 3:09 AM Morris,

[ovirt-users] Re: Cluster CPU type update

2020-01-05 Thread Eli Mesika
This is the right way to do that IMO On Sat, Jan 4, 2020 at 3:09 AM Morris, Roy wrote: > Hello, > > I'm running a 4.3 cluster with 56 VMs all set to default cluster and the > cluster itself is set to Intel Westmere Family. I am getting a new server > and retiring 3 old ones which brings me to

[ovirt-users] Re: Power management and storage domains error when running Ansible tasks!

2020-01-05 Thread Eli Mesika
On Fri, Jan 3, 2020 at 5:29 PM wrote: > Hello everyone, > > when I create a host via Ansible role "ovirt.infra" I get an error that > power management is not enabled (red exclamation sign in the UI). My vars > in the playbook look as follows. > > hosts: > - name: delirium >

[ovirt-users] Re: oVirt 4.2.6.1 - 4.2.6.2 upgrade fails

2018-08-14 Thread Eli Mesika
Got the env from mburman , checking On Tue, Aug 14, 2018 at 10:13 AM, Martin Perina wrote: > Adding Eli > > On Tue, Aug 14, 2018 at 9:03 AM, Yedidyah Bar David > wrote: > >> On Tue, Aug 14, 2018 at 9:27 AM, Maton, Brett >> wrote: >> > >> > Just tried to update my test cluster to 4.2.6.2

[ovirt-users] Re: ERROR: integer out of range

2018-07-22 Thread Eli Mesika
On Thu, Jul 19, 2018 at 6:42 PM, Filip Goll wrote: > > > 19. 7. 2018 v 16:52, Eli Mesika : > > Hi > > Is there a chance that one of the following Integers passed 2^32 - 1 ??? > > > available_disk_size | integer > > - max int 5533

[ovirt-users] Re: ERROR: integer out of range

2018-07-19 Thread Eli Mesika
Hi Is there a chance that one of the following Integers passed 2^32 - 1 ??? available_disk_size | integer confirmed_available_disk_size | integer used_disk_size| integer commited_disk_size| integer actual_images_size

[ovirt-users] Re: Ovirt 4.2.4 upgrade

2018-05-27 Thread Eli Mesika
Hi The provider_binding_host_id is a new table added recently , can you please attach the output of the following query on your database : select * from schema_version order by id desc; Thanks On Fri, May 25, 2018 at 2:30 PM, Maton, Brett wrote: > It would be from

[ovirt-users] Re: Custom Intel AMT fencing question

2018-05-16 Thread Eli Mesika
, if not , please attach the engine.log ​ > > - original message - > From: Martin Perina <mper...@redhat.com> > Sent: May 15, 2018 4:20 AM > To: Shawn Southern <shawn.south...@entegrus.com>; Eli Mesika < > emes...@redhat.com> > Cc: users <users@ovi

[ovirt-users] Re: Custom Intel AMT fencing question

2018-05-16 Thread Eli Mesika
On Tue, May 15, 2018 at 11:20 AM, Martin Perina wrote: > > > On Mon, May 14, 2018 at 8:13 PM, Shawn Southern < > shawn.south...@entegrus.com> wrote: > >> I'm now using Intel AMT and the wsmancli package to reboot/power >> off/power on my entry level systems... but now I want

Re: [ovirt-users] Decrease downtime for HA

2018-04-25 Thread Eli Mesika
On Mon, Apr 23, 2018 at 8:06 PM, Michal Skrivanek < michal.skriva...@redhat.com> wrote: > > > On 23 Apr 2018, at 10:52, Daniel Menzel > wrote: > > Hi Michal, > > in your last mail you wrote, that the values can be turned down - how can > this be done? > ​H > >

Re: [ovirt-users] Configuring ilo4 on hp blade gen 9

2017-10-15 Thread Eli Mesika
On Thu, Oct 5, 2017 at 1:58 PM, Martin Perina wrote: > > > On Thu, Oct 5, 2017 at 11:38 AM, Gianluca Cecchi < > gianluca.cec...@gmail.com> wrote: > >> On Thu, Oct 5, 2017 at 11:04 AM, Martin Perina >> wrote: >> >>> >>> >>> >>> ​Please take a look at man

Re: [ovirt-users] Help with Power Management network

2017-10-01 Thread Eli Mesika
On Sat, Sep 30, 2017 at 2:51 PM, Dan Yasny wrote: > The power management command is sent by the engine via a proxy host. That > means you need at least one more host to act as proxy. The engine itself > doesn't need to access the bmc network directly. Just like the engine needs

Re: [ovirt-users] Slow booting host - restart loop

2017-09-06 Thread Eli Mesika
psql: FATAL: Peer authentication failed for user "engine" > > Thanks! > > Bernardo > > > PGP Key <http://pgp.mit.edu/pks/lookup?op=get=0x695E5BCE34263F5B> > Skype: mattraken > > 2017-09-05 12:14 GMT-03:00 Eli Mesika <emes...@redhat.com>:

Re: [ovirt-users] Slow booting host - restart loop

2017-09-05 Thread Eli Mesika
Hi Bernardo I would like to suggest a workaround to this problem , can you please check that : We have a configuration value named FenceQuietTimeBetweenOperationsInSec. It controls the minimal timeout to wait between fence operation (stop, start), currently, it is defaulted to 180 sec , The key

Re: [ovirt-users] NullPointerException when changing compatibility version to 4.0

2017-07-20 Thread Eli Mesika
Hi Please attach full engine.log On Wed, Jul 19, 2017 at 12:33 PM, Marcel Hanke wrote: > Hi, > i currently have a problem with changing one of our clusters to > compatibility > version 4.0. > The Log shows a NullPointerException after several successful vms: > 2017-07-19

Re: [ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread Eli Mesika
Hi You have the following configuration parameters : FenceStartStatusRetries (default 10) FenceStartStatusDelayBetweenRetriesInSec (default 18 sec) FenceStopStatusRetries(default 10) FenceStopStatusDelayBetweenRetriesInSec(default 18 sec) You can use the engine-config utility to change any of

Re: [ovirt-users] SQL : last time halted?

2017-07-09 Thread Eli Mesika
On Thu, Jul 6, 2017 at 6:48 PM, Juan Hernández wrote: > On 07/06/2017 02:07 PM, Nicolas Ecarnot wrote: > >> [For the record] >> >> Juan, >> >> Thanks to your hint, I eventually found it more convenient for me to use >> a SQL query to find out which VM was unsed for months :

Re: [ovirt-users] question mark on VM ( DB status 8 )

2016-03-19 Thread Eli Mesika
- Original Message - > From: p...@email.cz > To: "users" < users@ovirt.org > > Sent: Thursday, March 17, 2016 9:27:11 AM > Subject: [ovirt-users] question mark on VM ( DB status 8 ) > Hello, > during backup VM hanged with question mark in ovirt and status 8 in DB, > snapshot file ( for

Re: [ovirt-users] Problem update ovirt 3.5.6.2-1.el7 to 6.2.6-1.el7

2016-02-04 Thread Eli Mesika
- Original Message - > From: "Martin Perina" <mper...@redhat.com> > To: "Marcelo Leandro" <marcelol...@gmail.com> > Cc: "Darrell Budic" <bu...@onholyground.com>, "Eli Mesika" > <emes...@redhat.com>, "use

Re: [ovirt-users] Cannot login after upgrade from 3.5 to 3.6

2016-01-31 Thread Eli Mesika
- Original Message - > From: "Amador Pahim" <apa...@redhat.com> > To: "Eli Mesika" <emes...@redhat.com>, "Marcelo Leandro" > <marcelol...@gmail.com> > Cc: "Martin Perina" <mper...@redhat.com>, "Moti

Re: [ovirt-users] Trunk vnic and simulated ipmi ?

2016-01-31 Thread Eli Mesika
- Original Message - > From: "Dan Lavu" > To: users@ovirt.org > Sent: Sunday, January 31, 2016 1:03:16 PM > Subject: [ovirt-users] Trunk vnic and simulated ipmi ? > > I've been looking around and trying to find a way to test hypervisors > technologies on

Re: [ovirt-users] Cannot login after upgrade from 3.5 to 3.6

2016-01-28 Thread Eli Mesika
- Original Message - > From: "Marcelo Leandro" <marcelol...@gmail.com> > To: "Amador Pahim" <apa...@redhat.com> > Cc: "Eli Mesika" <emes...@redhat.com>, "Martin Perina" <mper...@redhat.com>, > "Moti Asaya

Re: [ovirt-users] Cannot login after upgrade from 3.5 to 3.6

2016-01-28 Thread Eli Mesika
- Original Message - > From: "Martin Perina" <mper...@redhat.com> > To: "Moti Asayag" <masa...@redhat.com>, "Allon Mureinik" <amure...@redhat.com> > Cc: "Eli Mesika" <emes...@redhat.com>, "users" <

Re: [ovirt-users] Cannot login after upgrade from 3.5 to 3.6

2016-01-28 Thread Eli Mesika
- Original Message - > From: "Martin Perina" <mper...@redhat.com> > To: "Eli Mesika" <emes...@redhat.com> > Cc: "Moti Asayag" <masa...@redhat.com>, "Allon Mureinik" > <amure...@redhat.com>, "users"

Re: [ovirt-users] Cannot login after upgrade from 3.5 to 3.6

2016-01-25 Thread Eli Mesika
Adding Martin There are some aaa errors before that, but first significant error is in 2016-01-20 00:14:55,002 Can you take a look ? - Original Message - > From: "Marcelo Leandro" <marcelol...@gmail.com> > To: "Eli Mesika" <emes...@redhat.com> >

Re: [ovirt-users] Cannot login after upgrade from 3.5 to 3.6

2016-01-24 Thread Eli Mesika
- Original Message - > From: "Amador Pahim" > To: "Marcelo Leandro" , users@ovirt.org > Cc: emes...@redhat.com > Sent: Friday, January 22, 2016 7:08:20 PM > Subject: Re: [ovirt-users] Cannot login after upgrade from 3.5 to 3.6 > > On 01/22/2016

Re: [ovirt-users] power management on ovirt3.6.1

2016-01-18 Thread Eli Mesika
Hi Alireza Me and Martin Perina are in charge of Power Management issues in oVirt Please let us know if your problem is solved or attach the relevant logs for investigation Thanks - Original Message - > From: "combuster" > To: "alireza sadeh seighalan"

Re: [ovirt-users] iLO2

2016-01-03 Thread Eli Mesika
- Original Message - > From: "Eriks Goodwin" <er...@connectcombpo.com> > To: "Eli Mesika" <emes...@redhat.com> > Sent: Tuesday, December 29, 2015 4:13:11 AM > Subject: Re: [ovirt-users] iLO2 > > [root@n001 ~]# /usr/sbin/fence_ipmilan

Re: [ovirt-users] iLO2

2015-12-22 Thread Eli Mesika
log into the system via the web > interface--so I'm sure I have the address, username, and passwd right. :-) can you please try to reach the PM agent via the /usr/sbin/fence_ipmilan script using "lanplus=1,power_wait=4" and see if it is working for you? If not , please paste the result yo

Re: [ovirt-users] ERROR: update or delete on table "luns" violates foreign key constraint...

2015-12-20 Thread Eli Mesika
- Original Message - > From: "Aleksey Chudov" > To: users@ovirt.org > Sent: Friday, December 18, 2015 11:38:21 AM > Subject: [ovirt-users] ERROR: update or delete on table "luns" violates > foreign key constraint... > > Hi, > > I have two-node self

Re: [ovirt-users] Ovirt Backup API

2015-12-17 Thread Eli Mesika
e moment we are not sure about the proposed backup procedure. > It seems that there is an Backup API but not really well documented. > Where can we get the documentation? > Also what Backup Programs support the Ovirt Backup API ? Hi Manuel Please check http://www.ovirt.org/Features

Re: [ovirt-users] vms are shutting off by themselves ovirt3.6.

2015-12-16 Thread Eli Mesika
- Original Message - > From: "Liam Curtis" > To: "users" > Sent: Tuesday, December 15, 2015 10:41:13 PM > Subject: [ovirt-users] vms are shutting off by themselves ovirt3.6. > > Hello All, > > On ovirt3.6. Have run into issues whereby vms are

Re: [ovirt-users] left panel has disappeared

2015-12-15 Thread Eli Mesika
- Original Message - > From: "Nathanaël Blanchet" > To: "Joop" , users@ovirt.org > Sent: Tuesday, December 15, 2015 11:59:13 AM > Subject: Re: [ovirt-users] left panel has disappeared > > Yes, other browser on an other computer gets the same issue

Re: [ovirt-users] Postgresql failure (was: Ovirt Engine Issue)

2015-12-07 Thread Eli Mesika
- Original Message - > From: "Yedidyah Bar David" <d...@redhat.com> > To: "Melissa Mesler" <meli...@aasteel.com>, "Eli Mesika" <emes...@redhat.com> > Cc: users@ovirt.org > Sent: Monday, December 7, 2015 4:14:49 PM > Sub

Re: [ovirt-users] Need to clear domain Export already exists in an ovirt (3.5)

2015-12-06 Thread Eli Mesika
- Original Message - > From: "Christopher Cox" <c...@endlessnow.com> > Cc: users@ovirt.org > Sent: Saturday, December 5, 2015 8:44:20 AM > Subject: Re: [ovirt-users] Need to clear domain Export already exists in an > ovirt (3.5) > > On

Re: [ovirt-users] Need to clear domain Export already exists in an ovirt (3.5)

2015-12-03 Thread Eli Mesika
- Original Message - > From: c...@endlessnow.com > To: users@ovirt.org > Sent: Wednesday, December 2, 2015 11:02:25 PM > Subject: [ovirt-users] Need to clear domain Export already exists in an > ovirt (3.5) > > Our ovirt 3.5 host thinks it has an export domain, but it's not

Re: [ovirt-users] Engine upgrade error

2015-12-01 Thread Eli Mesika
- Original Message - > From: "Frank Rothenstein" <f.rothenst...@bodden-kliniken.de> > To: "Eli Mesika" <emes...@redhat.com> > Cc: Users@ovirt.org > Sent: Tuesday, December 1, 2015 12:43:17 PM > Subject: Re: [ovirt-users] Engin

Re: [ovirt-users] Engine upgrade error

2015-12-01 Thread Eli Mesika
- Original Message - > From: "Frank Rothenstein" <f.rothenst...@bodden-kliniken.de> > To: "Eli Mesika" <emes...@redhat.com> > Cc: Users@ovirt.org > Sent: Tuesday, December 1, 2015 12:43:17 PM > Subject: Re: [ovirt-users] Engin

[ovirt-users] FW: Engine upgrade error

2015-12-01 Thread Eli Mesika
- Original Message - > From: "Eli Mesika" <emes...@redhat.com> > To: "Alpaslan Kaplan" <akap...@redhat.com>, "Yevgeny Zaspitsky" > <yzasp...@redhat.com> > Cc: Users@ovirt.org > Sent: Tuesday, December 1, 20

Re: [ovirt-users] Engine upgrade error

2015-11-30 Thread Eli Mesika
- Original Message - > From: "Oved Ourfali" > To: "Frank Rothenstein" > Cc: Users@ovirt.org > Sent: Monday, November 30, 2015 6:45:17 PM > Subject: Re: [ovirt-users] Engine upgrade error > > > > CC-ing Alona and Yevgeny from the

Re: [ovirt-users] [ovirt-devel] Controlling UI table column visibility and position

2015-11-25 Thread Eli Mesika
- Original Message - > From: "Oved Ourfali" > To: "Vojtech Szocs" > Cc: "users" , "devel" > Sent: Wednesday, November 25, 2015 7:32:33 PM > Subject: Re: [ovirt-devel] Controlling UI table column visibility and

Re: [ovirt-users] [3.6] User can't create a VM. No permission for EDIT_ADMIN_VM_PROPERTIES

2015-11-23 Thread Eli Mesika
- Original Message - > From: "Maksim Naumov" > To: "users" > Sent: Monday, November 23, 2015 11:18:09 AM > Subject: Re: [ovirt-users] [3.6] User can't create a VM. No permission for > EDIT_ADMIN_VM_PROPERTIES > > CPU pinning topology

Re: [ovirt-users] [3.6] Unable to create VM in user portal

2015-11-22 Thread Eli Mesika
- Original Message - > From: "Maksim Naumov" > To: "users" > Sent: Friday, November 20, 2015 5:46:41 PM > Subject: Re: [ovirt-users] [3.6] Unable to create VM in user portal > > I found the following LOG entrie > > What is this

Re: [ovirt-users] oVirt - High Availability

2015-10-14 Thread Eli Mesika
- Original Message - > From: "Indunil Jayasooriya" <induni...@gmail.com> > To: "Eli Mesika" <emes...@redhat.com> > Cc: users@ovirt.org > Sent: Tuesday, October 13, 2015 6:25:59 PM > Subject: Re: [ovirt-users] oVirt - High Availability &

Re: [ovirt-users] oVirt - High Availability

2015-10-13 Thread Eli Mesika
- Original Message - > From: "Indunil Jayasooriya" > To: users@ovirt.org > Sent: Tuesday, October 13, 2015 6:13:22 AM > Subject: [ovirt-users] oVirt - High Availability > > Hi users, > > > I have setup OVIRT 3.5 with 2 REDHAT 7.1 hosts. Everything is ok other

Re: [ovirt-users] Support for windows10

2015-10-06 Thread Eli Mesika
CCing Vinzenz - Original Message - > From: "Budur Nagaraju" > To: "users" > Sent: Tuesday, October 6, 2015 8:59:50 AM > Subject: [ovirt-users] Support for windows10 > > Hi > > Does Ovirt supports windows 10 OS ? > > Thanks, > Nagaraju > > >

Re: [ovirt-users] HA - Fencing not working when host with engine gets shutdown

2015-09-24 Thread Eli Mesika
- Original Message - > From: "Martin Perina" > To: "Michael Hölzl" > Cc: users@ovirt.org > Sent: Thursday, September 24, 2015 11:02:21 AM > Subject: Re: [ovirt-users] HA - Fencing not working when host with engine > gets shutdown > > Hi, > >

Re: [ovirt-users] backup and restore the vm

2015-09-24 Thread Eli Mesika
- Original Message - > From: "Budur Nagaraju" > To: users@ovirt.org > Sent: Tuesday, September 22, 2015 1:24:17 PM > Subject: [ovirt-users] backup and restore the vm > > Hi > > can you pls provide me the tools to backup and restore the vm images in > Ovirt? Please

Re: [ovirt-users] moving storage and importing vms issue

2015-09-10 Thread Eli Mesika
- Original Message - > From: "Jiří Sléžka" > To: users@ovirt.org > Sent: Thursday, September 10, 2015 1:30:29 AM > Subject: [ovirt-users] moving storage and importing vms issue > > Hello, > > I am working on some consolidation of our RHEV/oVirt servers and I moved

Re: [ovirt-users] moving storage and importing vms issue

2015-09-10 Thread Eli Mesika
- Original Message - > From: "Jiří Sléžka" > To: emes...@redhat.com > Cc: users@ovirt.org > Sent: Thursday, September 10, 2015 1:50:14 PM > Subject: Re: [ovirt-users] moving storage and importing vms issue > > Hello, > > > - Original Message - > >> From:

Re: [ovirt-users] moving storage and importing vms issue

2015-09-10 Thread Eli Mesika
Adding Allon M - Original Message - > From: "Jiří Sléžka" <jiri.sle...@slu.cz> > To: "Eli Mesika" <emes...@redhat.com> > Cc: users@ovirt.org, "Omer Frenkel" <ofren...@redhat.com> > Sent: Thursday, September 10, 2015 4:07:48 PM &

[ovirt-users] Videoes on 3.6 features

2015-09-03 Thread Eli Mesika
Hi all The following 3.6 videos on new features were omitted from last Brian P report: oVirt 3.6 power management UI changes : https://www.youtube.com/watch?v=AkfAMpEykdU=1 oVirt 3.6 external status for host & storage domain : https://www.youtube.com/watch?v=xUIbNeN-AxA=1 Thanks Eli Me

Re: [ovirt-users] Automatically start VM after host reboot

2015-08-30 Thread Eli Mesika
- Original Message - From: gregor gregor_fo...@catrix.at To: Users@ovirt.org Sent: Sunday, August 30, 2015 2:30:00 PM Subject: [ovirt-users] Automatically start VM after host reboot Hi, I installed oVirt allinone, is there a way to automatically start certain VM's after the

Re: [ovirt-users] searching vm disks according to vm tags

2015-08-30 Thread Eli Mesika
- Original Message - From: Yaniv Dary yd...@redhat.com To: Eli Mesika emes...@redhat.com, Liron Kuchlani lkuch...@redhat.com Sent: Sunday, August 30, 2015 2:30:55 PM Subject: Fwd: [ovirt-users] searching vm disks according to vm tags Yaniv Dary Technical Product Manager Red Hat

Re: [ovirt-users] vm status

2015-08-27 Thread Eli Mesika
- Original Message - From: InterNetX - Juergen Gotteswinter j...@internetx.com To: Michael Wagenknecht wagenkne...@fuh-e.de, users@ovirt.org Sent: Tuesday, August 25, 2015 8:48:55 PM Subject: Re: [ovirt-users] vm status if the vm is really down, you whould find this helpful This

Re: [ovirt-users] Hanging Tasks

2015-08-02 Thread Eli Mesika
- Original Message - From: Arsène Gschwind arsene.gschw...@unibas.ch To: Raz Tamir rata...@redhat.com, Donny Davis do...@cloudspin.me Cc: users users@ovirt.org Sent: Thursday, July 30, 2015 5:40:48 PM Subject: Re: [ovirt-users] Hanging Tasks correct, I'm not able to see it on the

Re: [ovirt-users] broken vdsm installation because of fence-agents-compute

2015-06-24 Thread Eli Mesika
Adding Marek Grac - Original Message - From: Nathanaël Blanchet blanc...@abes.fr To: users@ovirt.org Sent: Wednesday, June 24, 2015 1:46:07 PM Subject: [ovirt-users] broken vdsm installation because of fence-agents-compute Hi, I failed to install this morning a new host, with

Re: [ovirt-users] spm changes hourly due to unexpected error of getAllTasksStatuses

2015-06-23 Thread Eli Mesika
- Original Message - From: like ma like...@cs2c.com.cn To: de...@ovirt.org, users@ovirt.org Sent: Tuesday, June 23, 2015 11:26:17 AM Subject: [ovirt-users] spm changes hourly due to unexpected error of getAllTasksStatuses Hello all, In our ovirt environment(oVirt 3.4.4), we

Re: [ovirt-users] Error while executing action: Cannot add Host. Host with the same UUID already exists.

2015-06-21 Thread Eli Mesika
- Original Message - From: Юрий Полторацкий y.poltorats...@gmail.com To: Alon Bar-Lev alo...@redhat.com Cc: users@ovirt.org Sent: Thursday, June 18, 2015 4:05:18 PM Subject: Re: [ovirt-users] Error while executing action: Cannot add Host. Host with the same UUID already exists.

Re: [ovirt-users] problems with power management using idrac7 on r620

2015-06-17 Thread Eli Mesika
- Original Message - From: Jason Keltz jason.ke...@gmail.com To: Marek marx Grac mg...@redhat.com Cc: Eli Mesika emes...@redhat.com, users users@ovirt.org Sent: Wednesday, June 17, 2015 12:02:48 PM Subject: Re: problems with power management using idrac7 on r620 Hi Marek

Re: [ovirt-users] problems with power management using idrac7 on r620

2015-06-16 Thread Eli Mesika
CCing Marek Grac - Original Message - From: Jason Keltz jason.ke...@gmail.com To: users users@ovirt.org Cc: Eli Mesika emes...@redhat.com Sent: Monday, June 15, 2015 11:08:35 PM Subject: problems with power management using idrac7 on r620 Hi. I've been having problem

Re: [ovirt-users] Comma Seperated Value doesn't accept by custom properties

2015-06-07 Thread Eli Mesika
- Original Message - From: Dan Kenigsberg dan...@redhat.com To: Punit Dambiwal hypu...@gmail.com Cc: users@ovirt.org Sent: Friday, June 5, 2015 5:16:43 PM Subject: Re: [ovirt-users] Comma Seperated Value doesn't accept by custom properties On Fri, Jun 05, 2015 at 03:28:11PM

Re: [ovirt-users] Configuring ilo2 PM; passing ssh options

2015-05-25 Thread Eli Mesika
- Original Message - From: Martin Perina mper...@redhat.com To: Daniel Helgenberger daniel.helgenber...@m-box.de Cc: users@ovirt.org, Eli Mesika emes...@redhat.com Sent: Monday, May 25, 2015 11:23:29 AM Subject: Re: [ovirt-users] Configuring ilo2 PM; passing ssh options

Re: [ovirt-users] Hung task in the Tasks tab

2015-05-25 Thread Eli Mesika
- Original Message - From: Christopher Cross crcr...@cprmail.org To: Users@ovirt.org Sent: Friday, May 22, 2015 11:01:47 PM Subject: [ovirt-users] Hung task in the Tasks tab Hello, I have been working on a new cluster on 3.5 with CentOS 7 hosts. My current production stuff is

Re: [ovirt-users] oVirt user permissions for fence_rhevm

2015-05-19 Thread Eli Mesika
CC Marek Grac - Original Message - From: Rik Theys rik.th...@esat.kuleuven.be To: users@ovirt.org Sent: Monday, May 18, 2015 4:56:23 PM Subject: [ovirt-users] oVirt user permissions for fence_rhevm Hi, I've created a user in AD that should only be able to power off/on a

Re: [ovirt-users] Unable to remove host (SQL error)

2015-04-27 Thread Eli Mesika
- Original Message - From: Jannick DelOro jdel...@web.de To: Eli Mesika emes...@redhat.com Cc: users@ovirt.org Sent: Monday, April 27, 2015 11:14:01 AM Subject: Re: [ovirt-users] Unable to remove host (SQL error) Hello Eli, I'm unable to remove a re-installed host from

Re: [ovirt-users] Unable to remove host (SQL error)

2015-04-27 Thread Eli Mesika
- Original Message - From: Eli Mesika emes...@redhat.com To: jdel...@web.de Cc: users@ovirt.org Sent: Monday, April 27, 2015 10:26:51 AM Subject: Re: [ovirt-users] Unable to remove host (SQL error) - Original Message - From: jdel...@web.de To: users@ovirt.org

Re: [ovirt-users] Unable to remove host (SQL error)

2015-04-27 Thread Eli Mesika
- Original Message - From: jdel...@web.de To: users@ovirt.org Sent: Sunday, April 26, 2015 10:36:59 PM Subject: [ovirt-users] Unable to remove host (SQL error) Hello, I'm unable to remove a re-installed host from oVirt 3.5 cluster. The engine.log states: 2015-04-26

Re: [ovirt-users] Options not being passed fence_ipmilan, Ovirt3.5 on Centos 7.1 hosts

2015-04-22 Thread Eli Mesika
- Original Message - From: Mike Lindsay mike.lind...@cbc.ca To: users@ovirt.org Sent: Tuesday, April 21, 2015 8:16:18 PM Subject: [ovirt-users] Options not being passed fence_ipmilan, Ovirt3.5 on Centos 7.1 hosts Hi All, I have a bit of an issue with a new install of

Re: [ovirt-users] ap7920 fencing device does not work

2015-04-13 Thread Eli Mesika
- Original Message - From: Mario Giammarco mgiamma...@gmail.com To: Eli Mesika emes...@redhat.com Cc: users@ovirt.org Sent: Monday, April 13, 2015 10:23:29 PM Subject: Re: [ovirt-users] ap7920 fencing device does not work So, I just added the first host and I cannot check

Re: [ovirt-users] postgresql error on glance image repo

2015-04-05 Thread Eli Mesika
- Original Message - From: Jorick Astrego j.astr...@netbulae.eu To: Simone Tiraboschi stira...@redhat.com Cc: users@ovirt.org Sent: Friday, April 3, 2015 12:13:13 PM Subject: Re: [ovirt-users] postgresql error on glance image repo On 04/03/2015 10:07 AM, Simone Tiraboschi

Re: [ovirt-users] very long time to detach an export domain

2015-03-18 Thread Eli Mesika
Hi Please attach relevant VDSM + engine logs thanks - Original Message - From: Nathanaël Blanchet blanc...@abes.fr To: users@ovirt.org Sent: Wednesday, March 18, 2015 12:43:17 PM Subject: [ovirt-users] very long time to detach an export domain Hi all, I have no latence for

Re: [ovirt-users] Power Management config on Ovirt

2015-03-18 Thread Eli Mesika
Message- From: Piotr Kliczewski [mailto:piotr.kliczew...@gmail.com] Sent: Tuesday, March 17, 2015 3:35 PM To: Renchu Mathew Cc: Piotr Kliczewski; Eli Mesika; users@ovirt.org Subject: Re: [ovirt-users] Power Management config on Ovirt On Tue, Mar 17

Re: [ovirt-users] Power Management config on Ovirt

2015-03-18 Thread Eli Mesika
- Original Message - From: Renchu Mathew ren...@cracknell.com To: Eli Mesika emes...@redhat.com Cc: Martin Perina mper...@redhat.com, users@ovirt.org Sent: Wednesday, March 18, 2015 3:15:40 PM Subject: RE: [ovirt-users] Power Management config on Ovirt Hi Eli, Those 2 hosts

Re: [ovirt-users] Dell DRAC 8

2015-03-08 Thread Eli Mesika
...@abes.fr Cc: users@ovirt.org , Eli Mesika emes...@redhat.com Sent: Monday, February 2, 2015 7:04:05 PM Subject: Re: [ovirt-users] power management test fails while ipmi command successes We've recently pushed a patch to have lanplus as a default option for drac7. Until then you can set

Re: [ovirt-users] Issues adding a custom fencing agent

2015-02-15 Thread Eli Mesika
- Original Message - From: Tobias Fiebig m...@wybt.net To: Eli Mesika emes...@redhat.com Cc: users@ovirt.org Sent: Wednesday, February 11, 2015 2:17:02 PM Subject: Re: [ovirt-users] Issues adding a custom fencing agent Heho, Assigned both BZ to me, will handle ... Thanks

Re: [ovirt-users] Issues adding a custom fencing agent

2015-02-11 Thread Eli Mesika
- Original Message - From: Tobias Fiebig m...@wybt.net To: users@ovirt.org Sent: Monday, February 9, 2015 8:18:11 PM Subject: Re: [ovirt-users] Issues adding a custom fencing agent Heho, solved (more or less) with: https://bugzilla.redhat.com/show_bug.cgi?id=1190843 and

Re: [ovirt-users] Issues adding a custom fencing agent

2015-02-09 Thread Eli Mesika
- Original Message - From: Tobias Fiebig m...@wybt.net To: users@ovirt.org Sent: Thursday, February 5, 2015 8:43:26 PM Subject: [ovirt-users] Issues adding a custom fencing agent Heho, i currently try to get an intelmodular server working with fencing, following:

Re: [ovirt-users] power management test fails while ipmi command successes

2015-02-03 Thread Eli Mesika
- Original Message - From: Oved Ourfali oourf...@redhat.com To: Nathanaël Blanchet blanc...@abes.fr Cc: users@ovirt.org, Eli Mesika emes...@redhat.com Sent: Monday, February 2, 2015 7:04:05 PM Subject: Re: [ovirt-users] power management test fails while ipmi command successes

Re: [ovirt-users] Host remains Non-Responsive after reboot

2015-01-27 Thread Eli Mesika
- Original Message - From: ILanit Stein ist...@redhat.com To: Artyom Lukianov aluki...@redhat.com, Eli Mesika emes...@redhat.com Cc: users@ovirt.org, rabsh...@citytwist.net Sent: Tuesday, January 27, 2015 5:19:12 PM Subject: Fwd: [ovirt-users] Host remains Non-Responsive after

Re: [ovirt-users] Power Management config on Ovirt

2015-01-25 Thread Eli Mesika
- From: Renchu Mathew ren...@cracknell.com To: Martin Perina mper...@redhat.com Cc: users@ovirt.org, Eli Mesika emes...@redhat.com Sent: Sunday, January 25, 2015 6:50:00 AM Subject: RE: [ovirt-users] Power Management config on Ovirt Hi Martin, I got the below output when I run the command

Re: [ovirt-users] Power Management config on Ovirt

2015-01-25 Thread Eli Mesika
- Original Message - From: Renchu Mathew ren...@cracknell.com To: Eli Mesika emes...@redhat.com Cc: Martin Perina mper...@redhat.com, users@ovirt.org Sent: Sunday, January 25, 2015 11:19:21 AM Subject: RE: [ovirt-users] Power Management config on Ovirt Hi Eli, Please use any

Re: [ovirt-users] Alerts

2015-01-07 Thread Eli Mesika
- Original Message - From: Koen Vanoppen vanoppen.k...@gmail.com To: users@ovirt.org Sent: Wednesday, January 7, 2015 7:42:25 AM Subject: [ovirt-users] Alerts Hi All, We recently had a major crash on our ovirt environment due a strange bug (has been reported in the meanwhile).

Re: [ovirt-users] Problem Upgrading 3.4.4 - 3.5

2014-12-22 Thread Eli Mesika
- Original Message - From: InterNetX - Juergen Gotteswinter j...@internetx.com To: users@ovirt.org Sent: Monday, December 22, 2014 11:08:05 AM Subject: [ovirt-users] Problem Upgrading 3.4.4 - 3.5 Hi, i am currently trying to upgrade an existing 3.4.4 Setup (which got upgraded

Re: [ovirt-users] Problem Upgrading 3.4.4 - 3.5

2014-12-22 Thread Eli Mesika
- Original Message - From: InterNetX - Juergen Gotteswinter j...@internetx.com To: Eli Mesika emes...@redhat.com Cc: users@ovirt.org Sent: Monday, December 22, 2014 12:06:51 PM Subject: Re: [ovirt-users] Problem Upgrading 3.4.4 - 3.5 Am 22.12.2014 um 10:41 schrieb Eli Mesika

Re: [ovirt-users] Problem Upgrading 3.4.4 - 3.5

2014-12-22 Thread Eli Mesika
- Original Message - From: InterNetX - Juergen Gotteswinter j...@internetx.com To: users@ovirt.org Sent: Monday, December 22, 2014 2:07:55 PM Subject: Re: [ovirt-users] Problem Upgrading 3.4.4 - 3.5 Hello again, It seems that somebody had deleted manually the constraint

Re: [ovirt-users] alternate method of fencing

2014-12-17 Thread Eli Mesika
- Original Message - From: Brent Hartzell brent.hartz...@outlook.com To: users@ovirt.org Sent: Friday, December 12, 2014 6:14:40 PM Subject: [ovirt-users] alternate method of fencing Is there a way to force oVirt to place a host into maintenance mode automatically when a

  1   2   3   >