NetApp Pools and Volume with incorrect dataIssue Storage pool is getting populated with volumes. volumes should go to Storage volume table and not storage pool table.Volumes table is getting populated with LUNs, Aggregates only show during step number 71, but step number 72 queries volumes. step 74 is union of 71's result (aggregates) and 72's result (volumes) and in step 76 ( aggregates are removed by logic on the basis of storage server name) pattern's step 72, 74 does mention attribute called "containing storage pool" which are nothing but aggregates.In subsequent steps there is the logic for LUNs to populate in volume table.CauseStorage pool is getting populated with volumes due to wrong query.Volumes should go to Storage volume table and not storage pool table.Volumes table is getting populated with LUNs, Aggregates only show during step number 71, but step number 72 queries volumes. step 74 is union of 71's result (aggregates) and 72's result (volumes) and in step 76 ( aggregates are removed by logic on the basis of storage server name)pattern's step 72, 74 does mention attribute called "containing storage pool" which are nothing but aggregates.In subsequent steps there is the logic for LUNs to populate in volume table.ResolutionFix Summary: 1.Updated get storage pool to use proper query it was using volume for storage pool ci.2.Volume table was populated only with LUN made changes to populate both LUN and volumes.3.Match volume with LUN and Controller was removing valid volume data in case empty LUN and controller to overcome this issue added failover step to collect volume in case empty LUN or controller.4.Added proper delete strategy for storage servers for missing dependency payload error. Updateset: Updateset is created in paris version please import updateset in paris or higher version. Importing it in lower version than paris gives NDL error. Zip file contains following files: Updateset: sys_remote_update_set_6b171c93db99ec90d235233c8a9619bc.xml Pattern file: sa_pattern_ca48623a9f2b32003f2492ec757fcf13.xml sa_ci_to_pattern_1c375f22db91a890d235233c8a96197d.xml