You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rsync-tls uses globbing to get the file list to send to the destination, both these cmds can fail with Arguments list too long error if there are too many files (or filenames too long) for files/directories in the root directory of the source PVC.
Describe the bug
Rsync-tls uses globbing to get the file list to send to the destination, both these cmds can fail with
Arguments list too long
error if there are too many files (or filenames too long) for files/directories in the root directory of the source PVC.volsync/mover-rsync-tls/client.sh
Line 153 in efd604e
Which can manifest in the client script thinking there are no files to sync
and
volsync/mover-rsync-tls/client.sh
Line 155 in efd604e
Can produce the error:
which will result in the sync failing and repeatedly retrying.
The above log statements were taken from a v0.8.1 build.
Steps to reproduce
Expected behavior
Actual results
Additional context
The text was updated successfully, but these errors were encountered: