Understanding "Container Type: Unknown" in Disk Show Output:
The "unknown" container type typically indicates that the disk is not properly configured or recognized by ONTAP.
This status often occurs when a disk does not have an owner assigned.
Root Cause:
For a disk to be used in an ONTAP system, it must be owned by a member of the high-availability (HA) pair.
If no ownership is assigned, the disk will not be initialized, resulting in an "unknown" container type.
Steps to Resolve:
Use the disk assign command to manually assign ownership of the disk.
Example: storage disk assign -disk -owner
NetApp Reference Documentation:
"ONTAP Disk Management Guide" explicitly states that unowned disks report "unknown" container type until they are assigned to a node.
This is further detailed in the "ONTAP Troubleshooting Guide" under disk configuration issues.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit