From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mescal.linbit (office.linbit [213.229.1.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.linbit.com (LINBIT Mail Daemon) with ESMTP id 1BFDC2D9E069 for ; Mon, 23 Oct 2006 10:22:41 +0200 (CEST) From: Philipp Reisner To: drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] DRBD8: drbd.conf after-sb-2pri panic ?? Date: Mon, 23 Oct 2006 10:22:37 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610231022.37814.philipp.reisner@linbit.com> List-Id: Coordination of development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am Donnerstag, 19. Oktober 2006 21:49 schrieb Montrose, Ernest: > Hi all, > In /etc/drbd.conf I am setting the NET parameter after-sb-2-pri to > "panic". But this is not implemented by drbdsetup(1). > Drbdsetup returns "Handler not known". Is this superceded by > "call-pri-lost-after-sb"? > Yes, right. In the example config I have set that handler to halt the machine: pri-lost-after-sb "echo O > /proc/sysrq-trigger ; halt -f"; -Phil