Re: [ovirt-users] Hosted Engine: Add another host

2017-01-11 Thread Gianluca Cecchi
On Wed, Jan 11, 2017 at 5:50 PM, gregor  wrote:

> Hi,
>
> I have a hosted-engine setup on one host. Today I try to add another
> host from the UI but this gives me some errors without detail.
>
> Is there a way to add a new host from the shell?
> Not a node [1] because I plan to use docker as well on the host, it's a
> test environment.
> Or is it better to install the host as node?
>
> cheers
> gregor
>
> [1] http://www.ovirt.org/node/
>
>
It would be useful to understand the errors you get in web ui, because they
could be similar also in command line deploy

I think you can follow what happened in 3.6 as described here:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Self-Hosted_Engine_Guide/chap-Installing_Additional_Hosts_to_a_Self-Hosted_Environment.html

For oVirt and CentOS I think that these below should be the commands to run
on your second host (see the other details explained in the web page above,
that could be different in some way in 4.0 vs 3.6)

# yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm
# yum install ovirt-hosted-engine-setup
# hosted-engine --deploy

HIH,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Can't connect to my VMs' consoles using any method

2017-01-11 Thread summit hainey
I believe I have setup the engine as a proxy, during the initial install, 
unless I'm remembering incorrectly, or misread something.

I ended up at least being able to connect using the "Native" client option, 
apparently, the TLS port was not being forwarded by default in the firewall 
settings oVirt setup during install. I got the console to work after opening 
the port and saving the .vv, and then running it manually, however this is not 
a good long term solution for my situation... ideally I'd like to get one or 
both of the browser clients working.


I think the issue may be one of three things, a cert issue, but I don't know 
how likely that is. Obviously I get an invalid cert issue from whatever browser 
I access oVirt with since it's just using the default local certs, but I've 
allowed them on both Firefox and Chromium, and I've gotten a websocket console 
to work in different management platforms (kimchi), however I read somewhere in 
my search that oVirt uses two certs, one for the main part of the client, and 
then another for websockets, however I don't know if this is accurate.

The other thing I suspect is that it could be another port/firewall related 
issue, although I cannot see what port it could be, and I have no real hints to 
go on.


Lastly I imagine the proxy could be ill-configured, but I don't know how seeing 
as everything is essentially set to default.

Actually, I just thought of another possibility though it seems like a bit of a 
stretch, but I'm running the oVirt host and the engine on the same machine, but 
not in a hosted-engine setup.

That's the best I've got, though.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt host activation and lvm looping with high CPU load trying to mount iSCSI storage

2017-01-11 Thread Nir Soffer
On Wed, Jan 11, 2017 at 9:23 PM, Nir Soffer  wrote:
> On Wed, Jan 11, 2017 at 7:35 PM, Mark Greenall
>  wrote:
>> Hi Ovirt Champions,
>>
>>
>>
>> I am pulling my hair out and in need of advice / help.
>>
>>
>>
>> Host server: Dell PowerEdge R815 (40 cores and 768GB memory)
>>
>> Stoage: Dell Equallogic (Firmware V8.1.4)
>>
>> OS: Centos 7.3 (although the same thing happens on 7.2)
>>
>> Ovirt: 4.0.6.3-1 (although also happens on 4.0.5)
>>
>>
>>
>> I can’t exactly pinpoint when this started happening but it’s certainly been
>> happening with Ovirt 4.0.5 and CentOS 7.2. Today I updated Hosted Engine and
>> one host to 4.0.6 and CentOS 7.3 but we still see the same problem. Our
>> hosts are connected to Dell iSCSI Eqallogic storage. We have one storage
>> domain defined per VM guest, so do have quite a few LUN’s presented to the
>> cluster (around 45 in total).
>>
>>
>>
>> Problem Description:
>>
>> 1)  Reboot a host.
>>
>> 2)  Activate a host in Ovirt Admin Gui.
>>
>> 3)  A few minutes later host is shown as activated.
>>
>> 4)  Approx 10-15 mins later host goes offline complaining that it can’t
>> connect to storage.
>>
>> 5)  Constantly then loops around (activating, non operational,
>> connecting, initialising) and the host ends up with a high CPU load and
>> large number of lvm commands in the process tree.
>>
>> 6)  Multipath and iscsi show all storage is available and logged in.
>>
>> 7)  Equallogic shows host connected and no errors.
>>
>> 8)  Admin GUI ends up saying the host can’t connect to storage
>> ‘UNKNOWN’.
>>
>>
>>
>> The strange thing is that every now and again step 5 doesn’t happen and the
>> host will actually activate again and then stays up.  However, it still
>> takes step 4 to take the host offline first.
>>
>>
>>
>> Expected Behaviour:
>>
>> 1)  Reboot a host.
>>
>> 2)  Activate a host in Ovirt Admin Gui.
>>
>> 3)  A few minutes later host is shown as activated.
>>
>> 4)  Begin using host with confidence.
>>
>>
>>
>> I’ve attached the engine.log from Hosted Engine and vdsm.log from the host.
>> The following is a timeline of the latest event.
>>
>>
>>
>> Host Activation : 15:07
>>
>> Host Up: 15:10
>>
>> Non-Operational: 15:17
>>
>>
>>
>> Seriously hoping someone can spot something obvious as this is making the
>> clusters somewhat unstable and unreliable.
>
> Can you share /var/log/messages and /var/log/sanlock.log?

And /etc/multipath.conf

>
> Nir
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt host activation and lvm looping with high CPU load trying to mount iSCSI storage

2017-01-11 Thread Nir Soffer
On Wed, Jan 11, 2017 at 7:35 PM, Mark Greenall
 wrote:
> Hi Ovirt Champions,
>
>
>
> I am pulling my hair out and in need of advice / help.
>
>
>
> Host server: Dell PowerEdge R815 (40 cores and 768GB memory)
>
> Stoage: Dell Equallogic (Firmware V8.1.4)
>
> OS: Centos 7.3 (although the same thing happens on 7.2)
>
> Ovirt: 4.0.6.3-1 (although also happens on 4.0.5)
>
>
>
> I can’t exactly pinpoint when this started happening but it’s certainly been
> happening with Ovirt 4.0.5 and CentOS 7.2. Today I updated Hosted Engine and
> one host to 4.0.6 and CentOS 7.3 but we still see the same problem. Our
> hosts are connected to Dell iSCSI Eqallogic storage. We have one storage
> domain defined per VM guest, so do have quite a few LUN’s presented to the
> cluster (around 45 in total).
>
>
>
> Problem Description:
>
> 1)  Reboot a host.
>
> 2)  Activate a host in Ovirt Admin Gui.
>
> 3)  A few minutes later host is shown as activated.
>
> 4)  Approx 10-15 mins later host goes offline complaining that it can’t
> connect to storage.
>
> 5)  Constantly then loops around (activating, non operational,
> connecting, initialising) and the host ends up with a high CPU load and
> large number of lvm commands in the process tree.
>
> 6)  Multipath and iscsi show all storage is available and logged in.
>
> 7)  Equallogic shows host connected and no errors.
>
> 8)  Admin GUI ends up saying the host can’t connect to storage
> ‘UNKNOWN’.
>
>
>
> The strange thing is that every now and again step 5 doesn’t happen and the
> host will actually activate again and then stays up.  However, it still
> takes step 4 to take the host offline first.
>
>
>
> Expected Behaviour:
>
> 1)  Reboot a host.
>
> 2)  Activate a host in Ovirt Admin Gui.
>
> 3)  A few minutes later host is shown as activated.
>
> 4)  Begin using host with confidence.
>
>
>
> I’ve attached the engine.log from Hosted Engine and vdsm.log from the host.
> The following is a timeline of the latest event.
>
>
>
> Host Activation : 15:07
>
> Host Up: 15:10
>
> Non-Operational: 15:17
>
>
>
> Seriously hoping someone can spot something obvious as this is making the
> clusters somewhat unstable and unreliable.

Can you share /var/log/messages and /var/log/sanlock.log?

Nir
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt host activation and lvm looping with high CPU load trying to mount iSCSI storage

2017-01-11 Thread Yaniv Kaul
On Wed, Jan 11, 2017 at 7:35 PM, Mark Greenall 
wrote:

> Hi Ovirt Champions,
>
>
>
> I am pulling my hair out and in need of advice / help.
>
>
>
> Host server: Dell PowerEdge R815 (40 cores and 768GB memory)
>
> Stoage: Dell Equallogic (Firmware V8.1.4)
>
> OS: Centos 7.3 (although the same thing happens on 7.2)
>
> Ovirt: 4.0.6.3-1 (although also happens on 4.0.5)
>
>
>
> I can’t exactly pinpoint when this started happening but it’s certainly
> been happening with Ovirt 4.0.5 and CentOS 7.2. Today I updated Hosted
> Engine and one host to 4.0.6 and CentOS 7.3 but we still see the same
> problem. Our hosts are connected to Dell iSCSI Eqallogic storage. We have
> one storage domain defined per VM guest, so do have quite a few LUN’s
> presented to the cluster (around 45 in total).
>

Why do you have 1 SD per VM?

Can you try and disable (mask) the lvmetad service on the hosts and see if
it improves matters?
Also /var/log/messages from the host may give us some clues.
TIA,
Y.


