Bug #205
TM NFS scripts should set the read attribute for disks
Status: | Closed | Start date: | 03/15/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | - | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
From Tiago Batista <tiagosbatista@gmail.com>, using econe
----
GOOD:
[tsbatista@parlamento images]$ ls l ../../78/images/ 1 tsbatista users 344 Feb 25 19:34 deployment.0
total 499748
-rw-r--r-rw-rw-rw 1 tsbatista users 10486808576 Feb 25 19:39 disk.0rw-rw-rw 1 tsbatista users 536870913 Feb 25 19:34 disk.1rw-r--r- 1 tsbatista users 376832 Feb 25 19:34 disk.2
BAD:
[tsbatista@parlamento images]$ ls l 1 tsbatista users 344 Feb 25 19:20 deployment.0
total 1051024
-rw-r--r-rw--w--w 1 tsbatista users 1074790400 Feb 25 19:28 disk.0rw-rw-rw 1 tsbatista users 536870913 Feb 25 19:20 disk.1rw-r--r- 1 tsbatista users 376832 Feb 25 19:20 disk.2
Im am using tm_nfs for my deployment.
The modifications I performed have to do with the chmod commands issued on the tm* commands. They now look like this:
[tsbatista@fpa1 nfs]$ grep chmod *
tm_clone.sh:exec_and_log "chmod a+rw $DST_DIR"
tm_clone.sh:exec_and_log "chmod a+rw $DST_PATH"
tm_ln.sh:exec_and_log "chmod a+w $DST_DIR"
tm_mkimage.sh:exec_and_log "chmod a+rw $DST_PATH"
tm_mkswap.sh:exec_and_log "chmod a+w $DST_DIR"
tm_mkswap.sh:exec_and_log "chmod a+w $DST_PATH"
Associated revisions
History
#1 Updated by Tino Vázquez over 11 years ago
#2 Updated by Ruben S. Montero over 11 years ago
- Category set to Drivers - Auth
- Assignee set to Javi Fontan
- Target version set to Release 1.4.2
#3 Updated by Ruben S. Montero about 11 years ago
- Status changed from New to Assigned
- Target version changed from Release 1.4.2 to Release 2.0
#4 Updated by Javi Fontan over 10 years ago
- Target version deleted (
Release 2.0)
#5 Updated by Ruben S. Montero over 10 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
This has been solved in 2.0 series