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

fixes #22447 - allows user to bypass logical volume validation #2174

Merged
merged 1 commit into from Feb 8, 2018

Conversation

zjhuntin
Copy link
Contributor

@zjhuntin zjhuntin commented Feb 5, 2018

(cherry picked from commit c296012)

For plugin updates, please indicate which repos this should be built into:

  • Nightly
  • 1.17
  • 1.16
  • 1.15

See Foreman's plugin maintainer documentation for more information.


@@ -159,6 +159,7 @@ def snapshot_backup
@snapsize = @options[:snapshot_size] || "2G"
FileUtils.mkdir_p @mountdir
confirm unless @options[:confirm]
validate_logical_volume unless @options[:confirm]
Copy link
Member

Choose a reason for hiding this comment

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

There is a commit that is needed prior to this that actually adds this function to the file. This one -- http://projects.theforeman.org/issues/22418

Copy link
Member

@evgeni evgeni left a comment

Choose a reason for hiding this comment

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

ACK

@ehelms ehelms merged commit ecc9490 into theforeman:rpm/1.17 Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants