From owner-cvs-all Tue Jan 4 21:56: 2 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 5BE1A151FD; Tue, 4 Jan 2000 21:55:59 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA88256; Tue, 4 Jan 2000 21:55:59 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200001050555.VAA88256@freefall.freebsd.org> From: Greg Lehey Date: Tue, 4 Jan 2000 21:55:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum commands.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 2000/01/04 21:55:58 PST Modified files: sbin/vinum commands.c Log: Explicitly type large scalar parameters to avoid compilation warnings on alpha. Submitted-by: Bernd Walter Add function vinum_mv, which moves subdisks to different drives. This function just does the low-level configuration changes; the resultant subdisk is stale if it previously had any contents, otherwise it is empty (i.e. in need of initializing if it's RAID-5). We still need to handle getting the contents moved over, but the current version will suffice to migrate subdisks from a disk which has failed. Submitted-by: Marius Bendiksen vinum_start: Get the revive block size right. Revision Changes Path 1.28 +132 -10 src/sbin/vinum/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message