Commit Graph

8403 Commits

Author SHA1 Message Date
Yehuda Sadeh
e0cf00c7bd rgw: man page for rgw_admin 2009-10-28 11:51:46 -07:00
Yehuda Sadeh
236c7ea051 rgw: radosgw man page continued 2009-10-28 11:16:17 -07:00
Sage Weil
f8fb331226 radosgw: rename binaries rgw -> radosgw 2009-10-28 11:06:36 -07:00
Sage Weil
5f7951d0e4 debian: remove rgw_aclparser from package
It's a unit test
2009-10-28 11:03:11 -07:00
Sage Weil
5a9cee261a rgw: initial man page 2009-10-28 10:54:01 -07:00
Sage Weil
887a347fd9 debian: override openssl warning on radosgw 2009-10-28 10:48:39 -07:00
Sage Weil
882e82d5a3 debian: update package descriptions, sections 2009-10-28 10:37:19 -07:00
Sage Weil
84edfe0d0e debian: make lib package versions match SONAMES 2009-10-28 10:26:35 -07:00
Sage Weil
e38c4f59c6 Makefile: make all lib versions 1:0:0, fix libcrush 2009-10-28 10:13:52 -07:00
Sage Weil
bd41a8dfdd debian: some lintian fixes
Note that I'm moving some library SONAME version backwards!
Otherwise we'd have to rename libceph to libceph1, etc.  And
that's lame.
2009-10-28 10:10:52 -07:00
Sage Weil
23161f80ef mount.ceph: only return INET addr when doing lookup 2009-10-27 11:46:38 -07:00
Greg Farnum
fe56393191 mon: Move full OSD test logic around 2009-10-26 16:16:01 -07:00
Greg Farnum
a8d7b3bed0 Objecter: subscribe to OSDMap updates when paused or full 2009-10-23 17:20:27 -07:00
Greg Farnum
55875a4de4 mon: Fix bug that would make OSDMon over-excited about pushing new maps 2009-10-23 16:42:34 -07:00
Greg Farnum
bb2bea06ba mon: Fix an if so that PGMon doesn't send some reads on to leader 2009-10-23 14:14:46 -07:00
Greg Farnum
0e84f49bf6 mon: Move fullness checks into OSDMonitor where they belong 2009-10-23 14:14:46 -07:00
Greg Farnum
89686faa9b mon: On every incoming MPGStats, check for a full/near-full OSD and mark map if needed. 2009-10-23 14:14:46 -07:00
Greg Farnum
d0b6e81d31 uclient: Return ENOSPC if osdmap is marked full 2009-10-23 14:14:46 -07:00
Greg Farnum
2a3834b660 Hadoop: Add buffering to CephIOStreams 2009-10-23 14:14:46 -07:00
Greg Farnum
4e9e17e6a9 Hadoop: Add preliminary TestCeph code. It fails a lot. 2009-10-23 14:14:46 -07:00
Greg Farnum
4739f2c15f Hadoop: Add the CephFaker source. 2009-10-23 14:14:45 -07:00
Greg Farnum
9298535fda hadoop: minor cleanup edits 2009-10-23 14:14:45 -07:00
Sage Weil
65c9689f88 todo 2009-10-22 10:56:23 -07:00
Sage Weil
dacfb4e3a5 mount: include all A/AAAA records when resolving host name 2009-10-22 10:46:32 -07:00
Sage Weil
b7263cab90 qa: add dbench 2009-10-21 10:35:44 -07:00
Sage Weil
0b26194fd2 osd: assert apply_transaction success
For now, let's just assert success.
2009-10-20 13:13:40 -07:00
Sage Weil
1b4db2f97a todos 2009-10-20 11:59:15 -07:00
Sage Weil
dac3a8c35f v0.17 2009-10-19 15:19:51 -07:00
Sage Weil
74be02f74a debian: don't try to sign packages; it fails anyway 2009-10-19 13:03:03 -07:00
Sage Weil
6668669604 mon: log each client mount 2009-10-19 12:13:57 -07:00
Sage Weil
e555cd329d Revert "msgr: be a bit more verbose during shutdown"
This reverts commit 4fe2e6acb9.

Conflicts:

	src/msg/SimpleMessenger.cc
2009-10-19 12:02:22 -07:00
Sage Weil
3b6ed5ef7a osd: mix preferred osd into placement seed
This avoids getting the same peer for all 0.0p* pgs, for
example.

Rev osdc protocol.
2009-10-19 11:40:27 -07:00
Sage Weil
c73c666d13 objecter: call renew_subs when appropriate
Otherwise our sub_want call doesn't nothing until the
next subscription renewal goes out
2009-10-19 11:36:58 -07:00
Sage Weil
a083596510 osd: call renew_subs when appropriate
Otherwise our sub_want calls do nothing useful until the
next subscription renewal goes out.
2009-10-19 11:36:37 -07:00
Sage Weil
5d672b1ec4 vstart: build osdmap of correct size 2009-10-19 11:26:28 -07:00
Sage Weil
6e43fa26f9 osd: fix pgid parsing
The preferred osd is in decimal, not hex.
2009-10-19 11:17:26 -07:00
Sage Weil
b2a81e940d monc: cleanup stray sub_want() 2009-10-16 16:41:04 -07:00
Sage Weil
8f51c8c5e5 mon: semireliable message push from mon to mon clients
Used for OSD scrub, inject args.
2009-10-16 16:38:51 -07:00
Sage Weil
0a83ec847b qa: add pjd test; change default monhost to cosd0 2009-10-16 16:38:51 -07:00
Sage Weil
a5eb175ba1 mon: fix use-after-free in session removal 2009-10-16 16:36:35 -07:00
Sage Weil
c0c66009a7 monclient: always subscribe to monmap
This ensure we keep the mon session alive, even if the user
doesn't subscribe to anything else.
2009-10-16 16:28:09 -07:00
Sage Weil
13287e43e2 mon: fix up some uninitialized memory 2009-10-16 15:42:34 -07:00
Sage Weil
bbba6be998 monclient: show when hunting 2009-10-16 12:59:06 -07:00
Greg Farnum
87b99f465e Hadoop: Move CephIOStream native methods into CephFS/CephTalker 2009-10-16 12:21:25 -07:00
Greg Farnum
a6f2a3a20c Hadoop: Move debug output into CephFS, preparing for CephIOStreams 2009-10-16 12:21:25 -07:00
Greg Farnum
e0e2c4d1fb libhadoop: Convert CephFSInterface to match the proper Java classes. 2009-10-16 12:21:25 -07:00
Greg Farnum
c1cede1023 Hadoop: Newly-generated JNI header files 2009-10-16 12:21:25 -07:00
Greg Farnum
f958d57685 Hadoop: Now wraps all ceph calls in a CephFS ABC with a CephTalker implementing 2009-10-16 12:21:25 -07:00
Greg Farnum
9e08f0ec3d Hadoop: Now also uses their logging framework 2009-10-16 12:21:25 -07:00
Greg Farnum
9bec695f91 Hadoop: getFileBlockSize has an unclear contract, but it's followed better now 2009-10-16 12:21:25 -07:00