JMoVS
JMoVS
This is a very long standing bug - more than two years. When having tab scope enabled and hovering over a tab, it sometimes will start to invoke a switch...
When setting a mountpoint, ZFS mounts all datasets even when the snapdir setting is set to hidden. Reproduce: ``` 1. Create dataset 2. Set snapdir to hidden 3. make some...
To be fixed when big port is over, this is the reminder for @lundman ;-) https://github.com/openzfsonosx/zfs/blob/fa24877f83051301c07d5e41a8982f962de4dc10/module/zfs/zfs_vnops.c#L2921
`libzfs_mount.c:644:1: warning: unused function 'zfs_mount_seticon' [-Wunused-function] zfs_mount_seticon(const char *mountpoint)` current master has a compiler warning
``` *** Panic Report *** panic(cpu 0 caller 0xffffff80054daadd): Kernel trap at 0xffffff7f8873f28b, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0x0000000000000000, CR3: 0x000000000ac71000, CR4: 0x00000000001626e0 RAX: 0x0000000000000000, RBX: 0xffffff9129da4480, RCX:...
I recently ran ``` sudo zpool import -a ``` and was greeted with the following kernel panic: ``` panic(cpu 0 caller 0xffffff7f8728a6c9): avl_find() succeeded inside avl_add() Backtrace (CPU 0), Frame...
From the chat: `roemer1> Makes sense - would suggest to put a corresponding warning into the zysctl.conf.example file then, because I basically started from there and was reading it such...
Referencing @lundman 's comment here: https://github.com/openzfsonosx/zfs/issues/728#issuecomment-539268584 The forced path for export could use some rework.
We apparently don't document the `dedup`property in our zfs man page currently. Should check with ZOL.
https://github.com/openzfsonosx/zfs/blob/45a20a87262e3f949cd11fb7c4ed9f65742e2ff8/man/man8/zfs.8#L3122 This is the second mention, we only need one mention of the raw send option. When considering which one to remove, we should probably make sure to make it...