跳到主要内容

将 Google Cloud Storage 设置为云层

如果运行的是 ONTAP 9.6 或更高版本,可将 Google Cloud Storage 设置为 FabricPool 的云层。

  1. 使用带有 -provider-type GoogleCloud 参数的 storage aggregate object-store config create 命令来指定 Google Cloud Storage 配置信息。
    • 如果 ONTAP 无法使用提供的信息来访问 Google Cloud Storage,storage aggregate object-store config create 命令将失败。
    • 使用 -access-key 参数来指定用于授权 Google Cloud Storage 请求的访问密钥。
    • 如果更改了 Google Cloud Storage 密码,应立即更新 ONTAP 中保存的相应密码。

      这样做可使 ONTAP 无中断地访问 Google Cloud Storage 中的数据。

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