Could not complete tasking (/bin/fog.download)
-
Any idea?
-
Updated /var/www/html/fog/lib/fog/task.class.php getStorageGroup method to do:
return new StorageGroup($this->get('storagenode')->get('storagegroupID'));
This way it’s not relying on a potential return from the group that may not be assigned to the tasking. It relies on the storage node that was associated to the tasking.
I will update the main codebase with this issue and fix.
Thank you,