>
>
> Problem Description:
>
> 1)  Reboot a host.
>
> 2)  Activate a host in Ovirt Admin Gui.
>
> 3)  A few minutes later host is shown as activated.
>
> 4)  Approx 10-15 mins later host goes offline complaining that it
> can’t connect to storage.
>
> 5)  Constantly then loops around (activating, non operational,
> connecting, initialising) and the host ends up with a high CPU load and
> large number of lvm commands in the process tree.
>
> 6)  Multipath and iscsi show all storage is available and logged in.
>
> 7)  Equallogic shows host connected and no errors.
>
> 8)  Admin GUI ends up saying the host can’t connect to storage
> ‘UNKNOWN’.
>
>
>
> The strange thing is that every now and again step 5 doesn’t happen and
> the host will actually activate again and then stays up.  However, it still
> takes step 4 to take the host offline first.
>
>
>
> Expected Behaviour:
>
> 1)  Reboot a host.
>
> 2)  Activate a host in Ovirt Admin Gui.
>
> 3)  A few minutes later host is shown as activated.
>
> 4)  Begin using host with confidence.
>
>
>
> I’ve attached the engine.log from Hosted Engine and vdsm.log from the
> host. The following is a timeline of the latest event.
>
>
>
> Host Activation : 15:07
>
> Host Up: 15:10
>
> Non-Operational: 15:17
>
>
>
> Seriously hoping someone can spot something obvious as this is making the
> clusters somewhat unstable and unreliable.
>
>
>
> Many Thanks,
>
> Mark
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Unable to import KVM VM from oVirt web-ui

2017-01-11 Thread George Chlipala
Tomas -

Thanks for the information.   That did the trick and I see that vdsm
4.18.21 has hit the repositories.

George Chlipala, Ph.D.
Senior Research Specialist
Research Resources Center
University of Illinois at Chicago

phone: 312-413-1700
email: gchl...@uic.edu


On Sat, Jan 7, 2017 at 6:48 PM, Tomáš Golembiovský  wrote:
> On Sun, 8 Jan 2017 00:25:12 +0200
> Nir Soffer  wrote:
>
>> On Sat, Jan 7, 2017 at 5:11 PM, George Chlipala  wrote:
>> > I am trying to import a VM from libvirt/KVM from the oVirt web UI
>> > using the Virtual Machines > Import.   Here are the steps that I take.
>> >
>> > - I select "KVM (via Libvirt)" as source
>> > - I set the URI as "qemu+ssh://root@/system".  I have
>> > previously generated an SSH key for vdsm on the VM node and copied the
>> > key to the libvirt host.
>> > - I unlick "Require authentication" (using SSH keys)
>> > - I select the proxy host as the VM host I setup vdsm with the ssh keys.
>> > - Click "Load" to retrieve a list of VMs on the libvirt/KVM system
>> > - Select the VMs to migrate and click the right arrow to move to the
>> > right side of the wizard (Virtual Machines to Import)
>> > - Click "Next"
>> > - Select the proper storage domain, i.e. master storage domain.   (I
>> > have tried both Preallocated and Thin-provisioned options for storage
>> > and both fail to import.  I have also tried selecting "Clone" for the
>> > VMs without success.)
>> > - Click "OK"
>> >
>> > oVirt seems to start the import, but then gives a message that it
>> > failed to import.  I have gone through the vdsm.log and this seems to
>> > be the relevant lines...
>> >
>> > Thread-1123476::ERROR::2017-01-06 17:39:58,316::v2v::674::root::(_run)
>> > Job u'60fc807f-e557-4526-aff7-c34e773a684c' failed
>> > Traceback (most recent call last):
>> >   File "/usr/lib/python2.7/site-packages/vdsm/v2v.py", line 669, in _run
>> > self._import()
>> >   File "/usr/lib/python2.7/site-packages/vdsm/v2v.py", line 686, in _import
>> > with self._command.execute() as self._proc:
>> >   File "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__
>> > return self.gen.next()
>> >   File "/usr/lib/python2.7/site-packages/vdsm/v2v.py", line 591, in execute
>> > with self._volumes(), self._password_file():
>> >   File "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__
>> > return self.gen.next()
>> >   File "/usr/lib/python2.7/site-packages/vdsm/v2v.py", line 453, in
>> > _password_file
>> > os.write(fd, self._password.value)
>> > TypeError: must be string or buffer, not None
>>
>> I think we solved this bug recently.
>
> Yes, this is fixed in vdsm 4.18.21.
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1400527
>
> As a workaround, uncheck the "Require authentication" checkbox, but also
> fill the user name and password fields with some strings. You don't have
> to enter any real values. Using "abcd" or "12345" is OK, the values will
> not be used during the import.
>
>
>> > Thread-1123476::ERROR::2017-01-06 17:39:58,316::v2v::681::root::(_run)
>> > Job u'60fc807f-e557-4526-aff7-c34e773a684c', error trying to abort:
>> > AttributeError("'NoneType' object has no attribute 'returncode'",)
>> > Traceback (most recent call last):
>> >   File "/usr/lib/python2.7/site-packages/vdsm/v2v.py", line 678, in _run
>> > self._abort()
>> >   File "/usr/lib/python2.7/site-packages/vdsm/v2v.py", line 738, in _abort
>> > if self._proc.returncode is None:
>> > AttributeError: 'NoneType' object has no attribute 'returncode'
>>
>> Another bug.
>>
>> Can you file a bug?
>> https://bugzilla.redhat.com/enter_bug.cgi?product=vdsm
>>
>
> There's probably no need to open the bug. The error is harmless and we
> already have a patch pending for that.
>
> https://gerrit.ovirt.org/#/c/67083/
>
>
>> > Thread-1123477::ERROR::2017-01-06 17:39:58,351::v2v::674::root::(_run)
>> > Job u'dc9a86ca-8ece-4c8a-b492-9bc2c8fc3409' failed
>> > Traceback (most recent call last):
>> >   File "/usr/lib/python2.7/site-packages/vdsm/v2v.py", line 669, in _run
>> > self._import()
>> >
>> > Here is some information about my installation.
>> >
>> > oVirt Engine Version: 4.0.5.5-1.el7.centos (hosted)
>> >
>> > Key packages on VM host/node.
>> >
>> > ovirt-engine-appliance-4.0-20161115.1.el7.centos.noarch
>> > ovirt-hosted-engine-ha-2.0.4-1.el7.centos.noarch
>> > ovirt-setup-lib-1.0.2-1.el7.centos.noarch
>> > ovirt-imageio-common-0.4.0-1.el7.noarch
>> > ovirt-host-deploy-1.5.3-1.el7.centos.noarch
>> > ovirt-iso-uploader-4.0.2-1.el7.centos.noarch
>> > ovirt-hosted-engine-setup-2.0.3-1.el7.centos.noarch
>> > centos-release-ovirt40-1.0-1.el7.centos.noarch
>> > ovirt-imageio-daemon-0.4.0-1.el7.noarch
>> > python-ovirt-engine-sdk4-4.0.2-1.el7.centos.x86_64
>> > ovirt-guest-tools-iso-4.0-1.fc23.noarch
>> > ovirt-vmconsole-host-1.0.4-1.el7.centos.noarch
>> > ovirt-engine-sdk-python-3.6.9.1-1.el7.centos.noarch
>> > ovirt-release40-4.0.5-2.noarch
>> > libgovirt-0.3.3-4.el7.x86_64
>> > ovirt-vmconsole-1.0.4-1.el7.

Re: [ovirt-users] adding 3 machines as gluster nodes to ovirt 4.0.4

2017-01-11 Thread gregor
Today I had a similar problem. The time between the new host and the
engine was different because I didn't set up NTP on the new host.

cheers
gregor

