早上一来,jira点击任何页面都会报错,首先查看服务器的日志

Got error 28 from storage engine 解决方法

然后服务器首先看了磁盘,果不其然,是根目录的磁盘满了,

Got error 28 from storage engine 解决方法

然后就一层一层找占用最大的文件

命令: cd /usr

          du -sh *

找到了文件,原来是confluence的数据备份文件放在了/usr/local下,一下占用40g,然后mv到/home目录下就可以了

 

相关文章:

  • 2022-01-31
  • 2021-10-05
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-20
  • 2021-10-29
  • 2021-10-21
  • 2022-12-23
  • 2021-08-23
  • 2022-12-23
相关资源
相似解决方案