Re: [ovirt-users] Snapshot issue

2015-03-23 Thread Koen Vanoppen
This is in the logs:
2015-03-24 07:41:50,436 WARN  [org.ovirt.engine.core.bll.RunVmCommand]
(ajp--127.0.0.1-8702-12) [686c18ce] CanDoAction of action RunVm failed for
user  Reasons:
VAR__ACTION__RUN,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_IS_DURING_SNAPSHOT

Can't I clear all this? Because I Still have several machines down due the
reason he is still in the "cannot run VM..." state...



2015-03-23 8:40 GMT+01:00 Koen Vanoppen :

> Dear all,
>
> I have the following problem:
>
> Cannot run VM. The VM is performing an operation on a Snapshot. Please
> wait for the operation to finish, and try again.
>
> It is like this since Friday... How can I resolve this? I really need this
> vm to be up again...
>
> Kind regards,
>
> Koen
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt 3.5 problem adding GlusterFS servers

2015-03-23 Thread Sahina Bose

Is the ovirt repo configured as well as on the 2 gluster servers?
ovirt-engine requires vdsm-gluster to communicate to gluster. Please 
check if vdsm-gluster can be installed on these servers


On 03/23/2015 10:19 PM, wodel youchi wrote:

Hi,

I've Ovirt 3.5 (oVirt Engine Version: 3.5.1.1-1.fc20) Hosted engine on 
Fedora 20 (latest updates)


and I've two glusterfs servers (glusterfs-3.6.2-1), actually two 
GlusterFS VMs on another machine on Centos7x64 from  (latest updates) 
using this repository 
http://download.gluster.org/pub/gluster/glusterfs/LATEST/


I've created a new cluster GlusterFS on Ovirt and tried to import the 
two hosts without success

I am getting this error

Host gluster1.domain.tld installation failed. Command returned failure 
code 1 during SSH session 'root@192.168.1.72 '.



and from the host deploy on the engine

2015-03-23 17:35:53 DEBUG otopi.context context._executeMethod:152 
method exception

Traceback (most recent call last):
  File "/tmp/ovirt-ZZd4JGVWVI/pythonlib/otopi/context.py", line 142, 
in _executeMethod

method['method']()
  File 
"/tmp/ovirt-ZZd4JGVWVI/otopi-plugins/ovirt-host-deploy/gluster/packages.py", 
line 66, in _validation

'Cannot locate gluster packages, '
RuntimeError: Cannot locate gluster packages, possible cause is 
incorrect channels
2015-03-23 17:35:53 ERROR otopi.context context._executeMethod:161 
Failed to execute stage 'Setup validation': Cannot locate gluster 
packages, possible cause is incorrect channels
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:490 
ENVIRONMENT DUMP - BEGIN
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:500 
ENV BASE/error=bool:'True'
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:500 
ENV BASE/exceptionInfo=list:'[(, 
RuntimeError('Cannot locate gluster packages, possible cause is 
incorrect channels',), )]'



GlusterFS is running on the two VMs and I did configure a volume and 
did change the uid/gid to 36

so what's the problem?

thanks in advance.



___
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] [Gluster-users] GlusterFS for production use with Ovirt

2015-03-23 Thread Punit Dambiwal
Hi Paul,

Thanks for the updates...

A few things to clarify
1) are all 4 for Gluster or are they the whole cluster.keep in mind that
Ovirt expects that you are running Gluster on different nodes than your
VM's. while I do not completely agree with that idea that is how it is now.
Comment :- All 4 servers are the part of the one gluster volume...

2) RAID hardware is not necessarily a bad thing, in fact the cache may help
significantly. that said  it is not required.things to keep in mind if you
are using RAID hardware for performance..
2.a) RAID 0 will give you the best speed if you are using 3 nodes for quorum.
keep in mind this will require more work in the case of a drive failure to
remake the brick.
2.b) if you are only doing a mirror across 2 bricks RAID 0 may be acceptable
but consider using 1+0 or RAID 5 the performance on the two may vary
depending on the RAID controller but 1+0 is generally faster.
2.c) always optimize for the stripe which in theory should be automatic if
the RAID controller reports the required information to do it, but in
practice most do not so you should do it manually and Red Hat's support
site just added a nice tool to do it for you.
Comment :- What about if i will split my 24 SSD in to two virtual drive
with RAID 6...actually i want to leverage the performance of the
SSD..without wastage too much of the disk capacity and redundancy...

Thanks,
Punit

On Tue, Mar 24, 2015 at 11:01 AM, Paul Robert Marino 
wrote:

