From owner-cvs-all Tue Jan 4 22: 7:30 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 99C7C14E0E; Tue, 4 Jan 2000 22:07:28 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA89512; Tue, 4 Jan 2000 22:07:28 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200001050607.WAA89512@freefall.freebsd.org> From: Greg Lehey Date: Tue, 4 Jan 2000 22:07:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumioctl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 2000/01/04 22:07:28 PST Modified files: sys/dev/vinum vinumioctl.c Log: Add function moveobject, which currently 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 Revision Changes Path 1.24 +44 -0 src/sys/dev/vinum/vinumioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message