Skip to content

Commit

Permalink
Merge pull request ManageIQ#15960 from jerryk55/snapshot_nonmanaged_d…
Browse files Browse the repository at this point in the history
…isks

Snapshot Support for Non-Managed Disks SSA
  • Loading branch information
roliveri authored Sep 12, 2017
2 parents e5ea3ef + 36f413b commit fd7db95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/vm_scan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def config_snapshot
"description" => options[:snapshot_description]}
snapshot['create_free_percent'] = ::Settings.snapshots.create_free_percent
snapshot['remove_free_percent'] = ::Settings.snapshots.remove_free_percent
snapshot['name'] = context[:snapshot_mor]
snapshot
end

Expand Down

0 comments on commit fd7db95

Please sign in to comment.