search for: newimg

Displaying 3 results from an estimated 3 matches for "newimg".

2015 Jan 11
2
Resizing lvm fails with fedora20
...17, but hoped/thought it would be fixed by now? # virt-df -h test1-011015.img Filesystem Size Used Available Use% test1-011015.img:/dev/prop/boot 476M 109M 338M 23% test1-011015.img:/dev/prop/root 14G 10G 3.3G 72% # truncate -s 50G newimg # virt-resize test1-011015.img newimg --expand /dev/sda1 --LV-expand /dev/prop/root Examining test1-011015.img ... virt-resize: libguestfs error: lvm_set_filter: vgchange -ay: /run/lvm/lvmetad.socket: connect failed: No such file or directory WARNING: Failed to connect to lvmetad: No such file...
2015 Jan 12
0
Re: Resizing lvm fails with fedora20
...; fixed by now? > > # virt-df -h test1-011015.img > Filesystem Size Used Available Use% > test1-011015.img:/dev/prop/boot 476M 109M 338M 23% > test1-011015.img:/dev/prop/root 14G 10G 3.3G 72% > > # truncate -s 50G newimg > # virt-resize test1-011015.img newimg --expand /dev/sda1 --LV-expand > /dev/prop/root > Examining test1-011015.img ... > virt-resize: libguestfs error: lvm_set_filter: vgchange -ay: > /run/lvm/lvmetad.socket: connect failed: No such file or directory > WARNING: Failed to conn...
2012 Dec 04
0
Clone disk image common ancestry/branching.
Hello, I was wondering if it was possible to support or easily extent libvirt to perform steps like the following when cloning: # Any existing VMs must be paused or better. ln $currentimg backing-store.img qemu-img create -o backing-store.img $currentimg.tmp qemu-img create -o backing-store.img $newimg # Get any existing VM using $currentimg.tmp mv $currentimg.tmp $currentimg The idea being to create branches of an installs ancestry rather than simply duplicating the install. Cheers. Mike Mestnik, Michael J The ESM Tools Enterprise Systems Monitoring United States Postal Service O: (651) 406-...