An error message appear when I check pool status. It doesn't have to be complicated to solve Reproducible: Always Steps to Reproduce: 1. Run zpool status command Actual Results: [root@fedora-zfs ~]# zpool status pool: test state: ONLINE zpool: cmd/zpool/zpool_main.c :3679 : status_callback: l'assertion « reason == ZPOOL_STATUS_OK » a échoué. Abandon (core dumped) Expected Results: [root@fedora-zfs ~]# zpool status pool: test state: ONLINE config: NAME STATE READ WRITE CKSUM test ONLINE 0 0 0 sda ONLINE 0 0 0 errors: No known data errors
I can't reproduce this. Does sudo dnf reinstall zfs-fuse help?
I have the issue on 1 laptop and 1 virtual machine. Reinstallation of zfs-fuse don't solved the problem
That happen after zpool creation. Below the command, I used zpool create test /dev/sdb zfs set mountpoint=/mnt/test test zpool status
What are the volumes in the pool, physical drives, or virtualized physical drives? Or files?