SpaceinvaderOne/Unraid_ZFS_Auto_Dataset_Update

Insufficient space for v1 script

Closed this issue · 1 comments

Hi,

My pool where appdata is, is called ssd-pool so the folder ssd-pool/appdata is where the dockers are.
The script:
source_pool="ssd-pool" #this is the zpool in which your source dataset resides (note the does NOT start with /mnt/)
source_dataset="appdata" #this is the name of the dataset you want to check and convert its child directories to datasets
should_stop_containers="yes" # Setting to "yes" will stop all containers except thos listed below. This should be set to yes if watching the appdata share

containers_to_keep_running=("Emby" "container2") #Containers that you do not want to be stopped (see readme)

should_stop_vms="yes" #Setting to "yes" will stop all vms except thos listed below. This should be set to yes if watching the domain share

vms_to_keep_running=("Home Assistant" "vm2") #Containers that you do not want to be stopped (see readme)

cleanup="yes" #Seeting to yes will cleanup after running (see readme)
replace_spaces="no" # Set this to "no" to keep spaces in the dataset names

And still I get the following warning:
Skipping folder /mnt/ssd-pool/appdata/FileBot due to insufficient space
Processing folder /mnt/ssd-pool/appdata/MakeMKV...
Folder size: 2.6M

How come it says it does not have space?
ssd-pool has 1.51 TB free, and 329G in use

I was stupid. Appdata was still a folder.....