You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
Currently, Podman is noted that ZFS Overlay is not supported.
The follow error is noted:
[graphdriver] prior storage driver overlay failed: 'overlay' is not supported over zfs, a mount_program is required: backing file system is unsupported for this graph driver
Error: 'overlay' is not supported over zfs, a mount_program is required: backing file system is unsupported for this graph driver
There is a workaround setting up a mount program documented here that should probably be incorporated into the script to remove this limitation.
Add the following files and make overlayzfsmount chmod+x
This discussion was converted from issue #3434 on July 28, 2024 15:11.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
Currently, Podman is noted that ZFS Overlay is not supported.
The follow error is noted:
There is a workaround setting up a mount program documented here that should probably be incorporated into the script to remove this limitation.
Add the following files and make overlayzfsmount chmod+x
/usr/local/bin/overlayzfsmount
/etc/containers/storage.conf
What settings are you currently utilizing?
Default Settings
Which Linux distribution are you employing?
Debian 12
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
No response
Please provide detailed steps to reproduce the issue.
No response
Beta Was this translation helpful? Give feedback.
All reactions