-2

我正在尝试评估 Cassandra 集群在 Google Compute Engine 上的性能。

我已经使用标准持久磁盘成功创建了集群。现在尝试创建 SSD 永久磁盘,但我的项目没有这样的选项:

gcloud compute disk-types list
NAME        ZONE           VALID_DISK_SIZES
pd-standard europe-west1-d 10GB-10240GB
pd-standard asia-east1-a   10GB-10240GB
pd-standard asia-east1-b   10GB-10240GB
pd-standard asia-east1-c   10GB-10240GB
pd-standard europe-west1-a 10GB-10240GB
pd-standard europe-west1-b 10GB-10240GB
pd-standard europe-west1-c 10GB-10240GB
pd-standard us-central1-a  10GB-10240GB
pd-standard us-central1-c  10GB-10240GB
pd-standard us-central1-b  10GB-10240GB
pd-standard us-central1-f  10GB-10240GB

非常感谢任何帮助!

更新

重新创建了一个项目。当我尝试使用 SSD 创建 Cassandra 集群时,我得到:

Replica cassandra-coord-1713 failed with status PERMANENTLY_FAILING: Replica State changed to PERMANENTLY_FAILING. Replica was unhealthy 2 consecutive times.
4

1 回答 1

0

免费试用期间的配额有一些限制。其中之一包括您将没有的 SSD 磁盘空间。为了有权获得配额增加,帐户需要先升级到付费版本

[1] https://cloud.google.com/free-trial/

于 2015-03-17T16:39:58.880 回答