summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-08-24 10:25:01 -0500
committerDavid Teigland <teigland@redhat.com>2017-08-24 10:25:01 -0500
commit043ff47b0579bffaa63cb023d8850b0e749eb9ce (patch)
tree02a98757f5e2937f4cf51c5652b2b5a0bf78fab6
parente71c3ff18719f240e92bb641b9b9a01b2619cc93 (diff)
downloadlvm2-043ff47b0579bffaa63cb023d8850b0e749eb9ce.tar.gz
man lvmthin: change fsck references
to more generic terms like repair.
-rw-r--r--man/lvmthin.7_main8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/lvmthin.7_main b/man/lvmthin.7_main
index 1ebeb65f0..251ba125a 100644
--- a/man/lvmthin.7_main
+++ b/man/lvmthin.7_main
@@ -397,7 +397,7 @@ the pmspare LV.
If thin pool metadata is damaged, it may be repairable.
Checking and repairing thin pool metadata is analagous to
-running fsck on a file system.
+running fsck/repair on a file system.
When a thin pool LV is activated, lvm runs the thin_check command
to check the correctness of the metadata on the pool metadata LV.
@@ -774,7 +774,7 @@ While waiting to be extended, the thin pool will queue writes for up to 60
seconds (the default). If data space has not been extended after this
time, the queued writes will return an error to the caller, e.g. the file
system. This can result in file system corruption for non-journaled file
-systems that may require fsck. When a thin pool returns errors for writes
+systems that may require repair. When a thin pool returns errors for writes
to a thin LV, any file system is subject to losing unsynced user data.
The 60 second timeout can be changed or disabled with the dm-thin-pool
@@ -789,7 +789,7 @@ deadlocks. (The timeout applies to all thin pools on the system.)
Writes to thin LVs immediately return an error, and no writes are queued.
In the case of a file system, this can result in corruption that may
-require fsck (the specific consequences depend on the thin LV user.)
+require fs repair (the specific consequences depend on the thin LV user.)
.I data percent
@@ -858,7 +858,7 @@ repair.
.br
See "Manually manage free metadata space of a thin pool LV".
-4. Check and repair file system with fsck.
+4. Check and repair file system.
.SS Automatic extend settings