0

我正在使用 Azure 文件存储挂载在 ACI 中运行 gitlab 实例。

这是容器的输出:

storage_directory[/var/opt/gitlab/.ssh] (gitlab::gitlab-shell line 38) had an error: Mixlib::ShellOut::ShellCommandFailed: ruby_block[directory resource: /var/opt/gitlab/.ssh] (/opt/gitlab/embedded/cookbooks/cache/cookbooks/package/resources/storage_directory.rb line 33) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
---- Begin output of chmod 00700 /var/opt/gitlab/.ssh ----
STDOUT: 
STDERR: chmod: changing permissions of '/var/opt/gitlab/.ssh': Operation not permitted
---- End output of chmod 00700 /var/opt/gitlab/.ssh ----
Ran chmod 00700 /var/opt/gitlab/.ssh returned 1

我需要做些什么来更正 Storage 的权限吗?我看到创建了一些文件,所以这个问题很明显......我正在使用来自 docker hub 的官方图像。我不想使用具有更正权限的自定义图像层。

任何想法?

谢谢

编辑:我的部署如下所示:https ://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files#mount-multiple-volumes

4

1 回答 1

0

Azure 存储帐户 - 文件基本上是 SMB 协议,SA 安装有root:root 777权限。如果您需要其他权限,则必须使用 Blob 存储。

于 2018-07-02T09:22:33.710 回答