mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-24 02:00:19 +08:00
fde683fb5d
The amount of fields returned for disk statistics changed in newer Linux kernel versions to 20 and caused `pt-diskstat` to simply not provide any output on these systems. Updated the check in the diskstats parsing code to proceed with 20 fields as well. Signed-off-by: Lenz Grimmer <lenz.grimmer@percona.com>