Fix yet another bug in LURepairDiskSizes
authorIustin Pop <iustin@google.com>
Mon, 10 Aug 2009 15:55:19 +0000 (17:55 +0200)
committerIustin Pop <iustin@google.com>
Tue, 11 Aug 2009 09:19:12 +0000 (11:19 +0200)
commit610e39da1ebb3c3fe94f07adb1c4f383cac34f03
tree79ff1587180a67cdad5b606d4ccbeda72fcb7779
parent4d9e6835a05b0bb59060737b05af87412cf45e13
Fix yet another bug in LURepairDiskSizes

This is a result of broken copy-paste, and because needed_locks is not a
dict right here it will error out.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/cmdlib.py