View ocum.diskcapacitymapping | Generated by SchemaSpy |
View Definition:
select `disk`.`clusterId` AS `clusterId`,sum((`disk`.`bytesPerSector` * `disk`.`capacitySectors`)) AS `unconfiguredRawCapacity` from `netapp_model_view`.`disk` where (`disk`.`containerTypeRaw` not in ('aggregate','spare','shared','broken')) group by `disk`.`clusterId`
Possibly Referenced Tables/Views: