From owner-cvs-all Mon Feb 28 22:21: 4 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 30C0F37BA4C; Mon, 28 Feb 2000 22:20:59 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA17634; Mon, 28 Feb 2000 22:20:58 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200002290620.WAA17634@freefall.freebsd.org> From: Greg Lehey Date: Mon, 28 Feb 2000 22:20:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum list.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 2000/02/28 22:20:58 PST Modified files: sbin/vinum list.c Log: vinum_ldi: Honour the 'recurse' flag and show the subdisks on this drive if it is set. vinum_lvi: Change line spacing. This is still not right. Change checks for striped or RAID-5 plexes to a macro 'isstriped', which now also includes RAID-4. Change checks for RAID-5 plexes to a macro 'isparity', which now also includes RAID-4. vinum_lsi: If the subdisk is initializing or reviving, don't wait a whole second to check whether it's advancing; wait in increments of 50 ms up to 1 second. This makes for a barely perceptible delay. Approved-by: jkh Revision Changes Path 1.24 +69 -22 src/sbin/vinum/list.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message