On 27/10/16 07:29, Sahina Bose wrote:
> Not unless we see the host-deploy logs
> 
> On Thu, Oct 27, 2016 at 3:39 AM, Thing  > wrote:
> 
> any idea why the ssh keys are failing?
> 
> On 27 October 2016 at 11:08, Thing  > wrote:
> 
> oopsie  " Are the three hosts subscribed to the ovirt repos?"
> 
> no, I will try again doing so.  I didnt notice this as a
> requirement so I assumed the method was the ovirt server
> uploaded the needed packages to each host.
> 
> 
> 
> On 26 October 2016 at 17:52, Sahina Bose  > wrote:
> 
> If you want these hosts to run only gluster service - create
> a cluster with "Enable gluster service" checked and "Enable
> Virt Service" unchecked (i.e disabled).
> You should then add your 3 hosts to this cluster. Are the
> three hosts subscribed to the ovirt repos? - During
> installation, the required packages are pulled in from the
> repos. So install the ovirt-release- rpm on the hosts.
> 
> After you do this, if the process still fails, please
> provide the installation logs (host-deploy logs).
> Installation failure in ovirt-engine will provide the path
> to the logs.
> 
> HTH,
> sahina
> 
> On Wed, Oct 26, 2016 at 4:06 AM, Thing
> mailto:thing.th...@gmail.com>> wrote:
> 
> Hi,
> 
> I have ovirt 4.0.4 running on a centos 7.2 machine.
> 
> I have 3 identical centos 7.2 machines I want to add as
> a gluster storage 3 way mirror array.  The admin guide
> doesnt seem to show how to do this?  I have setup ssh
> keys for root access.  I have setup a 1TB LUN on each
> ready for "glusterising".  I have tried to build and
> setup gluster before ahnd and import the ready made
> setup but this locked up in "activating" and after
> 36hours never completed (I assume they should move to "up"?)
> 
> Is there any documentation out there on how?   I want
> these as pure gluster storage only nodes no VMs to go on
> them.  The VMs will go on 2 or 3 new machines I will add
> later as a next stage.
> 
> I have tried to add them as hosts (not sure if this is
> the right method I suspect not), but I get install
> failures in the engine.log
> 
> sample,
> 
> =
> 
> 2016-10-26 11:28:13,899 ERROR
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (org.ovirt.thread.pool-8-thread-21) [2a413474] SSH error
> running command root@192.168.1.31:'umask 0077;
> MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t
> ovirt-XX)"; trap "chmod -R u+rwX \"${MYTMP}\" >
> /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0;
> tar --warning=no-timestamp -C "${MYTMP}" -x && 
> "${MYTMP}"/ovirt-host-deploy DIALOG/dialect=str:machine
> DIALOG/customization=bool:True': Command returned
> failure code 1 during SSH session 'root@192.168.1.31
> '
> 2016-10-26 11:28:13,899 ERROR
> [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> (org.ovirt.thread.pool-8-thread-21) [2a413474]
> Exception: java.io.IOException: Command returned failure
> code 1 during SSH session 'root@192.168.1.31
> '
> at
> 
> org.ovirt.engine.core.uutils.ssh.SSHClient.executeCommand(SSHClient.java:526)
> [uutils.jar:]
> at
> 
> org.ovirt.engine.core.uutils.ssh.SSHDialog.executeCommand(SSHDialog.java:317)
> [uutils.jar:]
> at
> 
> org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase.execute(VdsDeployBase.java:563)
> [bll.jar:]
> at
> 
> org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand.installHost(InstallVdsInternalCommand.java:169)
> [bll.jar:]
> at
> 
> org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand.executeCommand(InstallVdsInternalCommand.java:90)
> [bll.jar:]
> at
> 
> org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(Comm

[ovirt-users] Hosted Engine: Add another host

2017-01-11 Thread gregor
Hi,

I have a hosted-engine setup on one host. Today I try to add another
host from the UI but this gives me some errors without detail.

Is there a way to add a new host from the shell?
Not a node [1] because I plan to use docker as well on the host, it's a
test environment.
Or is it better to install the host as node?

cheers
gregor

[1] http://www.ovirt.org/node/
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 4.0.6 Release is now available

2017-01-11 Thread Sandro Bonazzola
On Tue, Jan 10, 2017 at 1:34 PM, Sandro Bonazzola 
wrote:

> The oVirt Project is pleased to announce the general availability of oVirt
> 4.0.6, as of January 10th, 2016.
>
> This release is available now for:
> * Red Hat Enterprise Linux 7.3 or later
> * CentOS Linux (or similar) 7.3 or later
> * Fedora 23 (tech preview)
>
> This release supports Hypervisor Hosts running:
> * Red Hat Enterprise Linux 7.3 or later
> * CentOS Linux (or similar) 7.3 or later
> * Fedora 23 (tech preview)
> * oVirt Next Generation Node 4.0
>
>
> This update is the sixth in a series of stabilization updates to the 4.0
> series.
> 4.0.6 brings 4 enhancements and 59 bugfixes, including 24 high or urgent
> severity fixes, on top of oVirt 4.0 series
> See the release notes [1] for installation / upgrade instructions and a
> list of new features and bugs fixed.
>
> Notes:
> * A new oVirt Live ISO is already available. [2]
> * A new oVirt Next Generation Node will be available soon [2]
>

A new oVirt Next Generation Node is now available[2].
If you update oVirt Next Generation Node you'll receive 4.0.6.1 image build
since we had to respin it due to a problem in the build we delivered
yesterday (wrong vdsm version included within the image).



> * A new oVirt Engine Appliance is already available for Red Hat Enterprise
> Linux and CentOS Linux (or similar)
> * Mirrors[3] might need up to one day to synchronize.
>
> Additional Resources:
> * Read more about the oVirt 4.0.6 release highlights:http://www.ovirt.
> org/release/4.0.6/
> * Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
> * Check out the latest project news on the oVirt blog:
> http://www.ovirt.org/blog/
>
> [1] http://www.ovirt.org/release/4.0.6/
> [2] http://resources.ovirt.org/pub/ovirt-4.0-pre/iso/
> [3] http://www.ovirt.org/Repository_mirrors#Current_mirrors
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] WG: High Database Load after updating to oVirt 4.0.4

2017-01-11 Thread Grundmann, Christian
Hi,

I updated to 4.0.6 today and again hitting this Problem can anyone plz help?



 backend_start |  query_start  | 
state_change  | waiting |state| 
 query

---+---+---+-+-+--

2017-01-11 15:52:41.612942+01 | 2017-01-11 16:14:45.676881+01 | 2017-01-11 
16:14:45.676882+01 | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 15:52:35.526771+01 | 2017-01-11 16:14:45.750546+01 | 2017-01-11 
16:14:45.750547+01 | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 14:48:41.133303+01 | 2017-01-11 16:14:42.89794+01  | 2017-01-11 
16:14:42.897991+01 | f   | idle| SELECT 1

2017-01-11 14:48:43.504048+01 | 2017-01-11 16:14:46.794742+01 | 2017-01-11 
16:14:46.794813+01 | f   | idle| SELECT option_value FROM 
vdc_options WHERE option_name = 'DisconnectDwh'

2017-01-11 14:48:43.531955+01 | 2017-01-11 16:14:34.541273+01 | 2017-01-11 
16:14:34.543513+01 | f   | idle| COMMIT

2017-01-11 14:48:43.564148+01 | 2017-01-11 16:14:34.543635+01 | 2017-01-11 
16:14:34.544145+01 | f   | idle| COMMIT

2017-01-11 14:48:43.569029+01 | 2017-01-11 16:00:01.86664+01  | 2017-01-11 
16:00:01.866711+01 | f   | idle in transaction | SELECT 'continueAgg', '1'  
 +

   |   |
   | | | FROM history_configuration 
 +

   |   |
   | | | WHERE var_name = 
'lastHourAggr' +

   |   |
   | | | AND var_datetime < '2017-01-11 
15:00:00.00+0100'+

   |   |
   | | |

2017-01-11 14:48:43.572644+01 | 2017-01-11 14:48:43.57571+01  | 2017-01-11 
14:48:43.575736+01 | f   | idle| SET extra_float_digits = 3

2017-01-11 14:48:43.577039+01 | 2017-01-11 14:48:43.580066+01 | 2017-01-11 
14:48:43.58009+01  | f   | idle| SET extra_float_digits = 3

2017-01-11 14:48:54.308078+01 | 2017-01-11 16:14:46.931422+01 | 2017-01-11 
16:14:46.931423+01 | f   | active  | select * from  
getsnapshotbyleafguid($1)

2017-01-11 14:48:54.465485+01 | 2017-01-11 16:14:21.113926+01 | 2017-01-11 
16:14:21.113959+01 | f   | idle| COMMIT

2017-01-11 15:52:41.606561+01 | 2017-01-11 16:14:45.839754+01 | 2017-01-11 
16:14:45.839755+01 | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 14:48:56.477555+01 | 2017-01-11 16:14:45.276255+01 | 2017-01-11 
16:14:45.277038+01 | f   | idle| select * from  
getvdsbyvdsid($1, $2, $3)

2017-01-11 15:52:41.736304+01 | 2017-01-11 16:14:44.48134+01  | 2017-01-11 
16:14:44.48134+01  | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 14:48:56.489949+01 | 2017-01-11 16:14:46.40924+01  | 2017-01-11 
16:14:46.409241+01 | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 15:52:41.618773+01 | 2017-01-11 16:14:45.732394+01 | 2017-01-11 
16:14:45.732394+01 | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 14:48:56.497824+01 | 2017-01-11 16:14:46.827751+01 | 2017-01-11 
16:14:46.827752+01 | f   | active  | select * from  
getsnapshotbyleafguid($1)

2017-01-11 14:48:56.497732+01 | 2017-01-11 16:09:04.207597+01 | 2017-01-11 
16:09:04.342567+01 | f   | idle| select * from  
getvdsbyvdsid($1, $2, $3)

2017-01-11 14:48:58.785162+01 | 2017-01-11 16:14:46.093658+01 | 2017-01-11 
16:14:46.093659+01 | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 15:52:41.620421+01 | 2017-01-11 16:14:46.224543+01 | 2017-01-11 
16:14:46.224543+01 | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 15:52:41.620478+01 | 2017-01-11 16:14:46.009864+01 | 2017-01-11 
16:14:46.009865+01 | f   | active  | select * from  
getdisksvmguid($1, $2, $3, $4)

2017-01-11 15:52:41.647839+01 | 2017-01-11 16:14:46.834005+01 | 2017-01-11 
16:14:46.834005+01 | f   | active  | select * from  
get

Re: [ovirt-users] [ovirt-devel] Lowering the bar for wiki contribution?

2017-01-11 Thread Duck
Quack,

On 01/08/2017 06:39 PM, Barak Korren wrote:
> On 8 January 2017 at 10:17, Roy Golan  wrote:
>> Adding infra which I forgot to add from the beginning

Thanks.

> I don't think this is an infra issue, more of a community/working
> procedures one.

I do thin it is. We are involved in the tooling, for their maintenance,
for documenting where things are, for suggesting better solutions,
ensuring security…

> On the one hand, the developers need a place where they create and
> discuss design documents and road maps. That please needs to be as
> friction-free as possible to allow developers to work on the code
> instead of on the documentation tools.

As for code, I think there is need for review, even more for design
documents, so I don't see why people are bothered by PRs, which is a
tool they already know fairly well.

For people with few git knowledge, the GitHub web interface allows to
edit files.

> On the other hand, the user community needs a good, up to date source
> of information about oVirt and how to use it. 

Yes, this official entry point and it needs to be clean.

> Having said the above, I don't think the site project's wiki is the
> best place for this. The individual project mirrors on GitHub may be
> better for this

We could indeed split the technical documentation. If people want to
experiment with the GH wiki pages, I won't interfere.

I read several people in this thread really miss the old wiki, so I
think it is time to remember why we did not stay in paradise. I was not
there at the time, but I know the wiki was not well maintained. People
are comparing our situation to the MediaWiki site, but the workforce is
nowhere to be compared. There is already no community manager, and noone
is in charge of any part really, whereas Mediawiki has people in charge
of every corner of the wiki. Also they developed tools over years to
monitor, correct, revert… and we don't have any of this. So without any
process then it was a total mess. More than one year later there was
still much cleanup to do, and having contributed to it a little bit, I
fear a sentimental rush to go back to a solution that was abandoned.

Having a header telling if this is a draft or published is far from
being sufficient. If noone cares you just pile up content that gets
obsolete, then useless, then misleading for newcomers. You may prefer
review a posteriori, but in this case you need to have the proper tool
to be able to search for things to be reviewed, and a in-content
pseudo-header is really not an easy way to get a todolist.

As for the current builder, it checks every minute for new content to
build. The current tool (Middleman) is a bit slow, and the machine is
not ultra speedy, but even in the worst case it should not take more
than half an hour to see the published result. So I don't know why
someone suggested to build "at least once a day". There is also an
experimentation to improve this part.

So to sum up:
  - the most needed thing here is not a tool but people in charge to
review the content (additions, cleanup old things, ask devs to update
some missing part…), this should also allow for faster publishing
  - I'm not against changing tool, just do not forget what you loose in
the process, and the migration pain
  - I think free editing without workflow in our specific case is not
gonna work because we do not have the needed workforce for things to
auto-correct

\_o<



signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 4.0.6 Release is now available

2017-01-11 Thread Sandro Bonazzola
On Wed, Jan 11, 2017 at 3:26 PM, Michael Watters 
wrote:

> I'm getting yum errors when I try to update the ovirt-release40 package
> on our engine.
>
> >ovirt-release40-4.0.6-1.noarch FAILED
> http://mirror.isoc.org.il/pub/ovirt/ovirt-4.0/rpm/el7/
> noarch/ovirt-release40-4.0.6-1.noarch.rpm: [Errno -1] Package does not
> match intended download. Suggestion: run yum --enablerepo=ovirt-4.0 clean
> metadata
>
> Running yum clean does not have any effect.  Is there an issue with the
> mirrors?
>

Mirrors are currently outdated, I guess they need more time to sync.
In the meanwhile you can uncomment the baseurl line in the .repo file and
comment the mirrorlist line to be sure you get latest repo content.




>
>
> On Tue, 2017-01-10 at 13:34 +0100, Sandro Bonazzola wrote:
> > The oVirt Project is pleased to announce the general availability of
> > oVirt 4.0.6, as of January 10th, 2016.
> >
> > This release is available now for:
> > * Red Hat Enterprise Linux 7.3 or later
> > * CentOS Linux (or similar) 7.3 or later
> > * Fedora 23 (tech preview)
> >
> > This release supports Hypervisor Hosts running:
> > * Red Hat Enterprise Linux 7.3 or later
> > * CentOS Linux (or similar) 7.3 or later
> > * Fedora 23 (tech preview)
> > * oVirt Next Generation Node 4.0
> >
> >
> > This update is the sixth in a series of stabilization updates to the
> > 4.0 series.
> > 4.0.6 brings 4 enhancements and 59 bugfixes, including 24 high or
> > urgent
> > severity fixes, on top of oVirt 4.0 series
> > See the release notes [1] for installation / upgrade instructions and
> > a
> > list of new features and bugs fixed.
> >
> > Notes:
> > * A new oVirt Live ISO is already available. [2]
> > * A new oVirt Next Generation Node will be available soon [2]
> > * A new oVirt Engine Appliance is already available for Red Hat
> > Enterprise Linux and CentOS Linux (or similar)
> > * Mirrors[3] might need up to one day to synchronize.
> >
> > Additional Resources:
> > * Read more about the oVirt 4.0.6 release highlights:http://www.ovirt
> > .org/release/4.0.6/
> > * Get more oVirt Project updates on Twitter: https://twitter.com/ovir
> > t
> > * Check out the latest project news on the oVirt blog:http://www.ovir
> > t.org/blog/
> >
> > [1] http://www.ovirt.org/release/4.0.6/
> > [2] http://resources.ovirt.org/pub/ovirt-4.0-pre/iso/
> > [3] http://www.ovirt.org/Repository_mirrors#Current_mirrors
> >
> > --
> > Sandro Bonazzola
> > Better technology. Faster innovation. Powered by community
> > collaboration.
> > See how it works at redhat.com
> >
>



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 small amount of free disk space.

Some of the Data Stores have plenty of space and when creating the
VmPool, we'd like to be able to specify on which of these Storage
Domains to create the VmPool. So far I see no parameter on the
params.VmPool class to do that. I've tried using an Action, but the
request is not correct:

  action = 
params.Action(storage_domain=api.storagedomains.get(name='...'))


  pool = params.VmPool(name='testlarge',
cluster=api.clusters.get(name='...'),
template=api.templates.get(name='Blank'), max_user_vms=1, size=1,
type_='manual', actions=action)
  pool = params.VmPool(name='testlarge',
cluster=api.clusters.get(name='...'),
template=api.templates.get(name='Blank'), max_user_vms=1, size=1,
type_='manual', actions=[action])

  api.vmpools.add(pool)

Both tries fail.

This is Python-SDK 3.x.

Is there a way to specify the destination Storage Domain onto where to
create the VmPool?

Thanks
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Max number of api calls per user?

2017-01-11 Thread Grundmann, Christian
@ What does 'simultaneously' mean exactly? Are you sending the requests in
parallel from different threads? Or from different processes? Or just
sending them in a loop?

I call the python script multiple times for different VMs from different
shells.

@ The /var/log/ovirt-engine/server.log, /var/log/ovirt-engine/engine.log and
/var/log/httpd/ssl_access_log files can help determine what is happening.
Can you check and maybe share the relevant part of those files?

Script started @14:57:34 
Error @14:57:35

/var/log/ovirt-engine/server.log
Nothing around that time

/var/log/ovirt-engine/engine.log:

2017-01-11 14:57:34,015 INFO
[org.ovirt.engine.core.sso.utils.AuthenticationUtils] (default task-109)
[642e44ba] User admin@internal successfully logged in with scopes:
ovirt-app-api ovirt-ext=token-info:authz-search
ovirt-ext=token-info:public-authz-search ovirt-ext=token-info:validate
2017-01-11 14:57:34,139 ERROR [org.ovirt.engine.api.restapi.util.LinkHelper]
(default task-41) [] Can't find relative path for class
"org.ovirt.engine.api.resource.VmDisksResource", will return null
2017-01-11 14:57:34,139 ERROR [org.ovirt.engine.api.restapi.util.LinkHelper]
(default task-41) [] Can't find relative path for class
"org.ovirt.engine.api.resource.VmDisksResource", will return null
2017-01-11 14:57:34,149 INFO
[org.ovirt.engine.core.bll.aaa.LogoutSessionCommand] (default task-41)
[1aa17f11] Running command: LogoutSessionCommand internal: false.
2017-01-11 14:57:34,238 INFO
[org.ovirt.engine.core.sso.servlets.OAuthRevokeServlet] (default task-97)
[601ac7b6] User admin@internal successfully logged out
2017-01-11 14:57:34,328 INFO
[org.ovirt.engine.core.bll.aaa.CreateUserSessionCommand] (default task-46)
[10ffdf24] Running command: CreateUserSessionCommand internal: false.
2017-01-11 14:57:34,339 INFO
[org.ovirt.engine.core.bll.aaa.TerminateSessionsForTokenCommand] (default
task-87) [5f84b0d0] Running command: TerminateSessionsForTokenCommand
internal: true.
2017-01-11 14:57:34,340 INFO
[org.ovirt.engine.core.bll.aaa.SessionDataContainer] (default task-87)
[5f84b0d0] Not removing session
'y71cMky/m5Du0v4Hk9yWL3ppHW+kN2GXg07SajV6RQgOxC7hn6kFzpFwCu5iwEpiYq6EkBSEOgi
w4RvsYG6ljA==', session has running commands for user 'admin@internal'.
2017-01-11 14:57:34,379 INFO
[org.ovirt.engine.core.sso.utils.AuthenticationUtils] (default task-113) []
User admin@internal successfully logged in with scopes: ovirt-app-api
ovirt-ext=token-info:authz-search ovirt-ext=token-info:public-authz-search
ovirt-ext=token-info:validate
2017-01-11 14:57:34,390 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(default task-41) [1aa17f11] Correlation ID: 1aa17f11, Call Stack: null,
Custom Event ID: -1, Message: User admin@internal logged out.
2017-01-11 14:57:34,405 INFO
[org.ovirt.engine.core.sso.utils.AuthenticationUtils] (default task-93) []
User admin@internal successfully logged in with scopes: ovirt-app-api
ovirt-ext=token-info:authz-search ovirt-ext=token-info:public-authz-search
ovirt-ext=token-info:validate
2017-01-11 14:57:34,409 INFO
[org.ovirt.engine.core.bll.aaa.CreateUserSessionCommand] (default task-86)
[779c3119] Running command: CreateUserSessionCommand internal: false.
2017-01-11 14:57:34,414 INFO
[org.ovirt.engine.core.sso.servlets.OAuthRevokeServlet] (default task-127)
[] User admin@internal successfully logged out
2017-01-11 14:57:34,423 INFO
[org.ovirt.engine.core.bll.aaa.TerminateSessionsForTokenCommand] (default
task-5) [70e23ef9] Running command: TerminateSessionsForTokenCommand
internal: true.
2017-01-11 14:57:34,433 INFO
[org.ovirt.engine.core.bll.aaa.CreateUserSessionCommand] (default task-90)
[1ddb1bec] Running command: CreateUserSessionCommand internal: false.
2017-01-11 14:57:34,452 INFO
[org.ovirt.engine.core.sso.servlets.OAuthRevokeServlet] (default task-117)
[] User admin@internal successfully logged out
2017-01-11 14:57:34,462 INFO
[org.ovirt.engine.core.bll.aaa.TerminateSessionsForTokenCommand] (default
task-80) [4634514] Running command: TerminateSessionsForTokenCommand
internal: true.
2017-01-11 14:57:34,493 INFO
[org.ovirt.engine.core.sso.servlets.OAuthRevokeServlet] (default task-128)
[] User admin@internal successfully logged out
2017-01-11 14:57:34,504 INFO
[org.ovirt.engine.core.bll.aaa.TerminateSessionsForTokenCommand] (default
task-88) [3ff7029c] Running command: TerminateSessionsForTokenCommand
internal: true.
2017-01-11 14:57:34,509 ERROR [org.ovirt.engine.api.restapi.util.LinkHelper]
(default task-90) [] Can't find relative path for class
"org.ovirt.engine.api.resource.VmDisksResource", will return null
2017-01-11 14:57:34,509 ERROR [org.ovirt.engine.api.restapi.util.LinkHelper]
(default task-90) [] Can't find relative path for class
"org.ovirt.engine.api.resource.VmDisksResource", will return null
2017-01-11 14:57:34,513 INFO
[org.ovirt.engine.core.bll.aaa.LogoutSessionCommand] (default task-90)
[26eb0e8c] Running command: LogoutSessionCommand internal: false.
2017-01-11 14:57

Re: [ovirt-users] [ANN] oVirt 4.0.6 Release is now available

2017-01-11 Thread Michael Watters
I'm getting yum errors when I try to update the ovirt-release40 package
on our engine.

>ovirt-release40-4.0.6-1.noarch FAILED  
http://mirror.isoc.org.il/pub/ovirt/ovirt-4.0/rpm/el7/noarch/ovirt-release40-4.0.6-1.noarch.rpm:
 [Errno -1] Package does not match intended download. Suggestion: run yum 
--enablerepo=ovirt-4.0 clean metadata

Running yum clean does not have any effect.  Is there an issue with the
mirrors?


On Tue, 2017-01-10 at 13:34 +0100, Sandro Bonazzola wrote:
> The oVirt Project is pleased to announce the general availability of
> oVirt 4.0.6, as of January 10th, 2016.
>  
> This release is available now for:
> * Red Hat Enterprise Linux 7.3 or later
> * CentOS Linux (or similar) 7.3 or later
> * Fedora 23 (tech preview)
>  
> This release supports Hypervisor Hosts running:
> * Red Hat Enterprise Linux 7.3 or later
> * CentOS Linux (or similar) 7.3 or later
> * Fedora 23 (tech preview)
> * oVirt Next Generation Node 4.0
>  
> 
> This update is the sixth in a series of stabilization updates to the
> 4.0 series.
> 4.0.6 brings 4 enhancements and 59 bugfixes, including 24 high or
> urgent
> severity fixes, on top of oVirt 4.0 series
> See the release notes [1] for installation / upgrade instructions and
> a
> list of new features and bugs fixed.
>  
> Notes:
> * A new oVirt Live ISO is already available. [2]
> * A new oVirt Next Generation Node will be available soon [2]
> * A new oVirt Engine Appliance is already available for Red Hat
> Enterprise Linux and CentOS Linux (or similar)
> * Mirrors[3] might need up to one day to synchronize.
> 
> Additional Resources:
> * Read more about the oVirt 4.0.6 release highlights:http://www.ovirt
> .org/release/4.0.6/
> * Get more oVirt Project updates on Twitter: https://twitter.com/ovir
> t
> * Check out the latest project news on the oVirt blog:http://www.ovir
> t.org/blog/
>  
> [1] http://www.ovirt.org/release/4.0.6/
> [2] http://resources.ovirt.org/pub/ovirt-4.0-pre/iso/
> [3] http://www.ovirt.org/Repository_mirrors#Current_mirrors
>  
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community
> collaboration.
> See how it works at redhat.com
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Max number of api calls per user?

2017-01-11 Thread Juan Hernández
On 01/11/2017 03:16 PM, Grundmann, Christian wrote:
> Hi,
> 
> is there a maximum number of sessions per user?
> 

There is no limit, except the available memory.

>  
> 
> I am doing python-api calls to remove VMs
> 
> If I call my script 30 times simultaneously, one or two get an error.
>

What does 'simultaneously' mean exactly? Are you sending the requests in
parallel from different threads? Or from different processes? Or just
sending them in a loop?

The /var/log/ovirt-engine/server.log, /var/log/ovirt-engine/engine.log
and /var/log/httpd/ssl_access_log files can help determine what is
happening. Can you check and maybe share the relevant part of those files?

>  
> 
> Traceback (most recent call last):
> 
>   File "remove_vm.py", line 24, in 
> 
> if VMNAME in [vm.name for vm in api.vms.list()]:
> 
>   File
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
> line 35761, in list
> 
> headers={"All-Content":all_content}
> 
>   File
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
> line 46, in get
> 
> return self.request(method='GET', url=url, headers=headers, cls=cls)
> 
>   File
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
> line 122, in request
> 
> persistent_auth=self.__persistent_auth
> 
>   File
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
> line 79, in do_request
> 
> persistent_auth)
> 
>   File
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
> line 162, in __do_request
> 
> raise errors.RequestError(response_code, response_reason, response_body)
> 
> ovirtsdk.infrastructure.errors.RequestError:
> 
> status: 401
> 
> reason: Unauthorized
> 
> detail: User is not logged in.
> 
>  
> 
>  
> 
> Is there some setting I can tune?
> 
>  
> 
> Thx Christian
> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Max number of api calls per user?

