WIP Test multiple filesystems with Vagrant#1820
WIP Test multiple filesystems with Vagrant#1820ThomasWaldmann wants to merge 10 commits intoborgbackup:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1820 +/- ##
=========================================
Coverage ? 86.16%
=========================================
Files ? 23
Lines ? 8826
Branches ? 1486
=========================================
Hits ? 7605
Misses ? 826
Partials ? 395Continue to review full report at Codecov.
|
9c12901 to
d1ee446
Compare
d5c05ed to
f23db4a
Compare
|
What's the status on this? I see a few unchecked boxes, but no blockers noted. Do we need all boxes checked for a merge? |
sshfs troubles with: - teardown fails (umount: target is busy) - test_atime (atime changes are not seen immediately) ntfs-3g troubles with: - teardown fails (umount: target is busy) - mode / atime issues
runs out of memory
needed to increase fs size as btrfs does not work with less.
|
I am currently rebasing / fixing the conflicts / testing this. One fundamental thing with this changeset is that it switches vagrant provisioning to be all-root (privileged = true). We get rid of fakeroot by this, but not sure if we run into new problems (besides never being able to run non-root). |
f23db4a to
420aec0
Compare
Fixes #1289, continuation from #1359.
Both kernel module and FUSE filesystems are supported.
TODO:
Notes: