| | 5 | |
| | 6 | SVN changes can be seen at |
| | 7 | http://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 |