2017-01-11 Thread Grundmann, Christian
Hi,

is there a maximum number of sessions per user?

 

I am doing python-api calls to remove VMs

If I call my script 30 times simultaneously, one or two get an error.

 

Traceback (most recent call last):
  File "remove_vm.py", line 24, in 
if VMNAME in [vm.name for vm in api.vms.list()]:
  File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", line
35761, in list
headers={"All-Content":all_content}
  File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
line 46, in get
return self.request(method='GET', url=url, headers=headers, cls=cls)
  File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
line 122, in request
persistent_auth=self.__persistent_auth
  File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py
", line 79, in do_request
persistent_auth)
  File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py
", line 162, in __do_request
raise errors.RequestError(response_code, response_reason, response_body)
ovirtsdk.infrastructure.errors.RequestError: 
status: 401
reason: Unauthorized
detail: User is not logged in.

 

 

Is there some setting I can tune?

 

Thx Christian



smime.p7s
Description: S/MIME cryptographic signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Michael Burman
Actually it's your typo, you should have P instead of p

On Wed, Jan 11, 2017 at 2:39 PM, Michael Burman  wrote:

> My bad, had a typo, try:
> engine-config -s MacPoolRanges=00:1A:4A:22:39:00-00:1A:4A:22:39:FF
>
>
> On Wed, Jan 11, 2017 at 2:34 PM, Budur Nagaraju  wrote:
>
>> Getting the below error
>>
>>
>> [root@pscloud ~]# engine-config -s MacpoolRanges=00:1A:4A:22:39:0
>> 0-00:1A:4A:22:39:FF
>> Error setting MacpoolRanges's value. No such entry.
>> [root@pscloud ~]#
>>
>>
>> On Wed, Jan 11, 2017 at 5:51 PM, Michael Burman 
>> wrote:
>>
>>> Hi Budur
>>>
>>> On 3.5 you should increase or create the MAC pool range via the
>>> engine-config:
>>>
>>> Example:
>>> engine-config -s MacPoolRanges=00:00:00:00:00:00-FF:FF:FF:FF:FF:FF
>>> restart engine service
>>>
>>> Good luck
>>>
>>> On Wed, Jan 11, 2017 at 1:57 PM, Budur Nagaraju 
>>> wrote:
>>>
 I'm using 3.5 version and getting below options and able to get the
 options Mac address pools

 Roles
 System Permissions
 Cluster Policies
 Instance Type.

 Thanks,
 Nagaraju

 On Wed, Jan 11, 2017 at 5:16 PM, Rafael Martins 
 wrote:

