Skip to content

Commit

Permalink
Merge pull request #15960 from jerryk55/snapshot_nonmanaged_disks
Browse files Browse the repository at this point in the history
Snapshot Support for Non-Managed Disks SSA
(cherry picked from commit fd7db95)

https://bugzilla.redhat.com/show_bug.cgi?id=1491310
  • Loading branch information
roliveri authored and simaishi committed Sep 13, 2017
1 parent 7dcc6ce commit d35213f
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 d35213f

Please sign in to comment.