Whamcloud - gitweb
The "random" addition to the UUID were in fact not very random: dev is time-
authorpschwan <pschwan>
Sun, 3 Nov 2002 20:51:44 +0000 (20:51 +0000)
committerpschwan <pschwan>
Sun, 3 Nov 2002 20:51:44 +0000 (20:51 +0000)
commitaa6a0131f98b164b7caaf25c89ca7ae2c7c8b9dc
tree838b918b6191244632fc14b32e9e46200043b1fe
parent0959449a996016324795ce9de6b6fc4ae35e96dd
The "random" addition to the UUID were in fact not very random: dev is time-
synchronized, and this caused big trouble.

I fixed this by seeding the PRNG from /dev/urandom at startup; my first
multi-line python hackery, so I hope I didn't pooch it.
lustre/utils/lconf