>
>
> - Original Message -
> > From: "Budur Nagaraju" 
> > To: "Rafael Martins" 
> > Cc: "users" 
> > Sent: Wednesday, January 11, 2017 12:39:55 PM
> > Subject: Re: [ovirt-users] Not Enough Mac address pool
> >
> > HI Rafael,
> >
> > I found the configure option but didn't find the option to increase
> the Mac
> > address pool.
> > can you please help me ?
>
> This option opens a dialog, with a lateral menu of tabs. one of those
> tabs is "MAC Address Pools". just go there and add your new range.
>
> Rafael
>
> > Thanks,
> > Nagaraju
> >
> >
> > On Wed, Jan 11, 2017 at 4:57 PM, Rafael Martins 
> wrote:
> >
> > > - Original Message -
> > > > From: "Budur Nagaraju" 
> > > > To: "users" 
> > > > Sent: Wednesday, January 11, 2017 11:16:19 AM
> > > > Subject: [ovirt-users] Not Enough Mac address pool
> > > >
> > > > HI,
> > > >
> > > > When deploying a vm from template ,getting the below
> error,anyways to
> > > resolve
> > > > the issue ?
> > >
> > > It seems that you (or any other administrator) configured the
> engine to
> > > use a specific range of mac addresses for your virtual machines,
> and this
> > > range was not enough for the number of vms you want to use. you
> need to add
> > > a new range of mac addresses or expand the existing one, if
> possible. You
> > > can find this settings on the "Configure" menu, right top of ovirt
> engine
> > > admin portal, if you have the required permissions.
> > >
> > > Rafael
> > >
> > > > Not enough MAC addresses left in MAC Address Pool.
> > > >
> > > > Thanks,
> > > > Nagaraju
> > > >
> > > > ___
> > > > Users mailing list
> > > > Users@ovirt.org
> > > > http://lists.ovirt.org/mailman/listinfo/users
> > > >
> > >
> >
>


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


>>>
>>>
>>> --
>>> Michael Burman
>>> RedHat Israel, RHV-M Network QE
>>>
>>> Mobile: 054-5355725
>>> IRC: mburman
>>>
>>
>>
>
>
> --
> Michael Burman
> RedHat Israel, RHV-M Network QE
>
> Mobile: 054-5355725
> IRC: mburman
>



-- 
Michael Burman
RedHat Israel, RHV-M Network QE

Mobile: 054-5355725
IRC: mburman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Michael Burman
My bad, had a typo, try:
engine-config -s MacPoolRanges=00:1A:4A:22:39:00-00:1A:4A:22:39:FF


On Wed, Jan 11, 2017 at 2:34 PM, Budur Nagaraju  wrote:

