[OpenAFS-devel] AFS with DNS using AFSDB records

Nickolai Zeldovich kolya@MIT.EDU
Tue, 01 May 2001 11:08:45 -0400


> I'd be interested in hearing more about kolya's approach if it differs
> extensively from the above.

In user-space I did essentially the same thing (though using res_search
instead of manually constructing DNS queries), and for the kernel module,
afsd spawns another process that blocks in the kernel waiting for AFSDB
lookup requests, performs them in user-space using afsconf_GetCellInfo,
and passes the information back into the kernel.

-- kolya