Re: [ovirt-users] remove a lost gluster based datacenter

2014-07-12 Thread Kanagaraj Mayilsamy
Looks like the cluster has both virt and gluster services enabled. Otherwise a 
host part of gluster-cluster cannot be a SPM. 

I am not sure about the standard procedure to removed a SPM host.

Once SPM is disabled, you should be able to remove all the gluster hosts 
forcefully.

Thanks,
Kanagaraj

- Original Message -
 From: Alexander Wels aw...@redhat.com
 To: users@ovirt.org
 Cc: Demeter Tibor tdeme...@itsmart.hu, Kanagaraj kmayi...@redhat.com
 Sent: Saturday, July 12, 2014 2:06:38 AM
 Subject: Re: [ovirt-users] remove a lost gluster based datacenter
 
 On Friday, July 11, 2014 10:11:00 PM Demeter Tibor wrote:
  Hi,
  Somebody can me help?
  
  Tibor
  
 
 Tibor,
 
 This is not an officially supported solution, but I had a similar issue
 myself
 at some point (virtual gluster hosts that I was silly enough to delete
 without
 first stopping the volumes). Basically the status of the volumes is stored in
 the gluster_volumes table, status column. If you manually update the status
 to
 be 'DOWN' instead of 'UP' for the volumes that are giving you trouble. Then
 in
 the UI they will be down as well. At which point you should be able to
 properly remove them from the UI using the UI.
 
 Once that is done you should be able to simply remove the offending hosts as
 there are no longer any gluster volumes associated with it.
 
 I am sure there is a much better way of doing this (maybe REST api?), but I
 couldn't find it (I am not a gluster expert).
 
 Alexander
 
  - Eredeti üzenet -
  
   Hi,
   
   I have try it before wrote this mail.
   It is impossible, it is a spm host
   
   Error while executing action: Cannot switch Host to Maintenance mode.
   Host is Storage Pool Manager and is in Non Responsive state.
   - If power management is configured, engine will try to fence the host
   automatically.
   - Otherwise, either bring the node back up, or release the SPM resource.
   To do so, verify that the node is really down by right clicking on the
   host
   and confirm that the node was shutdown manually.
   
   When I want to switch to maintence a non-spm host:
   
   Error while executing action:
   
   gluster4:
   Cannot remove Host. Server having Gluster volume.
   
   When I want to remove an gluster brick:
   
   Error while executing action: Cannot stop Gluster Volume. No up server
   found in glusters.
   
   When I want to remove a VM that was on this gluster based datacenter:
   
   Error while executing action:
   
   F19glusters:
   Cannot remove VM: Storage Domain cannot be accessed.
   -Please check that at least one Host is operational and Data Center state
   is up.
   
   So it is an vicious circle
   
   Tibor
   
   - Eredeti üzenet -
   
On 07/09/2014 01:45 AM, Demeter Tibor wrote:
 Dear listmembers,
 
 
 
 I have created a test environment for ovirt via four pc and a server.
 
 
 I have two datacenter on the main server:
 
 
 - a local datacenter on the server
 
 
 - a gluster based datacenter by the four dekstop pc
 
 
 
 2 weeks ago someone took my pc-s (for doing other things:)
 
 
 
 I am could not remove the dead gluster based datacenter from ovirt.
 
 
 - It always want to your own servers:)
 
 
 - The force option doesn't work in this case.
 
 
 - The gluster bricks are does not uninstallable.
 
 
 - the cluster not removable
 
 
 - Everything want to everything else:)

Move all the gluster hosts to maintenance. And then select all of them
and
click 'Remove', then select the 'Force' checkbox and Ok.

 I don't want to reinstall the whole ovirt because I have a lot of vm
 on
 the
 local datacenter.
 
 
 
 So, how can I remove a complety dead datacenter from ovirt?
 
 
 
 Thanks in advance.
 
 
 
 Tibor
 
 
 
 ___
 
 
 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] Dashboard tab in Administration Portal displays a message only Specified page not found

2014-07-12 Thread Grzegorz Szypa
Hi.


I noticed one important thing is that the service does not start
ovirt-engine-dwhd. I have no idea why this happens. I tried to look for
some logs for this service, but nothing. If you have any idea where to look
or what to do, I'd be grateful.

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


Re: [ovirt-users] Qemu-kvm-rhev packages and gluster

