Bug #1948
umask hardcoded in MVDS scripts
| Status: | Closed | Start date: | 04/23/2013 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | - | |||
| Target version: | Release 4.0 | |||
| Resolution: | fixed | Pull request: | ||
| Affected Versions: | OpenNebula 3.8 | 
Description
When an image is saved via MVDS, the umask is hardcoded to 0007. The proper behaviour should be to get the UMASK from the datastore.
Associated revisions
Bug #1948: fix for qcow2 TM
Bug #1948: adds umask awareness to qcow2 and shared MVDS scripts
Revert "Bug #1948: adds umask awareness to qcow2 and shared MVDS scripts"
This reverts commit 190b4668acc7a3fce190adba44571249b7513e8f.
bug #1948: Get rid of umask. Now it must be configured in the oneadmin account
History
#1
     Updated by Ruben S. Montero about 8 years ago
    Updated by Ruben S. Montero about 8 years ago
    - Target version changed from Release 3.8.3 to Release 4.0
#2
     Updated by Ruben S. Montero about 8 years ago
    Updated by Ruben S. Montero about 8 years ago
    - Status changed from New to Closed
- Resolution set to fixed
umask has been removed from the drivers. It must be set as part of the configuration of the oneadmin account.