> Getting the below error
>
>
> [root@pscloud ~]# engine-config -s MacpoolRanges=00:1A:4A:22:39:
> 00-00:1A:4A:22:39:FF
> Error setting MacpoolRanges's value. No such entry.
> [root@pscloud ~]#
>
>
> On Wed, Jan 11, 2017 at 5:51 PM, Michael Burman 
> wrote:
>
>> Hi Budur
>>
>> On 3.5 you should increase or create the MAC pool range via the
>> engine-config:
>>
>> Example:
>> engine-config -s MacPoolRanges=00:00:00:00:00:00-FF:FF:FF:FF:FF:FF
>> restart engine service
>>
>> Good luck
>>
>> On Wed, Jan 11, 2017 at 1:57 PM, Budur Nagaraju 
>> wrote:
>>
>>> I'm using 3.5 version and getting below options and able to get the
>>> options Mac address pools
>>>
>>> Roles
>>> System Permissions
>>> Cluster Policies
>>> Instance Type.
>>>
>>> Thanks,
>>> Nagaraju
>>>
>>> On Wed, Jan 11, 2017 at 5:16 PM, Rafael Martins 
>>> wrote:
>>>


 - Original Message -
 > From: "Budur Nagaraju" 
 > To: "Rafael Martins" 
 > Cc: "users" 
 > Sent: Wednesday, January 11, 2017 12:39:55 PM
 > Subject: Re: [ovirt-users] Not Enough Mac address pool
 >
 > HI Rafael,
 >
 > I found the configure option but didn't find the option to increase
 the Mac
 > address pool.
 > can you please help me ?

 This option opens a dialog, with a lateral menu of tabs. one of those
 tabs is "MAC Address Pools". just go there and add your new range.

 Rafael

 > Thanks,
 > Nagaraju
 >
 >
 > On Wed, Jan 11, 2017 at 4:57 PM, Rafael Martins 
 wrote:
 >
 > > - Original Message -
 > > > From: "Budur Nagaraju" 
 > > > To: "users" 
 > > > Sent: Wednesday, January 11, 2017 11:16:19 AM
 > > > Subject: [ovirt-users] Not Enough Mac address pool
 > > >
 > > > HI,
 > > >
 > > > When deploying a vm from template ,getting the below
 error,anyways to
 > > resolve
 > > > the issue ?
 > >
 > > It seems that you (or any other administrator) configured the
 engine to
 > > use a specific range of mac addresses for your virtual machines,
 and this
 > > range was not enough for the number of vms you want to use. you
 need to add
 > > a new range of mac addresses or expand the existing one, if
 possible. You
 > > can find this settings on the "Configure" menu, right top of ovirt
 engine
 > > admin portal, if you have the required permissions.
 > >
 > > Rafael
 > >
 > > > Not enough MAC addresses left in MAC Address Pool.
 > > >
 > > > Thanks,
 > > > Nagaraju
 > > >
 > > > ___
 > > > Users mailing list
 > > > Users@ovirt.org
 > > > http://lists.ovirt.org/mailman/listinfo/users
 > > >
 > >
 >

>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>>
>> --
>> Michael Burman
>> RedHat Israel, RHV-M Network QE
>>
>> Mobile: 054-5355725
>> IRC: mburman
>>
>
>


-- 
Michael Burman
RedHat Israel, RHV-M Network QE

Mobile: 054-5355725
IRC: mburman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Budur Nagaraju
Getting the below error


[root@pscloud ~]# engine-config -s
MacpoolRanges=00:1A:4A:22:39:00-00:1A:4A:22:39:FF
Error setting MacpoolRanges's value. No such entry.
[root@pscloud ~]#


On Wed, Jan 11, 2017 at 5:51 PM, Michael Burman  wrote:

> Hi Budur
>
> On 3.5 you should increase or create the MAC pool range via the
> engine-config:
>
> Example:
> engine-config -s MacPoolRanges=00:00:00:00:00:00-FF:FF:FF:FF:FF:FF
> restart engine service
>
> Good luck
>
> On Wed, Jan 11, 2017 at 1:57 PM, Budur Nagaraju  wrote:
>
>> I'm using 3.5 version and getting below options and able to get the
>> options Mac address pools
>>
>> Roles
>> System Permissions
>> Cluster Policies
>> Instance Type.
>>
>> Thanks,
>> Nagaraju
>>
>> On Wed, Jan 11, 2017 at 5:16 PM, Rafael Martins 
>> wrote:
>>
>>>
>>>
>>> - Original Message -
>>> > From: "Budur Nagaraju" 
>>> > To: "Rafael Martins" 
>>> > Cc: "users" 
>>> > Sent: Wednesday, January 11, 2017 12:39:55 PM
>>> > Subject: Re: [ovirt-users] Not Enough Mac address pool
>>> >
>>> > HI Rafael,
>>> >
>>> > I found the configure option but didn't find the option to increase
>>> the Mac
>>> > address pool.
>>> > can you please help me ?
>>>
>>> This option opens a dialog, with a lateral menu of tabs. one of those
>>> tabs is "MAC Address Pools". just go there and add your new range.
>>>
>>> Rafael
>>>
>>> > Thanks,
>>> > Nagaraju
>>> >
>>> >
>>> > On Wed, Jan 11, 2017 at 4:57 PM, Rafael Martins 
>>> wrote:
>>> >
>>> > > - Original Message -
>>> > > > From: "Budur Nagaraju" 
>>> > > > To: "users" 
>>> > > > Sent: Wednesday, January 11, 2017 11:16:19 AM
>>> > > > Subject: [ovirt-users] Not Enough Mac address pool
>>> > > >
>>> > > > HI,
>>> > > >
>>> > > > When deploying a vm from template ,getting the below error,anyways
>>> to
>>> > > resolve
>>> > > > the issue ?
>>> > >
>>> > > It seems that you (or any other administrator) configured the engine
>>> to
>>> > > use a specific range of mac addresses for your virtual machines, and
>>> this
>>> > > range was not enough for the number of vms you want to use. you need
>>> to add
>>> > > a new range of mac addresses or expand the existing one, if
>>> possible. You
>>> > > can find this settings on the "Configure" menu, right top of ovirt
>>> engine
>>> > > admin portal, if you have the required permissions.
>>> > >
>>> > > Rafael
>>> > >
>>> > > > Not enough MAC addresses left in MAC Address Pool.
>>> > > >
>>> > > > Thanks,
>>> > > > Nagaraju
>>> > > >
>>> > > > ___
>>> > > > Users mailing list
>>> > > > Users@ovirt.org
>>> > > > http://lists.ovirt.org/mailman/listinfo/users
>>> > > >
>>> > >
>>> >
>>>
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
>
> --
> Michael Burman
> RedHat Israel, RHV-M Network QE
>
> Mobile: 054-5355725
> IRC: mburman
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Michael Burman
Hi Budur

On 3.5 you should increase or create the MAC pool range via the
engine-config:

Example:
engine-config -s MacPoolRanges=00:00:00:00:00:00-FF:FF:FF:FF:FF:FF
restart engine service

Good luck

On Wed, Jan 11, 2017 at 1:57 PM, Budur Nagaraju  wrote:

> I'm using 3.5 version and getting below options and able to get the
> options Mac address pools
>
> Roles
> System Permissions
> Cluster Policies
> Instance Type.
>
> Thanks,
> Nagaraju
>
> On Wed, Jan 11, 2017 at 5:16 PM, Rafael Martins 
> wrote:
>
>>
>>
>> - Original Message -
>> > From: "Budur Nagaraju" 
>> > To: "Rafael Martins" 
>> > Cc: "users" 
>> > Sent: Wednesday, January 11, 2017 12:39:55 PM
>> > Subject: Re: [ovirt-users] Not Enough Mac address pool
>> >
>> > HI Rafael,
>> >
>> > I found the configure option but didn't find the option to increase the
>> Mac
>> > address pool.
>> > can you please help me ?
>>
>> This option opens a dialog, with a lateral menu of tabs. one of those
>> tabs is "MAC Address Pools". just go there and add your new range.
>>
>> Rafael
>>
>> > Thanks,
>> > Nagaraju
>> >
>> >
>> > On Wed, Jan 11, 2017 at 4:57 PM, Rafael Martins 
>> wrote:
>> >
>> > > - Original Message -
>> > > > From: "Budur Nagaraju" 
>> > > > To: "users" 
>> > > > Sent: Wednesday, January 11, 2017 11:16:19 AM
>> > > > Subject: [ovirt-users] Not Enough Mac address pool
>> > > >
>> > > > HI,
>> > > >
>> > > > When deploying a vm from template ,getting the below error,anyways
>> to
>> > > resolve
>> > > > the issue ?
>> > >
>> > > It seems that you (or any other administrator) configured the engine
>> to
>> > > use a specific range of mac addresses for your virtual machines, and
>> this
>> > > range was not enough for the number of vms you want to use. you need
>> to add
>> > > a new range of mac addresses or expand the existing one, if possible.
>> You
>> > > can find this settings on the "Configure" menu, right top of ovirt
>> engine
>> > > admin portal, if you have the required permissions.
>> > >
>> > > Rafael
>> > >
>> > > > Not enough MAC addresses left in MAC Address Pool.
>> > > >
>> > > > Thanks,
>> > > > Nagaraju
>> > > >
>> > > > ___
>> > > > Users mailing list
>> > > > Users@ovirt.org
>> > > > http://lists.ovirt.org/mailman/listinfo/users
>> > > >
>> > >
>> >
>>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>


-- 
Michael Burman
RedHat Israel, RHV-M Network QE

Mobile: 054-5355725
IRC: mburman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Budur Nagaraju
I'm using 3.5 version and getting below options and able to get the options
Mac address pools

Roles
System Permissions
Cluster Policies
Instance Type.

Thanks,
Nagaraju

On Wed, Jan 11, 2017 at 5:16 PM, Rafael Martins  wrote:

