]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Relax duplicate SCSI host pool checking
authorJán Tomko <jtomko@redhat.com>
Sat, 1 Nov 2014 11:11:38 +0000 (12:11 +0100)
committerJán Tomko <jtomko@redhat.com>
Sat, 1 Nov 2014 11:15:01 +0000 (12:15 +0100)
commit593892314a194df22ea54e5b9606e2a188932439
tree1b8e2c5b6259f2c3e5ed7ccd11d6b940c9c6196d
parent77911d305dfe22f2c93e560ac71602efd73e8ffa
Relax duplicate SCSI host pool checking

Since commit 3f99d64 no new scsi_host pools can be defined
if one of the already defined scsi_host pools does not refer
to an accessible scsi_host adapter.

Relax the check by skipping over these inaccessible pools
when checking for duplicates.
src/conf/storage_conf.c