> A few things to clarify
> 1) are all 4 for Gluster or are they the whole cluster.
> keep in mind that Ovirt expects that you are running Gluster on
> different nodes than your VM's. while I do not completely agree with
> that idea that is how it is now.
>
> 2) RAID hardware is not necessarily a bad thing, in fact the cache may
> help significantly. that said  it is not required.
> things to keep in mind if you are using RAID hardware for performance
> 2.a) RAID 0 will give you the best speed if you are using 3 nodes for
> quorum. keep in mind this will require more work in the case of a
> drive failure to remake the brick.
> 2.b) if you are only doing a mirror across 2 bricks RAID 0 may be
> acceptable but consider using 1+0 or RAID 5 the performance on the two
> may vary depending on the RAID controller but 1+0 is generally faster.
> 2.c) always optimize for the stripe which in theory should be
> automatic if the RAID controller reports the required information to
> do it, but in practice most do not so you should do it manually and
> Red Hat's support site just added a nice tool to do it for you.
>
> 3) for performance more RAM is rarely a bad thing; however it can be
> with sustained writes.If you are constantly writing faster than the
> disks can handle you will eventually fill the buffers and block till
> they flush. so the answer here is if you are mostly dealing with reads
> more and bursts of writes more ram is better. if you are dealing with
> constant writes it may cause uneven performance and may in fact be
> detrimental.
>
> 4) On the 10Gb consider using consider using RDMA Iverbs over Ethernet
> it may help.
>
> 5) Look closely at the scheduler on the disks the default these days
> is CFQ (Completely Fair Queuing). I find DEADLINE works better for
> Gluster; however depending on if you are using a RAID and you have a
> properly aligned file system you may find NOOP may provide better
> performance you need to do some testing with your hardware to
> determine if this is the case.
>
> On Mon, Mar 23, 2015 at 9:43 PM, Punit Dambiwal  wrote:
> > Hi,
> >
> > I want to use Glusterfs with Ovirt 3.5...please help me to make the
> > architecture stable for the production use :-
> >
> > I have 4 servers...every server can host 24 SSD disk(As bricks)..i want
> to
> > deploy distributed replicated storage with replica =2i don't want to
> use
> > the Hardware RAID...as i think it will badly impact the performance...
> >
> > 1. Glusterfs 3.5 or 3.6 ?? (which one will be stable for the production
> > use).
> > 2. Do i use the Hardware RAID or Not ??
> > 3. IF HW RAID then which RAID level and does it impact the performance...
> > 4. I want to make it rock solid...so it can use for production purpose...
> > 5. How much RAM should be sufficient on each server...on the each server
> i
> > have two E5 CPU's...
> > 6. For Network Connectivity i have 2*10G NIC with bonding on each
> server...
> >
> > Thanks,
> > Punit
> >
> > ___
> > Gluster-users mailing list
> > gluster-us...@gluster.org
> > http://www.gluster.org/mailman/listinfo/gluster-users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] GlusterFS for production use with Ovirt

2015-03-23 Thread Punit Dambiwal
Hi,

I want to use Glusterfs with Ovirt 3.5...please help me to make the
architecture stable for the production use :-

I have 4 servers...every server can host 24 SSD disk(As bricks)..i want to
deploy distributed replicated storage with replica =2i don't want to
use the Hardware RAID...as i think it will badly impact the performance...

1. Glusterfs 3.5 or 3.6 ?? (which one will be stable for the production
use).
2. Do i use the Hardware RAID or Not ??
3. IF HW RAID then which RAID level and does it impact the performance...
4. I want to make it rock solid...so it can use for production purpose...
5. How much RAM should be sufficient on each server...on the each server i
have two E5 CPU's...
6. For Network Connectivity i have 2*10G NIC with bonding on each server...

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


[ovirt-users] Need Information: Ovirt HostedEngine and iSCSI

2015-03-23 Thread wodel youchi
Hi,

In hosted-engine install with iSCSI: do we have to create a
special/separate LUN for the engine VM, like in NFS install?

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


[ovirt-users] Using sysprep on Win 2012

2015-03-23 Thread Tim Macy
Hello,

I created a sealed Win 2012 template and I am trying to use Run Once with
Boot Options - Attach Floppy [sysprep], along with defining numerous
settings under initial run.  This process fails to boot the server with the
following errors:

VM testtempl1a is down with error. Exit message: [Errno22] Invalid
argument: '/tmp/tmpb9eQpf/'"Unattend.xml"'.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] VDSM memory consumption

2015-03-23 Thread John Taylor
Chris Adams  writes:

> Once upon a time, Sven Kieske  said:
>> On 13/03/15 12:29, Kapetanakis Giannis wrote:
>> > We also face this problem since 3.5 in two different installations...
>> > Hope it's fixed soon
>> 
>> Nothing will get fixed if no one bothers to
>> open BZs and send relevants log files to help
>> track down the problems.
>
> There's already an open BZ:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1158108
>
> I'm not sure if that is exactly the same problem I'm seeing or not; my
> vdsm process seems to be growing faster (RSS grew 952K in a 5 minute
> period just now; VSZ didn't change).

For those following this I've added a comment on the bz [1], although in
my case the memory leak is, like Chris Adams, a lot more than the 300KiB/h
in the original bug report by Daniel Helgenberger .

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1158108

-John

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


Re: [ovirt-users] 3.5.1 net config persistence

2015-03-23 Thread Dan Kenigsberg
On Fri, Mar 20, 2015 at 02:01:25PM -0500, Darrell Budic wrote:
> I’ve encounter these issues on systems new and upgraded with bonding
> connections. The new system seems especially bad with bonds, and I’ve
> taken to immediately switching my hosts to the ifcfg persistence
> methods. Centos 6 and 7 hosts.

There have been multiple issue regarding net config upgrade. We might
have nailed an important one regarding ovirt-node.

However, I'd like to learn more about your report regarding new systems.
Your report sounds similar to

Bug 1203422 - vdsm should restore networks much earlier, to let
net-dependent services start

>
> If it matters, I’m good with setting up my own network config, and
> sometimes I REALLY DO NOT WANT ovirt to change them, especially with
> vlans and gluster co-existance. I can see the goal, but it seems
> pretty far from it right now, so I’m very happy that there’s a way to
> switch back to “system” control of those things.

Besides Vdsm slowliness to start the network, what are the reasons for
your not wanting ovirt to touch your ifcfg? BTW, even today ovirt
overwrites ifcfg files, but only on network def time, to on every boot.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] reboot doesn't allow modification to take effect.

