Skip to content

WIP Test multiple filesystems with Vagrant#1820

Closed
ThomasWaldmann wants to merge 10 commits intoborgbackup:masterfrom
ThomasWaldmann:vagrant-multiple-fs
Closed

WIP Test multiple filesystems with Vagrant#1820
ThomasWaldmann wants to merge 10 commits intoborgbackup:masterfrom
ThomasWaldmann:vagrant-multiple-fs

Conversation

@ThomasWaldmann
Copy link
Copy Markdown
Member

@ThomasWaldmann ThomasWaldmann commented Nov 10, 2016

Fixes #1289, continuation from #1359.

Both kernel module and FUSE filesystems are supported.

TODO:

Notes:

  • no fakeroot, everything runs as root

@ThomasWaldmann ThomasWaldmann added this to the 1.1.0b3 milestone Nov 10, 2016
@ThomasWaldmann ThomasWaldmann self-assigned this Nov 10, 2016
@codecov-io
Copy link
Copy Markdown

codecov-io commented Nov 10, 2016

Codecov Report

❗ No coverage uploaded for pull request base (master@df8205a). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1820   +/-   ##
=========================================
  Coverage          ?   86.16%           
=========================================
  Files             ?       23           
  Lines             ?     8826           
  Branches          ?     1486           
=========================================
  Hits              ?     7605           
  Misses            ?      826           
  Partials          ?      395

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df8205a...2e61796. Read the comment docs.

@ThomasWaldmann ThomasWaldmann force-pushed the vagrant-multiple-fs branch 3 times, most recently from 9c12901 to d1ee446 Compare November 16, 2016 04:54
@ThomasWaldmann ThomasWaldmann modified the milestones: 1.1.0rc1, 1.1.0b3 Nov 20, 2016
@enkore enkore changed the title Test multiple filesystems with Vagrant WIP Test multiple filesystems with Vagrant Apr 29, 2017
@enkore enkore added the stale label May 15, 2017
@ThomasWaldmann ThomasWaldmann modified the milestones: 1.1 - near future goals, 1.1.0rc1 Jul 4, 2017
@ThomasWaldmann ThomasWaldmann removed their assignment Jul 4, 2017
@enkore
Copy link
Copy Markdown
Contributor

enkore commented Jul 26, 2017

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?

PlasmaPower and others added 5 commits July 26, 2017 15:37
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.
@ThomasWaldmann
Copy link
Copy Markdown
Member Author

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).

@ThomasWaldmann ThomasWaldmann removed this from the 1.1 - near future goals milestone Jul 27, 2017
@ThomasWaldmann ThomasWaldmann deleted the vagrant-multiple-fs branch October 6, 2020 15:51
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

Successfully merging this pull request may close these issues.

Test on many file systems automatically

4 participants