From: Christian Ebner <c.ebner@proxmox.com>
To: Elias Huhsovitz <e.huhsovitz@proxmox.com>, pbs-devel@lists.proxmox.com
Subject: Re: [PATCH backup-restore-image 0/2] fix #7500: add EROFS and SquashFS filesystem support
Date: Mon, 3 Aug 2026 18:17:52 +0200 [thread overview]
Message-ID: <0ea14dae-b668-4f1d-a9c1-3552d2e55563@proxmox.com> (raw)
In-Reply-To: <20260727134925.314289-1-e.huhsovitz@proxmox.com>
On 7/27/26 3:49 PM, Elias Huhsovitz wrote:
> This patch series addresses Bug #7500 [1], where the file-restore kernel
> fails to mount EROFS-formatted partitions. This issue commonly affects
> users attempting to restore files from backups of Home Assistant OS.
>
> The configuration choices in these patches are based on the standard
> Debian kernel configuration [2].
>
> Patch 1/2 adds EROFS support, including the necessary
> decompression backends as defined in [4].
>
> Patch 2/2 adds SquashFS support. While this patch is optional for resolving
> the specific Home Assistant OS bug, it ensures broad compatibility with
> various embedded Linux distributions and container images that rely on
> SquashFS.
>
> For the SquashFS configuration, this series deliberately chooses
> `CONFIG_SQUASHFS_FILE_CACHE=y` and
> `CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y` instead of the Debian defaults
> (`FILE_DIRECT` and `MULTI_PERCPU`). This is to reduce complexity, memory
> footprint and memory overhead, which should be valued in a transient,
> resource-constrained virtual machine.
>
> References:
> [1] https://bugzilla.proxmox.com/show_bug.cgi?id=7500
> [2] https://salsa.debian.org/kernel-team/linux/-/blob/debian/latest/debian/config/config
> [3] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/squashfs/Kconfig
> [4] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/erofs/Kconfig
>
Thanks for the patches, welcome addition for Home Assistant user.
Build and tested single file restore using a backup from a Home
Assistant OS VM.
Reviewed-by: Christian Ebner <c.ebner@proxmox.com>
Tested-by: Christian Ebner <c.ebner@proxmox.com>
prev parent reply other threads:[~2026-08-03 16:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-27 13:49 [PATCH backup-restore-image 0/2] fix #7500: add EROFS and SquashFS filesystem support Elias Huhsovitz
2026-07-27 13:49 ` [PATCH backup-restore-image 1/2] fix #7500: add EROFS " Elias Huhsovitz
2026-07-27 13:49 ` [PATCH backup-restore-image 2/2] add SquashFS " Elias Huhsovitz
2026-08-03 16:17 ` Christian Ebner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0ea14dae-b668-4f1d-a9c1-3552d2e55563@proxmox.com \
--to=c.ebner@proxmox.com \
--cc=e.huhsovitz@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.