Comment 21 for bug 1960826

Revision history for this message
Andy (andyaiken) wrote :

OK, to set a random nfs4_unique_id you can just cat/echo a string like this:

cat /proc/sys/kernel/random/uuid |tr -d '\n' > /sys/module/nfs/parameters/nfs4_unique_id

so long as you do this before your first NFS mount, which in my case is not a problem.