diff options
author | Mike Marshall <hubcap@omnibond.com> | 2017-08-10 13:56:45 -0400 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2017-09-14 14:54:39 -0400 |
commit | ba5e79ea183a2b809a9bbd2f8d76dc69ca32a92b (patch) | |
tree | a894e570287e188ecc1556cc9a30641e01b35006 | |
parent | 4bef69000d93799b6b3983c45c81b3cb2cceaa99 (diff) |
orangefs: documentation clean up
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
-rw-r--r-- | Documentation/filesystems/orangefs.txt | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Documentation/filesystems/orangefs.txt b/Documentation/filesystems/orangefs.txt index 1dfdec790946..e2818b60a5c2 100644 --- a/Documentation/filesystems/orangefs.txt +++ b/Documentation/filesystems/orangefs.txt | |||
@@ -45,14 +45,11 @@ upstream version of the kernel client. | |||
45 | BUILDING THE USERSPACE FILESYSTEM ON A SINGLE SERVER | 45 | BUILDING THE USERSPACE FILESYSTEM ON A SINGLE SERVER |
46 | ==================================================== | 46 | ==================================================== |
47 | 47 | ||
48 | When Orangefs is upstream, "--with-kernel" shouldn't be needed, but | 48 | You can omit --prefix if you don't care that things are sprinkled around in |
49 | until then the path to where the kernel with the Orangefs kernel client | 49 | /usr/local. As of version 2.9.6, Orangefs uses Berkeley DB by default, we |
50 | patch was built is needed to ensure that pvfs2-client-core (the bridge | 50 | will probably be changing the default to lmdb soon. |
51 | between kernel space and user space) will build properly. You can omit | ||
52 | --prefix if you don't care that things are sprinkled around in | ||
53 | /usr/local. | ||
54 | 51 | ||
55 | ./configure --prefix=/opt/ofs --with-kernel=/path/to/orangefs/kernel | 52 | ./configure --prefix=/opt/ofs --with-db-backend=lmdb |
56 | 53 | ||
57 | make | 54 | make |
58 | 55 | ||
@@ -82,9 +79,6 @@ prove things are working with: | |||
82 | 79 | ||
83 | /opt/osf/bin/pvfs2-ls /mymountpoint | 80 | /opt/osf/bin/pvfs2-ls /mymountpoint |
84 | 81 | ||
85 | You might not want to enforce selinux, it doesn't seem to matter by | ||
86 | linux 3.11... | ||
87 | |||
88 | If stuff seems to be working, turn on the client core: | 82 | If stuff seems to be working, turn on the client core: |
89 | /opt/osf/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core | 83 | /opt/osf/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core |
90 | 84 | ||