From 9ec44397ea2afd001278c33733433f67394b6c87 Mon Sep 17 00:00:00 2001 From: Xavier Claude Date: Mon, 18 Aug 2025 15:19:10 +0000 Subject: [PATCH] Document current limitation of shrinking fs Current implementation in the kernel doesn't allow to shrink more that one AG Signed-off-by: Xavier Claude Reviewed-by: "Darrick J. Wong" --- man/man8/xfs_growfs.8 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/man8/xfs_growfs.8 b/man/man8/xfs_growfs.8 index a01269270..2e329fa61 100644 --- a/man/man8/xfs_growfs.8 +++ b/man/man8/xfs_growfs.8 @@ -70,6 +70,7 @@ otherwise the data section is grown to the largest size possible with the option. The size is expressed in filesystem blocks. A filesystem with only 1 AG cannot be shrunk further, and a filesystem cannot be shrunk to the point where it would only have 1 AG. +.B [NOTE: Only shrinking the last AG without removing it is implemented] .TP .B \-e Allows the real-time extent size to be specified. In -- 2.47.3