Re: [Yum-devel] [PATCH] add the fs-snapshot plugin to yum-utils V2

2009-12-14 Thread Josef Bacik
On Mon, Dec 14, 2009 at 10:34 AM, Josef Bacik wrote: > Hello, > > This is my second pass at a yum plugin for snapshotting filesystems > before running a yum transaction.  I've cleaned the plugin up quite a > bit since the original posting, and hopefully I've made it easy to add > in other snapshot

Re: [Yum-devel] [PATCH] add the fs-snapshot plugin to yum-utils V2

2009-12-14 Thread Josef Bacik
On Mon, Dec 14, 2009 at 11:31 AM, Mike Bonnet wrote: > On 12/14/2009 10:34 AM, Josef Bacik wrote: >> Hello, >> >> This is my second pass at a yum plugin for snapshotting filesystems >> before running a yum transaction.  I've cleaned the plugin up quite a >> bit since the original posting, and hope

Re: [Yum-devel] [PATCH] add the fs-snapshot plugin to yum-utils V2

2009-12-14 Thread Josef Bacik
On Mon, Dec 14, 2009 at 11:04 AM, Ville Skyttä wrote: > On Monday 14 December 2009, Josef Bacik wrote: > >> +%defattr(1, root, root) > > What does the "1" do?  Shouldn't it be "-" instead? Sorry, I hit 1 instead of -, since they are so close on the keyboard... Josef _

Re: [Yum-devel] [PATCH] add the fs-snapshot plugin to yum-utils V2

2009-12-14 Thread Mike Bonnet
On 12/14/2009 10:34 AM, Josef Bacik wrote: > Hello, > > This is my second pass at a yum plugin for snapshotting filesystems > before running a yum transaction. I've cleaned the plugin up quite a > bit since the original posting, and hopefully I've made it easy to add > in other snapshotting metho

Re: [Yum-devel] [PATCH] add the fs-snapshot plugin to yum-utils V2

2009-12-14 Thread Ville Skyttä
On Monday 14 December 2009, Josef Bacik wrote: > +%defattr(1, root, root) What does the "1" do? Shouldn't it be "-" instead? ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

[Yum-devel] [PATCH] add the fs-snapshot plugin to yum-utils V2

2009-12-14 Thread Josef Bacik
Hello, This is my second pass at a yum plugin for snapshotting filesystems before running a yum transaction. I've cleaned the plugin up quite a bit since the original posting, and hopefully I've made it easy to add in other snapshotting methods for things like LVM and NILFS2. This patch is compl