【问题标题】:aws efs filesystem is not listing with describe-file-systemsaws efs 文件系统未与 describe-file-systems 一起列出
【发布时间】:2020-12-21 07:12:05
【问题描述】:

虽然aws console 已正确创建 EFS 文件系统,但当我尝试通过命令提示符列出相同的文件系统时,出现以下错误。

aws efs describe-file-systems --file-system-id fs-0568723



An error occurred (FileSystemNotFound) when calling the DescribeFileSystems operation: File system 'fs-0568723' does not exist.

你能推荐我吗?

【问题讨论】:

  • 双重检查区域。也许在 AWS 控制台中,您使用的区域与 CLI 不同。
  • 谢谢....该问题现已解决...但低于警告 FailedMount 53s (x9 over 3m1s) kubelet, ip-192-171-22-131.ec2.internal MountVolume。卷“awscspv”的 MountDevice 失败:kubernetes.io/csi:attacher.MountDevice 无法创建新的CsiDriverClient:驱动程序名称 efs.csi.aws.com 在已注册的 CSI 驱动程序列表中找不到..您能否建议
  • 很高兴听到。我认为为新问题提出新问题会更好。如果您不介意,我将为当前问题提供答案以供将来参考。我们将不胜感激。
  • 谢谢..我得到了这个答案....

标签: amazon-web-services amazon-efs


【解决方案1】:

基于 cmets。

问题是由于在 AWS 控制台中使用 不同区域 而不是在 AWS CLI 中使用的。

解决方案是使用正确的区域。

【讨论】:

    猜你喜欢
    • 2021-06-08
    • 1970-01-01
    • 1970-01-01
    • 2021-06-15
    • 1970-01-01
    • 2018-09-26
    • 2021-08-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多