Lines Matching +full:default +full:- +full:on

1 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
38 .Nm zfs-set
39 .Nd set properties on ZFS datasets
50 .Op Fl j Op Ar --json-int
62 .Bl -tag -width ""
73 for more information on what properties can be set and acceptable
75 Numeric values can be specified as exact values, or in a human-readable form
81 User properties can be set on snapshots.
86 .Bl -tag -width "-u"
96 .Op Fl j Op Ar --json-int
105 datasets on the system.
107 .Bl -tag -compact -offset 4n -width "property"
116 .Sy local , default , inherited , temporary , received , No or Sy - Pq none .
119 All columns are displayed by default, though this can be controlled by using the
122 This command takes a comma-separated list of properties as described in the
133 .Bl -tag -width "-s source"
134 .It Fl j , -json Op Ar --json-int
137 .Sy --json-int
150 A comma-separated list of columns to display, defaults to
159 A comma-separated list of sources to display.
162 .Sy local , default , inherited , temporary , received , No or Sy none .
163 The default value is all sources.
165 A comma-separated list of types to display, where
186 restored to default if no ancestor has the property set, or with the
191 for a listing of default values, and details on which properties can be
193 .Bl -tag -width "-r"
198 otherwise, for non-inheritable properties, to the default;
231 .Dl # Nm zfs Cm set Sy compression Ns = Ns Sy on Ar pool/home/anne
233 .Ss Example 3 : No Setting a Quota on a ZFS File System
241 .Bd -literal -compact -offset Ds
244 pool/home/bob type filesystem -
245 pool/home/bob creation Tue Jul 21 15:53 2009 -
246 pool/home/bob used 21K -
247 pool/home/bob available 20.0G -
248 pool/home/bob referenced 21K -
249 pool/home/bob compressratio 1.00x -
250 pool/home/bob mounted yes -
252 pool/home/bob reservation none default
253 pool/home/bob recordsize 128K default
254 pool/home/bob mountpoint /pool/home/bob default
255 pool/home/bob sharenfs off default
256 pool/home/bob checksum on default
257 pool/home/bob compression on local
258 pool/home/bob atime on default
259 pool/home/bob devices on default
260 pool/home/bob exec on default
261 pool/home/bob setuid on default
262 pool/home/bob readonly off default
263 pool/home/bob zoned off default
264 pool/home/bob snapdir hidden default
265 pool/home/bob acltype off default
266 pool/home/bob aclmode discard default
267 pool/home/bob aclinherit restricted default
268 pool/home/bob canmount on default
269 pool/home/bob xattr on default
270 pool/home/bob copies 1 default
271 pool/home/bob version 4 -
272 pool/home/bob utf8only off -
273 pool/home/bob normalization none -
274 pool/home/bob casesensitivity sensitive -
275 pool/home/bob vscan off default
276 pool/home/bob nbmand off default
277 pool/home/bob sharesmb off default
278 pool/home/bob refquota none default
279 pool/home/bob refreservation none default
280 pool/home/bob primarycache all default
281 pool/home/bob secondarycache all default
282 pool/home/bob usedbysnapshots 0 -
283 pool/home/bob usedbydataset 21K -
284 pool/home/bob usedbychildren 0 -
285 pool/home/bob usedbyrefreservation 0 -
289 .Bd -literal -compact -offset Ds
295 .Bd -literal -compact -offset Ds
313 "type": "DEFAULT",
314 "data": "-"
328 "type": "DEFAULT",
329 "data": "-"
340 .Bd -literal -compact -offset Ds
344 pool/home/bob compression on
356 The following example sets the user-defined
361 .Ss Example 7 : No Setting sharenfs Property Options on a ZFS File System
364 property options to enable read-write
373 specify the fully-qualified hostname.
377 .Xr zfs-list 8