Skip to content
New issue

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

Investigate issues with disks more than 1TB #81

Open
rgayon opened this issue Jan 24, 2020 · 3 comments
Open

Investigate issues with disks more than 1TB #81

rgayon opened this issue Jan 24, 2020 · 3 comments

Comments

@rgayon
Copy link
Collaborator

rgayon commented Jan 24, 2020

Uploads seem to stall when reaching 1TB on a 1.5TB disk

@rgayon
Copy link
Collaborator Author

rgayon commented Jan 24, 2020

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

@sa3eed3ed
Copy link
Collaborator

sa3eed3ed commented Jan 30, 2020

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

@sa3eed3ed
Copy link
Collaborator

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants