Do not check 'None' disk IDs for duplicates
authorIustin Pop <iustin@google.com>
Thu, 12 Feb 2009 17:04:32 +0000 (17:04 +0000)
committerIustin Pop <iustin@google.com>
Thu, 12 Feb 2009 17:04:32 +0000 (17:04 +0000)
commit25ae22e4610f78eabc76819a0b77a22abe79f113
tree3729668f4882c8d57986949f9842736ac5981fe3
parente7d81ba0ce094edc12fb472a7ab95cabe9d1c32c
Do not check 'None' disk IDs for duplicates

In case of 'None' logical or physical IDs, we don't need to check them
for duplicates. This case can happen for DRBD devices in case of newly
added disks, for example.

Reviewed-by: imsnah
lib/config.py