mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-parallel-attaching-20061021
FIXES 43332 Some sites expect single-threaded volume attaches to happen in a specific order. The parallel attach patch also changed the attach order for sites not specifying -vattachpar. (cherry picked from commit e6b719a4c0a33b0b020c07c20124a40a245dbe9e)
This commit is contained in:
parent
231ef42273
commit
ebb53bebac
@ -527,7 +527,7 @@ VInitVolumePackage(ProgramType pt, afs_uint32 nLargeVnodes, afs_uint32 nSmallVno
|
||||
dpq = (diskpartition_queue_t *) malloc(sizeof(struct diskpartition_queue_t));
|
||||
assert(dpq != NULL);
|
||||
dpq->diskP = diskP;
|
||||
queue_Prepend(¶ms,dpq);
|
||||
queue_Append(¶ms,dpq);
|
||||
}
|
||||
|
||||
threads = MIN(parts, vol_attach_threads);
|
||||
|
Loading…
x
Reference in New Issue
Block a user