From owner-cvs-all Mon Mar 22 20:47:29 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 465D514D31; Mon, 22 Mar 1999 20:47:28 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA11134; Mon, 22 Mar 1999 20:47:10 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903230447.UAA11134@freefall.freebsd.org> From: Greg Lehey Date: Mon, 22 Mar 1999 20:47:10 -0800 (PST) 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/03/22 20:47:10 PST Modified files: sys/dev/vinum vinumconfig.c Log: start_config: Add a flag `force' (VF_FORCECONFIG) to force name changes of existing drives. config_drive: If the drive already has a vinum label, and name doesn't match the specified drive, do it anyway if the 'force' flag is specified. finish_config: Reset the `force' flag. Continually-tripped-over-by: Karl Pielorz give_sd_to_drive: If the drive is down, take the subdisk down and don't try to fix things. update_plex_config: Don't try to update the config parameters of a plex which isn't fully configured (state plex_init or plex_unallocated). Correctly calculate the amount to trim off a striped or RAID-5 plex whose size is not a multiple of the stripe size. Revision Changes Path 1.14 +16 -7 src/sys/dev/vinum/vinumconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message