2015-03-23 Thread Sven Kieske


On 23/03/15 18:06, Nathanaël Blanchet wrote:
> 
> I observed many times that modifying a vm when running needs a reboot to
> take effect (for instance for a RAM update), but rebooting it isn't
> enough. I have to halt the vm, and even somtimes power it off for having
> the expected changes.
> Is it an expected behaviour?

Yes, because vdsm/libvirt can't detect that the vm rebootet
and the vm starts with the old xml file.

I filed an RFE for this ages ago, let me look..here:
https://bugzilla.redhat.com/show_bug.cgi?id=1054070

But it might not match 100% your use case, so maybe
another RFE will push this further?

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Missing packages in patternfly repo

2015-03-23 Thread Greg Sheremeta
Turns out I can't rebuild 1.1.2 without deleting 1.1.3, and I don't want to do 
that. 
So I deleted 1.1.2, which should make these errors disappear. Let me know. 

Thanks, 
Greg 

- Original Message -

> From: "Greg Sheremeta" 
> To: "Jorick Astrego" 
> Cc: users@ovirt.org
> Sent: Monday, March 23, 2015 8:24:25 AM
> Subject: Re: [ovirt-users] Missing packages in patternfly repo

> Thanks for reporting. That build is bad in copr. I'm rebuilding it now. I'll
> let you know when it's done.

> Greg

> - Original Message -

> > From: "Jorick Astrego" 
> 
> > To: users@ovirt.org
> 
> > Sent: Monday, March 23, 2015 6:29:03 AM
> 
> > Subject: [ovirt-users] Missing packages in patternfly repo
> 

> > Hi,
> 

> > Just a minor issue. We are syncing the patternfly repo in our katello
> > environment and always have two packages missing from the patternfly repos.
> 

> > "error_details"=>
> 
> > [{"url"=>
> > "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-6-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el6.src.rpm";
> > ,
> 
> > "errors"=>["Not Found"]},
> 
> > {"url"=>
> > "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-6-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el6.noarch.rpm";
> > ,
> 
> > "errors"=>["Not Found"]}]},
> 
> > "error_details"=>
> 
> > [{"url"=>
> > "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el7.centos.noarch.rpm";
> > ,
> 
> > "errors"=>["Not Found"]},
> 
> > {"url"=>
> > "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el7.centos.src.rpm";
> > ,
> 
> > "errors"=>["Not Found"]}]},
> 

> > They are listed as the first packages in the repo primary xml:
> 

> > > 
> > 
> 
> > >  patternfly1 
> > 
> 
> > >  noarch 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 67fdce5675d5d7bcd35b8b685e437d1ba18ae937d93d78a512d86d34838b114d
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > PatternFly open interface project and its dependencies
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > PatternFly open interface project, with dependencies bundled
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > >  https://github.com/patternfly/patternfly 
> > 
> 
> > > 
> > 
> 
> > >  > > />
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > >  ASL 2.0 
> > 
> 
> > >  Fedora Project COPR (patternfly/patternfly1) 
> > 
> 
> > >  Unspecified 
> > 
> 
> > >  i-0001c1c8 
> > 
> 
> > >  patternfly1-1.1.2-1.el7.centos.src.rpm 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > >  > > rel =" 1.el7.centos " />
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 

> > Met vriendelijke groet, With kind regards,
> 

> > Jorick Astrego
> 

> > Netbulae Virtualization Experts
> 

> > Tel: 053 20 30 270  i...@netbulae.euStaalsteden 4-3AKvK 
> > 08198180
> 
> > Fax: 053 20 30 271  www.netbulae.eu 7547 TA EnschedeBTW 
> > NL821234584B01
> 

> > ___
> 
> > 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
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] reboot doesn't allow modification to take effect.

2015-03-23 Thread Nathanaël Blanchet

Hi all,

I observed many times that modifying a vm when running needs a reboot to 
take effect (for instance for a RAM update), but rebooting it isn't 
enough. I have to halt the vm, and even somtimes power it off for having 
the expected changes.

Is it an expected behaviour?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Ovirt 3.5 problem adding GlusterFS servers

2015-03-23 Thread wodel youchi
Hi,

I've Ovirt 3.5 (oVirt Engine Version: 3.5.1.1-1.fc20) Hosted engine on
Fedora 20 (latest updates)

and I've two glusterfs servers (glusterfs-3.6.2-1), actually two GlusterFS
VMs on another machine on Centos7x64 from  (latest updates) using this
repository http://download.gluster.org/pub/gluster/glusterfs/LATEST/

I've created a new cluster GlusterFS on Ovirt and tried to import the two
hosts without success
I am getting this error

Host gluster1.domain.tld installation failed. Command returned failure code
1 during SSH session 'root@192.168.1.72'.


and from the host deploy on the engine

2015-03-23 17:35:53 DEBUG otopi.context context._executeMethod:152 method
exception
Traceback (most recent call last):
  File "/tmp/ovirt-ZZd4JGVWVI/pythonlib/otopi/context.py", line 142, in
_executeMethod
method['method']()
  File