>
>
> - Original Message -
> > From: "Budur Nagaraju" 
> > To: "Rafael Martins" 
> > Cc: "users" 
> > Sent: Wednesday, January 11, 2017 12:39:55 PM
> > Subject: Re: [ovirt-users] Not Enough Mac address pool
> >
> > HI Rafael,
> >
> > I found the configure option but didn't find the option to increase the
> Mac
> > address pool.
> > can you please help me ?
>
> This option opens a dialog, with a lateral menu of tabs. one of those tabs
> is "MAC Address Pools". just go there and add your new range.
>
> Rafael
>
> > Thanks,
> > Nagaraju
> >
> >
> > On Wed, Jan 11, 2017 at 4:57 PM, Rafael Martins 
> wrote:
> >
> > > - Original Message -
> > > > From: "Budur Nagaraju" 
> > > > To: "users" 
> > > > Sent: Wednesday, January 11, 2017 11:16:19 AM
> > > > Subject: [ovirt-users] Not Enough Mac address pool
> > > >
> > > > HI,
> > > >
> > > > When deploying a vm from template ,getting the below error,anyways to
> > > resolve
> > > > the issue ?
> > >
> > > It seems that you (or any other administrator) configured the engine to
> > > use a specific range of mac addresses for your virtual machines, and
> this
> > > range was not enough for the number of vms you want to use. you need
> to add
> > > a new range of mac addresses or expand the existing one, if possible.
> You
> > > can find this settings on the "Configure" menu, right top of ovirt
> engine
> > > admin portal, if you have the required permissions.
> > >
> > > Rafael
> > >
> > > > Not enough MAC addresses left in MAC Address Pool.
> > > >
> > > > Thanks,
> > > > Nagaraju
> > > >
> > > > ___
> > > > Users mailing list
> > > > Users@ovirt.org
> > > > http://lists.ovirt.org/mailman/listinfo/users
> > > >
> > >
> >
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Rafael Martins


- Original Message -
> From: "Budur Nagaraju" 
> To: "Rafael Martins" 
> Cc: "users" 
> Sent: Wednesday, January 11, 2017 12:39:55 PM
> Subject: Re: [ovirt-users] Not Enough Mac address pool
> 
> HI Rafael,
> 
> I found the configure option but didn't find the option to increase the Mac
> address pool.
> can you please help me ?

This option opens a dialog, with a lateral menu of tabs. one of those tabs is 
"MAC Address Pools". just go there and add your new range.

Rafael

> Thanks,
> Nagaraju
> 
> 
> On Wed, Jan 11, 2017 at 4:57 PM, Rafael Martins  wrote:
> 
> > - Original Message -
> > > From: "Budur Nagaraju" 
> > > To: "users" 
> > > Sent: Wednesday, January 11, 2017 11:16:19 AM
> > > Subject: [ovirt-users] Not Enough Mac address pool
> > >
> > > HI,
> > >
> > > When deploying a vm from template ,getting the below error,anyways to
> > resolve
> > > the issue ?
> >
> > It seems that you (or any other administrator) configured the engine to
> > use a specific range of mac addresses for your virtual machines, and this
> > range was not enough for the number of vms you want to use. you need to add
> > a new range of mac addresses or expand the existing one, if possible. You
> > can find this settings on the "Configure" menu, right top of ovirt engine
> > admin portal, if you have the required permissions.
> >
> > Rafael
> >
> > > Not enough MAC addresses left in MAC Address Pool.
> > >
> > > Thanks,
> > > Nagaraju
> > >
> > > ___
> > > Users mailing list
> > > Users@ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/users
> > >
> >
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Budur Nagaraju
HI Rafael,

I found the configure option but didn't find the option to increase the Mac
address pool.
can you please help me ?

Thanks,
Nagaraju


On Wed, Jan 11, 2017 at 4:57 PM, Rafael Martins  wrote:

> - Original Message -
> > From: "Budur Nagaraju" 
> > To: "users" 
> > Sent: Wednesday, January 11, 2017 11:16:19 AM
> > Subject: [ovirt-users] Not Enough Mac address pool
> >
> > HI,
> >
> > When deploying a vm from template ,getting the below error,anyways to
> resolve
> > the issue ?
>
> It seems that you (or any other administrator) configured the engine to
> use a specific range of mac addresses for your virtual machines, and this
> range was not enough for the number of vms you want to use. you need to add
> a new range of mac addresses or expand the existing one, if possible. You
> can find this settings on the "Configure" menu, right top of ovirt engine
> admin portal, if you have the required permissions.
>
> Rafael
>
> > Not enough MAC addresses left in MAC Address Pool.
> >
> > Thanks,
> > Nagaraju
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Rafael Martins
- Original Message -
> From: "Budur Nagaraju" 
> To: "users" 
> Sent: Wednesday, January 11, 2017 11:16:19 AM
> Subject: [ovirt-users] Not Enough Mac address pool
> 
> HI,
> 
> When deploying a vm from template ,getting the below error,anyways to resolve
> the issue ?

It seems that you (or any other administrator) configured the engine to use a 
specific range of mac addresses for your virtual machines, and this range was 
not enough for the number of vms you want to use. you need to add a new range 
of mac addresses or expand the existing one, if possible. You can find this 
settings on the "Configure" menu, right top of ovirt engine admin portal, if 
you have the required permissions.

Rafael

> Not enough MAC addresses left in MAC Address Pool.
> 
> Thanks,
> Nagaraju
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Not Enough Mac address pool

2017-01-11 Thread Budur Nagaraju
HI,

When deploying a vm from template ,getting the below error,anyways to
resolve the issue ?

Not enough MAC addresses left in MAC Address Pool.

Thanks,
Nagaraju
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Leaving maintenace mode

2017-01-11 Thread Martin Sivak
Hi,

we will focus on this exact issue (and couple of similar ones) in the
next release, but the reason is actually pretty simple.. the ISO
domain is mounted to the /rhev space and a when a simple traversal
hits the unavailable NFS ISO domain, it gets stuck.. and the timeout
is somewhat long.

Martin

On Tue, Jan 10, 2017 at 6:37 PM, Stefano Danzi  wrote:
> Hi!
>
> You are right! But I think isn't correct that the command fail if the iso
> domain isn't available.
> I'ts ok if the comman fail when the self hosted engine storage is not
> available, but not for iso domain.
>
>
>
> Il 10/01/2017 17.47, Martin Sivak ha scritto:
>>
>> Hi,
>>
>> the appliance we publish actually does not enable the ISO domain on
>> the VM anymore for exactly this reason. I believe we mention this in
>> the documentation somewhere too.
>>
>> Please do not put or disable all domains that are served from inside
>> the engine VM.
>>
>> Best regards
>>
>> --
>> Martin Sivak
>> SLA / oVirt
>>
>> On Tue, Jan 10, 2017 at 3:41 PM, Stefano Danzi  wrote:
>>>
>>> Hi!
>>>
>>> I have a testing oVirt installation with only one host and running self
>>> hosted engine.
>>>
>>> If I put host in global maintenance mode:
>>>
>>>   hosted-engine  --set-maintenance --mode=global
>>>
>>> then ssh into self hosted engine VM, shoutdown VM using 'init 0', when
>>> I run on the host:
>>>
>>> hosted-engine  --set-maintenance --mode=none
>>>
>>> I have:
>>>
>>> Traceback (most recent call last):
>>>File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
>>>  "__main__", fname, loader, pkg_name)
>>>File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
>>>  exec code in run_globals
>>>File
>>>
>>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_setup/set_maintenance.py",
>>> line 73, in 
>>>  if not maintenance.set_mode(sys.argv[1]):
>>>File
>>>
>>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_setup/set_maintenance.py",
>>> line 61, in set_mode
>>>  value=m_global,
>>>File
>>>
>>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py",
>>> line 259, in set_maintenance_mode
>>>  str(value))
>>>File
>>>
>>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py",
>>> line 202, in set_global_md_flag
>>>  self._configure_broker_conn(broker)
>>>File
>>>
>>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py",
>>> line 180, in _configure_broker_conn
>>>  dom_type=dom_type)
>>>File
>>>
>>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py",
>>> line 176, in set_storage_domain
>>>  .format(sd_type, options, e))
>>> ovirt_hosted_engine_ha.lib.exceptions.RequestError: Failed to set storage
>>> domain FilesystemBackend, options {'dom_type': 'nfs3', 'sd_uuid':
>>> '46f55a31-f35f-465c-b3e2-df45c05e06a7'}: Connection timed out
>>>
>>>
>>> This because the host has the iso domain nfs export mounted but the self
>>> hosted engine VM is not running, I think...
>>> So I have to reboot the host before change the maintenance mode.
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Cannot create VM with custom memory amount

2017-01-11 Thread TranceWorldLogic .
Thanks Gianluca

On Wed, Jan 11, 2017 at 1:46 PM, Gianluca Cecchi 
wrote:

> On Wed, Jan 11, 2017 at 6:31 AM, TranceWorldLogic . <
> tranceworldlo...@gmail.com> wrote:
>
>> Thanks Ondra that link is useful,
>> Do you have any Idea why VDSM disable balloon concept for RHEV and use
>> for all non-RHEV ?
>>
>> Please refer to below link.
>> https://www.ovirt.org/documentation/sla/memory-balloon/
>>
>>
>> *"Currently the balloon memory device is being created by default by
>> libvirt for non RHEV environments, and VDSM disables it by default for
>> RHEV."*
>> Is there different technique use by RHEV ? Please provide me link for it
>> detail.
>> It will help me to compare ovirt and RHEV
>> *.*
>>
>> Thanks,
>> ~Rohit
>>
>>
> In effect it is strange.
> Inside official docs for RHEV 4.0 we have:
> Administration Guide
> https://access.redhat.com/documentation/en/red-hat-
> virtualization/4.0/paged/administration-guide/52-cluster-tasks
>
> "
> 5.2.2.2. Optimization Settings Explained
> Memory Balloon
> Selecting the Enable Memory Balloon
> Optimization check box enables memory
> overcommitment on virtual machines running
> on the hosts in this cluster. When this option
> is set, the Memory Overcommit Manager
> (MoM) will start ballooning where and when
> possible, with a limitation of the guaranteed
> memory size of every virtual machine.
> ...
> It is important to understand that in some
> scenarios ballooning may collide with KSM. In
> such cases MoM will try to adjust the balloon
> size to minimize collisions. Additionally, in
> some scenarios ballooning may cause sub-
> optimal performance for a virtual machine.
> Administrators are advised to use ballooning
> optimization with caution.
> "
>
> So it seems it is indeed possible to enable ballooning (note the
> considerations about KSM that could partially answer to your question...)
>
> But then in Virtual Machine Management Guide here
> https://access.redhat.com/documentation/en/red-hat-
> virtualization/4.0/paged/virtual-machine-management-
> guide/33-installing-guest-agents-and-drivers
>
> I see
> "
> 3.3.1. Red Hat Virtualization Guest Agents and Drivers
>
> virtio-balloon
>
> Virtio-balloon is used to
> control the amount of
> memory a guest actually
> accesses. It offers improved
> memory over-commitment.
> The balloon drivers are
> installed for future
> compatibility but not used by
> default in Red Hat
> Virtualization.
> "
>
> So it seems it is not possible to enable it for guests
> Any clarification?
>
> Thanks,
> Gianluca
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 4.0.6 Release is now available

