Re: [CentOS-virt] Xen4CentOS: Unnecessary gpxe / ipxe obsoletes

2014-05-20 Thread Karanbir Singh
On 05/19/2014 12:34 PM, George Dunlap wrote:
 I have an initial cut of a port to 4.4, but I wanted to get feedback
 on the use git am technique RFC I proposed last week.  (My 4.4 port
 is based on top of it.)

that works for me

we also need to get the xen deps setup at git.c.o - i dont think thats
happened as yet. lets workout details in the meeting today

-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Bug system?

2014-05-20 Thread Karanbir Singh
On 05/19/2014 05:49 PM, George Dunlap wrote:
 Actually, I had a hard time figuring out how to even search for /
 report Xen-related bugs using the interface... any pointers?

that should mostly just work - select the project on the top right to be
CentOS-6 or 7, and look for component xen, list all. or the search box
will do a fulltext across that project.

 Having newly-created / classified xen bugs e-mail us would be even better.

that works too, we can setup auto notify and assign, but it needs a
developer access level ( iirc ), it might be easier to email the list
here. The developer acess should be, imho, tied to git commit access (
since it also gives people the acl to close or delete bug reports ).

- KB
-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] RFC: Use git am for patchqueue

2014-05-20 Thread George Dunlap
On Tue, May 20, 2014 at 9:42 AM, Karanbir Singh mail-li...@karan.org wrote:
 On 05/15/2014 07:05 PM, George Dunlap wrote:
 OK, I've got a basic initial port of the xen package up to 4.4.0.  But
 before I post that, I wanted to get comments on a new method of
 managing the Xen part of the patchqueue.  You can find the RFC branch
 here:

 repo: http://github.com/gwd/sig-virt-xen
 branch: out/git-am-patchqueue-RFC-v1

 The basic idea is to put as much as possible into a 'git am' file.
 This file can easily be imported into git on top of a Xen git
 repository with git am [filename], rebased / edited like any branch,
 and the exported again with git format-patch -N --stdout
 [release-tag].

 I've got a copy of the Xen repo with the patchqueue applied as a branch here:

 repo: http://github.com/gwd/xen
 branch: centos/pq/4.2.4-v1

 Unfortunately this only works for patches to things in the core Xen
 repo; patches to qemu, or the out-of-tree blktap will need to be
 managed separately still.  However, at the moment those patches are
 kind of small.

 Having the patchqueue in this format made rebasing to 4.4 a *lot* easier.

 assume that we have a git repo per package, then the deps ( like qemu
 ?pxe etc ) could also use the same process ?

I don't see why not -- although we could just fault them in lazily as-needed.

 Also, would it make sense to consolidate this queue under the
 github.com/CentOS/package repo ?

I don't really understand the question.  I was assuming the workflow would be:

* George something on github.com/gwd/sig-virt-xen
* George sends pull request to github.com/CentOS/sig-virt-xen
(possibly cc'ing centos-virt mailing list)
* Opportunity for discussion, review, objections, suggestions, c
* Eventually it gets pulled into CentOS/sig-virt-xen
* ...then pulled into git.centos.org for testing.

Did you mean something else?

 I'm also thinking that we might need a process like this for pretty much
 everyone else - there isnt a precidence for the SIG's in this regard as
 yet ( and anecdotally, we use a more manual version of exactly the same
 process for handling branding/blacklists in the centos distro rpms queue
 as well ).

Well each SIG can come up with a method of managing patches that works
for them; but feel free to suggest this to people. :-)

 -George
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Call for agenda items for tomorrow's VIRT SIG meeting

2014-05-20 Thread Lars Kurth
No,
it isn't. I think we should go through
* Round the call for any additional agenda items
* Action Updates
* Bug tracker
* RPM subpackage structure
Lars

On 20/05/2014 12:02, Jonathan Ludlam wrote:
 If it's not too late to add agenda items now, could we talk about the 
 structure of the RPM subpackages?

 In particular, some folks here at Citrix have spent some time fixing up our 
 xen RPM such that the subpackages have a more useful split - for example, 
 there is a now distinction between xen-libs and xen-dom0-libs - where the 
 former has libraries useful in all domains, e.g. libxenstore and libvchan, 
 and the latter has libraries that are _only_ useful for dom0. There are a few 
 other changes that have been made, and I was wondering what the appetite was 
 for convergence, and where the problems will lie if we were to pursue this.

 Thanks,

 Jon



 
 From: centos-virt-boun...@centos.org [centos-virt-boun...@centos.org] on 
 behalf of Lars Kurth [lars.ku...@xen.org]
 Sent: 19 May 2014 07:35
 To: Discussion about the virtualization on CentOS
 Subject: [CentOS-virt] Call for agenda items for tomorrow's VIRT SIG meeting

 Hi all,
 please reply to this thread of you have any agenda items that you would
 like to add. Meeting minutes of past minutes are under
 * http://wiki.centos.org/SpecialInterestGroup/Virtualization Meetings
 * The TODO list is under
 http://wiki.centos.org/SpecialInterestGroup/Virtualization/Status (just
 updated it)
 * Draft roadmap is under Roadmap and probably needs formalizing
 Lars

 ___
 CentOS-virt mailing list
 CentOS-virt@centos.org
 http://lists.centos.org/mailman/listinfo/centos-virt

