在阿里函数计算里"ErrorCode": "InvalidArgument",
"ErrorMessage": "Mount NFS://037c0493e1-jxm32.cn-hangzhou.nas.aliyuncs.com:/fc-stable-diffusion-plus command failed with output = mount.nfs: Connection reset by peer\n, please make sure that the nas mount point address is correct and is accessible from the service VPC"
}怎么这么解决?
问题现象:应用启动时,出现报错信息{"ErrorCode":"InvalidArgument","ErrorMessage":"Mount NFS:xxxxx-jlb79.cn-hangzhou.nas.aliyuncs.com:/fc-stable-diffusion-plus command failed with output = mount.nfs: Connection reset by peer\n, please make sure that the nas mount point address is correct and is accessible from the service VPC"}。
问题原因:模型正常上传后,启动仍然失败,可能是由于当前账号存在欠费。账号欠费后,在挂载NAS文件系统时会出现报错。
解决方案:请在当前账号下充值,待账号恢复正常后重试。
NFS挂载错误,这个错误提示表明你的函数计算服务尝试挂载 NAS(网络附加存储)时遇到了问题。"Connection reset by peer" 表示远程服务器强制关闭了连接,可能的原因包括:
1、网络问题:检查 VPC 和 NAS 之间的网络连通性。
2、权限问题:确保你使用的服务账号有足够的权限访问 NAS。
3、NAS 地址和挂载点配置错误:确认你提供的 NAS 地址和挂载点是正确的,并且在服务 VPC 内可以访问。
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。