[ovirt-users] Is it possible to auto-start VMs on single LocalStorage host without the engine?

2022-11-25 Thread ernest . beinrohr
I currently use KVM/virsh for my DNS. I would like it to ovirt, but I need DNS started for the engine to work. So I need to start the DNS vm before the engine. Is that possible with ovirt? I was thinking I could use the same mechanism as hosted engine, as that would autostart. In my current KVM

[ovirt-users] Re: TR: Re: [IMPORTANT] Upgrade to postgresql-jdbc-42.2.14-1 breaks oVirt Engine 4.4/4.5

2022-11-21 Thread ernest . beinrohr
I use RockyLinux for the engine. I had to use and versionlock this: https://vault.centos.org/centos/8/AppStream/aarch64/os/Packages/postgresql-jdbc-42.2.3-3.el8_2.noarch.rpm ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-

[ovirt-users] Hosts force fencing after engine upgrade 4.3->4.4

2022-11-21 Thread ernest . beinrohr
Hi, I was in the process of upgrading 4.3 to 4.4. First I upgraded the engine and the hosts are still 4.3. The engine has started fencing my hosts as there has been 1 (one) connection problem to VDSM on the host. I Basically, the engine at some random time connects to vdsm, this crashes (didnt o

[ovirt-users] Re: Unable to start VM after 4.2 upgrade

2018-05-21 Thread Ernest Beinrohr
Filed under https://bugzilla.redhat.com/show_bug.cgi?id=1579909 On 18.05.2018 11:55, Francesco Romani wrote: On 05/17/2018 02:58 PM, Ernest Beinrohr wrote: Hi, I updated my engine and 1 host to 4.2 from 4.1 and now I cannot start a VM and get this error: "UnsupportedType: Unsupported {

[ovirt-users] Unable to start VM after 4.2 upgrade

2018-05-17 Thread Ernest Beinrohr
Hi, I updated my engine and 1 host to 4.2 from 4.1 and now I cannot start a VM and get this error: "UnsupportedType: Unsupported {} for ioTune". My other 6 4.1 hosts are able to start VM normally with the new 4.2 engine. My VM has this inside: total_bytes_sec="0" total_iops_sec="0" write_byte

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

2017-03-24 Thread Ernest Beinrohr
k_id) if disk.get_status().get_state() == "ok": break except: print "Cannot move." api.disconnect() -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.

Re: [ovirt-users] Monitoring disk I/O

2017-01-19 Thread Ernest Beinrohr
echo -n ":" cat /sys/fs/cgroup/cpuacct/machine.slice/*$vm*/cpuacct.usage ) | tr -d '\n' echo "" done and then we MRTG it. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/

Re: [ovirt-users] Backups take sooo long, how can I improve the situation, where is the bottleneck?

2017-01-08 Thread Ernest Beinrohr
. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/vca.php>, +

Re: [ovirt-users] quick way to see total RAM and CPU count on VM listing

2016-10-25 Thread Ernest Beinrohr
olumns :) https://bugzilla.redhat.com/show_bug.cgi?id=1021338 -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/

Re: [ovirt-users] Cannot change Cluster Compatibility Version when a VM is active

2016-09-23 Thread Ernest Beinrohr
ach host 3.6 -> 4.0 - for each host: - maintenance - upgrade RPMS to 4.0 - activate - elevate CL to 4.0 (can be done with running VMs) -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/r

[ovirt-users] udev upgrade on ovirt 3.5 /el6 causes incorrect storage ownership - cannot activate host due permission denied

2016-08-26 Thread Ernest Beinrohr
e udev service has been patched, and it now sets permissions on a device node only on "add" events or in cases when udev created a new device node. The behavior of the udev service is now similar to Red Hat Enterprise Linux 7. (BZ#1362038) -- Ernest Beinrohr, AXON PRO Ing <http://w

[ovirt-users] capture all serial output of all vms?

2016-01-29 Thread Ernest Beinrohr
Hi, is it possible to capture all serial output and still have access to the serial console? Our serial is made with the vdsm hook: http://www.ovirt.org/Features/Serial_Console_in_CLI and this is how we access it: virsh -c qemu+tls://$HOST/system console $VM -- Ernest Beinrohr, AXON PRO Ing

Re: [ovirt-users] Issue with kernel 2.6.32-573.3.1.el6.x86_64?

2015-11-30 Thread Ernest Beinrohr
bonding and VLANs over the bond0. The problematic hosts use the "igb" network driver with "Intel Corporation I350 Gigabit Network Connection". Other hosts have working VLANs. With .504. kernels everything works. PS: https://www.centos.org/forums/viewtopic.php?f=16&t=

Re: [ovirt-users] how to pause a VM from rest-api?

2015-05-21 Thread Ernest Beinrohr
Dňa 21.05.2015 o 16:07 Michal Skrivanek napísal(a): As I do not have live-merge (iscsi & el6) I do my own backups. Now I wanted to emulate snapshots without creating them in ovirt. For that pause is essential. is using "vdsClient -s host1 pause ID" safe? -- Ernest Beinrohr

[ovirt-users] how to pause a VM from rest-api?

2015-05-21 Thread Ernest Beinrohr
I'd like to pause a VM from rest-api. But the docs are not mentioning pause, only suspend. This works: URL/api/vms/ID/suspend and pause doesn't. Pausing from vdsClient works however, but I'd like to use rest-api: vdsClient -s host1 pause ID -- Ernest Beinrohr, AXO

[ovirt-users] Huge, unrotated /var/log/glusterfs/cli.log

2015-05-20 Thread Ernest Beinrohr
Does anyone else has these on their HVs? I just dropped a new logrotate config, but I think ovirt need to lower the loglevel for gluster. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/

[ovirt-users] ovirt-agent: is it possible to run specific actions when taking snapshots?

2015-05-12 Thread Ernest Beinrohr
kup space) databases: - prepare databases for snapshot (flush,write-lock) - send snapshot-complete and unlock -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://

Re: [ovirt-users] multipath.conf changes removed on host activation

2015-05-06 Thread Ernest Beinrohr
n and my changes are lost. How can I either prevent vdsm from touching the file, or merge my configuration? This first line in multipath.conf prevents an update from vdsm on our systems: "# RHEV REVISION 1.1" -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing

[ovirt-users] how to enable spanning tree with parameters with ovirt 3.5 ?

2015-04-24 Thread Ernest Beinrohr
Hi, on my hosts I use 2 interfaces with 2 switches and bonding with active-backup config. Ovirt sets STP=off on all bridge networks and it is creating problems. Is it possible to set STP somehow? -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.be

Re: [ovirt-users] Is it possible to limit the number and speed of paralel STORAGE migrations?

2015-04-22 Thread Ernest Beinrohr
s you will # have to wait for the actual movement to finish. print("Moving disk \"%s\" ..." % disk.get_alias()) disk.move( params.Action( storage_domain=sd ) ) This works nicely, thank you. -- Ernest Beinrohr, AXON PRO Ing &

Re: [ovirt-users] Is it possible to limit the number and speed of paralel STORAGE migrations?

2015-04-22 Thread Ernest Beinrohr
passed to public abstract javax.ws.rs.core.Response org.ovirt.engine.api.resource.MovableResource.move(org.ovirt.engine.api.model.Action) ( org.ovirt.engine.api.model.Disk org.ovirt.engine.api.model.Disk@6a0db58b ) -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.b

[ovirt-users] Is it possible to limit the number and speed of paralel STORAGE migrations?

2015-04-21 Thread Ernest Beinrohr
es my storage. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/vca.php>

Re: [ovirt-users] oVirt 3.5.2 Hypervisor crash, guest VMs not migrating

2015-04-16 Thread Ernest Beinrohr
ve to have power management for the hosts. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/vca.p

