|
|
Line 8: |
Line 8: |
| === Enterprise Management Tools List === | | === Enterprise Management Tools List === |
| This section contains the discussion happening on the [https://www.redhat.com/mailman/listinfo/et-mgmt-tools et-mgmt-tools list] | | This section contains the discussion happening on the [https://www.redhat.com/mailman/listinfo/et-mgmt-tools et-mgmt-tools list] |
|
| |
| ==== Importing Appliance Raw Disk Images ====
| |
| [[BryanKearney|Bryan Kearney]] cross-posted[1] an RFC to the [https://www.redhat.com/mailman/listinfo/thincrust-devel @thincrust-devel][2] list. The goal being the ability to importing "appliance" disk images. [[ColeRobinson|Cole Robinson]] said[3], "the whole problem of taking an existing disk image and
| |
| turning into something useful is not handled well by any of
| |
| the <code>virt-*</code> tools", and wondered where best to add it. [[DanielBerrange|Daniel P. Berrange]] said[4], "the live cd installer class in virtinst can basically do 90% of the neccessary stuff already".
| |
|
| |
| [1] https://www.redhat.com/archives/et-mgmt-tools/2008-October/msg00086.html
| |
|
| |
| [2] http://www.thincrust.net/
| |
|
| |
| [3] https://www.redhat.com/archives/et-mgmt-tools/2008-October/msg00088.html
| |
|
| |
| [4] https://www.redhat.com/archives/et-mgmt-tools/2008-October/msg00093.html
| |
|
| |
|
| === Fedora Xen List === | | === Fedora Xen List === |
| This section contains the discussion happening on the [https://www.redhat.com/mailman/listinfo/fedora-xen fedora-xen list]. | | This section contains the discussion happening on the [https://www.redhat.com/mailman/listinfo/fedora-xen fedora-xen list]. |
|
| |
| ==== Support for F10 domU on RHEL5.2 dom0 ====
| |
| [[JonStanley|Jon Stanley]] noticed[1] that a RHEL 5.2 dom0 was unable to
| |
| install a current Fedora 10 Rawhide domU.
| |
| [[MarkMcLoughlin|Mark McLoughlin]] explained[2] that the
| |
| "older virt-install doesn't know to look in the 'images-xen' stanza
| |
| in the '.treeinfo' file to determine which images to use". Patches are being
| |
| backported to RHEL 5.3 for this[3]. A further issue[4] is a lack of bzimage
| |
| support in the <code>libxc</code> of RHEL.
| |
|
| |
| [1] https://www.redhat.com/archives/fedora-xen/2008-October/msg00002.html
| |
|
| |
| [2] https://www.redhat.com/archives/fedora-xen/2008-October/msg00003.html
| |
|
| |
| [3] https://bugzilla.redhat.com/460585
| |
|
| |
| [4] https://bugzilla.redhat.com/457199
| |
|
| |
| [[MichaelYoung|Michael Young]] asked[5] about a timeline for these patches and expressed concern that there could be "a period of time where there won't be any supported Redhat or Fedora platform to run Xen guests, and of course the lack of current support in RHEL is reducing the testing that Fedora 10 xen is getting."
| |
|
| |
| [5] https://www.redhat.com/archives/fedora-xen/2008-October/msg00006.html
| |
|
| |
|
| === Libvirt List === | | === Libvirt List === |
| This section contains the discussion happening on the [https://www.redhat.com/mailman/listinfo/libvir-list libvir-list]. | | This section contains the discussion happening on the [https://www.redhat.com/mailman/listinfo/libvir-list libvir-list]. |
|
| |
| ==== KVM Domain Migration Not Yet Supported ====
| |
| [[KennethNagin|Kenneth Nagin]] noticed[1] a problem migrating a KVM guest.
| |
| [[DanielBerrange|Daniel P. Berrange]] said[2] that's because it's not yet supported. "Currently KVM's private fork of QEMU
| |
| has some migration support, but this is not written in a suitable
| |
| way for " libvirt "to use - it blocks the QEMU monitor on startup. Upstream
| |
| QEMU is getting better migration support and once that's done we can
| |
| support it in libvirt."
| |
|
| |
| [1] https://www.redhat.com/archives/libvir-list/2008-October/msg00147.html
| |
|
| |
| [2] https://www.redhat.com/archives/libvir-list/2008-October/msg00148.html
| |
|
| |
| ==== Disable QEMU Drive Cacheing ====
| |
| [[DanielBerrange|Daniel P. Berrange]] posted[1] a patch with the following explaination.
| |
|
| |
| QEMU defaults to allowing the host OS to cache all disk I/O. This has a
| |
| couple of problems
| |
|
| |
| * It is a waste of memory because the guest already caches I/O ops
| |
| * It is unsafe on host OS crash - all unflushed guest I/O will be lost, and there's no ordering guarantees, so metadata updates could be flushed to disk, while the journal updates were not. Say goodbye to your filesystem.
| |
| * It makes benchmarking more or less impossible / worthless because what the benchmark things are disk writes just sit around in memory so guest disk performance appears to exceed host diskperformance.
| |
|
| |
| This patch disables caching on all QEMU guests. NB, Xen has long done this
| |
| for both PV & HVM guests - QEMU only gained this ability when -drive was
| |
| introduced, and sadly kept the default to unsafe cache=on settings.
| |
|
| |
| [1] https://www.redhat.com/archives/libvir-list/2008-October/msg00180.html
| |
|
| |
| ==== NSIS Windows Installer in Nightly Builds ====
| |
| [[RichardJones|Richard W.M. Jones]] added[1] NSIS[2] support to generate a Windows installer in the nightly build. Richard also recently blogged[3] on the subject on MinGW and NSIS.
| |
|
| |
| [1] https://www.redhat.com/archives/libvir-list/2008-October/msg00191.html
| |
|
| |
| [2] http://nsis.sourceforge.net/
| |
|
| |
| [3] http://camltastic.blogspot.com/2008/10/mingw-compile-software-for-windows.html
| |
|
| |
| In reply to another thread[4] [[DanielBerrange|Daniel P. Berrange]] explained
| |
| support is targeted for "client-mode only. ie, allow
| |
| use of libvirt clients to connect to remote Linux hosts running libvirtd", and that there
| |
| is no emminent Hyper-V or VMWare support.
| |
|
| |
| [4] https://www.redhat.com/archives/libvir-list/2008-October/msg00304.html
| |
|
| |
| ==== Domain Events API Progress ====
| |
| [[BenGuthro|Ben Guthro]] posted[1] patches to implement domain state transition events which were previously discussed[2].
| |
|
| |
| [1] https://www.redhat.com/archives/libvir-list/2008-October/msg00245.html
| |
|
| |
| [2] http://www.redhat.com/archives/libvir-list/2008-September/msg00321.html
| |
|
| |
|
| === oVirt Devel List === | | === oVirt Devel List === |
| This section contains the discussion happening on the [https://www.redhat.com/mailman/listinfo/ovirt-devel ovirt-devel list]. | | This section contains the discussion happening on the [https://www.redhat.com/mailman/listinfo/ovirt-devel ovirt-devel list]. |
|
| |
| ==== oVirt Qpid API ====
| |
| [[IanMain|Ian Main]] continues to work[1] on a <code>qpid</code> API for oVirt which leverages the device enumeration[2] and <code>qpid</code> support[3] in <code>libvirt</code>.
| |
| Ian extended the oVirt API to include network configuration information. Ian also posted[4] a demo script.
| |
|
| |
| [1] https://www.redhat.com/archives/ovirt-devel/2008-October/msg00101.html
| |
|
| |
| [2] https://fedoraproject.org/wiki/FWN/Issue146#Host_Device_Enumeration_API
| |
|
| |
| [3] https://fedoraproject.org/wiki/FWN/Issue146#QPID_Modeling_Framework_and_libvirt-qpid
| |
|
| |
| [4] https://www.redhat.com/archives/ovirt-devel/2008-October/msg00150.html
| |