1NDCTL-WAIT-SCRUB(1) ndctl Manual NDCTL-WAIT-SCRUB(1)
2
3
4
6 ndctl-wait-scrub - wait for an Address Range Scrub (ARS) operation to
7 complete
8
10 ndctl wait-scrub [<bus-id> <bus-id2> ... <bus-idN>] [<options>]
11
13 NVDIMM Address Range Scrub is a capability provided by platform
14 firmware that allows for the discovery of memory errors by system
15 software. It enables system software to pre-emptively avoid accesses
16 that could lead to uncorrectable memory error handling events, and it
17 otherwise allows memory errors to be enumerated.
18
19 The kernel provides a POLL(2) capable sysfs file (scrub) to indicate
20 the state of ARS. The scrub file maintains a running count of ARS runs
21 that have taken place. While a current run is in progress a + character
22 is emitted along with the current count. The ndctl wait-scrub operation
23 waits for scrub, across all specified buses, to indicate not
24 in-progress at least once.
25
27 Wait for scrub on all nvdimm buses in the system. The json listing
28 report at the end only includes the buses that support ARS operations.
29
30
31 .ft C
32 # ndctl wait-scrub
33 [
34 {
35 "provider":"nfit_test.1",
36 "dev":"ndbus3",
37 "scrub_state":"idle"
38 },
39 {
40 "provider":"nfit_test.0",
41 "dev":"ndbus2",
42 "scrub_state":"idle"
43 }
44 ]
45 .ft
46
47
48 When specifying an individual bus, or if there is only one bus in the
49 system, the command reports whether ARS support is available.
50
51
52 .ft C
53 # ndctl wait-scrub e820
54 error waiting for scrub completion: Operation not supported
55 .ft
56
57
59 -v, --verbose
60 Emit debug messages for the ARS wait process
61
63 Copyright © 2016 - 2020, Intel Corporation. License GPLv2: GNU GPL
64 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
65 are free to change and redistribute it. There is NO WARRANTY, to the
66 extent permitted by law.
67
69 ndctl-start-scrub(1), ACPI 6.2 Specification Section 9.20.7.2 Address
70 Range Scrubbing (ARS) Overview[1]
71
73 1. ACPI 6.2 Specification Section 9.20.7.2 Address Range Scrubbing
74 (ARS) Overview
75 http://www.uefi.org/sites/default/files/resources/ACPI%206_2_A_Sept29.pdf
76
77
78
79ndctl 71.1 01/26/2021 NDCTL-WAIT-SCRUB(1)