Bug #372

permission setting error in tm_clone.sh.

Added by Isaac Liney over 10 years ago. Updated over 10 years ago.

Status:ClosedStart date:10/22/2010
Priority:NormalDue date:
Assignee:Javi Fontan% 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

Revision e4e3104f
Added by Jaime Melis over 10 years ago

bug #372: global read permissions for disk file

Revision b94d3ff4
Added by Jaime Melis over 10 years ago

bug #372: global read permissions for disk file
(cherry picked from commit e4e3104f26b1038d8f05959361650adaa54969e1)

Revision c28157cd
Added by Abel Coronado about 4 years ago

F #5207: Added disk_resize action in yamls (#372)

  • Added disk_resize action in yamls
  • Solved bug resize_disk for vCenter VM

History

#1 Updated by Jaime Melis over 10 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

The patch has been applied.

Also available in: Atom PDF