Hi
I am setting up SCALE on xcp-ng 8.2.1 (Xenserver). Xen guest tools are installed.
However i get the following error due to the xen disks not having a serial number i assume:
I was able to add the two xen disks (xvda and xvde) wihout issue as long as i checked the "show disks with non unique serial numbers". But after the initial setup i am unable to add any pools at all without encountering the above error.
Both additional xen disks and disks on a passed through HBA controller.
So basically i have SCALE up and running on a xen disk as boot drive and another xen disk for apps and misc. data. But i am unable to add the data disks that i planned on adding on the HBA controller.
Google does not have any hits that seem to match my error so i am interested to know if anyone has been able to run SCALE under XEN?
I hope i have all relevant data
Details on setup:
Truenas SCALE 22.02 release
On a supermicro x11scl-f, i3 9100 with 64GB ram. LSI 2308 passed through to the Truenas scale VM.
I am setting up SCALE on xcp-ng 8.2.1 (Xenserver). Xen guest tools are installed.
However i get the following error due to the xen disks not having a serial number i assume:
Code:
Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 423, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 459, in __run_body
rv = await self.method(*([self] + args))
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1129, in nf
res = await f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1261, in nf
return await func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/pool.py", line 741, in do_create
verrors.check()
File "/usr/lib/python3/dist-packages/middlewared/service_exception.py", line 62, in check
raise self
middlewared.service_exception.ValidationErrors: [EINVAL] pool_create.topology: Disks have duplicate serial numbers: '' (xvda, xvde).
I was able to add the two xen disks (xvda and xvde) wihout issue as long as i checked the "show disks with non unique serial numbers". But after the initial setup i am unable to add any pools at all without encountering the above error.
Both additional xen disks and disks on a passed through HBA controller.
So basically i have SCALE up and running on a xen disk as boot drive and another xen disk for apps and misc. data. But i am unable to add the data disks that i planned on adding on the HBA controller.
Google does not have any hits that seem to match my error so i am interested to know if anyone has been able to run SCALE under XEN?
I hope i have all relevant data
Details on setup:
Truenas SCALE 22.02 release
On a supermicro x11scl-f, i3 9100 with 64GB ram. LSI 2308 passed through to the Truenas scale VM.