From 9603eaa00a85e26bd2fec299712bb942d3b78b6b Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Fri, 12 Sep 2025 15:28:30 -0400 Subject: [PATCH] fix: Clarify XFS v4 deprecation timeline in warning message - Updated the deprecation message for XFS v4 to specify the migration deadline as 2030, improving user awareness and understanding of the timeline for necessary filesystem upgrades. --- emhttp/plugins/dynamix/include/Helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/Helpers.php b/emhttp/plugins/dynamix/include/Helpers.php index f495ce284..e8c9a8cad 100644 --- a/emhttp/plugins/dynamix/include/Helpers.php +++ b/emhttp/plugins/dynamix/include/Helpers.php @@ -692,7 +692,7 @@ function check_disk_for_deprecated_fs($disk) { 'name' => $name, 'fsType' => 'XFS v4', 'severity' => 'notice', - 'message' => 'XFS v4 is deprecated and will not be supported in future Unraid releases. You have ~5 years to migrate to XFS v5.' + 'message' => 'XFS v4 is deprecated and will not be supported in future Unraid releases. You have until 2030 to migrate to XFS v5.' ]; } }