threefoldtech / 0-fs

A new filesystem for zero-os that leverage on unionfs and a thin fuse layer to get the files on demand
Apache License 2.0
0 stars 1 forks source link

Support ReadOnly flag during mounting #24

Closed muhamadazmy closed 4 years ago

muhamadazmy commented 4 years ago

This change doesn't require a rw layer so the fuse is mounted directly into the target path.

This change is require by https://github.com/threefoldtech/zos/issues/371 to avoid creating a RW subvolume for flists that are just needed in ro mode

codecov-io commented 4 years ago

Codecov Report

Merging #24 into development will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           development     #24   +/-   ##
===========================================
  Coverage         34.1%   34.1%           
===========================================
  Files               10      10           
  Lines              478     478           
===========================================
  Hits               163     163           
  Misses             286     286           
  Partials            29      29

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 d27cb4f...bf0575b. Read the comment docs.