Re: [ovirt-users] newbie need help on iSCSI

2015-02-17 Thread Martin Pavlík
Hi Ronald,

do I get it right that you would like to have all oVirt parts on one physical 
machine?

If so, try

oVirt live
http://www.ovirt.org/OVirt_Live

or all in one installation
http://www.ovirt.org/index.php?title=Feature/AllInOne

HTH

Martin Pavlik

RHEV QE


 On 17 Feb 2015, at 07:35, ronald ronal...@optonline.net wrote:
 
 I am a newbie and trying to learn Ovirt.
 I have installed the hypervisor using Ovirt-3.1 node cd.
 I noticed my Storage tab states ...
 Remote Storage:
iSCSI Initiator Name:
iqn. 1994-05.com.redhat: 1dcc111a82a8
 
 1. I would like to understand whether I had any way of using other Storage 
 options on the Hypervisor.
 
 2. If I have a attach storage, how should I configure the device to be seen 
 by the Hypervisor?
 
 Appreciate your feedback.
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Caused by: java.lang.IllegalStateException: Insufficient amount of free MACs.

2015-02-17 Thread Martin Pavlík
Punit,

we will need some logs in order to analyse, best would be if you could collect 
log collector (run engine-log-collector on engine machine).

Based on what you know that you have 2000MACs available?

What does
engine-config -g MacPoolRanges
say?

M.
 On 17 Feb 2015, at 11:12, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi,
 
 I am facing this strange issue if i deploy the VM with Template...
 
 Caused by: java.lang.IllegalStateException: Insufficient amount of free MACs.
 
 Actually i have almost 2000 Mac address free in our environment but VM 
 creation failed with this error :-
 
 Thanks,
 Punit



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Cannot run VM. Memory size exceeds supported limit for given cluster version.

2015-02-16 Thread Martin Pavlík
Hi Punit,

one thing is confusing me. You refer to VM32BitMaxMemorySizeInMB, but you are 
working with 64bit VM/template. Shouldn’t it be VM64BitMaxMemorySizeInMB? 
Anyways both should allow for approx. 64GB of memory. If you create VM with 
63GB (or closest lower amount)  it works?

Could you provide relevant part of engine.log, vdsm.log, supervdsm.log and 
libvirt log? From the time when the error occurs?

M.


 On 17 Feb 2015, at 03:00, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi,
 
 I am running Ovirt 3.5.1 and have the following settings in the engine config 
 for VM memory :-
 
 -
 [root@ccr01 ~]# engine-config -g VM32BitMaxMemorySizeInMB
 VM32BitMaxMemorySizeInMB: 65536 version: general
 
 [root@ccr01 ~]# engine-config -g VM64BitMaxMemorySizeInMB
 VM64BitMaxMemorySizeInMB: 524288 version: 3.0
 VM64BitMaxMemorySizeInMB: 2097152 version: 3.1
 VM64BitMaxMemorySizeInMB: 2097152 version: 3.2
 VM64BitMaxMemorySizeInMB: 4096000 version: 3.4
 VM64BitMaxMemorySizeInMB: 4096000 version: 3.5
 VM64BitMaxMemorySizeInMB: 2097152 version: 3.3
 [root@ccr01 ~]#
 
 
 When i create a guest VM more than 64GB memory,VM is failed to start with 
 following error:
 
 Cannot run VM. Memory size exceeds supported limit for given cluster 
 version.
 
 Steps to Reproduce:
 1. Create new VM or edit existing VM Memory Size to 65536 MB from Ovirt GUI.
 2. Created the guest VM through template 64-bit... so it will support more 
 than 16 GB memory.
 3. Now, Start the VM.
 
 Thanks,
 Punit
 
 
 
 
 



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Directly connect NIC or other cards to VM?

2015-02-13 Thread Martin Pavlík
Hi David,

maybe if you gave us a little bit more of the big picture we can find some way. 
What is the the reason for the actions you take? What are you trying to achieve?

Martin

 On 13 Feb 2015, at 15:09, Dan Yasny dya...@gmail.com wrote:
 
 Still easy enough to do with vdsm-hooks
 
 --
 Dan
 
 On Thu, Feb 12, 2015 at 6:28 PM, David Smith dsm...@mypchelp.com wrote:
 Is there a way to directly connect a specific device (ie, NIC) to a 
 particular VM?
 
 I've figured out how to map a specific network interface to a VM, thats one 
 step, but in the end I may need direct access to the PCI device itself.
 
 Second to that, for network interfaces mapped to a particular VM, is there a 
 way for the VM to be able to properly detect physical link state of that 
 interface? Right now that's a 'configurable option' inside network interface 
 settings on the VM in the manager (ie, plugged, not plugged, and link state 
 up /down)
 
 Thanks,
 David
 
 ___
 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



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] mixing tagged and untagged vlans on a same interface

2015-02-13 Thread Martin Pavlík
Hi,

it is possible to achieve the state you describe. You just can’t have ovirtmgmt 
as VM network in such case.

You need to set ovirtmgmt as nonVM [1] (aka bridgeless network), then you can 
put it on one interface with VLANs.

Be aware that you can put on one interface only one bridges network + multiple 
VLANs.

[1] 
http://www.ovirt.org/Features/Design/Network/Bridgeless_Networks#Functionality

HTH

Martin Pavlik

RHEV QE

 On 13 Feb 2015, at 16:17, Nathanaël Blanchet blanc...@abes.fr wrote:
 
 Hi all,
 
 On a standalone libvirt/KVM, I've been used to mix tagged and untagged vlans 
 on the same interface, the untagged vlan dedicated to the physical interface 
 em1 and the other tagged ones to VLAN em1.X.
 I've just installed a new datacenter with an untagged ovirtmgmt and then 
 realized that I've been prevented from attaching additional vlan to the same 
 inetrface.
 Is there a reason for that, knowing that nothing should technically be wrong?
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] bonding problems

