ronivay / xen-orchestra-docker

Xen Orchestra in a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue with remotes

themonkeymixer opened this issue · comments

Hi

I am having an issue with backup remotes and I have reached out to xcp directly
vatesfr/xen-orchestra#6818

Just wanted to make you aware in case the issue is on your side.

The only thing that stood out was to ensure cifs-utils is installed on the container.
From this post
https://xcp-ng.org/forum/topic/2169/backups-to-smb-remote-failing/12

Please let me know if you have any insights.

Hey,

Thanks. Most likely something inside the container that prevents this from working. I can reproduce it while it works fine on installation with https://github.com/ronivay/XenOrchestraInstallerUpdater. I'll look into it.

Your container is simply missing required capabilities to be able to mount remotes. There was one additional capability required to mount SMB shares based on tests i did. Updated README to include that in #24

After adding proper permissions to container, i was able to mount SMB share without issues.