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
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"