mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-15 02:05:01 +03:00
Fix spelling errors
Unlike some of my other fixes which are more subtle, these are unambigously spelling errors. Signed-off-by: Simon Howard <fraggle@gmail.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org>
This commit is contained in:
parent
81bcab3525
commit
2c41e2a109
@ -237,7 +237,7 @@ in reading stored log metadata, or the metadata
|
|||||||
has become somehow fragmented/unusable).
|
has become somehow fragmented/unusable).
|
||||||
.
|
.
|
||||||
.It Sy l2arc_rebuild_blocks_min_l2size Ns = Ns Sy 1073741824 Ns B Po 1 GiB Pc Pq u64
|
.It Sy l2arc_rebuild_blocks_min_l2size Ns = Ns Sy 1073741824 Ns B Po 1 GiB Pc Pq u64
|
||||||
Mininum size of an L2ARC device required in order to write log blocks in it.
|
Minimum size of an L2ARC device required in order to write log blocks in it.
|
||||||
The log blocks are used upon importing the pool to rebuild the persistent L2ARC.
|
The log blocks are used upon importing the pool to rebuild the persistent L2ARC.
|
||||||
.Pp
|
.Pp
|
||||||
For L2ARC devices less than 1 GiB, the amount of data
|
For L2ARC devices less than 1 GiB, the amount of data
|
||||||
@ -572,16 +572,16 @@ most ZPL operations (e.g. write, create) will return
|
|||||||
.Sy ENOSPC .
|
.Sy ENOSPC .
|
||||||
.
|
.
|
||||||
.It Sy spa_num_allocators Ns = Ns Sy 4 Pq int
|
.It Sy spa_num_allocators Ns = Ns Sy 4 Pq int
|
||||||
Determines the number of block alloctators to use per spa instance.
|
Determines the number of block allocators to use per spa instance.
|
||||||
Capped by the number of actual CPUs in the system via
|
Capped by the number of actual CPUs in the system via
|
||||||
.Sy spa_cpus_per_allocator .
|
.Sy spa_cpus_per_allocator .
|
||||||
.Pp
|
.Pp
|
||||||
Note that setting this value too high could result in performance
|
Note that setting this value too high could result in performance
|
||||||
degredation and/or excess fragmentation.
|
degradation and/or excess fragmentation.
|
||||||
Set value only applies to pools imported/created after that.
|
Set value only applies to pools imported/created after that.
|
||||||
.
|
.
|
||||||
.It Sy spa_cpus_per_allocator Ns = Ns Sy 4 Pq int
|
.It Sy spa_cpus_per_allocator Ns = Ns Sy 4 Pq int
|
||||||
Determines the minimum number of CPUs in a system for block alloctator
|
Determines the minimum number of CPUs in a system for block allocator
|
||||||
per spa instance.
|
per spa instance.
|
||||||
Set value only applies to pools imported/created after that.
|
Set value only applies to pools imported/created after that.
|
||||||
.
|
.
|
||||||
|
@ -72,7 +72,7 @@ state of this vdev such as online, faulted, or offline
|
|||||||
.It Sy guid
|
.It Sy guid
|
||||||
globally unique id of this vdev
|
globally unique id of this vdev
|
||||||
.It Sy asize
|
.It Sy asize
|
||||||
The allocable size of this vdev
|
The allocatable size of this vdev
|
||||||
.It Sy psize
|
.It Sy psize
|
||||||
The physical size of this vdev
|
The physical size of this vdev
|
||||||
.It Sy ashift
|
.It Sy ashift
|
||||||
@ -96,7 +96,7 @@ The physical path to the device
|
|||||||
.It Sy encpath
|
.It Sy encpath
|
||||||
The enclosure path to the device
|
The enclosure path to the device
|
||||||
.It Sy fru
|
.It Sy fru
|
||||||
Field Replacable Unit, usually a model number
|
Field Replaceable Unit, usually a model number
|
||||||
.It Sy parent
|
.It Sy parent
|
||||||
Parent of this vdev
|
Parent of this vdev
|
||||||
.It Sy children
|
.It Sy children
|
||||||
|
@ -112,7 +112,7 @@ See
|
|||||||
.Xr zfs 4
|
.Xr zfs 4
|
||||||
for more details on the
|
for more details on the
|
||||||
.Sy zfs_vdev_direct_write_verify
|
.Sy zfs_vdev_direct_write_verify
|
||||||
module paramter.
|
module parameter.
|
||||||
.It Sy config
|
.It Sy config
|
||||||
Issued every time a vdev change have been done to the pool.
|
Issued every time a vdev change have been done to the pool.
|
||||||
.It Sy zpool
|
.It Sy zpool
|
||||||
|
Loading…
Reference in New Issue
Block a user