2 .\" Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
3 .\" This file may be copied under the terms of the GNU Public License, v2.
5 .TH LLVERDEV 8 2024-08-28 Lustre "Lustre Configuration Utilities"
7 llverdev - verify a block device is functioning properly over its full size
15 .RB [ -l "] [" -p "] [" -r ]
24 Sometimes kernel drivers or hardware devices have bugs that prevent them from
25 accessing the full device size correctly, or possibly have bad sectors on disk
26 or other problems which prevent proper data storage. There are often defects
27 associated with major system boundaries such as 2^32 bytes, 2^31 sectors,
28 2^31 blocks, 2^32 blocks, etc.
32 tool will write and verify a unique test pattern across the entire device in
33 order to ensure that not only is data accessible after it was written, but
34 also that data written to one part of the disk is not overwriting data on
35 another part of the disk.
37 It is expected that llverdev tool will be run on large size devices (TB),
38 so it is always better to run llverdev tool in verbose mode, so that one
39 can easily restart device testing from the point at which it had stopped.
41 Running a full verification can be time consuming for very large devices,
42 so it is advisable to start with a partial verification to ensure the
43 device is minimally sane before investing the time in a full verification.
46 .BR -c ", " --chunksize \ \fICHUNK_MB
47 IO chunk size in megabytes (default=1), with optional KMG suffix.
50 force test to run without confirmation that the device will be overwritten
51 and all data therein will be permanently destroyed.
54 display a brief help message.
57 Run a full check, writing and then reading and verifying every block on the
60 .BR -o ", " --offset \ \fIOFFSET_KB
61 offset of IO start in kilobytes (default=0), with optional KMGTP suffix.
64 Run a partial check, only doing periodic checks across the device (1GB steps).
67 Run test in read (verify) mode only, after having run the test in
71 .BR -s ", " --size \ \fISIZE_MB
72 device or file size in megabytes to use for the test, with optional KMGTP
73 suffix. If unspecified, use the actual device or file size (or write until
74 an error is hit if 0).
76 .BR -t ", " --timestamp \ \fITIMESTAMP
77 Set test start time as printed at the start of a previously interrupted test
78 to ensure that the validation data is the same across the whole filesystem
79 (default=current time())
82 Run test in verbose mode, listing each read and write operation.
85 Run test in write (test-pattern) mode (default run both read and write)
87 Run a partial device verification on
91 .B # llverdev -v -p /dev/sda
92 llverdev: permanently overwrite all data on /dev/sda (yes/no)? y
93 llverdev: /dev/sda is 4398046511104 bytes (4096.0 GB) in size
95 Current write offset: 4096 kB
99 Continue an interrupted verification at offset
101 from the start of the device, using the same timestamp as the previous run:
104 .B # llverdev -f -v -p --offset=4096 --timestamp=1009839028 /dev/sda
105 llverdev: /dev/sda is 4398046511104 bytes (4096.0 GB) in size
106 Timestamp: 1009839028
115 filesystem package since release 1.4.0
116 .\" Added in commit 1.3.4-1130-g113303973e