2015-02-12 Thread Martin Pavlík
Hi Jorick,

if I understand correctly you had ovirtmgmt over bond and now you’ve tried to 
move it to single interface? You mention that everything is gone after 
restarting. Restarting of what? What system is running on your hypervisors? Can 
you provide supervdsm.log from the affected node?

Martin Pavlik

RHEV QE
 On 10 Feb 2015, at 17:58, Jorick Astrego j.astr...@netbulae.eu wrote:
 
 After having problems with a bond and the ovirtmgmt interface on 3.5.1, I 
 skipped bond0 and just added bond1 for gluster and bond2 for internet.
 
 When restarting, I loose all the bonds and I cannot use the Setup Host 
 networks anymore:
 
 ehehbhcg.png
 
 In the engine log, I see the following:
 
 
 2015-02-10 17:29:41,799 INFO  
 [org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient] (SSL Stomp Reactor) 
 Connecting to test4.netbulae.test/xx.xx.xx.xx
 2015-02-10 17:29:42,414 ERROR 
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] 
 (ajp--127.0.0.1-8702-4) [4be2b53a] Failed in SetupNetworksVDS method
 2015-02-10 17:29:42,414 WARN  
 [org.ovirt.vdsm.jsonrpc.client.internal.ResponseWorker] (ResponseWorker) 
 Exception thrown during message processing
 2015-02-10 17:29:42,414 ERROR 
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] 
 (ajp--127.0.0.1-8702-4) [4be2b53a] 
 org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException: 
 VDSGenericException: VDSErrorException: Failed to SetupNetworksVDS, error = 
 Missing required nics for bonding device., code = 21
 2015-02-10 17:29:42,416 ERROR 
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] 
 (ajp--127.0.0.1-8702-4) [4be2b53a] Command SetupNetworksVDSCommand(HostName = 
 test4.netbulae.test, HostId = c4e1f226-a243-4a9a-8fa9-fc65f4518114, 
 force=false, checkConnectivity=true, conectivityTimeout=120,
 networks=[gluster {id=123ff683-fcf8-407b-94ca-f323c1fba326, 
 description=null, comment=null, subnet=null, gateway=null, type=null, 
 vlanId=null, stp=false, dataCenterId=0002-0002-0002-0002-031a, 
 mtu=9000, vmNetwork=false, cluster=NetworkCluster {id={clusterId=null, 
 networkId=null}, status=OPERATIONAL, display=false, required=true, 
 migration=true}, providedBy=null, label=null, qosId=null},
 uplink {id=51a63339-5570-4b58-b00c-9d54a534ff20, description=null, 
 comment=null, subnet=null, gateway=null, type=null, vlanId=null, stp=false, 
 dataCenterId=0002-0002-0002-0002-031a, mtu=0, vmNetwork=true, 
 cluster=NetworkCluster {id={clusterId=null, networkId=null}, 
 status=OPERATIONAL, display=false, required=true, migration=false}, 
 providedBy=null, label=null, qosId=null}],
 bonds=[bond1 {id=64135fde-a5de-404c-89a3-2ce13a1a7d84, 
 vdsId=c4e1f226-a243-4a9a-8fa9-fc65f4518114, name=bond1, 
 macAddress=**:**:**:**:**:**, networkName=gluster, bondOptions=mode=4 
 miimon=100, bootProtocol=STATIC_IP, address=, subnet=, gateway=, mtu=9000, 
 bridged=false, type=0, networkImplementationDetails={inSync=true, 
 managed=true}},
 bond2 {id=f2f26c27-85f3-413a-abb0-79db4b323c0e, 
 vdsId=c4e1f226-a243-4a9a-8fa9-fc65f4518114, name=bond2, 
 macAddress=**:**:**:**:**:**, networkName=null, bondOptions=mode=4 
 miimon=100, bootProtocol=NONE, address=, subnet=, gateway=null, mtu=1500, 
 bridged=false, type=0, networkImplementationDetails=null}],
 interfaces=[enp2s0 {id=542b77c3-a412-4435-87f1-182663317893, 
 vdsId=c4e1f226-a243-4a9a-8fa9-fc65f4518114, name=enp2s0, 
 macAddress=**:**:**:**:**:**, networkName=null, bondName=null, 
 bootProtocol=DHCP, address=, subnet=, gateway=null, mtu=1500, bridged=false, 
 speed=0, type=0, networkImplementationDetails=null},
 enp9s0f1 {id=f5cc13ec-ac66-446c-b2b4-c6561c10a62b, 
 vdsId=c4e1f226-a243-4a9a-8fa9-fc65f4518114, name=enp9s0f1, 
 macAddress=**:**:**:**:**:**, networkName=null, bondName=bond2, 
 bootProtocol=NONE, address=, subnet=, gateway=null, mtu=1500, bridged=false, 
 speed=0, type=0, networkImplementationDetails=null},
 enp9s0f0 {id=6bf7215a-ca7e-4634-8225-5762f5bd3620, 
 vdsId=c4e1f226-a243-4a9a-8fa9-fc65f4518114, name=enp9s0f0, 
 macAddress=**:**:**:**:**:**, networkName=null, bondName=bond2, 
 bootProtocol=NONE, address=, subnet=, gateway=null, mtu=1500, bridged=false, 
 speed=0, type=0, networkImplementationDetails=null},
 enp1s0 {id=e5319631-6c7e-4be2-8914-a24df70f26af, 
 vdsId=c4e1f226-a243-4a9a-8fa9-fc65f4518114, name=enp1s0, 
 macAddress=**:**:**:**:**:**, networkName=ovirtmgmt, bondName=null, 
 bootProtocol=DHCP, address=xx.xx.xx.xx, subnet=255.255.255.0, 
 gateway=*.*.*.*, mtu=1500, bridged=true, speed=1000, type=2, 
 networkImplementationDetails={inSync=true, managed=true}},
 enp7s0f1 {id=665c7d78-0ce3-46d9-9458-6828eecf23e7, 
 vdsId=c4e1f226-a243-4a9a-8fa9-fc65f4518114, name=enp7s0f1, 
 macAddress=**:**:**:**:**:**, networkName=null, bondName=bond1, 
 bootProtocol=NONE, address=, subnet=, gateway=null, mtu=9000, bridged=false, 
 speed=0, type=0, networkImplementationDetails=null},
 

Re: [ovirt-users] Ovirt Manager Problem

2015-02-12 Thread Martin Pavlík
Hello Massimo,

just a wild guess. Is it possible that engine machine has its RAM full and is 
forced to use SWAP? Or some other resources on it are exhausted?

HTH

M.


 On 11 Feb 2015, at 17:30, Dan Yasny dya...@gmail.com wrote:
 
 What are you using to access the manager UI on the client (OS and browser)?
 
 On Wed, Feb 11, 2015 at 11:25 AM, Massimo Mad mad196...@gmail.com wrote:
 Hi, i have a strange problem,my manager is very slow and with the gui I can 
 not do anything on the vm and the host, but the vm are ok.
 I tried to look at the log, but I have not seen anything that would explain 
 the problem.
 Regards
 Massimo
 
 ___
 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



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Network setup for load balance

2015-01-29 Thread Martin Pavlík
Hi Carlos,

you figured it yourself, the fastest/easiest way will be to deploy ovirt again. 
This time set the bonding manually before deployment and tie the management to 
the bond you create.

You did not mention what bond mode you want to use, please note that not all 
bond modes are supported for VM networks. You’ve mentioned that you are after 
load balancing, in this case you can use  mode=2(balance-xor), or 
mode=4(802.3ad) however mode 4 requires switch side support/configuration.

HTH

Martin Pavlik

 On 28 Jan 2015, at 15:16, Carlos Ibrahim Arias car...@braimtec.com wrote:
 
 Hello,
 
 I'm writing after a few weeks of trying to deploy the installation I had in 
 mind without success. I'm a newbie using orvit and my problem may sound odd 
 to some but I haven't been able to find a solution yet... I've searched all 
 the Web.
 
 I have a server with two NICs (em1 and em2) and I want to bond them for load 
 balancing. I installed oVirt 3.5.1 using the hosted-engine option with CentOS 
 7 on the hosted-engine and the host, and gluster on the host for the domain 
 storage. Everything was fine during the installation and the system seems to 
 work properly. ovirtmgmt is linked to em1. 
 
 The problem is that  now I can't bond em1 and em2 using the web GUI. I set up 
 the bonding manually, it works but vdsmd is not starting afterwards.
 
 Should I have done the bond before installing oVirt? Is there any workaround 
 to bond my NICs so that oVirt can use them for load balance? Shall I use 
 other network setup for load balance (VLANs..)?
 
 Thanks in advanced,
 -- 
 Carlos Ibrahim Arias
 Consultor  Ingeniero en Informática
 Braimtec - Smart IT
 E: car...@braimtec.com mailto:car...@braimtec.com
 M: +34 600 457 497
 ___
 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] change network MTU settings without taking all the VMs down?

2015-01-28 Thread Martin Pavlík
Hi Darell,

you could switch the vNICs to different/empty network for a while. Or if 
possible you can just shut down the VMs that should do the trick as well.

HTH

Martin Pavlik

RHEV QE

 On 27 Jan 2015, at 21:59, Donny Davis do...@cloudspin.me wrote:
 
 I'm on the same.. And I see the issue. Why don't you create a new network 
 with the correct parameters and then move the network the VM is attached to 
 
 On Jan 27, 2015 1:39 PM, Darrell Budic bu...@onholyground.com wrote:
 
 Try changing that custom MTU and hitting OK. I get:
 
 on 3.5 and 3.5.1. What version are you running?
 
 On Jan 27, 2015, at 2:04 PM, Donny Davis do...@cloudspin.me wrote:
 
 Maybe I missed your question, but I can change the MTU from the gui without 
 any problems. As long as you make sure there are not any vm's on the host 
 you are trying to sync, I have experienced no issues. 
 
 Donny
 
 -Original Message-
 From: Darrell Budic [mailto:bu...@onholyground.com] 
 Sent: Tuesday, January 27, 2015 12:30 PM
 To: Donny Davis
 Cc: users@ovirt.org
 Subject: Re: [ovirt-users] change network MTU settings without taking all 
 the VMs down?
 
 Except you can’t change the network MTU setting in the first place on the 
 network in the GUI. I’ve thought about doing it in the database, with a 
 migration as you mention. Just checking first for better options :)
 
 
 On Jan 27, 2015, at 12:08 PM, Donny Davis do...@cloudspin.me wrote:
 
 Migrate the vms between hosts, and when a host gets to no running VMS you 
 can sync that network. 
 
 Donny D
 cloudspin.meOn Jan 27, 2015 10:43 AM, Darrell Budic 
 bu...@onholyground.com wrote:
 
 
 I finally got a couple of networks our from behind a wan based layer 2 
 bridge that required me to run at MTU 1448, and would like to get back up 
 to MTU 1500. I see the GUI won’t let me do that while the network is in 
 use. Any way around this, clean or otherwise? Restarting VMs to update 
 them is ok, just trying to avoid having to take everything down at the 
 same time.
 
 -Darrell
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 
 Capture.PNG
 
 
 ___
 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] MaxVmNameLengthNonWindows not set right ?

