Although disabling ssh-rsa is the right thing to do from a security perspective, we'll see what we can do to smoothen the transition.
Global Moderators
Forum wide moderators
Posts
-
RE: XCP-ng 8.3 updates announcements and testing
-
RE: Deteching Host is Failing with Error
Just go to Settings > Servers tab in XO and remove the entry associated with this pool.
-
RE: Netbox 4.3 not supported
@mjr99 Support for Netbox 4.5.x is coming with today's release (6.2.0)

-
RE: Reset XOSTOR trial
@tmnguyen You can open a support ticket and request that we reactivate your XOSTOR trial licenses to match your existing XOA trial.
-
RE: REST API: Attaching an existing .vhd to a stopped VM
@Bytevenidos You can try that, but it most likely won't work.
I've confirmed with the dev team that the end point to mount an ISO doesn't currently exist for the REST API. However, it does exist in the older JSON-RPC API, which you can access using xo-cli --
vm.insertCd id=<string> cd_id=<string> [force=<boolean>] -
RE: VM Disk Not Migrating due to Backup Running
That XOA version was released over 5 years ago. You really should share these kind of details in advance to avoid nonproductive exchanges. I recommend that you revisit the reason that they are "stuck" on this old version.
In current releases of XOA, you can resolve the issue by running a successful backup job that includes the affected VM.
To manually resolve the issue, you need to clear the left over keys in the
blocked-operationparameter. For example, this will clear these keys for a VM with UUID be0a9812-fd14-be75-e2fa-40c31ce8875c --vm_uuid=be0a9812-fd14-be75-e2fa-40c31ce8875c xe vm-param-remove uuid=$vm_uuid param-name=blocked-operations param-key=migrate_send xe vm-param-remove uuid=$vm_uuid param-name=blocked-operations param-key=pool_migrate -
RE: REST API: Attaching an existing .vhd to a stopped VM
@Bytevenidos I don't see an endpoint in the REST API for mounting an ISO. However, you should be able to mount the ISO during the VM creation. I will ask around about using the REST API to mount and eject ISOs.
