尝试使用 gcloud CLI 将一些数据复制到新创建的 GCP 文件存储中。
gcloud compute scp --recurse /somedirectore/somefile somefilestore-1:/somemount
gcloud 似乎无法找到实例:
ERROR: (gcloud.compute.scp) Could not fetch resource:
- The resource 'projects/k8-spark/zones/us-central1-a/instances/somefilestore-1' was not found
文件存储实例确实存在。想知道 compute scp 是否真的适用于文件存储?文档似乎是这样认为的:
https://cloud.google.com/filestore/docs/copying-data
非常感谢任何帮助!