Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux-HA: Pacemaker

filesystem script block when umount a failed storage

 

 

Linux-HA pacemaker RSS feed   Index | Next | Previous | View Threaded


xiaozunvlg at gmail

Aug 1, 2012, 10:36 AM

Post #1 of 4 (243 views)
Permalink
filesystem script block when umount a failed storage

Hi all:
When I disconnect the connection between the server and a IBM
DS3512 SAS storage, and ocf script blocked when umount the partition.
So the resource relocation is failed. How to resolve this problem?
thanks

OCF_RESKEY_device=/dev/sdc1 OCF_RESKEY_directory=/mnt bash ./Filesystem stop


is blocked by umount operation and can not be killed

_______________________________________________
Pacemaker mailing list: Pacemaker [at] oss
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


dejanmm at fastmail

Aug 8, 2012, 4:34 AM

Post #2 of 4 (226 views)
Permalink
Re: filesystem script block when umount a failed storage [In reply to]

Hi,

On Thu, Aug 02, 2012 at 01:36:05AM +0800, Mia Lueng wrote:
> Hi all:
> When I disconnect the connection between the server and a IBM
> DS3512 SAS storage, and ocf script blocked when umount the partition.
> So the resource relocation is failed. How to resolve this problem?
> thanks
>
> OCF_RESKEY_device=/dev/sdc1 OCF_RESKEY_directory=/mnt bash ./Filesystem stop
>
>
> is blocked by umount operation and can not be killed

This would result in failed stop operation which would cause the
node to be fenced. No other way around it.

Thanks,

Dejan

> _______________________________________________
> Pacemaker mailing list: Pacemaker [at] oss
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org

_______________________________________________
Pacemaker mailing list: Pacemaker [at] oss
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


emi2fast at gmail

Aug 8, 2012, 6:16 AM

Post #3 of 4 (211 views)
Permalink
Re: filesystem script block when umount a failed storage [In reply to]

Hello Dejan

do you see any errors in your systemlog? what kind of controler you are
using?

So please give more information any time you need help

2012/8/8 Dejan Muhamedagic <dejanmm [at] fastmail>

> Hi,
>
> On Thu, Aug 02, 2012 at 01:36:05AM +0800, Mia Lueng wrote:
> > Hi all:
> > When I disconnect the connection between the server and a IBM
> > DS3512 SAS storage, and ocf script blocked when umount the partition.
> > So the resource relocation is failed. How to resolve this problem?
> > thanks
> >
> > OCF_RESKEY_device=/dev/sdc1 OCF_RESKEY_directory=/mnt bash ./Filesystem
> stop
> >
> >
> > is blocked by umount operation and can not be killed
>
> This would result in failed stop operation which would cause the
> node to be fenced. No other way around it.
>
> Thanks,
>
> Dejan
>
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker [at] oss
> > http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker [at] oss
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>



--
esta es mi vida e me la vivo hasta que dios quiera


mario.penners at gmail

Aug 9, 2012, 6:54 AM

Post #4 of 4 (203 views)
Permalink
Re: filesystem script block when umount a failed storage [In reply to]

DId you check (e.g. fuser, lsof) if any processes are still accessing
your filesystem? that would definitely block it from being
unmounted ...

On Wed, 2012-08-08 at 15:16 +0200, emmanuel segura wrote:
> Hello Dejan
>
> do you see any errors in your systemlog? what kind of controler you
> are using?
>
> So please give more information any time you need help
>
> 2012/8/8 Dejan Muhamedagic <dejanmm [at] fastmail>
> Hi,
>
> On Thu, Aug 02, 2012 at 01:36:05AM +0800, Mia Lueng wrote:
> > Hi all:
> > When I disconnect the connection between the server and
> a IBM
> > DS3512 SAS storage, and ocf script blocked when umount the
> partition.
> > So the resource relocation is failed. How to resolve this
> problem?
> > thanks
> >
> > OCF_RESKEY_device=/dev/sdc1 OCF_RESKEY_directory=/mnt bash
> ./Filesystem stop
> >
> >
> > is blocked by umount operation and can not be killed
>
> This would result in failed stop operation which would cause
> the
> node to be fenced. No other way around it.
>
> Thanks,
>
> Dejan
>
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker [at] oss
> > http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker [at] oss
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
>
>
> --
> esta es mi vida e me la vivo hasta que dios quiera
> _______________________________________________
> Pacemaker mailing list: Pacemaker [at] oss
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org



_______________________________________________
Pacemaker mailing list: Pacemaker [at] oss
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Linux-HA pacemaker RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.