Skip to content

Commit f0447f8

Browse files
yhrcmaiolino
authored andcommitted
xfs: remove duplicate Zoned Filesystems sections in admin-guide
Remove the duplicated section and while at it, turn spaces into tabs. Signed-off-by: Hans Holmberg <hans.holmberg@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Fixes: c7b67dd ("xfs: document zoned rt specifics in admin-guide") Signed-off-by: Carlos Maiolino <cem@kernel.org>
1 parent bd7c193 commit f0447f8

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

Documentation/admin-guide/xfs.rst

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ The interesting knobs for XFS workqueues are as follows:
562562
Zoned Filesystems
563563
=================
564564

565-
For zoned file systems, the following attribute is exposed in:
565+
For zoned file systems, the following attributes are exposed in:
566566

567567
/sys/fs/xfs/<dev>/zoned/
568568

@@ -572,23 +572,10 @@ For zoned file systems, the following attribute is exposed in:
572572
is limited by the capabilities of the backing zoned device, file system
573573
size and the max_open_zones mount option.
574574

575-
Zoned Filesystems
576-
=================
577-
578-
For zoned file systems, the following attributes are exposed in:
579-
580-
/sys/fs/xfs/<dev>/zoned/
581-
582-
max_open_zones (Min: 1 Default: Varies Max: UINTMAX)
583-
This read-only attribute exposes the maximum number of open zones
584-
available for data placement. The value is determined at mount time and
585-
is limited by the capabilities of the backing zoned device, file system
586-
size and the max_open_zones mount option.
587-
588-
zonegc_low_space (Min: 0 Default: 0 Max: 100)
589-
Define a percentage for how much of the unused space that GC should keep
590-
available for writing. A high value will reclaim more of the space
591-
occupied by unused blocks, creating a larger buffer against write
592-
bursts at the cost of increased write amplification. Regardless
593-
of this value, garbage collection will always aim to free a minimum
594-
amount of blocks to keep max_open_zones open for data placement purposes.
575+
zonegc_low_space (Min: 0 Default: 0 Max: 100)
576+
Define a percentage for how much of the unused space that GC should keep
577+
available for writing. A high value will reclaim more of the space
578+
occupied by unused blocks, creating a larger buffer against write
579+
bursts at the cost of increased write amplification. Regardless
580+
of this value, garbage collection will always aim to free a minimum
581+
amount of blocks to keep max_open_zones open for data placement purposes.

0 commit comments

Comments
 (0)