mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-01 11:54:10 +00:00
orangefs: documentation clean up
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
4bef69000d
commit
ba5e79ea18
1 changed files with 4 additions and 10 deletions
|
@ -45,14 +45,11 @@ upstream version of the kernel client.
|
||||||
BUILDING THE USERSPACE FILESYSTEM ON A SINGLE SERVER
|
BUILDING THE USERSPACE FILESYSTEM ON A SINGLE SERVER
|
||||||
====================================================
|
====================================================
|
||||||
|
|
||||||
When Orangefs is upstream, "--with-kernel" shouldn't be needed, but
|
You can omit --prefix if you don't care that things are sprinkled around in
|
||||||
until then the path to where the kernel with the Orangefs kernel client
|
/usr/local. As of version 2.9.6, Orangefs uses Berkeley DB by default, we
|
||||||
patch was built is needed to ensure that pvfs2-client-core (the bridge
|
will probably be changing the default to lmdb soon.
|
||||||
between kernel space and user space) will build properly. You can omit
|
|
||||||
--prefix if you don't care that things are sprinkled around in
|
|
||||||
/usr/local.
|
|
||||||
|
|
||||||
./configure --prefix=/opt/ofs --with-kernel=/path/to/orangefs/kernel
|
./configure --prefix=/opt/ofs --with-db-backend=lmdb
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -82,9 +79,6 @@ prove things are working with:
|
||||||
|
|
||||||
/opt/osf/bin/pvfs2-ls /mymountpoint
|
/opt/osf/bin/pvfs2-ls /mymountpoint
|
||||||
|
|
||||||
You might not want to enforce selinux, it doesn't seem to matter by
|
|
||||||
linux 3.11...
|
|
||||||
|
|
||||||
If stuff seems to be working, turn on the client core:
|
If stuff seems to be working, turn on the client core:
|
||||||
/opt/osf/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core
|
/opt/osf/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue