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

Fix messages with new_size variables in logical_volume/lvm.rb #27

Merged
merged 1 commit into from
May 21, 2013
Merged

Fix messages with new_size variables in logical_volume/lvm.rb #27

merged 1 commit into from
May 21, 2013

Conversation

raphink
Copy link
Contributor

@raphink raphink commented Mar 11, 2013

No description provided.

@abraham1901
Copy link

Thanks for this patch.
If size == "150GB"

Before you patch:
err: /Stage[main]//Node[xxx]/Lvm::Volume[ri-storage]/Logical_volume[ri-storage]/size: change from 150G to 150GB failed: Decreasing the size requires manual intervention (150G < 150G)

After you patch:
err: /Stage[main]//Node[xxx]/Lvm::Volume[ri-storage]/Logical_volume[ri-storage]/size: change from 150G to 150GB failed: Decreasing the size requires manual intervention (150GB < 150G)

It`s beautiful ))
Need add validate size parameter.

@puppetcla
Copy link

CLA Signed by raphink on 2012-04-25 21:00:00 -0700

adrienthebo added a commit that referenced this pull request May 21, 2013
Fix messages with new_size variables in logical_volume/lvm.rb
@adrienthebo adrienthebo merged commit d02260c into puppetlabs:master May 21, 2013
@adrienthebo
Copy link
Contributor

@raphink sorry about the delay in getting this merged; I was all eager to keep up with puppetlabs-lvm pull requests and then I started slacking off. Thanks for the contribution!

@raphink raphink deleted the messages branch May 22, 2013 09:00
@raphink
Copy link
Contributor Author

raphink commented May 22, 2013

Thank you @adrienthebo

cegeka-jenkins pushed a commit to cegeka/puppet-lvm that referenced this pull request Oct 23, 2017
Fix messages with new_size variables in logical_volume/lvm.rb
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.

5 participants