We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@MZC-CSC
[ALIBABA: cn-beijing / cn-beijing-a 에서]
DiskType cloud_essd의 경우 제공하지 않는 Type으로 생각됩니다.
cloud_essd
Default DiskType에 대하여 ~_PLn 등 확인 및 의견 부탁 드립니다.
~_PLn
참고
[7:19:56 PM] curl -sX POST http://localhost:1024/spider/disk -H 'Content-Type: application/json' -d '{ "ConnectionName" : "alibaba-beijing-config", "ReqInfo" : { "Name" : "spider-disk-02", "DiskType" : "default", "DiskSize" : "default"}}' [7:20:00 PM] ==> {"message":"SDK.ServerError\nErrorCode: InvalidDataDiskCategory.NotSupported\nRecommend: https://next.api.aliyun.com/troubleshoot?q=InvalidDataDiskCategory.NotSupported\u0026product=Ecs\nRequestId: 02C0EA67-5ACD-5579-BBA8-58E6CC11910C\nMessage: the diskCategory [DiskCategoryModel(diskCategory=cloud_essd\nRespHeaders: map[Access-Control-Allow-Origin:[*] Connection:[keep-alive] Content-Length:[315] Content-Type:[application/json;charset=utf-8] Date:[Tue, 04 Oct 2022 10:19:59 GMT] X-Acs-Request-Id:[02C0EA67-5ACD-5579-BBA8-58E6CC11910C] X-Acs-Trace-Id:[40e1035b67d93bfc5883cb9c3531a419]]"}
[7:10:59 PM] curl -sX POST http://localhost:1024/spider/disk -H 'Content-Type: application/json' -d '{ "ConnectionName" : "alibaba-beijing-config", "ReqInfo" : { "Name" : "spider-disk-02", "DiskType" : "cloud_essd", "DiskSize" : "1024"}}' [7:11:01 PM] ==> {"message":"SDK.ServerError\nErrorCode: InvalidDataDiskCategory.NotSupported\nRecommend: https://next.api.aliyun.com/troubleshoot?q=InvalidDataDiskCategory.NotSupported\u0026product=Ecs\nRequestId: 8DBA053A-69DC-556A-860C-FDC26648453F\nMessage: the diskCategory [DiskCategoryModel(diskCategory=cloud_essd\nRespHeaders: map[Access-Control-Allow-Origin:[*] Connection:[keep-alive] Content-Length:[315] Content-Type:[application/json;charset=utf-8] Date:[Tue, 04 Oct 2022 10:11:00 GMT] X-Acs-Request-Id:[8DBA053A-69DC-556A-860C-FDC26648453F] X-Acs-Trace-Id:[bda23db9ed5a61c987b5c0df6090b716]]"}
The text was updated successfully, but these errors were encountered:
When user setup default disktype, check and setup an available DiskTy…
99ce18b
…pe in specific zone in Alibaba. (#782)
동일 beijing Region에서도 다음과 같이 Zone별로 제공하는 DiskType이 다름
다음처럼 현재 Zone에서 제공 가능한 DiskType을 default disktype으로 설정하도록 반영함
사용 test script
curl -sX POST http://localhost:1024/spider/disk -H 'Content-Type: application/json' -d '{ "ConnectionName" : "alibaba-beijing-config", "ReqInfo" : { "Name" : "spider-disk-02", "DiskType" : "default", "DiskSize" : "default"}}' |json_pp
curl -sX POST http://localhost:1024/spider/disk -H 'Content-Type: application/json' -d '{ "ConnectionName" : "alibaba-cn-beijing_cn-beijing-a-credential01", "ReqInfo" : { "Name" : "spider-disk-02", "DiskType" : "default", "DiskSize" : "default"}}' |json_pp
Sorry, something went wrong.
MZC-CSC
No branches or pull requests
@MZC-CSC
[ALIBABA: cn-beijing / cn-beijing-a 에서]
DiskType
cloud_essd
의 경우 제공하지 않는 Type으로 생각됩니다.Default DiskType에 대하여
~_PLn
등 확인 및 의견 부탁 드립니다.참고
The text was updated successfully, but these errors were encountered: