Skip to content

Commit

Permalink
Snapshot Support for Non-Managed Disks SSA
Browse files Browse the repository at this point in the history
Add support so that non-managed disks can be snapshotted
for SSA.  This change passes the snapshot value returned
along for the scan call.
  • Loading branch information
jerryk55 committed Sep 11, 2017
1 parent d0b9e45 commit 36f413b
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 36f413b

Please sign in to comment.