Skip to content

Commit

Permalink
Update DASDController.rb
Browse files Browse the repository at this point in the history
Added bnc number
  • Loading branch information
schubi2 committed Jul 21, 2014
1 parent d1a4100 commit 821a3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/DASDController.rb
Expand Up @@ -229,7 +229,7 @@ def Import(settings)
# @return [Hash] Dumped settings (later acceptable by Import ())
def Export
# Exporting active DASD only.
# (bnc#
# (bnc#887407)
active_devices = @devices.select { |nr, device|
device.has_key?("resource") &&
device["resource"].has_key?("io") &&
Expand Down

0 comments on commit 821a3b6

Please sign in to comment.