We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Do you know how to fix this error I get when trying to run your portainer script in proxmox shell?
[ERROR] 1@56 Failed to load 'aufs' module
Many thanks!
The text was updated successfully, but these errors were encountered:
Add “aufs” or “overlay” (or both) to /etc/modules-load.d/modules.conf in your PVE host and reboot. Check it with lsmod | grep -E
I do not think you want to do this if you are using zfs. I believe it causes problems after rebooting the pve host if you do.
Sorry, something went wrong.
The aufs module is deprecated as of Proxmox VE 7.0. See this article.
create_container.sh needs to be updated and remove the line:
create_container.sh
load_module aufs
No branches or pull requests
Hi,
Do you know how to fix this error I get when trying to run your portainer script in proxmox shell?
[ERROR] 1@56 Failed to load 'aufs' module
Many thanks!
The text was updated successfully, but these errors were encountered: