git: 2edd03b96d - main - articles/vinum: Add a deprecation warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Jan 2025 18:13:16 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/doc/commit/?id=2edd03b96d78388e84b7613575cb6b124a13781e
commit 2edd03b96d78388e84b7613575cb6b124a13781e
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-01-23 18:13:08 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-01-23 18:13:08 +0000
articles/vinum: Add a deprecation warning
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D48624
---
documentation/content/en/articles/vinum/_index.adoc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/documentation/content/en/articles/vinum/_index.adoc b/documentation/content/en/articles/vinum/_index.adoc
index 567d4b7e42..e1c87acf48 100644
--- a/documentation/content/en/articles/vinum/_index.adoc
+++ b/documentation/content/en/articles/vinum/_index.adoc
@@ -66,6 +66,12 @@ In addition to supporting various cards and controllers for hardware Redundant A
This chapter provides an overview of potential problems with traditional disk storage, and an introduction to the [.filename]#vinum# volume manager.
+[WARNING]
+====
+vinum is deprecated and is not present in FreeBSD 15.0 and later.
+Users are advised to migrate to man:gconcat[8], man:gmirror[8], man:gstripe[8], man:graid[8], or man:zfs[8].
+====
+
[NOTE]
====
Starting with FreeBSD 5, [.filename]#vinum# has been rewritten to fit into the extref:{handbook}[GEOM architecture, geom], while retaining the original ideas, terminology, and on-disk metadata.