Fatal Error on my Node

now it is a readability timeout, so not the same.
This one is a bad sign - this is mean that your node is unable to read a small file within 1m0s, this is also mean, that it likely happened for pieces too, so your node could start to fail audits because of timeouts (when the node responses on audit request but cannot provide a piece after 5 minutes timeout, it will be placed into a containment mode and will be asked for the same piece 2 more times with 5 minutes timeout each before considering this audit as failed).

You may increase a readability timeout but also you should increase the readability check interval too, because by default they are equal, so

storage2.monitor.verify-dir-readable-interval: 1m30s
storage2.monitor.verify-dir-readable-timeout: 1m30s

save the config and restart the node.