极狐GitLab 正式推出面向 GitLab 老旧版本(12.x、13.x、14.x、15.x 等)免费用户的专业升级服务,点击查看详情

返回列表 发布新帖

安装最新版18版本之后,修改存储目录报错

75 1

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×

在安装最新的18版本之后,按照官方文档Configuration options for Linux package installations | GitLab Docs 修改存储目录,执行sudo gitlab-ctl reconfigure 之后报错

[2025-08-19T10:55:17+08:00] ERROR: Exception handlers complete Infra Phase failed. 0 resources updated in 06 seconds [2025-08-19T10:55:17+08:00] FATAL: Stacktrace dumped to /opt/gitlab/embedded/cookbooks/cache/cinc-stacktrace.out [2025-08-19T10:55:17+08:00] FATAL: --------------------------------------------------------------------------------------- [2025-08-19T10:55:17+08:00] FATAL: PLEASE PROVIDE THE CONTENTS OF THE stacktrace.out FILE (above) IF YOU FILE A BUG REPORT [2025-08-19T10:55:17+08:00] FATAL: --------------------------------------------------------------------------------------- [2025-08-19T10:55:17+08:00] FATAL: Mixlib::ShellOut::ShellCommandFailed: storage_directory[/home/fsx/gitlab-data/repositories] (gitaly::git_data_dirs line 25) had an error: Mixlib::ShellOut::ShellCommandFailed: ruby_block[directory resource: /home/fsx/gitlab-data/repositories] (gitaly::git_data_dirs line 36) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ---- Begin output of stat --printf='%U' $(readlink -f /home/fsx/gitlab-data/repositories) ---- STDOUT: STDERR: stat: 缺少操作对象 请尝试执行 "stat --help" 来获取更多信息。 ---- End output of stat --printf='%U' $(readlink -f /home/fsx/gitlab-data/repositories) ---- Ran stat --printf='%U' $(readlink -f /home/fsx/gitlab-data/repositories) returned 1

求大佬解决

回复

使用道具 举报

评论1

花开富贵楼主Lv.1 发表于 昨天 11:08 | 显示全部楼层
本帖最后由 花开富贵 于 2025-8-19 11:10 编辑

/home/fsx/gitlab-data/repositories 创建了,并且设置了git用户和用户组
在rb文件中只是这么修改的
  1. gitaly['configuration'] = {
  2.   storage: [
  3.     {
  4.       name: 'default',
  5.       path: '/home/fsx/gitlab-data/repositories',
  6.     },
  7.   ],
  8. }
复制代码


回复

使用道具 举报

意见建议

Email:forum@gitlab.cn
  • 关注公众号
  • 添加专业顾问
Copyright © 2001-2025 极狐GitLab论坛 版权所有 All Rights Reserved. 鄂ICP备2021008419号-1|鄂公网安备42018502006137号
关灯 快速发帖
扫一扫添加专业顾问
返回顶部
快速回复 返回顶部 返回列表