"/tmp/ovirt-ZZd4JGVWVI/otopi-plugins/ovirt-host-deploy/gluster/packages.py",
line 66, in _validation
'Cannot locate gluster packages, '
RuntimeError: Cannot locate gluster packages, possible cause is incorrect
channels
2015-03-23 17:35:53 ERROR otopi.context context._executeMethod:161 Failed
to execute stage 'Setup validation': Cannot locate gluster packages,
possible cause is incorrect channels
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:490
ENVIRONMENT DUMP - BEGIN
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:500 ENV
BASE/error=bool:'True'
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:500 ENV
BASE/exceptionInfo=list:'[(,
RuntimeError('Cannot locate gluster packages, possible cause is incorrect
channels',), )]'


GlusterFS is running on the two VMs and I did configure a volume and did
change the uid/gid to 36
so what's the problem?

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


Re: [ovirt-users] 答复: bonding 802.3ad mode

2015-03-23 Thread Nathanaël Blanchet

cool, you should read "mode=0 miion=100" instead of "mode=4 miion=100" :)
but we are ok on the finality !

Le 23/03/2015 17:00, Dan Kenigsberg a écrit :

On Mon, Mar 23, 2015 at 12:58:48PM +0100, Nathanaël Blanchet wrote:

Hello Dan,

Initially, I wanted to reduce the time of import process from the export
domain to my FC storage domain. In this context, I'm not limited by the SAN
(8Gbits) or the disk I/O (raid 5), but by the gigabit NIC.
My initial network configuration was to aggregate 2 nic (1 and 3) to a mode
4 bond0 and making vlan over it. So mode 4 is the best mode for this because
each vms ha its own MAC adress, so the 2gigabits BW are used as expected.
But the problematic of importing vms (the same as migrating them) is not the
same, because the flow is unique, so the bandwith is never useful.
What I decided to do, is to create a second non-LACP bridge bond1
aggragating nic2 and nic4 which is dedicated to the ovirtmgmt bridgeless
network.
Because this one is bridgeless, I add in the custom field the "mode=4
miion=100) options to have the round robin mode.
It seems to be ok after testing... please, tell me if I do something wrong.

it seems that you have a typo somewhere: "non-LACP bridge bond1...
dedicated to the ovirtmgmt bridgeless network". I suppose bond1 is a
bond with no bridge involved. If this is the case, I believe that you're
fine.


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


Re: [ovirt-users] Storage domain issue

2015-03-23 Thread Nathanaël Blanchet
Thnak you for reporting this issue because, I met exactly the same : FC 
storage domain and sometimes, many of my hosts (15 ) become sometimes 
unavailable without any apparent action on them.
The issue message is : storage domain is unvailable. So it is a desaster 
when power management is activated because hosts reboot at the same time 
and all VMs go down without migrating.
It happened to me two times, and the second time it was less a pity 
because I desactivated the power management.
It may be a serious issue because host stay reacheable and lun is still 
okay when doing a lvs command.
The workaround in this case is to restart the engine (restarting vdsm 
gives nothing) and then, all the hosts come up.


 * el6 engine on a separate KVM
 * implied el7 and el6 hosts
 * ovirt 3.5.1 and vdsm 4.16.10-8
 * 2 FC datacenter on two remote sites with the same engine and both
   are impacted


Le 23/03/2015 16:54, Jonas Israelsson a écrit :

Greetings.

Running oVirt 3.5 with a mix of NFS and FC Storage.

Engine running on a seperate KVM VM and Node installed with a pre 3.5 
ovirt-node "ovirt-node-iso-3.5.0.ovirt35.20140912.el6 (Edited)"


I had some problems with my FC-Storage where the LUNS for a while 
became unavailable to my Ovirt-host. Everything is now up and running 
and those luns again are accessible by the host. The NFS domains goes 
back online but the FC does not.


Thread-22::DEBUG::2015-03-23 
14:53:02,706::lvm::290::Storage.Misc.excCmd::(cmd) /usr/bin/sudo -n 
/sbin/lvm vgs --config ' devices { preferred_names = ["^/dev/mapper/"] 
ignore_suspended_devices=1 write_cache_state=0 
disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ 
'\''r|.*|'\'' ] }  global {  locking_type=1 prioritise_write_locks=1  
wait_for_locks=1  use_lvmetad=0 } backup {  retain_min = 50  
retain_days = 0 } ' --noheadings --units b --nosuffix --separator '|' 
--ignoreskippedcluster -o 
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name 
29f9b165-3674-4384-a1d4-7aa87d923d56 (cwd None)


Thread-24::DEBUG::2015-03-23 
14:53:02,981::lvm::290::Storage.Misc.excCmd::(cmd) FAILED:  = '  
Volume group "29f9b165-3674-4384-a1d4-7aa87d923d56" not found\n  
Skipping volume group 29f9b165-3674-4384-a1d4-7aa87d923d56\n';  = 5


Thread-24::WARNING::2015-03-23 
14:53:02,986::lvm::372::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] 
['  Volume group "29f9b165-3674-4384-a1d4-7aa87d923d56" not found', '  
Skipping volume group 29f9b165-3674-4384-a1d4-7aa87d923d56']



Running the command above manually does indeed give the same output:

# /sbin/lvm vgs --config ' devices { preferred_names = 
["^/dev/mapper/"] ignore_suspended_devices=1 write_cache_state=0 
disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ 
'\''r|.*|'\'' ] }  global {  locking_type=1 prioritise_write_locks=1  
wait_for_locks=1  use_lvmetad=0 } backup {  retain_min = 50  
retain_days = 0 } ' --noheadings --units b --nosuffix --separator '|' 
--ignoreskippedcluster -o 
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name 
29f9b165-3674-4384-a1d4-7aa87d923d56


  Volume group "29f9b165-3674-4384-a1d4-7aa87d923d56" not found
  Skipping volume group 29f9b165-3674-4384-a1d4-7aa87d923d56

What puzzles me is that those volume does exist.

lvm vgs
  VG   #PV #LV #SN Attr   VSize VFree
  22cf06d1-faca-4e17-ac78-d38b7fc300b1   1  13   0 wz--n- 999.62g 986.50g
  29f9b165-3674-4384-a1d4-7aa87d923d56   1   8   0 wz--n-  99.62g 95.50g
  HostVG 1   4   0 wz--n-  13.77g 52.00m


  --- Volume group ---
  VG Name   29f9b165-3674-4384-a1d4-7aa87d923d56
  System ID
  Formatlvm2
  Metadata Areas2
  Metadata Sequence No  20
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV8
  Open LV   0
  Max PV0
  Cur PV1
  Act PV1
  VG Size   99.62 GiB
  PE Size   128.00 MiB
  Total PE  797
  Alloc PE / Size   33 / 4.12 GiB
  Free  PE / Size   764 / 95.50 GiB
  VG UUID   aAoOcw-d9YB-y9gP-Tp4M-S0UE-Aqpx-y6Z2Uk

lvm vgs --config ' devices { preferred_names = ["^/dev/mapper/"] 
ignore_suspended_devices=1 write_cache_state=0 
disable_after_error_count=3 obtain_device_list_from_udev=0 } global {  
locking_type=1  prioritise_write_locks=1 wait_for_locks=1 
use_lvmetad=0 }  backup {  retain_min = 50 retain_days = 0 } ' 
--noheadings --units b --nosuffix --separator '|' 
--ignoreskippedcluster -o 
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name 
29f9b165-3674-4384-a1d4-7aa87d923d56



aAoOcw-d9YB-y9gP-Tp4M-S0UE-Aqpx-y6Z2Uk|29f9b165-3674-4384-a1d4-7aa87d923d56|wz--n-|106971529216|102542344192|134217728|797|764|MDT_

Re: [ovirt-users] 答复: bonding 802.3ad mode

2015-03-23 Thread Dan Kenigsberg
On Mon, Mar 23, 2015 at 12:58:48PM +0100, Nathanaël Blanchet wrote:
> Hello Dan,
> 
> Initially, I wanted to reduce the time of import process from the export
> domain to my FC storage domain. In this context, I'm not limited by the SAN
> (8Gbits) or the disk I/O (raid 5), but by the gigabit NIC.
> My initial network configuration was to aggregate 2 nic (1 and 3) to a mode
> 4 bond0 and making vlan over it. So mode 4 is the best mode for this because
> each vms ha its own MAC adress, so the 2gigabits BW are used as expected.
> But the problematic of importing vms (the same as migrating them) is not the
> same, because the flow is unique, so the bandwith is never useful.
> What I decided to do, is to create a second non-LACP bridge bond1
> aggragating nic2 and nic4 which is dedicated to the ovirtmgmt bridgeless
> network.
> Because this one is bridgeless, I add in the custom field the "mode=4
> miion=100) options to have the round robin mode.
> It seems to be ok after testing... please, tell me if I do something wrong.

it seems that you have a typo somewhere: "non-LACP bridge bond1...
dedicated to the ovirtmgmt bridgeless network". I suppose bond1 is a
bond with no bridge involved. If this is the case, I believe that you're
fine.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Storage domain issue

2015-03-23 Thread Jonas Israelsson

Greetings.

Running oVirt 3.5 with a mix of NFS and FC Storage.

Engine running on a seperate KVM VM and Node installed with a pre 3.5 
ovirt-node "ovirt-node-iso-3.5.0.ovirt35.20140912.el6 (Edited)"


I had some problems with my FC-Storage where the LUNS for a while became 
unavailable to my Ovirt-host. Everything is now up and running and those 
luns again are accessible by the host. The NFS domains goes back online 
but the FC does not.


Thread-22::DEBUG::2015-03-23 
14:53:02,706::lvm::290::Storage.Misc.excCmd::(cmd) /usr/bin/sudo -n 
/sbin/lvm vgs --config ' devices { preferred_names = ["^/dev/mapper/"] 
ignore_suspended_devices=1 write_cache_state=0 
disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ 
'\''r|.*|'\'' ] }  global {  locking_type=1 prioritise_write_locks=1  
wait_for_locks=1  use_lvmetad=0 }  backup {  retain_min = 50  
retain_days = 0 } ' --noheadings --units b --nosuffix --separator '|' 
--ignoreskippedcluster -o 
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name 
29f9b165-3674-4384-a1d4-7aa87d923d56 (cwd None)


Thread-24::DEBUG::2015-03-23 
14:53:02,981::lvm::290::Storage.Misc.excCmd::(cmd) FAILED:  = '  
Volume group "29f9b165-3674-4384-a1d4-7aa87d923d56" not found\n  
Skipping volume group 29f9b165-3674-4384-a1d4-7aa87d923d56\n';  = 5


