Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 08:38:48 +0100 (CET)
From:      =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no>
To:        Devin Teske <devin.teske@fisglobal.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>, "Robison, Dave" <Dave.Robison@fisglobal.com>
Subject:   Re: ZFS Question
Message-ID:  <alpine.BSF.2.00.1302200833500.95994@mail.fig.ol.no>
In-Reply-To: <010501ce0f04$1bdae820$5390b860$@fisglobal.com>
References:  <010501ce0f04$1bdae820$5390b860$@fisglobal.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--2055831798-2105069180-1361345928=:95994
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
Content-Transfer-Encoding: 8BIT

On Tue, 19 Feb 2013 16:49-0800, Devin Teske wrote:

> Hi,
> 
> What's the difference between:
> 
> zpool create -m /desired_destination POOL_NAME disk_device
> 
> and
> 
> zpool create -m none POOL_NAME disk_device
> zfs create -m /desired_destination POOL_NAME/foo
> 
> We would prefer the former, but see more uses of the latter.
> 
> The whole point is that we want to "keep things simple" and having only a single
> mount-point makes things simpler, but I'm curious about any possible fallbacks
> to using just the pool on the mount point with zero filesystems created
> underneath.
> 
> In other words... does "zfs create" actually buy us anything versus just using
> the pool mounted on the desired location?

It depends on your needs. Maybe you want to adjust the recordsize 
property, or apply compression, or have added redundancy i.e. tuning 
the copies property for some precious files.

I wrote a few words on this matter nearly a year ago:

http://ximalas.info/2012/05/04/when-to-create-a-zfs-filesystem/

Maybe none, some, or all applies to you.


Just my $0.02. 

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+
--2055831798-2105069180-1361345928=:95994--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1302200833500.95994>