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
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
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
_
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
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
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