Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 19:35:16 -0800
From:      Artem Belevich <art@freebsd.org>
To:        Greg Bonett <greg.bonett@gmail.com>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: how to destroy zfs parent filesystem without destroying children - corrupted file causing kernel panick
Message-ID:  <CAFqOu6i2p1VSOmmE_vgFb7K5t3LQ9f8BLTw_D-%2BvBsONMOzBOQ@mail.gmail.com>
In-Reply-To: <CAPceqYS4QTu=970XUE=KKV-ZdPSO6n5y1Dzuu4HM4yyie=-Gag@mail.gmail.com>
References:  <CAPceqYS4QTu=970XUE=KKV-ZdPSO6n5y1Dzuu4HM4yyie=-Gag@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 28, 2012 at 12:46 PM, Greg Bonett <greg.bonett@gmail.com> wrote:

> However, I can't figure out how to destroy the /tank filesystem without
> destroying /tank/tempfs (and the other /tank children).  Is it possible to
> destroy a parent without destroying the children? Or, create a new parent
> zfs file system on the same zpool and move the /tank children there before
> destroying /tank?
>

It is possible in case parent is not the top-most zfs filesystem (i.e
tomp-most filesystem for the pool).

I.e. if your zfs filesystem layout looked like zfs-pool/tank/tempfs, then
you could simply do "zfs rename zfs-pool/tank/tempfs zfs-pool/tempfs" and
then would be free to remove zfs-pool/tank. Alas this rename semantics
breaks down when you can no longer rename sub-filesystem upward. I don't
think ZFS would allow you to promote inner filesystem to a pool which is
what you seem to want.

--Artem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFqOu6i2p1VSOmmE_vgFb7K5t3LQ9f8BLTw_D-%2BvBsONMOzBOQ>