-
Bug
-
Resolution: Done
-
Critical
-
None
-
ACM 2.11.0
Description of problem:
Rsync-TLS mover only
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.
ARGS_MAX can be different values on different linux versions, but have been able to reproduce with ~60k files in the root of the source PVC.
See more details in upstream bug: https://github.com/backube/volsync/issues/1290
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- Create source PVC with 60k files or dirs (easier to create if using long file names) in the root of the PVC
- Create a replicationsource/dest using rsync-tls to sync this to the destination
- Check the destination after replication is complete and compare to ensure all files/dirs were copied correctly
Actual results:
Files from the source may not be copied to the destination
Expected results:
All files should be copiedi to the destination
Additional info:
- is cloned by
-
ACM-12021 [volsync v0.9.z] VolSync - rsync-tls fails to sync if many files in the root of the source PVC
- Closed
- mentioned on