Bug #372
permission setting error in tm_clone.sh.
| Status: | Closed | Start date: | 10/22/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | Drivers - Auth | |||
| Target version: | Release 2.0 | |||
| Resolution: | fixed | Pull request: | ||
| Affected Versions: | 
Description
./src/tm_mad/nfs/tm_clone.sh line 58
exec_and_log "chmod a+w $DST_PATH"
Should be:
exec_and_log "chmod a+rw $DST_PATH"
ls -l /srv/cloud/one/var/15/images/disk.0
rwx-w--w 1 oneadmin oneadmin 4294967296 2010-10-22 15:55 /srv/cloud/one/var/15/images/disk.0
Associated revisions
bug #372: global read permissions for disk file
bug #372: global read permissions for disk file
(cherry picked from commit e4e3104f26b1038d8f05959361650adaa54969e1)
History
#1
     Updated by Jaime Melis over 10 years ago
    Updated by Jaime Melis over 10 years ago
    - Status changed from New to Closed
- Resolution set to fixed
The patch has been applied.