Thread-24::WARNING::2015-03-23 
14:53:02,986::lvm::372::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] 
['  Volume group "29f9b165-3674-4384-a1d4-7aa87d923d56" not found', '  
Skipping volume group 29f9b165-3674-4384-a1d4-7aa87d923d56']



Running the command above manually does indeed give the same output:

# /sbin/lvm vgs --config ' devices { preferred_names = ["^/dev/mapper/"] 
ignore_suspended_devices=1 write_cache_state=0 
disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ 
'\''r|.*|'\'' ] }  global {  locking_type=1 prioritise_write_locks=1  
wait_for_locks=1  use_lvmetad=0 }  backup {  retain_min = 50  
retain_days = 0 } ' --noheadings --units b --nosuffix --separator '|' 
--ignoreskippedcluster -o 
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name 
29f9b165-3674-4384-a1d4-7aa87d923d56


  Volume group "29f9b165-3674-4384-a1d4-7aa87d923d56" not found
  Skipping volume group 29f9b165-3674-4384-a1d4-7aa87d923d56

What puzzles me is that those volume does exist.

lvm vgs
  VG   #PV #LV #SN Attr   VSize VFree
  22cf06d1-faca-4e17-ac78-d38b7fc300b1   1  13   0 wz--n- 999.62g 986.50g
  29f9b165-3674-4384-a1d4-7aa87d923d56   1   8   0 wz--n-  99.62g 95.50g
  HostVG 1   4   0 wz--n-  13.77g 52.00m


  --- Volume group ---
  VG Name   29f9b165-3674-4384-a1d4-7aa87d923d56
  System ID
  Formatlvm2
  Metadata Areas2
  Metadata Sequence No  20
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV8
  Open LV   0
  Max PV0
  Cur PV1
  Act PV1
  VG Size   99.62 GiB
  PE Size   128.00 MiB
  Total PE  797
  Alloc PE / Size   33 / 4.12 GiB
  Free  PE / Size   764 / 95.50 GiB
  VG UUID   aAoOcw-d9YB-y9gP-Tp4M-S0UE-Aqpx-y6Z2Uk

lvm vgs --config ' devices { preferred_names = ["^/dev/mapper/"] 
ignore_suspended_devices=1 write_cache_state=0 
disable_after_error_count=3 obtain_device_list_from_udev=0 }  global {  
locking_type=1  prioritise_write_locks=1  wait_for_locks=1 use_lvmetad=0 
}  backup {  retain_min = 50  retain_days = 0 } ' --noheadings --units b 
--nosuffix --separator '|' --ignoreskippedcluster -o 
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name 
29f9b165-3674-4384-a1d4-7aa87d923d56



aAoOcw-d9YB-y9gP-Tp4M-S0UE-Aqpx-y6Z2Uk|29f9b165-3674-4384-a1d4-7aa87d923d56|wz--n-|106971529216|102542344192|134217728|797|764|MDT_LEASETIMESEC=60,MDT_CLASS=Data,MDT_VERSION=3,MDT_SDUUID=29f9b165-3674-4384-a1d4-7aa87d923d56,MDT_PV0=pv:36001405c94d80be2ed0482c91a1841b8&44&uuid:muHcYl-sobG-3LyY-jjfg-3fGf-1cHO-uDk7da&44&pestart:0&44&pecount:797&44&mapoffset:0,MDT_LEASERETRIES=3,MDT_VGUUID=aAoOcw-d9YB-y9gP-Tp4M-S0UE-Aqpx-y6Z2Uk,MDT_IOOPTIMEOUTSEC=10,MDT_LOCKRENEWALINTERVALSEC=5,MDT_PHYBLKSIZE=512,MDT_LOGBLKSIZE=512,MDT_TYPE=FCP,MDT_LOCKPOLICY=,MDT_DESCRIPTION=Master,RHAT_storage_domain,MDT_POOL_SPM_ID=-1,MDT_POOL_DESCRIPTION=Elementary,MDT_POOL_SPM_LVER=-1,MDT_POOL_UUID=8c3c5df9-e8ff-4313-99c9-385b6c7d896b,MDT_MASTER_VERSION=10,MDT_POOL_DOMAINS=22cf06d1-faca-4e17-ac78-d38b7fc300b1:Active&44&c434ab5a-9d21-42eb-ba1b-dbd716ba3ed1:Active&44&96e62d18-652d-401a-b4b5-b54ecefa331c:Active&44&29f9b165-3674-4384-a1d4-7aa87d923d56:Active&44&1a0d3e5a-d2ad-4829-8ebd-ad3ff5463062:Active,MDT__SH
A_CKSUM=7ea9af890755d96563cb7a736f8e3f46ea986f67,MDT_ROLE=Regular|134217728|67103744|

Re: [ovirt-users] Missing packages in patternfly repo

2015-03-23 Thread Greg Sheremeta
Thanks for reporting. That build is bad in copr. I'm rebuilding it now. I'll 
let you know when it's done. 

Greg 

- Original Message -

> From: "Jorick Astrego" 
> To: users@ovirt.org
> Sent: Monday, March 23, 2015 6:29:03 AM
> Subject: [ovirt-users] Missing packages in patternfly repo

> Hi,

> Just a minor issue. We are syncing the patternfly repo in our katello
> environment and always have two packages missing from the patternfly repos.

> "error_details"=>
> [{"url"=>
> "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-6-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el6.src.rpm";
> ,
> "errors"=>["Not Found"]},
> {"url"=>
> "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-6-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el6.noarch.rpm";
> ,
> "errors"=>["Not Found"]}]},
> "error_details"=>
> [{"url"=>
> "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el7.centos.noarch.rpm";
> ,
> "errors"=>["Not Found"]},
> {"url"=>
> "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el7.centos.src.rpm";
> ,
> "errors"=>["Not Found"]}]},