2015-01-28 Thread Martin Pavlík
Hi Matt,

could you provide log collector files so we can track where the issue is?

Just run engine-log-collector on the machine with engine. It will guide you 
through the log collection.

Also if you can copy paste a few lines from log containing the error here it 
helps with problem localization.

Thanks

Martin Pavlik

RHEV QE   
 On 25 Jan 2015, at 22:15, Matt . yamakasi@gmail.com wrote:
 
 Hi,
 
 My VM doesn' t want to start because the vdsm host says it's over 45
 characters or so.
 
 This is set:
 
 # engine-config -g MaxVmNameLengthNonWindows
 MaxVmNameLengthNonWindows: 64 version: general
 
 But when I set it to 80 it also doesn't start.
 
 What goes wrong here ?
 
 It's a Linux VM.
 
 Thanks,
 
 Matt
 ___
 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] Loopback interface has huge network transctions

2015-01-26 Thread Martin Pavlík
Hi Punit,

it is ok since ovirt-engine is using loopback for its purposes, e.g. postgress 
databas access. Try to check netstat -putna | grep 127.0.0 to see how many 
things are attached to it.

If you are interested in checking what is going on a bit more have a look @ 
this great how-to 
http://www.slashroot.in/find-network-traffic-and-bandwidth-usage-process-linux 
http://www.slashroot.in/find-network-traffic-and-bandwidth-usage-process-linux