___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Call for agenda items for tomorrow's VIRT SIG meeting

2014-05-20 Thread Brian Proffitt
Lars:

Two items I would like to bring up, if I may:

* qemu package maintenance by oVirt
* oVirt's position within the CentOS SIG ecosystem. Specifically, is Virt SIG 
the best place for oVirt?

Thanks,
BKP

- Original Message -
 From: Lars Kurth lars.ku...@xen.org
 To: Discussion about the virtualization on CentOS centos-virt@centos.org
 Sent: Monday, May 19, 2014 7:35:58 AM
 Subject: [CentOS-virt] Call for agenda items for tomorrow's VIRT SIG meeting
 
 Hi all,
 please reply to this thread of you have any agenda items that you would
 like to add. Meeting minutes of past minutes are under
 * http://wiki.centos.org/SpecialInterestGroup/Virtualization Meetings
 * The TODO list is under
 http://wiki.centos.org/SpecialInterestGroup/Virtualization/Status (just
 updated it)
 * Draft roadmap is under Roadmap and probably needs formalizing
 Lars
 
 ___
 CentOS-virt mailing list
 CentOS-virt@centos.org
 http://lists.centos.org/mailman/listinfo/centos-virt
 
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Call for agenda items for tomorrow's VIRT SIG meeting

2014-05-20 Thread George Dunlap
On Mon, May 19, 2014 at 12:35 PM, Lars Kurth lars.ku...@xen.org wrote:
 Hi all,
 please reply to this thread of you have any agenda items that you would
 like to add. Meeting minutes of past minutes are under
 * http://wiki.centos.org/SpecialInterestGroup/Virtualization Meetings
 * The TODO list is under
 http://wiki.centos.org/SpecialInterestGroup/Virtualization/Status (just
 updated it)
 * Draft roadmap is under Roadmap and probably needs formalizing
 Lars

We've been chatting briefly about the bug tracker, but it might be
worth putting on the agenda (maybe as a lower priority).

Also, can we talk about coordinating work items / posting updates to
the list for review?

 -George
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Call for agenda items for tomorrow's VIRT SIG meeting

2014-05-20 Thread Lars Kurth
Done. I put it all on a draft wiki page and tried to come up with a 
sensible order, which we of course can change
See 
http://wiki.centos.org/SpecialInterestGroup/Virtualization/2014-May20-notes
Lars


On 20/05/2014 12:55, George Dunlap wrote:
 On Mon, May 19, 2014 at 12:35 PM, Lars Kurth lars.ku...@xen.org wrote:
 Hi all,
 please reply to this thread of you have any agenda items that you would
 like to add. Meeting minutes of past minutes are under
 * http://wiki.centos.org/SpecialInterestGroup/Virtualization Meetings
 * The TODO list is under
 http://wiki.centos.org/SpecialInterestGroup/Virtualization/Status (just
 updated it)
 * Draft roadmap is under Roadmap and probably needs formalizing
 Lars
 We've been chatting briefly about the bug tracker, but it might be
 worth putting on the agenda (maybe as a lower priority).

 Also, can we talk about coordinating work items / posting updates to
 the list for review?

   -George

___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Call for agenda items for tomorrow's VIRT SIG meeting

2014-05-20 Thread Sven Kieske
Hi,

I'm sorry, but I can't find the info on the wiki:
on which server/ room will the meeting take place?

it isn't mentioned here:
http://wiki.centos.org/SpecialInterestGroup/Virtualization

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Call for agenda items for tomorrow's VIRT SIG meeting

2014-05-20 Thread Lars Kurth
On 20/05/2014 13:44, Sven Kieske wrote:
 Hi,

 I'm sorry, but I can't find the info on the wiki:
 on which server/ room will the meeting take place?

 it isn't mentioned here:
 http://wiki.centos.org/SpecialInterestGroup/Virtualization
Sven,
I can add you do the invite.
Lars


___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt