SoftLayer每小时裸机服务器创建过程中与GPU相关的API错误 [英] GPU-related API Errors for SoftLayer hourly Bare Metal Server creation

查看:65
本文介绍了SoftLayer每小时裸机服务器创建过程中与GPU相关的API错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用python CLI创建每小时一台的裸机服务器:

I am trying to create an hourly bare metal server with the python CLI:

$ slcli hw create -H testhost -D blah.com -s S1270_8GB_2X1TBSATA_NORAID -o UBUNTU_16_64 -d dal01 --port-speed 100 --billing hourly -k mykey This action will incur charges on your account. Continue? [y/N]: y SoftLayerAPIError(SoftLayer_Exception_Public): Unable to add a Graphics Processing Unit price (178117) because it is not valid for the package (200).

$ slcli hw create -H testhost -D blah.com -s S1270_8GB_2X1TBSATA_NORAID -o UBUNTU_16_64 -d dal01 --port-speed 100 --billing hourly -k mykey This action will incur charges on your account. Continue? [y/N]: y SoftLayerAPIError(SoftLayer_Exception_Public): Unable to add a Graphics Processing Unit price (178117) because it is not valid for the package (200).

我正在尝试订购一台简单的单核服务器,而不是一台配备GPU的服务器. slcli hw create-options没有显示与GPU相关的任何选项.

I am trying to order a simple single core server and not one with a GPU. slcli hw create-options does not show any options that are GPU-related.

我还能够在昨天发出完全相同的命令,并且能够创建服务器,因此,从昨天到今天,SoftLayer API似乎有所改变.

如果我尝试在 https://control.softlayer.com 上创建类似的配置,则会得到相同的GPU封装错误.

If I try to create a similar configuration on https://control.softlayer.com, I get the same GPU package error.

我进入了HardwareManager并转储了要提交的订单的价格表JSON,但我也没有看到关于此GPU价格ID 178117的任何提及:

I went into HardwareManager and dumped the price list JSON for the order being submitted and I also don't see any mention of this GPU price ID 178117:

{'presetId': 64, 'hardware': [{'domain': u'blah.com', 'hostname': u'testhost'}], 'useHourlyPricing': True, 'location': 'DALLAS', 'packageId': 200, 'prices': [{'id': 21}, {'id': 420}, {'id': 906}, {'id': 175791}, {'id': 1800}, {'id': 273}], 'sshKeys': [{'sshKeyIds': [655115]}], 'quantity': 1}

{'presetId': 64, 'hardware': [{'domain': u'blah.com', 'hostname': u'testhost'}], 'useHourlyPricing': True, 'location': 'DALLAS', 'packageId': 200, 'prices': [{'id': 21}, {'id': 420}, {'id': 906}, {'id': 175791}, {'id': 1800}, {'id': 273}], 'sshKeys': [{'sshKeyIds': [655115]}], 'quantity': 1}

推荐答案

某些更改会影响 package:200 ,这是 GPU 的问题需要为您要订购的预设定义.

There are some changes that are affecting to package: 200, this is an issue for GPUs which need to be defined for the preset that you are trying to order.

在您的情况下,您要尝试不带 GPU 的订单,该产品的参考价格为项目价格:178117 (对于gpu0和gpu1都没有产品,通过API,该价格由如果您未定义GPU价格,则默认为默认).目前,我们正在报告此问题,但是您可以提交故障单以获取有关此问题的更多信息.

In your case you are trying to order without GPUs which refers the item price: 178117 (None product for gpu0 and gpu1, through API, this price is set by default when you don't define the gpus prices). Currently we are reporting this issue, but you can submit a ticket to get more information about it.

这篇关于SoftLayer每小时裸机服务器创建过程中与GPU相关的API错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