nic@cray.com
2007-Feb-08 09:36 UTC
[Lustre-devel] [Bug 10802] UUID collision on thin XT3 Linux nodes
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=10802
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8935 is|0 |1
obsolete| |
Created an attachment (id=9544)
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
--> (https://bugzilla.lustre.org/attachment.cgi?id=9544&action=view)
move random functions to obdclass/prng.c
This takes Oleg''s suggestion and moves the random functions
(generate_random_bytes and generate_random_uuid) to ll_ versions in prng.c.
Various places in Lustre updated to use these new functions.
This patch is against 1.4.6+hpp, with attachment 8935 applied.