HTH 

Martin Pavlik

RHEV QE

 On 26 Jan 2015, at 02:24, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi,
 
 I have noticed that the loop back interface has huge network packets sent and 
 received...is it common or need to some tweaks 
 
 1. Ovirt 3.5.1
 2. Before ovirt engine installation...loop back address doesn't has that huge 
 amount of packets sent/receive
 3. After Ovirt engine install it's keep increasing.and in just 48 hours 
 it reach to 35 GB...
 
 [root@ccr01 ~]# ifconfig
 eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
 inet 43.252.x.x  netmask 255.255.255.0  broadcast 43.252.x.x
 ether 60:eb:69:82:0b:4c  txqueuelen 1000  (Ethernet)
 RX packets 6605350  bytes 6551029484 (6.1 GiB)
 RX errors 0  dropped 120622  overruns 0  frame 0
 TX packets 2155524  bytes 431348174 (411.3 MiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 device memory 0xdf6e-df70
 
 eth1: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
 inet 10.10.0.2  netmask 255.255.255.0  broadcast 10.10.0.255
 ether 60:eb:69:82:0b:4d  txqueuelen 1000  (Ethernet)
 RX packets 788160  bytes 133915292 (127.7 MiB)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 546352  bytes 131672255 (125.5 MiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 device memory 0xdf66-df68
 
 lo: flags=73UP,LOOPBACK,RUNNING  mtu 65536
 inet 127.0.0.1  netmask 255.0.0.0
 loop  txqueuelen 0  (Local Loopback)
 RX packets 84747311  bytes 40376482560 (37.6 GiB)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 84747311  bytes 40376482560 (37.6 GiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 
 [root@ccr01 ~]# w
  09:23:07 up 2 days, 11:43,  1 user,  load average: 0.27, 0.30, 0.31
 USER TTYLOGIN@   IDLE   JCPU   PCPU WHAT
 root pts/0 09:163.00s  0.01s  0.00s w
 [root@ccr01 ~]#
 
 Thanks,
 Punit
 ___
 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] problem adding storage connection

2015-01-20 Thread Martin Pavlík
ccing Carlos as he might be able to help

Hi Lars,

1) remove as many restrictions as you can from your NFS export , allow all to 
access and restrict it back step by step if removing restriction will work
2) make sure that exported folders have owner and group vdsm:kvm (aka 36:36)
3) pls check (and provide) /var/log/vdsm/vdsm.log and 
/var/log/vdsm/supervdsm.log on the hypervisor which is storage pool manager 
(aka SPM), you can identify it on hosts tab in GUI

Martin

 On 20 Jan 2015, at 08:51, Lars Nielsen l...@steinwurf.com wrote:
 
 On 15/01/15 16:38, Donny Davis wrote:
 Also check to see if there are any directories that have been created in
 your nfs exports
 
 Donny
 
 -Original Message-
 From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of
 Martin Pavlík
 Sent: Thursday, January 15, 2015 8:01 AM
 To: Lars Nielsen
 Cc: users@ovirt.org
 Subject: Re: [ovirt-users] problem adding storage connection
 
 Hi Lars,
 
 are you sure you want to use net mask 225.225.225.0? IMO you want to use
 255.255.255.0
 
 If it does not help please supply logs
 /var/log/ovirt-engine/engine.log - from engine node (RHEV-M) and
 /var/log/vdsm/vdsm.log
 
 so we can see detailed error message
 
 HTH
 
 Martin Pavlik
 RHEV QE
 
 On 15 Jan 2015, at 14:22, Lars Nielsen l...@steinwurf.com wrote:
 
 Hello again.
 And thanks for the help, now I can create hosts, which run :)
 
 However I have run into a bit more trouble, again which seems a bit
 strange to me.
 When trying to added a new Storage connection, I get this:
 Error while executing action: Cannot add Storage Connection. Storage
 connection already exists.
 https://dl.dropboxusercontent.com/u/55488/ovirt_storage_problem.png
 
 My exports file, look like this:
 /home/iso
 192.168.0.112/225.225.225.0(rw,sync,no_subtree_check,all_squash,anonui
 d=36,anongid=36) /home/data
 192.168.0.112/225.225.225.0(rw,sync,no_subtree_check,all_squash,anonui
 d=36,anongid=36) /home/import_data
 192.168.0.112/225.225.225.0(rw,sync,no_subtree_check,all_squash,anonui
 d=36,anongid=36)
 
 Copied from the oVirt basic setup guide.
 And I have restarted my NFS server service, and create the directories.
 
 Can some one help with this? and explain the problem to me? If you need
 more info, please tell me.
 Thanks and Best Regards
 - Lars
 ___
 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
 
 Hey.
 I tried fixing it by changing 225.225.225.0 to 255.255.255.0 to no avail.
 So please help me again, I have looked through logs, and found this:
 015-01-20 08:40:14,177 INFO 
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
 (ajp--127.0.0.1-8702-4) Correlation ID: null, Call Stack: null, Custom Event 
 ID: -1, Message: User admin logged in.
 2015-01-20 08:40:14,226 INFO [org.ovirt.engine.core.bll.aaa.LoginUserCommand] 
 (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
 2015-01-20 08:41:04,709 INFO 
 [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] 
 (ajp--127.0.0.1-8702-10) [27222a90] Lock Acquired to object EngineLock 
 [exclusiveLocks= key: 192.168.0.112:/home/data value: STORAGE_CONNECTION
 , sharedLocks= ]
 2015-01-20 08:41:04,711 WARN 
 [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] 
 (ajp--127.0.0.1-8702-10) [27222a90] CanDoAction of action 
 AddStorageServerConnection failed. 
 Reasons:VAR__ACTION__ADD,VAR__TYPE__STORAGE__CONNECTION,ACTION_TYPE_FAILED_STORAGE_CONNECTION_ALREADY_EXISTS
 2015-01-20 08:41:04,711 INFO 
 [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] 
 (ajp--127.0.0.1-8702-10) [27222a90] Lock freed to object EngineLock 
 [exclusiveLocks= key: 192.168.0.112:/home/data value: STORAGE_CONNECTION
 , sharedLocks= ]
 
 But I am not really sure what to do, to fix it :) The complete oVirt log 
 folder can be found here:
 https://dl.dropboxusercontent.com/u/55488/ovirt-engine_log_v2.tar
 
 Thanks and Best Regards
 - Lars

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


