This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Mounting Azure file shares on containers sets root as owner #45
Labels
question
Further information is requested
While running the machine and trying to start anything we receive the following error:
[ FAIL ] Viewing details (servertype): Ownership issues found Information! The current user (linuxgsm) does not have ownership of the following files: User Group File root root /home/linuxgsm/serverfiles root root /home/linuxgsm/serverfiles/logs root root /home/linuxgsm/serverfiles/test
It is impossible for these file shares to change their ownership after creation, so the owner remains root, however access is still given, why is it important who is the owner for the folder?
While the limitation of the used SMB protocol is not an issue to be solved by LinuxGSM, it also calls into question why a non-root user is being used? Usually containers just run in root.
The text was updated successfully, but these errors were encountered: