The "/srv/tmp" stores temporary files, scheduler mount public dir in the dir for now.
Signed-off-by: Cao Xueliang caoxl78320@163.com --- sparrow/1-storage/permission | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/sparrow/1-storage/permission b/sparrow/1-storage/permission index 3d9bdfa..db33a93 100755 --- a/sparrow/1-storage/permission +++ b/sparrow/1-storage/permission @@ -12,6 +12,7 @@ chmod_dir=( /srv/cci/Maildir /srv/rabbitmq /c/git-repos + /srv/tmp/public )
chmod 775 "${chmod_dir[@]}" @@ -25,6 +26,7 @@ chown_dir=( /srv/cci/serial/fluentd-pos /srv/cci/libvirt-xml /srv/rabbitmq + /srv/tmp/public )
chown lkp:lkp "${chown_dir[@]}"