You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally, mmp_on_uberblocks will fail. The test attempts to count the number of times uberblocks change in a pool and does so with a loop. It is possible the test is missing uberblock changes or the "fudge factor" for the number of changes may be incorrect.
Describe how to reproduce the problem
Reproducible by buildbot.
Include any warning/errors/backtraces from the system logs
Use kstat to get a more accurate count of uberblock updates.
Using a loop with zdb can potentially miss some uberblocks.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closesopenzfs#6407Closesopenzfs#6419
Use kstat to get a more accurate count of uberblock updates.
Using a loop with zdb can potentially miss some uberblocks.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closes#6407Closes#6419
Use kstat to get a more accurate count of uberblock updates.
Using a loop with zdb can potentially miss some uberblocks.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closesopenzfs#6407Closesopenzfs#6419
System information
Describe the problem you're observing
Occasionally, mmp_on_uberblocks will fail. The test attempts to count the number of times uberblocks change in a pool and does so with a loop. It is possible the test is missing uberblock changes or the "fudge factor" for the number of changes may be incorrect.
Describe how to reproduce the problem
Reproducible by buildbot.
Include any warning/errors/backtraces from the system logs
http://build.zfsonlinux.org/builders/CentOS%207.1%20x86_64%20%28TEST%29/builds/6437/steps/shell_8/logs/log
The text was updated successfully, but these errors were encountered: