Skip to content
New issue

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

Failed to load 'aufs' module #2

Open
Yonny24 opened this issue Nov 10, 2021 · 2 comments
Open

Failed to load 'aufs' module #2

Yonny24 opened this issue Nov 10, 2021 · 2 comments

Comments

@Yonny24
Copy link

Yonny24 commented Nov 10, 2021

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!

@cmileto
Copy link

cmileto commented Feb 18, 2022

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.

@frederickjh
Copy link

frederickjh commented Jan 30, 2023

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:

load_module aufs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants