Actions
action #162494
opentelegraf error on some OSD controlled machines "W! [inputs.diskio] Error gathering disk info: no such file or directory" size:S
Status:
Workable
Priority:
Normal
Assignee:
-
Category:
Regressions/Crashes
Target version:
Start date:
2024-06-19
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
sudo salt \* cmd.run 'journalctl -u telegraf | grep -c "inputs\.diskio"'
openqaworker18.qa.suse.cz:
0
backup-qam.qe.nue2.suse.org:
0
…
worker40.oqa.prg2.suse.org:
1896
…
worker33.oqa.prg2.suse.org:
4162
just as example, not complete.
Acceptance criteria¶
- AC1: No errors or warnings related to gathering disk info in telegraf journal
Acceptance tests¶
- AT1-1:
sudo salt \* cmd.run 'journalctl -u telegraf | grep -c "inputs\.diskio"'
is 0
Suggestions¶
- web research for
W! [inputs.diskio] Error gathering disk info: no such file or directory
and trytelegraf -test
on machines to reproduce. Probably we need to exclude something from looking up disks that don't exist?
Updated by okurz 3 months ago
- Subject changed from telegraf error on some OSD controlled machines "W! [inputs.diskio] Error gathering disk info: no such file or directory" to telegraf error on some OSD controlled machines "W! [inputs.diskio] Error gathering disk info: no such file or directory" size:S
- Description updated (diff)
- Status changed from New to Workable
Actions