ceph-csi/internal
Prasanna Kumar Kalever 4f40213d8e rbd: fix rbd-nbd io-timeout to never abort
With the tests at CI, it kind of looks like that the IO is timing out after
30 seconds (default with rbd-nbd). Since we have tweaked reattach-timeout
to 300 seconds at ceph-csi, we need to explicitly set io-timeout on the
device too, as it doesn't make any sense to keep
io-timeout < reattach-timeout

Hence we set io-timeout for rbd nbd to 0. Specifying io-timeout 0 tells
the nbd driver to not abort the request and instead see if it can be
restarted on another socket.

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Suggested-by: Ilya Dryomov <idryomov@redhat.com>
2021-08-24 17:09:09 +00:00
..
cephfs cephfs: make use of subvolumeInfo.state to determine quota 2021-08-18 04:50:46 +00:00
controller util: correct interface name and remove redundancy 2021-08-19 04:19:42 +00:00
csi-common cleanup: allocate slice with known size 2021-08-10 05:39:44 +00:00
journal doc: update comments in voljournal 2021-08-05 08:11:15 +00:00
liveness cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00
rbd rbd: fix rbd-nbd io-timeout to never abort 2021-08-24 17:09:09 +00:00
util rbd: extract kmsID from volumeAttributes in RegenerateJournal() 2021-08-10 09:17:59 +00:00