[Bug 284087] ZFS: empty usage when -o readonly set on import

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Jan 2025 16:51:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284087

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
I see the same thing, it works fine if "-o readonly=on" is omitted:

> zpool list
NAME    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH 
ALTROOT
data   10.9T  4.40T  6.47T        -         -     9%    40%  1.00x    ONLINE  -
zroot  1.80T   111G  1.69T        -         -     0%     6%  1.00x    ONLINE  -

with "data" imported using readonly=on:

> zpool list
NAME    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH 
ALTROOT
data   10.9T      0  10.9T        -         -     0%     0%  1.00x    ONLINE  -
zroot  1.80T   111G  1.69T        -         -     0%     6%  1.00x    ONLINE  -

This might be worth reporting in the openzfs bug tracker as well.

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