samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
108 stars 24 forks source link

Test Stabilization: prevent frequent NT_STATUS_IO_TIMEOUT errors #221

Closed phlogistonjohn closed 2 years ago

phlogistonjohn commented 2 years ago

This should be preventable by a simple retry after delay.

phlogistonjohn commented 2 years ago

Fixed by #227