Skip to content
  • Helga Velroyen's avatar
    Correct properties of the cluster's file storage dir · 5ce621ab
    Helga Velroyen authored
    
    
    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: default avatarHelga Velroyen <helgav@google.com>
    Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
    5ce621ab