From owner-cvs-all Mon Feb 28 22:16:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE4F837B564; Mon, 28 Feb 2000 22:16:07 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA16999; Mon, 28 Feb 2000 22:16:07 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200002290616.WAA16999@freefall.freebsd.org> From: Greg Lehey Date: Mon, 28 Feb 2000 22:16:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumstate.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 2000/02/28 22:16:07 PST Modified files: sys/dev/vinum vinumstate.c Log: set_drive_state: update subdisk states more correctly. set_sd_state: update the state of a subdisk in a multi-plex volume more correctly. update_plex_state: Bring the plex up correctly when the last subdisk comes up. checksdstate: Update comments. vpstate: Don't return an "up" state on a degraded, unattached plex. start_object: Return a sensible error message when trying to revive a subdisk whose drive is down. Previously it returned EBUSY. Approved-by: jkh Revision Changes Path 1.28 +91 -76 src/sys/dev/vinum/vinumstate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message