mirror of
https://github.com/ceph/ceph
synced 2025-02-16 23:37:46 +00:00
readme
This commit is contained in:
parent
7f9f1ea81a
commit
2b5f76f48e
26
README
26
README
@ -1,10 +1,32 @@
|
||||
Ceph - a scalable distributed file system
|
||||
-----------------------------------------
|
||||
|
||||
Please see http://ceph.sourceforge.net/ for current info.
|
||||
Please see http://ceph.newdream.net/ for current info.
|
||||
|
||||
INSTALL for basic build instructions.
|
||||
----
|
||||
|
||||
To build the Linux kernel client,
|
||||
|
||||
$ cd src/kernel
|
||||
$ make
|
||||
or
|
||||
$ make KERNELDIR=/path/to/linux
|
||||
$ insmod ceph.ko
|
||||
$ mount -t ceph 1.2.3.4:/ /mnt/ceph
|
||||
...
|
||||
|
||||
----
|
||||
|
||||
To build the server daemons, and FUSE client,
|
||||
|
||||
$ ./autogen.sh
|
||||
$ ./configure
|
||||
$ cd src
|
||||
$ make
|
||||
|
||||
(Note that the FUSE client will only be built if libfuse is present.)
|
||||
|
||||
----
|
||||
|
||||
A quick summary of binaries that will be built in src/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user