[Bug 2020260] Re: Samba seems to panic after enabling and connecting to ZFS backed share

2024-07-17 Thread Makoto Tsudo
Sorry, it was my configuration mistake. After changeing zfs property, the issue no longer occurs. I changed 'acltype' to 'posixacl' from 'none'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2020260

[Bug 2020260] Re: Samba seems to panic after enabling and connecting to ZFS backed share

2024-07-15 Thread Makoto Tsudo
Hi, I have same probrem. Reproduced using `net usershare` command for rename. My reproduce steps. 1. zpool create -O mountpoint=/mnt/tank tank /dev/sdb 2. zfs create -o compression=lz4 tank/share 2. zfs set sharesmb=on tank/share 3. net usershare add share /mnt/tank/share "comment" "Everyone:F"