search for: msg00246

Displaying 5 results from an estimated 5 matches for "msg00246".

Did you mean: msg00249
2016 Oct 06
1
[PATCH] launch: libvirt: Remove unused USB and memballoon devices.
Thanks: Laine Stump. See also: https://www.redhat.com/archives/libvir-list/2016-October/msg00246.html --- src/launch-libvirt.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c index d8479dc..8779dcb 100644 --- a/src/launch-libvirt.c +++ b/src/launch-libvirt.c @@ -1397,6 +1397,18 @@ construct_libvirt_xml_devices (guestfs_h *g,...
2008 Sep 06
4
Xen domU xvd disk online resize support
...g, it seems the previous mail didn''t make it to the list) At some point Xen supported block-reconfigure to resize domU disks on the fly.. This is not working atm/anymore? Discussion about the subject.. (in the end of the thread): http://lists.xensource.com/archives/html/xen-users/2008-04/msg00246.html Support for online resizing Linux SCSI disks was accepted upstream recently: http://www.gossamer-threads.com/lists/linux/kernel/967628 That patch should end up in Linux 2.6.28. Anyone working to get Xen domU online disk resizing working again? -- Pasi ______________________________________...
2009 Sep 28
2
Resizing disks for VMs
Hi, Is there a way to make a PV xen guest aware of a size change of the host disk? In my case I'm talking about a Centos 5.3 host using logical volumes as storage for the guests and the guests running Centos 5.3 and LVM too. What I'm trying to accomplish is to resize the logical volume for the guest by adding a few gigs and then make the guest see this change without requiring a
2009 Sep 21
2
[LLVMdev] OT: gdb and procmod on darwin9.8/darwin10
...39.html http://sourceware.org/ml/gdb/2009-09/msg00240.html http://sourceware.org/ml/gdb/2009-09/msg00241.html http://sourceware.org/ml/gdb/2009-09/msg00242.html http://sourceware.org/ml/gdb/2009-09/msg00243.html http://sourceware.org/ml/gdb/2009-09/msg00245.html http://sourceware.org/ml/gdb/2009-09/msg00246.html http://sourceware.org/ml/gdb/2009-09/msg00247.html http://sourceware.org/ml/gdb/2009-09/msg00248.html http://sourceware.org/ml/gdb/2009-09/msg00249.html http://sourceware.org/ml/gdb/2009-09/msg00250.html http://sourceware.org/ml/gdb/2009-09/msg00252.html Thanks for any authoritative answer on...
2018 Jan 28
9
guestfs_list_filesystems: skip block devices which cannot hold file system
Initial discussion is here: https://www.redhat.com/archives/libguestfs/2018-January/msg00188.html. v2 was posted here: https://www.redhat.com/archives/libguestfs/2018-January/msg00246.html. v3 comparing to v2 is just a rebase with slightly changed commits comments.