[Bug 273858] zfs: a directory can't be removed and nothing can be created in it, but it can be moved

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 Sep 2023 21:30:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273858

--- Comment #1 from Piotr Kubaj <pkubaj@FreeBSD.org> ---
I also tried moving openvpn2 to a newly created directory and removing that
directory along with openvpn2. Here's what happened:
root@serwer:$/usr/local/etc$ mkdir tmp
root@serwer:$/usr/local/etc$ mv openvpn2 tmp/
root@serwer:$/usr/local/etc$ ls -l tmp
total 5
drwxr-xr-x  5 root  wheel  11 Sep 16 17:02 openvpn2
root@serwer:$/usr/local/etc$ find tmp
tmp
tmp/openvpn2
find: tmp/openvpn2: No such file or directory
root@serwer:$/usr/local/etc$ rm -rf tmp
rm: tmp: Directory not empty
root@serwer:$/usr/local/etc$ ls -l tmp
total 5
drwxr-xr-x  5 root  wheel  11 Sep 16 17:02 openvpn2

-- 
You are receiving this mail because:
You are the assignee for the bug.