GitXplorerGitXplorer
p

ceph

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e5ab4c81cf6b690774eca466dce05c7b82d19bbf

osd: remove bad assert in get_object_context()

lliewegas committed 15 years ago
Unverified
316cd6935b6a2eeb041f83a4012a601a74905b45

mds: always release snap cap after flushsnap

lliewegas committed 15 years ago
Unverified
92a331473fdfcc684a8d4d99e99c233aa8b265b3

osd: clear pg REPLAY when we reinitiate peering

lliewegas committed 15 years ago
Unverified
d8a5e9c2cbd40f789a35c71a1fc6d1dbf41dcae4

rgw: admin uses --secret instead of --key (as --key is already taken)

committed 15 years ago
Unverified
a22732587318e2ab50b345e86333f8dc7ba26378

osd: fix critical cap parsing bugs and documentation.

committed 15 years ago
Unverified
5fdb6cadc6746d36fe7fbfa7afe904dc4505daa5

debian: use 'testing' or 'unstable' in place of 'git' in version suffix

lliewegas committed 15 years ago

README

The README file for this repository.

Ceph - a scalable distributed file system

Please see http://ceph.newdream.net/ for current info.


To build the server daemons, and FUSE client,

$ ./autogen.sh $ ./configure

$ make or $ 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/

daemons: cmon -- monitor daemon. handles cluster state and configuration information. cosd -- storage daemon. stores objects on a given block device. cmds -- metadata daemon. handles file system namespace. ceph -- send management commands to the monitor cluster.

userland clients: cfuse -- fuse client. csyn -- synthetic workload generator client.

tools: mkmonfs -- create a fresh monfs (for a new filesystem) monmaptool -- create/edit mon map osdmaptool -- create/edit osd map crushtool -- create/edit crush map

scripts: mkcephfs -- cluster mkfs tool init-ceph -- init.d start/stop script