Hi all,
I have a guest with it's virtual disk on a proxmox storage.
I also have a hard disk that I wish to connet to this guest "as is", somehting like
.
Is there a way to do that?
The only way I can thing is:
- run the guest
- enter on proxmox server by ssh
- ps aux | grep kvm, and copy all process option
- shutdown the guest
- paste the process adding manually my options
Any better idea?
Thank you.
I have a guest with it's virtual disk on a proxmox storage.
I also have a hard disk that I wish to connet to this guest "as is", somehting like
Code:
-drive file=/dev/sdb
Is there a way to do that?
The only way I can thing is:
- run the guest
- enter on proxmox server by ssh
- ps aux | grep kvm, and copy all process option
- shutdown the guest
- paste the process adding manually my options
Any better idea?
Thank you.