From owner-cvs-all Sat Aug 7 1:21:34 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 4EADF14BF9; Sat, 7 Aug 1999 01:21:32 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA67902; Sat, 7 Aug 1999 01:18:40 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199908070818.BAA67902@freefall.freebsd.org> From: Greg Lehey Date: Sat, 7 Aug 1999 01:18:40 -0700 (PDT) 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 1999/08/07 01:18:40 PDT Modified files: sbin/vinum commands.c Log: vinum_init: wait correctly for completion. set object in initializing state before initializing. Don't set the plex up, it should go up automatically. vinum_start: If any objects are not up on start, list them. Requested-by: Steve Taylor vinum_attach: Make sure we always have the object information before examining it. vinum_replace: Start writing. create_drive, vinum_concat, vinum_stripe, vinum_mirror: Check the ioctl return values correctly vinum_readpol: Start writing. Revision Changes Path 1.21 +83 -29 src/sbin/vinum/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message