NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/60286 (zfs sparse zvol reports wrong volume size)
Synopsis: zfs sparse zvol reports wrong volume size
State-Changed-From-To: open->analyzed
State-Changed-By: riastradh%NetBSD.org@localhost
State-Changed-When: Sat, 23 May 2026 23:13:58 +0000
State-Changed-Why:
Underlying problem has been analyzed, and I see a _lot_ of places
that might need some changes here:
1. documentation -- no man page describes this structure;
2. sys/disk.h -- comments are not clear on what the units mean
3. pkgsrc emulators/qemu -- needs patch to use right units,
4. lib/librumpuser/rumpuser_file.c -- dkw.dkw_size << DEV_BSHIFT
5. sbin/blkdiscard/blkdiscard.c -- dkw.dkw_size * DEV_BSIZE
6. dozens of other references that might be issues, found at
https://nxr.netbsd.org/search?q=dkw_size&project=src
Home |
Main Index |
Thread Index |
Old Index