]> granicus.if.org Git - sysstat/commit
Fix #263: Incorrect device name from iostat
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 24 Jul 2020 14:52:18 +0000 (16:52 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 24 Jul 2020 14:52:18 +0000 (16:52 +0200)
commitd83226cc267738723d4edefd4e6055917f15fa51
tree8f56ade160fb638ffe7a9f203f3e3522ba865874
parent9c8e5cae172f8859323db478e213e710f3deed06
Fix #263: Incorrect device name from iostat

Using sysstat.ioconf configure file to determine the device name based
on its major and minor numbers gives a wrong name for xvd* devices with
big minor numbers.
Don't use it any more as there are other ways to find the name (e.g. we
can read the symlink in /sys/dev/block/).

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
iostat.c