Dell VxRail:APIリクエスト本文にdisk_group_typeオブジェクトがない場合、APIを使用した15Gクラスターの導入が失敗します。

Samenvatting: この記事では、apiリクエスト本文にdisk_group_typeオブジェクトがない場合の状況について説明します。その後、15Gクラスターの導入は失敗しますが、エラー メッセージは誤解を招き、実際の原因を示すものではありません。

Dit artikel is van toepassing op Dit artikel is niet van toepassing op Dit artikel is niet gebonden aan een specifiek product. Niet alle productversies worden in dit artikel vermeld.

Symptomen

VxRailパブリックAPI /v1/system/initializeを使用してDell PowerEdge 15Gサーバーを使用してクラスターを構築する場合は、APIリクエスト本文にdisk_group_type値を入力する必要があります。

disk_group_typeオブジェクトが見つからない場合、クラスター導入の検証は次のエラーで失敗します。
" {"message": "Failed to create workflow instance: Input JSON is not valid. The invalid field is storage, error message is \"'encryption_enabled' is a required property\", path of error field is [storage].", "code": "20102003"}}]}"
このエラー メッセージは誤解を招き、オブジェクトが欠落している実際の原因disk_group_type示しません。

Oorzaak

これは、VxRail 8.0.200リリースのコードの問題です。
15Gクラスターの初期導入にのみ影響し、将来の8.0.xリリースで修正される予定です。

Oplossing

1.VxRailパブリックAPI /v1/system/initialize/nodes を呼び出して、自動検出されたノードから「disk_group_type」値を取得します。
たとえば、次の情報はAPI出力から確認できます。
"disk_group_config": {
    "recommendation": {
        "type": "2804",
        "description": "Up to 4 Disk Groups (up to 6 capacity drives and 1 cache drive per group)"
    },
    "options": [
        {
            "type": "2804",
            "description": "Up to 4 Disk Groups (up to 6 capacity drives and 1 cache drive per group)"
        }
    ]
}

2.  VxRailに「disk_group_type」の値を追加し、[storage]セクションの下でAPIリクエスト本文を最初に実行します。(注意が必要ですが、「hosts-->storage」セクションには表示されません)。
例えば:
"storage": {"disk_group_type": "2804"}

3.最初にAPI /v1/system/initialize を呼び出し、クラスターを構築します。

Extra informatie

詳細については

、デルの開発者サイトで、VxRailパブリックAPIの使用方法のサンプルを確認してください。
https://developer.dell.com/apis/5538/versions/8.0.100/vxrail_public_api.yaml

新しいVxRailクラスターの構成と導入:
自動検出されたノードからの https://developer.dell.com/apis/5538/versions/8.0.100/vxrail_public_api.yaml/paths/~1v1~1system~1initialize/post

クエリー disk_group_type:
https://developer.dell.com/apis/5538/versions/8.0.100/vxrail_public_api.yaml/paths/~1v1~1system~1initialize~1nodes/get

Getroffen producten

VxRail Software
Artikeleigenschappen
Artikelnummer: 000219143
Artikeltype: Solution
Laatst aangepast: 19 jun. 2025
Versie:  3
Vind antwoorden op uw vragen via andere Dell gebruikers
Support Services
Controleer of uw apparaat wordt gedekt door Support Services.