From owner-freebsd-current@FreeBSD.ORG Sun Sep 23 18:23:56 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 848EA1065672 for ; Sun, 23 Sep 2012 18:23:56 +0000 (UTC) (envelope-from jose@lajni.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 52AAE8FC08 for ; Sun, 23 Sep 2012 18:23:56 +0000 (UTC) Received: by pbbrp8 with SMTP id rp8so1706121pbb.13 for ; Sun, 23 Sep 2012 11:23:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language:x-gm-message-state; bh=bqDgejrrvLxStwdgrfUTcsR3l6lXIH27FFuVERNso6Y=; b=j4qx++MmonI8QSFMM9UeFBZKmvNqB8NU+KswU7bi7zL22xAswjXyyy7ANjLW+HHpZb vulOIPJ0VR9Fp/ggBjjeES+gVFzczMUzgr0uwY0EX6aYCY+ZI9mqMGupt2tPYu5tLpJz mtgTCxDeDwWQi4sA8KP8QFUpuLHZbPjHkwJZhWAiApFg7d7Opo0Knyb1jjdpXe/1lqRy fxj9Pn3DEUsiHlEL/CYt83pww5Ez8slQ9TvnV+o/Egj7B4/TWnhDTyM05Dx3j8rarWDf dAw4Nu6yLyrmdO9Ty9GqC5kSldQPnI0K63fGwbDzhkPRAxY58/4tltP81edMx8HgZN2W ss+A== Received: by 10.68.232.194 with SMTP id tq2mr30814700pbc.111.1348424635928; Sun, 23 Sep 2012 11:23:55 -0700 (PDT) Received: from josebashPC ([2602:304:cff8:66f0:d1a4:3dec:9726:a54d]) by mx.google.com with ESMTPS id ty1sm8353710pbc.76.2012.09.23.11.23.54 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Sep 2012 11:23:55 -0700 (PDT) From: "Jose A. Lombera" To: Date: Sun, 23 Sep 2012 11:23:52 -0700 Message-ID: <003901cd99b8$97288620$c5799260$@lajni.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac2ZuHCwv6sf80ydRCyr2WFdhruFlQ== Content-Language: en-us X-Gm-Message-State: ALoCoQnej3UBnuIB08NW+XPI28OfAHqHrGIna40GRTmbNIzdave9s9qzSzXALp9+c5dEAFZDFK0n Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: zpool can't bring online disk2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 18:23:56 -0000 Hello! all, I hope someone can help me out with this. Recently disk2 when bad, I have used Zpool offline tank hast/disk2 To bring the disk offline. Then I replaced it. And use the command Zpool online tank hast/disk2 But the disk show REMOVE. [root@san1 /usr/home/jose]# zpool status -v pool: tank state: DEGRADED status: One or more devices has been removed by the administrator. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Online the device using 'zpool online' or replace the device with 'zpool replace'. scan: resilvered 2.49M in 0h2m with 0 errors on Sat Sep 22 01:03:13 2012 config: NAME STATE READ WRITE CKSUM tank DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 hast/disk1 ONLINE 0 0 0 11919832608590631234 REMOVED 0 0 0 was /dev/hast/disk2 hast/disk3 ONLINE 0 0 0 hast/disk4 ONLINE 0 0 0 hast/disk5 ONLINE 0 0 0 hast/disk6 ONLINE 0 0 0 hast/disk7 ONLINE 0 0 0 hast/disk8 ONLINE 0 0 0 hast/disk9 ONLINE 0 0 0 hast/disk10 ONLINE 0 0 0 [root@san1 /usr/home/jose]# zpool online tank hast/disk2 warning: device 'hast/disk2' onlined, but remains in faulted state use 'zpool replace' to replace devices that are no longer present [root@san1 /usr/home/jose]# I can't bring it back online. Can you guys help me out what to do. This is a production server and I can't afford to bring the server down. I have already swap 3 disks and I got the same result. Thank you guys in advance. --jose