From: Gao Xiang Date: Tue, 20 Apr 2021 20:15:38 +0000 (-0400) Subject: xfs_growfs: support shrinking unused space X-Git-Tag: v5.12.0-rc1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=272480fa96b2066487e1cc9e7d0c63c1a105b76d;p=thirdparty%2Fxfsprogs-dev.git xfs_growfs: support shrinking unused space This allows shrinking operation can pass into kernel. Currently, only shrinking unused space in the tail AG functionality works. Signed-off-by: Gao Xiang Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/growfs/xfs_growfs.c b/growfs/xfs_growfs.c index a68b515de..d45ba703c 100644 --- a/growfs/xfs_growfs.c +++ b/growfs/xfs_growfs.c @@ -246,12 +246,11 @@ main(int argc, char **argv) error = 1; } - if (!error && dsize < geo.datablocks) { - fprintf(stderr, _("data size %lld too small," - " old size is %lld\n"), + if (!error && dsize < geo.datablocks) + fprintf(stderr, +_("[EXPERIMENTAL] try to shrink unused space %lld, old size is %lld\n"), (long long)dsize, (long long)geo.datablocks); - error = 1; - } else if (!error && + if (!error && dsize == geo.datablocks && maxpct == geo.imaxpct) { if (dflag) fprintf(stderr, _( diff --git a/man/man8/xfs_growfs.8 b/man/man8/xfs_growfs.8 index 60a88189d..a01269270 100644 --- a/man/man8/xfs_growfs.8 +++ b/man/man8/xfs_growfs.8 @@ -60,14 +60,16 @@ becomes available for additional file storage. .SH OPTIONS .TP .BI "\-d | \-D " size -Specifies that the data section of the filesystem should be grown. If the +Specifies that the data section of the filesystem should be resized. If the .B \-D .I size -option is given, the data section is grown to that +option is given, the data section is changed to that .IR size , otherwise the data section is grown to the largest size possible with the .B \-d -option. The size is expressed in filesystem blocks. +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. .TP .B \-e Allows the real-time extent size to be specified. In