Hello everybody,
i wanted to create this replication service and the message I got is the following:
File “/opt/rockstor/src/rockstor/smart_manager/views/replication_service.py”, line 65, in post
config = self._get_config(service)
File “/opt/rockstor/src/rockstor/smart_manager/views/base_service.py”, line 43, in _get_config
return json.loads(service.config)
File “/usr/lib64/python2.7/json/init.py”, line 339, in loads
return _default_decoder.decode(s)
File “/usr/lib64/python2.7/json/decoder.py”, line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
TypeError: expected string or buffer
Thanks for your help in advandce
eskoW