2017-01-11 Thread Sandro Bonazzola
On Wed, Jan 11, 2017 at 9:30 AM, Grundmann, Christian <
christian.grundm...@fabasoft.com> wrote:

> Hi,
>
> Release Nodes showing “BZ 1374988 
> MOM causes Vdsm to slow down, high number of 'vmGetIoTunePolicy' API calls
> – vdsm “
>
> Bugzilla shows “Target Release:   4.18.16”
>
>
>
> yum update ovirt-node-ng-image gave me ovirt-node-ng-image-4.0.6-1.el7
>
> which installs vdsm-4.18.15.3-1
>

node-ng should have vdsm-4.18.21-1.el7.centos.noarch; I fear that the build
job took outdated mirrors to make the compose.
I'm going to re-trigger the build and re-publish it today.
In the meanwhile, yum update should let you update vdsm within the node
host.
I'm sorry for the issue.




>
>
> Is it fixed or not?
>
>
>
>
>
> Thx Christian
>
>
>
>
>
>
>
>
>
> *Von:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *Im
> Auftrag von *Sandro Bonazzola
> *Gesendet:* Dienstag, 10. Jänner 2017 13:35
> *An:* annou...@ovirt.org; users 
> *Betreff:* [ovirt-users] [ANN] oVirt 4.0.6 Release is now available
>
>
>
> The oVirt Project is pleased to announce the general availability of oVirt
> 4.0.6, as of January 10th, 2016.
>
>
>
> This release is available now for:
>
> * Red Hat Enterprise Linux 7.3 or later
>
> * CentOS Linux (or similar) 7.3 or later
>
> * Fedora 23 (tech preview)
>
>
>
> This release supports Hypervisor Hosts running:
>
> * Red Hat Enterprise Linux 7.3 or later
>
> * CentOS Linux (or similar) 7.3 or later
>
> * Fedora 23 (tech preview)
>
> * oVirt Next Generation Node 4.0
>
>
>
>
>
> This update is the sixth in a series of stabilization updates to the 4.0
> series.
>
> 4.0.6 brings 4 enhancements and 59 bugfixes, including 24 high or urgent
>
> severity fixes, on top of oVirt 4.0 series
>
> See the release notes [1] for installation / upgrade instructions and a
>
> list of new features and bugs fixed.
>
>
>
> Notes:
>
> * A new oVirt Live ISO is already available. [2]
>
> * A new oVirt Next Generation Node will be available soon [2]
>
> * A new oVirt Engine Appliance is already available for Red Hat Enterprise
> Linux and CentOS Linux (or similar)
>
> * Mirrors[3] might need up to one day to synchronize.
>
>
>
> Additional Resources:
>
> * Read more about the oVirt 4.0.6 release highlights:http://www.ovirt.
> org/release/4.0.6/
>
> * Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
>
> * Check out the latest project news on the oVirt blog:
> http://www.ovirt.org/blog/
>
>
>
> [1] http://www.ovirt.org/release/4.0.6/
>
> [2] http://resources.ovirt.org/pub/ovirt-4.0-pre/iso/
>
> [3] http://www.ovirt.org/Repository_mirrors#Current_mirrors
>
>
>
> --
>
> Sandro Bonazzola
>
> Better technology. Faster innovation. Powered by community collaboration.
>
> See how it works at redhat.com
>
>
>



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 4.0.6 Release is now available

2017-01-11 Thread Grundmann, Christian
Hi,
Release Nodes showing “BZ 1374988 MOM 
causes Vdsm to slow down, high number of 'vmGetIoTunePolicy' API calls – vdsm “
Bugzilla shows “Target Release:   4.18.16”

yum update ovirt-node-ng-image gave me ovirt-node-ng-image-4.0.6-1.el7
which installs vdsm-4.18.15.3-1

Is it fixed or not?


Thx Christian




Von: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] Im Auftrag von 
Sandro Bonazzola
Gesendet: Dienstag, 10. Jänner 2017 13:35
An: annou...@ovirt.org; users 
Betreff: [ovirt-users] [ANN] oVirt 4.0.6 Release is now available

The oVirt Project is pleased to announce the general availability of oVirt 
4.0.6, as of January 10th, 2016.

This release is available now for:
* Red Hat Enterprise Linux 7.3 or later
* CentOS Linux (or similar) 7.3 or later
* Fedora 23 (tech preview)

This release supports Hypervisor Hosts running:
* Red Hat Enterprise Linux 7.3 or later
* CentOS Linux (or similar) 7.3 or later
* Fedora 23 (tech preview)
* oVirt Next Generation Node 4.0


This update is the sixth in a series of stabilization updates to the 4.0 series.
4.0.6 brings 4 enhancements and 59 bugfixes, including 24 high or urgent
severity fixes, on top of oVirt 4.0 series
See the release notes [1] for installation / upgrade instructions and a
list of new features and bugs fixed.

Notes:
* A new oVirt Live ISO is already available. [2]
* A new oVirt Next Generation Node will be available soon [2]
* A new oVirt Engine Appliance is already available for Red Hat Enterprise 
Linux and CentOS Linux (or similar)
* Mirrors[3] might need up to one day to synchronize.

Additional Resources:
* Read more about the oVirt 4.0.6 release 
highlights:http://www.ovirt.org/release/4.0.6/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:http://www.ovirt.org/blog/

[1] http://www.ovirt.org/release/4.0.6/
[2] http://resources.ovirt.org/pub/ovirt-4.0-pre/iso/
[3] http://www.ovirt.org/Repository_mirrors#Current_mirrors

--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] vm redhat5.8 graphical mode

2017-01-11 Thread qinglong.d...@horebdata.cn
It works! Thanks!
 
From: Gianluca Cecchi
Date: 2017-01-09 22:33
To: qinglong.d...@horebdata.cn
CC: users
Subject: Re: [ovirt-users] vm redhat5.8 graphical mode
On Mon, Jan 9, 2017 at 2:44 PM, qinglong.d...@horebdata.cn 
 wrote:
Hi,all
I want to install redhat5.8 in graphical mode. I can install it in 
ovirt3.5(picture1), but I cann't install it in ovirt4.0(picture2). I cann't see 
the three selections in ovirt4.0. I use rhel-server-5.8-x86_64-dvd.iso.



I don't have at hand a rhel 5.8 iso but I reproduced the same problem with rhel 
5.11 iso too (and oVirt 4.0.5 with CentOS 7.2 at hypervisor side)
I verified that in edit VM, console, the only "Video Type" option that works is 
"Cirrus", while with QXL and VGA I get the same problem described by you.
I think you can install in graphic mode with Cirrus video type and then setup 
the operating system for QXL in a second time, also taking in account what 
detailed in this bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=890230
(or keep Cirrus+VNC graphical access also after install)

HIH,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Cannot create VM with custom memory amount

2017-01-11 Thread Gianluca Cecchi
On Wed, Jan 11, 2017 at 6:31 AM, TranceWorldLogic . <
tranceworldlo...@gmail.com> wrote:

> Thanks Ondra that link is useful,
> Do you have any Idea why VDSM disable balloon concept for RHEV and use for
> all non-RHEV ?
>
> Please refer to below link.
> https://www.ovirt.org/documentation/sla/memory-balloon/
>
>
> *"Currently the balloon memory device is being created by default by
> libvirt for non RHEV environments, and VDSM disables it by default for
> RHEV."*
> Is there different technique use by RHEV ? Please provide me link for it
> detail.
> It will help me to compare ovirt and RHEV
> *.*
>
> Thanks,
> ~Rohit
>
>
In effect it is strange.
Inside official docs for RHEV 4.0 we have:
Administration Guide
https://access.redhat.com/documentation/en/red-hat-virtualization/4.0/paged/administration-guide/52-cluster-tasks

"
5.2.2.2. Optimization Settings Explained
Memory Balloon
Selecting the Enable Memory Balloon
Optimization check box enables memory
overcommitment on virtual machines running
on the hosts in this cluster. When this option
is set, the Memory Overcommit Manager
(MoM) will start ballooning where and when
possible, with a limitation of the guaranteed
memory size of every virtual machine.
...
It is important to understand that in some
scenarios ballooning may collide with KSM. In
such cases MoM will try to adjust the balloon
size to minimize collisions. Additionally, in
some scenarios ballooning may cause sub-
optimal performance for a virtual machine.
Administrators are advised to use ballooning
optimization with caution.
"

So it seems it is indeed possible to enable ballooning (note the
considerations about KSM that could partially answer to your question...)

But then in Virtual Machine Management Guide here
https://access.redhat.com/documentation/en/red-hat-virtualization/4.0/paged/virtual-machine-management-guide/33-installing-guest-agents-and-drivers

I see
"
3.3.1. Red Hat Virtualization Guest Agents and Drivers

virtio-balloon

Virtio-balloon is used to
control the amount of
memory a guest actually
accesses. It offers improved
memory over-commitment.
The balloon drivers are
installed for future
compatibility but not used by
default in Red Hat
Virtualization.
"

So it seems it is not possible to enable it for guests
Any clarification?

Thanks,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users