From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zimbra13.linbit.com (zimbra.linbit.com [212.69.161.123]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id 0867D10518AB for ; Wed, 9 Sep 2015 18:03:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra13.linbit.com (Postfix) with ESMTP id F2DAC311843 for ; Wed, 9 Sep 2015 18:03:24 +0200 (CEST) Received: from zimbra13.linbit.com ([127.0.0.1]) by localhost (zimbra13.linbit.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id NNQo1n98Q-Ua for ; Wed, 9 Sep 2015 18:03:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra13.linbit.com (Postfix) with ESMTP id D64C3311849 for ; Wed, 9 Sep 2015 18:03:24 +0200 (CEST) Received: from zimbra13.linbit.com ([127.0.0.1]) by localhost (zimbra13.linbit.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LuGMsxXBLNB5 for ; Wed, 9 Sep 2015 18:03:24 +0200 (CEST) Received: from localhost (chello213047144126.1.15.vie.surfer.at [213.47.144.126]) by zimbra13.linbit.com (Postfix) with ESMTPSA id AA467311843 for ; Wed, 9 Sep 2015 18:03:24 +0200 (CEST) Date: Wed, 9 Sep 2015 18:03:23 +0200 From: Roland Kammerer To: drbd-dev@lists.linbit.com Message-ID: <20150909160323.GF1313@rck.sh> References: <55EF7BEA.5060409@alteeve.ca> <55EFD2FD.6010500@alteeve.ca> <20150909082106.GB1313@rck.sh> <20150909083737.GC1313@rck.sh> <55F050BE.3090405@alteeve.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55F050BE.3090405@alteeve.ca> Subject: Re: [Drbd-dev] rhcs_fence List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Sep 09, 2015 at 11:31:10AM -0400, Digimer wrote: > On 09/09/15 04:37 AM, Roland Kammerer wrote: > > On Wed, Sep 09, 2015 at 10:21:07AM +0200, Roland Kammerer wrote: > >> On Wed, Sep 09, 2015 at 02:34:37AM -0400, Digimer wrote: > >>> On 08/09/15 08:23 PM, Digimer wrote: > >>>> Is rhcs_fence not shipped with drbd 8.4? > >>> > >>> If not (it appears not), and if there is interest in adding it, I've > >>> moved it's development into the main striker repo: > >>> > >>> https://github.com/digimer/striker/blob/master/tools/rhcs_fence > >>> > >> > >> Mind the repo-split... There is one in drbd-utils/scripts > >> > > > > Oh, ours is the bash version Lars wrote, yours is the one in perl. > > > > It's neither my expertise nor my decision, but FWIW: My (evil) plan is > > to get rid of the existing perl code (AFAIK drbd-overview.pl), so > > personally I am not a fan of merging perl code. I would like to drop the > > perl dependency. For example RHEL7 does not ship perl in its minimal setup > > configuration if I remember correctly. > > > > Regards, rck > > What is the bash version called? The only other one I knew of the cman > was obliterate-peer.sh, which Lon wrote ages ago. I created rhcs_fence > to improve on his agent. > It has the same name... $ file drbd-utils/scripts/rhcs_fence drbd-utils/scripts/rhcs_fence: Bourne-Again shell script, ASCII text executable Regards, rck