Lines Matching +full:default +full:- +full:on
9 .\" or https://opensource.org/licenses/CDDL-1.0.
33 .\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved.
70 .Sy ZFS_MAX_DATASET_NAME_LEN No - 1
72 .Sy [A-Za-z_.:/ -] .
89 .Bl -tag -offset Ds -width "file system"
93 While ZFS file systems are designed to be POSIX-compliant, known issues exist
95 Applications that depend on standards conformance might fail due to non-standard
102 A read-only version of a file system or volume at a given point in time.
110 but without the hold on on-disk data.
123 Properties are divided into two types: native properties and user-defined
127 In addition, native properties are either editable or read-only.
128 User properties have no effect on ZFS behavior, but you can use them to annotate
142 .Xr zfs-load-key 8 .
147 .Bl -tag -width ""
152 .Fl V , -version
168 .Bl -tag -width ""
169 .It Xr zfs-list 8
171 .It Xr zfs-create 8
173 .It Xr zfs-destroy 8
175 .It Xr zfs-rename 8
177 .It Xr zfs-upgrade 8
178 Manage upgrading the on-disk version of filesystems.
182 .Bl -tag -width ""
183 .It Xr zfs-snapshot 8
185 .It Xr zfs-rollback 8
187 .It Xr zfs-hold 8 Ns / Ns Xr zfs-release 8
189 If a hold exists on a snapshot, attempts to destroy that snapshot by using the
193 .It Xr zfs-diff 8
200 .Bl -tag -width ""
201 .It Xr zfs-clone 8
203 .It Xr zfs-promote 8
204 Promotes a clone file system to no longer be dependent on its
210 .Bl -tag -width ""
211 .It Xr zfs-send 8
214 .It Xr zfs-receive 8
215 Creates a snapshot whose contents are as specified in the stream provided on
219 .Xr zfs-send 8
220 subcommand, which by default creates a full stream.
221 .It Xr zfs-bookmark 8
227 .It Xr zfs-redact 8
229 This feature can be used to allow clones of a filesystem to be made available on
235 .Bl -tag -width ""
236 .It Xr zfs-get 8
238 .It Xr zfs-set 8
240 .It Xr zfs-inherit 8
242 restored to default if no ancestor has the property set, or with the
248 .Bl -tag -width ""
249 .It Xr zfs-userspace 8 Ns / Ns Xr zfs-groupspace 8 Ns / Ns Xr zfs-projectspace 8
250 Displays space consumed by, and quotas on, each user, group, or project
252 .It Xr zfs-project 8
253 List, set, or clear project ID and/or inherit flag on the files or directories.
257 .Bl -tag -width ""
258 .It Xr zfs-mount 8
260 on a path described by its
263 .It Xr zfs-unmount 8
268 .Bl -tag -width ""
269 .It Xr zfs-share 8
271 .It Xr zfs-unshare 8
276 .Bl -tag -width ""
277 .It Xr zfs-allow 8
278 Delegate permissions on the specified filesystem or volume.
279 .It Xr zfs-unallow 8
280 Remove delegated permissions on the specified filesystem or volume.
284 .Bl -tag -width ""
285 .It Xr zfs-change-key 8
286 Add or change an encryption key on the specified dataset.
287 .It Xr zfs-load-key 8
289 .It Xr zfs-unload-key 8
295 .Bl -tag -width ""
296 .It Xr zfs-program 8
298 programmatically via a Lua script-language channel program.
302 .Bl -tag -width ""
303 .It Xr zfs-jail 8
305 .It Xr zfs-unjail 8
310 .Bl -tag -width ""
311 .It Xr zfs-wait 8
320 on success,
327 .\" Examples 1, 4, 6, 7, 11, 14, 16 are shared with zfs-set.8.
328 .\" Examples 1, 10 are shared with zfs-create.8.
329 .\" Examples 2, 3, 10, 15 are also shared with zfs-snapshot.8.
330 .\" Examples 3, 10, 15 are shared with zfs-destroy.8.
331 .\" Examples 5 are shared with zfs-list.8.
332 .\" Examples 8 are shared with zfs-rollback.8.
333 .\" Examples 9, 10 are shared with zfs-clone.8.
334 .\" Examples 10 are also shared with zfs-promote.8.
335 .\" Examples 10, 15 also are shared with zfs-rename.8.
336 .\" Examples 12, 13 are shared with zfs-send.8.
337 .\" Examples 12, 13 are also shared with zfs-receive.8.
338 .\" Examples 17, 18, 19, 20, 21 are shared with zfs-allow.8.
339 .\" Examples 22 are shared with zfs-diff.8.
340 .\" Examples 23 are shared with zfs-bookmark.8.
358 This snapshot is mounted on demand in the
369 Each snapshot is mounted on demand in the
386 .Dl # Nm zfs Cm set Sy compression Ns = Ns Sy on Ar pool/home/anne
391 .Sy listsnaps Ns = Ns Sy on .
392 The default is
396 for more information on pool properties.
397 .Bd -literal -compact -offset Ds
406 .Ss Example 6 : No Setting a Quota on a ZFS File System
414 .Bd -literal -compact -offset Ds
417 pool/home/bob type filesystem -
418 pool/home/bob creation Tue Jul 21 15:53 2009 -
419 pool/home/bob used 21K -
420 pool/home/bob available 20.0G -
421 pool/home/bob referenced 21K -
422 pool/home/bob compressratio 1.00x -
423 pool/home/bob mounted yes -
425 pool/home/bob reservation none default
426 pool/home/bob recordsize 128K default
427 pool/home/bob mountpoint /pool/home/bob default
428 pool/home/bob sharenfs off default
429 pool/home/bob checksum on default
430 pool/home/bob compression on local
431 pool/home/bob atime on default
432 pool/home/bob devices on default
433 pool/home/bob exec on default
434 pool/home/bob setuid on default
435 pool/home/bob readonly off default
436 pool/home/bob zoned off default
437 pool/home/bob snapdir hidden default
438 pool/home/bob acltype off default
439 pool/home/bob aclmode discard default
440 pool/home/bob aclinherit restricted default
441 pool/home/bob canmount on default
442 pool/home/bob xattr on default
443 pool/home/bob copies 1 default
444 pool/home/bob version 4 -
445 pool/home/bob utf8only off -
446 pool/home/bob normalization none -
447 pool/home/bob casesensitivity sensitive -
448 pool/home/bob vscan off default
449 pool/home/bob nbmand off default
450 pool/home/bob sharesmb off default
451 pool/home/bob refquota none default
452 pool/home/bob refreservation none default
453 pool/home/bob primarycache all default
454 pool/home/bob secondarycache all default
455 pool/home/bob usedbysnapshots 0 -
456 pool/home/bob usedbydataset 21K -
457 pool/home/bob usedbychildren 0 -
458 pool/home/bob usedbyrefreservation 0 -
462 .Bd -literal -compact -offset Ds
464 on
469 .Bd -literal -compact -offset Ds
473 pool/home/bob compression on
494 .Bd -literal -compact -offset Ds
527 .Bd -literal -compact -offset Ds
549 .Bd -literal -compact -offset Ds
555 The following example sets the user-defined
565 .Bd -literal -compact -offset Ds
577 .Ss Example 16 : No Setting sharenfs Property Options on a ZFS File System
580 property options to enable read-write
583 on the
589 specify the fully-qualified hostname.
591 .Ss Example 17 : No Delegating ZFS Administration Permissions on a ZFS Dataset
594 can create, destroy, mount, and take snapshots on
596 The permissions on
599 .Bd -literal -compact -offset Ds
602 ---- Permissions on tank/cindys --------------------------------------
609 mount point permission is set to 755 by default, user
616 .Ss Example 18 : No Delegating Create Time Permissions on a ZFS Dataset
623 The permissions on
626 .Bd -literal -compact -offset Ds
630 ---- Permissions on tank/users ---------------------------------------
637 .Ss Example 19 : No Defining and Granting a Permission Set on a ZFS Dataset
638 The following example shows how to define and grant a permission set on the
641 The permissions on
644 .Bd -literal -compact -offset Ds
648 ---- Permissions on tank/users ---------------------------------------
655 .Ss Example 20 : No Delegating Property Permissions on a ZFS Dataset
657 on the
660 The permissions on
663 .Bd -literal -compact -offset Ds
666 ---- Permissions on users/home ---------------------------------------
675 .Ss Example 21 : No Removing ZFS Delegated Permissions on a ZFS Dataset
678 group on the
681 The permissions on
684 .Bd -literal -compact -offset Ds
687 ---- Permissions on tank/users ---------------------------------------
700 .Bd -literal -compact -offset Ds
704 R F /tank/test/oldname -> /tank/test/newname
705 - F /tank/test/deleted
715 .Ss Example 24 : No Setting Sy sharesmb No Property Options on a ZFS File System
726 This is the default behavior for most Linux distributions.
744 .Bl -tag -width "ZFS_MODULE_TIMEOUT"
763 Disabled by default on Linux
802 .Xr zfs-allow 8 ,
803 .Xr zfs-bookmark 8 ,
804 .Xr zfs-change-key 8 ,
805 .Xr zfs-clone 8 ,
806 .Xr zfs-create 8 ,
807 .Xr zfs-destroy 8 ,
808 .Xr zfs-diff 8 ,
809 .Xr zfs-get 8 ,
810 .Xr zfs-groupspace 8 ,
811 .Xr zfs-hold 8 ,
812 .Xr zfs-inherit 8 ,
813 .Xr zfs-jail 8 ,
814 .Xr zfs-list 8 ,
815 .Xr zfs-load-key 8 ,
816 .Xr zfs-mount 8 ,
817 .Xr zfs-program 8 ,
818 .Xr zfs-project 8 ,
819 .Xr zfs-projectspace 8 ,
820 .Xr zfs-promote 8 ,
821 .Xr zfs-receive 8 ,
822 .Xr zfs-redact 8 ,
823 .Xr zfs-release 8 ,
824 .Xr zfs-rename 8 ,
825 .Xr zfs-rollback 8 ,
826 .Xr zfs-send 8 ,
827 .Xr zfs-set 8 ,
828 .Xr zfs-share 8 ,
829 .Xr zfs-snapshot 8 ,
830 .Xr zfs-unallow 8 ,
831 .Xr zfs-unjail 8 ,
832 .Xr zfs-unload-key 8 ,
833 .Xr zfs-unmount 8 ,
834 .Xr zfs-unshare 8 ,
835 .Xr zfs-upgrade 8 ,
836 .Xr zfs-userspace 8 ,
837 .Xr zfs-wait 8 ,