Jaideep Dharap wrote:> 
>  I have a couple of questions related to mounting lustre as root.
> 
>  1.  I have been unable to unmount the ramdisk once I mount lustre as root.
>  I think this is because of the "acceptor"  daemon that is
started from
>  inside the ramdisk. What exactly is the function of this daemon? Would
>  it be possible to kill the daemon and restart it without crashing the 
> filesystem?
There is no harm in killing and restarting it.
>  2. I am seeing error messages for mmap files? What is the extent of the 
> support for mmap   files currently?
mmap reads and writes will work, but are not guaranteed to be 100% 
consistent, because those regions are not yet always protected by locks.
This is rarely an issue for most users, because the mmap regions are not 
usually being written/read concurrently.  Neverteless, it is something 
which we will of course address in a future release.
-Phil