mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: read-only root fs becomes default (#1019)
* fn: read-only root fs becomes default Set root fs as read-only by default. * fn: update doc for FN_DISABLE_READONLY_ROOTFS
This commit is contained in:
@@ -666,7 +666,6 @@ func TestTmpFsSize(t *testing.T) {
|
||||
}
|
||||
|
||||
cfg.MaxTmpFsInodes = 1024
|
||||
cfg.EnableReadOnlyRootFs = true
|
||||
|
||||
a := New(NewDirectDataAccess(ds, ds, new(mqs.Mock)), WithConfig(cfg))
|
||||
defer checkClose(t, a)
|
||||
|
||||
Reference in New Issue
Block a user