[ovirt-users] Can I somehow disable vdsms "restore_nets" ?

2015-04-09 Thread Ernest Beinrohr
I use quite a lot of my own config and vdsm restores his version of /etc/sysconfig/network-scripts/ifcfg-* on each start. Can the restore_nets be disabled somehow? -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>,

Re: [ovirt-users] Can't remove snapshot due to low disk space on storage domain?

2015-02-11 Thread Ernest Beinrohr
a few snaps on 1TB disk took more than a day of downtime! -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinro

Re: [ovirt-users] VM disk tab doesn't show storage name after 3.5 upgrade

2014-12-17 Thread Ernest Beinrohr
switch between the views by clicking on the "Images" radio button instead of the "All" and see all storage data for image disks. (from BZ <https://bugzilla.redhat.com/show_bug.cgi?id=1174788>) -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>

[ovirt-users] VM disk tab doesn't show storage name after 3.5 upgrade

2014-12-15 Thread Ernest Beinrohr
Before 3.5 in VM disk tab, there was the name of the storage on which the disks resides. After the upgrade to 3.5 this information is missing. PS: as a workaround I have to "edit" the disk to see where it it. I have 7 storages so this info is important for me. -- Ernest Beinrohr

Re: [ovirt-users] ssd cache

2014-12-08 Thread Ernest Beinrohr
backing-store /dev/rhel/BigCachedPool incominguser ovirt lvs: LV VG Attr LSize Pool Origin Data% Move Log Cpy%Sync Convert BigCachedPool rhel Cwi-aoC--- 21,00t lv_cache [BigCachedPool_corig] lv_cache rhel Cwi-a-C--- 100,00g -- Ernest

Re: [ovirt-users] ssd cache

2014-12-08 Thread Ernest Beinrohr
seemed a little tricky. Do you have any idea? I use dm-cache on rhel7 on one of my storages. It works. It has nothing to do with ovirt however, everything is managed by the storage server. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.be

[ovirt-users] disabling generic-receive-offload (gro) and large-receive-offload ?

2014-11-19 Thread Ernest Beinrohr
: http://support.citrix.com/proddocs/topic/netscaler-vpx-10-5/ns-vpx-install-prereqkvm-ref.html -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk

Re: [ovirt-users] Real time network usages and IO usages of VM

2014-09-02 Thread Ernest Beinrohr
vice_bytes | grep ^253:.*Read | cut -f3 -d " " | paste -sd+ | bc echo -n ":" egrep -v "$IGNORED_REGEX" /cgroup/blkio/libvirt/qemu/$vm/blkio.throttle.io_service_bytes | grep ^253:.*Write | cut -f3 -d " " | paste -sd+ | bc echo -n

[ovirt-users] Moving a disk from a ex-pool machine?

2014-08-19 Thread Ernest Beinrohr
i need to do this for 30+ vms :( -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/vca.p

Re: [ovirt-users] [Video]: New Live Migration Progess Bar for oVirt

2014-06-30 Thread Ernest Beinrohr
... :-) -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/vca.php>, +421-2--6241-0360 , +421-903--

Re: [Users] VM-List gone after upgrade to 3.4

2014-04-01 Thread Ernest Beinrohr
is to restart the engine :( -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/vca.php>, +421-2--62

Re: [Users] Logs using syslog

2014-03-27 Thread Ernest Beinrohr
Dn(a 27.03.2014 01:08, Yair Zaslavsky wrote / napísal(a): Hi Eduardo, We have an open RFE for that - https://bugzilla.redhat.com/show_bug.cgi?id=1078738 You could use logstash to ship logs to your central syslog. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE

[Users] iscsi & multipath active on hosts even after Maintentance/Detach/Delete

2014-03-24 Thread Ernest Beinrohr
deactivate the storage completely. This seems wrong, the engine should disable the VGs, stop the multipath device for that storage and logout from all iscsi targets. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>,

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Ernest Beinrohr
virt-engine/engine-manage-domains/log4j.xml: 0 /etc/ovirt-engine/notifier/log4j.xml: 1 -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VC

Re: [Users] el6 live snapshots and storage migration

2014-03-20 Thread Ernest Beinrohr
.noarch usbutils-003-4.el6.x86_64 usbredir-devel-0.5.1-1.el6.x86_64 libertas-usb8388-firmware-5.110.22.p23-3.1.el6.noarch usbredir-0.5.1-1.el6.x86_64 libusb-0.1.12-23.el6.x86_64 -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>,

Re: [Users] [RFI] GUI Changes for oVirt 4.0

2014-03-18 Thread Ernest Beinrohr
er run on the same storage and host ) -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/vca.php&

Re: [Users] oVirt 3.5 planning

2014-03-18 Thread Ernest Beinrohr
o $SIZE / 1024 / 1024 / 1024| bc) echo "$SIZE2 GB / $CUR B [$PERC%] - $SPEED MB/s" sleep $SECS; LAST=$CUR done -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/

Re: [Users] oVirt 3.5 planning

2014-03-17 Thread Ernest Beinrohr
-- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/vca.php>, +421-2--6241-0360 , +421-903--482-6

Re: [Users] oVirt 3.5 planning

2014-02-26 Thread Ernest Beinrohr
hosts tab and its VMs view, that would be awesome. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr.sk/v

Re: [Users] oVirt 3.5 planning

2014-02-25 Thread Ernest Beinrohr
Dňa 25.02.2014 10:45, Itamar Heim wrote / napísal(a): On 02/25/2014 11:06 AM, Ernest Beinrohr wrote: Dňa 24.02.2014 17:59, Itamar Heim wrote / napísal(a): with oVirt 3.4 getting close to GA with many many great features, time to collect requests for 3.5... multiple ISO domains. can you

Re: [Users] oVirt 3.5 planning

2014-02-25 Thread Ernest Beinrohr
Dn(a 24.02.2014 17:59, Itamar Heim wrote / napísal(a): with oVirt 3.4 getting close to GA with many many great features, time to collect requests for 3.5... multiple ISO domains. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.ph

Re: [Users] oVirt 3.5 planning

2014-02-24 Thread Ernest Beinrohr
Dn(a 25.02.2014 02:55, Maurice James wrote / napísal(a): External authentication that does not require the use of Kerberos in the environment :) This has my vote too. And my axe. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.ph

[Users] moving an unplugged/offline disk on a running vm creates snapshots

2014-02-21 Thread Ernest Beinrohr
Imho, when the disk is offline, it should be movable directly without the need for snapshots. this is on ovirt 3.3 btw: any chance of thin->preallocated procedure? -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>

Re: [Users] Replacing ISO domain

2014-01-09 Thread Ernest Beinrohr
old ISO domain is unavailable, like mine :( -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr

[Users] iso domain in maintenance and VMs cannot start

2013-12-20 Thread Ernest Beinrohr
also no specific error, that the ISO isn't accessible. PS: - ovirt 3.3 - detaching the iso allows the vm to start of course. -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rh

Re: [Users] Ovirt Engine Memory usage going crazy since 3.3 Upgrade

2013-12-16 Thread Ernest Beinrohr
security.provider.7=sun.security.jgss.SunProvider security.provider.8=com.sun.security.sasl.Provider security.provider.9=org.jcp.xml.dsig.internal.dom.XMLDSigRI security.provider.10=sun.security.smartcardio.SunPCSC -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE

Re: [Users] External authentication

2013-12-05 Thread Ernest Beinrohr
l break the tight coupling between authentication and directory services information retrieval) Just confirming our interest in ldap without kerberos. -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA

Re: [Users] How to backup thin provisioned qcow2 disks?

2013-12-04 Thread Ernest Beinrohr
robust way, though, would probably be to export the disk to an export domain. The problem was, that i didn't know WHICH volumes to copy, but that was probably due a wrong sql query. -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk

[Users] Is it possible to limit migration speed and number of concurrent migrations?

2013-11-29 Thread Ernest Beinrohr
migration speed and number of concurrent migrations? -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, VCA <http://www.beinrohr

[Users] Where do you run the engine?

2013-11-27 Thread Ernest Beinrohr
Just curious, where/how you run the engine. I run it in libvirt/kvm on one of my storage domains. -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www

Re: [Users] Guest Agent

2013-11-27 Thread Ernest Beinrohr
irtIoChannel.py", line 32, in import_json import simplejson ImportError: No module named simplejson $ rpm -qa centos*release centos-release-5-10.el5.centos After installing python-simplejson ovirt-agent started ok. -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/i

[Users] How to backup thin provisioned qcow2 disks?

2013-11-25 Thread Ernest Beinrohr
(3 in my case). Also they are combined MUCH bigger than the preallocated: 8GB raw vs thin: 31 GB - 1 snapshot. So I have two questions: - how would you backup these thin disks? - is it possible to convert thin to preallocated and discard the snapshots thanks -- Ernest Beinrohr, AXON PRO DevOps

Re: [Users] Guest Agent

2013-11-25 Thread Ernest Beinrohr
error --> ovirt-guest-agent conflicts with selinux-policy Error: ovirt-guest-agent conflicts with selinux-policy $ rpm -q selinux-policy selinux-policy-2.4.6-346.el5 PS: the recompiled rhev-agent-2.3.16-3.el5.src.rpm works btw. -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinr

[Users] Is there any way of prohibiting 2 vms to run on the same hv ?

2013-11-21 Thread Ernest Beinrohr
I have 2 vms in ha cluster and now they are running on the same hypervisor (out of 5). Is there any way ovirt can help preventing such an situation? thank you -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>,

Re: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-15 Thread Ernest Beinrohr
collumns for RAM, storage domain, disks summ etc. And sorting ! -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, +421-

Re: [Users] How can I modify the vm template?

2013-10-01 Thread Ernest Beinrohr
template. -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, +421-2--6241-0360 , +421-903--482-603 icq:28153343, skype:o

Re: [Users] How can I modify the vm template?

2013-10-01 Thread Ernest Beinrohr
access the templates disk directly. Then umount, disable the lv. -- Ernest Beinrohr, AXON PRO DevOps, Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, +421-

Re: [Users] Migration of engine

2013-06-13 Thread Ernest Beinrohr
s apart from the db that might be needed or > once the db is migrated into a freshly installed engine with the same > IP and hostname as the original all will be well? Why not just clone the server? Or just run it as a virtual with p2v. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr

Re: [Users] collecting IO stats per VM ?

2013-06-12 Thread Ernest Beinrohr
accounting stats and create a custom report? -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, +421-2--6241-0360 , +421-903--482-6

Re: [Users] Incorrect disk size after "storage live migration"

2013-06-10 Thread Ernest Beinrohr
l6.noarch ovirt-engine-restapi-3.2.0-1.36.el6.noarch ovirt-engine-sdk-3.2.0.9-1.el6.noarch ovirt-engine-setup-3.2.1-1.41.el6.noarch ovirt-engine-tools-common-3.2.0-1.36.el6.noarch ovirt-engine-userportal-3.2.0-1.36.el6.noarch ovirt-engine-webadmin-portal-3.2.0-1.36.el6.noarch ovirt-engine-3.2.0-1.36.e

Re: [Users] collecting IO stats per VM ?

2013-06-10 Thread Ernest Beinrohr
On 10.06.2013 15:26, Richard W.M. Jones wrote: > On Mon, Jun 10, 2013 at 03:00:28PM +0200, Ernest Beinrohr wrote: >> Hi, I noticed that ovirt uses cgroups for accounting. Has one of you >> maybe a tool for collecting this information? I'd like to graph the >> information

[Users] Incorrect disk size after "storage live migration"

2013-06-10 Thread Ernest Beinrohr
-q vdsm libvirt vdsm-4.10.3-0.36.23.el6.x86_64 libvirt-0.10.2-18.el6_4.2.x86_64 -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, +421-2-

[Users] collecting IO stats per VM ?

2013-06-10 Thread Ernest Beinrohr
Hi, I noticed that ovirt uses cgroups for accounting. Has one of you maybe a tool for collecting this information? I'd like to graph the information with rrd/mrtg. thanks -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php

Re: [Users] CentOs client

2013-05-21 Thread Ernest Beinrohr
; http://lists.ovirt.org/mailman/listinfo/users Better install virt-viewer too ;-) and check ~/.spice/ logs -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinro

[Users] How to add another @internal user

2013-05-20 Thread Ernest Beinrohr
: we have a separate LDAP server for our domain, Ideally i'd like to use the credentials from that, but local users is OK too. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC

Re: [Users] Nagios monitoring plugin check_rhev3 1.2 released

2013-05-16 Thread Ernest Beinrohr
On 16.05.2013 16:31, René Koch wrote: > I'm happy to announce version 1.2 of check_rhev3. > > Thank you, this is quite useful for us. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.bein

[Users] Unable to save host networking: Network address must be specified when using static ip

2013-04-24 Thread Ernest Beinrohr
fcfg-* and some do not have an IP address. This is the error I get: Error: finwe: * Network address must be specified when using static ip -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr

[Users] Does anyone run the engine on a VM in the cluster itself?

2013-03-29 Thread Ernest Beinrohr
I have to maintan a separate VM environment just for the engine. If it were running on one of the hypervisors, how can I start it if the engine itself is off? thanks. -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>,

[Users] Custom columns in VM list (engine admin) ?

2013-03-28 Thread Ernest Beinrohr
Hi, is it possible to add columns to the VM list view in ovirt-engine administrator? I'd like to add a memory columns (max, current) and also some IO stats and. In RHEL 5 virt-manager show something like this: http://i.imgur.com/e18DJtf.png -- Ernest Beinrohr, AXON PRO Ing

Re: [Users] Is it possible to change the DB password for local postgresql?

2013-03-14 Thread Ernest Beinrohr
ww.ovirt.org/Postgresql_changing_db_pass -- Ernest Beinrohr, AXON PRO Ing <http://www.beinrohr.sk/ing.php>, RHCE <http://www.beinrohr.sk/rhce.php>, RHCVA <http://www.beinrohr.sk/rhce.php>, LPIC <http://www.beinrohr.sk/lpic.php>, +421-2--6241-0360 , +421-903--482-603 icq:2815

Re: [Users] Is it possible to change the DB password for local postgresql?

2013-03-13 Thread Ernest Beinrohr
On 13.03.2013 11:57, Alon Bar-Lev wrote: > You need to change the /etc/sysconfig/ovirt-engine password as well. > You have a script to encode it at /etc/pki/ovirt-engine/encryptpasswd.sh or > similar. > Thank you, that worked. ___ Users mailing list Use

[Users] Is it possible to change the DB password for local postgresql?

2013-03-13 Thread Ernest Beinrohr
(ovirt 3.2) I have changed it in /etc/ovirt-engine/.pgpass and for the 'postgres' and 'engine' users in the database but after starting the engine my logs are full of FATAL: password authentication failed for user "engine" Any tips on changing the password? ___

[Users] Progress on image operations (dd & USR1 signal)

2013-03-08 Thread Ernest Beinrohr
second terminal I send the signal $ killall -USR1 dd Process 8706 attached - interrupt to quit --- SIGUSR1 (User defined signal 1) @ 0 (0) --- write(2, "14022+0 records in\n14021+0 recor"..., 39) = 39 write(2, "14702084096 bytes (15 GB) copied", 32) = 32 write(2, ", 2189.75