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

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

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

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示しません。

Cause

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

Resolution

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 を呼び出し、クラスターを構築します。

Additional Information

詳細については

、デルの開発者サイトで、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

Affected Products

VxRail Software
Article Properties
Article Number: 000219143
Article Type: Solution
Last Modified: 19 Jun 2025
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.