=== lifeless_ is now known as lifeless === smb` is now known as smb === doko_ is now known as doko === greyback is now known as greyback|lunch === greyback|lunch is now known as greyback [15:30] Hi all, we'll have one of our monthly Canonical Product Strategy meetings shortly [15:30] hi [15:31] hi mmrazik, do you want to lead? [15:31] alesage: do you know how the bot works? [15:31] mmrazik, no--first time here :) [15:31] then I'll start the meeting :) [15:31] #startmeeting [15:31] Meeting started Tue Feb 28 15:31:46 2012 UTC. The chair is mmrazik. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [15:31] Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired [15:32] lets wait for a minute or so [15:32] the only topic today is a short talk about Static Code Analysis and what we do in Canonical with Unity et al [15:33] [TOPIC] Static Code Analysis (Coverity) === meetingology changed the topic of #ubuntu-meeting to: Static Code Analysis (Coverity) [15:33] alesage: I think we can start [15:33] ok thanks mmrazik [15:34] so this will be a short chat about our use of Coverity [15:34] which is a static analyzer [15:35] here's our wiki page for our Coverity integration project: [15:35] https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity [15:35] and here's a link to the company's site: http://coverity.com/products/static-analysis.html [15:36] we're using static analysis as a means to improve quality: [15:36] the idea behind "static analysis" is kind-of a step further than what a compiler offers your C/C++/Java/etc. code [15:37] in the case of Coverity, for example, the static analyzer sits on GCC and finds bugs in our code [15:37] by producing 'models' of the execution-- [15:38] specifically by running 'checkers', which find common (or not so common ;) ) errors [15:38] I'll link to a list of these checkers . . . [15:38] https://wiki.ubuntu.com/CoverityCheckerDictionary [15:39] so taking DIVIDE_BY_ZERO as an example, [15:39] here's a condition that might take an exceptional condition to encounter in production, e.g. [15:40] but Coverity finds this using its sophisticated analysis [15:41] so we wanted to add this to our process for developing Ubuntu [15:41] at the moment our licensing covers everything that's a dependency of Unity [15:42] and there's talk about expanding--we'll see how the evaluation goes [15:42] are there any questions at this point? [15:42] o/ [15:42] I have to thank tvoss for this link, meanwhile: http://drdobbs.com/open-source/232601492 [15:42] gema_, go ahead [15:42] alesage: are you raising bugs as you find them? are you gettting a lot of false positivies? [15:43] gema_ excellent question [15:43] so my part of the project has been a "syncing" tool [15:43] which submits bugs to Launchpad when these defects are found [15:43] automatically? [15:43] automatically-- [15:43] agreed :) [15:44] the scanner is run as part of a Jenkins/Continuous Integration process [15:44] so when we get a build, the scanner runs and finds its Coverity defects, [15:44] and then a little Python script interprets these and submits them to Launchpad [15:44] where they enter the normal Ubuntu developer workflow [15:44] let me get the link for some existing bugs . . . [15:46] https://bugs.launchpad.net/~coverity-uploader [15:46] so we haven't found a full set as yet, and it's still to early to show our 'defect density' (ref. the link above) [15:47] and gema_ as this is still and informal process I'm not aware of complaints about false positives [15:47] alesage: I am very impressed, looks pretty good [15:47] this is up and running for about a week [15:47] after some time we might want to do some queries and get the % of invalid bugs or something like that [15:47] gema_ yeah it's fun to go through the defects [15:47] that should give us some idea about the false positives [15:47] mmrazik: ack [15:48] let's take an example [15:48] https://bugs.launchpad.net/bamf/+bug/937402 [15:48] Launchpad bug 937402 in BAMF trunk "Coverity UNINIT - CID 10451" [Low,Triaged] [15:48] so here's an uninitialized variable somewhere deep in bamf [15:49] you see that you get a little code snippet in the bug body there [15:49] and also an attachment with a prettier rendering of the source code [15:50] Coverity offers a more sophisticated product called the "Integrity Manger" [15:50] most of the features of which this 'syncer' is offering to Launchpad users [15:50] one more interesting case: [15:51] https://bugs.launchpad.net/libindicator/+bug/937387 [15:51] Launchpad bug 937387 in libindicator "Coverity PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE - CID 10617" [High,Fix committed] [15:51] here's a case in which Coverity has found the same defect in multiple projects [15:52] in this case the root of the problem is in libindicator [15:52] and ted has tackled and ably squashed the bug [15:53] but note that Coverity's tracking of defects enables us to keep the defects in one place, as one Launchpad bug [15:53] any questions at this point? === yofel_ is now known as yofel [15:55] so honestly this is my first encounter with static analysis [15:56] do people have more extensive experience with this, or with Coverity itself? [15:58] so we'll have some metrics to offer in our Quality Hour blog at some point in the future [15:58] please stay tuned :) [15:58] and feel free to follow up with me for questions anytime [15:59] thanks all--anything else mmrazik? [15:59] any last questions? [15:59] in that case -- thank you for the meeting and lets meet in a month :) [15:59] bb [15:59] #endmeeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology [15:59] Meeting ended Tue Feb 28 15:59:52 2012 UTC. [15:59] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-02-28-15.31.moin.txt [15:59] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-02-28-15.31.html [15:59] \o [16:00] lynxman, yes [16:00] alesage: ah no worries, just waiting for the next meeting :) [16:00] \o [16:01] \o [16:02] o/ [16:02] \o [16:02] \o [16:04] utlemming, you chaired last week right? [16:04] hi [16:04] I did [16:04] yes utlemming [16:04] ah - guess that means zul is in the chair then :-) [16:05] zul: chair it like a boss [16:05] ooh quick meeting then [16:05] #startmeeting [16:05] Meeting started Tue Feb 28 16:05:10 2012 UTC. The chair is zul. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [16:05] Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired [16:05] so this is the server team meeting so lets get started [16:05] #topic Review ACTION points from previous meeting [16:05] o/ === meetingology changed the topic of #ubuntu-meeting to: Review ACTION points from previous meeting [16:05] i guess there was none? [16:06] #topic Precise Development === meetingology changed the topic of #ubuntu-meeting to: Precise Development [16:06] so beta-1 is next week isnt it? [16:06] in two days [16:06] beta-1 testing is now open [16:06] damn...i need a better calendar [16:06] does anyone want to drive this topic? [16:06] Daviey: ^^^ [16:07] arosales: ^^^ [16:07] Any Feature Freeze expectations to note? [16:07] zul: keystone is going well? [16:08] arosales: yeah..but it seems to have broke some things [16:08] service tokens have changed so people upstream are grossing about it [16:08] but yeah [16:09] ok, thanks for working on that zul [16:09] Any work items folks would like to talk about [16:09] http://status.ubuntu.com/ubuntu-precise/ubuntu-server.html [16:09] the debian-installer one should be fixed now [16:09] bug 923681 [16:10] Launchpad bug 923681 in debian-installer (Ubuntu) "Server install fails when selecting everything but 'VM host' & 'Manual selection' from tasksel" [High,New] https://launchpad.net/bugs/923681 [16:10] thats good news [16:10] anything else? [16:11] nothing more from me on this topic. [16:11] anyone want to bring anything else up? [16:12] * arosales still looking at work item status, but will work on that offline [16:12] if not [16:12] #topic Ubuntu Server Team Events === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Server Team Events [16:12] ODS is coming up in April, UDS is coming up after that [16:12] any events people are going to? [16:12] hola, i thought utlemming was charining? [16:13] m_3 is @ Strata [16:13] Daviey: that was last week [16:13] Daviey: that was last week [16:13] :) [16:13] utlemming: wiki said otherwise.. anyway, sorry for the noise. [16:14] anyways i dont think there is any other events coming up [16:14] #topic Weekly Updates & Questions for the QA Team (hggdh) === meetingology changed the topic of #ubuntu-meeting to: Weekly Updates & Questions for the QA Team (hggdh) [16:14] hi [16:15] hey hggdh [16:15] only... Beta testing, and testing, folks ;-) [16:15] .. [16:15] cool [16:15] any questions for hggdh [16:16] if not quickly moving on: [16:16] #topic Weekly Updates & Questions for the Kernel Team (smb) === meetingology changed the topic of #ubuntu-meeting to: Weekly Updates & Questions for the Kernel Team (smb) [16:16] hi smb [16:16] From things going on I believe the only thing worth noting from my side is for Lucid where I had been looking at a bug about spinlocking that lead to even more determined thinking of dropping the whole ec2 patch delta and moving back to the basic 2.6.32 kernel for EC2 as well. The decision to go with the special patch set was based on one missing [16:17] patch. And we know about that now. Of cousrse this needs a lot of testing before actually going on with that [16:17] cool [16:17] Otherwise open for question if there are [16:17] .. [16:17] any questions? [16:18] * smb thinks no [16:18] everybody must be working away [16:18] #topic Weekly Updates & Questions regarding Ubuntu ARM Server (rbasak) === meetingology changed the topic of #ubuntu-meeting to: Weekly Updates & Questions regarding Ubuntu ARM Server (rbasak) [16:18] hi rbasak [16:18] hello! [16:19] anything to bring up [16:19] Nothing to report. [16:19] Any questions for me? [16:19] Oh - the ARM team has now merged into platform, QA etc. [16:20] if not moving on [16:20] #topic Open Discussion === meetingology changed the topic of #ubuntu-meeting to: Open Discussion [16:20] anything to bring up [16:20] \o [16:20] adam_g: Did you get any more info on bug 924739? [16:21] Launchpad bug 924739 in squid3 (Ubuntu Precise) "after upgrade from oneiric to precise, previous squid config unused, cannot be used when relocated" [Critical,Triaged] https://launchpad.net/bugs/924739 [16:21] zul, mind if we go through at least the high bugs @ http://status.qa.ubuntu.com/reports/ubuntu-server/release-bugs.html [16:22] arosales: go ahead [16:22] zul, ok thanks. [16:22] bug 883988 [16:22] Launchpad bug 883988 in glance (Ubuntu Precise) "db migration failing when upgrading glance - trying to create existing tables" [High,Confirmed] https://launchpad.net/bugs/883988 [16:22] adam_g: were you working on this one? [16:23] perhaps similar to bug 779311 [16:23] Launchpad bug 779311 in glance (Ubuntu) "Glance update for Ubuntu failing" [High,Confirmed] https://launchpad.net/bugs/779311 [16:23] bug 893926 [16:23] Launchpad bug 893926 in eucalyptus (Ubuntu) "Contains traces of UEC" [High,Confirmed] https://launchpad.net/bugs/893926 [16:24] ^^ i think we should try and punt that to iamfuzz [16:24] no recent updates on this one, any one have any information on EUC? [16:24] (Sorry for being largely absent.) [16:24] bug 911812 [16:24] Launchpad bug 911812 in facter (Ubuntu Precise) "processor fact does not handle arm, others" [High,Triaged] https://launchpad.net/bugs/911812 [16:25] arosales: haven't taken care of it as I've been busy with the MaaS stuff [16:25] roaksoax: roger that, still on your radar though? [16:25] arosales: yest, this week i should definitely get it done (gfinally) [16:26] roaksoax: cool, thanks :-) [16:26] bug 923681 [16:26] Launchpad bug 923681 in debian-installer (Ubuntu) "Server install fails when selecting everything but 'VM host' & 'Manual selection' from tasksel" [High,New] https://launchpad.net/bugs/923681 [16:26] zul already covered that [16:26] bug 925024 [16:26] Launchpad bug 925024 in lxc (Ubuntu) "apparmor makes it impossible to install postgresql-common on Precise" [High,Confirmed] https://launchpad.net/bugs/925024 [16:27] hallyn: any more insights into 925024? [16:27] or still waiting on feedback from Brad? [16:28] bug 850443 [16:28] arosales: sorry, internet dropped. re squid bug, talked to daviey about this yesterday and i have better direction now than last week. i pinged upstream about bug 883988, the glance db migration bug seems to be deferred upstream till next cycle, so ill probably try to come up with a fix myself for that. [16:28] Launchpad bug 850443 in python-eventlet (Ubuntu) "Nova API does not listen on IPv6" [High,Triaged] https://launchpad.net/bugs/850443 [16:28] Launchpad bug 883988 in glance (Ubuntu Precise) "db migration failing when upgrading glance - trying to create existing tables" [High,Confirmed] https://launchpad.net/bugs/883988 [16:28] arosales: fix is heading into the kernel [16:28] hallyn: great, thanks. [16:29] Daviey: is 850443 yours? [16:29] adam_g: Thanks for the update and continuing to work on that squid.conf issue. [16:29] bug 928383 [16:29] Launchpad bug 928383 in glance (Ubuntu) "python-glance package contains stuff about API and registry" [High,New] https://launchpad.net/bugs/928383 [16:30] look to be fairly new [16:30] arosales: i think that one is invalid, ill mark it so [16:30] arosales: currently blocked on upstream bug tracker comments [16:30] adam_g: Thanks for updating 928383 [16:31] Daviey: ok, thanks. [16:31] bug 928990 [16:31] Launchpad bug 928990 in cloud-init (Ubuntu) "fsck / dirty filesystem on instance is death" [High,Triaged] https://launchpad.net/bugs/928990 [16:32] Looks like smoser filed this one on Feb 8th [16:32] smoser: utlemming: any further insights on 928990? [16:33] bug 929780 [16:33] Launchpad bug 929780 in nova (Ubuntu) "console.ring files should not be world readable" [High,New] https://launchpad.net/bugs/929780 [16:33] zul: was that console.ring permission one fixed with the proper refresh of the nova console patch we carry? [16:34] i think thats fixed [16:34] what's the instance directory's permissions? [16:34] or is that the fix? [16:34] thats the fix [16:34] zul, could you update that bug? [16:34] ill double check one more time today :( [16:34] solid, thanks zul :-) [16:35] zul: that covers the high bugs, there is a few pings out there for folks still . . . [16:36] but perhaps they will catch the log or back scroll [16:36] Daviey: did you get to talk with jdstrand about the puppet security update? [16:36] lynxman: not as yet [16:36] anything else? [16:36] We should have a separate agenda item for Precise Server release bugs really. [16:37] we should not have any bugs ;) [16:37] Action item for zul: fix all the bugs :) [16:37] yeah thats not going to happen :P [16:38] zul: if there's anyone that can do it, it's you [16:38] if anyone thing has any else [16:39] #topic Announce next meeting date and time === meetingology changed the topic of #ubuntu-meeting to: Announce next meeting date and time [16:39] next week same bat time same bat channel [16:39] thanks for coming [16:39] #endmeeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology [16:39] Meeting ended Tue Feb 28 16:39:25 2012 UTC. [16:39] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-02-28-16.05.moin.txt [16:39] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-02-28-16.05.html [16:40] who is the chair for the next meeting? [16:40] hallyn next on the list, but I think he may have just dropped [16:41] ok, thanks folks -- enjoy the rest of your day. [16:41] zul thanks for chairing [17:00] o/ [17:00] #startmeeting [17:00] ## [17:00] ## This is the Ubuntu Kernel Team weekly status meeting. [17:00] ## [17:00] Meeting started Tue Feb 28 17:00:05 2012 UTC. The chair is jsalisbury. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [17:00] Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired [17:00] [LINK] https://wiki.ubuntu.com/KernelTeam/Meeting [17:00] [LINK] https://wiki.ubuntu.com/KernelTeam/ReleaseStatus/Precise [17:00] # Meeting Etiquette [17:00] # [17:00] # NOTE: '..' indicates that you are finished with your input. [17:00] # 'o/' indicates you have something to add (please wait until you are recognized) [17:00] Roll Call for Ubuntu Kernel Weekly Status Meeting [17:00] o/ [17:00] o/ [17:00] o/ [17:00] o/ [17:00] o/ [17:00] o/ [17:00] o/ [17:00] [TOPIC] ARM Status (ppisati) === meetingology changed the topic of #ubuntu-meeting to: ARM Status (ppisati) [17:00] o/ [17:00] P/omap4: a new kernel (3.2.0-1407.9) was cut, rebased on top of 3.2.0-17.27, with fixes for usb musb (lp 927860), led heartbeat (lp 905445) and smsc95xx cmdline macaddr option (lp 937051). [17:00] Launchpad bug 927860 in linux-ti-omap4 (Ubuntu) "Missing musb-hdrc module required by Pandaboard OTG port" [Medium,Confirmed] https://launchpad.net/bugs/927860 [17:00] M/omap4: to reserve >= 2GB of memory (lp 861296) the memory layout was changed from a 2G/2G to a 3G/1G split - next SRU kernel will contain this fix. [17:00] Launchpad bug 905445 in linux-ti-omap4 (Ubuntu) "Starting with Precise, the heartbeat strobe on LED1 no longer functions on panda" [Low,New] https://launchpad.net/bugs/905445 [17:00] Launchpad bug 937051 in linux-ti-omap4 (Ubuntu Oneiric) "Cannot set MAC address via kernel boot parameters" [Undecided,New] https://launchpad.net/bugs/937051 [17:00] Launchpad bug 861296 in linux-ti-omap4 (Ubuntu Natty) "mmap fails to allocate 2030Mb heap on ARM" [Undecided,Fix committed] https://launchpad.net/bugs/861296 [17:00] .. [17:01] [TOPIC] Release Metrics and Incoming Bugs (jsalisbury) [17:01] Release metrics and incoming bug data can be reviewed at the following link: [17:01] [LINK] http://people.canonical.com/~kernel/reports/kt-meeting.txt === meetingology changed the topic of #ubuntu-meeting to: Release Metrics and Incoming Bugs (jsalisbury) [17:01] .. [17:01] [TOPIC] Milestone Targeted Work Items (ogasawara) === meetingology changed the topic of #ubuntu-meeting to: Milestone Targeted Work Items (ogasawara) [17:01] [LINK] http://status.ubuntu.com/ubuntu-precise/canonical-kernel-distro-team-ubuntu-12.04-beta-1.html [17:01] || apw || hardware-p-kernel-boot || 4 work items || [17:01] || || hardware-p-kernel-config-review || 6 work items || [17:01] || || hardware-p-kernel-delta-review || 3 work items || [17:01] || sconklin || servercloud-p-ceph || 1 work item || [17:01] If your name is in the above table, please review your Beta-1 work [17:01] items. If they won't be closed by Thursday, please push them out to [17:01] Beta-2. [17:01] .. [17:02] [TOPIC] Blueprint: hardware-p-kernel-power-management (cking) === meetingology changed the topic of #ubuntu-meeting to: Blueprint: hardware-p-kernel-power-management (cking) [17:02] Power Management: [17:02] * Bluetooth power consumption in suspend [17:02] http://zinc.canonical.com/~cking/power-benchmarking/bluetooth-suspend [17:02] * Background colour with DPMS off [17:02] http://zinc.canonical.com/~cking/power-benchmarking/background-dpms [17:02] * Call for testing: latest RC6 fixes, https://wiki.ubuntu.com/Kernel/PowerManagementRC6 [17:02] Please *re-test* if you haven't already done so. Thanks to Leann Ogasawara [17:02] for organising this. [17:02] .. [17:02] [TOPIC] Status: Precise Development Kernel (ogasawara) === meetingology changed the topic of #ubuntu-meeting to: Status: Precise Development Kernel (ogasawara) [17:02] The archive remains frozen for the upcoming Beta-1 release on Thursday. [17:02] We received a Beta Freeze exception last week to upload a fix for the [17:02] RC6 patch we applied. This has received positive testing feedback and [17:02] it looks promising that we will be able to ship with RC6 enabled by [17:02] default. [17:02] We have been queueing patches for the first post Beta-1 upload. This [17:02] will include a rebase to the latest v3.2.8 upstream stable release. We [17:02] will need to coordinate our upload with the planned gcc-4.6 upload. [17:03] Important upcoming dates: [17:03] * Thurs Mar 01 - Beta 1 (~2 days) [17:03] .. [17:03] [TOPIC] Status: CVE's (apw) === meetingology changed the topic of #ubuntu-meeting to: Status: CVE's (apw) [17:03] Currently we have 74 CVEs on our radar, two new CVEs were added this week. [17:03] See the CVE matrix for the current list: [17:03] [17:03] [LINK] http://people.canonical.com/~kernel/cve/pkg/ALL-linux.html [17:03] [17:03] Overall the backlog is broadly unchanged this week, we have closed one [17:03] of the new CVEs and the other is already fixed for a number of releases: [17:03] [17:03] [LINK] http://people.canonical.com/~kernel/status/cve-metrics.txt [17:03] [LINK] http://people.canonical.com/~kernel/cve/pkg/CVE-linux.txt [17:03] [17:03] .. [17:04] [TOPIC] Status: Stable, Security, and Bugfix Kernel Updates - Oneiric/Natty/Maverick/Lucid/Hardy (bjf/herton) === meetingology changed the topic of #ubuntu-meeting to: Status: Stable, Security, and Bugfix Kernel Updates - Oneiric/Natty/Maverick/Lucid/Hardy (bjf/herton) [17:04] Here is the status for the main kernels, until today (Feb. 28): [17:04] [17:04] * Hardy - 2.6.24-31.99 - Ready for copy to -updates [17:04] * Lucid - 2.6.32-39.86 - In regression testing [17:04] * Maverick - 2.6.35-32.66 - In regression testing [17:04] * Natty - 2.6.38-13.56 - In regression testing [17:04] * Oneiric - 3.0.0-16.29 - In regression testing [17:04] [17:04] Current opened tracking bugs details: [17:04] * http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html [17:04] [17:04] For SRUs, SRU report is a good source of information: [17:04] * http://people.canonical.com/~kernel/reports/sru-report.html [17:04] [17:04] Future stable cadence cycles: [17:04] * https://wiki.ubuntu.com/PrecisePangolin/ReleaseInterlock [17:04] .. [17:04] [TOPIC] Open Discussion or Questions? Raise your hand to be recognized (o/) === meetingology changed the topic of #ubuntu-meeting to: Open Discussion or Questions? Raise your hand to be recognized (o/) [17:05] Thanks everyone [17:05] #endmeeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology [17:05] Meeting ended Tue Feb 28 17:05:16 2012 UTC. [17:05] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-02-28-17.00.moin.txt [17:05] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-02-28-17.00.html [17:05] thanks jsalisbury [17:05] jsalisbury, ta [17:05] jsalisbury: thanks [17:06] sconklin, your name is on ogasawara's list: http://status.ubuntu.com/ubuntu-precise/canonical-kernel-distro-team-ubuntu-12.04-beta-1.html [17:06] looking [17:07] I'm also in another meeting . . . [17:07] sconklin, ceph evaluation I think [17:08] I'll get it looked at today and see whether it needs to be deferred. I think it can probably be done [17:08] well, the tests can be written, but there's still no place for them to run in QA [17:09] I think it has to be deferred for that reason [17:11] sconklin: deferred to beta-2? or Q? [17:12] ogasawara: to Q, as there won't be any tests other than SRU testing in QA for the kernel during this cycle, best I can tell [17:12] sconklin: ack [17:12] ogasawara: although if there's value in standing up some tests in some private test instances, we can pursue that [17:13] I don't know who would know how important that is [17:15] sconklin: I'd talked to clint about some other work items assigned to our team in that blueprint and we postponed them as there were workarounds and it is a low priority blueprint [17:17] ack, should I talk to clint about postponing cep QA testing? [17:18] sconklin: well, I just postponed it for you :) [17:18] thanks [17:18] sconklin: if I hear of any backlash, I'll let you know [17:19] ack, we can do something less than full-blown QA testing if they just need some sanity checks === tobin is now known as joshuaBRB === bladernr_ is now known as bladernr_afk === joshuaBRB is now known as tobin === ayan_ is now known as ayan === bladernr_afk is now known as bladernr_ === albrigha is now known as Guest54222