- Minor
The UnRaid > Share gui does not correct present the state of includes defined, when the share includes non-existing disks. Any change in the gui (such as description) will remove non-existing disks from the include-definition of the share.
I shrunk my array to one disk from four disks. After that operation I could not write any disk via user-share mount (no space available error), but there was no information regarding this in the UnRaid > Share gui.
I realised this was caused by /boot/config/shares/foobar.cfg contaning shareInclude="disk2,disk3" but I only had disk1. I tested it and writing is possible if shareInclude="disk1,disk2", but then when updating share it becomes shareInclude="disk1"
Since the OS updates the share automatically after save, it would make sense that it fixes the share on mounting the array the first time it has fewer disks, and simply removes any disk definition from include/exclude that doesn't exist. Or it would be nice to have a button on the outer share overview page that did this.