buildroot icon indicating copy to clipboard operation
buildroot copied to clipboard

FFS is broken in xenserver-install-wizard

Open BobBall opened this issue 11 years ago • 0 comments

Traceback (most recent call last): File "/usr/bin/xenserver-install-wizard", line 97, in storage.analyse(tui) File "/usr/share/xenserver-install-wizard/storage.py", line 65, in analyse sr = create_default_sr(tui, x, hosts[0]) File "/usr/share/xenserver-install-wizard/storage.py", line 38, in create_default_sr sr = x.xenapi.SR.create(host, { "path": path }, "0", path, "Files stored in %s" % path, "ffs", "default", False) File "/usr/lib/python2.7/dist-packages/XenAPI.py", line 245, in call return self.__send(self.__name, args) File "/usr/lib/python2.7/dist-packages/XenAPI.py", line 149, in xenapi_request result = _parse_result(getattr(self, methodname)(*full_params)) File "/usr/lib/python2.7/dist-packages/XenAPI.py", line 219, in _parse_result raise Failure(result['ErrorDescription']) XenAPI.Failure: ['MISSING_URI', 'Please include a URI in the device-config']

Plan is to remove FFS, but including this as a reference to the issue.

BobBall avatar Jan 05 '15 14:01 BobBall