Re: [ovirt-users] oVirt Windows Guest Tools

2015-01-20 Thread Martin Pavlík
Hi,

can you check section Installation and let me know if it will do? 

http://www.ovirt.org/Features/oVirt_Windows_Guest_Tools#oVirt_Windows_Guest_Tools_ISO
 
http://www.ovirt.org/Features/oVirt_Windows_Guest_Tools#oVirt_Windows_Guest_Tools_ISO

HTH

Martin Pavlik

 On 19 Jan 2015, at 15:20, Blaster blas...@556nato.com wrote:
 
 The Wiki doesn’t bother to tell you that these are actually in an RPM.
 
 install this RPM:
 
 ovirt-guest-tools-iso-3.5-7.noarch
 
 That will install the ISO here:
 
 /usr/share/ovirt-guest-tools-iso/
 
 Copy it to where you need it...
 
 
 On Jan 17, 2015, at 7:28 PM, Nick Kesick cybertimber2...@gmail.com 
 mailto:cybertimber2...@gmail.com wrote:
 
 Hey guys, I see that the feature page for the oVirt Windows Guest Tools [1] 
 has been updated to show that the tools have been released, but I don't see 
 *any* download links anywhere. 
 Can anyone shed some light on the download path so I can update the wiki?
 
 -- 
 cybertimber2...@gmail.com mailto:cybertimber2...@gmail.com
 
 [1] http://www.ovirt.org/Features/oVirt_Windows_Guest_Tools 
 http://www.ovirt.org/Features/oVirt_Windows_Guest_Tools___
 Users mailing list
 Users@ovirt.org mailto:Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 ___
 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] problem adding storage connection

2015-01-15 Thread Martin Pavlík
Hi Lars,

are you sure you want to use net mask 225.225.225.0? IMO you want to use 
255.255.255.0

If it does not help please supply logs 
/var/log/ovirt-engine/engine.log - from engine node (RHEV-M)
and
/var/log/vdsm/vdsm.log

so we can see detailed error message

HTH

Martin Pavlik
RHEV QE

 On 15 Jan 2015, at 14:22, Lars Nielsen l...@steinwurf.com wrote:
 
 Hello again.
 And thanks for the help, now I can create hosts, which run :)
 
 However I have run into a bit more trouble, again which seems a bit strange 
 to me.
 
 When trying to added a new Storage connection, I get this:
 Error while executing action: Cannot add Storage Connection. Storage 
 connection already exists.
 
 https://dl.dropboxusercontent.com/u/55488/ovirt_storage_problem.png
 
 My exports file, look like this:
 /home/iso 
 192.168.0.112/225.225.225.0(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)
  
 /home/data 
 192.168.0.112/225.225.225.0(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)
  
 /home/import_data 
 192.168.0.112/225.225.225.0(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)
  
 
 Copied from the oVirt basic setup guide.
 And I have restarted my NFS server service, and create the directories.
 
 Can some one help with this? and explain the problem to me? If you need more 
 info, please tell me.
 
 Thanks and Best Regards
 - Lars
 ___
 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] Network performance drop when compared to other hypervisor with vhost_net on for UDP

2015-01-14 Thread Martin Pavlík
Hi,

from the top of my head you could try to play with tuned both with guest and 
host

###Install###
 yum install tuned
 /etc/init.d/tuned start
 chkconfig tuned on

###usage###
list the profile:
 tuned-adm list

change your profile:
tuned-adm profile throughput-performance

maybe try to experiment with other profiles.

HTH

