thanks!
On February 11, 2026 3:41 pm, Filip Schauer wrote:
> The commit 0db559517ac6 (mountpoint_insert_staged: inherit attributes if
> directory already exists) introduced automatic propagation of uid, gid,
> and mode from the target directory to the mounted filesystem. While this
> improves compatibility with some OCI images, it also caused undesired
> ownership changes on some mount points.
>
> Since attribute preservation is not always desired, make this behavior
> configurable via a new "keepattrs" mountpoint flag. Default to disabled
> to preserve historical behavior.
>
> Patch 2/2 exposes this flag in the UI and depends on patch 1/2.
>
> Changed since v1:
> * Improve descriptions of new "keepattrs" flag
>
> pve-container:
>
> Filip Schauer (1):
> make mount point attribute preservation configurable
>
> src/PVE/LXC.pm | 4 +---
> src/PVE/LXC/Config.pm | 9 +++++++++
> src/lxc-pve-prestart-hook | 2 +-
> 3 files changed, 11 insertions(+), 4 deletions(-)
>
>
> pve-manager:
>
> Filip Schauer (1):
> ui: lxc/MPEdit: add "keepattrs" flag
>
> www/manager6/lxc/MPEdit.js | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
>
> Summary over all repositories:
> 4 files changed, 26 insertions(+), 4 deletions(-)
>
> --
> Generated by git-murpp 0.6.0
>
>
>
>
>