From owner-freebsd-fs@FreeBSD.ORG Wed Sep 24 15:08:15 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EFE01065672 for ; Wed, 24 Sep 2008 15:08:15 +0000 (UTC) (envelope-from dreamer.two@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2305D8FC24 for ; Wed, 24 Sep 2008 15:08:15 +0000 (UTC) (envelope-from dreamer.two@gmail.com) Received: by gxk10 with SMTP id 10so5687461gxk.19 for ; Wed, 24 Sep 2008 08:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=Y4waoD7tXII0RtsKwV3Gq8sksapiW/X5X/3v+g07faE=; b=ZEvWHOadPN5ogQq/e9bFOq0/rzBPulMOsfogZAT3LXZxyqTjU+Husjz8zhdtGYSFti 3n+jByrFcsseF50Ie4QJNxK01nsXAOF1ZMj0jGLmMnw+Fn7mI9zjfqYOMCe807PzchjB CRV/YS33h1YBL6TNDS0ehmLsZWu6tS5uB7LfQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=dlmRwAvkeuiyxbZPaYbi1zSszvjQYEuUuITy/jFEgW4sUoqQEiIP78u2Ed/9m9t0mU 9KFG5plb5LtVzTQ9xTEXFJmI3c3PE22PkFY4tn9okvSC7SftKBwIu6cfDJbHG/eJIoVH GNjrw3sKVK2pzGBBMYvkD33DPQFrzL854F/R0= Received: by 10.150.203.8 with SMTP id a8mr11220396ybg.13.1222268892578; Wed, 24 Sep 2008 08:08:12 -0700 (PDT) Received: by 10.150.97.21 with HTTP; Wed, 24 Sep 2008 08:08:12 -0700 (PDT) Message-ID: <911337bf0809240808p69197a62qc5865634bc1a27dd@mail.gmail.com> Date: Wed, 24 Sep 2008 19:08:12 +0400 From: "Vitaly Dodonov" To: "Adam McDougall" , freebsd-fs@freebsd.org In-Reply-To: <48DA4CB0.4020401@egr.msu.edu> MIME-Version: 1.0 References: <911337bf0809240630s1b8a3f15y3c224bd82c59306b@mail.gmail.com> <48DA4CB0.4020401@egr.msu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: zfs and gpt partition X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 15:08:15 -0000 On Wed, Sep 24, 2008 at 6:20 PM, Adam McDougall wrote: > Vitaly Dodonov wrote: > >> I have problem with zfs on gpt partition in RELENG_7 >> >> when zfs use whole drive or classic slices, all work well in any ata port, >> but changing device name with created on it gpt -t zfs partition broke zfs >> volume >> state - FAULTED >> ad8 UNAVAIL 0 0 0 corrupted data >> >> restore possible only with returning drive to it original port, where >> volume >> was created >> >> >> > Please try looking at 'zpool export' and 'zpool import', it will probably > correct the error if you export then import the pool. > yes, export/import working, but without gpt i don't need these operations, drives don't drop from pool on device name change