VM được tạo từ template không thể start

Vấn đề:
Khi tạo một VM từ template hoàn tất thì xuất hiện lỗi khi start.
[root@pcs ~]# prlctl create test-vm --ostemplate test-template
[root@pcs ~]# prlctl start test-vm
Starting the VM...
Failed to start the VM: Unable to complete the operation for the virtual machine "%1". The virtual machine is registered on another server. You can only unregister the virtual machine or stop it.
Template của VM này được sao chép từ một node khác trong Cluster.
Nguyên nhân:
Template VM này có thông số “ServerUUID” trong file cấu hình bị sai lệch, nguyên nhân là nó vẫn giữ UUID của Node cũ mà nó được tạo.
Giải Pháp:
Unregister VM sau đó register lại.
# prlctl unregister $vm_template
# prlctl register /var/parallels/$vm_template.pvm/config.pvs
VD:
[root@pcs ~]# prlctl unregister test-template
The VM has been successfully unregistered.
[root@pcs ~]# prlctl register /var/parallels/test-template.pvm/config.pvs
Register the VM...

The VM has been successfully registered.

BÌNH CHỌN:

Hãy bình chọn 5 sao nếu bạn tìm thấy nội dung hữu ích.

Xếp hạng: 0 / 5. Phiếu bầu: 0

Cảm ơn bạn đã bình chọn.

    YÊU CẦU TƯ VẤN DỊCH VỤ