Skip to content

Commit

Permalink
Skip clusters with invalid configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Apr 4, 2017
1 parent 5294381 commit 0ba0091
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,8 @@ def self.cluster_inv_to_hashes(inv)
mor = data['MOR'] # Use the MOR directly from the data since the mor as a key may be corrupt

config = data["configuration"]
next if config.nil?

das_config = config["dasConfig"]
drs_config = config["drsConfig"]

Expand Down

0 comments on commit 0ba0091

Please sign in to comment.