I recently had an issue on my Unraid server: I wanted to delete a share (“myshare”) via the GUI, but it just did not do it. When I checked the logs, I found the following:
| |
So apparently the dataset is busy π…
Weird, because it’s completely empty and no Containers or VMs are supposed to use the share. The hints that I found on the Internet did not help me:
- Stopping the Array and then destroying the ZFS dataset manually => Not possible to access the dataset when the Array is stopped
- Rebooting the Server and then retrying => same result as before
Solution
What ultimatively helped in my case was removing the folder in the filesystem and then destroying the ZFS dataset. To do so, I ran the following commands via SSH:
| |