Comment 2 for bug 1833603

Revision history for this message
Angie Wang (angiewang) wrote : Re: helm-upload failed by creating file ‘/www/pages/helm_charts/starlingx/hello-kitty.tgz’: Permission denied

The problem is that the ownerships of the helm repos are not right on the controller-1.
[sysadmin@controller-1 ~(keystone_admin)]$ ls -ltra /www/pages/helm_charts/
total 16
drwxr-xr-x 4 1877 root 4096 Jun 20 13:44 .
drwxr-xr-x 2 1877 root 4096 Jun 20 13:44 starlingx
drwxr-xr-x 2 1877 root 4096 Jun 20 14:00 stx-platform
drwxr-xr-x. 7 root root 4096 Jun 20 14:24 ..

The ownerships are correct on the controller-0.
controller-0:~$ ls -ltra /www/pages/helm_charts/
total 16
drwxr-xr-x 2 www root 4096 Jun 20 13:58 starlingx
drwxr-xr-x 4 www root 4096 Jun 20 13:58 .
drwxr-xr-x 2 www root 4096 Jun 20 13:58 stx-platform
drwxr-xr-x. 7 root root 4096 Jun 20 13:59 ..

Any application upload actions issued on controller-1 will fail due to the permission denied.
I didn't check further, not sure who/why the ownership was changed on controller-1.