Request #304
Dynamic attach CD to VM
Status: | Closed | Start date: | 08/02/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Pull request: |
Description
From Upendra Moturi at the user's list
--
Hi,
I would like to mount a cdrom to a running vm.
For this virsh has a functionality to attach disk in assumption that there is dev target (eg sdc).
It also allows us to create a <disk></disk> tag without source tag being defined.
<disk type='file' device='cdrom'>
<target dev='hdc'/>
<readonly/>
</disk>
But opennebula template has this source attribute as a compulsory field.
Is there any option to create a template,without defining source attribute for cdrom .
--