Lines Matching +full:user +full:- +full:level

1 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
30 .Nd native and user-defined properties of ZFS vdevs
33 Properties are divided into two types, native properties and user-defined
34 .Pq or Qq user
37 In addition, native properties are either editable or read-only.
38 User properties have no effect on ZFS behavior, but you can use them to annotate
40 For more information about user properties, see the
41 .Sx User Properties
47 Properties are not inherited from top-level vdevs, with the exception of
50 The values of numeric properties can be specified using human-readable suffixes
62 The values of non-numeric properties are case sensitive and must be lowercase.
64 The following native properties consist of read-only statistics about the
67 .Bl -tag -width "fragmentation"
91 The level of parity for this vdev
128 .Bl -tag -width "allocating"
132 These properties can be set on leaf and top-level vdevs.
133 When the property is set on the leaf and top-level vdev, the value of the leaf
135 If the property is only set on the top-level vdev, this value will be used.
137 For this reason, it is advisable to set the property on the top-level vdev -
159 .Xr zpool-remove 8 .
161 .Ss User Properties
162 In addition to the standard native properties, ZFS supports arbitrary user
164 User properties have no effect on ZFS behavior, but applications or
167 User property names must contain a colon
174 .Pq Qq Sy - ,
183 User property names can be at most 256 characters, and cannot begin with a dash
184 .Pq Qq Sy - .
186 When making programmatic use of user properties, it is strongly suggested to use
190 independently-developed packages use the same property name for different
193 The values of user properties are arbitrary strings and
197 command with a blank value to clear a user property.
201 .Xr zpool-set 8