since kernel 5.10, xfs v4 format is deprecated, reenable it for our
restore image kernel

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
it is already enabled in our regular 5.11 kernel config,
so there should be no problems there

 src/config-base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/config-base b/src/config-base
index db52460..92f1fc9 100644
--- a/src/config-base
+++ b/src/config-base
@@ -123,6 +123,7 @@ CONFIG_JFS_FS=y
 CONFIG_JFS_POSIX_ACL=y
 CONFIG_XFS_FS=y
 CONFIG_XFS_POSIX_ACL=y
+CONFIG_XFS_SUPPORT_V4=y
 CONFIG_BTRFS_FS=y
 CONFIG_BTRFS_FS_POSIX_ACL=y
 CONFIG_F2FS_FS=y
-- 
2.20.1



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to