> They are listed as the first packages in the repo primary xml:

> > 
> 
> >  patternfly1 
> 
> >  noarch 
> 
> > 
> 
> > 
> 
> > 67fdce5675d5d7bcd35b8b685e437d1ba18ae937d93d78a512d86d34838b114d
> 
> > 
> 
> > 
> 
> > PatternFly open interface project and its dependencies
> 
> > 
> 
> > 
> 
> > PatternFly open interface project, with dependencies bundled
> 
> > 
> 
> > 
> 
> >  https://github.com/patternfly/patternfly 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> >  ASL 2.0 
> 
> >  Fedora Project COPR (patternfly/patternfly1) 
> 
> >  Unspecified 
> 
> >  i-0001c1c8 
> 
> >  patternfly1-1.1.2-1.el7.centos.src.rpm 
> 
> > 
> 
> > 
> 
> >  > rel =" 1.el7.centos " />
> 
> > 
> 
> > 
> 
> > 
> 

> Met vriendelijke groet, With kind regards,

> Jorick Astrego

> Netbulae Virtualization Experts

> Tel: 053 20 30 270i...@netbulae.euStaalsteden 4-3AKvK 
> 08198180
> Fax: 053 20 30 271www.netbulae.eu 7547 TA EnschedeBTW 
> NL821234584B01

> ___
> 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] 答复: bonding 802.3ad mode

2015-03-23 Thread Nathanaël Blanchet

Hello Dan,

Initially, I wanted to reduce the time of import process from the export 
domain to my FC storage domain. In this context, I'm not limited by the 
SAN (8Gbits) or the disk I/O (raid 5), but by the gigabit NIC.
My initial network configuration was to aggregate 2 nic (1 and 3) to a 
mode 4 bond0 and making vlan over it. So mode 4 is the best mode for 
this because each vms ha its own MAC adress, so the 2gigabits BW are 
used as expected.
But the problematic of importing vms (the same as migrating them) is not 
the same, because the flow is unique, so the bandwith is never useful.
What I decided to do, is to create a second non-LACP bridge bond1 
aggragating nic2 and nic4 which is dedicated to the ovirtmgmt bridgeless 
network.
Because this one is bridgeless, I add in the custom field the "mode=4 
miion=100) options to have the round robin mode.

It seems to be ok after testing... please, tell me if I do something wrong.

Le 23/03/2015 10:32, Dan Kenigsberg a écrit :

On Fri, Mar 20, 2015 at 04:48:29PM +0100, Nathanaël Blanchet wrote:

Hello, thanks for the explanation, but I did'nt find any reason about
incompatibility between mode 0 and bridge... Can you give me some sources
about this? Ovirt doesn't actually allow it, so it must exist a good reason
for that.

I can quote Jiri Pirko
https://bugzilla.redhat.com/show_bug.cgi?id=1094842#c0
"""
Do not use tlb or alb in bridge, never! It does not work, that's it. The
reason is it mangles source macs in xmit frames and arps. When it is
possible, just use mode 4 (lacp). That should be always possible because
all enterprise switches support that. Generally, for 99% of use cases,
you *should* use mode 4. There is no reason to use other modes.
"""


But for my own, I have several single kvm hosts that support bridge over
bonding in mode 0 and vms run fine on it...
So, someone can share his experience about this kind of detail?

ps: ovirt has a field for configuring custom mode whereas mode 0 is not
listed in the predifined list, I didn't make any test, but it seem to be at
least possible.

The bug referred above intends to make it a bit harder to make this
mistake. But in the good-old Un*x way, oVirt allows you to tweak things
that you actually should not, for fun or research.


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


[ovirt-users] Missing packages in patternfly repo

2015-03-23 Thread Jorick Astrego
Hi,

Just a minor issue. We are syncing the patternfly repo in our katello 
environment and always have two packages missing from the patternfly repos.


"error_details"=>
   [{"url"=>
  
"http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-6-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el6.src.rpm";,
 "errors"=>["Not Found"]},
{"url"=>
  
"http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-6-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el6.noarch.rpm";,
 "errors"=>["Not Found"]}]},

  "error_details"=>
   [{"url"=>
  
"http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el7.centos.noarch.rpm";,
 "errors"=>["Not Found"]},
{"url"=>
  
"http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-x86_64/patternfly1-1.1.2-1.fc20/patternfly1-1.1.2-1.el7.centos.src.rpm";,
 "errors"=>["Not Found"]}]},

They are listed as the first packages in the repo primary xml:



patternfly1
noarch


67fdce5675d5d7bcd35b8b685e437d1ba18ae937d93d78a512d86d34838b114d


PatternFly open interface project and its dependencies


PatternFly open interface project, with dependencies bundled


https://github.com/patternfly/patternfly




ASL 2.0
Fedora Project COPR (patternfly/patternfly1)
Unspecified
i-0001c1c8
patternfly1-1.1.2-1.el7.centos.src.rpm











Met vriendelijke groet, With kind regards,

Jorick Astrego

Netbulae Virtualization Experts 



Tel: 053 20 30 270  i...@netbulae.euStaalsteden 4-3A
KvK 08198180
Fax: 053 20 30 271  www.netbulae.eu 7547 TA Enschede
BTW NL821234584B01



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


[ovirt-users] suggestions of improvement

