----------------------------------------------------------- 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 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 ROOT volumes, which is a legitimate use case in my scenario. As such, I had to return the filter method to the ZoneWideStoragePoolAllocator class. I left in the other modification to the AbstractStoragePoolAllocator. - Mike Tutkowski On June 18, 2014, 12:10 a.m., Yoshikazu Nojima wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22717/ > ----------------------------------------------------------- > > (Updated June 18, 2014, 12:10 a.m.) > > > Review request for cloudstack, Mike Tutkowski and Prachi Damle. > > > Repository: cloudstack-git > > > Description > ------- > > refactor StoragePoolAllocator#filter logic to enable hypervisor type check, > storage type check for root volume and avoid list check, and to support IOPS > capacity control in a cluster wide storage pool and a local storage pool. > > > Diffs > ----- > > > engine/storage/src/org/apache/cloudstack/storage/allocator/AbstractStoragePoolAllocator.java > ddbb5a4 > > engine/storage/src/org/apache/cloudstack/storage/allocator/ZoneWideStoragePoolAllocator.java > 8fb9c8d > > Diff: https://reviews.apache.org/r/22717/diff/ > > > Testing > ------- > > > Thanks, > > Yoshikazu Nojima > >
