Displaying 2 results from an estimated 2 matches for "libvirt_domain_update_device".
2014 May 22
3
Updating domain XML issue
I'm trying to unmount a guest cdrom using libvirt_domain_update_device
(via php-libvirt). The guest cdrom is currently mounted via Ceph, via
this XML:
<disk type='network' device='cdrom'>
<driver name='qemu' type='raw'/>
<auth username='cdroms'>
<secret type='ceph' uuid='XX...
2014 May 29
0
Re: Updating domain XML issue
Okay, let's try this another way... how are people dynamically
attaching/removing cdroms from guests, without requiring a guest restart?
On 5/22/2014 4:14 PM, Brian Rak wrote:
> I'm trying to unmount a guest cdrom using libvirt_domain_update_device
> (via php-libvirt). The guest cdrom is currently mounted via Ceph, via
> this XML:
>
> <disk type='network' device='cdrom'>
> <driver name='qemu' type='raw'/>
> <auth username='cdroms'>
> <secret t...