Hello every one.
I've spotted lots of messages with a similar appearence "Aug 14 04:02:19 test-node1 kernel: blk_update_request: I/O error, dev fd0, sector 0" within /var/log/messages log file.
To remove the messages i've implemented all the steps described in the note "How To Disable Floppy Drive to Stop Error Messages "kernel: end_request: I/O error, dev fd0, sector 0" (Doc ID 2172633.1)" but that did not help too much.
Here is the list of steps i've took:
[root@test-node1 ~]# vi /etc/modprobe.d/blacklist.conf
[root@test-node1 ~]# cat /etc/modprobe.d/blacklist.conf
blacklist floppy
[root@test-node1 ~]#reboot
[root@test-node1 ~]# lsmod | grep -i floppy
floppy 69417 0
Please advise