Issue #4758 has been updated by Chuck Schweizer.
Yes, the changes they pulled from my fork of puppet-lvm will fix the 2.6.1 problem. I had only expected this commit "http://github.com/puppetlabs/puppet-lvm/commit/d128cf7a65a040dff86c1f5b0bc8623ccab7c21f" to be pulled which was in my master branch. Since my "refactor/filesystem-type" branch was pulled we just need to make sure that it is ok the commits will break anyone currently using puppet-lvm if they don't update their puppet modules. It changes the filesystem type from ensure => ext3 to fs_type => ext3. ---------------------------------------- Bug #4758: puppet-lvm filesystem provider broken in 2.6.1rc4 http://projects.puppetlabs.com/issues/4758 Author: Chuck Schweizer Status: Needs more information Priority: Normal Assignee: Category: Target version: 2.6.2 Affected version: 2.6.1 Keywords: puppet-lvm Branch: The puppet-lvm filesystem provider works correctly on 0.25.5 clients. It fails to attempt to create a filesystem on 2.6.1rc4. It seems to have something to do with how the puppet-lvm filesystem type redefines the ensurable function. The puppetd --trace --debug just shows that it never enters the exists function in the provider and never calls the create function. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
