-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
partitioning: back to classic dd
/dev/zero to prepare $SDCARD.raw
#4857
partitioning: back to classic dd
/dev/zero to prepare $SDCARD.raw
#4857
Conversation
…; maybe (?) fixes problems with double-sparse when `truncate` is used on a `zfs` under Docker
seems truncate return success.
...
|
Yes -- |
This is the result of the test of this patch :) P.S. with fallocate same result. we need to go deeper in debug :) |
And we need to update config/sources/common.conf:
to
|
Ok. this does not help.
...
On next build i insert |
This is... very puzzling. I am trying to obtain a zfs + docker-with-zfs machine so I can reproduce and not pester you for tests... |
ok. i found. turn off tmpfs and got:
with tmpfs on:
|
Not sure I follow. |
sparse files. |
partitioning: back to classic
dd
/dev/zero to prepare$SDCARD.raw
truncate
is used on azfs
under Dockerreported by @adeepn -- on Docker using zfs
draft: no idea if this fixes it at all, just a guess