YunoHost-Apps / libreerp_ynh

LibreERP package for YunoHost
https://odoo.com
GNU Affero General Public License v3.0
16 stars 19 forks source link

add btrfs support in install script #48

Open aya opened 4 months ago

aya commented 4 months ago

When / is mounted on a btrfs filesystem, the install fails to add swap with the following error : swapon: /swap_libreerp: swapon failed: Invalid argument

Salamandar commented 3 months ago

If you still want to activate the swap, please update your kernel to at least version 5.

So you have a 4.x kernel ? What debian version do you have ?

aya commented 3 months ago

No :) I am running yunohost latest version with 5.10 kernel on debian bullseye. The fix is on the chattr +C /swap_$app line. I can remove this test if it is useless.