Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: c7b67ddc3c99 ("xfs: document zoned rt specifics in admin-guide")
Signed-off-by: Carlos Maiolino <cem@kernel.org>

authored by

Hans Holmberg and committed by
Carlos Maiolino
f0447f80 bd7c1933

+8 -21
+8 -21
Documentation/admin-guide/xfs.rst
··· 562 562 Zoned Filesystems 563 563 ================= 564 564 565 - For zoned file systems, the following attribute is exposed in: 565 + For zoned file systems, the following attributes are exposed in: 566 566 567 567 /sys/fs/xfs/<dev>/zoned/ 568 568 ··· 572 572 is limited by the capabilities of the backing zoned device, file system 573 573 size and the max_open_zones mount option. 574 574 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.