Skip to content
Snippets Groups Projects
  1. Jan 04, 2011
  2. Dec 31, 2010
  3. Dec 30, 2010
  4. Dec 29, 2010
  5. Dec 24, 2010
  6. Dec 21, 2010
  7. Dec 20, 2010
  8. Dec 17, 2010
  9. Dec 16, 2010
  10. Dec 15, 2010
    • Adeodato Simo's avatar
      Fix gnt-cluster verify with diskless instances · 4f5c2533
      Adeodato Simo authored
      
      `gnt-cluster verify` was failing with KeyError if there was any
      diskless instance in the cluster. This was because _CollectDiskInfo()
      was not including these instances in the returned dictionary, but they
      were expected to be present in LUVerifyCluster.Exec().
      
      With this commit, we ensure that the dictionary returned by _CollectDiskInfo
      includes entries for diskless instances as well.
      
      Signed-off-by: default avatarAdeodato Simo <dato@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      4f5c2533
Loading