]> granicus.if.org Git - zfs/blob - man/man8/zfs.8
Minor documentation, logging, and testing typos
[zfs] / man / man8 / zfs.8
1 .\"
2 .\" CDDL HEADER START
3 .\"
4 .\" The contents of this file are subject to the terms of the
5 .\" Common Development and Distribution License (the "License").
6 .\" You may not use this file except in compliance with the License.
7 .\"
8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 .\" or http://www.opensolaris.org/os/licensing.
10 .\" See the License for the specific language governing permissions
11 .\" and limitations under the License.
12 .\"
13 .\" When distributing Covered Code, include this CDDL HEADER in each
14 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 .\" If applicable, add the following below this CDDL HEADER, with the
16 .\" fields enclosed by brackets "[]" replaced with your own identifying
17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
18 .\"
19 .\" CDDL HEADER END
20 .\"
21 .\"
22 .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
23 .\" Copyright 2011 Joshua M. Clulow <josh@sysmgr.org>
24 .\" Copyright (c) 2011, 2017 by Delphix. All rights reserved.
25 .\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
26 .\" Copyright (c) 2014, Joyent, Inc. All rights reserved.
27 .\" Copyright (c) 2014 by Adam Stevko. All rights reserved.
28 .\" Copyright (c) 2014 Integros [integros.com]
29 .\" Copyright 2016 Richard Laager. All rights reserved.
30 .\" Copyright 2017 Nexenta Systems, Inc.
31 .\" Copyright 2018 Joyent, Inc.
32 .\"
33 .Dd January 10, 2018
34 .Dt ZFS 8 SMM
35 .Os Linux
36 .Sh NAME
37 .Nm zfs
38 .Nd configures ZFS file systems
39 .Sh SYNOPSIS
40 .Nm
41 .Fl ?
42 .Nm
43 .Cm create
44 .Op Fl p
45 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
46 .Ar filesystem
47 .Nm
48 .Cm create
49 .Op Fl ps
50 .Op Fl b Ar blocksize
51 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
52 .Fl V Ar size Ar volume
53 .Nm
54 .Cm destroy
55 .Op Fl Rfnprv
56 .Ar filesystem Ns | Ns Ar volume
57 .Nm
58 .Cm destroy
59 .Op Fl Rdnprv
60 .Ar filesystem Ns | Ns Ar volume Ns @ Ns Ar snap Ns
61 .Oo % Ns Ar snap Ns Oo , Ns Ar snap Ns Oo % Ns Ar snap Oc Oc Oc Ns ...
62 .Nm
63 .Cm destroy
64 .Ar filesystem Ns | Ns Ar volume Ns # Ns Ar bookmark
65 .Nm
66 .Cm snapshot
67 .Op Fl r
68 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
69 .Ar filesystem Ns @ Ns Ar snapname Ns | Ns Ar volume Ns @ Ns Ar snapname Ns ...
70 .Nm
71 .Cm rollback
72 .Op Fl Rfr
73 .Ar snapshot
74 .Nm
75 .Cm clone
76 .Op Fl p
77 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
78 .Ar snapshot Ar filesystem Ns | Ns Ar volume
79 .Nm
80 .Cm promote
81 .Ar clone-filesystem
82 .Nm
83 .Cm rename
84 .Op Fl f
85 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
86 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
87 .Nm
88 .Cm rename
89 .Op Fl fp
90 .Ar filesystem Ns | Ns Ar volume
91 .Ar filesystem Ns | Ns Ar volume
92 .Nm
93 .Cm rename
94 .Fl r
95 .Ar snapshot Ar snapshot
96 .Nm
97 .Cm list
98 .Op Fl r Ns | Ns Fl d Ar depth
99 .Op Fl Hp
100 .Oo Fl o Ar property Ns Oo , Ns Ar property Oc Ns ... Oc
101 .Oo Fl s Ar property Oc Ns ...
102 .Oo Fl S Ar property Oc Ns ...
103 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc
104 .Oo Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Oc Ns ...
105 .Nm
106 .Cm remap
107 .Ar filesystem Ns | Ns Ar volume
108 .Nm
109 .Cm set
110 .Ar property Ns = Ns Ar value Oo Ar property Ns = Ns Ar value Oc Ns ...
111 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Ns ...
112 .Nm
113 .Cm get
114 .Op Fl r Ns | Ns Fl d Ar depth
115 .Op Fl Hp
116 .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc
117 .Oo Fl s Ar source Ns Oo , Ns Ar source Oc Ns ... Oc
118 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc
119 .Cm all | Ar property Ns Oo , Ns Ar property Oc Ns ...
120 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Ns | Ns Ar bookmark Ns ...
121 .Nm
122 .Cm inherit
123 .Op Fl rS
124 .Ar property Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Ns ...
125 .Nm
126 .Cm upgrade
127 .Nm
128 .Cm upgrade
129 .Fl v
130 .Nm
131 .Cm upgrade
132 .Op Fl r
133 .Op Fl V Ar version
134 .Fl a | Ar filesystem
135 .Nm
136 .Cm userspace
137 .Op Fl Hinp
138 .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc
139 .Oo Fl s Ar field Oc Ns ...
140 .Oo Fl S Ar field Oc Ns ...
141 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc
142 .Ar filesystem Ns | Ns Ar snapshot
143 .Nm
144 .Cm groupspace
145 .Op Fl Hinp
146 .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc
147 .Oo Fl s Ar field Oc Ns ...
148 .Oo Fl S Ar field Oc Ns ...
149 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc
150 .Ar filesystem Ns | Ns Ar snapshot
151 .Nm
152 .Cm projectspace
153 .Op Fl Hp
154 .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc
155 .Oo Fl s Ar field Oc Ns ...
156 .Oo Fl S Ar field Oc Ns ...
157 .Ar filesystem Ns | Ns Ar snapshot
158 .Nm
159 .Cm project
160 .Oo Fl d Ns | Ns Fl r Ns Oc
161 .Ar file Ns | Ns Ar directory Ns ...
162 .Nm
163 .Cm project
164 .Fl C
165 .Oo Fl kr Ns Oc
166 .Ar file Ns | Ns Ar directory Ns ...
167 .Nm
168 .Cm project
169 .Fl c
170 .Oo Fl 0 Ns Oc
171 .Oo Fl d Ns | Ns Fl r Ns Oc
172 .Op Fl p Ar id
173 .Ar file Ns | Ns Ar directory Ns ...
174 .Nm
175 .Cm project
176 .Op Fl p Ar id
177 .Oo Fl rs Ns Oc
178 .Ar file Ns | Ns Ar directory Ns ...
179 .Nm
180 .Cm mount
181 .Nm
182 .Cm mount
183 .Op Fl Olv
184 .Op Fl o Ar options
185 .Fl a | Ar filesystem
186 .Nm
187 .Cm unmount
188 .Op Fl f
189 .Fl a | Ar filesystem Ns | Ns Ar mountpoint
190 .Nm
191 .Cm share
192 .Fl a | Ar filesystem
193 .Nm
194 .Cm unshare
195 .Fl a | Ar filesystem Ns | Ns Ar mountpoint
196 .Nm
197 .Cm bookmark
198 .Ar snapshot bookmark
199 .Nm
200 .Cm send
201 .Op Fl DLPRbcenpvw
202 .Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
203 .Ar snapshot
204 .Nm
205 .Cm send
206 .Op Fl LPcenvw
207 .Op Fl i Ar snapshot Ns | Ns Ar bookmark
208 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
209 .Nm
210 .Cm send
211 .Op Fl Penv
212 .Fl t Ar receive_resume_token
213 .Nm
214 .Cm receive
215 .Op Fl Fnsuv
216 .Op Fl o Sy origin Ns = Ns Ar snapshot
217 .Op Fl o Ar property Ns = Ns Ar value
218 .Op Fl x Ar property
219 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
220 .Nm
221 .Cm receive
222 .Op Fl Fnsuv
223 .Op Fl d Ns | Ns Fl e
224 .Op Fl o Sy origin Ns = Ns Ar snapshot
225 .Op Fl o Ar property Ns = Ns Ar value
226 .Op Fl x Ar property
227 .Ar filesystem
228 .Nm
229 .Cm receive
230 .Fl A
231 .Ar filesystem Ns | Ns Ar volume
232 .Nm
233 .Cm allow
234 .Ar filesystem Ns | Ns Ar volume
235 .Nm
236 .Cm allow
237 .Op Fl dglu
238 .Ar user Ns | Ns Ar group Ns Oo , Ns Ar user Ns | Ns Ar group Oc Ns ...
239 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
240 .Ar setname Oc Ns ...
241 .Ar filesystem Ns | Ns Ar volume
242 .Nm
243 .Cm allow
244 .Op Fl dl
245 .Fl e Ns | Ns Sy everyone
246 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
247 .Ar setname Oc Ns ...
248 .Ar filesystem Ns | Ns Ar volume
249 .Nm
250 .Cm allow
251 .Fl c
252 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
253 .Ar setname Oc Ns ...
254 .Ar filesystem Ns | Ns Ar volume
255 .Nm
256 .Cm allow
257 .Fl s No @ Ns Ar setname
258 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
259 .Ar setname Oc Ns ...
260 .Ar filesystem Ns | Ns Ar volume
261 .Nm
262 .Cm unallow
263 .Op Fl dglru
264 .Ar user Ns | Ns Ar group Ns Oo , Ns Ar user Ns | Ns Ar group Oc Ns ...
265 .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
266 .Ar setname Oc Ns ... Oc
267 .Ar filesystem Ns | Ns Ar volume
268 .Nm
269 .Cm unallow
270 .Op Fl dlr
271 .Fl e Ns | Ns Sy everyone
272 .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
273 .Ar setname Oc Ns ... Oc
274 .Ar filesystem Ns | Ns Ar volume
275 .Nm
276 .Cm unallow
277 .Op Fl r
278 .Fl c
279 .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
280 .Ar setname Oc Ns ... Oc
281 .Ar filesystem Ns | Ns Ar volume
282 .Nm
283 .Cm unallow
284 .Op Fl r
285 .Fl s @ Ns Ar setname
286 .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
287 .Ar setname Oc Ns ... Oc
288 .Ar filesystem Ns | Ns Ar volume
289 .Nm
290 .Cm hold
291 .Op Fl r
292 .Ar tag Ar snapshot Ns ...
293 .Nm
294 .Cm holds
295 .Op Fl r
296 .Ar snapshot Ns ...
297 .Nm
298 .Cm release
299 .Op Fl r
300 .Ar tag Ar snapshot Ns ...
301 .Nm
302 .Cm diff
303 .Op Fl FHt
304 .Ar snapshot Ar snapshot Ns | Ns Ar filesystem
305 .Nm
306 .Cm program
307 .Op Fl jn
308 .Op Fl t Ar timeout
309 .Op Fl m Ar memory_limit
310 .Ar pool script
311 .Op Ar arg1 No ...
312 .Nm
313 .Cm load-key
314 .Op Fl nr
315 .Op Fl L Ar keylocation
316 .Fl a | Ar filesystem
317 .Nm
318 .Cm unload-key
319 .Op Fl r
320 .Fl a | Ar filesystem
321 .Nm
322 .Cm change-key
323 .Op Fl l
324 .Op Fl o Ar keylocation Ns = Ns Ar value
325 .Op Fl o Ar keyformat Ns = Ns Ar value
326 .Op Fl o Ar pbkdf2iters Ns = Ns Ar value
327 .Ar filesystem
328 .Nm
329 .Cm change-key
330 .Fl i
331 .Op Fl l
332 .Ar filesystem
333 .Sh DESCRIPTION
334 The
335 .Nm
336 command configures ZFS datasets within a ZFS storage pool, as described in
337 .Xr zpool 8 .
338 A dataset is identified by a unique path within the ZFS namespace.
339 For example:
340 .Bd -literal
341 pool/{filesystem,volume,snapshot}
342 .Ed
343 .Pp
344 where the maximum length of a dataset name is
345 .Dv MAXNAMELEN
346 .Pq 256 bytes .
347 .Pp
348 A dataset can be one of the following:
349 .Bl -tag -width "file system"
350 .It Sy file system
351 A ZFS dataset of type
352 .Sy filesystem
353 can be mounted within the standard system namespace and behaves like other file
354 systems.
355 While ZFS file systems are designed to be POSIX compliant, known issues exist
356 that prevent compliance in some cases.
357 Applications that depend on standards conformance might fail due to non-standard
358 behavior when checking file system free space.
359 .It Sy volume
360 A logical volume exported as a raw or block device.
361 This type of dataset should only be used under special circumstances.
362 File systems are typically used in most environments.
363 .It Sy snapshot
364 A read-only version of a file system or volume at a given point in time.
365 It is specified as
366 .Ar filesystem Ns @ Ns Ar name
367 or
368 .Ar volume Ns @ Ns Ar name .
369 .It Sy bookmark
370 Much like a
371 .Sy snapshot ,
372 but without the hold on on-disk data. It can be used as the source of a send
373 (but not for a receive). It is specified as
374 .Ar filesystem Ns # Ns Ar name
375 or
376 .Ar volume Ns # Ns Ar name .
377 .El
378 .Ss ZFS File System Hierarchy
379 A ZFS storage pool is a logical collection of devices that provide space for
380 datasets.
381 A storage pool is also the root of the ZFS file system hierarchy.
382 .Pp
383 The root of the pool can be accessed as a file system, such as mounting and
384 unmounting, taking snapshots, and setting properties.
385 The physical storage characteristics, however, are managed by the
386 .Xr zpool 8
387 command.
388 .Pp
389 See
390 .Xr zpool 8
391 for more information on creating and administering pools.
392 .Ss Snapshots
393 A snapshot is a read-only copy of a file system or volume.
394 Snapshots can be created extremely quickly, and initially consume no additional
395 space within the pool.
396 As data within the active dataset changes, the snapshot consumes more data than
397 would otherwise be shared with the active dataset.
398 .Pp
399 Snapshots can have arbitrary names.
400 Snapshots of volumes can be cloned or rolled back, visibility is determined
401 by the
402 .Sy snapdev
403 property of the parent volume.
404 .Pp
405 File system snapshots can be accessed under the
406 .Pa .zfs/snapshot
407 directory in the root of the file system.
408 Snapshots are automatically mounted on demand and may be unmounted at regular
409 intervals.
410 The visibility of the
411 .Pa .zfs
412 directory can be controlled by the
413 .Sy snapdir
414 property.
415 .Ss Bookmarks
416 A bookmark is like a snapshot, a read-only copy of a file system or volume.
417 Bookmarks can be created extremely quickly, compared to snapshots, and they
418 consume no additional space within the pool. Bookmarks can also have arbitrary
419 names, much like snapshots.
420 .Pp
421 Unlike snapshots, bookmarks can not be accessed through the filesystem in any
422 way. From a storage standpoint a bookmark just provides a way to reference
423 when a snapshot was created as a distinct object. Bookmarks are initially
424 tied to a snapshot, not the filesystem or volume, and they will survive if the
425 snapshot itself is destroyed. Since they are very light weight there's little
426 incentive to destroy them.
427 .Ss Clones
428 A clone is a writable volume or file system whose initial contents are the same
429 as another dataset.
430 As with snapshots, creating a clone is nearly instantaneous, and initially
431 consumes no additional space.
432 .Pp
433 Clones can only be created from a snapshot.
434 When a snapshot is cloned, it creates an implicit dependency between the parent
435 and child.
436 Even though the clone is created somewhere else in the dataset hierarchy, the
437 original snapshot cannot be destroyed as long as a clone exists.
438 The
439 .Sy origin
440 property exposes this dependency, and the
441 .Cm destroy
442 command lists any such dependencies, if they exist.
443 .Pp
444 The clone parent-child dependency relationship can be reversed by using the
445 .Cm promote
446 subcommand.
447 This causes the
448 .Qq origin
449 file system to become a clone of the specified file system, which makes it
450 possible to destroy the file system that the clone was created from.
451 .Ss "Mount Points"
452 Creating a ZFS file system is a simple operation, so the number of file systems
453 per system is likely to be numerous.
454 To cope with this, ZFS automatically manages mounting and unmounting file
455 systems without the need to edit the
456 .Pa /etc/fstab
457 file.
458 All automatically managed file systems are mounted by ZFS at boot time.
459 .Pp
460 By default, file systems are mounted under
461 .Pa /path ,
462 where
463 .Ar path
464 is the name of the file system in the ZFS namespace.
465 Directories are created and destroyed as needed.
466 .Pp
467 A file system can also have a mount point set in the
468 .Sy mountpoint
469 property.
470 This directory is created as needed, and ZFS automatically mounts the file
471 system when the
472 .Nm zfs Cm mount Fl a
473 command is invoked
474 .Po without editing
475 .Pa /etc/fstab
476 .Pc .
477 The
478 .Sy mountpoint
479 property can be inherited, so if
480 .Em pool/home
481 has a mount point of
482 .Pa /export/stuff ,
483 then
484 .Em pool/home/user
485 automatically inherits a mount point of
486 .Pa /export/stuff/user .
487 .Pp
488 A file system
489 .Sy mountpoint
490 property of
491 .Sy none
492 prevents the file system from being mounted.
493 .Pp
494 If needed, ZFS file systems can also be managed with traditional tools
495 .Po
496 .Nm mount ,
497 .Nm umount ,
498 .Pa /etc/fstab
499 .Pc .
500 If a file system's mount point is set to
501 .Sy legacy ,
502 ZFS makes no attempt to manage the file system, and the administrator is
503 responsible for mounting and unmounting the file system. Because pools must
504 be imported before a legacy mount can succeed, administrators should ensure
505 that legacy mounts are only attempted after the zpool import process
506 finishes at boot time. For example, on machines using systemd, the mount
507 option
508 .Pp
509 .Nm x-systemd.requires=zfs-import.target
510 .Pp
511 will ensure that the zfs-import completes before systemd attempts mounting
512 the filesystem. See systemd.mount(5) for details.
513 .Ss Deduplication
514 Deduplication is the process for removing redundant data at the block level,
515 reducing the total amount of data stored. If a file system has the
516 .Sy dedup
517 property enabled, duplicate data blocks are removed synchronously. The result
518 is that only unique data is stored and common components are shared among files.
519 .Pp
520 Deduplicating data is a very resource-intensive operation. It is generally
521 recommended that you have at least 1.25 GiB of RAM per 1 TiB of storage when
522 you enable deduplication. Calculating the exact requirement depends heavily
523 on the type of data stored in the pool.
524 .Pp
525 Enabling deduplication on an improperly-designed system can result in
526 performance issues (slow IO and administrative operations). It can potentially
527 lead to problems importing a pool due to memory exhaustion. Deduplication
528 can consume significant processing power (CPU) and memory as well as generate
529 additional disk IO.
530 .Pp
531 Before creating a pool with deduplication enabled, ensure that you have planned
532 your hardware requirements appropriately and implemented appropriate recovery
533 practices, such as regular backups. As an alternative to deduplication
534 consider using
535 .Sy compression=on ,
536 as a less resource-intensive alternative.
537 .Ss Native Properties
538 Properties are divided into two types, native properties and user-defined
539 .Po or
540 .Qq user
541 .Pc
542 properties.
543 Native properties either export internal statistics or control ZFS behavior.
544 In addition, native properties are either editable or read-only.
545 User properties have no effect on ZFS behavior, but you can use them to annotate
546 datasets in a way that is meaningful in your environment.
547 For more information about user properties, see the
548 .Sx User Properties
549 section, below.
550 .Pp
551 Every dataset has a set of properties that export statistics about the dataset
552 as well as control various behaviors.
553 Properties are inherited from the parent unless overridden by the child.
554 Some properties apply only to certain types of datasets
555 .Pq file systems, volumes, or snapshots .
556 .Pp
557 The values of numeric properties can be specified using human-readable suffixes
558 .Po for example,
559 .Sy k ,
560 .Sy KB ,
561 .Sy M ,
562 .Sy Gb ,
563 and so forth, up to
564 .Sy Z
565 for zettabyte
566 .Pc .
567 The following are all valid
568 .Pq and equal
569 specifications:
570 .Li 1536M, 1.5g, 1.50GB .
571 .Pp
572 The values of non-numeric properties are case sensitive and must be lowercase,
573 except for
574 .Sy mountpoint ,
575 .Sy sharenfs ,
576 and
577 .Sy sharesmb .
578 .Pp
579 The following native properties consist of read-only statistics about the
580 dataset.
581 These properties can be neither set, nor inherited.
582 Native properties apply to all dataset types unless otherwise noted.
583 .Bl -tag -width "usedbyrefreservation"
584 .It Sy available
585 The amount of space available to the dataset and all its children, assuming that
586 there is no other activity in the pool.
587 Because space is shared within a pool, availability can be limited by any number
588 of factors, including physical pool size, quotas, reservations, or other
589 datasets within the pool.
590 .Pp
591 This property can also be referred to by its shortened column name,
592 .Sy avail .
593 .It Sy compressratio
594 For non-snapshots, the compression ratio achieved for the
595 .Sy used
596 space of this dataset, expressed as a multiplier.
597 The
598 .Sy used
599 property includes descendant datasets, and, for clones, does not include the
600 space shared with the origin snapshot.
601 For snapshots, the
602 .Sy compressratio
603 is the same as the
604 .Sy refcompressratio
605 property.
606 Compression can be turned on by running:
607 .Nm zfs Cm set Sy compression Ns = Ns Sy on Ar dataset .
608 The default value is
609 .Sy off .
610 .It Sy createtxg
611 The transaction group (txg) in which the dataset was created. Bookmarks have
612 the same
613 .Sy createtxg
614 as the snapshot they are initially tied to. This property is suitable for
615 ordering a list of snapshots, e.g. for incremental send and receive.
616 .It Sy creation
617 The time this dataset was created.
618 .It Sy clones
619 For snapshots, this property is a comma-separated list of filesystems or volumes
620 which are clones of this snapshot.
621 The clones'
622 .Sy origin
623 property is this snapshot.
624 If the
625 .Sy clones
626 property is not empty, then this snapshot can not be destroyed
627 .Po even with the
628 .Fl r
629 or
630 .Fl f
631 options
632 .Pc .
633 The roles of origin and clone can be swapped by promoting the clone with the
634 .Nm zfs Cm promote
635 command.
636 .It Sy defer_destroy
637 This property is
638 .Sy on
639 if the snapshot has been marked for deferred destroy by using the
640 .Nm zfs Cm destroy Fl d
641 command.
642 Otherwise, the property is
643 .Sy off .
644 .It Sy encryptionroot
645 For encrypted datasets, indicates where the dataset is currently inheriting its
646 encryption key from. Loading or unloading a key for the
647 .Sy encryptionroot
648 will implicitly load / unload the key for any inheriting datasets (see
649 .Nm zfs Cm load-key
650 and
651 .Nm zfs Cm unload-key
652 for details).
653 Clones will always share an
654 encryption key with their origin. See the
655 .Sx Encryption
656 section for details.
657 .It Sy filesystem_count
658 The total number of filesystems and volumes that exist under this location in
659 the dataset tree.
660 This value is only available when a
661 .Sy filesystem_limit
662 has been set somewhere in the tree under which the dataset resides.
663 .It Sy keystatus
664 Indicates if an encryption key is currently loaded into ZFS. The possible
665 values are
666 .Sy none ,
667 .Sy available ,
668 and
669 .Sy unavailable .
670 See
671 .Nm zfs Cm load-key
672 and
673 .Nm zfs Cm unload-key .
674 .It Sy guid
675 The 64 bit GUID of this dataset or bookmark which does not change over its
676 entire lifetime. When a snapshot is sent to another pool, the received
677 snapshot has the same GUID. Thus, the
678 .Sy guid
679 is suitable to identify a snapshot across pools.
680 .It Sy logicalreferenced
681 The amount of space that is
682 .Qq logically
683 accessible by this dataset.
684 See the
685 .Sy referenced
686 property.
687 The logical space ignores the effect of the
688 .Sy compression
689 and
690 .Sy copies
691 properties, giving a quantity closer to the amount of data that applications
692 see.
693 However, it does include space consumed by metadata.
694 .Pp
695 This property can also be referred to by its shortened column name,
696 .Sy lrefer .
697 .It Sy logicalused
698 The amount of space that is
699 .Qq logically
700 consumed by this dataset and all its descendents.
701 See the
702 .Sy used
703 property.
704 The logical space ignores the effect of the
705 .Sy compression
706 and
707 .Sy copies
708 properties, giving a quantity closer to the amount of data that applications
709 see.
710 However, it does include space consumed by metadata.
711 .Pp
712 This property can also be referred to by its shortened column name,
713 .Sy lused .
714 .It Sy mounted
715 For file systems, indicates whether the file system is currently mounted.
716 This property can be either
717 .Sy yes
718 or
719 .Sy no .
720 .It Sy origin
721 For cloned file systems or volumes, the snapshot from which the clone was
722 created.
723 See also the
724 .Sy clones
725 property.
726 .It Sy receive_resume_token
727 For filesystems or volumes which have saved partially-completed state from
728 .Sy zfs receive -s ,
729 this opaque token can be provided to
730 .Sy zfs send -t
731 to resume and complete the
732 .Sy zfs receive .
733 .It Sy referenced
734 The amount of data that is accessible by this dataset, which may or may not be
735 shared with other datasets in the pool.
736 When a snapshot or clone is created, it initially references the same amount of
737 space as the file system or snapshot it was created from, since its contents are
738 identical.
739 .Pp
740 This property can also be referred to by its shortened column name,
741 .Sy refer .
742 .It Sy refcompressratio
743 The compression ratio achieved for the
744 .Sy referenced
745 space of this dataset, expressed as a multiplier.
746 See also the
747 .Sy compressratio
748 property.
749 .It Sy snapshot_count
750 The total number of snapshots that exist under this location in the dataset
751 tree.
752 This value is only available when a
753 .Sy snapshot_limit
754 has been set somewhere in the tree under which the dataset resides.
755 .It Sy type
756 The type of dataset:
757 .Sy filesystem ,
758 .Sy volume ,
759 or
760 .Sy snapshot .
761 .It Sy used
762 The amount of space consumed by this dataset and all its descendents.
763 This is the value that is checked against this dataset's quota and reservation.
764 The space used does not include this dataset's reservation, but does take into
765 account the reservations of any descendent datasets.
766 The amount of space that a dataset consumes from its parent, as well as the
767 amount of space that is freed if this dataset is recursively destroyed, is the
768 greater of its space used and its reservation.
769 .Pp
770 The used space of a snapshot
771 .Po see the
772 .Sx Snapshots
773 section
774 .Pc
775 is space that is referenced exclusively by this snapshot.
776 If this snapshot is destroyed, the amount of
777 .Sy used
778 space will be freed.
779 Space that is shared by multiple snapshots isn't accounted for in this metric.
780 When a snapshot is destroyed, space that was previously shared with this
781 snapshot can become unique to snapshots adjacent to it, thus changing the used
782 space of those snapshots.
783 The used space of the latest snapshot can also be affected by changes in the
784 file system.
785 Note that the
786 .Sy used
787 space of a snapshot is a subset of the
788 .Sy written
789 space of the snapshot.
790 .Pp
791 The amount of space used, available, or referenced does not take into account
792 pending changes.
793 Pending changes are generally accounted for within a few seconds.
794 Committing a change to a disk using
795 .Xr fsync 2
796 or
797 .Dv O_SYNC
798 does not necessarily guarantee that the space usage information is updated
799 immediately.
800 .It Sy usedby*
801 The
802 .Sy usedby*
803 properties decompose the
804 .Sy used
805 properties into the various reasons that space is used.
806 Specifically,
807 .Sy used No =
808 .Sy usedbychildren No +
809 .Sy usedbydataset No +
810 .Sy usedbyrefreservation No +
811 .Sy usedbysnapshots .
812 These properties are only available for datasets created on
813 .Nm zpool
814 .Qo version 13 Qc
815 pools.
816 .It Sy usedbychildren
817 The amount of space used by children of this dataset, which would be freed if
818 all the dataset's children were destroyed.
819 .It Sy usedbydataset
820 The amount of space used by this dataset itself, which would be freed if the
821 dataset were destroyed
822 .Po after first removing any
823 .Sy refreservation
824 and destroying any necessary snapshots or descendents
825 .Pc .
826 .It Sy usedbyrefreservation
827 The amount of space used by a
828 .Sy refreservation
829 set on this dataset, which would be freed if the
830 .Sy refreservation
831 was removed.
832 .It Sy usedbysnapshots
833 The amount of space consumed by snapshots of this dataset.
834 In particular, it is the amount of space that would be freed if all of this
835 dataset's snapshots were destroyed.
836 Note that this is not simply the sum of the snapshots'
837 .Sy used
838 properties because space can be shared by multiple snapshots.
839 .It Sy userused Ns @ Ns Em user
840 The amount of space consumed by the specified user in this dataset.
841 Space is charged to the owner of each file, as displayed by
842 .Nm ls Fl l .
843 The amount of space charged is displayed by
844 .Nm du
845 and
846 .Nm ls Fl s .
847 See the
848 .Nm zfs Cm userspace
849 subcommand for more information.
850 .Pp
851 Unprivileged users can access only their own space usage.
852 The root user, or a user who has been granted the
853 .Sy userused
854 privilege with
855 .Nm zfs Cm allow ,
856 can access everyone's usage.
857 .Pp
858 The
859 .Sy userused Ns @ Ns Em ...
860 properties are not displayed by
861 .Nm zfs Cm get Sy all .
862 The user's name must be appended after the @ symbol, using one of the following
863 forms:
864 .Bl -bullet -width ""
865 .It
866 .Em POSIX name
867 .Po for example,
868 .Sy joe
869 .Pc
870 .It
871 .Em POSIX numeric ID
872 .Po for example,
873 .Sy 789
874 .Pc
875 .It
876 .Em SID name
877 .Po for example,
878 .Sy joe.smith@mydomain
879 .Pc
880 .It
881 .Em SID numeric ID
882 .Po for example,
883 .Sy S-1-123-456-789
884 .Pc
885 .El
886 .Pp
887 Files created on Linux always have POSIX owners.
888 .It Sy userobjused Ns @ Ns Em user
889 The
890 .Sy userobjused
891 property is similar to
892 .Sy userused
893 but instead it counts the number of objects consumed by a user. This property
894 counts all objects allocated on behalf of the user, it may differ from the
895 results of system tools such as
896 .Nm df Fl i .
897 .Pp
898 When the property
899 .Sy xattr=on
900 is set on a file system additional objects will be created per-file to store
901 extended attributes. These additional objects are reflected in the
902 .Sy userobjused
903 value and are counted against the user's
904 .Sy userobjquota .
905 When a file system is configured to use
906 .Sy xattr=sa
907 no additional internal objects are normally required.
908 .It Sy userrefs
909 This property is set to the number of user holds on this snapshot.
910 User holds are set by using the
911 .Nm zfs Cm hold
912 command.
913 .It Sy groupused Ns @ Ns Em group
914 The amount of space consumed by the specified group in this dataset.
915 Space is charged to the group of each file, as displayed by
916 .Nm ls Fl l .
917 See the
918 .Sy userused Ns @ Ns Em user
919 property for more information.
920 .Pp
921 Unprivileged users can only access their own groups' space usage.
922 The root user, or a user who has been granted the
923 .Sy groupused
924 privilege with
925 .Nm zfs Cm allow ,
926 can access all groups' usage.
927 .It Sy groupobjused Ns @ Ns Em group
928 The number of objects consumed by the specified group in this dataset.
929 Multiple objects may be charged to the group for each file when extended
930 attributes are in use. See the
931 .Sy userobjused Ns @ Ns Em user
932 property for more information.
933 .Pp
934 Unprivileged users can only access their own groups' space usage.
935 The root user, or a user who has been granted the
936 .Sy groupobjused
937 privilege with
938 .Nm zfs Cm allow ,
939 can access all groups' usage.
940 .It Sy projectused Ns @ Ns Em project
941 The amount of space consumed by the specified project in this dataset. Project
942 is identified via the project identifier (ID) that is object-based numeral
943 attribute. An object can inherit the project ID from its parent object (if the
944 parent has the flag of inherit project ID that can be set and changed via
945 .Nm chattr Fl /+P
946 or
947 .Nm zfs project Fl s )
948 when being created. The privileged user can set and change object's project
949 ID via
950 .Nm chattr Fl p
951 or
952 .Nm zfs project Fl s
953 anytime. Space is charged to the project of each file, as displayed by
954 .Nm lsattr Fl p
955 or
956 .Nm zfs project .
957 See the
958 .Sy userused Ns @ Ns Em user
959 property for more information.
960 .Pp
961 The root user, or a user who has been granted the
962 .Sy projectused
963 privilege with
964 .Nm zfs allow ,
965 can access all projects' usage.
966 .It Sy projectobjused Ns @ Ns Em project
967 The
968 .Sy projectobjused
969 is similar to
970 .Sy projectused
971 but instead it counts the number of objects consumed by project. When the
972 property
973 .Sy xattr=on
974 is set on a fileset, ZFS will create additional objects per-file to store
975 extended attributes. These additional objects are reflected in the
976 .Sy projectobjused
977 value and are counted against the project's
978 .Sy projectobjquota .
979 When a filesystem is configured to use
980 .Sy xattr=sa
981 no additional internal objects are required. See the
982 .Sy userobjused Ns @ Ns Em user
983 property for more information.
984 .Pp
985 The root user, or a user who has been granted the
986 .Sy projectobjused
987 privilege with
988 .Nm zfs allow ,
989 can access all projects' objects usage.
990 .It Sy volblocksize
991 For volumes, specifies the block size of the volume.
992 The
993 .Sy blocksize
994 cannot be changed once the volume has been written, so it should be set at
995 volume creation time.
996 The default
997 .Sy blocksize
998 for volumes is 8 Kbytes.
999 Any power of 2 from 512 bytes to 128 Kbytes is valid.
1000 .Pp
1001 This property can also be referred to by its shortened column name,
1002 .Sy volblock .
1003 .It Sy written
1004 The amount of space
1005 .Sy referenced
1006 by this dataset, that was written since the previous snapshot
1007 .Pq i.e. that is not referenced by the previous snapshot .
1008 .It Sy written Ns @ Ns Em snapshot
1009 The amount of
1010 .Sy referenced
1011 space written to this dataset since the specified snapshot.
1012 This is the space that is referenced by this dataset but was not referenced by
1013 the specified snapshot.
1014 .Pp
1015 The
1016 .Em snapshot
1017 may be specified as a short snapshot name
1018 .Po just the part after the
1019 .Sy @
1020 .Pc ,
1021 in which case it will be interpreted as a snapshot in the same filesystem as
1022 this dataset.
1023 The
1024 .Em snapshot
1025 may be a full snapshot name
1026 .Po Em filesystem Ns @ Ns Em snapshot Pc ,
1027 which for clones may be a snapshot in the origin's filesystem
1028 .Pq or the origin of the origin's filesystem, etc.
1029 .El
1030 .Pp
1031 The following native properties can be used to change the behavior of a ZFS
1032 dataset.
1033 .Bl -tag -width ""
1034 .It Xo
1035 .Sy aclinherit Ns = Ns Sy discard Ns | Ns Sy noallow Ns | Ns
1036 .Sy restricted Ns | Ns Sy passthrough Ns | Ns Sy passthrough-x
1037 .Xc
1038 Controls how ACEs are inherited when files and directories are created.
1039 .Bl -tag -width "passthrough-x"
1040 .It Sy discard
1041 does not inherit any ACEs.
1042 .It Sy noallow
1043 only inherits inheritable ACEs that specify
1044 .Qq deny
1045 permissions.
1046 .It Sy restricted
1047 default, removes the
1048 .Sy write_acl
1049 and
1050 .Sy write_owner
1051 permissions when the ACE is inherited.
1052 .It Sy passthrough
1053 inherits all inheritable ACEs without any modifications.
1054 .It Sy passthrough-x
1055 same meaning as
1056 .Sy passthrough ,
1057 except that the
1058 .Sy owner@ ,
1059 .Sy group@ ,
1060 and
1061 .Sy everyone@
1062 ACEs inherit the execute permission only if the file creation mode also requests
1063 the execute bit.
1064 .El
1065 .Pp
1066 When the property value is set to
1067 .Sy passthrough ,
1068 files are created with a mode determined by the inheritable ACEs.
1069 If no inheritable ACEs exist that affect the mode, then the mode is set in
1070 accordance to the requested mode from the application.
1071 .Pp
1072 The
1073 .Sy aclinherit
1074 property does not apply to posix ACLs.
1075 .It Sy acltype Ns = Ns Sy off Ns | Ns Sy noacl Ns | Ns Sy posixacl
1076 Controls whether ACLs are enabled and if so what type of ACL to use.
1077 .Bl -tag -width "posixacl"
1078 .It Sy off
1079 default, when a file system has the
1080 .Sy acltype
1081 property set to off then ACLs are disabled.
1082 .It Sy noacl
1083 an alias for
1084 .Sy off
1085 .It Sy posixacl
1086 indicates posix ACLs should be used. Posix ACLs are specific to Linux and are
1087 not functional on other platforms. Posix ACLs are stored as an extended
1088 attribute and therefore will not overwrite any existing NFSv4 ACLs which
1089 may be set.
1090 .El
1091 .Pp
1092 To obtain the best performance when setting
1093 .Sy posixacl
1094 users are strongly encouraged to set the
1095 .Sy xattr=sa
1096 property. This will result in the posix ACL being stored more efficiently on
1097 disk. But as a consequence of this all new extended attributes will only be
1098 accessible from OpenZFS implementations which support the
1099 .Sy xattr=sa
1100 property. See the
1101 .Sy xattr
1102 property for more details.
1103 .It Sy atime Ns = Ns Sy on Ns | Ns Sy off
1104 Controls whether the access time for files is updated when they are read.
1105 Turning this property off avoids producing write traffic when reading files and
1106 can result in significant performance gains, though it might confuse mailers
1107 and other similar utilities. The values
1108 .Sy on
1109 and
1110 .Sy off
1111 are equivalent to the
1112 .Sy atime
1113 and
1114 .Sy noatime
1115 mount options. The default value is
1116 .Sy on .
1117 See also
1118 .Sy relatime
1119 below.
1120 .It Sy canmount Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Sy noauto
1121 If this property is set to
1122 .Sy off ,
1123 the file system cannot be mounted, and is ignored by
1124 .Nm zfs Cm mount Fl a .
1125 Setting this property to
1126 .Sy off
1127 is similar to setting the
1128 .Sy mountpoint
1129 property to
1130 .Sy none ,
1131 except that the dataset still has a normal
1132 .Sy mountpoint
1133 property, which can be inherited.
1134 Setting this property to
1135 .Sy off
1136 allows datasets to be used solely as a mechanism to inherit properties.
1137 One example of setting
1138 .Sy canmount Ns = Ns Sy off
1139 is to have two datasets with the same
1140 .Sy mountpoint ,
1141 so that the children of both datasets appear in the same directory, but might
1142 have different inherited characteristics.
1143 .Pp
1144 When set to
1145 .Sy noauto ,
1146 a dataset can only be mounted and unmounted explicitly.
1147 The dataset is not mounted automatically when the dataset is created or
1148 imported, nor is it mounted by the
1149 .Nm zfs Cm mount Fl a
1150 command or unmounted by the
1151 .Nm zfs Cm unmount Fl a
1152 command.
1153 .Pp
1154 This property is not inherited.
1155 .It Xo
1156 .Sy checksum Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Sy fletcher2 Ns | Ns
1157 .Sy fletcher4 Ns | Ns Sy sha256 Ns | Ns Sy noparity Ns | Ns
1158 .Sy sha512 Ns | Ns Sy skein Ns | Ns Sy edonr
1159 .Xc
1160 Controls the checksum used to verify data integrity.
1161 The default value is
1162 .Sy on ,
1163 which automatically selects an appropriate algorithm
1164 .Po currently,
1165 .Sy fletcher4 ,
1166 but this may change in future releases
1167 .Pc .
1168 The value
1169 .Sy off
1170 disables integrity checking on user data.
1171 The value
1172 .Sy noparity
1173 not only disables integrity but also disables maintaining parity for user data.
1174 This setting is used internally by a dump device residing on a RAID-Z pool and
1175 should not be used by any other dataset.
1176 Disabling checksums is
1177 .Sy NOT
1178 a recommended practice.
1179 .Pp
1180 The
1181 .Sy sha512 ,
1182 .Sy skein ,
1183 and
1184 .Sy edonr
1185 checksum algorithms require enabling the appropriate features on the pool.
1186 Please see
1187 .Xr zpool-features 5
1188 for more information on these algorithms.
1189 .Pp
1190 Changing this property affects only newly-written data.
1191 .Pp
1192 Salted checksum algorithms
1193 .Pq Cm edonr , skein
1194 are currently not supported for any filesystem on the boot pools.
1195 .It Xo
1196 .Sy compression Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Sy gzip Ns | Ns
1197 .Sy gzip- Ns Em N Ns | Ns Sy lz4 Ns | Ns Sy lzjb Ns | Ns Sy zle
1198 .Xc
1199 Controls the compression algorithm used for this dataset.
1200 .Pp
1201 Setting compression to
1202 .Sy on
1203 indicates that the current default compression algorithm should be used.
1204 The default balances compression and decompression speed, with compression ratio
1205 and is expected to work well on a wide variety of workloads.
1206 Unlike all other settings for this property,
1207 .Sy on
1208 does not select a fixed compression type.
1209 As new compression algorithms are added to ZFS and enabled on a pool, the
1210 default compression algorithm may change.
1211 The current default compression algorithm is either
1212 .Sy lzjb
1213 or, if the
1214 .Sy lz4_compress
1215 feature is enabled,
1216 .Sy lz4 .
1217 .Pp
1218 The
1219 .Sy lz4
1220 compression algorithm is a high-performance replacement for the
1221 .Sy lzjb
1222 algorithm.
1223 It features significantly faster compression and decompression, as well as a
1224 moderately higher compression ratio than
1225 .Sy lzjb ,
1226 but can only be used on pools with the
1227 .Sy lz4_compress
1228 feature set to
1229 .Sy enabled .
1230 See
1231 .Xr zpool-features 5
1232 for details on ZFS feature flags and the
1233 .Sy lz4_compress
1234 feature.
1235 .Pp
1236 The
1237 .Sy lzjb
1238 compression algorithm is optimized for performance while providing decent data
1239 compression.
1240 .Pp
1241 The
1242 .Sy gzip
1243 compression algorithm uses the same compression as the
1244 .Xr gzip 1
1245 command.
1246 You can specify the
1247 .Sy gzip
1248 level by using the value
1249 .Sy gzip- Ns Em N ,
1250 where
1251 .Em N
1252 is an integer from 1
1253 .Pq fastest
1254 to 9
1255 .Pq best compression ratio .
1256 Currently,
1257 .Sy gzip
1258 is equivalent to
1259 .Sy gzip-6
1260 .Po which is also the default for
1261 .Xr gzip 1
1262 .Pc .
1263 .Pp
1264 The
1265 .Sy zle
1266 compression algorithm compresses runs of zeros.
1267 .Pp
1268 This property can also be referred to by its shortened column name
1269 .Sy compress .
1270 Changing this property affects only newly-written data.
1271 .It Xo
1272 .Sy context Ns = Ns Sy none Ns | Ns
1273 .Em SELinux_User:SElinux_Role:Selinux_Type:Sensitivity_Level
1274 .Xc
1275 This flag sets the SELinux context for all files in the file system under
1276 a mount point for that file system. See
1277 .Xr selinux 8
1278 for more information.
1279 .It Xo
1280 .Sy fscontext Ns = Ns Sy none Ns | Ns
1281 .Em SELinux_User:SElinux_Role:Selinux_Type:Sensitivity_Level
1282 .Xc
1283 This flag sets the SELinux context for the file system file system being
1284 mounted. See
1285 .Xr selinux 8
1286 for more information.
1287 .It Xo
1288 .Sy defcontext Ns = Ns Sy none Ns | Ns
1289 .Em SELinux_User:SElinux_Role:Selinux_Type:Sensitivity_Level
1290 .Xc
1291 This flag sets the SELinux default context for unlabeled files. See
1292 .Xr selinux 8
1293 for more information.
1294 .It Xo
1295 .Sy rootcontext Ns = Ns Sy none Ns | Ns
1296 .Em SELinux_User:SElinux_Role:Selinux_Type:Sensitivity_Level
1297 .Xc
1298 This flag sets the SELinux context for the root inode of the file system. See
1299 .Xr selinux 8
1300 for more information.
1301 .It Sy copies Ns = Ns Sy 1 Ns | Ns Sy 2 Ns | Ns Sy 3
1302 Controls the number of copies of data stored for this dataset.
1303 These copies are in addition to any redundancy provided by the pool, for
1304 example, mirroring or RAID-Z.
1305 The copies are stored on different disks, if possible.
1306 The space used by multiple copies is charged to the associated file and dataset,
1307 changing the
1308 .Sy used
1309 property and counting against quotas and reservations.
1310 .Pp
1311 Changing this property only affects newly-written data.
1312 Therefore, set this property at file system creation time by using the
1313 .Fl o Sy copies Ns = Ns Ar N
1314 option.
1315 .Pp
1316 Remember that ZFS will not import a pool with a missing top-level vdev. Do
1317 .Sy NOT
1318 create, for example a two-disk striped pool and set
1319 .Sy copies=2
1320 on some datasets thinking you have setup redundancy for them. When a disk
1321 fails you will not be able to import the pool and will have lost all of your
1322 data.
1323 .It Sy devices Ns = Ns Sy on Ns | Ns Sy off
1324 Controls whether device nodes can be opened on this file system.
1325 The default value is
1326 .Sy on .
1327 The values
1328 .Sy on
1329 and
1330 .Sy off
1331 are equivalent to the
1332 .Sy dev
1333 and
1334 .Sy nodev
1335 mount options.
1336 .It Xo
1337 .Sy dedup Ns = Ns Sy off Ns | Ns Sy on Ns | Ns Sy verify Ns | Ns
1338 .Sy sha256[,verify] Ns | Ns Sy sha512[,verify] Ns | Ns Sy skein[,verify] Ns | Ns
1339 .Sy edonr,verify
1340 .Xc
1341 Configures deduplication for a dataset. The default value is
1342 .Sy off .
1343 The default deduplication checksum is
1344 .Sy sha256
1345 (this may change in the future). When
1346 .Sy dedup
1347 is enabled, the checksum defined here overrides the
1348 .Sy checksum
1349 property. Setting the value to
1350 .Sy verify
1351 has the same effect as the setting
1352 .Sy sha256,verify.
1353 .Pp
1354 If set to
1355 .Sy verify ,
1356 ZFS will do a byte-to-byte comparsion in case of two blocks having the same
1357 signature to make sure the block contents are identical. Specifying
1358 .Sy verify
1359 is mandatory for the
1360 .Sy edonr
1361 algorithm.
1362 .Pp
1363 Unless necessary, deduplication should NOT be enabled on a system. See
1364 .Sx Deduplication
1365 above.
1366 .It Xo
1367 .Sy dnodesize Ns = Ns Sy legacy Ns | Ns Sy auto Ns | Ns Sy 1k Ns | Ns
1368 .Sy 2k Ns | Ns Sy 4k Ns | Ns Sy 8k Ns | Ns Sy 16k
1369 .Xc
1370 Specifies a compatibility mode or literal value for the size of dnodes in the
1371 file system. The default value is
1372 .Sy legacy .
1373 Setting this property to a value other than
1374 .Sy legacy
1375 requires the large_dnode pool feature to be enabled.
1376 .Pp
1377 Consider setting
1378 .Sy dnodesize
1379 to
1380 .Sy auto
1381 if the dataset uses the
1382 .Sy xattr=sa
1383 property setting and the workload makes heavy use of extended attributes. This
1384 may be applicable to SELinux-enabled systems, Lustre servers, and Samba
1385 servers, for example. Literal values are supported for cases where the optimal
1386 size is known in advance and for performance testing.
1387 .Pp
1388 Leave
1389 .Sy dnodesize
1390 set to
1391 .Sy legacy
1392 if you need to receive a send stream of this dataset on a pool that doesn't
1393 enable the large_dnode feature, or if you need to import this pool on a system
1394 that doesn't support the large_dnode feature.
1395 .Pp
1396 This property can also be referred to by its shortened column name,
1397 .Sy dnsize .
1398 .It Xo
1399 .Sy encryption Ns = Ns Sy off Ns | Ns Sy on Ns | Ns Sy aes-128-ccm Ns | Ns
1400 .Sy aes-192-ccm Ns | Ns Sy aes-256-ccm Ns | Ns Sy aes-128-gcm Ns | Ns
1401 .Sy aes-192-gcm Ns | Ns Sy aes-256-gcm
1402 .Xc
1403 Controls the encryption cipher suite (block cipher, key length, and mode) used
1404 for this dataset. Requires the
1405 .Sy encryption
1406 feature to be enabled on the pool.
1407 Requires a
1408 .Sy keyformat
1409 to be set at dataset creation time.
1410 .Pp
1411 Selecting
1412 .Sy encryption Ns = Ns Sy on
1413 when creating a dataset indicates that the default encryption suite will be
1414 selected, which is currently
1415 .Sy aes-256-ccm .
1416 In order to provide consistent data protection, encryption must be specified at
1417 dataset creation time and it cannot be changed afterwards.
1418 .Pp
1419 For more details and caveats about encryption see the
1420 .Sy Encryption
1421 section.
1422 .It Sy keyformat Ns = Ns Sy raw Ns | Ns Sy hex Ns | Ns Sy passphrase
1423 Controls what format the user's encryption key will be provided as. This
1424 property is only set when the dataset is encrypted.
1425 .Pp
1426 Raw keys and hex keys must be 32 bytes long (regardless of the chosen
1427 encryption suite) and must be randomly generated. A raw key can be generated
1428 with the following command:
1429 .Bd -literal
1430 # dd if=/dev/urandom of=/path/to/output/key bs=32 count=1
1431 .Ed
1432 .Pp
1433 Passphrases must be between 8 and 512 bytes long and will be processed through
1434 PBKDF2 before being used (see the
1435 .Sy pbkdf2iters
1436 property). Even though the
1437 encryption suite cannot be changed after dataset creation, the keyformat can be
1438 with
1439 .Nm zfs Cm change-key .
1440 .It Xo
1441 .Sy keylocation Ns = Ns Sy prompt Ns | Ns Sy file:// Ns Em </absolute/file/path>
1442 .Xc
1443 Controls where the user's encryption key will be loaded from by default for
1444 commands such as
1445 .Nm zfs Cm load-key
1446 and
1447 .Nm zfs Cm mount Cm -l .
1448 This property is only set for encrypted datasets which are encryption roots. If
1449 unspecified, the default is
1450 .Sy prompt.
1451 .Pp
1452 Even though the encryption suite cannot be changed after dataset creation, the
1453 keylocation can be with either
1454 .Nm zfs Cm set
1455 or
1456 .Nm zfs Cm change-key .
1457 If
1458 .Sy prompt
1459 is selected ZFS will ask for the key at the command prompt when it is required
1460 to access the encrypted data (see
1461 .Nm zfs Cm load-key
1462 for details). This setting will also allow the key to be passed in via STDIN,
1463 but users should be careful not to place keys which should be kept secret on
1464 the command line. If a file URI is selected, the key will be loaded from the
1465 specified absolute file path.
1466 .It Sy pbkdf2iters Ns = Ns Ar iterations
1467 Controls the number of PBKDF2 iterations that a
1468 .Sy passphrase
1469 encryption key should be run through when processing it into an encryption key.
1470 This property is only defined when encryption is enabled and a keyformat of
1471 .Sy passphrase
1472 is selected. The goal of PBKDF2 is to significantly increase the
1473 computational difficulty needed to brute force a user's passphrase. This is
1474 accomplished by forcing the attacker to run each passphrase through a
1475 computationally expensive hashing function many times before they arrive at the
1476 resulting key. A user who actually knows the passphrase will only have to pay
1477 this cost once. As CPUs become better at processing, this number should be
1478 raised to ensure that a brute force attack is still not possible. The current
1479 default is
1480 .Sy 350000
1481 and the minimum is
1482 .Sy 100000 .
1483 This property may be changed with
1484 .Nm zfs Cm change-key .
1485 .It Sy exec Ns = Ns Sy on Ns | Ns Sy off
1486 Controls whether processes can be executed from within this file system.
1487 The default value is
1488 .Sy on .
1489 The values
1490 .Sy on
1491 and
1492 .Sy off
1493 are equivalent to the
1494 .Sy exec
1495 and
1496 .Sy noexec
1497 mount options.
1498 .It Sy filesystem_limit Ns = Ns Em count Ns | Ns Sy none
1499 Limits the number of filesystems and volumes that can exist under this point in
1500 the dataset tree.
1501 The limit is not enforced if the user is allowed to change the limit.
1502 Setting a
1503 .Sy filesystem_limit
1504 to
1505 .Sy on
1506 a descendent of a filesystem that already has a
1507 .Sy filesystem_limit
1508 does not override the ancestor's
1509 .Sy filesystem_limit ,
1510 but rather imposes an additional limit.
1511 This feature must be enabled to be used
1512 .Po see
1513 .Xr zpool-features 5
1514 .Pc .
1515 .It Sy mountpoint Ns = Ns Pa path Ns | Ns Sy none Ns | Ns Sy legacy
1516 Controls the mount point used for this file system.
1517 See the
1518 .Sx Mount Points
1519 section for more information on how this property is used.
1520 .Pp
1521 When the
1522 .Sy mountpoint
1523 property is changed for a file system, the file system and any children that
1524 inherit the mount point are unmounted.
1525 If the new value is
1526 .Sy legacy ,
1527 then they remain unmounted.
1528 Otherwise, they are automatically remounted in the new location if the property
1529 was previously
1530 .Sy legacy
1531 or
1532 .Sy none ,
1533 or if they were mounted before the property was changed.
1534 In addition, any shared file systems are unshared and shared in the new
1535 location.
1536 .It Sy nbmand Ns = Ns Sy on Ns | Ns Sy off
1537 Controls whether the file system should be mounted with
1538 .Sy nbmand
1539 .Pq Non Blocking mandatory locks .
1540 This is used for SMB clients.
1541 Changes to this property only take effect when the file system is umounted and
1542 remounted.
1543 See
1544 .Xr mount 8
1545 for more information on
1546 .Sy nbmand
1547 mounts. This property is not used on Linux.
1548 .It Sy overlay Ns = Ns Sy off Ns | Ns Sy on
1549 Allow mounting on a busy directory or a directory which already contains
1550 files or directories. This is the default mount behavior for Linux file systems.
1551 For consistency with OpenZFS on other platforms overlay mounts are
1552 .Sy off
1553 by default. Set to
1554 .Sy on
1555 to enable overlay mounts.
1556 .It Sy primarycache Ns = Ns Sy all Ns | Ns Sy none Ns | Ns Sy metadata
1557 Controls what is cached in the primary cache
1558 .Pq ARC .
1559 If this property is set to
1560 .Sy all ,
1561 then both user data and metadata is cached.
1562 If this property is set to
1563 .Sy none ,
1564 then neither user data nor metadata is cached.
1565 If this property is set to
1566 .Sy metadata ,
1567 then only metadata is cached.
1568 The default value is
1569 .Sy all .
1570 .It Sy quota Ns = Ns Em size Ns | Ns Sy none
1571 Limits the amount of space a dataset and its descendents can consume.
1572 This property enforces a hard limit on the amount of space used.
1573 This includes all space consumed by descendents, including file systems and
1574 snapshots.
1575 Setting a quota on a descendent of a dataset that already has a quota does not
1576 override the ancestor's quota, but rather imposes an additional limit.
1577 .Pp
1578 Quotas cannot be set on volumes, as the
1579 .Sy volsize
1580 property acts as an implicit quota.
1581 .It Sy snapshot_limit Ns = Ns Em count Ns | Ns Sy none
1582 Limits the number of snapshots that can be created on a dataset and its
1583 descendents.
1584 Setting a
1585 .Sy snapshot_limit
1586 on a descendent of a dataset that already has a
1587 .Sy snapshot_limit
1588 does not override the ancestor's
1589 .Sy snapshot_limit ,
1590 but rather imposes an additional limit.
1591 The limit is not enforced if the user is allowed to change the limit.
1592 For example, this means that recursive snapshots taken from the global zone are
1593 counted against each delegated dataset within a zone.
1594 This feature must be enabled to be used
1595 .Po see
1596 .Xr zpool-features 5
1597 .Pc .
1598 .It Sy userquota@ Ns Em user Ns = Ns Em size Ns | Ns Sy none
1599 Limits the amount of space consumed by the specified user.
1600 User space consumption is identified by the
1601 .Sy userspace@ Ns Em user
1602 property.
1603 .Pp
1604 Enforcement of user quotas may be delayed by several seconds.
1605 This delay means that a user might exceed their quota before the system notices
1606 that they are over quota and begins to refuse additional writes with the
1607 .Er EDQUOT
1608 error message.
1609 See the
1610 .Nm zfs Cm userspace
1611 subcommand for more information.
1612 .Pp
1613 Unprivileged users can only access their own groups' space usage.
1614 The root user, or a user who has been granted the
1615 .Sy userquota
1616 privilege with
1617 .Nm zfs Cm allow ,
1618 can get and set everyone's quota.
1619 .Pp
1620 This property is not available on volumes, on file systems before version 4, or
1621 on pools before version 15.
1622 The
1623 .Sy userquota@ Ns Em ...
1624 properties are not displayed by
1625 .Nm zfs Cm get Sy all .
1626 The user's name must be appended after the
1627 .Sy @
1628 symbol, using one of the following forms:
1629 .Bl -bullet
1630 .It
1631 .Em POSIX name
1632 .Po for example,
1633 .Sy joe
1634 .Pc
1635 .It
1636 .Em POSIX numeric ID
1637 .Po for example,
1638 .Sy 789
1639 .Pc
1640 .It
1641 .Em SID name
1642 .Po for example,
1643 .Sy joe.smith@mydomain
1644 .Pc
1645 .It
1646 .Em SID numeric ID
1647 .Po for example,
1648 .Sy S-1-123-456-789
1649 .Pc
1650 .El
1651 .Pp
1652 Files created on Linux always have POSIX owners.
1653 .It Sy userobjquota@ Ns Em user Ns = Ns Em size Ns | Ns Sy none
1654 The
1655 .Sy userobjquota
1656 is similar to
1657 .Sy userquota
1658 but it limits the number of objects a user can create. Please refer to
1659 .Sy userobjused
1660 for more information about how objects are counted.
1661 .It Sy groupquota@ Ns Em group Ns = Ns Em size Ns | Ns Sy none
1662 Limits the amount of space consumed by the specified group.
1663 Group space consumption is identified by the
1664 .Sy groupused@ Ns Em group
1665 property.
1666 .Pp
1667 Unprivileged users can access only their own groups' space usage.
1668 The root user, or a user who has been granted the
1669 .Sy groupquota
1670 privilege with
1671 .Nm zfs Cm allow ,
1672 can get and set all groups' quotas.
1673 .It Sy groupobjquota@ Ns Em group Ns = Ns Em size Ns | Ns Sy none
1674 The
1675 .Sy groupobjquota
1676 is similar to
1677 .Sy groupquota
1678 but it limits number of objects a group can consume. Please refer to
1679 .Sy userobjused
1680 for more information about how objects are counted.
1681 .It Sy projectquota@ Ns Em project Ns = Ns Em size Ns | Ns Sy none
1682 Limits the amount of space consumed by the specified project. Project
1683 space consumption is identified by the
1684 .Sy projectused@ Ns Em project
1685 property. Please refer to
1686 .Sy projectused
1687 for more information about how project is identified and set/changed.
1688 .Pp
1689 The root user, or a user who has been granted the
1690 .Sy projectquota
1691 privilege with
1692 .Nm zfs allow ,
1693 can access all projects' quota.
1694 .It Sy projectobjquota@ Ns Em project Ns = Ns Em size Ns | Ns Sy none
1695 The
1696 .Sy projectobjquota
1697 is similar to
1698 .Sy projectquota
1699 but it limits number of objects a project can consume. Please refer to
1700 .Sy userobjused
1701 for more information about how objects are counted.
1702 .It Sy readonly Ns = Ns Sy on Ns | Ns Sy off
1703 Controls whether this dataset can be modified.
1704 The default value is
1705 .Sy off .
1706 The values
1707 .Sy on
1708 and
1709 .Sy off
1710 are equivalent to the
1711 .Sy ro
1712 and
1713 .Sy rw
1714 mount options.
1715 .Pp
1716 This property can also be referred to by its shortened column name,
1717 .Sy rdonly .
1718 .It Sy recordsize Ns = Ns Em size
1719 Specifies a suggested block size for files in the file system.
1720 This property is designed solely for use with database workloads that access
1721 files in fixed-size records.
1722 ZFS automatically tunes block sizes according to internal algorithms optimized
1723 for typical access patterns.
1724 .Pp
1725 For databases that create very large files but access them in small random
1726 chunks, these algorithms may be suboptimal.
1727 Specifying a
1728 .Sy recordsize
1729 greater than or equal to the record size of the database can result in
1730 significant performance gains.
1731 Use of this property for general purpose file systems is strongly discouraged,
1732 and may adversely affect performance.
1733 .Pp
1734 The size specified must be a power of two greater than or equal to 512 and less
1735 than or equal to 128 Kbytes.
1736 If the
1737 .Sy large_blocks
1738 feature is enabled on the pool, the size may be up to 1 Mbyte.
1739 See
1740 .Xr zpool-features 5
1741 for details on ZFS feature flags.
1742 .Pp
1743 Changing the file system's
1744 .Sy recordsize
1745 affects only files created afterward; existing files are unaffected.
1746 .Pp
1747 This property can also be referred to by its shortened column name,
1748 .Sy recsize .
1749 .It Sy redundant_metadata Ns = Ns Sy all Ns | Ns Sy most
1750 Controls what types of metadata are stored redundantly.
1751 ZFS stores an extra copy of metadata, so that if a single block is corrupted,
1752 the amount of user data lost is limited.
1753 This extra copy is in addition to any redundancy provided at the pool level
1754 .Pq e.g. by mirroring or RAID-Z ,
1755 and is in addition to an extra copy specified by the
1756 .Sy copies
1757 property
1758 .Pq up to a total of 3 copies .
1759 For example if the pool is mirrored,
1760 .Sy copies Ns = Ns 2 ,
1761 and
1762 .Sy redundant_metadata Ns = Ns Sy most ,
1763 then ZFS stores 6 copies of most metadata, and 4 copies of data and some
1764 metadata.
1765 .Pp
1766 When set to
1767 .Sy all ,
1768 ZFS stores an extra copy of all metadata.
1769 If a single on-disk block is corrupt, at worst a single block of user data
1770 .Po which is
1771 .Sy recordsize
1772 bytes long
1773 .Pc
1774 can be lost.
1775 .Pp
1776 When set to
1777 .Sy most ,
1778 ZFS stores an extra copy of most types of metadata.
1779 This can improve performance of random writes, because less metadata must be
1780 written.
1781 In practice, at worst about 100 blocks
1782 .Po of
1783 .Sy recordsize
1784 bytes each
1785 .Pc
1786 of user data can be lost if a single on-disk block is corrupt.
1787 The exact behavior of which metadata blocks are stored redundantly may change in
1788 future releases.
1789 .Pp
1790 The default value is
1791 .Sy all .
1792 .It Sy refquota Ns = Ns Em size Ns | Ns Sy none
1793 Limits the amount of space a dataset can consume.
1794 This property enforces a hard limit on the amount of space used.
1795 This hard limit does not include space used by descendents, including file
1796 systems and snapshots.
1797 .It Sy refreservation Ns = Ns Em size Ns | Ns Sy none Ns | Ns Sy auto
1798 The minimum amount of space guaranteed to a dataset, not including its
1799 descendents.
1800 When the amount of space used is below this value, the dataset is treated as if
1801 it were taking up the amount of space specified by
1802 .Sy refreservation .
1803 The
1804 .Sy refreservation
1805 reservation is accounted for in the parent datasets' space used, and counts
1806 against the parent datasets' quotas and reservations.
1807 .Pp
1808 If
1809 .Sy refreservation
1810 is set, a snapshot is only allowed if there is enough free pool space outside of
1811 this reservation to accommodate the current number of
1812 .Qq referenced
1813 bytes in the dataset.
1814 .Pp
1815 If
1816 .Sy refreservation
1817 is set to
1818 .Sy auto ,
1819 a volume is thick provisioned
1820 .Po or
1821 .Qq not sparse
1822 .Pc .
1823 .Sy refreservation Ns = Ns Sy auto
1824 is only supported on volumes.
1825 See
1826 .Sy volsize
1827 in the
1828 .Sx Native Properties
1829 section for more information about sparse volumes.
1830 .Pp
1831 This property can also be referred to by its shortened column name,
1832 .Sy refreserv .
1833 .It Sy relatime Ns = Ns Sy on Ns | Ns Sy off
1834 Controls the manner in which the access time is updated when
1835 .Sy atime=on
1836 is set. Turning this property on causes the access time to be updated relative
1837 to the modify or change time. Access time is only updated if the previous
1838 access time was earlier than the current modify or change time or if the
1839 existing access time hasn't been updated within the past 24 hours. The default
1840 value is
1841 .Sy off .
1842 The values
1843 .Sy on
1844 and
1845 .Sy off
1846 are equivalent to the
1847 .Sy relatime
1848 and
1849 .Sy norelatime
1850 mount options.
1851 .It Sy reservation Ns = Ns Em size Ns | Ns Sy none
1852 The minimum amount of space guaranteed to a dataset and its descendants.
1853 When the amount of space used is below this value, the dataset is treated as if
1854 it were taking up the amount of space specified by its reservation.
1855 Reservations are accounted for in the parent datasets' space used, and count
1856 against the parent datasets' quotas and reservations.
1857 .Pp
1858 This property can also be referred to by its shortened column name,
1859 .Sy reserv .
1860 .It Sy secondarycache Ns = Ns Sy all Ns | Ns Sy none Ns | Ns Sy metadata
1861 Controls what is cached in the secondary cache
1862 .Pq L2ARC .
1863 If this property is set to
1864 .Sy all ,
1865 then both user data and metadata is cached.
1866 If this property is set to
1867 .Sy none ,
1868 then neither user data nor metadata is cached.
1869 If this property is set to
1870 .Sy metadata ,
1871 then only metadata is cached.
1872 The default value is
1873 .Sy all .
1874 .It Sy setuid Ns = Ns Sy on Ns | Ns Sy off
1875 Controls whether the setuid bit is respected for the file system.
1876 The default value is
1877 .Sy on .
1878 The values
1879 .Sy on
1880 and
1881 .Sy off
1882 are equivalent to the
1883 .Sy suid
1884 and
1885 .Sy nosuid
1886 mount options.
1887 .It Sy sharesmb Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Em opts
1888 Controls whether the file system is shared by using
1889 .Sy Samba USERSHARES
1890 and what options are to be used. Otherwise, the file system is automatically
1891 shared and unshared with the
1892 .Nm zfs Cm share
1893 and
1894 .Nm zfs Cm unshare
1895 commands. If the property is set to on, the
1896 .Xr net 8
1897 command is invoked to create a
1898 .Sy USERSHARE .
1899 .Pp
1900 Because SMB shares requires a resource name, a unique resource name is
1901 constructed from the dataset name. The constructed name is a copy of the
1902 dataset name except that the characters in the dataset name, which would be
1903 invalid in the resource name, are replaced with underscore (_) characters.
1904 Linux does not currently support additional options which might be available
1905 on Solaris.
1906 .Pp
1907 If the
1908 .Sy sharesmb
1909 property is set to
1910 .Sy off ,
1911 the file systems are unshared.
1912 .Pp
1913 The share is created with the ACL (Access Control List) "Everyone:F" ("F"
1914 stands for "full permissions", ie. read and write permissions) and no guest
1915 access (which means Samba must be able to authenticate a real user, system
1916 passwd/shadow, LDAP or smbpasswd based) by default. This means that any
1917 additional access control (disallow specific user specific access etc) must
1918 be done on the underlying file system.
1919 .It Sy sharenfs Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Em opts
1920 Controls whether the file system is shared via NFS, and what options are to be
1921 used.
1922 A file system with a
1923 .Sy sharenfs
1924 property of
1925 .Sy off
1926 is managed with the
1927 .Xr exportfs 8
1928 command and entries in the
1929 .Em /etc/exports
1930 file.
1931 Otherwise, the file system is automatically shared and unshared with the
1932 .Nm zfs Cm share
1933 and
1934 .Nm zfs Cm unshare
1935 commands.
1936 If the property is set to
1937 .Sy on ,
1938 the dataset is shared using the default options:
1939 .Pp
1940 .Em sec=sys,rw,crossmnt,no_subtree_check,no_root_squash
1941 .Pp
1942 See
1943 .Xr exports 5
1944 for the meaning of the default options. Otherwise, the
1945 .Xr exportfs 8
1946 command is invoked with options equivalent to the contents of this property.
1947 .Pp
1948 When the
1949 .Sy sharenfs
1950 property is changed for a dataset, the dataset and any children inheriting the
1951 property are re-shared with the new options, only if the property was previously
1952 .Sy off ,
1953 or if they were shared before the property was changed.
1954 If the new property is
1955 .Sy off ,
1956 the file systems are unshared.
1957 .It Sy logbias Ns = Ns Sy latency Ns | Ns Sy throughput
1958 Provide a hint to ZFS about handling of synchronous requests in this dataset.
1959 If
1960 .Sy logbias
1961 is set to
1962 .Sy latency
1963 .Pq the default ,
1964 ZFS will use pool log devices
1965 .Pq if configured
1966 to handle the requests at low latency.
1967 If
1968 .Sy logbias
1969 is set to
1970 .Sy throughput ,
1971 ZFS will not use configured pool log devices.
1972 ZFS will instead optimize synchronous operations for global pool throughput and
1973 efficient use of resources.
1974 .It Sy snapdev Ns = Ns Sy hidden Ns | Ns Sy visible
1975 Controls whether the volume snapshot devices under
1976 .Em /dev/zvol/<pool>
1977 are hidden or visible. The default value is
1978 .Sy hidden .
1979 .It Sy snapdir Ns = Ns Sy hidden Ns | Ns Sy visible
1980 Controls whether the
1981 .Pa .zfs
1982 directory is hidden or visible in the root of the file system as discussed in
1983 the
1984 .Sx Snapshots
1985 section.
1986 The default value is
1987 .Sy hidden .
1988 .It Sy sync Ns = Ns Sy standard Ns | Ns Sy always Ns | Ns Sy disabled
1989 Controls the behavior of synchronous requests
1990 .Pq e.g. fsync, O_DSYNC .
1991 .Sy standard
1992 is the
1993 .Tn POSIX
1994 specified behavior of ensuring all synchronous requests are written to stable
1995 storage and all devices are flushed to ensure data is not cached by device
1996 controllers
1997 .Pq this is the default .
1998 .Sy always
1999 causes every file system transaction to be written and flushed before its
2000 system call returns.
2001 This has a large performance penalty.
2002 .Sy disabled
2003 disables synchronous requests.
2004 File system transactions are only committed to stable storage periodically.
2005 This option will give the highest performance.
2006 However, it is very dangerous as ZFS would be ignoring the synchronous
2007 transaction demands of applications such as databases or NFS.
2008 Administrators should only use this option when the risks are understood.
2009 .It Sy version Ns = Ns Em N Ns | Ns Sy current
2010 The on-disk version of this file system, which is independent of the pool
2011 version.
2012 This property can only be set to later supported versions.
2013 See the
2014 .Nm zfs Cm upgrade
2015 command.
2016 .It Sy volsize Ns = Ns Em size
2017 For volumes, specifies the logical size of the volume.
2018 By default, creating a volume establishes a reservation of equal size.
2019 For storage pools with a version number of 9 or higher, a
2020 .Sy refreservation
2021 is set instead.
2022 Any changes to
2023 .Sy volsize
2024 are reflected in an equivalent change to the reservation
2025 .Po or
2026 .Sy refreservation
2027 .Pc .
2028 The
2029 .Sy volsize
2030 can only be set to a multiple of
2031 .Sy volblocksize ,
2032 and cannot be zero.
2033 .Pp
2034 The reservation is kept equal to the volume's logical size to prevent unexpected
2035 behavior for consumers.
2036 Without the reservation, the volume could run out of space, resulting in
2037 undefined behavior or data corruption, depending on how the volume is used.
2038 These effects can also occur when the volume size is changed while it is in use
2039 .Pq particularly when shrinking the size .
2040 Extreme care should be used when adjusting the volume size.
2041 .Pp
2042 Though not recommended, a
2043 .Qq sparse volume
2044 .Po also known as
2045 .Qq thin provisioned
2046 .Pc
2047 can be created by specifying the
2048 .Fl s
2049 option to the
2050 .Nm zfs Cm create Fl V
2051 command, or by changing the value of the
2052 .Sy refreservation
2053 property
2054 .Po or
2055 .Sy reservation
2056 property on pool version 8 or earlier
2057 .Pc
2058 after the volume has been created.
2059 A
2060 .Qq sparse volume
2061 is a volume where the value of
2062 .Sy refreservation
2063 is less than the size of the volume plus the space required to store its
2064 metadata.
2065 Consequently, writes to a sparse volume can fail with
2066 .Er ENOSPC
2067 when the pool is low on space.
2068 For a sparse volume, changes to
2069 .Sy volsize
2070 are not reflected in the
2071 .Sy refreservation.
2072 A volume that is not sparse is said to be
2073 .Qq thick provisioned .
2074 A sparse volume can become thick provisioned by setting
2075 .Sy refreservation
2076 to
2077 .Sy auto .
2078 .It Sy volmode Ns = Ns Cm default | full | geom | dev | none
2079 This property specifies how volumes should be exposed to the OS.
2080 Setting it to
2081 .Sy full
2082 exposes volumes as fully fledged block devices, providing maximal
2083 functionality. The value
2084 .Sy geom
2085 is just an alias for
2086 .Sy full
2087 and is kept for compatibility.
2088 Setting it to
2089 .Sy dev
2090 hides its partitions.
2091 Volumes with property set to
2092 .Sy none
2093 are not exposed outside ZFS, but can be snapshoted, cloned, replicated, etc,
2094 that can be suitable for backup purposes.
2095 Value
2096 .Sy default
2097 means that volumes exposition is controlled by system-wide tunable
2098 .Va zvol_volmode ,
2099 where
2100 .Sy full ,
2101 .Sy dev
2102 and
2103 .Sy none
2104 are encoded as 1, 2 and 3 respectively.
2105 The default values is
2106 .Sy full .
2107 .It Sy vscan Ns = Ns Sy on Ns | Ns Sy off
2108 Controls whether regular files should be scanned for viruses when a file is
2109 opened and closed.
2110 In addition to enabling this property, the virus scan service must also be
2111 enabled for virus scanning to occur.
2112 The default value is
2113 .Sy off .
2114 This property is not used on Linux.
2115 .It Sy xattr Ns = Ns Sy on Ns | Ns Sy off Ns | Ns Sy sa
2116 Controls whether extended attributes are enabled for this file system. Two
2117 styles of extended attributes are supported either directory based or system
2118 attribute based.
2119 .Pp
2120 The default value of
2121 .Sy on
2122 enables directory based extended attributes. This style of extended attribute
2123 imposes no practical limit on either the size or number of attributes which
2124 can be set on a file. Although under Linux the
2125 .Xr getxattr 2
2126 and
2127 .Xr setxattr 2
2128 system calls limit the maximum size to 64K. This is the most compatible
2129 style of extended attribute and is supported by all OpenZFS implementations.
2130 .Pp
2131 System attribute based xattrs can be enabled by setting the value to
2132 .Sy sa .
2133 The key advantage of this type of xattr is improved performance. Storing
2134 extended attributes as system attributes significantly decreases the amount of
2135 disk IO required. Up to 64K of data may be stored per-file in the space
2136 reserved for system attributes. If there is not enough space available for
2137 an extended attribute then it will be automatically written as a directory
2138 based xattr. System attribute based extended attributes are not accessible
2139 on platforms which do not support the
2140 .Sy xattr=sa
2141 feature.
2142 .Pp
2143 The use of system attribute based xattrs is strongly encouraged for users of
2144 SELinux or posix ACLs. Both of these features heavily rely of extended
2145 attributes and benefit significantly from the reduced access time.
2146 .Pp
2147 The values
2148 .Sy on
2149 and
2150 .Sy off
2151 are equivalent to the
2152 .Sy xattr
2153 and
2154 .Sy noxattr
2155 mount options.
2156 .It Sy zoned Ns = Ns Sy on Ns | Ns Sy off
2157 Controls whether the dataset is managed from a non-global zone. Zones are a
2158 Solaris feature and are not relevant on Linux. The default value is
2159 .Sy off .
2160 .El
2161 .Pp
2162 The following three properties cannot be changed after the file system is
2163 created, and therefore, should be set when the file system is created.
2164 If the properties are not set with the
2165 .Nm zfs Cm create
2166 or
2167 .Nm zpool Cm create
2168 commands, these properties are inherited from the parent dataset.
2169 If the parent dataset lacks these properties due to having been created prior to
2170 these features being supported, the new file system will have the default values
2171 for these properties.
2172 .Bl -tag -width ""
2173 .It Xo
2174 .Sy casesensitivity Ns = Ns Sy sensitive Ns | Ns
2175 .Sy insensitive Ns | Ns Sy mixed
2176 .Xc
2177 Indicates whether the file name matching algorithm used by the file system
2178 should be case-sensitive, case-insensitive, or allow a combination of both
2179 styles of matching.
2180 The default value for the
2181 .Sy casesensitivity
2182 property is
2183 .Sy sensitive .
2184 Traditionally,
2185 .Ux
2186 and
2187 .Tn POSIX
2188 file systems have case-sensitive file names.
2189 .Pp
2190 The
2191 .Sy mixed
2192 value for the
2193 .Sy casesensitivity
2194 property indicates that the file system can support requests for both
2195 case-sensitive and case-insensitive matching behavior.
2196 Currently, case-insensitive matching behavior on a file system that supports
2197 mixed behavior is limited to the SMB server product.
2198 For more information about the
2199 .Sy mixed
2200 value behavior, see the "ZFS Administration Guide".
2201 .It Xo
2202 .Sy normalization Ns = Ns Sy none Ns | Ns Sy formC Ns | Ns
2203 .Sy formD Ns | Ns Sy formKC Ns | Ns Sy formKD
2204 .Xc
2205 Indicates whether the file system should perform a
2206 .Sy unicode
2207 normalization of file names whenever two file names are compared, and which
2208 normalization algorithm should be used.
2209 File names are always stored unmodified, names are normalized as part of any
2210 comparison process.
2211 If this property is set to a legal value other than
2212 .Sy none ,
2213 and the
2214 .Sy utf8only
2215 property was left unspecified, the
2216 .Sy utf8only
2217 property is automatically set to
2218 .Sy on .
2219 The default value of the
2220 .Sy normalization
2221 property is
2222 .Sy none .
2223 This property cannot be changed after the file system is created.
2224 .It Sy utf8only Ns = Ns Sy on Ns | Ns Sy off
2225 Indicates whether the file system should reject file names that include
2226 characters that are not present in the
2227 .Sy UTF-8
2228 character code set.
2229 If this property is explicitly set to
2230 .Sy off ,
2231 the normalization property must either not be explicitly set or be set to
2232 .Sy none .
2233 The default value for the
2234 .Sy utf8only
2235 property is
2236 .Sy off .
2237 This property cannot be changed after the file system is created.
2238 .El
2239 .Pp
2240 The
2241 .Sy casesensitivity ,
2242 .Sy normalization ,
2243 and
2244 .Sy utf8only
2245 properties are also new permissions that can be assigned to non-privileged users
2246 by using the ZFS delegated administration feature.
2247 .Ss "Temporary Mount Point Properties"
2248 When a file system is mounted, either through
2249 .Xr mount 8
2250 for legacy mounts or the
2251 .Nm zfs Cm mount
2252 command for normal file systems, its mount options are set according to its
2253 properties.
2254 The correlation between properties and mount options is as follows:
2255 .Bd -literal
2256     PROPERTY                MOUNT OPTION
2257     atime                   atime/noatime
2258     canmount                auto/noauto
2259     devices                 dev/nodev
2260     exec                    exec/noexec
2261     readonly                ro/rw
2262     relatime                relatime/norelatime
2263     setuid                  suid/nosuid
2264     xattr                   xattr/noxattr
2265 .Ed
2266 .Pp
2267 In addition, these options can be set on a per-mount basis using the
2268 .Fl o
2269 option, without affecting the property that is stored on disk.
2270 The values specified on the command line override the values stored in the
2271 dataset.
2272 The
2273 .Sy nosuid
2274 option is an alias for
2275 .Sy nodevices Ns \&, Ns Sy nosetuid .
2276 These properties are reported as
2277 .Qq temporary
2278 by the
2279 .Nm zfs Cm get
2280 command.
2281 If the properties are changed while the dataset is mounted, the new setting
2282 overrides any temporary settings.
2283 .Ss "User Properties"
2284 In addition to the standard native properties, ZFS supports arbitrary user
2285 properties.
2286 User properties have no effect on ZFS behavior, but applications or
2287 administrators can use them to annotate datasets
2288 .Pq file systems, volumes, and snapshots .
2289 .Pp
2290 User property names must contain a colon
2291 .Pq Qq Sy \&:
2292 character to distinguish them from native properties.
2293 They may contain lowercase letters, numbers, and the following punctuation
2294 characters: colon
2295 .Pq Qq Sy \&: ,
2296 dash
2297 .Pq Qq Sy - ,
2298 period
2299 .Pq Qq Sy \&. ,
2300 and underscore
2301 .Pq Qq Sy _ .
2302 The expected convention is that the property name is divided into two portions
2303 such as
2304 .Em module Ns \&: Ns Em property ,
2305 but this namespace is not enforced by ZFS.
2306 User property names can be at most 256 characters, and cannot begin with a dash
2307 .Pq Qq Sy - .
2308 .Pp
2309 When making programmatic use of user properties, it is strongly suggested to use
2310 a reversed
2311 .Sy DNS
2312 domain name for the
2313 .Em module
2314 component of property names to reduce the chance that two
2315 independently-developed packages use the same property name for different
2316 purposes.
2317 .Pp
2318 The values of user properties are arbitrary strings, are always inherited, and
2319 are never validated.
2320 All of the commands that operate on properties
2321 .Po Nm zfs Cm list ,
2322 .Nm zfs Cm get ,
2323 .Nm zfs Cm set ,
2324 and so forth
2325 .Pc
2326 can be used to manipulate both native properties and user properties.
2327 Use the
2328 .Nm zfs Cm inherit
2329 command to clear a user property.
2330 If the property is not defined in any parent dataset, it is removed entirely.
2331 Property values are limited to 8192 bytes.
2332 .Ss ZFS Volumes as Swap
2333 ZFS volumes may be used as swap devices. After creating the volume with the
2334 .Nm zfs Cm create Fl V
2335 command set up and enable the swap area using the
2336 .Xr mkswap 8
2337 and
2338 .Xr swapon 8
2339 commands. Do not swap to a file on a ZFS file system. A ZFS swap file
2340 configuration is not supported.
2341 .Ss Encryption
2342 Enabling the
2343 .Sy encryption
2344 feature allows for the creation of encrypted filesystems and volumes.
2345 .Nm
2346 will encrypt all user data including file and zvol data, file attributes,
2347 ACLs, permission bits, directory listings, FUID mappings, and userused /
2348 groupused data.
2349 .Nm
2350 will not encrypt metadata related to the pool structure, including dataset
2351 names, dataset hierarchy, file size, file holes, and dedup tables. Key rotation
2352 is managed internally by the  kernel module and changing the user's key does not
2353 require re-encrypting the entire dataset. Datasets can be scrubbed, resilvered,
2354 renamed, and deleted without the encryption keys being loaded (see the
2355 .Nm zfs Cm load-key
2356 subcommand for more info on key loading).
2357 .Pp
2358 Creating an encrypted dataset requires specifying the
2359 .Sy encryption
2360 and
2361 .Sy keyformat
2362 properties at creation time, along with an optional
2363 .Sy keylocation
2364 and
2365 .Sy pbkdf2iters .
2366 After entering an encryption key, the
2367 created dataset will become an encryption root. Any descendant datasets will
2368 inherit their encryption key from the encryption root by default, meaning that
2369 loading, unloading, or changing the key for the encryption root will implicitly
2370 do the same for all inheriting datasets. If this inheritance is not desired,
2371 simply supply a
2372 .Sy keyformat
2373 when creating the child dataset or use
2374 .Nm zfs Cm change-key
2375 to break an existing relationship, creating a new encryption root on the child.
2376 Note that the child's
2377 .Sy keyformat
2378 may match that of the parent while still creating a new encryption root, and
2379 that changing the
2380 .Sy encryption
2381 property alone does not create a new encryption root; this would simply use a
2382 different cipher suite with the same key as its encryption root. The one
2383 exception is that clones will always use their origin's encryption key.
2384 As a result of this exception, some encryption-related properties (namely
2385 .Sy keystatus ,
2386 .Sy keyformat ,
2387 .Sy keylocation ,
2388 and
2389 .Sy pbkdf2iters )
2390 do not inherit like other ZFS properties and instead use the value determined
2391 by their encryption root. Encryption root inheritance can be tracked via the
2392 read-only
2393 .Sy encryptionroot
2394 property.
2395 .Pp
2396 Encryption changes the behavior of a few
2397 .Nm
2398 operations. Encryption is applied after compression so compression ratios are
2399 preserved. Normally checksums in ZFS are 256 bits long, but for encrypted data
2400 the checksum is 128 bits of the user-chosen checksum and 128 bits of MAC from
2401 the encryption suite, which provides additional protection against maliciously
2402 altered data. Deduplication is still possible with encryption enabled but for
2403 security, datasets will only dedup against themselves, their snapshots, and
2404 their clones.
2405 .Pp
2406 There are a few limitations on encrypted datasets. Encrypted data cannot be
2407 embedded via the
2408 .Sy embedded_data
2409 feature. Encrypted datasets may not have
2410 .Sy copies Ns = Ns Em 3
2411 since the implementation stores some encryption metadata where the third copy
2412 would normally be. Since compression is applied before encryption datasets may
2413 be vulnerable to a CRIME-like attack if applications accessing the data allow
2414 for it. Deduplication with encryption will leak information about which blocks
2415 are equivalent in a dataset and will incur an extra CPU cost per block written.
2416 .Sh SUBCOMMANDS
2417 All subcommands that modify state are logged persistently to the pool in their
2418 original form.
2419 .Bl -tag -width ""
2420 .It Nm Fl ?
2421 Displays a help message.
2422 .It Xo
2423 .Nm
2424 .Cm create
2425 .Op Fl p
2426 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
2427 .Ar filesystem
2428 .Xc
2429 Creates a new ZFS file system.
2430 The file system is automatically mounted according to the
2431 .Sy mountpoint
2432 property inherited from the parent.
2433 .Bl -tag -width "-o"
2434 .It Fl o Ar property Ns = Ns Ar value
2435 Sets the specified property as if the command
2436 .Nm zfs Cm set Ar property Ns = Ns Ar value
2437 was invoked at the same time the dataset was created.
2438 Any editable ZFS property can also be set at creation time.
2439 Multiple
2440 .Fl o
2441 options can be specified.
2442 An error results if the same property is specified in multiple
2443 .Fl o
2444 options.
2445 .It Fl p
2446 Creates all the non-existing parent datasets.
2447 Datasets created in this manner are automatically mounted according to the
2448 .Sy mountpoint
2449 property inherited from their parent.
2450 Any property specified on the command line using the
2451 .Fl o
2452 option is ignored.
2453 If the target filesystem already exists, the operation completes successfully.
2454 .El
2455 .It Xo
2456 .Nm
2457 .Cm create
2458 .Op Fl ps
2459 .Op Fl b Ar blocksize
2460 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
2461 .Fl V Ar size Ar volume
2462 .Xc
2463 Creates a volume of the given size.
2464 The volume is exported as a block device in
2465 .Pa /dev/zvol/path ,
2466 where
2467 .Em path
2468 is the name of the volume in the ZFS namespace.
2469 The size represents the logical size as exported by the device.
2470 By default, a reservation of equal size is created.
2471 .Pp
2472 .Ar size
2473 is automatically rounded up to the nearest 128 Kbytes to ensure that the volume
2474 has an integral number of blocks regardless of
2475 .Sy blocksize .
2476 .Bl -tag -width "-b"
2477 .It Fl b Ar blocksize
2478 Equivalent to
2479 .Fl o Sy volblocksize Ns = Ns Ar blocksize .
2480 If this option is specified in conjunction with
2481 .Fl o Sy volblocksize ,
2482 the resulting behavior is undefined.
2483 .It Fl o Ar property Ns = Ns Ar value
2484 Sets the specified property as if the
2485 .Nm zfs Cm set Ar property Ns = Ns Ar value
2486 command was invoked at the same time the dataset was created.
2487 Any editable ZFS property can also be set at creation time.
2488 Multiple
2489 .Fl o
2490 options can be specified.
2491 An error results if the same property is specified in multiple
2492 .Fl o
2493 options.
2494 .It Fl p
2495 Creates all the non-existing parent datasets.
2496 Datasets created in this manner are automatically mounted according to the
2497 .Sy mountpoint
2498 property inherited from their parent.
2499 Any property specified on the command line using the
2500 .Fl o
2501 option is ignored.
2502 If the target filesystem already exists, the operation completes successfully.
2503 .It Fl s
2504 Creates a sparse volume with no reservation.
2505 See
2506 .Sy volsize
2507 in the
2508 .Sx Native Properties
2509 section for more information about sparse volumes.
2510 .El
2511 .It Xo
2512 .Nm
2513 .Cm destroy
2514 .Op Fl Rfnprv
2515 .Ar filesystem Ns | Ns Ar volume
2516 .Xc
2517 Destroys the given dataset.
2518 By default, the command unshares any file systems that are currently shared,
2519 unmounts any file systems that are currently mounted, and refuses to destroy a
2520 dataset that has active dependents
2521 .Pq children or clones .
2522 .Bl -tag -width "-R"
2523 .It Fl R
2524 Recursively destroy all dependents, including cloned file systems outside the
2525 target hierarchy.
2526 .It Fl f
2527 Force an unmount of any file systems using the
2528 .Nm unmount Fl f
2529 command.
2530 This option has no effect on non-file systems or unmounted file systems.
2531 .It Fl n
2532 Do a dry-run
2533 .Pq Qq No-op
2534 deletion.
2535 No data will be deleted.
2536 This is useful in conjunction with the
2537 .Fl v
2538 or
2539 .Fl p
2540 flags to determine what data would be deleted.
2541 .It Fl p
2542 Print machine-parsable verbose information about the deleted data.
2543 .It Fl r
2544 Recursively destroy all children.
2545 .It Fl v
2546 Print verbose information about the deleted data.
2547 .El
2548 .Pp
2549 Extreme care should be taken when applying either the
2550 .Fl r
2551 or the
2552 .Fl R
2553 options, as they can destroy large portions of a pool and cause unexpected
2554 behavior for mounted file systems in use.
2555 .It Xo
2556 .Nm
2557 .Cm destroy
2558 .Op Fl Rdnprv
2559 .Ar filesystem Ns | Ns Ar volume Ns @ Ns Ar snap Ns
2560 .Oo % Ns Ar snap Ns Oo , Ns Ar snap Ns Oo % Ns Ar snap Oc Oc Oc Ns ...
2561 .Xc
2562 The given snapshots are destroyed immediately if and only if the
2563 .Nm zfs Cm destroy
2564 command without the
2565 .Fl d
2566 option would have destroyed it.
2567 Such immediate destruction would occur, for example, if the snapshot had no
2568 clones and the user-initiated reference count were zero.
2569 .Pp
2570 If a snapshot does not qualify for immediate destruction, it is marked for
2571 deferred deletion.
2572 In this state, it exists as a usable, visible snapshot until both of the
2573 preconditions listed above are met, at which point it is destroyed.
2574 .Pp
2575 An inclusive range of snapshots may be specified by separating the first and
2576 last snapshots with a percent sign.
2577 The first and/or last snapshots may be left blank, in which case the
2578 filesystem's oldest or newest snapshot will be implied.
2579 .Pp
2580 Multiple snapshots
2581 .Pq or ranges of snapshots
2582 of the same filesystem or volume may be specified in a comma-separated list of
2583 snapshots.
2584 Only the snapshot's short name
2585 .Po the part after the
2586 .Sy @
2587 .Pc
2588 should be specified when using a range or comma-separated list to identify
2589 multiple snapshots.
2590 .Bl -tag -width "-R"
2591 .It Fl R
2592 Recursively destroy all clones of these snapshots, including the clones,
2593 snapshots, and children.
2594 If this flag is specified, the
2595 .Fl d
2596 flag will have no effect.
2597 .It Fl d
2598 Destroy immediately. If a snapshot cannot be destroyed now, mark it for
2599 deferred destruction.
2600 .It Fl n
2601 Do a dry-run
2602 .Pq Qq No-op
2603 deletion.
2604 No data will be deleted.
2605 This is useful in conjunction with the
2606 .Fl p
2607 or
2608 .Fl v
2609 flags to determine what data would be deleted.
2610 .It Fl p
2611 Print machine-parsable verbose information about the deleted data.
2612 .It Fl r
2613 Destroy
2614 .Pq or mark for deferred deletion
2615 all snapshots with this name in descendent file systems.
2616 .It Fl v
2617 Print verbose information about the deleted data.
2618 .Pp
2619 Extreme care should be taken when applying either the
2620 .Fl r
2621 or the
2622 .Fl R
2623 options, as they can destroy large portions of a pool and cause unexpected
2624 behavior for mounted file systems in use.
2625 .El
2626 .It Xo
2627 .Nm
2628 .Cm destroy
2629 .Ar filesystem Ns | Ns Ar volume Ns # Ns Ar bookmark
2630 .Xc
2631 The given bookmark is destroyed.
2632 .It Xo
2633 .Nm
2634 .Cm snapshot
2635 .Op Fl r
2636 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
2637 .Ar filesystem Ns @ Ns Ar snapname Ns | Ns Ar volume Ns @ Ns Ar snapname Ns ...
2638 .Xc
2639 Creates snapshots with the given names.
2640 All previous modifications by successful system calls to the file system are
2641 part of the snapshots.
2642 Snapshots are taken atomically, so that all snapshots correspond to the same
2643 moment in time.
2644 .Nm zfs Cm snap
2645 can be used as an alias for
2646 .Nm zfs Cm snapshot.
2647 See the
2648 .Sx Snapshots
2649 section for details.
2650 .Bl -tag -width "-o"
2651 .It Fl o Ar property Ns = Ns Ar value
2652 Sets the specified property; see
2653 .Nm zfs Cm create
2654 for details.
2655 .It Fl r
2656 Recursively create snapshots of all descendent datasets
2657 .El
2658 .It Xo
2659 .Nm
2660 .Cm rollback
2661 .Op Fl Rfr
2662 .Ar snapshot
2663 .Xc
2664 Roll back the given dataset to a previous snapshot.
2665 When a dataset is rolled back, all data that has changed since the snapshot is
2666 discarded, and the dataset reverts to the state at the time of the snapshot.
2667 By default, the command refuses to roll back to a snapshot other than the most
2668 recent one.
2669 In order to do so, all intermediate snapshots and bookmarks must be destroyed by
2670 specifying the
2671 .Fl r
2672 option.
2673 .Pp
2674 The
2675 .Fl rR
2676 options do not recursively destroy the child snapshots of a recursive snapshot.
2677 Only direct snapshots of the specified filesystem are destroyed by either of
2678 these options.
2679 To completely roll back a recursive snapshot, you must rollback the individual
2680 child snapshots.
2681 .Bl -tag -width "-R"
2682 .It Fl R
2683 Destroy any more recent snapshots and bookmarks, as well as any clones of those
2684 snapshots.
2685 .It Fl f
2686 Used with the
2687 .Fl R
2688 option to force an unmount of any clone file systems that are to be destroyed.
2689 .It Fl r
2690 Destroy any snapshots and bookmarks more recent than the one specified.
2691 .El
2692 .It Xo
2693 .Nm
2694 .Cm clone
2695 .Op Fl p
2696 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ...
2697 .Ar snapshot Ar filesystem Ns | Ns Ar volume
2698 .Xc
2699 Creates a clone of the given snapshot.
2700 See the
2701 .Sx Clones
2702 section for details.
2703 The target dataset can be located anywhere in the ZFS hierarchy, and is created
2704 as the same type as the original.
2705 .Bl -tag -width "-o"
2706 .It Fl o Ar property Ns = Ns Ar value
2707 Sets the specified property; see
2708 .Nm zfs Cm create
2709 for details.
2710 .It Fl p
2711 Creates all the non-existing parent datasets.
2712 Datasets created in this manner are automatically mounted according to the
2713 .Sy mountpoint
2714 property inherited from their parent.
2715 If the target filesystem or volume already exists, the operation completes
2716 successfully.
2717 .El
2718 .It Xo
2719 .Nm
2720 .Cm promote
2721 .Ar clone-filesystem
2722 .Xc
2723 Promotes a clone file system to no longer be dependent on its
2724 .Qq origin
2725 snapshot.
2726 This makes it possible to destroy the file system that the clone was created
2727 from.
2728 The clone parent-child dependency relationship is reversed, so that the origin
2729 file system becomes a clone of the specified file system.
2730 .Pp
2731 The snapshot that was cloned, and any snapshots previous to this snapshot, are
2732 now owned by the promoted clone.
2733 The space they use moves from the origin file system to the promoted clone, so
2734 enough space must be available to accommodate these snapshots.
2735 No new space is consumed by this operation, but the space accounting is
2736 adjusted.
2737 The promoted clone must not have any conflicting snapshot names of its own.
2738 The
2739 .Cm rename
2740 subcommand can be used to rename any conflicting snapshots.
2741 .It Xo
2742 .Nm
2743 .Cm rename
2744 .Op Fl f
2745 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
2746 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
2747 .Xc
2748 .It Xo
2749 .Nm
2750 .Cm rename
2751 .Op Fl fp
2752 .Ar filesystem Ns | Ns Ar volume
2753 .Ar filesystem Ns | Ns Ar volume
2754 .Xc
2755 Renames the given dataset.
2756 The new target can be located anywhere in the ZFS hierarchy, with the exception
2757 of snapshots.
2758 Snapshots can only be renamed within the parent file system or volume.
2759 When renaming a snapshot, the parent file system of the snapshot does not need
2760 to be specified as part of the second argument.
2761 Renamed file systems can inherit new mount points, in which case they are
2762 unmounted and remounted at the new mount point.
2763 .Bl -tag -width "-a"
2764 .It Fl f
2765 Force unmount any filesystems that need to be unmounted in the process.
2766 .It Fl p
2767 Creates all the nonexistent parent datasets.
2768 Datasets created in this manner are automatically mounted according to the
2769 .Sy mountpoint
2770 property inherited from their parent.
2771 .El
2772 .It Xo
2773 .Nm
2774 .Cm rename
2775 .Fl r
2776 .Ar snapshot Ar snapshot
2777 .Xc
2778 Recursively rename the snapshots of all descendent datasets.
2779 Snapshots are the only dataset that can be renamed recursively.
2780 .It Xo
2781 .Nm
2782 .Cm list
2783 .Op Fl r Ns | Ns Fl d Ar depth
2784 .Op Fl Hp
2785 .Oo Fl o Ar property Ns Oo , Ns Ar property Oc Ns ... Oc
2786 .Oo Fl s Ar property Oc Ns ...
2787 .Oo Fl S Ar property Oc Ns ...
2788 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc
2789 .Oo Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Oc Ns ...
2790 .Xc
2791 Lists the property information for the given datasets in tabular form.
2792 If specified, you can list property information by the absolute pathname or the
2793 relative pathname.
2794 By default, all file systems and volumes are displayed.
2795 Snapshots are displayed if the
2796 .Sy listsnaps
2797 property is
2798 .Sy on
2799 .Po the default is
2800 .Sy off
2801 .Pc .
2802 The following fields are displayed:
2803 .Sy name Ns \&, Sy used Ns \&, Sy available Ns \&, Sy referenced Ns \&, Sy mountpoint Ns .
2804 .Bl -tag -width "-H"
2805 .It Fl H
2806 Used for scripting mode.
2807 Do not print headers and separate fields by a single tab instead of arbitrary
2808 white space.
2809 .It Fl S Ar property
2810 Same as the
2811 .Fl s
2812 option, but sorts by property in descending order.
2813 .It Fl d Ar depth
2814 Recursively display any children of the dataset, limiting the recursion to
2815 .Ar depth .
2816 A
2817 .Ar depth
2818 of
2819 .Sy 1
2820 will display only the dataset and its direct children.
2821 .It Fl o Ar property
2822 A comma-separated list of properties to display.
2823 The property must be:
2824 .Bl -bullet
2825 .It
2826 One of the properties described in the
2827 .Sx Native Properties
2828 section
2829 .It
2830 A user property
2831 .It
2832 The value
2833 .Sy name
2834 to display the dataset name
2835 .It
2836 The value
2837 .Sy space
2838 to display space usage properties on file systems and volumes.
2839 This is a shortcut for specifying
2840 .Fl o Sy name Ns \&, Ns Sy avail Ns \&, Ns Sy used Ns \&, Ns Sy usedsnap Ns \&, Ns
2841 .Sy usedds Ns \&, Ns Sy usedrefreserv Ns \&, Ns Sy usedchild Fl t
2842 .Sy filesystem Ns \&, Ns Sy volume
2843 syntax.
2844 .El
2845 .It Fl p
2846 Display numbers in parsable
2847 .Pq exact
2848 values.
2849 .It Fl r
2850 Recursively display any children of the dataset on the command line.
2851 .It Fl s Ar property
2852 A property for sorting the output by column in ascending order based on the
2853 value of the property.
2854 The property must be one of the properties described in the
2855 .Sx Properties
2856 section, or the special value
2857 .Sy name
2858 to sort by the dataset name.
2859 Multiple properties can be specified at one time using multiple
2860 .Fl s
2861 property options.
2862 Multiple
2863 .Fl s
2864 options are evaluated from left to right in decreasing order of importance.
2865 The following is a list of sorting criteria:
2866 .Bl -bullet
2867 .It
2868 Numeric types sort in numeric order.
2869 .It
2870 String types sort in alphabetical order.
2871 .It
2872 Types inappropriate for a row sort that row to the literal bottom, regardless of
2873 the specified ordering.
2874 .El
2875 .Pp
2876 If no sorting options are specified the existing behavior of
2877 .Nm zfs Cm list
2878 is preserved.
2879 .It Fl t Ar type
2880 A comma-separated list of types to display, where
2881 .Ar type
2882 is one of
2883 .Sy filesystem ,
2884 .Sy snapshot ,
2885 .Sy volume ,
2886 .Sy bookmark ,
2887 or
2888 .Sy all .
2889 For example, specifying
2890 .Fl t Sy snapshot
2891 displays only snapshots.
2892 .El
2893 .It Xo
2894 .Nm
2895 .Cm set
2896 .Ar property Ns = Ns Ar value Oo Ar property Ns = Ns Ar value Oc Ns ...
2897 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Ns ...
2898 .Xc
2899 Sets the property or list of properties to the given value(s) for each dataset.
2900 Only some properties can be edited.
2901 See the
2902 .Sx Properties
2903 section for more information on what properties can be set and acceptable
2904 values.
2905 Numeric values can be specified as exact values, or in a human-readable form
2906 with a suffix of
2907 .Sy B , K , M , G , T , P , E , Z
2908 .Po for bytes, kilobytes, megabytes, gigabytes, terabytes, petabytes, exabytes,
2909 or zettabytes, respectively
2910 .Pc .
2911 User properties can be set on snapshots.
2912 For more information, see the
2913 .Sx User Properties
2914 section.
2915 .It Xo
2916 .Nm
2917 .Cm get
2918 .Op Fl r Ns | Ns Fl d Ar depth
2919 .Op Fl Hp
2920 .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc
2921 .Oo Fl s Ar source Ns Oo , Ns Ar source Oc Ns ... Oc
2922 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc
2923 .Cm all | Ar property Ns Oo , Ns Ar property Oc Ns ...
2924 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Ns | Ns Ar bookmark Ns ...
2925 .Xc
2926 Displays properties for the given datasets.
2927 If no datasets are specified, then the command displays properties for all
2928 datasets on the system.
2929 For each property, the following columns are displayed:
2930 .Bd -literal
2931     name      Dataset name
2932     property  Property name
2933     value     Property value
2934     source    Property source.  Can either be local, default,
2935               temporary, inherited, or none (-).
2936 .Ed
2937 .Pp
2938 All columns are displayed by default, though this can be controlled by using the
2939 .Fl o
2940 option.
2941 This command takes a comma-separated list of properties as described in the
2942 .Sx Native Properties
2943 and
2944 .Sx User Properties
2945 sections.
2946 .Pp
2947 The special value
2948 .Sy all
2949 can be used to display all properties that apply to the given dataset's type
2950 .Pq filesystem, volume, snapshot, or bookmark .
2951 .Bl -tag -width "-H"
2952 .It Fl H
2953 Display output in a form more easily parsed by scripts.
2954 Any headers are omitted, and fields are explicitly separated by a single tab
2955 instead of an arbitrary amount of space.
2956 .It Fl d Ar depth
2957 Recursively display any children of the dataset, limiting the recursion to
2958 .Ar depth .
2959 A depth of
2960 .Sy 1
2961 will display only the dataset and its direct children.
2962 .It Fl o Ar field
2963 A comma-separated list of columns to display.
2964 .Sy name Ns \&, Ns Sy property Ns \&, Ns Sy value Ns \&, Ns Sy source
2965 is the default value.
2966 .It Fl p
2967 Display numbers in parsable
2968 .Pq exact
2969 values.
2970 .It Fl r
2971 Recursively display properties for any children.
2972 .It Fl s Ar source
2973 A comma-separated list of sources to display.
2974 Those properties coming from a source other than those in this list are ignored.
2975 Each source must be one of the following:
2976 .Sy local ,
2977 .Sy default ,
2978 .Sy inherited ,
2979 .Sy temporary ,
2980 and
2981 .Sy none .
2982 The default value is all sources.
2983 .It Fl t Ar type
2984 A comma-separated list of types to display, where
2985 .Ar type
2986 is one of
2987 .Sy filesystem ,
2988 .Sy snapshot ,
2989 .Sy volume ,
2990 .Sy bookmark ,
2991 or
2992 .Sy all .
2993 .El
2994 .It Xo
2995 .Nm
2996 .Cm inherit
2997 .Op Fl rS
2998 .Ar property Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Ns ...
2999 .Xc
3000 Clears the specified property, causing it to be inherited from an ancestor,
3001 restored to default if no ancestor has the property set, or with the
3002 .Fl S
3003 option reverted to the received value if one exists.
3004 See the
3005 .Sx Properties
3006 section for a listing of default values, and details on which properties can be
3007 inherited.
3008 .Bl -tag -width "-r"
3009 .It Fl r
3010 Recursively inherit the given property for all children.
3011 .It Fl S
3012 Revert the property to the received value if one exists; otherwise operate as
3013 if the
3014 .Fl S
3015 option was not specified.
3016 .El
3017 .It Xo
3018 .Nm
3019 .Cm remap
3020 .Ar filesystem Ns | Ns Ar volume
3021 .Xc
3022 Remap the indirect blocks in the given fileystem or volume so that they no
3023 longer reference blocks on previously removed vdevs and we can eventually
3024 shrink the size of the indirect mapping objects for the previously removed
3025 vdevs. Note that remapping all blocks might not be possible and that
3026 references from snapshots will still exist and cannot be remapped.
3027 .It Xo
3028 .Nm
3029 .Cm upgrade
3030 .Xc
3031 Displays a list of file systems that are not the most recent version.
3032 .It Xo
3033 .Nm
3034 .Cm upgrade
3035 .Fl v
3036 .Xc
3037 Displays a list of currently supported file system versions.
3038 .It Xo
3039 .Nm
3040 .Cm upgrade
3041 .Op Fl r
3042 .Op Fl V Ar version
3043 .Fl a | Ar filesystem
3044 .Xc
3045 Upgrades file systems to a new on-disk version.
3046 Once this is done, the file systems will no longer be accessible on systems
3047 running older versions of the software.
3048 .Nm zfs Cm send
3049 streams generated from new snapshots of these file systems cannot be accessed on
3050 systems running older versions of the software.
3051 .Pp
3052 In general, the file system version is independent of the pool version.
3053 See
3054 .Xr zpool 8
3055 for information on the
3056 .Nm zpool Cm upgrade
3057 command.
3058 .Pp
3059 In some cases, the file system version and the pool version are interrelated and
3060 the pool version must be upgraded before the file system version can be
3061 upgraded.
3062 .Bl -tag -width "-V"
3063 .It Fl V Ar version
3064 Upgrade to the specified
3065 .Ar version .
3066 If the
3067 .Fl V
3068 flag is not specified, this command upgrades to the most recent version.
3069 This
3070 option can only be used to increase the version number, and only up to the most
3071 recent version supported by this software.
3072 .It Fl a
3073 Upgrade all file systems on all imported pools.
3074 .It Ar filesystem
3075 Upgrade the specified file system.
3076 .It Fl r
3077 Upgrade the specified file system and all descendent file systems.
3078 .El
3079 .It Xo
3080 .Nm
3081 .Cm userspace
3082 .Op Fl Hinp
3083 .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc
3084 .Oo Fl s Ar field Oc Ns ...
3085 .Oo Fl S Ar field Oc Ns ...
3086 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc
3087 .Ar filesystem Ns | Ns Ar snapshot
3088 .Xc
3089 Displays space consumed by, and quotas on, each user in the specified filesystem
3090 or snapshot.
3091 This corresponds to the
3092 .Sy userused@ Ns Em user ,
3093 .Sy userobjused@ Ns Em user ,
3094 .Sy userquota@ Ns Em user,
3095 and
3096 .Sy userobjquota@ Ns Em user
3097 properties.
3098 .Bl -tag -width "-H"
3099 .It Fl H
3100 Do not print headers, use tab-delimited output.
3101 .It Fl S Ar field
3102 Sort by this field in reverse order.
3103 See
3104 .Fl s .
3105 .It Fl i
3106 Translate SID to POSIX ID.
3107 The POSIX ID may be ephemeral if no mapping exists.
3108 Normal POSIX interfaces
3109 .Po for example,
3110 .Xr stat 2 ,
3111 .Nm ls Fl l
3112 .Pc
3113 perform this translation, so the
3114 .Fl i
3115 option allows the output from
3116 .Nm zfs Cm userspace
3117 to be compared directly with those utilities.
3118 However,
3119 .Fl i
3120 may lead to confusion if some files were created by an SMB user before a
3121 SMB-to-POSIX name mapping was established.
3122 In such a case, some files will be owned by the SMB entity and some by the POSIX
3123 entity.
3124 However, the
3125 .Fl i
3126 option will report that the POSIX entity has the total usage and quota for both.
3127 .It Fl n
3128 Print numeric ID instead of user/group name.
3129 .It Fl o Ar field Ns Oo , Ns Ar field Oc Ns ...
3130 Display only the specified fields from the following set:
3131 .Sy type ,
3132 .Sy name ,
3133 .Sy used ,
3134 .Sy quota .
3135 The default is to display all fields.
3136 .It Fl p
3137 Use exact
3138 .Pq parsable
3139 numeric output.
3140 .It Fl s Ar field
3141 Sort output by this field.
3142 The
3143 .Fl s
3144 and
3145 .Fl S
3146 flags may be specified multiple times to sort first by one field, then by
3147 another.
3148 The default is
3149 .Fl s Sy type Fl s Sy name .
3150 .It Fl t Ar type Ns Oo , Ns Ar type Oc Ns ...
3151 Print only the specified types from the following set:
3152 .Sy all ,
3153 .Sy posixuser ,
3154 .Sy smbuser ,
3155 .Sy posixgroup ,
3156 .Sy smbgroup .
3157 The default is
3158 .Fl t Sy posixuser Ns \&, Ns Sy smbuser .
3159 The default can be changed to include group types.
3160 .El
3161 .It Xo
3162 .Nm
3163 .Cm groupspace
3164 .Op Fl Hinp
3165 .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc
3166 .Oo Fl s Ar field Oc Ns ...
3167 .Oo Fl S Ar field Oc Ns ...
3168 .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc
3169 .Ar filesystem Ns | Ns Ar snapshot
3170 .Xc
3171 Displays space consumed by, and quotas on, each group in the specified
3172 filesystem or snapshot.
3173 This subcommand is identical to
3174 .Nm zfs Cm userspace ,
3175 except that the default types to display are
3176 .Fl t Sy posixgroup Ns \&, Ns Sy smbgroup .
3177 .It Xo
3178 .Nm
3179 .Cm projectspace
3180 .Op Fl Hp
3181 .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc
3182 .Oo Fl s Ar field Oc Ns ...
3183 .Oo Fl S Ar field Oc Ns ...
3184 .Ar filesystem Ns | Ns Ar snapshot
3185 .Xc
3186 Displays space consumed by, and quotas on, each project in the specified
3187 filesystem or snapshot. This subcommand is identical to
3188 .Nm zfs Cm userspace ,
3189 except that the project identifier is numeral, not name. So need neither
3190 the option
3191 .Sy -i
3192 for SID to POSIX ID nor
3193 .Sy -n
3194 for numeric ID, nor
3195 .Sy -t
3196 for types.
3197 .It Xo
3198 .Nm
3199 .Cm project
3200 .Oo Fl d Ns | Ns Fl r Ns Oc
3201 .Ar file Ns | Ns Ar directory Ns ...
3202 .Xc
3203 List project identifier (ID) and inherit flag of file(s) or directories.
3204 .Bl -tag -width "-d"
3205 .It Fl d
3206 Show the directory project ID and inherit flag, not its childrens. It will
3207 overwrite the former specified
3208 .Fl r
3209 option.
3210 .It Fl r
3211 Show on subdirectories recursively. It will overwrite the former specified
3212 .Fl d
3213 option.
3214 .El
3215 .It Xo
3216 .Nm
3217 .Cm project
3218 .Fl C
3219 .Oo Fl kr Ns Oc
3220 .Ar file Ns | Ns Ar directory Ns ...
3221 .Xc
3222 Clear project inherit flag and/or ID on the file(s) or directories.
3223 .Bl -tag -width "-k"
3224 .It Fl k
3225 Keep the project ID unchanged. If not specified, the project ID will be reset
3226 as zero.
3227 .It Fl r
3228 Clear on subdirectories recursively.
3229 .El
3230 .It Xo
3231 .Nm
3232 .Cm project
3233 .Fl c
3234 .Oo Fl 0 Ns Oc
3235 .Oo Fl d Ns | Ns Fl r Ns Oc
3236 .Op Fl p Ar id
3237 .Ar file Ns | Ns Ar directory Ns ...
3238 .Xc
3239 Check project ID and inherit flag on the file(s) or directories, report the
3240 entries without project inherit flag or with different project IDs from the
3241 specified (via
3242 .Fl p
3243 option) value or the target directory's project ID.
3244 .Bl -tag -width "-0"
3245 .It Fl 0
3246 Print file name with a trailing NUL instead of newline (by default), like
3247 "find -print0".
3248 .It Fl d
3249 Check the directory project ID and inherit flag, not its childrens. It will
3250 overwrite the former specified
3251 .Fl r
3252 option.
3253 .It Fl p
3254 Specify the referenced ID for comparing with the target file(s) or directories'
3255 project IDs. If not specified, the target (top) directory's project ID will be
3256 used as the referenced one.
3257 .It Fl r
3258 Check on subdirectories recursively. It will overwrite the former specified
3259 .Fl d
3260 option.
3261 .El
3262 .It Xo
3263 .Nm
3264 .Cm project
3265 .Op Fl p Ar id
3266 .Oo Fl rs Ns Oc
3267 .Ar file Ns | Ns Ar directory Ns ...
3268 .Xc
3269 .Bl -tag -width "-p"
3270 Set project ID and/or inherit flag on the file(s) or directories.
3271 .It Fl p
3272 Set the file(s)' or directories' project ID with the given value.
3273 .It Fl r
3274 Set on subdirectories recursively.
3275 .It Fl s
3276 Set project inherit flag on the given file(s) or directories. It is usually used
3277 for setup tree quota on the directory target with
3278 .Fl r
3279 option specified together. When setup tree quota, by default the directory's
3280 project ID will be set to all its descendants unless you specify the project
3281 ID via
3282 .Fl p
3283 option explicitly.
3284 .El
3285 .It Xo
3286 .Nm
3287 .Cm mount
3288 .Xc
3289 Displays all ZFS file systems currently mounted.
3290 .It Xo
3291 .Nm
3292 .Cm mount
3293 .Op Fl Olv
3294 .Op Fl o Ar options
3295 .Fl a | Ar filesystem
3296 .Xc
3297 Mounts ZFS file systems.
3298 .Bl -tag -width "-O"
3299 .It Fl O
3300 Perform an overlay mount.
3301 See
3302 .Xr mount 8
3303 for more information.
3304 .It Fl a
3305 Mount all available ZFS file systems.
3306 Invoked automatically as part of the boot process.
3307 .It Ar filesystem
3308 Mount the specified filesystem.
3309 .It Fl o Ar options
3310 An optional, comma-separated list of mount options to use temporarily for the
3311 duration of the mount.
3312 See the
3313 .Sx Temporary Mount Point Properties
3314 section for details.
3315 .It Fl l
3316 Load keys for encrypted filesystems as they are being mounted. This is
3317 equivalent to executing
3318 .Nm zfs Cm load-key
3319 on each encryption root before mounting it. Note that if a filesystem has a
3320 .Sy keylocation
3321 of
3322 .Sy prompt
3323 this will cause the terminal to interactively block after asking for the key.
3324 .It Fl v
3325 Report mount progress.
3326 .El
3327 .It Xo
3328 .Nm
3329 .Cm unmount
3330 .Op Fl f
3331 .Fl a | Ar filesystem Ns | Ns Ar mountpoint
3332 .Xc
3333 Unmounts currently mounted ZFS file systems.
3334 .Bl -tag -width "-a"
3335 .It Fl a
3336 Unmount all available ZFS file systems.
3337 Invoked automatically as part of the shutdown process.
3338 .It Ar filesystem Ns | Ns Ar mountpoint
3339 Unmount the specified filesystem.
3340 The command can also be given a path to a ZFS file system mount point on the
3341 system.
3342 .It Fl f
3343 Forcefully unmount the file system, even if it is currently in use.
3344 .El
3345 .It Xo
3346 .Nm
3347 .Cm share
3348 .Fl a | Ar filesystem
3349 .Xc
3350 Shares available ZFS file systems.
3351 .Bl -tag -width "-a"
3352 .It Fl a
3353 Share all available ZFS file systems.
3354 Invoked automatically as part of the boot process.
3355 .It Ar filesystem
3356 Share the specified filesystem according to the
3357 .Sy sharenfs
3358 and
3359 .Sy sharesmb
3360 properties.
3361 File systems are shared when the
3362 .Sy sharenfs
3363 or
3364 .Sy sharesmb
3365 property is set.
3366 .El
3367 .It Xo
3368 .Nm
3369 .Cm unshare
3370 .Fl a | Ar filesystem Ns | Ns Ar mountpoint
3371 .Xc
3372 Unshares currently shared ZFS file systems.
3373 .Bl -tag -width "-a"
3374 .It Fl a
3375 Unshare all available ZFS file systems.
3376 Invoked automatically as part of the shutdown process.
3377 .It Ar filesystem Ns | Ns Ar mountpoint
3378 Unshare the specified filesystem.
3379 The command can also be given a path to a ZFS file system shared on the system.
3380 .El
3381 .It Xo
3382 .Nm
3383 .Cm bookmark
3384 .Ar snapshot bookmark
3385 .Xc
3386 Creates a bookmark of the given snapshot.
3387 Bookmarks mark the point in time when the snapshot was created, and can be used
3388 as the incremental source for a
3389 .Nm zfs Cm send
3390 command.
3391 .Pp
3392 This feature must be enabled to be used.
3393 See
3394 .Xr zpool-features 5
3395 for details on ZFS feature flags and the
3396 .Sy bookmarks
3397 feature.
3398 .It Xo
3399 .Nm
3400 .Cm send
3401 .Op Fl DLPRbcenpvw
3402 .Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
3403 .Ar snapshot
3404 .Xc
3405 Creates a stream representation of the second
3406 .Ar snapshot ,
3407 which is written to standard output.
3408 The output can be redirected to a file or to a different system
3409 .Po for example, using
3410 .Xr ssh 1
3411 .Pc .
3412 By default, a full stream is generated.
3413 .Bl -tag -width "-D"
3414 .It Fl D, -dedup
3415 Generate a deduplicated stream.
3416 Blocks which would have been sent multiple times in the send stream will only be
3417 sent once.
3418 The receiving system must also support this feature to receive a deduplicated
3419 stream.
3420 This flag can be used regardless of the dataset's
3421 .Sy dedup
3422 property, but performance will be much better if the filesystem uses a
3423 dedup-capable checksum
3424 .Po for example,
3425 .Sy sha256
3426 .Pc .
3427 .It Fl I Ar snapshot
3428 Generate a stream package that sends all intermediary snapshots from the first
3429 snapshot to the second snapshot.
3430 For example,
3431 .Fl I Em @a Em fs@d
3432 is similar to
3433 .Fl i Em @a Em fs@b Ns \&; Fl i Em @b Em fs@c Ns \&; Fl i Em @c Em fs@d .
3434 The incremental source may be specified as with the
3435 .Fl i
3436 option.
3437 .It Fl L, -large-block
3438 Generate a stream which may contain blocks larger than 128KB.
3439 This flag has no effect if the
3440 .Sy large_blocks
3441 pool feature is disabled, or if the
3442 .Sy recordsize
3443 property of this filesystem has never been set above 128KB.
3444 The receiving system must have the
3445 .Sy large_blocks
3446 pool feature enabled as well.
3447 See
3448 .Xr zpool-features 5
3449 for details on ZFS feature flags and the
3450 .Sy large_blocks
3451 feature.
3452 .It Fl P, -parsable
3453 Print machine-parsable verbose information about the stream package generated.
3454 .It Fl R, -replicate
3455 Generate a replication stream package, which will replicate the specified
3456 file system, and all descendent file systems, up to the named snapshot.
3457 When received, all properties, snapshots, descendent file systems, and clones
3458 are preserved.
3459 .Pp
3460 If the
3461 .Fl i
3462 or
3463 .Fl I
3464 flags are used in conjunction with the
3465 .Fl R
3466 flag, an incremental replication stream is generated.
3467 The current values of properties, and current snapshot and file system names are
3468 set when the stream is received.
3469 If the
3470 .Fl F
3471 flag is specified when this stream is received, snapshots and file systems that
3472 do not exist on the sending side are destroyed.
3473 .It Fl e, -embed
3474 Generate a more compact stream by using
3475 .Sy WRITE_EMBEDDED
3476 records for blocks which are stored more compactly on disk by the
3477 .Sy embedded_data
3478 pool feature.
3479 This flag has no effect if the
3480 .Sy embedded_data
3481 feature is disabled.
3482 The receiving system must have the
3483 .Sy embedded_data
3484 feature enabled.
3485 If the
3486 .Sy lz4_compress
3487 feature is active on the sending system, then the receiving system must have
3488 that feature enabled as well. Datasets that are sent with this flag may not be
3489 received as an encrypted dataset, since encrypted datasets cannot use the
3490 .Sy embedded_data
3491 feature.
3492 See
3493 .Xr zpool-features 5
3494 for details on ZFS feature flags and the
3495 .Sy embedded_data
3496 feature.
3497 .It Fl b, -backup
3498 Sends only received property values whether or not they are overridden by local
3499 settings, but only if the dataset has ever been received. Use this option when
3500 you want
3501 .Nm zfs Cm receive
3502 to restore received properties backed up on the sent dataset and to avoid
3503 sending local settings that may have nothing to do with the source dataset,
3504 but only with how the data is backed up.
3505 .It Fl c, -compressed
3506 Generate a more compact stream by using compressed WRITE records for blocks
3507 which are compressed on disk and in memory
3508 .Po see the
3509 .Sy compression
3510 property for details
3511 .Pc .
3512 If the
3513 .Sy lz4_compress
3514 feature is active on the sending system, then the receiving system must have
3515 that feature enabled as well.
3516 If the
3517 .Sy large_blocks
3518 feature is enabled on the sending system but the
3519 .Fl L
3520 option is not supplied in conjunction with
3521 .Fl c ,
3522 then the data will be decompressed before sending so it can be split into
3523 smaller block sizes.
3524 .It Fl w, -raw
3525 For encrypted datasets, send data exactly as it exists on disk. This allows
3526 backups to be taken even if encryption keys are not currently loaded. The
3527 backup may then be received on an untrusted machine since that machine will
3528 not have the encryption keys to read the protected data or alter it without
3529 being detected. Upon being received, the dataset will have the same encryption
3530 keys as it did on the send side, although the
3531 .Sy keylocation
3532 property will be defaulted to
3533 .Sy prompt
3534 if not otherwise provided. For unencrypted datasets, this flag will be
3535 equivalent to
3536 .Fl Lec .
3537 Note that if you do not use this flag for sending encrypted datasets, data will
3538 be sent unencrypted and may be re-encrypted with a different encryption key on
3539 the receiving system, which will disable the ability to do a raw send to that
3540 system for incrementals.
3541 .It Fl i Ar snapshot
3542 Generate an incremental stream from the first
3543 .Ar snapshot
3544 .Pq the incremental source
3545 to the second
3546 .Ar snapshot
3547 .Pq the incremental target .
3548 The incremental source can be specified as the last component of the snapshot
3549 name
3550 .Po the
3551 .Sy @
3552 character and following
3553 .Pc
3554 and it is assumed to be from the same file system as the incremental target.
3555 .Pp
3556 If the destination is a clone, the source may be the origin snapshot, which must
3557 be fully specified
3558 .Po for example,
3559 .Em pool/fs@origin ,
3560 not just
3561 .Em @origin
3562 .Pc .
3563 .It Fl n, -dryrun
3564 Do a dry-run
3565 .Pq Qq No-op
3566 send.
3567 Do not generate any actual send data.
3568 This is useful in conjunction with the
3569 .Fl v
3570 or
3571 .Fl P
3572 flags to determine what data will be sent.
3573 In this case, the verbose output will be written to standard output
3574 .Po contrast with a non-dry-run, where the stream is written to standard output
3575 and the verbose output goes to standard error
3576 .Pc .
3577 .It Fl p, -props
3578 Include the dataset's properties in the stream.
3579 This flag is implicit when
3580 .Fl R
3581 is specified.
3582 The receiving system must also support this feature. Sends of encrypted datasets
3583 must use
3584 .Fl w
3585 when using this flag.
3586 .It Fl v, -verbose
3587 Print verbose information about the stream package generated.
3588 This information includes a per-second report of how much data has been sent.
3589 .Pp
3590 The format of the stream is committed.
3591 You will be able to receive your streams on future versions of ZFS.
3592 .El
3593 .It Xo
3594 .Nm
3595 .Cm send
3596 .Op Fl LPcenvw
3597 .Op Fl i Ar snapshot Ns | Ns Ar bookmark
3598 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
3599 .Xc
3600 Generate a send stream, which may be of a filesystem, and may be incremental
3601 from a bookmark.
3602 If the destination is a filesystem or volume, the pool must be read-only, or the
3603 filesystem must not be mounted.
3604 When the stream generated from a filesystem or volume is received, the default
3605 snapshot name will be
3606 .Qq --head-- .
3607 .Bl -tag -width "-L"
3608 .It Fl L, -large-block
3609 Generate a stream which may contain blocks larger than 128KB.
3610 This flag has no effect if the
3611 .Sy large_blocks
3612 pool feature is disabled, or if the
3613 .Sy recordsize
3614 property of this filesystem has never been set above 128KB.
3615 The receiving system must have the
3616 .Sy large_blocks
3617 pool feature enabled as well.
3618 See
3619 .Xr zpool-features 5
3620 for details on ZFS feature flags and the
3621 .Sy large_blocks
3622 feature.
3623 .It Fl P, -parsable
3624 Print machine-parsable verbose information about the stream package generated.
3625 .It Fl c, -compressed
3626 Generate a more compact stream by using compressed WRITE records for blocks
3627 which are compressed on disk and in memory
3628 .Po see the
3629 .Sy compression
3630 property for details
3631 .Pc .
3632 If the
3633 .Sy lz4_compress
3634 feature is active on the sending system, then the receiving system must have
3635 that feature enabled as well.
3636 If the
3637 .Sy large_blocks
3638 feature is enabled on the sending system but the
3639 .Fl L
3640 option is not supplied in conjunction with
3641 .Fl c ,
3642 then the data will be decompressed before sending so it can be split into
3643 smaller block sizes.
3644 .It Fl w, -raw
3645 For encrypted datasets, send data exactly as it exists on disk. This allows
3646 backups to be taken even if encryption keys are not currently loaded. The
3647 backup may then be received on an untrusted machine since that machine will
3648 not have the encryption keys to read the protected data or alter it without
3649 being detected. Upon being received, the dataset will have the same encryption
3650 keys as it did on the send side, although the
3651 .Sy keylocation
3652 property will be defaulted to
3653 .Sy prompt
3654 if not otherwise provided. For unencrypted datasets, this flag will be
3655 equivalent to
3656 .Fl Lec .
3657 Note that if you do not use this flag for sending encrypted datasets, data will
3658 be sent unencrypted and may be re-encrypted with a different encryption key on
3659 the receiving system, which will disable the ability to do a raw send to that
3660 system for incrementals.
3661 .It Fl e, -embed
3662 Generate a more compact stream by using
3663 .Sy WRITE_EMBEDDED
3664 records for blocks which are stored more compactly on disk by the
3665 .Sy embedded_data
3666 pool feature.
3667 This flag has no effect if the
3668 .Sy embedded_data
3669 feature is disabled.
3670 The receiving system must have the
3671 .Sy embedded_data
3672 feature enabled.
3673 If the
3674 .Sy lz4_compress
3675 feature is active on the sending system, then the receiving system must have
3676 that feature enabled as well. Datasets that are sent with this flag may not be
3677 received as an encrypted dataset, since encrypted datasets cannot use the
3678 .Sy embedded_data
3679 feature.
3680 See
3681 .Xr zpool-features 5
3682 for details on ZFS feature flags and the
3683 .Sy embedded_data
3684 feature.
3685 .It Fl i Ar snapshot Ns | Ns Ar bookmark
3686 Generate an incremental send stream.
3687 The incremental source must be an earlier snapshot in the destination's history.
3688 It will commonly be an earlier snapshot in the destination's file system, in
3689 which case it can be specified as the last component of the name
3690 .Po the
3691 .Sy #
3692 or
3693 .Sy @
3694 character and following
3695 .Pc .
3696 .Pp
3697 If the incremental target is a clone, the incremental source can be the origin
3698 snapshot, or an earlier snapshot in the origin's filesystem, or the origin's
3699 origin, etc.
3700 .It Fl n, -dryrun
3701 Do a dry-run
3702 .Pq Qq No-op
3703 send.
3704 Do not generate any actual send data.
3705 This is useful in conjunction with the
3706 .Fl v
3707 or
3708 .Fl P
3709 flags to determine what data will be sent.
3710 In this case, the verbose output will be written to standard output
3711 .Po contrast with a non-dry-run, where the stream is written to standard output
3712 and the verbose output goes to standard error
3713 .Pc .
3714 .It Fl v, -verbose
3715 Print verbose information about the stream package generated.
3716 This information includes a per-second report of how much data has been sent.
3717 .El
3718 .It Xo
3719 .Nm
3720 .Cm send
3721 .Op Fl Penv
3722 .Fl t
3723 .Ar receive_resume_token
3724 .Xc
3725 Creates a send stream which resumes an interrupted receive.
3726 The
3727 .Ar receive_resume_token
3728 is the value of this property on the filesystem or volume that was being
3729 received into.
3730 See the documentation for
3731 .Sy zfs receive -s
3732 for more details.
3733 .It Xo
3734 .Nm
3735 .Cm receive
3736 .Op Fl Fnsuv
3737 .Op Fl o Sy origin Ns = Ns Ar snapshot
3738 .Op Fl o Ar property Ns = Ns Ar value
3739 .Op Fl x Ar property
3740 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
3741 .Xc
3742 .It Xo
3743 .Nm
3744 .Cm receive
3745 .Op Fl Fnsuv
3746 .Op Fl d Ns | Ns Fl e
3747 .Op Fl o Sy origin Ns = Ns Ar snapshot
3748 .Op Fl o Ar property Ns = Ns Ar value
3749 .Op Fl x Ar property
3750 .Ar filesystem
3751 .Xc
3752 Creates a snapshot whose contents are as specified in the stream provided on
3753 standard input.
3754 If a full stream is received, then a new file system is created as well.
3755 Streams are created using the
3756 .Nm zfs Cm send
3757 subcommand, which by default creates a full stream.
3758 .Nm zfs Cm recv
3759 can be used as an alias for
3760 .Nm zfs Cm receive.
3761 .Pp
3762 If an incremental stream is received, then the destination file system must
3763 already exist, and its most recent snapshot must match the incremental stream's
3764 source.
3765 For
3766 .Sy zvols ,
3767 the destination device link is destroyed and recreated, which means the
3768 .Sy zvol
3769 cannot be accessed during the
3770 .Cm receive
3771 operation.
3772 .Pp
3773 When a snapshot replication package stream that is generated by using the
3774 .Nm zfs Cm send Fl R
3775 command is received, any snapshots that do not exist on the sending location are
3776 destroyed by using the
3777 .Nm zfs Cm destroy Fl d
3778 command.
3779 .Pp
3780 If
3781 .Fl o Em property Ns = Ns Ar value
3782 or
3783 .Fl x Em property
3784 is specified, it applies to the effective value of the property throughout
3785 the entire subtree of replicated datasets. Effective property values will be
3786 set (
3787 .Fl o
3788 ) or inherited (
3789 .Fl x
3790 ) on the topmost in the replicated subtree. In descendant datasets, if the
3791 property is set by the send stream, it will be overridden by forcing the
3792 property to be inherited from the top‐most file system. Received properties
3793 are retained in spite of being overridden and may be restored with
3794 .Nm zfs Cm inherit Fl S .
3795 Specifying
3796 .Fl o Sy origin Ns = Ns Em snapshot
3797 is a special case because, even if
3798 .Sy origin
3799 is a read-only property and cannot be set, it's allowed to receive the send
3800 stream as a clone of the given snapshot.
3801 .Pp
3802 Raw encrypted send streams (created with
3803 .Nm zfs Cm send Fl w
3804 ) may only be received as is, and cannot be re-encrypted, decrypted, or
3805 recompressed by the receive process. Unencrypted streams can be received as
3806 encrypted datasets, either through inheritance or by specifying encryption
3807 parameters with the
3808 .Fl o
3809 options.
3810 .Pp
3811 The name of the snapshot
3812 .Pq and file system, if a full stream is received
3813 that this subcommand creates depends on the argument type and the use of the
3814 .Fl d
3815 or
3816 .Fl e
3817 options.
3818 .Pp
3819 If the argument is a snapshot name, the specified
3820 .Ar snapshot
3821 is created.
3822 If the argument is a file system or volume name, a snapshot with the same name
3823 as the sent snapshot is created within the specified
3824 .Ar filesystem
3825 or
3826 .Ar volume .
3827 If neither of the
3828 .Fl d
3829 or
3830 .Fl e
3831 options are specified, the provided target snapshot name is used exactly as
3832 provided.
3833 .Pp
3834 The
3835 .Fl d
3836 and
3837 .Fl e
3838 options cause the file system name of the target snapshot to be determined by
3839 appending a portion of the sent snapshot's name to the specified target
3840 .Ar filesystem .
3841 If the
3842 .Fl d
3843 option is specified, all but the first element of the sent snapshot's file
3844 system path
3845 .Pq usually the pool name
3846 is used and any required intermediate file systems within the specified one are
3847 created.
3848 If the
3849 .Fl e
3850 option is specified, then only the last element of the sent snapshot's file
3851 system name
3852 .Pq i.e. the name of the source file system itself
3853 is used as the target file system name.
3854 .Bl -tag -width "-F"
3855 .It Fl F
3856 Force a rollback of the file system to the most recent snapshot before
3857 performing the receive operation.
3858 If receiving an incremental replication stream
3859 .Po for example, one generated by
3860 .Nm zfs Cm send Fl R Op Fl i Ns | Ns Fl I
3861 .Pc ,
3862 destroy snapshots and file systems that do not exist on the sending side.
3863 .It Fl d
3864 Discard the first element of the sent snapshot's file system name, using the
3865 remaining elements to determine the name of the target file system for the new
3866 snapshot as described in the paragraph above.
3867 .It Fl e
3868 Discard all but the last element of the sent snapshot's file system name, using
3869 that element to determine the name of the target file system for the new
3870 snapshot as described in the paragraph above.
3871 .It Fl n
3872 Do not actually receive the stream.
3873 This can be useful in conjunction with the
3874 .Fl v
3875 option to verify the name the receive operation would use.
3876 .It Fl o Sy origin Ns = Ns Ar snapshot
3877 Forces the stream to be received as a clone of the given snapshot.
3878 If the stream is a full send stream, this will create the filesystem
3879 described by the stream as a clone of the specified snapshot.
3880 Which snapshot was specified will not affect the success or failure of the
3881 receive, as long as the snapshot does exist.
3882 If the stream is an incremental send stream, all the normal verification will be
3883 performed.
3884 .It Fl o Em property Ns = Ns Ar value
3885 Sets the specified property as if the command
3886 .Nm zfs Cm set Em property Ns = Ns Ar value
3887 was invoked immediately before the receive. When receiving a stream from
3888 .Nm zfs Cm send Fl R ,
3889 causes the property to be inherited by all descendant datasets, as through
3890 .Nm zfs Cm inherit Em property
3891 was run on any descendant datasets that have this property set on the
3892 sending system.
3893 .Pp
3894 Any editable property can be set at receive time. Set-once properties bound
3895 to the received data, such as
3896 .Sy normalization
3897 and
3898 .Sy casesensitivity ,
3899 cannot be set at receive time even when the datasets are newly created by
3900 .Nm zfs Cm receive .
3901 Additionally both settable properties
3902 .Sy version
3903 and
3904 .Sy volsize
3905 cannot be set at receive time.
3906 .Pp
3907 The
3908 .Fl o
3909 option may be specified multiple times, for different properties. An error
3910 results if the same property is specified in multiple
3911 .Fl o
3912 or
3913 .Fl x
3914 options.
3915 .It Fl s
3916 If the receive is interrupted, save the partially received state, rather
3917 than deleting it.
3918 Interruption may be due to premature termination of the stream
3919 .Po e.g. due to network failure or failure of the remote system
3920 if the stream is being read over a network connection
3921 .Pc ,
3922 a checksum error in the stream, termination of the
3923 .Nm zfs Cm receive
3924 process, or unclean shutdown of the system.
3925 .Pp
3926 The receive can be resumed with a stream generated by
3927 .Nm zfs Cm send Fl t Ar token ,
3928 where the
3929 .Ar token
3930 is the value of the
3931 .Sy receive_resume_token
3932 property of the filesystem or volume which is received into.
3933 .Pp
3934 To use this flag, the storage pool must have the
3935 .Sy extensible_dataset
3936 feature enabled.
3937 See
3938 .Xr zpool-features 5
3939 for details on ZFS feature flags.
3940 .It Fl u
3941 File system that is associated with the received stream is not mounted.
3942 .It Fl v
3943 Print verbose information about the stream and the time required to perform the
3944 receive operation.
3945 .It Fl x Em property
3946 Ensures that the effective value of the specified property after the
3947 receive is unaffected by the value of that property in the send stream (if any),
3948 as if the property had been excluded from the send stream.
3949 .Pp
3950 If the specified property is not present in the send stream, this option does
3951 nothing.
3952 .Pp
3953 If a received property needs to be overridden, the effective value will be
3954 set or inherited, depending on whether the property is inheritable or not.
3955 .Pp
3956 In the case of an incremental update,
3957 .Fl x
3958 leaves any existing local setting or explicit inheritance unchanged.
3959 .Pp
3960 All
3961 .Fl o
3962 restrictions on set-once and special properties apply equally to
3963 .Fl x .
3964 .El
3965 .It Xo
3966 .Nm
3967 .Cm receive
3968 .Fl A
3969 .Ar filesystem Ns | Ns Ar volume
3970 .Xc
3971 Abort an interrupted
3972 .Nm zfs Cm receive Fl s ,
3973 deleting its saved partially received state.
3974 .It Xo
3975 .Nm
3976 .Cm allow
3977 .Ar filesystem Ns | Ns Ar volume
3978 .Xc
3979 Displays permissions that have been delegated on the specified filesystem or
3980 volume.
3981 See the other forms of
3982 .Nm zfs Cm allow
3983 for more information.
3984 .Pp
3985 Delegations are supported under Linux with the exception of
3986 .Sy mount ,
3987 .Sy unmount ,
3988 .Sy mountpoint ,
3989 .Sy canmount ,
3990 .Sy rename ,
3991 and
3992 .Sy share .
3993 These permissions cannot be delegated because the Linux
3994 .Xr mount 8
3995 command restricts modifications of the global namespace to the root user.
3996 .It Xo
3997 .Nm
3998 .Cm allow
3999 .Op Fl dglu
4000 .Ar user Ns | Ns Ar group Ns Oo , Ns Ar user Ns | Ns Ar group Oc Ns ...
4001 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4002 .Ar setname Oc Ns ...
4003 .Ar filesystem Ns | Ns Ar volume
4004 .br
4005 .Nm
4006 .Cm allow
4007 .Op Fl dl
4008 .Fl e Ns | Ns Sy everyone
4009 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4010 .Ar setname Oc Ns ...
4011 .Ar filesystem Ns | Ns Ar volume
4012 .Xc
4013 Delegates ZFS administration permission for the file systems to non-privileged
4014 users.
4015 .Bl -tag -width "-d"
4016 .It Fl d
4017 Allow only for the descendent file systems.
4018 .It Fl e Ns | Ns Sy everyone
4019 Specifies that the permissions be delegated to everyone.
4020 .It Fl g Ar group Ns Oo , Ns Ar group Oc Ns ...
4021 Explicitly specify that permissions are delegated to the group.
4022 .It Fl l
4023 Allow
4024 .Qq locally
4025 only for the specified file system.
4026 .It Fl u Ar user Ns Oo , Ns Ar user Oc Ns ...
4027 Explicitly specify that permissions are delegated to the user.
4028 .It Ar user Ns | Ns Ar group Ns Oo , Ns Ar user Ns | Ns Ar group Oc Ns ...
4029 Specifies to whom the permissions are delegated.
4030 Multiple entities can be specified as a comma-separated list.
4031 If neither of the
4032 .Fl gu
4033 options are specified, then the argument is interpreted preferentially as the
4034 keyword
4035 .Sy everyone ,
4036 then as a user name, and lastly as a group name.
4037 To specify a user or group named
4038 .Qq everyone ,
4039 use the
4040 .Fl g
4041 or
4042 .Fl u
4043 options.
4044 To specify a group with the same name as a user, use the
4045 .Fl g
4046 options.
4047 .It Xo
4048 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4049 .Ar setname Oc Ns ...
4050 .Xc
4051 The permissions to delegate.
4052 Multiple permissions may be specified as a comma-separated list.
4053 Permission names are the same as ZFS subcommand and property names.
4054 See the property list below.
4055 Property set names, which begin with
4056 .Sy @ ,
4057 may be specified.
4058 See the
4059 .Fl s
4060 form below for details.
4061 .El
4062 .Pp
4063 If neither of the
4064 .Fl dl
4065 options are specified, or both are, then the permissions are allowed for the
4066 file system or volume, and all of its descendents.
4067 .Pp
4068 Permissions are generally the ability to use a ZFS subcommand or change a ZFS
4069 property.
4070 The following permissions are available:
4071 .Bd -literal
4072 NAME             TYPE           NOTES
4073 allow            subcommand     Must also have the permission that is
4074                                 being allowed
4075 clone            subcommand     Must also have the 'create' ability and
4076                                 'mount' ability in the origin file system
4077 create           subcommand     Must also have the 'mount' ability
4078 destroy          subcommand     Must also have the 'mount' ability
4079 diff             subcommand     Allows lookup of paths within a dataset
4080                                 given an object number, and the ability
4081                                 to create snapshots necessary to
4082                                 'zfs diff'.
4083 load-key         subcommand     Allows loading and unloading of encryption key
4084                                 (see 'zfs load-key' and 'zfs unload-key').
4085 change-key       subcommand     Allows changing an encryption key via
4086                                 'zfs change-key'.
4087 mount            subcommand     Allows mount/umount of ZFS datasets
4088 promote          subcommand     Must also have the 'mount' and 'promote'
4089                                 ability in the origin file system
4090 receive          subcommand     Must also have the 'mount' and 'create'
4091                                 ability
4092 rename           subcommand     Must also have the 'mount' and 'create'
4093                                 ability in the new parent
4094 rollback         subcommand     Must also have the 'mount' ability
4095 send             subcommand
4096 share            subcommand     Allows sharing file systems over NFS
4097                                 or SMB protocols
4098 snapshot         subcommand     Must also have the 'mount' ability
4099
4100 groupquota       other          Allows accessing any groupquota@...
4101                                 property
4102 groupused        other          Allows reading any groupused@... property
4103 userprop         other          Allows changing any user property
4104 userquota        other          Allows accessing any userquota@...
4105                                 property
4106 userused         other          Allows reading any userused@... property
4107 projectobjquota  other          Allows accessing any projectobjquota@...
4108                                 property
4109 projectquota     other          Allows accessing any projectquota@... property
4110 projectobjused   other          Allows reading any projectobjused@... property
4111 projectused      other          Allows reading any projectused@... property
4112
4113 aclinherit       property
4114 acltype          property
4115 atime            property
4116 canmount         property
4117 casesensitivity  property
4118 checksum         property
4119 compression      property
4120 copies           property
4121 devices          property
4122 exec             property
4123 filesystem_limit property
4124 mountpoint       property
4125 nbmand           property
4126 normalization    property
4127 primarycache     property
4128 quota            property
4129 readonly         property
4130 recordsize       property
4131 refquota         property
4132 refreservation   property
4133 reservation      property
4134 secondarycache   property
4135 setuid           property
4136 sharenfs         property
4137 sharesmb         property
4138 snapdir          property
4139 snapshot_limit   property
4140 utf8only         property
4141 version          property
4142 volblocksize     property
4143 volsize          property
4144 vscan            property
4145 xattr            property
4146 zoned            property
4147 .Ed
4148 .It Xo
4149 .Nm
4150 .Cm allow
4151 .Fl c
4152 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4153 .Ar setname Oc Ns ...
4154 .Ar filesystem Ns | Ns Ar volume
4155 .Xc
4156 Sets
4157 .Qq create time
4158 permissions.
4159 These permissions are granted
4160 .Pq locally
4161 to the creator of any newly-created descendent file system.
4162 .It Xo
4163 .Nm
4164 .Cm allow
4165 .Fl s No @ Ns Ar setname
4166 .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4167 .Ar setname Oc Ns ...
4168 .Ar filesystem Ns | Ns Ar volume
4169 .Xc
4170 Defines or adds permissions to a permission set.
4171 The set can be used by other
4172 .Nm zfs Cm allow
4173 commands for the specified file system and its descendents.
4174 Sets are evaluated dynamically, so changes to a set are immediately reflected.
4175 Permission sets follow the same naming restrictions as ZFS file systems, but the
4176 name must begin with
4177 .Sy @ ,
4178 and can be no more than 64 characters long.
4179 .It Xo
4180 .Nm
4181 .Cm unallow
4182 .Op Fl dglru
4183 .Ar user Ns | Ns Ar group Ns Oo , Ns Ar user Ns | Ns Ar group Oc Ns ...
4184 .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4185 .Ar setname Oc Ns ... Oc
4186 .Ar filesystem Ns | Ns Ar volume
4187 .br
4188 .Nm
4189 .Cm unallow
4190 .Op Fl dlr
4191 .Fl e Ns | Ns Sy everyone
4192 .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4193 .Ar setname Oc Ns ... Oc
4194 .Ar filesystem Ns | Ns Ar volume
4195 .br
4196 .Nm
4197 .Cm unallow
4198 .Op Fl r
4199 .Fl c
4200 .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4201 .Ar setname Oc Ns ... Oc
4202 .Ar filesystem Ns | Ns Ar volume
4203 .Xc
4204 Removes permissions that were granted with the
4205 .Nm zfs Cm allow
4206 command.
4207 No permissions are explicitly denied, so other permissions granted are still in
4208 effect.
4209 For example, if the permission is granted by an ancestor.
4210 If no permissions are specified, then all permissions for the specified
4211 .Ar user ,
4212 .Ar group ,
4213 or
4214 .Sy everyone
4215 are removed.
4216 Specifying
4217 .Sy everyone
4218 .Po or using the
4219 .Fl e
4220 option
4221 .Pc
4222 only removes the permissions that were granted to everyone, not all permissions
4223 for every user and group.
4224 See the
4225 .Nm zfs Cm allow
4226 command for a description of the
4227 .Fl ldugec
4228 options.
4229 .Bl -tag -width "-r"
4230 .It Fl r
4231 Recursively remove the permissions from this file system and all descendents.
4232 .El
4233 .It Xo
4234 .Nm
4235 .Cm unallow
4236 .Op Fl r
4237 .Fl s No @ Ns Ar setname
4238 .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
4239 .Ar setname Oc Ns ... Oc
4240 .Ar filesystem Ns | Ns Ar volume
4241 .Xc
4242 Removes permissions from a permission set.
4243 If no permissions are specified, then all permissions are removed, thus removing
4244 the set entirely.
4245 .It Xo
4246 .Nm
4247 .Cm hold
4248 .Op Fl r
4249 .Ar tag Ar snapshot Ns ...
4250 .Xc
4251 Adds a single reference, named with the
4252 .Ar tag
4253 argument, to the specified snapshot or snapshots.
4254 Each snapshot has its own tag namespace, and tags must be unique within that
4255 space.
4256 .Pp
4257 If a hold exists on a snapshot, attempts to destroy that snapshot by using the
4258 .Nm zfs Cm destroy
4259 command return
4260 .Er EBUSY .
4261 .Bl -tag -width "-r"
4262 .It Fl r
4263 Specifies that a hold with the given tag is applied recursively to the snapshots
4264 of all descendent file systems.
4265 .El
4266 .It Xo
4267 .Nm
4268 .Cm holds
4269 .Op Fl r
4270 .Ar snapshot Ns ...
4271 .Xc
4272 Lists all existing user references for the given snapshot or snapshots.
4273 .Bl -tag -width "-r"
4274 .It Fl r
4275 Lists the holds that are set on the named descendent snapshots, in addition to
4276 listing the holds on the named snapshot.
4277 .El
4278 .It Xo
4279 .Nm
4280 .Cm release
4281 .Op Fl r
4282 .Ar tag Ar snapshot Ns ...
4283 .Xc
4284 Removes a single reference, named with the
4285 .Ar tag
4286 argument, from the specified snapshot or snapshots.
4287 The tag must already exist for each snapshot.
4288 If a hold exists on a snapshot, attempts to destroy that snapshot by using the
4289 .Nm zfs Cm destroy
4290 command return
4291 .Er EBUSY .
4292 .Bl -tag -width "-r"
4293 .It Fl r
4294 Recursively releases a hold with the given tag on the snapshots of all
4295 descendent file systems.
4296 .El
4297 .It Xo
4298 .Nm
4299 .Cm diff
4300 .Op Fl FHt
4301 .Ar snapshot Ar snapshot Ns | Ns Ar filesystem
4302 .Xc
4303 Display the difference between a snapshot of a given filesystem and another
4304 snapshot of that filesystem from a later time or the current contents of the
4305 filesystem.
4306 The first column is a character indicating the type of change, the other columns
4307 indicate pathname, new pathname
4308 .Pq in case of rename ,
4309 change in link count, and optionally file type and/or change time.
4310 The types of change are:
4311 .Bd -literal
4312 -       The path has been removed
4313 +       The path has been created
4314 M       The path has been modified
4315 R       The path has been renamed
4316 .Ed
4317 .Bl -tag -width "-F"
4318 .It Fl F
4319 Display an indication of the type of file, in a manner similar to the
4320 .Fl
4321 option of
4322 .Xr ls 1 .
4323 .Bd -literal
4324 B       Block device
4325 C       Character device
4326 /       Directory
4327 >       Door
4328 |       Named pipe
4329 @       Symbolic link
4330 P       Event port
4331 =       Socket
4332 F       Regular file
4333 .Ed
4334 .It Fl H
4335 Give more parsable tab-separated output, without header lines and without
4336 arrows.
4337 .It Fl t
4338 Display the path's inode change time as the first column of output.
4339 .El
4340 .It Xo
4341 .Nm
4342 .Cm program
4343 .Op Fl jn
4344 .Op Fl t Ar timeout
4345 .Op Fl m Ar memory_limit
4346 .Ar pool script
4347 .Op Ar arg1 No ...
4348 .Xc
4349 Executes
4350 .Ar script
4351 as a ZFS channel program on
4352 .Ar pool .
4353 The ZFS channel
4354 program interface allows ZFS administrative operations to be run
4355 programmatically via a Lua script.
4356 The entire script is executed atomically, with no other administrative
4357 operations taking effect concurrently.
4358 A library of ZFS calls is made available to channel program scripts.
4359 Channel programs may only be run with root privileges.
4360 .sp
4361 For full documentation of the ZFS channel program interface, see the manual
4362 page for
4363 .Xr zfs-program 8 .
4364 .Bl -tag -width ""
4365 .It Fl j
4366 Display channel program output in JSON format. When this flag is specified and
4367 standard output is empty - channel program encountered an error. The details of
4368 such an error will be printed to standard error in plain text.
4369 .It Fl n
4370 Executes a read-only channel program, which runs faster.
4371 The program cannot change on-disk state by calling functions from
4372 the zfs.sync submodule.
4373 The program can be used to gather information such as properties and
4374 determining if changes would succeed (zfs.check.*).
4375 Without this flag, all pending changes must be synced to disk before
4376 a channel program can complete.
4377 .It Fl t Ar timeout
4378 Execution time limit, in milliseconds.
4379 If a channel program executes for longer than the provided timeout, it will
4380 be stopped and an error will be returned.
4381 The default timeout is 1000 ms, and can be set to a maximum of 10000 ms.
4382 .It Fl m Ar memory-limit
4383 Memory limit, in bytes.
4384 If a channel program attempts to allocate more memory than the given limit,
4385 it will be stopped and an error returned.
4386 The default memory limit is 10 MB, and can be set to a maximum of 100 MB.
4387 .sp
4388 All remaining argument strings are passed directly to the channel program as
4389 arguments.
4390 See
4391 .Xr zfs-program 8
4392 for more information.
4393 .El
4394 .It Xo
4395 .Nm
4396 .Cm load-key
4397 .Op Fl nr
4398 .Op Fl L Ar keylocation
4399 .Fl a | Ar filesystem
4400 .Xc
4401 Load the key for
4402 .Ar filesystem ,
4403 allowing it and all children that inherit the
4404 .Sy keylocation
4405 property to be accessed. The key will be expected in the format specified by the
4406 .Sy keyformat
4407 and location specified by the
4408 .Sy keylocation
4409 property. Note that if the
4410 .Sy keylocation
4411 is set to
4412 .Sy prompt
4413 the terminal will interactively wait for the key to be entered. Loading a key
4414 will not automatically mount the dataset. If that functionality is desired,
4415 .Nm zfs Cm mount Sy -l
4416 will ask for the key and mount the dataset. Once the key is loaded the
4417 .Sy keystatus
4418 property will become
4419 .Sy available .
4420 .Bl -tag -width "-r"
4421 .It Fl r
4422 Recursively loads the keys for the specified filesystem and all descendent
4423 encryption roots.
4424 .It Fl a
4425 Loads the keys for all encryption roots in all imported pools.
4426 .It Fl n
4427 Do a dry-run
4428 .Pq Qq No-op
4429 load-key. This will cause zfs to simply check that the
4430 provided key is correct. This command may be run even if the key is already
4431 loaded.
4432 .It Fl L Ar keylocation
4433 Use
4434 .Ar keylocation
4435 instead of the
4436 .Sy keylocation
4437 property. This will not change the value of the property on the dataset. Note
4438 that if used with either
4439 .Fl r
4440 or
4441 .Fl a ,
4442 .Ar keylocation
4443 may only be given as
4444 .Sy prompt .
4445 .El
4446 .It Xo
4447 .Nm
4448 .Cm unload-key
4449 .Op Fl r
4450 .Fl a | Ar filesystem
4451 .Xc
4452 Unloads a key from ZFS, removing the ability to access the dataset and all of
4453 its children that inherit the
4454 .Sy keylocation
4455 property. This requires that the dataset is not currently open or mounted. Once
4456 the key is unloaded the
4457 .Sy keystatus
4458 property will become
4459 .Sy unavailable .
4460 .Bl -tag -width "-r"
4461 .It Fl r
4462 Recursively unloads the keys for the specified filesystem and all descendent
4463 encryption roots.
4464 .It Fl a
4465 Unloads the keys for all encryption roots in all imported pools.
4466 .El
4467 .It Xo
4468 .Nm
4469 .Cm change-key
4470 .Op Fl l
4471 .Op Fl o Ar keylocation Ns = Ns Ar value
4472 .Op Fl o Ar keyformat Ns = Ns Ar value
4473 .Op Fl o Ar pbkdf2iters Ns = Ns Ar value
4474 .Ar filesystem
4475 .Xc
4476 .It Xo
4477 .Nm
4478 .Cm change-key
4479 .Fl i
4480 .Op Fl l
4481 .Ar filesystem
4482 .Xc
4483 Allows a user to change the encryption key used to access a dataset. This
4484 command requires that the existing key for the dataset is already loaded into
4485 ZFS. This command may also be used to change the
4486 .Sy keylocation ,
4487 .Sy keyformat ,
4488 and
4489 .Sy pbkdf2iters
4490 properties as needed. If the dataset was not previously an encryption root it
4491 will become one. Alternatively, the
4492 .Fl i
4493 flag may be provided to cause an encryption root to inherit the parent's key
4494 instead.
4495 .Bl -tag -width "-r"
4496 .It Fl l
4497 Ensures the key is loaded before attempting to change the key. This is
4498 effectively equivalent to
4499 .Qq Nm zfs Cm load-key Ar filesystem ; Nm zfs Cm change-key Ar filesystem
4500 .It Fl o Ar property Ns = Ns Ar value
4501 Allows the user to set encryption key properties (
4502 .Sy keyformat ,
4503 .Sy keylocation ,
4504 and
4505 .Sy pbkdf2iters
4506 ) while changing the key. This is the only way to alter
4507 .Sy keyformat
4508 and
4509 .Sy pbkdf2iters
4510 after the dataset has been created.
4511 .It Fl i
4512 Indicates that zfs should make
4513 .Ar filesystem
4514 inherit the key of its parent. Note that this command can only be run on an
4515 encryption root that has an encrypted parent.
4516 .El
4517 .El
4518 .Sh EXIT STATUS
4519 The
4520 .Nm
4521 utility exits 0 on success, 1 if an error occurs, and 2 if invalid command line
4522 options were specified.
4523 .Sh EXAMPLES
4524 .Bl -tag -width ""
4525 .It Sy Example 1 No Creating a ZFS File System Hierarchy
4526 The following commands create a file system named
4527 .Em pool/home
4528 and a file system named
4529 .Em pool/home/bob .
4530 The mount point
4531 .Pa /export/home
4532 is set for the parent file system, and is automatically inherited by the child
4533 file system.
4534 .Bd -literal
4535 # zfs create pool/home
4536 # zfs set mountpoint=/export/home pool/home
4537 # zfs create pool/home/bob
4538 .Ed
4539 .It Sy Example 2 No Creating a ZFS Snapshot
4540 The following command creates a snapshot named
4541 .Sy yesterday .
4542 This snapshot is mounted on demand in the
4543 .Pa .zfs/snapshot
4544 directory at the root of the
4545 .Em pool/home/bob
4546 file system.
4547 .Bd -literal
4548 # zfs snapshot pool/home/bob@yesterday
4549 .Ed
4550 .It Sy Example 3 No Creating and Destroying Multiple Snapshots
4551 The following command creates snapshots named
4552 .Sy yesterday
4553 of
4554 .Em pool/home
4555 and all of its descendent file systems.
4556 Each snapshot is mounted on demand in the
4557 .Pa .zfs/snapshot
4558 directory at the root of its file system.
4559 The second command destroys the newly created snapshots.
4560 .Bd -literal
4561 # zfs snapshot -r pool/home@yesterday
4562 # zfs destroy -r pool/home@yesterday
4563 .Ed
4564 .It Sy Example 4 No Disabling and Enabling File System Compression
4565 The following command disables the
4566 .Sy compression
4567 property for all file systems under
4568 .Em pool/home .
4569 The next command explicitly enables
4570 .Sy compression
4571 for
4572 .Em pool/home/anne .
4573 .Bd -literal
4574 # zfs set compression=off pool/home
4575 # zfs set compression=on pool/home/anne
4576 .Ed
4577 .It Sy Example 5 No Listing ZFS Datasets
4578 The following command lists all active file systems and volumes in the system.
4579 Snapshots are displayed if the
4580 .Sy listsnaps
4581 property is
4582 .Sy on .
4583 The default is
4584 .Sy off .
4585 See
4586 .Xr zpool 8
4587 for more information on pool properties.
4588 .Bd -literal
4589 # zfs list
4590 NAME                      USED  AVAIL  REFER  MOUNTPOINT
4591 pool                      450K   457G    18K  /pool
4592 pool/home                 315K   457G    21K  /export/home
4593 pool/home/anne             18K   457G    18K  /export/home/anne
4594 pool/home/bob             276K   457G   276K  /export/home/bob
4595 .Ed
4596 .It Sy Example 6 No Setting a Quota on a ZFS File System
4597 The following command sets a quota of 50 Gbytes for
4598 .Em pool/home/bob .
4599 .Bd -literal
4600 # zfs set quota=50G pool/home/bob
4601 .Ed
4602 .It Sy Example 7 No Listing ZFS Properties
4603 The following command lists all properties for
4604 .Em pool/home/bob .
4605 .Bd -literal
4606 # zfs get all pool/home/bob
4607 NAME           PROPERTY              VALUE                  SOURCE
4608 pool/home/bob  type                  filesystem             -
4609 pool/home/bob  creation              Tue Jul 21 15:53 2009  -
4610 pool/home/bob  used                  21K                    -
4611 pool/home/bob  available             20.0G                  -
4612 pool/home/bob  referenced            21K                    -
4613 pool/home/bob  compressratio         1.00x                  -
4614 pool/home/bob  mounted               yes                    -
4615 pool/home/bob  quota                 20G                    local
4616 pool/home/bob  reservation           none                   default
4617 pool/home/bob  recordsize            128K                   default
4618 pool/home/bob  mountpoint            /pool/home/bob         default
4619 pool/home/bob  sharenfs              off                    default
4620 pool/home/bob  checksum              on                     default
4621 pool/home/bob  compression           on                     local
4622 pool/home/bob  atime                 on                     default
4623 pool/home/bob  devices               on                     default
4624 pool/home/bob  exec                  on                     default
4625 pool/home/bob  setuid                on                     default
4626 pool/home/bob  readonly              off                    default
4627 pool/home/bob  zoned                 off                    default
4628 pool/home/bob  snapdir               hidden                 default
4629 pool/home/bob  acltype               off                    default
4630 pool/home/bob  aclinherit            restricted             default
4631 pool/home/bob  canmount              on                     default
4632 pool/home/bob  xattr                 on                     default
4633 pool/home/bob  copies                1                      default
4634 pool/home/bob  version               4                      -
4635 pool/home/bob  utf8only              off                    -
4636 pool/home/bob  normalization         none                   -
4637 pool/home/bob  casesensitivity       sensitive              -
4638 pool/home/bob  vscan                 off                    default
4639 pool/home/bob  nbmand                off                    default
4640 pool/home/bob  sharesmb              off                    default
4641 pool/home/bob  refquota              none                   default
4642 pool/home/bob  refreservation        none                   default
4643 pool/home/bob  primarycache          all                    default
4644 pool/home/bob  secondarycache        all                    default
4645 pool/home/bob  usedbysnapshots       0                      -
4646 pool/home/bob  usedbydataset         21K                    -
4647 pool/home/bob  usedbychildren        0                      -
4648 pool/home/bob  usedbyrefreservation  0                      -
4649 .Ed
4650 .Pp
4651 The following command gets a single property value.
4652 .Bd -literal
4653 # zfs get -H -o value compression pool/home/bob
4654 on
4655 .Ed
4656 The following command lists all properties with local settings for
4657 .Em pool/home/bob .
4658 .Bd -literal
4659 # zfs get -r -s local -o name,property,value all pool/home/bob
4660 NAME           PROPERTY              VALUE
4661 pool/home/bob  quota                 20G
4662 pool/home/bob  compression           on
4663 .Ed
4664 .It Sy Example 8 No Rolling Back a ZFS File System
4665 The following command reverts the contents of
4666 .Em pool/home/anne
4667 to the snapshot named
4668 .Sy yesterday ,
4669 deleting all intermediate snapshots.
4670 .Bd -literal
4671 # zfs rollback -r pool/home/anne@yesterday
4672 .Ed
4673 .It Sy Example 9 No Creating a ZFS Clone
4674 The following command creates a writable file system whose initial contents are
4675 the same as
4676 .Em pool/home/bob@yesterday .
4677 .Bd -literal
4678 # zfs clone pool/home/bob@yesterday pool/clone
4679 .Ed
4680 .It Sy Example 10 No Promoting a ZFS Clone
4681 The following commands illustrate how to test out changes to a file system, and
4682 then replace the original file system with the changed one, using clones, clone
4683 promotion, and renaming:
4684 .Bd -literal
4685 # zfs create pool/project/production
4686   populate /pool/project/production with data
4687 # zfs snapshot pool/project/production@today
4688 # zfs clone pool/project/production@today pool/project/beta
4689   make changes to /pool/project/beta and test them
4690 # zfs promote pool/project/beta
4691 # zfs rename pool/project/production pool/project/legacy
4692 # zfs rename pool/project/beta pool/project/production
4693   once the legacy version is no longer needed, it can be destroyed
4694 # zfs destroy pool/project/legacy
4695 .Ed
4696 .It Sy Example 11 No Inheriting ZFS Properties
4697 The following command causes
4698 .Em pool/home/bob
4699 and
4700 .Em pool/home/anne
4701 to inherit the
4702 .Sy checksum
4703 property from their parent.
4704 .Bd -literal
4705 # zfs inherit checksum pool/home/bob pool/home/anne
4706 .Ed
4707 .It Sy Example 12 No Remotely Replicating ZFS Data
4708 The following commands send a full stream and then an incremental stream to a
4709 remote machine, restoring them into
4710 .Em poolB/received/fs@a
4711 and
4712 .Em poolB/received/fs@b ,
4713 respectively.
4714 .Em poolB
4715 must contain the file system
4716 .Em poolB/received ,
4717 and must not initially contain
4718 .Em poolB/received/fs .
4719 .Bd -literal
4720 # zfs send pool/fs@a | \e
4721   ssh host zfs receive poolB/received/fs@a
4722 # zfs send -i a pool/fs@b | \e
4723   ssh host zfs receive poolB/received/fs
4724 .Ed
4725 .It Sy Example 13 No Using the zfs receive -d Option
4726 The following command sends a full stream of
4727 .Em poolA/fsA/fsB@snap
4728 to a remote machine, receiving it into
4729 .Em poolB/received/fsA/fsB@snap .
4730 The
4731 .Em fsA/fsB@snap
4732 portion of the received snapshot's name is determined from the name of the sent
4733 snapshot.
4734 .Em poolB
4735 must contain the file system
4736 .Em poolB/received .
4737 If
4738 .Em poolB/received/fsA
4739 does not exist, it is created as an empty file system.
4740 .Bd -literal
4741 # zfs send poolA/fsA/fsB@snap | \e
4742   ssh host zfs receive -d poolB/received
4743 .Ed
4744 .It Sy Example 14 No Setting User Properties
4745 The following example sets the user-defined
4746 .Sy com.example:department
4747 property for a dataset.
4748 .Bd -literal
4749 # zfs set com.example:department=12345 tank/accounting
4750 .Ed
4751 .It Sy Example 15 No Performing a Rolling Snapshot
4752 The following example shows how to maintain a history of snapshots with a
4753 consistent naming scheme.
4754 To keep a week's worth of snapshots, the user destroys the oldest snapshot,
4755 renames the remaining snapshots, and then creates a new snapshot, as follows:
4756 .Bd -literal
4757 # zfs destroy -r pool/users@7daysago
4758 # zfs rename -r pool/users@6daysago @7daysago
4759 # zfs rename -r pool/users@5daysago @6daysago
4760 # zfs rename -r pool/users@yesterday @5daysago
4761 # zfs rename -r pool/users@yesterday @4daysago
4762 # zfs rename -r pool/users@yesterday @3daysago
4763 # zfs rename -r pool/users@yesterday @2daysago
4764 # zfs rename -r pool/users@today @yesterday
4765 # zfs snapshot -r pool/users@today
4766 .Ed
4767 .It Sy Example 16 No Setting sharenfs Property Options on a ZFS File System
4768 The following commands show how to set
4769 .Sy sharenfs
4770 property options to enable
4771 .Sy rw
4772 access for a set of
4773 .Sy IP
4774 addresses and to enable root access for system
4775 .Sy neo
4776 on the
4777 .Em tank/home
4778 file system.
4779 .Bd -literal
4780 # zfs set sharenfs='rw=@123.123.0.0/16,root=neo' tank/home
4781 .Ed
4782 .Pp
4783 If you are using
4784 .Sy DNS
4785 for host name resolution, specify the fully qualified hostname.
4786 .It Sy Example 17 No Delegating ZFS Administration Permissions on a ZFS Dataset
4787 The following example shows how to set permissions so that user
4788 .Sy cindys
4789 can create, destroy, mount, and take snapshots on
4790 .Em tank/cindys .
4791 The permissions on
4792 .Em tank/cindys
4793 are also displayed.
4794 .Bd -literal
4795 # zfs allow cindys create,destroy,mount,snapshot tank/cindys
4796 # zfs allow tank/cindys
4797 ---- Permissions on tank/cindys --------------------------------------
4798 Local+Descendent permissions:
4799         user cindys create,destroy,mount,snapshot
4800 .Ed
4801 .Pp
4802 Because the
4803 .Em tank/cindys
4804 mount point permission is set to 755 by default, user
4805 .Sy cindys
4806 will be unable to mount file systems under
4807 .Em tank/cindys .
4808 Add an ACE similar to the following syntax to provide mount point access:
4809 .Bd -literal
4810 # chmod A+user:cindys:add_subdirectory:allow /tank/cindys
4811 .Ed
4812 .It Sy Example 18 No Delegating Create Time Permissions on a ZFS Dataset
4813 The following example shows how to grant anyone in the group
4814 .Sy staff
4815 to create file systems in
4816 .Em tank/users .
4817 This syntax also allows staff members to destroy their own file systems, but not
4818 destroy anyone else's file system.
4819 The permissions on
4820 .Em tank/users
4821 are also displayed.
4822 .Bd -literal
4823 # zfs allow staff create,mount tank/users
4824 # zfs allow -c destroy tank/users
4825 # zfs allow tank/users
4826 ---- Permissions on tank/users ---------------------------------------
4827 Permission sets:
4828         destroy
4829 Local+Descendent permissions:
4830         group staff create,mount
4831 .Ed
4832 .It Sy Example 19 No Defining and Granting a Permission Set on a ZFS Dataset
4833 The following example shows how to define and grant a permission set on the
4834 .Em tank/users
4835 file system.
4836 The permissions on
4837 .Em tank/users
4838 are also displayed.
4839 .Bd -literal
4840 # zfs allow -s @pset create,destroy,snapshot,mount tank/users
4841 # zfs allow staff @pset tank/users
4842 # zfs allow tank/users
4843 ---- Permissions on tank/users ---------------------------------------
4844 Permission sets:
4845         @pset create,destroy,mount,snapshot
4846 Local+Descendent permissions:
4847         group staff @pset
4848 .Ed
4849 .It Sy Example 20 No Delegating Property Permissions on a ZFS Dataset
4850 The following example shows to grant the ability to set quotas and reservations
4851 on the
4852 .Em users/home
4853 file system.
4854 The permissions on
4855 .Em users/home
4856 are also displayed.
4857 .Bd -literal
4858 # zfs allow cindys quota,reservation users/home
4859 # zfs allow users/home
4860 ---- Permissions on users/home ---------------------------------------
4861 Local+Descendent permissions:
4862         user cindys quota,reservation
4863 cindys% zfs set quota=10G users/home/marks
4864 cindys% zfs get quota users/home/marks
4865 NAME              PROPERTY  VALUE  SOURCE
4866 users/home/marks  quota     10G    local
4867 .Ed
4868 .It Sy Example 21 No Removing ZFS Delegated Permissions on a ZFS Dataset
4869 The following example shows how to remove the snapshot permission from the
4870 .Sy staff
4871 group on the
4872 .Em tank/users
4873 file system.
4874 The permissions on
4875 .Em tank/users
4876 are also displayed.
4877 .Bd -literal
4878 # zfs unallow staff snapshot tank/users
4879 # zfs allow tank/users
4880 ---- Permissions on tank/users ---------------------------------------
4881 Permission sets:
4882         @pset create,destroy,mount,snapshot
4883 Local+Descendent permissions:
4884         group staff @pset
4885 .Ed
4886 .It Sy Example 22 No Showing the differences between a snapshot and a ZFS Dataset
4887 The following example shows how to see what has changed between a prior
4888 snapshot of a ZFS dataset and its current state.
4889 The
4890 .Fl F
4891 option is used to indicate type information for the files affected.
4892 .Bd -literal
4893 # zfs diff -F tank/test@before tank/test
4894 M       /       /tank/test/
4895 M       F       /tank/test/linked      (+1)
4896 R       F       /tank/test/oldname -> /tank/test/newname
4897 -       F       /tank/test/deleted
4898 +       F       /tank/test/created
4899 M       F       /tank/test/modified
4900 .Ed
4901 .It Sy Example 23 No Creating a bookmark
4902 The following example create a bookmark to a snapshot. This bookmark
4903 can then be used instead of snapshot in send streams.
4904 .Bd -literal
4905 # zfs bookmark rpool@snapshot rpool#bookmark
4906 .Ed
4907 .It Sy Example 24 No Setting sharesmb Property Options on a ZFS File System
4908 The following example show how to share SMB filesystem through ZFS. Note that
4909 that a user and his/her password must be given.
4910 .Bd -literal
4911 # smbmount //127.0.0.1/share_tmp /mnt/tmp \\
4912   -o user=workgroup/turbo,password=obrut,uid=1000
4913 .Ed
4914 .Pp
4915 Minimal
4916 .Em /etc/samba/smb.conf
4917 configuration required:
4918 .Pp
4919 Samba will need to listen to 'localhost' (127.0.0.1) for the ZFS utilities to
4920 communicate with Samba. This is the default behavior for most Linux
4921 distributions.
4922 .Pp
4923 Samba must be able to authenticate a user. This can be done in a number of
4924 ways, depending on if using the system password file, LDAP or the Samba
4925 specific smbpasswd file. How to do this is outside the scope of this manual.
4926 Please refer to the
4927 .Xr smb.conf 5
4928 man page for more information.
4929 .Pp
4930 See the
4931 .Sy USERSHARE section
4932 of the
4933 .Xr smb.conf 5
4934 man page for all configuration options in case you need to modify any options
4935 to the share afterwards. Do note that any changes done with the
4936 .Xr net 8
4937 command will be undone if the share is ever unshared (such as at a reboot etc).
4938 .El
4939 .Sh INTERFACE STABILITY
4940 .Sy Committed .
4941 .Sh SEE ALSO
4942 .Xr attr 1 ,
4943 .Xr gzip 1 ,
4944 .Xr ssh 1 ,
4945 .Xr chmod 2 ,
4946 .Xr fsync 2 ,
4947 .Xr stat 2 ,
4948 .Xr write 2 ,
4949 .Xr acl 5 ,
4950 .Xr attributes 5 ,
4951 .Xr exports 5 ,
4952 .Xr exportfs 8 ,
4953 .Xr mount 8 ,
4954 .Xr net 8 ,
4955 .Xr selinux 8 ,
4956 .Xr zpool 8