[Please complete the below template with details of the problem reported on your Web-UI. Be as detailed as possible. Community members, including developers, shall try and help. Thanks for your time in reporting this issue! We recommend purchasing commercial support for expedited support directly from the developers.]
Brief description of the problem
[write here]
Detailed step by step instructions to reproduce the problem
[write here]
Web-UI screenshot
[Drag and drop the image here]
Error Traceback provided on the Web-UI
[paste here]
Traceback (most recent call last):
File "/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py", line 41, in _handle_exception
yield
File "/opt/rockstor/src/rockstor/storageadmin/views/rockon.py", line 487, in _get_available
response = requests.get(remote_root, timeout=10)
File "/opt/rockstor/.venv/lib/python2.7/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/opt/rockstor/.venv/lib/python2.7/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/opt/rockstor/.venv/lib/python2.7/site-packages/requests/sessions.py", line 529, in request
resp = self.send(prep, **send_kwargs)
File "/opt/rockstor/.venv/lib/python2.7/site-packages/requests/sessions.py", line 645, in send
r = adapter.send(request, **kwargs)
File "/opt/rockstor/.venv/lib/python2.7/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='rockstor.com', port=443): Max retries exceeded with url: /rockons/root.json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))