Date: Mon, 22 Mar 1999 20:47:10 -0800 (PST) From: Greg Lehey <grog@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c Message-ID: <199903230447.UAA11134@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kpielorz@tdx.co.uk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903230447.UAA11134>