I found one issue related to this change. I had to amend the logic in the
filter method of AbstractStoragePoolAllocator to include a check for
HypervisorType.Any (otherwise zone-wide storage with the type of Any is
skipped, which is what's happening to me right now):
} else if (pool.getHyp
> On June 26, 2014, 11:46 p.m., Mike Tutkowski wrote:
> > I first had a chance to run this patch through a sophisticated test tonight
> > and noticed an issue with zone-wide primary storage that's based on the
> > iSCSI protocol.
> >
> > This patch leads to iSCSI storage being filtered out for
> On June 27, 2014, 5:46 a.m., Mike Tutkowski wrote:
> > I first had a chance to run this patch through a sophisticated test tonight
> > and noticed an issue with zone-wide primary storage that's based on the
> > iSCSI protocol.
> >
> > This patch leads to iSCSI storage being filtered out for
> On June 26, 2014, 11:46 p.m., Mike Tutkowski wrote:
> > I first had a chance to run this patch through a sophisticated test tonight
> > and noticed an issue with zone-wide primary storage that's based on the
> > iSCSI protocol.
> >
> > This patch leads to iSCSI storage being filtered out for
> On June 27, 2014, 5:46 a.m., Mike Tutkowski wrote:
> > I first had a chance to run this patch through a sophisticated test tonight
> > and noticed an issue with zone-wide primary storage that's based on the
> > iSCSI protocol.
> >
> > This patch leads to iSCSI storage being filtered out for
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22717/#review46838
---
I first had a chance to run this patch through a sophisticated test