Changeset 9175

Show
Ignore:
Timestamp:
01/23/12 11:19:38 (16 months ago)
Author:
ligon
Message:

Updated ChangeLog? for 2.8.5 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/orangefs-2-8-5/ChangeLog

    r9069 r9175  
    33----------------------- 
    44orangefs-2.8.5 
     5 
     6SVN changes can be seen at 
     7http://www.orangefs.org/fisheye/orangefs/changelog/orangefs/branches/orangefs-2-8-5 
     8 
     9* Bug Fix:  Problem: server seg faulted when the unstuff state machine tried 
     10            to unstuff a file defined as needing more datafilesthan I/O servers currently 
     11            in the system.  A side affect was that this worked when there was more than 
     12            one server in the system.  The correct behavior is to NEVER define more datahandles than 
     13            there are I/O servers in the system. 
     14            Correction:  Modified function PINT_cached_config_get_num_dfiles to return no 
     15            more than the number of I/O servers, regardless of the number requested by the user  
     16            or needed by the distribution.  This function is called during the sys-create state machine  
     17            BEFORE the number of requested datafiles is sent to the server.   
     18        SVN: Change #9082 
     19 
     20* Enhancement: Added optimization.  When a file is created and the requested number of dfiles is 1, 
     21               then we create the metadata without "stuffed" values,i.e., key="nd".  When data 
     22               is written to this file, there is no need to execute the "unstuff" server side 
     23               state machine. 
     24        SVN: Change #9083 
    525 
    626Text after "CVS: " can be prepended with "http://www.pvfs.org/fisheye/changelog/~br=Orange-Branch/PVFS/?cs=Orange-Branch:" to view related change sets in FishEye.