Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for volumes not mounted by lvm. #127

Merged
merged 1 commit into from
Dec 17, 2015
Merged

Conversation

kny78
Copy link

@kny78 kny78 commented Oct 27, 2015

This patch allows a logical_volume to be made ready, but not mounted.
This allows for the actual mount to be done after data is migrated to the new volume.

@bmjen
Copy link
Contributor

bmjen commented Dec 14, 2015

Thanks for the contribution @polpot78! This is a great feature for the logical volume defined type. Is it possible for you to add a description to the README as well as a quick unit test testing the new parameter?

@kny78
Copy link
Author

kny78 commented Dec 15, 2015

I have added a simple test and a little bit documentation. Is it ok now?

@@ -164,6 +164,7 @@ resources out yourself.
- `:core`
- `:disk`
- `:mirrored`
* monted - If puppet should mount the volume. This only affects what puppet will do, and not what will be mounted at boot-time.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mounted

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed
On ti., 2015-12-15 at 11:16 -0800, Bryan Jen wrote:

In README.md:

@@ -164,6 +164,7 @@ resources out yourself.
     -  :core
     -  :disk
     -  :mirrored
+* monted - If puppet should mount the volume. This only affects
what puppet will do, and not what will be mounted at boot-time.
mounted

Reply to this email directly or view it on GitHub.

@bmjen
Copy link
Contributor

bmjen commented Dec 16, 2015

Yep! Looks great @polpot78! If you can squash the commits, I can merge this. Thanks!

@kny78 kny78 force-pushed the master branch 2 times, most recently from b0e021b to b5ba870 Compare December 17, 2015 08:29
@kny78
Copy link
Author

kny78 commented Dec 17, 2015

Done
On on., 2015-12-16 at 08:14 -0800, Bryan Jen wrote:

Yep! Looks great @polpot78! If you can squash the commits, I can
merge this. Thanks!

Reply to this email directly or view it on GitHub.

bmjen added a commit that referenced this pull request Dec 17, 2015
Added support for volumes not mounted by lvm.
@bmjen bmjen merged commit fc07e21 into puppetlabs:master Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants