You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this was introduced by commit 2814280 when they were separating out some functionality. I don't have time to test right now, but line 80 should probably be modified to be print(remote_helper.ssh.ERROR_CAUSE_NETWORK)
This line of code fails when executed, with message
AttributeError: 'module' object has no attribute 'ERROR_CAUSE_NETWORK'
https://github.com/xenserver/xscontainer/blob/master/src/xscontainer-prepare-vm#L80See this bug reported by a user of XCP-ng, with full backtrace: xcp-ng/xcp#198
I don't know the code of xscontainer enough to provide a patch, but the fix should be easy.
The text was updated successfully, but these errors were encountered: