-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing value blocks_to_be_synced #636
Comments
SuperQ
added a commit
that referenced
this issue
May 13, 2024
Capture the blocks to be synced from the recvery line as it can differ from the total blocks. * Reformat test struct to make it easier to read. Fixes: #636 Signed-off-by: SuperQ <superq@gmail.com>
SuperQ
added a commit
that referenced
this issue
May 13, 2024
Capture the blocks to be synced from the recvery line as it can differ from the total blocks. * Reformat test struct to make it easier to read. Fixes: #636 Signed-off-by: SuperQ <superq@gmail.com>
jritter
pushed a commit
to jritter/procfs
that referenced
this issue
Jul 15, 2024
Capture the blocks to be synced from the recvery line as it can differ from the total blocks. * Reformat test struct to make it easier to read. Fixes: prometheus#636 Signed-off-by: SuperQ <superq@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
here is my
cat /proc/mdstat
:The
total_blocks
(14650718208) can differ from theblock_to_be_synced
[due to lack of a better name] (4883572736).But the output only gives the
total_blocks
.procfs/mdstat.go
Line 26 in 5cca38b
In this regex, the second
\d
contains the needed value.Can you add it to the output?
The text was updated successfully, but these errors were encountered: