Gregory Farnum
d6b592c087
Merge pull request #1079 from ceph/wip-tier-bits
...
osd: a few tiering fixes
Reviewed-by: Greg Farnum <greg@inktank.com>
2014-01-22 13:44:46 -08:00
Sage Weil
8eaef4140b
Merge pull request #1126 from ceph/wip-osdmapenc-fix
...
MOSDMap: reencode maps if target doesn't have OSDMAP_ENC
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-22 08:20:08 -08:00
Ilya Dryomov
8060afd77c
MOSDMap: reencode maps if target doesn't have OSDMAP_ENC
...
Reencode both full and incremental maps if target doesn't know how to
decode OSDMAP_ENC maps (CEPH_FEATURE_OSDMAP_ENC bit is not set). This
fixes a compatibility bug that was introduced in 3d7c69fb09
("OSDMap:
add a CEPH_FEATURE_OSDMAP_ENC feature, and use new encoding").
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
2014-01-22 17:34:31 +02:00
tamil
54caa0192b
removing rgw_tests.sh
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-01-21 18:44:57 -08:00
tamil
4550fb5ff9
Merge branch 'master' of github.com:ceph/ceph
2014-01-21 17:50:22 -08:00
tamil
8b8ede7a13
modified the port to 7280 in the script instead of the default 80
...
Signed-off-by: tamil <tamil@tamil-VirtualBox.(none)>
2014-01-21 17:50:00 -08:00
Sage Weil
81ff12ec70
Merge pull request #1124 from ceph/wip-cache-mode-fix
...
mon/MonCommands: 'invalidate+forward' -> 'forward'
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-21 17:30:34 -08:00
tamil
850b4f426f
script for rgw bucket quota testing
...
Signed-off-by: tamil <tamil@tamil-VirtualBox.(none)>
2014-01-21 15:56:37 -08:00
Ilya Dryomov
339bed1b3b
mon/MonCommands: 'invalidate+forward' -> 'forward'
...
Commit 4e439857a6
introduced invalidate+forward cache mode, commit
81279e3bb6
renamed it to forward, but missed the CLI. Fix it.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
2014-01-22 00:27:09 +02:00
John Wilkins
ed2decb149
doc: Fixed end string from '' to `` to stop warnings. Enforced 80 char line.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-21 11:51:15 -08:00
Sage Weil
7a2d7f13ab
Merge pull request #1120 from xylv/wip-op-process-latency-squashed
...
osd: Add op_process_latency in perf counter
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-20 21:34:09 -08:00
Ray Lv
78150bd9fe
osd: Add op_process_latency in perf counter
...
Fixes : #7167
Signed-off-by: Ray Lv <xiangyulv@gmail.com>
2014-01-21 11:11:57 +08:00
Sage Weil
368f17362d
Merge pull request #1117 from jcsp/wip-7187
...
Fix #7187 : Include all summary items in JSON health output
Backport: emperor, dumpling
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-20 12:07:09 -08:00
John Spray
fdf3b5520d
Fix #7187 : Include all summary items in JSON health output
...
Signed-off-by: John Spray <john.spray@inktank.com>
2014-01-20 11:10:29 +00:00
Sage Weil
63a77f4656
Merge pull request #1112 from kazhang/wip-7180
...
Fix #7180 in ceph_rest_api
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-19 12:00:07 -08:00
Kai Zhang
20cf41d6ce
Missing a key for perm 'w' in permmap (src/pybin/ceph_rest_api.py:277)
...
It leads to a 500 error when getting mds help info via rest api.
Changed "w" to "rw" in MonCommands.h
Fixes : #7180
Signed-off-by: Kai Zhang <kazhang2@cisco.com>
2014-01-18 23:58:26 -08:00
Sage Weil
8ef7268a73
Merge pull request #1111 from ceph/wip-osdmap-7177
...
OSDMap: Populate primary_temp values a little more carefully
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-18 21:06:09 -08:00
Greg Farnum
7e7eda4764
OSDMap: Populate primary_temp values a little more carefully
...
In _get_temp_osds(), we populate temp_pg from the list in the OSDMap,
but we also skip anybody in the list who's down. We need to account
for those skips when setting the primary. It's easy enough to do -- just
look at the output pg_temp list instead of the OSDMap's starting one.
Fixes : #7177
Signed-off-by: Greg Farnum <greg@inktank.com>
2014-01-17 21:04:30 -08:00
tamil
47bc71a7b4
fixed the syntax for test maxmds=2
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-01-17 15:56:36 -08:00
tamil
a13ebd370a
fix for the test maxmds=2
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-01-17 15:41:48 -08:00
John Wilkins
ad203d5988
doc: Fixed ruleset typo.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-17 13:33:48 -08:00
Yehuda Sadeh
6a19daa2a5
Merge pull request #1106 from ceph/wip-rgw-contention
...
Wip rgw contention
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-17 13:17:48 -08:00
Yehuda Sadeh
6b7f27c015
librados: use rwlock for lookup pool, cache results
...
Use rwlock to read cahed results, only use regular lock if
results are not cached.
Invalidate cache on new osdmap.
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-01-17 12:52:02 -08:00
Yehuda Sadeh
4b31456b81
rgw: add .h file to Makefile rule
...
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-01-17 12:34:29 -08:00
Sage Weil
7f61d2492f
Merge pull request #1082 from dachary/wip-ceph-disk
...
ceph-disk: larger timeout in the test script
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-17 11:59:00 -08:00
Sage Weil
be5ac2b7c2
Merge pull request #1088 from christian-marie/wip-c-atomic-writes
...
librados: Add C API coverage for atomic write operations
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-17 11:47:26 -08:00
John Wilkins
d1de32cfb5
doc: Added default-placement to list of placement targets. Added SSL commentary.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-17 11:23:40 -08:00
John Wilkins
80212eaaf4
doc: Added additional comment about port number.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-17 11:22:39 -08:00
Yehuda Sadeh
184e64d073
Merge pull request #1092 from ceph/wip-rgw-loadgen
...
Wip rgw loadgen
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-17 10:24:18 -08:00
Yehuda Sadeh
021534214a
rgw: loadgen, configurable num of objs, buckets
...
also fix request draining
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-01-17 10:16:09 -08:00
Yehuda Sadeh
7c867645ac
rgw: loadgen shutdown, error out on failures
...
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-01-17 10:14:43 -08:00
Yehuda Sadeh
85267cf6af
rgw: sign loadgen requests
...
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-01-17 10:14:42 -08:00
Yehuda Sadeh
e8a4b307f9
rgw: loadgen frontend read uid, init access key
...
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-01-17 10:14:42 -08:00
Yehuda Sadeh
57137cb4b0
rgw: add a load generation frontend
...
Still missing some pieces, but already generates requests.
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-01-17 10:14:37 -08:00
Sage Weil
b04d26ae41
Merge pull request #1107 from xylv/wip-osd-crash-with-leveldb-cache-set
...
osd: OSD failed to start with osd_leveldb_cache_size > 0
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-17 09:58:42 -08:00
Sage Weil
65d3348425
Merge pull request #1109 from ceph/wip-rbd-mount_timeout
...
rbd: expose mount_timeout map option
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-17 09:36:17 -08:00
Ray Lv
f01202de89
Fixes : #7172
...
To ensure LevelDBStore::db is destroyed before dependent LevelDBStore::db_cache and LevelDBStore::filterpolicy.
Signed-off-by: Signed-off-by: Ray Lv <xiangyulv@gmail.com>
2014-01-17 20:42:54 +08:00
Ilya Dryomov
b1a853e433
rbd: expose mount_timeout map option
...
Expose mount_timeout map option. (I missed it in commit 9b7364d245
,
which added -o / --options option and among other options exposed
osdkeepalive and osd_idle_ttl timeouts.)
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
2014-01-17 11:53:38 +02:00
Sage Weil
8ec7fa85ab
PendingReleaseNotes: note ceph -s fix
...
See 790dda9c0b
.
Signed-off-by: Sage Weil <sage@inktank.com>
2014-01-16 22:44:26 -08:00
Sage Weil
d6b2f87e20
Merge pull request #1104 from concubidated/master
...
osd: OSDMap: fix output from ceph status --format=json for num_in_osds
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-16 22:42:39 -08:00
Sage Weil
f29ffa2836
Merge pull request #1097 from ceph/fix-configure-rerunning
...
avoid re-running configure after initial 'make' invocation
This appears to pass the gitbuilders (and the multiple runs of configure have been irritating me for ages). Yay!
Reviewed-by: Sage Weil <sage@inktank.com>
2014-01-16 22:33:50 -08:00
Josh Durgin
f61491058b
Merge pull request #1103 from ceph/wip-7073
...
rgw: use configurable prime number for gc hash
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2014-01-16 20:35:33 -08:00
John Wilkins
6e931326b0
doc: Removed Calxeda example.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-16 17:00:38 -08:00
John Wilkins
dd4a9e1875
doc: Removed saucy salamander reference.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-16 16:57:16 -08:00
John Wilkins
e7d28a72e6
doc: Added host resolution commentary.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-16 16:54:25 -08:00
John Wilkins
22e9a75690
doc: Added comments from #6682 .
...
fixes : #6682
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-16 16:51:17 -08:00
John Wilkins
6e37b7a81f
doc: Added modification to quick start.
...
fixes : #6682
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-16 16:48:09 -08:00
John Wilkins
742d425fca
doc: Changed file name.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-16 16:11:15 -08:00
John Wilkins
f7f9bedf48
doc: Added source file for graphic.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-16 16:11:01 -08:00
John Wilkins
26aa60212a
doc: Added source file for graphic.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-16 16:10:47 -08:00