Jonathan Boulle created AURORA-182:
--------------------------------------
Summary: .logs in sandbox is owned by root:root
Key: AURORA-182
URL: https://issues.apache.org/jira/browse/AURORA-182
Project: Aurora
Issue Type: Task
Reporter: Jonathan Boulle
Priority: Minor
{code}[root@mesos-slave sandbox]# ls -ald .*
drwx------ 22 role_account role_group 4096 Feb 4 00:19 .
drwxr-xr-x 4 root root 4096 Feb 4 00:19 ..
drwxr-xr-x 2 role_account role_group 4096 Feb 4 00:18 .bundle
drwxr-xr-x 4 root root 4096 Feb 4 00:18 .logs
drwxr-xr-x 3 role_account role_group 4096 Feb 4 00:18 .pex
[root@mesos-slave sandbox]# ls -ald .logs/*
drwxr-xr-x 3 root root 4096 Feb 4 00:18 .logs/main
drwxr-xr-x 3 root root 4096 Feb 4 00:18 .logs/stage_application
[root@mesos-slave sandbox]# ls -al .logs/*/*/*
-rw-r--r-- 1 role_account role_group 504 Feb 4 00:19 .logs/main/0/stderr
-rw-r--r-- 1 role_account role_group 5570 Feb 4 00:19 .logs/main/0/stdout
-rw-r--r-- 1 role_account role_group 0 Feb 4 00:18
.logs/stage_application/0/stderr
-rw-r--r-- 1 role_account role_group 3709573 Feb 4 00:18
.logs/stage_application/0/stdout{code}
(Note that files within .logs are <role>:<group>, as expected, but the
directory tree is all root:root)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)