« Previous | Next » 

Revision 5ce621ab

ID5ce621ab2d83b8ac38d9a8fc3123fbd3feaa4b49
Parent 916c0e6f
Child 70e8dd0a

Added by Helga Velroyen over 10 years ago

Correct properties of the cluster's file storage dir

This patch does:
- Rename the haskell opcode parameter
'pGlobalFileStorageDir' and 'pGlobalSharedfileStorageDir'
to 'pClusterFileStorageDir' and
'pClusterSharedfileStorageDir', respectively, because
the old name was misleading.
- The two parameters are made optional strings instead of
non-empty strings. This actually used to be like this
before, but was accidentally overriden by the switch to
opcode generation from haskell to python.
- The ClusterFileStorageDir parameter had to be renamed in
Haskell to not clash with the FileStorageDir parameter
of the OpInstanceCreate code.

Signed-off-by: Helga Velroyen <>
Reviewed-by: Michele Tartara <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences