Greetings:
I am trying to deploy a new Xen-Orchestra and XCP for local testing. During that deploy, I am trying to mount a couple of different NFS exports and it is not going well.
Most recently, I received the following error message when trying to define the SR:
sr.probeNfs
{
"host": "945779f0-1291-460e-8505-d2a0b9d571a1",
"nfsVersion": "4",
"server": "c01.rg.local"
}
{
"message": "Cannot read properties of undefined (reading 'Export')",
"name": "TypeError",
"stack": "TypeError: Cannot read properties of undefined (reading 'Export')
at Xo.probeNfs (file:///root/xen-orchestra/packages/xo-server/src/api/sr.mjs:542:42)
at Task.runInside (/root/xen-orchestra/@vates/task/index.js:169:22)
at Task.run (/root/xen-orchestra/@vates/task/index.js:153:20)
at Api.#callApiMethod (file:///root/xen-orchestra/packages/xo-server/src/xo-mixins/api.mjs:389:20)"
}
This is a deploy from source install, source code pulled at 2:00pm eastern.
Please advise for next steps.
Thanks!