Unable to delete dataset

Fred974

Contributor
Joined
Jul 2, 2016
Messages
190
Hi,

I get the following error when trying to delete dataset in TrueNAS
Code:
'NoneType' object has no attribute 'split'

1623770238807.png

Could anyone please advice on how to get around this issue?

Thank you
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
you could try it at the shell with:
zfs destroy -f tank/dataset/child

At least that should give you something more meaningful as an error, like perhaps that it's still being shared or something.
 
Top