之前设置WordPress使用阿里云OSS存储图片,今天出问题了。设置方法在这里

错误提示:cannot access oss: Transport endpoint is not connected

解决方案如下:

  1. 去除挂载
  2. 重启Cloudfs服务
  3. 设置权限

[cc lang=”bash”]
umount /mnt/oss
service cloudfs restart
chmod 666 /mnt/oss
[/cc]

作者简介

Chun-Hui Gao is a Research Associate at Huazhong Agricultural University.

重复使用

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT. The full source is available at https://github.com/yihui/hugo-prose.

欢迎修订

如果您发现本文里含有任何错误(包括错别字和标点符号),欢迎在本站的 GitHub 项目里提交修订意见。

引用本文

如果您使用了本文的内容,请按照以下方式引用:

gaoch (2015). cloudfs无法上传的故障排除. BIO-SPRING. /post/2015/09/27/2015-09-27-cloudfs-upload-failed/

BibTeX citation

@misc{
  title = "cloudfs无法上传的故障排除",
  author = "gaoch",
  year = "2015",
  journal = "BIO-SPRING",
  note = "/post/2015/09/27/2015-09-27-cloudfs-upload-failed/"
}