Michael Eischer f1b4d97945 doc: Warn about compatibility issues with CIFS and restic
On Linux CIFS (SMB) seems to be incompatible with the async preemption
implementation of Go 1.14. CIFS seems not to restart syscalls (open,
read, chmod, readdir, ...) as expected by Go, which sets SA_RESTART for
its signal handler to have syscalls restarted automatically. This leads
to Go passing up lots of EINTR return codes to restic.

See https://github.com/restic/restic/issues/2659 for a detailed explanation.
2020-03-26 21:52:37 +01:00
..
2020-02-13 00:09:37 +01:00
2018-02-05 20:48:48 +01:00
2018-04-28 22:08:11 +02:00
2018-04-28 22:08:11 +02:00
2018-04-28 22:08:11 +02:00
2018-04-28 22:08:11 +02:00
2018-04-28 22:08:11 +02:00
2018-10-11 22:37:25 +02:00