Skip to main content
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。

将 Google Cloud Storage 设置为云层

贡献者

如果您运行的是 ONTAP 9.6 或更高版本,则可以将 Google 云存储设置为 FabricPool 的云层。

将 Google Cloud Storage 与 FabricPool 结合使用的其他注意事项

  • 您可能需要 FabricPool 许可证。

    新订购的 AFF 系统附带了 10 TB 的可用容量,可用于使用 FabricPool 。如果您需要在AFF系统上增加容量、在非AF系统上使用Google云存储或从现有集群升级、则需要 link:"FabricPool 许可证"

  • 建议ONTAP 用于连接到Google云存储对象服务器的LIF使用10 Gbps端口。

  • 在 AFF 和 FAS 系统以及 ONTAP Select 上, FabricPool 支持以下 Google 云对象存储类:

步骤
  1. 使用指定Google Cloud Storage配置信息 storage aggregate object-store config create 命令 -provider-type GoogleCloud 参数。

    • storage aggregate object-store config create 如果ONTAP无法使用提供的信息访问Google云存储、则命令将失败。

    • 您可以使用 -access-key 用于指定用于授权Google Cloud Storage对象存储请求的访问密钥的参数。

    • 如果更改了 Google 云存储密码,则应立即更新存储在 ONTAP 中的相应密码。

      这样, ONTAP 就可以无中断地访问 Google 云存储中的数据。

    storage aggregate object-store config create my_gcp_store_1 -provider-type GoogleCloud  -container-name my-gcp-bucket1 -access-key GOOGAUZZUV2USCFGHGQ511I8
  2. 使用显示并验证Google Cloud Storage配置信息 storage aggregate object-store config show 命令:

    storage aggregate object-store config modify 命令用于修改FabricPool的Google云存储配置信息。