[ovirt-users] Bug in the engine-backup script when no attached TTY -- Easy fix

2023-01-17 Thread eshwayri
The output() function. This line: printf "%s\n" "${m}" It will fail if there is no attached TTY, which will set the exit code to 1, which in turn will trigger the cleanup() function notifying the engine that the backup failed. This ironically happens when it should be writing "Done." and exi

[ovirt-users] BUG: after upgrading 4.4.2 to 4.4.3 ISO Domain show empty list

2020-11-11 Thread Tarun Kushwaha
I have upgraded 4.4.2 to 4.4.3 afterthat ISO Domain is not showing any ISO files .its show empty list i think this is bug in 4.4.3 ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://

[ovirt-users] Bug with ovirt-hosted-engine-setup

2020-05-20 Thread dan . creed
This is 100% repeatable for me. Brand new environment, all using the ovirt node ISO. 4.3.9 downloaded a couple of days ago. [ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 5, "changed": true, "cmd": ["hosted-engine", "--reinitialize-lockspace", "--force"], "delta": "0:00:00.412864", "

[ovirt-users] Bug 1666795 - Related? - VM's don't start after shutdown on FCP

2019-04-10 Thread nardusg
Hi There Wonder if this issue is related to our problem and if there is a way around it. We upgraded from 4.2.8. to 4.3.2. Now when we start some of the VM's fail to start. You need to deattach the disks, create new VM, reattach the disks to the new VM and then the new VM starts. Thanks Nar

[ovirt-users] Bug or feature? Thin provision RAW disk images take all space in advance

2017-11-14 Thread andre...@starlett.lv
Hi, Run into strange problem with newly installed latest 4.1. Defined local storage domain. Create virtual disk - thin provisioning (in web interface) makes RAW images, and PREALLOCATES to full size instead of min size 1GB. Preallocation occurs even before formatting to ext4. Tried several times,

[ovirt-users] bug disk upload

2017-06-20 Thread Nikolai Kuzmich
Description of problem: Try to upload an image using the GUI, disk upload succefully, but it's empty ovirt-engine.noarch 4.1.2.2-1.el7.centos ovirt-imageio-common.noarch 1.0.0-1.el7 ovirt-imageio-proxy.noarch 1.0.0-0.201701151456.git89ae3b4.el7.centos vdsm.x86_64

Re: [ovirt-users] bug with ConsoleWriter ?

2017-04-22 Thread Fabrice Bacchella
> Le 22 avr. 2017 à 10:39, Juan Hernández a écrit : > > > I also wonder why do you need to convert objects to XML explicitly. Can > you elaborate on what is your need? > I want to have a generic export for many types, as I migrating my ovirtcmd tool (https://github.com/fbacchella/ovirtcmd)

Re: [ovirt-users] bug with ConsoleWriter ?

2017-04-22 Thread Juan Hernández
On 04/21/2017 05:26 PM, Fabrice Bacchella wrote: > I'm trying to dump informations about console with the following code: > > vm = vms_service.list(search='name=fa41')[0] > > # Find the service that manages the graphics consoles of the virtual machine: > vm_service = vms_service.vm_service(vm.id)

[ovirt-users] bug with ConsoleWriter ?

2017-04-21 Thread Fabrice Bacchella
I'm trying to dump informations about console with the following code: vm = vms_service.list(search='name=fa41')[0] # Find the service that manages the graphics consoles of the virtual machine: vm_service = vms_service.vm_service(vm.id) consoles_service = vm_service.graphics_consoles_service() co

Re: [ovirt-users] BUG: "interface" field empty in "attach disk" windows Ovirt 4.0.5

2016-12-22 Thread Andrea Ghelardi
Done as requested; filed https://bugzilla.redhat.com/show_bug.cgi?id=1408134 Thank you for your help! Andrea From: Fred Rolland [mailto:froll...@redhat.com] Sent: Thursday, December 22, 2016 8:01 AM To: Andrea Ghelardi Cc: users Subject: Re: [ovirt-users] BUG: "interface" fiel

Re: [ovirt-users] BUG: "interface" field empty in "attach disk" windows Ovirt 4.0.5

2016-12-21 Thread Fred Rolland
Thanks for reporting. Can you open a bug ? https://www.ovirt.org/community/get-involved/report-a-bug/ On Wed, Dec 21, 2016 at 7:06 PM, Andrea Ghelardi wrote: > Hello team, > > FYI there is a minor, cosmetic bug in 4.0.5 GUI > > > > 1) Select VM -> tab DISKS > > 2) Click Attach -> “At

Re: [ovirt-users] bug in disks QOS

2016-04-05 Thread Fabrice Bacchella
Another strange thing with disk profile When I create a disk in the tree System/Data Centers//Storage/, tab Disks, the disk profile is requested. But once created, I can't change it any more.There is no "edit" or any other option on that screen. I need to attach a disk to a VM, go to the Disks

Re: [ovirt-users] bug in disks QOS

2016-04-05 Thread Fabrice Bacchella
I retried that on a totally reinstalled ovirt stack, using 3.6.5.1-1.el7.centos. The cluster and pg database is new too. I'm checking log with tail -f /var/log/ovirt-engine/*. Nothing else is logged. Where can I found more informations ? But isn'it saying that ACTION_TYPE_FAILED_VM_IS_LOCKED ?

Re: [ovirt-users] [Bug 1319323] New: VLAN ID check for duplicates

2016-03-30 Thread Bill James
Any one have an idea on how to "hack" or "patch" ovirt so that instead of rejecting a new network with duplicate vlan id it would just warn, or even just ignore? On 03/18/2016 01:54 PM, bugzi...@redhat.com wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1319323 Bug ID: 131932

Re: [ovirt-users] bug in disks QOS

2016-03-27 Thread Roy Golan
On Fri, Mar 25, 2016 at 12:22 PM, Fabrice Bacchella < fabrice.bacche...@orange.fr> wrote: > I attached a image disk to a VM , but set it using the wrong disk profile, > I powered off the VM, and then tried to change it on the GUI. > > The operation in the GUI is ok. > > Need more of the log if you

[ovirt-users] bug in disks QOS

2016-03-25 Thread Fabrice Bacchella
I attached a image disk to a VM , but set it using the wrong disk profile, I powered off the VM, and then tried to change it on the GUI. The operation in the GUI is ok. But nothing is done. And in the log I get: 2016-03-25 10:12:10,467 INFO [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (def

Re: [ovirt-users] [BUG] Cannot remove quota

2016-01-18 Thread zhangjian2011
Hi, Ondra It works, thanks. Jian On 01/18/2016 07:44 PM, Ondra Machacek wrote: Hi Jian, if you select your DataCenter in tree pane on the left, then you will see 'Quota' tab between main tabs. Ondra On 01/18/2016 02:23 AM, zhangjian2011 wrote: Hi, Ondra If I set DataCenter 's Q

Re: [ovirt-users] [BUG] Cannot remove quota

2016-01-18 Thread Ondra Machacek
Hi Jian, if you select your DataCenter in tree pane on the left, then you will see 'Quota' tab between main tabs. Ondra On 01/18/2016 02:23 AM, zhangjian2011 wrote: Hi, Ondra If I set DataCenter 's Quota Mode to Disabled, then the quota tab will be hidden as below. (the quota ta

Re: [ovirt-users] [BUG] Cannot remove quota

2016-01-17 Thread zhangjian2011
Hi, Ondra If I set DataCenter 's Quota Mode to Disabled, then the quota tab will be hidden as below. (the quota tab disappeared) So I can't remove quota. Is there any other way to delete it?? Regards, Jian On 01/15/2016 11:29 PM, Ondra Machacek wrote: One possible way is

Re: [ovirt-users] [BUG] Cannot remove quota

2016-01-15 Thread Ondra Machacek
One possible way is to change DataCenter quota mode to Disabled. Then you can remove quota which is assigned to vm. On 01/15/2016 10:41 AM, zhangjian2011 wrote: HI, all: I found that if the quota is applied to a VM, then the quota can’t be remove. (Even if I change DataCenter to Aud

[ovirt-users] [BUG] Cannot remove quota

2016-01-15 Thread zhangjian2011
HI, all: I found that if the quota is applied to a VM, then the quota can’t be remove. (Even if I change DataCenter to Audit Mode) the screenshot as below: NOW I found the workaround is delete vm. How can I remove the quota without delete the VM __

Re: [ovirt-users] Bug?

2015-11-27 Thread Ondra Machacek
Hi, this error usually mean, that your user can't be translated to userprincipalname. The strange thing is that it worked, but stopped. Can you please assure, that your user has userprincipalname atttribute? $ ldapsearch -H ldap://ldapserver:3268/ -x -D 'searchu...@company.be' -w password -b

[ovirt-users] Bug?

2015-11-26 Thread Koen Vanoppen
Hi All, One of our users on ovirt who always was able to login with the AD account, now all of a sudden can't login anymore... I already tried kicking him out and putting him back in again, but no change... Following error is appearing in the log file when he logs in: 2015-11-27 07:01:00,418 ERRO

Re: [ovirt-users] Bug in hostdeploy / baseurl - RepoError: Cannot find a valid baseurl for repo: base/7/x86_64

2015-06-17 Thread Daniel Helgenberger
On 17.06.2015 13:28, Alon Bar-Lev wrote: > > > - Original Message - >> From: "Daniel Helgenberger" >> To: "Alon Bar-Lev" >> Cc: Users@ovirt.org >> Sent: Wednesday, June 17, 2015 2:26:18 PM >> Subject: Re: [ovirt-users] Bug i

Re: [ovirt-users] Bug in hostdeploy / baseurl - RepoError: Cannot find a valid baseurl for repo: base/7/x86_64

2015-06-17 Thread Alon Bar-Lev
- Original Message - > From: "Daniel Helgenberger" > To: "Alon Bar-Lev" > Cc: Users@ovirt.org > Sent: Wednesday, June 17, 2015 2:26:18 PM > Subject: Re: [ovirt-users] Bug in hostdeploy / baseurl - RepoError: Cannot > find a valid baseurl for

Re: [ovirt-users] Bug in hostdeploy / baseurl - RepoError: Cannot find a valid baseurl for repo: base/7/x86_64

2015-06-17 Thread Daniel Helgenberger
ould continue in BZ. If you think this is not right will stop doing so. > > - Original Message - >> From: "Daniel Helgenberger" >> To: Users@ovirt.org >> Sent: Wednesday, June 17, 2015 2:21:58 PM >> Subject: [ovirt-users] Bug in hostdeploy / bas

[ovirt-users] Bug in hostdeploy / baseurl - RepoError: Cannot find a valid baseurl for repo: base/7/x86_64

2015-06-17 Thread Daniel Helgenberger
Hello, I just went ahead and filed [BZ1232714] because with ovirt 3.5.3 host deploy seens to fail on CentOS7 if there is no baseurl setting in yum repos: RepoError: Cannot find a valid baseurl for repo: base/7/x86_64 [BZ1232714] https://bugzilla.redhat.com/show_bug.cgi?id=1232714 -8<-

Re: [ovirt-users] Bug in hostdeploy / baseurl - RepoError: Cannot find a valid baseurl for repo: base/7/x86_64

2015-06-17 Thread Alon Bar-Lev
Please do not use multiple channels to discuss the same issue. - Original Message - > From: "Daniel Helgenberger" > To: Users@ovirt.org > Sent: Wednesday, June 17, 2015 2:21:58 PM > Subject: [ovirt-users] Bug in hostdeploy / baseurl - RepoError: Cannot find a &g

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-11 Thread Adam Litke
On 11/06/15 11:00 +, Soeren Malchow wrote: We are still having this problem and we can not figure out what to do, i sent the logs already as download, can i do anything else to help ? Hi. I'm sorry but I don't have any new information for you yet. One thing you could do is create a new bu

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-11 Thread Soeren Malchow
We are still having this problem and we can not figure out what to do, i sent the logs already as download, can i do anything else to help ? On 04/06/15 17:08, "Soeren Malchow" wrote: >Hi, > >I would send those, but unfortunately we did not think about the journals >getting deleted after a re

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-04 Thread Soeren Malchow
Hi, I would send those, but unfortunately we did not think about the journals getting deleted after a reboot. I just made the journals persistent on the servers, we are trying to trigger the error again last time we only got half way through the VM’s when removing the snapshots so we have a good

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-04 Thread Adam Litke
On 04/06/15 13:08 +, Soeren Malchow wrote: Hi Adam, Hi Eric, We had this issue again a few minutes ago. One machine went down exactly the same way as described, the machine had only one snapshot and it was the only snapshot that was removed, before that in the same scriptrun we deleted the

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-04 Thread Soeren Malchow
Hi Adam, Hi Eric, We had this issue again a few minutes ago. One machine went down exactly the same way as described, the machine had only one snapshot and it was the only snapshot that was removed, before that in the same scriptrun we deleted the snapshots of 15 other Vms, some without, some wit

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-03 Thread Soeren Malchow
Hi, This is not happening every time, the last time i had this, it was a script runnning, and something like th 9. Vm and the 23. Vm had a problem, and it is not always the same VMS, it is not about the OS (happen for Windows and Linux alike) And as i said it also happened when i tried to remove

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-03 Thread Adam Litke
On 03/06/15 07:36 +, Soeren Malchow wrote: Dear Adam First we were using a python script that was working on 4 threads and therefore removing 4 snapshots at the time throughout the cluster, that still caused problems. Now i took the snapshot removing out of the threaded part an i am just lo

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-03 Thread Soeren Malchow
June 2015 01:35 >>To: Soeren Malchow >>mailto:soeren.malc...@mcon.net>>, >>"libvirt-us...@redhat.com<mailto:libvirt-us...@redhat.com>" >>mailto:libvirt-us...@redhat.com>>, users >>mailto:users@ovirt.org>> >>Subject: Re: [ovir

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-02 Thread Adam Litke
Date: Monday 1 June 2015 01:35 To: Soeren Malchow mailto:soeren.malc...@mcon.net>>, "libvirt-us...@redhat.com<mailto:libvirt-us...@redhat.com>" mailto:libvirt-us...@redhat.com>>, users mailto:users@ovirt.org>> Subject: Re: [ovirt-users] Bug in Snapshot Remo

Re: [ovirt-users] Bug in Snapshot Removing

2015-06-02 Thread Allon Mureinik
Adam, can you take a look at this please? Thanks! - Original Message - > From: "Soeren Malchow" > To: "Soeren Malchow" , libvirt-us...@redhat.com, > "users" > Sent: Monday, June 1, 2015 2:39:24 AM > Subject: Re: [ovirt-users] Bug in Snaps

Re: [ovirt-users] Bug in Snapshot Removing

2015-05-31 Thread Soeren Malchow
"libvirt-us...@redhat.com<mailto:libvirt-us...@redhat.com>" mailto:libvirt-us...@redhat.com>>, users mailto:users@ovirt.org>> Subject: Re: [ovirt-users] Bug in Snapshot Removing Small addition again: This error shows up in the log while removing snapshots WITHOUT r

Re: [ovirt-users] Bug in Snapshot Removing

2015-05-31 Thread Soeren Malchow
;/usr/share/vdsm/virt/vm.py", line 5759, in queryBlockJobs… — From: Soeren Malchow mailto:soeren.malc...@mcon.net>> Date: Monday 1 June 2015 00:56 To: "libvirt-us...@redhat.com<mailto:libvirt-us...@redhat.com>" mailto:libvirt-us...@redhat.com>>, users mailto:users@

[ovirt-users] Bug in Snapshot Removing

2015-05-31 Thread Soeren Malchow
Dear all I am not sure if the mail just did not get any attention between all the mails and this time it is also going to the libvirt mailing list. I am experiencing a problem with VM becoming unresponsive when removing Snapshots (Live Merge) and i think there is a serious problem. Here are th

Re: [ovirt-users] Bug: Spice port changed!!!!!

2014-09-23 Thread Vinzenz Feenstra
ou you know what command can start the VM if the VM stop/power off ?* Sincerely yours, PaulCheung tel: 180-8882-7173 > Subject: Re: [ovirt-users] Bug: Spice port changed! > From: dj...@redhat.com > To: eq2...@msn.com > CC: users@ovirt.org > Date: Mon, 22 Sep 2014 1

Re: [ovirt-users] Bug: Spice port changed!!!!!

2014-09-23 Thread Vinzenz Feenstra
You could try POST with content type: application/json /https://172.16.1.115/api/vms/ea273653-b083-4114-9ed4-bbb0bb5d38c1//start Hope that helps. :-) It is awesome! * But dou you know what command can start the VM if the VM stop/power off ?* Sincerely yours, PaulCheung tel: 180

Re: [ovirt-users] Bug: Spice port changed!!!!!

2014-09-23 Thread PaulCheung
he VM stop/power off ? Sincerely yours, PaulCheung tel: 180-8882-7173 > Subject: Re: [ovirt-users] Bug: Spice port changed! > From: dj...@redhat.com > To: eq2...@msn.com > CC: users@ovirt.org > Date: Mon, 22 Sep 2014 14:44:03 +0200 > > Paul, > > Short a

Re: [ovirt-users] Bug: Spice port changed!!!!!

2014-09-22 Thread David Jaša
file here /etc/libvirt/qemu > which I edit using "virsh edit vm". > > > And I also run this command :"virsh define vm.xml" > > > also not work.Can you tell me where is the file I can fixed the > spice port. > > > > >

Re: [ovirt-users] Bug: Spice port changed!!!!!

2014-09-21 Thread PaulCheung
I also run this command :"virsh define vm.xml" also not work.Can you tell me where is the file I can fixed the spice port. Sincerely yours, PaulCheung tel: 180-8882-7173 > Subject: Re: [ovirt-users] Bug: Spice port changed! > From: dj...@redhat.com &g

Re: [ovirt-users] Bug: Spice port changed!!!!!

2014-09-18 Thread David Jaša
5800-5899 could be safe) > > 2) add a custom VM properties to the engine for setting of port and > > tls-port > > 3) add a vdsm hook to before_vm_start directory on each host that > will > > add "port" and "tlsPort" parameters to the graphics element of

Re: [ovirt-users] Bug: Spice port changed!!!!!

2014-09-17 Thread PaulCheung
o before_vm_start directory on each host that will > add "port" and "tlsPort" parameters to the graphics element of libvirt > domain xml > Sincerely yours, PaulCheung tel: 180-8882-7173 > Subject: Re: [ovirt-users] Bug: Spice port changed! > From:

Re: [ovirt-users] Bug: Spice port changed!!!!!

2014-09-17 Thread David Jaša
Hi Paul, This behaviour is by design. It is a bad idea to override it. A good approach to your problem would be to write a launcher script that would: 1) connect to the REST API 2) get the VM connection details 3) get new VM ticket 4) write this info down to a temporary .vv file [3] 5) launch remo

[ovirt-users] Bug: Spice port changed!!!!!

2014-09-16 Thread PaulCheung
Dear all, After shutdown the VM, then restart the VM the Vm's spice port is changed! Because I have 10 terminal ARM-Box running spice client connected to the vm, but after the VM shutdown and start again, the vm not the one whice the one before. I wish you can let us have a opti