Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2024 21:24:15 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1538da10be00 - stable/14 - makefs.8: Remove a warning about makefs -t zfs being experimental
Message-ID:  <202411222124.4AMLOFiM088494@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=1538da10be0058d8362ff3f8d87a68dddacb1473

commit 1538da10be0058d8362ff3f8d87a68dddacb1473
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-11-19 21:07:39 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-11-22 21:23:47 +0000

    makefs.8: Remove a warning about makefs -t zfs being experimental
    
    This should have been done with commit d9fe71828797 but was missed.
    
    Fixes:  d9fe71828797 ("makefs: Remove the warning printed when makefs -t zfs is used")
    MFC after:      3 days
    
    (cherry picked from commit e19c607ff9b2b5d55664fd13e5fd9814e3279ffd)
---
 usr.sbin/makefs/makefs.8 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8
index 0cc2619e6c89..c87df98d24d5 100644
--- a/usr.sbin/makefs/makefs.8
+++ b/usr.sbin/makefs/makefs.8
@@ -503,9 +503,6 @@ Volume ID.
 Volume Label.
 .El
 .Ss zfs-specific options
-Note: ZFS support is currently considered experimental.
-Do not use it for anything critical.
-.Pp
 The image created by
 .Nm
 contains a ZFS pool with a single vdev of type



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411222124.4AMLOFiM088494>