Skip to content

Commit

Permalink
modify LE example
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Nov 6, 2020
1 parent f45d3c0 commit 06568f7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/shared_samples/logical_enclosure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@
item3.support_dump(dump)
puts "\nGenerated dump for logical enclosure '#{item3['name']}'."

if variant == 'Synergy'
puts "\nRemoving the logical enclosure"
item3.delete
puts "\nRemoved logical enclosure '#{item3['name']}'."
end
# Skipping delete LE since the system will goto bad state after LE delete
# if variant == 'Synergy'
# puts "\nRemoving the logical enclosure"
# item3.delete
# puts "\nRemoved logical enclosure '#{item3['name']}'."
# end

0 comments on commit 06568f7

Please sign in to comment.