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.
This commit is contained in:
Eli Bosley
2025-09-12 15:28:30 -04:00
parent f5a36c6ac1
commit 9603eaa00a

View File

@@ -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.'
];
}
}