G'day for all!
I has one working zfs pool on our pve:
I wanted to see additional information on the zfs pool, using zdb. But:
What's the problem? Why zdb don't see my pool? I found a hint that I need to use the -U key for zdb to specify the path to the cache:
But where is placed the zpool.cache in the pve?
TIA,
SergeiD
I has one working zfs pool on our pve:
Code:
# zpool status
pool: zfs-stor
state: ONLINE
scan: scrub repaired 0B in 02:49:37 with 0 errors on Mon Mar 24 21:04:39 2025
config:
NAME STATE READ WRITE CKSUM
zfs-stor ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
scsi-35000039c283854b9 ONLINE 0 0 0
scsi-35000039c28386741 ONLINE 0 0 0
scsi-35000039c283862ad ONLINE 0 0 0
scsi-35000039c28385485 ONLINE 0 0 0
scsi-35000039c28386699 ONLINE 0 0 0
scsi-35000039c28385381 ONLINE 0 0 0
scsi-35000039c283855ed ONLINE 0 0 0
scsi-35000039c28386311 ONLINE 0 0 0
errors: No known data errors
Code:
# zdb
failed to unpack nvlist
or
# zdb -b zfs-stor
zdb: can't open 'zfs-stor': No such file or directory
Code:
zdb -U /path/to/zpool.cache
Code:
# zpool get cachefile zfs-stor
NAME PROPERTY VALUE SOURCE
zfs-stor cachefile none local
TIA,
SergeiD