Martin Pavlik
RHEV QE

 On 14 Jan 2015, at 12:06, mad Engineer themadengin...@gmail.com wrote:
 
 I am running RHEL6.5 as Host and Guest on HP server.
 Server has 128G and 48 Core[with HT enabled.]
 
 3 VMs are running 2 pinned to first 24 PCPU with proper NUMA pinning,
 
 Guests:
 
 VM1:
 6 VCPU  pinned to 6 PCPU NUMA node 1,with 16G RAM
 
 VM2:
 6 VCPU pinned to 6 PCPU on NUMA node 0,with 16G RAM
 
 VM3:
 2 VCPU ,no pinning,4G RAM
 
 HOST
 host has 10 free CPU+24 HT threads which is not allocated and is available.
 Host also runs a small application that is single threaded,that uses ~4G RAM.
 
 Total resource to host is 10 CPU+24 HT=34 and 92G unallocated RAM[VMS
 dont even use 70% of allocated RAM] also ksm is not running.
 
 Networking:
 Uses linux bridge connected to 1Gbps eth0,with ip assigned on eth0
 [This IP is called for accessing application running on host]
 All vms use virtio and VHOST is on .
 
 Traffic on virtual machines are ~3MBps and combined traffic on host is ~14MBps
 
 VHOST-pid-of-qemu-process sometimes uses ~35% CPU.
 
 
 There is no packet loss,drop or latency,but the issue is with the same
 setup on Vmware with same sizing of virtual machines,with the only
 difference as application running on host has moved to fourth VM.So in
 Vmware there are 4 VMs.
 Application gives better number ie on KVM that number is 310 and on
 vmware it is 570.Application uses UDP to communicate.
 
 I tried removing VHOST,still value is same.(I hope VHOST-NET UDP issue
 is solved)
 
 Thanks for any help
 ___
 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] Network performance drop when compared to other hypervisor with vhost_net on for UDP

2015-01-14 Thread Martin Pavlík
Check files under /etc/tune-profiles/

HTH

Martin Pavlik

RHEV QE

 On 14 Jan 2015, at 13:55, mad Engineer themadengin...@gmail.com wrote:
 
 Thanks Martin,
  How can we see the changes made by tuned?
 for virtual guest i see it changes scheduler to deadline.Is there
 any way to see what parameters each  profile is going to change
 
 Thanks
 
 On Wed, Jan 14, 2015 at 6:14 PM, Martin Pavlík mpav...@redhat.com wrote:
 Hi,
 
 from the top of my head you could try to play with tuned both with guest and 
 host
 
 ###Install###
 yum install tuned
 /etc/init.d/tuned start
 chkconfig tuned on
 
 ###usage###
 list the profile:
 tuned-adm list
 
 change your profile:
 tuned-adm profile throughput-performance
 
 maybe try to experiment with other profiles.
 
 HTH
 
 Martin Pavlik
 RHEV QE
 
 On 14 Jan 2015, at 12:06, mad Engineer themadengin...@gmail.com wrote:
 
 I am running RHEL6.5 as Host and Guest on HP server.
 Server has 128G and 48 Core[with HT enabled.]
 
 3 VMs are running 2 pinned to first 24 PCPU with proper NUMA pinning,
 
 Guests:
 
 VM1:
 6 VCPU  pinned to 6 PCPU NUMA node 1,with 16G RAM
 
 VM2:
 6 VCPU pinned to 6 PCPU on NUMA node 0,with 16G RAM
 
 VM3:
 2 VCPU ,no pinning,4G RAM
 
 HOST
 host has 10 free CPU+24 HT threads which is not allocated and is available.
 Host also runs a small application that is single threaded,that uses ~4G 
 RAM.
 
 Total resource to host is 10 CPU+24 HT=34 and 92G unallocated RAM[VMS
 dont even use 70% of allocated RAM] also ksm is not running.
 
 Networking:
 Uses linux bridge connected to 1Gbps eth0,with ip assigned on eth0
 [This IP is called for accessing application running on host]
 All vms use virtio and VHOST is on .
 
 Traffic on virtual machines are ~3MBps and combined traffic on host is 
 ~14MBps
 
 VHOST-pid-of-qemu-process sometimes uses ~35% CPU.
 
 
 There is no packet loss,drop or latency,but the issue is with the same
 setup on Vmware with same sizing of virtual machines,with the only
 difference as application running on host has moved to fourth VM.So in
 Vmware there are 4 VMs.
 Application gives better number ie on KVM that number is 310 and on
 vmware it is 570.Application uses UDP to communicate.
 
 I tried removing VHOST,still value is same.(I hope VHOST-NET UDP issue
 is solved)
 
 Thanks for any help
 ___
 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] Failed to create volume in OVirt with gluster

2015-01-11 Thread Martin Pavlík
Hi Punit,

unfortunately I’am not that good with the gluster, I was just following the 
obvious clue from the log. Could you try on the nodes if the packages are even 
available for installation 

yum install gluster-swift gluster-swift-object gluster-swift-plugin 
gluster-swift-account gluster-swift-proxy gluster-swift-doc 
gluster-swift-container glusterfs-geo-replication

if not you could try to get them in official gluster repo. 
http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-epel.repo
 
http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-epel.repo

HTH

