* [Drbd-dev] rhcs_fence @ 2015-09-09 0:23 Digimer 2015-09-09 6:34 ` Digimer 0 siblings, 1 reply; 7+ messages in thread From: Digimer @ 2015-09-09 0:23 UTC (permalink / raw) To: drbd-dev Is rhcs_fence not shipped with drbd 8.4? -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Drbd-dev] rhcs_fence 2015-09-09 0:23 [Drbd-dev] rhcs_fence Digimer @ 2015-09-09 6:34 ` Digimer 2015-09-09 8:21 ` Roland Kammerer 0 siblings, 1 reply; 7+ messages in thread From: Digimer @ 2015-09-09 6:34 UTC (permalink / raw) To: drbd-dev 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 -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Drbd-dev] rhcs_fence 2015-09-09 6:34 ` Digimer @ 2015-09-09 8:21 ` Roland Kammerer 2015-09-09 8:37 ` Roland Kammerer 0 siblings, 1 reply; 7+ messages in thread From: Roland Kammerer @ 2015-09-09 8:21 UTC (permalink / raw) To: drbd-dev 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 Thank you for the hint. Regards, rck ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Drbd-dev] rhcs_fence 2015-09-09 8:21 ` Roland Kammerer @ 2015-09-09 8:37 ` Roland Kammerer 2015-09-09 15:31 ` Digimer 0 siblings, 1 reply; 7+ messages in thread From: Roland Kammerer @ 2015-09-09 8:37 UTC (permalink / raw) To: drbd-dev 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Drbd-dev] rhcs_fence 2015-09-09 8:37 ` Roland Kammerer @ 2015-09-09 15:31 ` Digimer 2015-09-09 16:03 ` Roland Kammerer 0 siblings, 1 reply; 7+ messages in thread From: Digimer @ 2015-09-09 15:31 UTC (permalink / raw) To: Roland Kammerer, drbd-dev 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 Well, cman+rgmanager is gone entirely in EL7, so this is really for EL6 users. 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. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Drbd-dev] rhcs_fence 2015-09-09 15:31 ` Digimer @ 2015-09-09 16:03 ` Roland Kammerer 2015-09-09 16:22 ` Digimer 0 siblings, 1 reply; 7+ messages in thread From: Roland Kammerer @ 2015-09-09 16:03 UTC (permalink / raw) To: drbd-dev 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Drbd-dev] rhcs_fence 2015-09-09 16:03 ` Roland Kammerer @ 2015-09-09 16:22 ` Digimer 0 siblings, 0 replies; 7+ messages in thread From: Digimer @ 2015-09-09 16:22 UTC (permalink / raw) To: Roland Kammerer, drbd-dev On 09/09/15 12:03 PM, Roland Kammerer wrote: > 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 I'll have to test it. If it works well, I'm happy. :) -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-09-09 16:22 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-09-09 0:23 [Drbd-dev] rhcs_fence Digimer 2015-09-09 6:34 ` Digimer 2015-09-09 8:21 ` Roland Kammerer 2015-09-09 8:37 ` Roland Kammerer 2015-09-09 15:31 ` Digimer 2015-09-09 16:03 ` Roland Kammerer 2015-09-09 16:22 ` Digimer
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.