We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Cant delete built-in xcp-ng templates from xoa
To Reproduce Steps to reproduce the behavior:
Expected behavior default template gets deleted
error log
vm.delete { "id": "79e0da2f-f30f-8ae5-0dc6-08540ed01a24-094706dd-5d22-4830-99b7-c710769c9dcc", "forceDeleteDefaultTemplate": true } { "code": 25, "data": { "actual": true, "expected": false, "object": "094706dd-5d22-4830-99b7-c710769c9dcc", "property": "isDefaultTemplate" }, "message": "incorrect state", "name": "XoError", "stack": "XoError: incorrect state at incorrectState (/opt/xo/xo-builds/xen-orchestra-202202231631/packages/xo-common/src/api-errors.js:21:32) at Xapi.destroy (/opt/xo/xo-builds/xen-orchestra-202202231631/@xen-orchestra/xapi/src/vm.js:298:13) at runMicrotasks (<anonymous>) at runNextTicks (node:internal/process/task_queues:61:5) at processImmediate (node:internal/timers:437:9) at process.topLevelDomainCallback (node:domain:152:15) at process.callbackTrampoline (node:internal/async_hooks:128:24) at Api.callApiMethod (file:///opt/xo/xo-builds/xen-orchestra-202202231631/packages/xo-server/src/xo-mixins/api.mjs:307:20)" }
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thank you for your report, this is a known issue that will be fixed soon.
Sorry, something went wrong.
fix(xo-server): invalid arguments passed to VM_destroy
2382dfc
Fixes #6124 See https://xcp-ng.org/forum/topic/5569
fix(xo-server): invalid arguments passed to VM_destroy (#6119)
3f07f7e
Fixes #6124 See https://xcp-ng.org/forum/topic/5569 Introduced by cb52a8b
19de1bd
Successfully merging a pull request may close this issue.
Describe the bug
Cant delete built-in xcp-ng templates from xoa
To Reproduce
Steps to reproduce the behavior:
Expected behavior
default template gets deleted
error log
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: