search for: adding_storage_devices_to_guests

Displaying 4 results from an estimated 4 matches for "adding_storage_devices_to_guests".

2012 Oct 30
1
Attaching storage to a virtual machine
...d my LVM volume group to virsh I could see no way of then assigning one volume of that to be offered as a logical volume to one particular virtual machine. I've also seen this: http://docs.fedoraproject.org/en-US/Fedora/13/html/Virtualization_Guide/sect-Virtualization-Virtualized_block_devices-Adding_storage_devices_to_guests.html#proc-Virtualization-Adding_storage_devices_to_guests-Adding_physical_block_devices_to_virtualized_guests Looks like I could use that to assign one of the LVM volumes in my LVM volume group to the VM. If anyone could explain the different function of these two techniques and which sounds appl...
2011 Jul 20
2
how to add file-based disk space to a guest
...ol-autostart pool1 virsh # vol-create-as pool1 volume1 20G --allocation 15G --format qcow2 now I want to associate "volume1" to my guest OS. Following this doc: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization/sect-Virtualization-Virtualized_block_devices-Adding_storage_devices_to_guests.html - why does this ask me to create a file with "dd" ? it's already been created before with the virsh pool commands, isn't it? Seems to me I'm bypassing the libvirt/virsh layer if I do that. - after that, the doc tells me to do some stuff with guest XML files. Is'nt t...
2011 Apr 23
1
KVM, virsh attach-disk problems
...d about performance, as there will be a lot of I/O. My last problem is this: I try to add a fresh, unformatted disk partition to a KVM guest. I follow the directions given here: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html-single/Virtualization/index.html#proc-Virtualization-Adding_storage_devices_to_guests-Adding_physical_block_devices_to_virtualized_guests First I check that the module acpiphp is present on the guest. It is. On the host I write: virsh attach-disk test1 /dev/sdb1 sda --driver tap --mode shareable - test1 is my guest domain - /dev/sdb1 is the name of the unformatted partition on t...
2011 Apr 22
2
KVM, virsh attach-disk error
I try to add a fresh, unformatted disk partition to a KVM guest. I follow the directions given here: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html-single/Virtualization/index.html#proc-Virtualization-Adding_storage_devices_to_guests-Adding_physical_block_devices_to_virtualized_guests First I check that the module acpiphp is present on the guest. It is. On the host I write: virsh attach-disk test1 /dev/sdb1 sda --driver tap --mode shareable - test1 is my guest domain - /dev/sdb1 is the name of the unformatted partition on t...