We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploads seem to stall when reaching 1TB on a 1.5TB disk
The text was updated successfully, but these errors were encountered:
This would be the pid of the underlying dcfldd, when the upload is stalling
# cat /proc/26925/io rchar: 1041529571228 wchar: 1041530654463 syscr: 496646 syscw: 498828 read_bytes: 1023014080512 write_bytes: 1019904 cancelled_write_bytes: 0
Sorry, something went wrong.
I faced the same issue:
sudo cat /proc/12895/io rchar: 1041529571228 wchar: 1041530654463 syscr: 496646 syscw: 498828 read_bytes: 1041529704448 write_bytes: 1019904 cancelled_write_bytes: 0
Pushing the disk via a gsutil stream transfer worked for me, example:
dcfldd if="/dev/[DEV_NAME]" hashlog=image.hash hash=md5,sha1 bs=2M \ conv=noerror hashwindow=128M | gsutil cp - [Archived_Disk_Path]
No branches or pull requests
Uploads seem to stall when reaching 1TB on a 1.5TB disk
The text was updated successfully, but these errors were encountered: