summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-03-11 23:27:55 +0100
committerChristian Breunig <christian@breunig.cc>2023-03-11 23:27:55 +0100
commit75c940e123584a00f338897c464ae0fc6d30a34a (patch)
tree34f86e5e792d88833fbc9b04956d0bb09f2abe21
parentf2f086567a3dea3717219e776a464a3a59ccc085 (diff)
downloadvyos-1x-75c940e123584a00f338897c464ae0fc6d30a34a.tar.gz
vyos-1x-75c940e123584a00f338897c464ae0fc6d30a34a.zip
container: T5003: add dependency on fuse-overlayfs
Fix podman error about invalid storage: [graphdriver] prior storage driver overlay failed: 'overlay' is not supported over overlayfs, a mount_program is required: backing file system is unsupported for this graph driver" Error: 'overlay' is not supported over overlayfs, a mount_program is required: backing file system is unsupported for this graph driver.
-rw-r--r--data/templates/container/storage.conf.j24
-rw-r--r--debian/control1
2 files changed, 4 insertions, 1 deletions
diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2
index 39a072c70..ec2046fb5 100644
--- a/data/templates/container/storage.conf.j2
+++ b/data/templates/container/storage.conf.j2
@@ -1,4 +1,6 @@
### Autogenerated by container.py ###
[storage]
- driver = "overlay2"
+ driver = "overlay"
graphroot = "/usr/lib/live/mount/persistence/container/storage"
+ [storage.options]
+ mount_program = "/usr/bin/fuse-overlayfs"
diff --git a/debian/control b/debian/control
index 14972028b..e20a6dc5a 100644
--- a/debian/control
+++ b/debian/control
@@ -60,6 +60,7 @@ Depends:
frr-pythontools,
frr-rpki-rtrlib,
frr-snmp,
+ fuse-overlayfs,
libpam-google-authenticator,
grc,
hostapd,