fence_scsi: grep for keys should be case insensitive
On Tue, Mar 15, 2011 at 03:22:57PM -0500, Ryan O'Hara wrote:
> When checking that a key is or is not registered for a device, the key
> comparison should be case insensitive. Using sg_persist to query for
> registered keys will always give lowercase characters for hexadecimal
> keys, so registering key 'A' would appear to fail since it would not
> match 'a'.
>
> Resolves: rhbz#653504
>