mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
man: fix spelling mistakes in manual
A few minor mistakes than should be fixed: zpool: compatability -> compatibility zfs: accessable -> accessible availible -> available zfs-events: availible -> available zfs-module-parameters: proceding -> proceeding Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #3544
This commit is contained in:
parent
804e050457
commit
8f3439733f
@ -710,7 +710,7 @@ The actual/current checksum value.
|
|||||||
\fBcksum_algorithm\fR
|
\fBcksum_algorithm\fR
|
||||||
.ad
|
.ad
|
||||||
.RS 12n
|
.RS 12n
|
||||||
Checksum algorithm used. See \fBzfs\fR(8) for more information on checksum algorithms availible.
|
Checksum algorithm used. See \fBzfs\fR(8) for more information on checksum algorithms available.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
|
@ -367,7 +367,7 @@ Default value: \fB8192\fR.
|
|||||||
\fBzfs_arc_evict_batch_limit\fR (int)
|
\fBzfs_arc_evict_batch_limit\fR (int)
|
||||||
.ad
|
.ad
|
||||||
.RS 12n
|
.RS 12n
|
||||||
Number ARC headers to evict per sub-list before proceding to another sub-list.
|
Number ARC headers to evict per sub-list before proceeding to another sub-list.
|
||||||
This batch-style operation prevents entire sub-lists from being evicted at once
|
This batch-style operation prevents entire sub-lists from being evicted at once
|
||||||
but comes at a cost of additional unlocking and locking.
|
but comes at a cost of additional unlocking and locking.
|
||||||
.sp
|
.sp
|
||||||
|
@ -793,7 +793,7 @@ Currently only \fBposixacls\fR are supported on Linux.
|
|||||||
To obtain the best performance when setting \fBposixacl\fR users are strongly
|
To obtain the best performance when setting \fBposixacl\fR users are strongly
|
||||||
encouraged to set the \fBxattr=sa\fR property. This will result in the
|
encouraged to set the \fBxattr=sa\fR property. This will result in the
|
||||||
Posix ACL being stored more efficiently on disk. But as a consequence of this
|
Posix ACL being stored more efficiently on disk. But as a consequence of this
|
||||||
all new xattrs will only be accessable from ZFS implementations which support
|
all new xattrs will only be accessible from ZFS implementations which support
|
||||||
the \fBxattr=sa\fR property. See the \fBxattr\fR property for more details.
|
the \fBxattr=sa\fR property. See the \fBxattr\fR property for more details.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
@ -1221,7 +1221,7 @@ You might want to set \fBshareiscsi=on\fR for a file system so that all \fBZFS\f
|
|||||||
.RS 4n
|
.RS 4n
|
||||||
Controls whether the file system is shared by using \fBSamba USERSHARES\fR, and what options are to be used. Otherwise, the file system is automatically shared and unshared with the \fBzfs share\fR and \fBzfs unshare\fR commands. If the property is set to \fBon\fR, the \fBnet\fR(8) command is invoked to create a \fBUSERSHARE\fR.
|
Controls whether the file system is shared by using \fBSamba USERSHARES\fR, and what options are to be used. Otherwise, the file system is automatically shared and unshared with the \fBzfs share\fR and \fBzfs unshare\fR commands. If the property is set to \fBon\fR, the \fBnet\fR(8) command is invoked to create a \fBUSERSHARE\fR.
|
||||||
.sp
|
.sp
|
||||||
Because \fBSMB\fR shares requires a resource name, a unique resource name is constructed from the dataset name. The constructed name is a copy of the dataset name except that the characters in the dataset name, which would be illegal in the resource name, are replaced with underscore (\fB_\fR) characters. The ZFS On Linux driver does not (yet) support additional options which might be availible in the Solaris version.
|
Because \fBSMB\fR shares requires a resource name, a unique resource name is constructed from the dataset name. The constructed name is a copy of the dataset name except that the characters in the dataset name, which would be illegal in the resource name, are replaced with underscore (\fB_\fR) characters. The ZFS On Linux driver does not (yet) support additional options which might be available in the Solaris version.
|
||||||
.sp
|
.sp
|
||||||
If the \fBsharesmb\fR property is set to \fBoff\fR, the file systems are unshared.
|
If the \fBsharesmb\fR property is set to \fBoff\fR, the file systems are unshared.
|
||||||
.sp
|
.sp
|
||||||
@ -1388,7 +1388,7 @@ xattrs as system attributes significantly decreases the amount of disk IO
|
|||||||
required. Up to 64K of xattr data may be stored per file in the space reserved
|
required. Up to 64K of xattr data may be stored per file in the space reserved
|
||||||
for system attributes. If there is not enough space available for an xattr then
|
for system attributes. If there is not enough space available for an xattr then
|
||||||
it will be automatically written as a directory based xattr. System attribute
|
it will be automatically written as a directory based xattr. System attribute
|
||||||
based xattrs are not accessable on platforms which do not support the
|
based xattrs are not accessible on platforms which do not support the
|
||||||
\fBxattr=sa\fR feature.
|
\fBxattr=sa\fR feature.
|
||||||
.sp
|
.sp
|
||||||
The use of system attribute based xattrs is strongly encouraged for users of
|
The use of system attribute based xattrs is strongly encouraged for users of
|
||||||
|
@ -2017,7 +2017,7 @@ Displays legacy \fBZFS\fR versions supported by the current software. See \fBzfs
|
|||||||
.ad
|
.ad
|
||||||
.sp .6
|
.sp .6
|
||||||
.RS 4n
|
.RS 4n
|
||||||
Enables all supported features on the given pool. Once this is done, the pool will no longer be accessible on systems that do not support feature flags. See \fBzfs-features\fR(5) for details on compatability with systems that support feature flags, but do not support all features enabled on the pool.
|
Enables all supported features on the given pool. Once this is done, the pool will no longer be accessible on systems that do not support feature flags. See \fBzfs-features\fR(5) for details on compatibility with systems that support feature flags, but do not support all features enabled on the pool.
|
||||||
.sp
|
.sp
|
||||||
.ne 2
|
.ne 2
|
||||||
.mk
|
.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user