2014-07-12 Thread Joop
On 12-7-2014 15:02, Joop wrote:
 Just installed these packages on a test cluster and I'm having problems
 migrating VMs :-(

 Looking at the libvirt logs shows that there is a port conflict (49153)
 when migrating. Looks like libvirt is using glusterfs ports for
 migratiio and yes there is a BZ:
 https://bugzilla.redhat.com/show_bug.cgi?id=1009100

 This problem isn't there when using the std el6 qemu-kvm packages but I
 need gluster AND migration so it seems I'm stuck until somebody 'fixes'
 the build in jenkens.

Digging a bit I see that there was a patch to ovirt-engine to use
tunneled mode if a config was set. What I can't find is HOW to set that
config.

I'm on ovirt-3.4.2-1-el6 and gluster-3.5.1

Anyone able to help??

Thanks,

Joop

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


Re: [ovirt-users] Qemu-kvm-rhev packages and gluster

2014-07-12 Thread Gianluca Cecchi
On Sat, Jul 12, 2014 at 3:40 PM, Joop jvdw...@xs4all.nl wrote:

 On 12-7-2014 15:02, Joop wrote:
  Just installed these packages on a test cluster and I'm having problems
  migrating VMs :-(
 
  Looking at the libvirt logs shows that there is a port conflict (49153)
  when migrating. Looks like libvirt is using glusterfs ports for
  migratiio and yes there is a BZ:
  https://bugzilla.redhat.com/show_bug.cgi?id=1009100
 
  This problem isn't there when using the std el6 qemu-kvm packages but I
  need gluster AND migration so it seems I'm stuck until somebody 'fixes'
  the build in jenkens.
 
 Digging a bit I see that there was a patch to ovirt-engine to use
 tunneled mode if a config was set. What I can't find is HOW to set that
 config.

 I'm on ovirt-3.4.2-1-el6 and gluster-3.5.1

 Anyone able to help??

 Thanks,

 Joop

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



So you already have gluster bits ok.
You could put this into your gluster servers in
/etc/glusterfs/glusterd.vol

option base-port 50152

so that port conflict with libvirt goes away.
You have to stop/restart your gluster servers, so that you have to put
infra into maintenance.

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


Re: [ovirt-users] fileserver as a guest oVirt

2014-07-12 Thread Niklas Fondberg


On 12 jul 2014, at 16:57, Karli Sjöberg 
karli.sjob...@slu.semailto:karli.sjob...@slu.se wrote:


Den 12 jul 2014 15:45 skrev Niklas Fondberg 
nik...@vireone.commailto:nik...@vireone.com:

 Hi,

 I'm new to oVirt but I must say I am impressed!
 I am running it on a HP DL380 with an external SAS chassi.
 Linux dist is Centos 6.5 and oVirt is 3.4 running all-in-one (for now until 
 we need to have a second host).

 Our company (www.vireone.comhttp://www.vireone.com) deals with system 
 architecture for many telco and media operators and is now setting up a small 
 own datacenter for our internal tests as well as our IT infrastructure.
 We are in the process of installing Zentyal for the SMB purposes on a guest 
 and it would be great to have that guest also serving a fs path directory 
 with NFS + SMB (which is semi crippled on the host after oVirt installation 
 with version 3 et.c.).

 Does anyone have an idea of how I can through oVirt (seen several solutions 
 using virsh and kvm) letting my Zentyal Ubuntu guest have access to a host 
 mount point or if necessary (second best) a seperate partition?

 Best regards
 Niklas


Why not just give the guest a thin provision virtual hard drive and expand it 
on a demand basis?

/K

Thanks for the advise but this would not suite us I'm afraid. It would be 
difficult wrt incremental backups as well as host machine file-routines.


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


[ovirt-users] OVIRT single node/host install

2014-07-12 Thread Rizwan Ashraf
Greetings,

Been trying for a long time to install OVIRT 3.4.2 in a single 2U Server, 
however OVIRT 3.4 requires 2 physical hosts.

Today tried to install OVIRT 3.5 nightly package, however All in one files are 
missing to install OVIRT 3.5 in a single physical node.

Any help please?

Thank you,

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


Re: [ovirt-users] Build ovirt-node problem

2014-07-12 Thread Douglas Schilling Landgraf

Hello Tao,

On 07/10/2014 11:50 PM, yangtao wrote:

Dear  Guys,

Firstly, sorry to touble you!  I meet one problem when I build the
ovirt-node as ISO image.


First of all, there is no trouble sending this message, you are welcome 
do to anytime.



I do it step by step according to the Noe Building in the ovirt website.
However, The ISO image
that is built by me doesn't work.


Can you please give us more details what doesn't work?

- doesn't boot? hang in any point?
- Are you trying building from CentOs 6? Fedora 19, 20?
- Can you please share the logs of your build?

--
Cheers
Douglas
irc: dougsland
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users