M.




 On 10 Jan 2015, at 04:35, Punit Dambiwal hypu...@gmail.com 
 mailto:hypu...@gmail.com wrote:
 
 Hi Martin,
 
 I installed gluster from ovirt repois it require to install those 
 packages manually ??
 
 On Fri, Jan 9, 2015 at 7:19 PM, Martin Pavlík mpav...@redhat.com 
 mailto:mpav...@redhat.com wrote:
 Hi Punit,
 can you verify that nodes contain cluster packages from the following log?
 Thread-14::DEBUG::2015-01-09 18:06:28,823::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,825::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-object',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,826::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-plugin',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-account',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-proxy',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-doc',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,830::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-container',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,830::caps::716::root::(_getKeyPackages) 
 rpm package ('glusterfs-geo-replication',) not found
 
 M.
 
 On 09 Jan 2015, at 11:13, Punit Dambiwal hypu...@gmail.com 
 mailto:hypu...@gmail.com wrote:
 
 Hi Kanagaraj,
 
 Please find the attached logs :- 
 
 Engine Logs :- http://ur1.ca/jdopt http://ur1.ca/jdopt
 VDSM Logs :- http://ur1.ca/jdoq9 http://ur1.ca/jdoq9
 
 
 
 On Thu, Jan 8, 2015 at 6:05 PM, Kanagaraj kmayi...@redhat.com 
 mailto:kmayi...@redhat.com wrote:
 Do you see any errors in the UI?
 
 Also please provide the engine.log and vdsm.log when the failure occured.
 
 Thanks,
 Kanagaraj
 
 
 On 01/08/2015 02:25 PM, Punit Dambiwal wrote:
 Hi Martin,
 
 The steps are below :- 
 
 1. Step the ovirt engine on the one server...
 2. Installed centos 7 on 4 host node servers..
 3. I am using host node (compute+storage)now i have added all 4 nodes 
 to engine...
 4. Create the gluster volume from GUI...
 
 Network :- 
 eth0 :- public network (1G)
 eth1+eth2=bond0= VM public network (1G)
 eth3+eth4=bond1=ovirtmgmt+storage (10G private network)
 
 every hostnode has 24 bricks=24*4(distributed replicated)
 
 Thanks,
 Punit
 
 
 On Thu, Jan 8, 2015 at 3:20 PM, Martin Pavlík mpav...@redhat.com 
 mailto:mpav...@redhat.com wrote:
 Hi Punit,
 
 can you please provide also errors from /var/log/vdsm/vdsm.log and 
 /var/log/vdsm/vdsmd.log
 
 it would be really helpful if you provided exact steps how to reproduce the 
 problem.
 
 regards
 
 Martin Pavlik - rhev QE
  On 08 Jan 2015, at 03:06, Punit Dambiwal hypu...@gmail.com 
  mailto:hypu...@gmail.com wrote:
 
  Hi,
 
  I try to add gluster volume but it failed...
 
  Ovirt :- 3.5
  VDSM :- vdsm-4.16.7-1.gitdb83943.el7
  KVM :- 1.5.3 - 60.el7_0.2
  libvirt-1.1.1-29.el7_0.4
  Glusterfs :- glusterfs-3.5.3-1.el7
 
  Engine Logs :-
 
  2015-01-08 09:57:52,569 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:52,609 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,582 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,591 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,596 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock

Re: [ovirt-users] Failed to create volume in OVirt with gluster

2015-01-11 Thread Martin Pavlík
Hi Punit,

unfortunately I’am not that with the gluster, I was just following the obvious 
clue from the log. Could you try on the nodes if the packages are even 
available for installation 

yum install gluster-swift gluster-swift-object gluster-swift-plugin 
gluster-swift-account gluster-swift-proxy gluster-swift-doc 
gluster-swift-container glusterfs-geo-replication

if not you could try to get them in official gluster repo. 
http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-epel.repo

HTH

M.




 On 10 Jan 2015, at 04:35, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi Martin,
 
 I installed gluster from ovirt repois it require to install those 
 packages manually ??
 
 On Fri, Jan 9, 2015 at 7:19 PM, Martin Pavlík mpav...@redhat.com 
 mailto:mpav...@redhat.com wrote:
 Hi Punit,
 can you verify that nodes contain cluster packages from the following log?
 Thread-14::DEBUG::2015-01-09 18:06:28,823::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,825::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-object',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,826::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-plugin',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-account',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-proxy',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-doc',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,830::caps::716::root::(_getKeyPackages) 
 rpm package ('gluster-swift-container',) not found
 Thread-14::DEBUG::2015-01-09 18:06:28,830::caps::716::root::(_getKeyPackages) 
 rpm package ('glusterfs-geo-replication',) not found
 
 M.
 
 On 09 Jan 2015, at 11:13, Punit Dambiwal hypu...@gmail.com 
 mailto:hypu...@gmail.com wrote:
 
 Hi Kanagaraj,
 
 Please find the attached logs :- 
 
 Engine Logs :- http://ur1.ca/jdopt http://ur1.ca/jdopt
 VDSM Logs :- http://ur1.ca/jdoq9 http://ur1.ca/jdoq9
 
 
 
 On Thu, Jan 8, 2015 at 6:05 PM, Kanagaraj kmayi...@redhat.com 
 mailto:kmayi...@redhat.com wrote:
 Do you see any errors in the UI?
 
 Also please provide the engine.log and vdsm.log when the failure occured.
 
 Thanks,
 Kanagaraj
 
 
 On 01/08/2015 02:25 PM, Punit Dambiwal wrote:
 Hi Martin,
 
 The steps are below :- 
 
 1. Step the ovirt engine on the one server...
 2. Installed centos 7 on 4 host node servers..
 3. I am using host node (compute+storage)now i have added all 4 nodes 
 to engine...
 4. Create the gluster volume from GUI...
 
 Network :- 
 eth0 :- public network (1G)
 eth1+eth2=bond0= VM public network (1G)
 eth3+eth4=bond1=ovirtmgmt+storage (10G private network)
 
 every hostnode has 24 bricks=24*4(distributed replicated)
 
 Thanks,
 Punit
 
 
 On Thu, Jan 8, 2015 at 3:20 PM, Martin Pavlík mpav...@redhat.com 
 mailto:mpav...@redhat.com wrote:
 Hi Punit,
 
 can you please provide also errors from /var/log/vdsm/vdsm.log and 
 /var/log/vdsm/vdsmd.log
 
 it would be really helpful if you provided exact steps how to reproduce the 
 problem.
 
 regards
 
 Martin Pavlik - rhev QE
  On 08 Jan 2015, at 03:06, Punit Dambiwal hypu...@gmail.com 
  mailto:hypu...@gmail.com wrote:
 
  Hi,
 
  I try to add gluster volume but it failed...
 
  Ovirt :- 3.5
  VDSM :- vdsm-4.16.7-1.gitdb83943.el7
  KVM :- 1.5.3 - 60.el7_0.2
  libvirt-1.1.1-29.el7_0.4
  Glusterfs :- glusterfs-3.5.3-1.el7
 
  Engine Logs :-
 
  2015-01-08 09:57:52,569 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:52,609 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,582 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,591 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,596 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks

Re: [ovirt-users] Failed to create volume in OVirt with gluster

2015-01-09 Thread Martin Pavlík
Hi Punit,
can you verify that nodes contain cluster packages from the following log?
Thread-14::DEBUG::2015-01-09 18:06:28,823::caps::716::root::(_getKeyPackages) 
rpm package ('gluster-swift',) not found
Thread-14::DEBUG::2015-01-09 18:06:28,825::caps::716::root::(_getKeyPackages) 
rpm package ('gluster-swift-object',) not found
Thread-14::DEBUG::2015-01-09 18:06:28,826::caps::716::root::(_getKeyPackages) 
rpm package ('gluster-swift-plugin',) not found
Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
rpm package ('gluster-swift-account',) not found
Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
rpm package ('gluster-swift-proxy',) not found
Thread-14::DEBUG::2015-01-09 18:06:28,829::caps::716::root::(_getKeyPackages) 
rpm package ('gluster-swift-doc',) not found
Thread-14::DEBUG::2015-01-09 18:06:28,830::caps::716::root::(_getKeyPackages) 
rpm package ('gluster-swift-container',) not found
Thread-14::DEBUG::2015-01-09 18:06:28,830::caps::716::root::(_getKeyPackages) 
rpm package ('glusterfs-geo-replication',) not found

M.

 On 09 Jan 2015, at 11:13, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi Kanagaraj,
 
 Please find the attached logs :- 
 
 Engine Logs :- http://ur1.ca/jdopt http://ur1.ca/jdopt
 VDSM Logs :- http://ur1.ca/jdoq9 http://ur1.ca/jdoq9
 
 
 
 On Thu, Jan 8, 2015 at 6:05 PM, Kanagaraj kmayi...@redhat.com 
 mailto:kmayi...@redhat.com wrote:
 Do you see any errors in the UI?
 
 Also please provide the engine.log and vdsm.log when the failure occured.
 
 Thanks,
 Kanagaraj
 
 
 On 01/08/2015 02:25 PM, Punit Dambiwal wrote:
 Hi Martin,
 
 The steps are below :- 
 
 1. Step the ovirt engine on the one server...
 2. Installed centos 7 on 4 host node servers..
 3. I am using host node (compute+storage)now i have added all 4 nodes to 
 engine...
 4. Create the gluster volume from GUI...
 
 Network :- 
 eth0 :- public network (1G)
 eth1+eth2=bond0= VM public network (1G)
 eth3+eth4=bond1=ovirtmgmt+storage (10G private network)
 
 every hostnode has 24 bricks=24*4(distributed replicated)
 
 Thanks,
 Punit
 
 
 On Thu, Jan 8, 2015 at 3:20 PM, Martin Pavlík mpav...@redhat.com 
 mailto:mpav...@redhat.com wrote:
 Hi Punit,
 
 can you please provide also errors from /var/log/vdsm/vdsm.log and 
 /var/log/vdsm/vdsmd.log
 
 it would be really helpful if you provided exact steps how to reproduce the 
 problem.
 
 regards
 
 Martin Pavlik - rhev QE
  On 08 Jan 2015, at 03:06, Punit Dambiwal hypu...@gmail.com 
  mailto:hypu...@gmail.com wrote:
 
  Hi,
 
  I try to add gluster volume but it failed...
 
  Ovirt :- 3.5
  VDSM :- vdsm-4.16.7-1.gitdb83943.el7
  KVM :- 1.5.3 - 60.el7_0.2
  libvirt-1.1.1-29.el7_0.4
  Glusterfs :- glusterfs-3.5.3-1.el7
 
  Engine Logs :-
 
  2015-01-08 09:57:52,569 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:52,609 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,582 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,591 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,596 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  2015-01-08 09:57:55,633 INFO  
  [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
  (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
  EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 
  value: GLUSTER
  , sharedLocks= ]
  ^C
 
 
 
 
 
 
 216 09-Jan-15.jpg217 09-Jan-15.jpg

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


Re: [ovirt-users] Failed to create volume in OVirt with gluster

2015-01-07 Thread Martin Pavlík
Hi Punit,

can you please provide also errors from /var/log/vdsm/vdsm.log and 
/var/log/vdsm/vdsmd.log

it would be really helpful if you provided exact steps how to reproduce the 
problem.

regards 

Martin Pavlik - rhev QE
 On 08 Jan 2015, at 03:06, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi,
 
 I try to add gluster volume but it failed...
 
 Ovirt :- 3.5
 VDSM :- vdsm-4.16.7-1.gitdb83943.el7
 KVM :- 1.5.3 - 60.el7_0.2
 libvirt-1.1.1-29.el7_0.4
 Glusterfs :- glusterfs-3.5.3-1.el7
 
 Engine Logs :- 
 
 2015-01-08 09:57:52,569 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:52,609 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:55,582 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:55,591 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:55,596 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:55,633 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 ^C
 
 

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


Re: [ovirt-users] Failed to find host Host in gluster peer list from Host

2015-01-07 Thread Martin Pavlík
Hi Punit,

could you describe steps which led to this result?

regards

Matin Pavlik - RHEV QE
 On 07 Jan 2015, at 14:27, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi,
 
 I am facing one strange issue in the ovirt with glusterfs ..i want to 
 reactivate onw of my host nodebut it's failed with the following error :- 
 
 Gluster command [gluster peer status cpu04.zne01.hkg1.ovt.com 
 http://cpu04.zne01.hkg1.ovt.com/] failed on server cpu04.
 
 Engine Logs :- http://ur1.ca/jczdp http://ur1.ca/jczdp
 
 
 ___
 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