I am trying to reorganize my datasets using the zfs rename command but am not having any luck.
Currently, I am organized as tank/Dockge/configs but I would like to have configs move to tank/configs. I have a few other datasets under tank/Dockge that I will also want to move.
I have tried creating the tank/configs dataset using the WebUI and then running:
zfs rename tank/Dockge/configs tank/configs
However, I keep getting the following error:
cannot rename 'tank/Dockge/configs': dataset already exists
Any advice? Changing to tank/configs will be a huge efficiency bump for me when setting up new containers in Dockge.