Failed to create aggregate : ksmfRawZapi_iterator took longer than 110 seconds to complete
Applies to
- ONTAP 9
- ADP: Advanced Disk Partitioning
- Kernel Services and Management Functions (KSMF)
Issue
- Creating a new data aggregate fails with the following error:
Error: command failed: [Job 113] Job failed: Failed to create aggregate "aggr_data_01" on "clusterA-01".
Reason: ZSM - failed, status code = 571, extra = Timeout: Operation "ksmfRawZapi_iterator::get_imp()" took longer than 110 seconds to complete
[from mgwd on node "clusterA-01-02" (VSID: -3) to kernel at 127.0.0.1], took 109.999s, max 110s[127.0.0.1:951].
- The newly created data aggregate can be viewed via the
sysconfig -rcommand in the node shell or thedisk show -container-namecommand. However, it is not displayed when thestorage aggregate showcommand is executed in the cluster shell.
::> run -node ontap913-01 -command sysconfig -r
Aggregate aggr_data_01 (online, raid_dp, fast zeroed) (block checksums) Plex /aggr_data_01/plex0 (online, normal, active, pool0) RAID group /aggr_data_01/plex0/rg0 (normal, block checksums)
RAID Disk Device HA SHELF BAY CHAN Pool Type RPM Used (MB/blks) Phys (MB/blks) --------- ------ ------------- ---- ---- ---- ----- -------------- -------------- dparity 0a.01.1P1 0a 1 1 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) parity 0a.01.3P1 0a 1 3 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0a.01.5P1 0a 1 5 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0a.01.9P1 0a 1 9 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0a.01.15P1 0a 1 15 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0a.01.17P1 0a 1 17 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0a.01.19P1 0a 1 19 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0a.01.21P1 0a 1 21 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0a.01.23P1 0a 1 23 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0b.03.15P1 0b 3 15 SA:A 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0a.01.7P1 0a 1 7 SA:B 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0b.00.1P1 0b 0 1 SA:A 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0b.00.3P1 0b 0 3 SA:A 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0b.00.5P1 0b 0 5 SA:A 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0b.00.7P1 0b 0 7 SA:A 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed) data 0b.00.9P1 0b 0 9 SA:A 0 SAS 10000 1689530/3460157952 1689538/3460174336 (fast zeroed)
::> storage disk show -container-name aggr_data_01 Usable Disk Container ContainerDisk Size Shelf Bay Type Type Name Owner---------------- ---------- ----- --- ------- ----------- --------- --------
Info: This cluster has partitioned disks. To get a complete list of spare disk capacity use "storage aggregate show-spare-disks".1.0.1 1.63TB 0 1 SAS shared aggr_data_01 clusterA-011.0.3 1.63TB 0 3 SAS shared aggr_data_01 clusterA-011.0.5 1.63TB 0 5 SAS shared aggr_data_01 clusterA-011.0.7 1.63TB 0 7 SAS shared aggr_data_01 clusterA-011.0.9 1.63TB 0 9 SAS shared aggr_data_01 clusterA-011.1.7 1.63TB 1 7 SAS shared aggr_data_01 clusterA-01
::> storage aggregate show
Aggregate Size Available Used% State #Vols Nodes RAID Status--------- -------- --------- ----- ------- ------ ---------------- ------------aggr0_ontap913_01 46.76GB 24.63GB 47% online 2 clusterA-01 raid_dp, normalaggr0_ontap913_02 46.76GB 24.62GB 47% online 2 clusterA-02 raid_dp, normal
