From owner-cvs-all Fri Aug 13 23:25:21 1999 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 BFD0914ECE; Fri, 13 Aug 1999 23:25:18 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA75255; Fri, 13 Aug 1999 23:24:35 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199908140624.XAA75255@freefall.freebsd.org> From: Greg Lehey Date: Fri, 13 Aug 1999 23:24:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/08/13 23:24:35 PDT Modified files: sys/dev/vinum vinumconfig.c Log: Add code which someday will help support hot spares. checkdiskconfig(): remove. It didn't make any sense to complain about kernel keywords in user config files; it just made it more difficult to convert. Now we ignore kernel keywords if we're not in kernel mode. get_empty_sd: initialize sectors. free_drive: don't close if we don't have a vp. Maybe this will help fix the problem that peter had, but I wouldn't count on it. config_plex: If the plex is RAID-5, give it a rangelock structure. start_config: Reset current drive, plex and volume so that a new 'create' command doesn't get long-dead defaults. Revision Changes Path 1.24 +46 -30 src/sys/dev/vinum/vinumconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message