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/시스템/초기화를 사용하여 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/시스템/초기화/노드 에 전화하여 자동 검색된 노드에서 "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

자세한 내용은

Dell 개발자 사이트에서 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.