我正在尝试针对azure存储运行google perfkit的“object_storage_service”基准测试。我看到文档说要将凭据作为.boto文件的一部分传递。但看起来这个文件可以获取aws凭据或gce凭据。如何传递Azure凭据?
。\ pkb.py --cloud = Azure --machine_type = ExtraSmall --benchmarks = object_storage_service *
答案 0 :(得分:0)
完成此步骤https://github.com/GoogleCloudPlatform/PerfKitBenchmarker#windows-azure-cli-and-credentials后,您确定object_storage_service基准测试无法正常工作吗?我不熟悉perfkit,但如果.boto文件中没有包含Azure凭据的部分,则可能不需要它。
答案 1 :(得分:0)
执行存储测试不需要其他配置,因为我们必须为aws或google云做。由于错误导致存储相关的基准测试失败。 您可能会收到错误,要求您在其他地区重试测试。
" - 区" tag仅定义虚拟机的位置和" - object_storage_region"是您需要提供的附加参数,用于选择需要执行存储相关基准测试的数据中心。
以下是Google云平台会员的更多解释。
https://github.com/GoogleCloudPlatform/PerfKitBenchmarker/issues/1111
我已使用以下参数成功完成Azure存储测试。
./pkb.py --cloud=Azure --benchmarks=object_storage_service -storage=Azure --zones="North Europe" --object_storage_scenario=cli --object_storage_region="North Europe"