You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Gabriel Beims Bräscher <ga...@gmail.com> on 2017/07/31 21:18:57 UTC

Forbidden access for downloading volume in SSVM

Hello all,

When I download a volume through the CloudStack UI, the provided URL for
fownload results in a page with forbidden access (403 error). The problem
is that the file provided by CloudStack in the SSVM has no read permission.

Although the file
"/var/www/html/userdata/<symboliclink-of-file-to-download>.vhd" have
permissions to read, it is a symbolic link to a file
"/mnt/SecStorage/.../<file-to-download>.vhd" which does not have
permissions to read. For some reason the mounted volume is configured in a
way that only user "nobody" can read; the group "nogroup" and other users
have no rights.

The download happens as expected after providing the corret permissions.
Does anyone have the same issue?

PS: I am using CloudStack 4.9.2.0.

Cheers,
Gabriel.