From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 26 07:22:28 2007 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB78316A417 for ; Thu, 26 Jul 2007 07:22:28 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2BF13C467 for ; Thu, 26 Jul 2007 07:22:28 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so359110nzf for ; Thu, 26 Jul 2007 00:22:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=p6YrdaJgBOMEbtI9guatx+qKijzUV71jyrOSsQBnyE8RLsFiIbmyDUTlSQ3t6GzO6OzfRh4T88VIRJ8cPjsc7dFyOmSNhSXLp6+xw1Cr9Ewle7XM2QN1J6p5riojFdJSZJvhOooxSSy7iUmMfcOePC8BLzGV0arxxmHiU72Wncc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bPgfD9aw4sdLYYbTjPqG174MAh2l+M9gREwq1oF3szTFiI3mzkVAM+cv28Yr3z7LEe53SdBzkLMdKmYDZJee645oQMbI9FuqbJE782uhz4vsYHYODbJ0wdCd7mcvO/PvYX3noGitLh6PgT3L7JY4SpYIbqATgnn0WSd/s6Rj/MY= Received: by 10.114.204.7 with SMTP id b7mr1404936wag.1185432997049; Wed, 25 Jul 2007 23:56:37 -0700 (PDT) Received: by 10.114.59.11 with HTTP; Wed, 25 Jul 2007 23:56:37 -0700 (PDT) Message-ID: <6300771b0707252356i3e902d6ch7919ddbb70d411e7@mail.gmail.com> Date: Thu, 26 Jul 2007 16:56:37 +1000 From: "Stephen Hocking" To: hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: FreeBSD & Hot pluggable disks (SATA?) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2007 07:22:28 -0000 Hi, Have been looking at FreeNAS (http://www.freenas.org/) and thinking about the iSCSI portion of it. At the moment the box requires you to shutdown when a disk fails in order to replace it. Is this a feature of the GEOM RAID stuff? Is it possible (assuming suitable hardware) to have hot-pluggable disks under the control of GEOM? Stephen