(FIXED)Share name (Rocks) does not exist

Brief description of the problem

After a reboot, Rock-on was off, clicked the button and error.

Detailed step by step instructions to reproduce the problem

After reboot, Rockon’s were off so click the button to turn it on and well error

Web-UI screenshot

Error Traceback provided on the Web-UI

        Traceback (most recent call last):

File “/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py”, line 48, in _validate_root
return Share.objects.get(name=root)
File “/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/db/models/manager.py”, line 127, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File “/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/db/models/query.py”, line 334, in get
self.model._meta.object_name
DoesNotExist: Share matching query does not exist.

Sorted it out. I forgot to put back the directory for the rockons to be put.

Darren