2015-03-23 Thread Nathanaël Blanchet

Hi all,

Two suggestions:

 * We use AD for authenticating users into the webadmin portal. But the
   preferences are common to everyone, especially bookmarks. Is it
   possible to add this kind of feature so as everyone to have a
   personnal session with his own preferences?
 * Some colleagues logon with the french translation of the webadmn,
   and they all do the same error when booting a vm : "run" and "run
   once" are translated in French to the same word "exécuter". So
   everybody "runs once" instead of a final run instance. I guess this
   needs to be opened in a BZ ticket.

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


[ovirt-users] issue to access to F5 menu with the console

2015-03-23 Thread Nathanaël Blanchet

Hi all,
I had trouble on a centos vm this morning, and as I used to do, I tried 
to enter into the interactive boot menu at the begining of the sequence 
boot so as to deactivate a service. But F5 just balances between the 
text console and the centos progression bar, and I've not been able yet 
to access to this menu. I've tried with SPICE and VNC console, but the 
issue is the same.

How can I do this like on any centos system?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt GusterFS assistance

2015-03-23 Thread Sahina Bose

What is the type of volume that you've created? Is it a replicate volume?

# gluster volume info - should give you this information

If you're replicating the volume across 3 nodes, even when one of the 
server goes down, your storage domain should still be UP.


thanks
sahina
On 03/23/2015 02:10 PM, Jonathan Mathews wrote:
Hi I am trying to setup an Ovirt, Glusterfs, VM servers. I have 
followed examples on setting up Ovirt and they have helped me so far, 
but not the end point that I am looking for.

The web sites are:
http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/
http://community.redhat.com/blog/2014/05/ovirt-3-4-glusterized/
http://www.linuxplumbersconf.org/2012/wp-content/uploads/2012/09/2012-lpc-virt-storage-virt-kvm-rao.pdf

I am running 3 HP micro servers and 2 HP DL360 G5
The 3 micro servers are my glusterfs storage and have been provisioned 
for virt storage.

The 2 DL360 are my processing machines.

Now my 3 gluster hosts are in one cluster, the volume is in up status 
and has been provisioned for Virt Storage. But the problem is that my 
mount point is directed to one server, so when that server goes down, 
the volume storage domain goes down. I am not sure whether there is a 
way of mounting it by a "volume identity", so when a server goes down 
the storage domain stays up.


With my 2 processing hosts, I have them in one cluster, but I have not 
gotten any where with this, as I want the Virtual machines to use the 
gluster volume as storage but use the processing hosts hardware for 
processing power.


I would appreciate any assistance.


___
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] 答复: bonding 802.3ad mode

2015-03-23 Thread Dan Kenigsberg
On Fri, Mar 20, 2015 at 04:48:29PM +0100, Nathanaël Blanchet wrote:
> Hello, thanks for the explanation, but I did'nt find any reason about
> incompatibility between mode 0 and bridge... Can you give me some sources
> about this? Ovirt doesn't actually allow it, so it must exist a good reason
> for that.

I can quote Jiri Pirko
https://bugzilla.redhat.com/show_bug.cgi?id=1094842#c0
"""
Do not use tlb or alb in bridge, never! It does not work, that's it. The
reason is it mangles source macs in xmit frames and arps. When it is
possible, just use mode 4 (lacp). That should be always possible because
all enterprise switches support that. Generally, for 99% of use cases,
you *should* use mode 4. There is no reason to use other modes.
"""

> But for my own, I have several single kvm hosts that support bridge over
> bonding in mode 0 and vms run fine on it...
> So, someone can share his experience about this kind of detail?
> 
> ps: ovirt has a field for configuring custom mode whereas mode 0 is not
> listed in the predifined list, I didn't make any test, but it seem to be at
> least possible.

The bug referred above intends to make it a bit harder to make this
mistake. But in the good-old Un*x way, oVirt allows you to tweak things
that you actually should not, for fun or research.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Ovirt GusterFS assistance

2015-03-23 Thread Jonathan Mathews
Hi I am trying to setup an Ovirt, Glusterfs, VM servers. I have followed
examples on setting up Ovirt and they have helped me so far, but not the
end point that I am looking for.
The web sites are:
http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/
http://community.redhat.com/blog/2014/05/ovirt-3-4-glusterized/
http://www.linuxplumbersconf.org/2012/wp-content/uploads/2012/09/2012-lpc-virt-storage-virt-kvm-rao.pdf

I am running 3 HP micro servers and 2 HP DL360 G5
The 3 micro servers are my glusterfs storage and have been provisioned for
virt storage.
The 2 DL360 are my processing machines.

Now my 3 gluster hosts are in one cluster, the volume is in up status and
has been provisioned for Virt Storage. But the problem is that my mount
point is directed to one server, so when that server goes down, the volume
storage domain goes down. I am not sure whether there is a way of mounting
it by a "volume identity", so when a server goes down the storage domain
stays up.

With my 2 processing hosts, I have them in one cluster, but I have not
gotten any where with this, as I want the Virtual machines to use the
gluster volume as storage but use the processing hosts hardware for
processing power.

I would appreciate any assistance.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Snapshot issue

2015-03-23 Thread Koen Vanoppen
Dear all,

I have the following problem:

Cannot run VM. The VM is performing an operation on a Snapshot. Please wait
for the operation to finish, and try again.

It is like this since Friday... How can I resolve this? I really need this
vm to be up again...

Kind regards,

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