DEPLOY: [deploy-tweaks] Could not create domain from /var/lib/one/vms/36/deployment.10 error

Wed Mar 12 16:40:03 2025: DEPLOY: [deploy-tweaks] Could not create domain from /var/lib/one/vms/36/deployment.10 error: Failed to create domain from /var/lib/one//datastores/0/36/deployment.10 error: Requested operation is not valid: domain ‘one-36’ is already active Could not create domain from /var/lib/one//datastores/0/36/deployment.10

Solution?

Hello @Senthil_Kumar_M,

The error message “domain ‘one-36’ is already active” indicates that the virtual machine (VM) with ID 36 is currently running. Attempting to deploy it again without first shutting it down can lead to this error.

You can power off this vm with the following command: onevm shutdown 36 (if it doesn’t do anything you might need to force or perform other actions on the vm).

And to avoid this happen again, you should regularly check the status of your VMs using onevm list to prevent conflicts.

Best