Displaying 10 results from an estimated 10 matches for "guest_images_lvm".
2010 May 31
1
Working example of logical storage pool and volume creation?
...t root 7 May 31 14:10 vg_host2-lv_home -> ../dm-7
lrwxrwxrwx. 1 root root 7 May 31 14:08 vg_host2-lv_root -> ../dm-0
lrwxrwxrwx. 1 root root 7 May 31 14:10 vg_host2-lv_swap -> ../dm-8
#
Creation of a logical storage pool, using sdc:
# virsh pool-define-as guest_images_lvm logical - - /dev/sdc
libvirt_lvm /dev/mapper
Pool guest_images_lvm defined
# virsh pool-info guest_images_lvm
Name: guest_images_lvm
UUID: 17398035-8000-7252-ab25-58db95aed130
State: inactive
# virsh pool-build guest_images_lvm
Pool guest_images_...
2015 Aug 16
0
KVM Storage Pools on LVM
...create LVM volume groups and base storage pools on that. So i followed the
instructions at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/sect-LVM_based_storage_pools.html
and now have 2 LVM-based storage pools called guest_images_lvm and
guest_isos_lvm which are both showing as Active in virt-manager.
I now want to move my VMs from /home to the new guest_images_lvm storage
pool - but what directory do I copy them to? There doesn't appear to be any
directories called guest_images_lvm. I'm not very familiar with LVM -
pe...
2011 Aug 29
2
Question re: CentOS-6.0, KVM, and /dev/sr0
I am experimenting with KVM and I wish to create a virtual machine
image in a logical volume. I can create the new lv without problem
but when I go to format its file system then I get these warnings:
Warning: WARNING: the kernel failed to re-read the partition table
on /dev/sda (Device or resource busy). As a result, it may not
reflect all of your changes until after reboot.
Warning: Unable to
2017 Jun 05
2
Re: libvirtd not accepting connections
...State
>----------------------------------------------------
>
># virsh pool-list
> Name State Autostart
>-------------------------------------------
> default active yes
> Downloads active yes
> guest_images_lvm active yes
>
>#
>
>VM xml is /etc/libvirt/qemu. The network, virbr0 is in
>/etc/libvirt/qemu/networks, and that gets created just fine. All have
>root:root owner:group:
>
The VMs are not visible because the XML cannot be parsed if the binaries
are not on the system (...
2017 Jun 06
3
Re: libvirtd not accepting connections
...----------------------------
>>>
>>> # virsh pool-list
>>> Name State Autostart
>>> -------------------------------------------
>>> default active yes
>>> Downloads active yes
>>> guest_images_lvm active yes
>>>
>>> #
>>>
>>> VM xml is /etc/libvirt/qemu. The network, virbr0 is in
>>> /etc/libvirt/qemu/networks, and that gets created just fine. All have
>>> root:root owner:group:
>>>
>>
>> The VMs are not visi...
2017 Jun 05
0
Re: libvirtd not accepting connections
...gt; ----------------------------------------------------
>>
>> # virsh pool-list
>> Name State Autostart
>> -------------------------------------------
>> default active yes
>> Downloads active yes
>> guest_images_lvm active yes
>>
>> #
>>
>> VM xml is /etc/libvirt/qemu. The network, virbr0 is in
>> /etc/libvirt/qemu/networks, and that gets created just fine. All have
>> root:root owner:group:
>>
>
> The VMs are not visible because the XML cannot be parsed...
2017 Jun 06
0
Re: libvirtd not accepting connections
...>>>>
>>>> # virsh pool-list
>>>> Name State Autostart
>>>> -------------------------------------------
>>>> default active yes
>>>> Downloads active yes
>>>> guest_images_lvm active yes
>>>>
>>>> #
>>>>
>>>> VM xml is /etc/libvirt/qemu. The network, virbr0 is in
>>>> /etc/libvirt/qemu/networks, and that gets created just fine. All have
>>>> root:root owner:group:
>>>>
>>&g...
2017 Jun 04
2
Re: libvirtd not accepting connections
On Sat, Jun 03, 2017 at 08:27:08PM -0400, Michael C Cambria wrote:
>
>
>On 06/03/2017 05:47 PM, Martin Kletzander wrote:
>> On Sat, Jun 03, 2017 at 05:20:47PM -0400, Michael C Cambria wrote:
>>> I also tried stopping libvirtd, renaming both qemu-system-i386 and
>>> qemu-system-x86_64, start libvirtd. Things get further along; dnsmasq
>>> log messages show
2017 Jun 06
1
Re: libvirtd not accepting connections
...t;>>> # virsh pool-list
>>>>> Name State Autostart
>>>>> -------------------------------------------
>>>>> default active yes
>>>>> Downloads active yes
>>>>> guest_images_lvm active yes
>>>>>
>>>>> #
>>>>>
>>>>> VM xml is /etc/libvirt/qemu. The network, virbr0 is in
>>>>> /etc/libvirt/qemu/networks, and that gets created just fine. All have
>>>>> root:root owner:group:
>...
2017 Jun 04
0
Re: libvirtd not accepting connections
...e:
# virsh list
Id Name State
----------------------------------------------------
# virsh pool-list
Name State Autostart
-------------------------------------------
default active yes
Downloads active yes
guest_images_lvm active yes
#
VM xml is /etc/libvirt/qemu. The network, virbr0 is in
/etc/libvirt/qemu/networks, and that gets created just fine. All have
root:root owner:group:
$ sudo systemctl stop libvirtd.service
$ sudo ip addr show virbr0
7: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu...