[vdsm] oVirt 3.3.2 beta status

2013-11-18 Thread Sandro Bonazzola
Hi,

we're going to branch and build oVirt 3.3.2 beta on Nov 27th.
A bug tracker is available at [1] and it shows only 2 bugs blocking the release:

Bug 1029792 - VDSM does not report the qemu version in capabilities, if 
qemu-kvm-rhev is used
Bug 1029885 - cloud-init testcase does not work in engine 3.3.1

The following is a list of the bugs still open with target 3.3.2 or 3.3:

Whiteboard  Bug ID  Summary
991267  [RFE] Add TUI information to log file.
infra   987982  When adding a host through the REST API, the error 
message says that rootPassword is required, but ...
infra   1017267 Plaintext user passwords in async_tasks database
infra   1020344 Power Managent with cisco_ucs problem
infra   1009899 exportDbSchema scripts generates output file with wrong 
name
infra   1029792 VDSM does not report the qemu version in capabilities, 
if qemu-kvm-rhev is used
integration 1026933 pre-populate ISO domain with virtio-win ISO
integration 1026930 Package virtio-win and put it in ovirt repositories
integration 1030437 RFE: Configuration of email notifications
integration 1022440 AIO - configure the AIO host to be a gluster 
cluster/host
integration 902979  ovirt-live - firefox doesn't trust the installed engine
integration 1021805 oVirt Live - use motd to show the admin password
network 988002  [oVirt] [network] Add button shouldn't appear on 
specific network
network 987916  [oVirt] [provider] Dialog doesn't update unless focus 
lost
network 987999  [oVirt] [provider] Add button shouldn't appear on 
specific provider
network 906313  [oVirt-webadmin] [setupNetworks] No valid Operation 
for network_name and Unassigned Logical Networks panel
network 1023722 [oVirt-webadmin][network] Network roles in cluster 
management should be radio buttons
network 997197  Some AppErrors messages are grammatically incorrect 
(singular vs plural)
storage 1016118 async between masterVersion : can't connect to 
StoragePool
storage 987917  [oVirt] [glance] API version not specified in provider 
dialog
storage 1029069 Live storage migration snapshot removal fails, probably 
due to unexpected qemu-img output
ux  906394  [oVirt-webadmin] [network] Loading animation in network 
main tab 'hosts' and 'vms' subtab is stuck on first view...
virt1007940 Cannot clone from snapshot while using GlusterFS as 
POSIX Storage Domain



Please set the target to 3.3.2 and add the bug to the tracker if you think that 
3.3.2 should not be released without it fixed.

Please also update the target to 3.3.3 or any next release for bugs that won't 
be in 3.3.2: it will ease gathering the blocking bugs for next releases.

For those who want to help testing the bugs, I suggest to add yourself as QA 
contact for the bug and add yourself to the testing page [2].

[1] https://bugzilla.redhat.com/1027349
[2] http://www.ovirt.org/Testing/Ovirt_3.3.2_testing


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] [Engine-devel] oVirt 3.3.2 beta status

2013-11-18 Thread Dan Kenigsberg
On Mon, Nov 18, 2013 at 10:12:02AM +0100, Sandro Bonazzola wrote:
 Hi,
 
 we're going to branch and build oVirt 3.3.2 beta on Nov 27th.
 A bug tracker is available at [1] and it shows only 2 bugs blocking the 
 release:
 
 Bug 1029792 - VDSM does not report the qemu version in capabilities, if 
 qemu-kvm-rhev is used

Backported
http://gerrit.ovirt.org/21363
http://gerrit.ovirt.org/21364
to ovirt-3.3 branch to address this request.
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


[vdsm] vdsm sync meeting minutes - Nov 18

2013-11-18 Thread Dan Kenigsberg
Things we've discussed

- pending iscsi dependency (fixed master branch since meeting)
  http://gerrit.ovirt.org/21385

- We should strive to keep master usable by el6 (and other supported
  platforms).

  We forgot to discuss the issue blocking our spec-checking jenkins job:
  cpopen collision. Yaniv, are there any updates on that?

- function storage/virt tests needs a parent and extension. Ayal says
  that A storage developer was assigned to that task, expect improvement
  within weeks.

- Vdsm is asked to report information about various VM-related long
  processes: VM migration, live storage migration, live merge. There was
  a universal agreement that getAllVmStats is a reasonable place to add
  those. Michal, Saggi, would it be fine?

- failing `make distcheck`: Toni to try monkey-patching the constants
  module when the schema is built.

- Nir's mock module needs review, and later - a decision. There was a
  disagreement regarding its necessity/helpfulness.

See ya!
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes - Nov 18

2013-11-18 Thread Antoni Segura Puimedon


- Original Message -
 From: Dan Kenigsberg dan...@redhat.com
 To: VDSM Project Development vdsm-devel@lists.fedorahosted.org
 Cc: mskri...@redhat.com
 Sent: Monday, November 18, 2013 8:59:53 PM
 Subject: [vdsm] vdsm sync meeting minutes - Nov 18
 
 Things we've discussed
 
 - pending iscsi dependency (fixed master branch since meeting)
   http://gerrit.ovirt.org/21385
 
 - We should strive to keep master usable by el6 (and other supported
   platforms).
 
   We forgot to discuss the issue blocking our spec-checking jenkins job:
   cpopen collision. Yaniv, are there any updates on that?
 
 - function storage/virt tests needs a parent and extension. Ayal says
   that A storage developer was assigned to that task, expect improvement
   within weeks.
 
 - Vdsm is asked to report information about various VM-related long
   processes: VM migration, live storage migration, live merge. There was
   a universal agreement that getAllVmStats is a reasonable place to add
   those. Michal, Saggi, would it be fine?
 
 - failing `make distcheck`: Toni to try monkey-patching the constants
   module when the schema is built.

And also the tests in the testrunner due to the check part of distcheck.

Another point that was not raised but should be addessed:
- Reduce the excessive cpopen calling from _nic_devices.

 
 - Nir's mock module needs review, and later - a decision. There was a
   disagreement regarding its necessity/helpfulness.
 
 See ya!
 ___
 vdsm-devel mailing list
 vdsm-devel@lists.fedorahosted.org
 https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel
 
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel