Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 18:19:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 227008] [ZFS] zfs add -n misses l2arc changes
Message-ID:  <bug-227008-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227008

            Bug ID: 227008
           Summary: [ZFS] zfs add -n misses l2arc changes
           Product: Base System
           Version: 11.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: marck@FreeBSD.org

to reproduce:

root# mkdir -p /var/tmp/ztest
root# cd !$
cd /var/tmp/ztest
root# truncate -s 10g zfsbase
root# mdconfig -f zfsbase
md1
root# truncate -s 1g zl2arc
root# mdconfig -f zl2arc
md2
root# zpool create ztest /dev/md1
root# zpool status ztest
  pool: ztest
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        ztest       ONLINE       0     0     0
          md1       ONLINE       0     0     0

errors: No known data errors
root# zpool add -n ztest cache /dev/md2
would update 'ztest' to the following configuration:
        ztest
          md1
root# zpool destroy ztest
root# mdconfig -u 2 -d
root# mdconfig -u 1 -d
root# rm zfsbase zl2arc

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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