Message ID | 20230118074458.2985005-4-naohiro.aota@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs-progs: docs: add entries to sysfs documentation | expand |
diff --git a/Documentation/ch-sysfs.rst b/Documentation/ch-sysfs.rst index 569879aadf27..09e409a41aa5 100644 --- a/Documentation/ch-sysfs.rst +++ b/Documentation/ch-sysfs.rst @@ -125,6 +125,12 @@ bg_reclaim_threshold Reclaimable space percentage of block group's size (excluding permanently unusable space) to reclaim the block group. Used for zoned devices. +chunk_size + (RW, since: 6.0) + + Shows the chunk size. Can be changed for data and metadata. + Cannot be set for zoned devices. + Files in `/sys/fs/btrfs/<UUID>/devinfo/<DEVID>` directory are: error_stats:
Add description for /sys/fs/btrfs/<uuid>/allocation/<type>/chunk_size. Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com> --- Documentation/ch-sysfs.rst | 6 ++++++ 1 file changed, 6 insertions(+)