git: 69956de36f8c - main - Remove final cross-reference to GBDE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 May 2024 07:40:50 UTC
The branch main has been updated by phk:
URL: https://cgit.FreeBSD.org/src/commit/?id=69956de36f8c3c1b6615cf8e4a7e7e6738162951
commit 69956de36f8c3c1b6615cf8e4a7e7e6738162951
Author: Poul-Henning Kamp <phk@FreeBSD.org>
AuthorDate: 2024-05-07 07:40:20 +0000
Commit: Poul-Henning Kamp <phk@FreeBSD.org>
CommitDate: 2024-05-07 07:40:20 +0000
Remove final cross-reference to GBDE
---
sys/geom/notes | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/geom/notes b/sys/geom/notes
index 016614f7dce6..d3924768359d 100644
--- a/sys/geom/notes
+++ b/sys/geom/notes
@@ -95,9 +95,9 @@ set an upper bound in this field. Geom_disk will inherit the upper
bound set by the device driver.
stripesize is the width of any natural request boundaries for the
-device. This would be the width of a stripe on a raid-5 unit or
-one zone in GBDE. The idea with this field is to hint to clustering
-type code to not trivially overrun these boundaries.
+device. This would be the optimal width of a stripe on a raid unit.
+The idea with this field is to hint to clustering type code to not
+trivially overrun these boundaries.
stripeoffset is the amount of the first stripe which lies before the
devices beginning.