I sometimes have a problem where I reboot my server, and it loses all the shares. I suspect this is happening because my fileserver is starting up so fast, its having to wait on DrivePool
I found a similar problem unrelated to Drivepool here: https://serverfault.com/questions/752895/windows-2008-r2-shares-disappear-on-reboot
It looks like the fix was to make the LanmanServer service dependant on the (In this case) Drobo service using this commant:
sc config LanmanServer depend= SamSS/Srv/DDServer
If I want to do this for DrivePool, what is the correct service I would add? And does anyone see any problems with doing this?