From owner-cvs-all Wed Feb 10 21:28:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24119 for cvs-all-outgoing; Wed, 10 Feb 1999 21:28:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24111; Wed, 10 Feb 1999 21:28:42 -0800 (PST) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA42070; Wed, 10 Feb 1999 21:28:41 -0800 (PST) (envelope-from grog@FreeBSD.org) Date: Wed, 10 Feb 1999 21:28:41 -0800 (PST) Message-Id: <199902110528.VAA42070@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vinum vinumdaemon.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/02/10 21:28:41 PST Modified files: (Branch: RELENG_3) sys/dev/vinum vinumdaemon.c Log: In some cases, it's possible that I/O errors will cause the daemon to time out on an operation. Under these circumstances, vinum(8) will automatically start another daemon. Add a pid for the daemon, so that an overtaken daemon will discover that it's no longer in favour, and will crawl into a corner and die. Permitted-by: jkh Revision Changes Path 1.1.2.3 +14 -3 src/sys/dev/vinum/vinumdaemon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message