hi, shaharh:
recently i work on injecting file into guestvm, i find a hook called injectfile in vdsm.
i have a confusion about why injectfile hook takes qcow2 format as a special one which can not be handled?
could you tell me your reason?
as i know libguestfs certainly can be aware of qcow2 and all its feature like backing_file etc.
it is a little hard to inject files into a image which has backing files(maybe backing chain) especially for images of block type with thin-providing. like a vm in pool.
i am now writing code to inject files into a vm in pool.
please tell me your ideas. and my questoin.
thanks
Hello all,
This is a heads up to any users of the hostusb hook of a proposed change
to the option syntax of the hook.
I've been working in the change below to allow the use of bus and device
IDs to identify a host USB device to attach to a guest :
Add the ability to use bus and device IDs with the hostusb hook.
http://gerrit.ovirt.org/#/c/17428/
This change results in the old option syntax no longer being accepted by
the hook. Instead only the new syntax will be accepted :
bus=octal:device=octal or vendor=hex:product:hex
Please let me know if you have any concerns regarding this change and
the lack of backward compatibility with the older option syntax.
Thanks in advance,
Lee
--
Lee Yarwood
Senior Software Maintenance Engineer
Red Hat UK Ltd
200 Fowler Avenue, Farnborough Business Park, Farnborough, Hants GU14 7JP
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parson
(USA), Charlie Peters (USA)
GPG fingerprint : A5D1 9385 88CB 7E5F BE64 6618 BCA6 6E33 F672 2D76
- Master branch is broken for EL6 since we've taken
Id8e514df1ca88500f746242134ddb24c31588046 with its daemonAdapter
Yaniv Bronheim is working with Zhou and Alon Bar Lev to mend this.
Please review
http://gerrit.ovirt.org/#/q/status:open+project:vdsm+branch:master+topic:er…
- Another breakage of master is the libvirt requirement introduced by me
in http://gerrit.ovirt.org/18937. libvirt-0.10.2-18.el6_4.10 is not
yet public. Current workaround is to take a newer libvirt from
virt-preview, or ignore this dependency (which makes you unable to
re-wire networks for a running VM).
- We now require gluster-3.4.0 which is not yet availabled from koji for
EL6. That's why we ship it in
http://resources.ovirt.org/releases/3.3/rpm/EL/6/x86_64/
However, it is missing from the nightly repos. Can we softlink to them
from the nightly repo, Eyal?
- Timothy reports that the gluster team is working on geo-replication.
One of the patches under review is http://gerrit.ovirt.org/#/c/17766/
Have I missed something? Please report it as a response!
Dan.
hi,all
in bootstrap.py. there is a function named '_addNetwork',
what is meaning of its params(vdcName, vdcPort), and what is the purpose of waitRouteRestore?
thanks
Hello
I am trying to install ovirt nightly on centos 6.4
it first complained about missing gluster 3.4
I added the gluster repo - http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/EPEL.repo/epel-… , afterwards I got a message that I am missing spice-html5
I think that it should be included in the nightly repository.
Ohad