blob: b639aec9ab63664988db9518dceebc7e272e87e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[[Filesystem_Properties]]
= Filesystem Properties
System administrators can set filesystem-wide properties to coordinate the
behavior of userspace XFS administration tools. These properties are recorded
as extended attributes of the +ATTR_ROOT+ namesace that are set on the root
directory.
[options="header"]
|=====
| Property | Description
| +xfs:autofsck+ | Online fsck background scanning behavior
|=====
*xfs:autofsck*::
This property controls the behavior of background online fsck.
Unrecognized values are treated as if the property was not set.
Check the +xfs_scrub+ manual page for more information.
.autofsck property values
[options="header"]
|=====
| Value | Description
| +none+ | Do not perform background scans.
| +check+ | Only check metadata.
| +optimize+ | Check and optimize metadata.
| +repair+ | Check, repair, or optimize metadata.
|=====
|