Displaying 8 results from an estimated 8 matches for "vm_volum".
Did you mean:
im_volume
2006 Mar 08
12
AW: Problem booting domU
Hello,
Can you check following entrys:
Old:
disk = [''phy:vm_volumes/root.dhcp1,sda1,w'',
''phy:vm_volumes/var.dhcp1,sda2,w'',
''phy:vm_volumes/swap.dhcp1,sda3,w'']
New:
disk = [''phy:/vm_volumes/root.dhcp1,sda1,w'',
''phy:/vm_volumes/var.dhcp1,sda2,w'',
''phy:/vm...
2015 Oct 20
2
Extlinux with guestfish
...s
a bootloader for my guests and I always get this error:
SYSLINUX 4.05 EDD 0x54f93f16 Copyright (C) 1994-2010 H. Peter Anvin et al
ERROR: No configuration file found
No default or UI configuration directive found!
boot: _
*This is how I create the virtual machines:*
lvcreate -n vm_name -L 9G vm_volumes
parted /dev/vm_volumes/vm_name mklabel msdos
parted -a optimal /dev/vm_volumes/vm_name mkpart primary ext4 0% 100%
parted /dev/vm_volumes/vm_name set 1 boot on
kpartx -av /dev/vm_volumes/vm_name
mkfs.ext4 /dev/mapper/loop0p1
mount /dev/mapper/loop0p1 /mnt/clone
tar -zxf /root/centos7_templ...
2019 Jul 11
2
Re: Strange issues with libvirt v5.5.0
...gt;
>
> <div> </div>
I'll have to cut off everything here and replace it with a non-HTML
version so there might be weird quoting:
>
> on libvirt 5.5.0 the volumes list only show the first image from the remote ceph rbd cluster:
>
> # virsh vol-list vm_volumes
> Name Path
> -------------------------------------------------
> vmanager101-root vm_volumes/vmanager101-root
>
> But the rbd command itself all seing them:
> # rbd -p vm_volumes ls
> vmanager101-root
> vmanager102-root
> vmanager103-root
> vmanager105-root
>
&...
2015 Oct 20
0
Re: Extlinux with guestfish
...r:
>
> SYSLINUX 4.05 EDD 0x54f93f16 Copyright (C) 1994-2010 H. Peter Anvin et al
> ERROR: No configuration file found
> No default or UI configuration directive found!
> boot: _
>
>
>
> *This is how I create the virtual machines:*
>
> lvcreate -n vm_name -L 9G vm_volumes
>
> parted /dev/vm_volumes/vm_name mklabel msdos
> parted -a optimal /dev/vm_volumes/vm_name mkpart primary ext4 0% 100%
> parted /dev/vm_volumes/vm_name set 1 boot on
>
> kpartx -av /dev/vm_volumes/vm_name
>
> mkfs.ext4 /dev/mapper/loop0p1
>
> mount /dev/mappe...
2013 Apr 27
1
virt-install creates a snapshot as the volume backend
...ck-cpu --ram=512
--os-variant="rhel6" --network "bridge=br0" --disk
"pool=vdisks,size=22,cache=writeback" --vnc --hvm --vnclisten="0.0.0.0"
--cdrom="/mnt/ISOs/centos/x86_64/CentOS-6.3-x86_64-bin-DVD1.iso" --hvm
# lvs | grep ns
ns1.img vm_volumes swi-aos-- 4.00m [ns1.img_vorigin] 0.00
When I try to create a volume using virt-manager on the volume group, it
gets created as a snapshot. But when I create a volume using virsh, it
gets created correctly;
virsh # vol-create-as vdisks test 23622320128
# lvs | grep test
te...
2006 Mar 27
2
Xen networking on different vlans
...h0.101 bridge=xen-br101
antispoof=no -> to start xen services in this new bridge interface.
Then I configure a domU to use this new vlan with this configuration:
kernel = "/boot/xen-linux-2.6.12.6-atica-xenu-xen0"
memory = 256
name = "test2"
disk = [''phy:vm_volumes/root.dhcp1,hda1,w'',
''phy:vm_volumes/var.dhcp1,hda2,w'',
''phy:vm_volumes/swap.dhcp1,hda3,w'']
vif = [ ''bridge=xen-br302'' ]
ip="172.19.3.123"
netmask="255.255.255.0"
gateway="...
2015 Oct 20
1
Re: Extlinux with guestfish
...#39;s why I thought about a problem with this libguestfs version
(1.30.3).
Here's how I installed extlinux (I already saw the link that you sent me
and I don't think I made a mistake) but the guest still don't want to boot:
[root@localhost libguestfs-1.30.3]# ./run guestfish -i -a
/dev/vm_volumes/clone2
Welcome to guestfish, the guest filesystem shell for
editing virtual machine filesystems and disk images.
Type: 'help' for help on commands
'man' to read the manual
'quit' to quit the shell
Operating system: CentOS Linux release 7.1.1503 (Core)
/dev/s...
2019 Jul 11
0
Re: Strange issues with libvirt v5.5.0
On Thu, Jul 11, 2019 at 05:19:03PM +0200, Peter Krempa wrote:
>On Thu, Jul 11, 2019 at 16:46:29 +0200, Julian Sternberg wrote:
[...]
>> Seconds strange behavior is as follow:
>> virsh vol-create-as vm_volumes test.img --capacity 1G --format raw
>> error: Failed to create vol test.img error: unsupported configuration: only RAW volumes are supported by this storage pool
>
>So this is really weird. The error message is produced if the target
>format is not 'raw' but the above comma...