Project

General

Profile

Activity

From 08/29/2015 to 09/27/2015

09/27/2015

09:57 PM Bug #9738 (New): rados cli: objects not present in a snapshot are listed anyway
Nathan Cutler
09:54 PM devops Bug #9407 (Fix Under Review): sysvinit: "-a" option and "osd crush update on start" don't work to...
Nathan Cutler
09:54 PM devops Bug #9407 (In Progress): sysvinit: "-a" option and "osd crush update on start" don't work together
-https://github.com/ceph/ceph/pull/6089- Nathan Cutler
09:53 PM Revision 1c8fe7d1 (ceph): buildpackages: user-data must be per os-type/os-version
CentOS 6.5 needs to install a package and reboot to grow the root file
system. Instead of assuming a common user-data...
Loic Dachary
09:42 PM Revision 05228e1e (ceph): buildpackages: user-data must be per os-type/os-version
CentOS 6.5 needs to install a package and reboot to grow the root file
system. Instead of assuming a common user-data...
Loic Dachary
09:41 PM Revision 6d396a32 (ceph): mon/Elector: do a trivial write on every election cycle
Currently we already do a small write when the *first* election in
a round happens (to update the election epoch). I...
Sage Weil
08:44 PM Backport #13252 (In Progress): mon: does not check for IO errors on every transaction
Nathan Cutler
08:43 PM Revision d2bfa190 (ceph): mon/MonitorDBStore: assert/crash if there is a write error
Do this globally intead of relying on teh zillion mon callers to
check the error code. There are no cases where we w...
Sage Weil
08:17 PM Feature #13142: osd: warning if pg has not been scrubbed for a long time
I can have a look Michal Jarzabek
08:13 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/8054/consoleFull Nathan Cutler
08:01 PM Cleanup #9756 (In Progress): Issues found by Clang
https://github.com/ceph/ceph/pull/6090 attempts to fix the *-Wtautological-constant-out-of-range-compare* Nathan Cutler
07:20 PM devops Cleanup #3015 (In Progress): order of arguments should not matter for init-ceph
https://github.com/ceph/ceph/pull/6089 Nathan Cutler
04:42 PM devops Cleanup #3015: order of arguments should not matter for init-ceph
This could be achieved with *getopt*. Nathan Cutler
04:05 PM Cleanup #1042: need const iterator for bufferlist
"no longer valid?":https://github.com/ceph/ceph/blob/master/src/include/buffer.h#L320 Nathan Cutler
12:30 PM Revision e72bdc3b (ceph): osd/ReplicatedPG: tolerate promotion completion with stopped agent
We may start a promotion, then get a pool update that disables the
agent, and then complete it. We should not segfau...
Sage Weil
12:24 PM Revision d58a0b00 (ceph): add cache tiering test for hammer-x
Signed-off-by: Kefu Chai <tchaikov@gmail.com> Kefu Chai
01:11 AM Revision 8941a8b8 (ceph): rados/singleton-nomsgr/all/11439: fix greps
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil

09/26/2015

11:09 PM Stable releases Tasks #11644: firefly v0.80.11
h3. ceph-deploy... Loïc Dachary
11:04 PM Stable releases Tasks #11644: firefly v0.80.11
h3. upgrade... Loïc Dachary
11:03 PM Stable releases Tasks #11644: firefly v0.80.11
h3. powercycle... Loïc Dachary
11:02 PM Stable releases Tasks #11644: firefly v0.80.11
h3. rbd... Loïc Dachary
11:01 PM Stable releases Tasks #11644: firefly v0.80.11
h3. fs... Loïc Dachary
11:00 PM Stable releases Tasks #11644: firefly v0.80.11
h3. rgw... Loïc Dachary
10:57 PM Stable releases Tasks #11644: firefly v0.80.11
h3. rados... Loïc Dachary
07:34 PM Stable releases Tasks #11644: firefly v0.80.11
... Nathan Cutler
07:31 PM Revision c85d0638 (ceph): use simplifed messenger constructor for clients
This is all mechanical except the calculation of the nonce, which is
now always randomized for clients.
Fixes: #1303...
Josh Durgin
07:27 PM Revision ef24b4ec (ceph): librados: use Messenger factory method
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 5a860bec48348ed4c09256ccd394b33ace6b4f52)
Sage Weil
06:56 PM Revision 3a52acde (ceph): mon/MonClient: use generic Messenger factory
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit e55cb1f68ae1a04cc5d281bea57ee79ef4a8af38)
Sage Weil
05:07 PM CephFS Bug #13256 (Resolved): I/O error with cephfs accessing root .snap directory on v9.0.3
I am running a test Ceph cluster using Ceph v9.0.3 with all Kernels at 4.2.0 on Ubuntu Trusty. I have enabled snapsho... Eric Eastman
03:46 PM Revision 8147e68e (ceph): buildpackages: flock must --close
The process run by flock must not inherit the file descriptor because
this will cause the lock to be held forever sho...
Loic Dachary
02:12 PM Backport #13244 (In Progress): client nonce collision due to unshared pid namespaces
Nathan Cutler
02:12 PM Revision 83e10f7e (ceph): Merge pull request #6086 from stiopaa1/librados_missingsemicolon
examples/librados/hello_world.cc:missing semicolon
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
02:04 PM Revision de8da652 (ceph): msg: add simplified messenger constructor
Several callers create messengers using exactly the same parameters:
- reading the ms type from cct that is also pas...
Josh Durgin
01:45 PM Revision 2fea3a56 (ceph): examples/librados/hello_world.cc:missing semicolon
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
01:42 PM rgw Backport #11873: Bucket header is enclosed by quotes
What happened here? The original backport PR https://github.com/ceph/ceph/pull/4861 was replaced by https://github.co... Nathan Cutler
01:41 PM rgw Backport #11873 (In Progress): Bucket header is enclosed by quotes
Nathan Cutler
01:28 PM rgw Backport #12041 (Rejected): DragonDisk fails to create directories via S3: MissingContentLength
Agreed with original PR author and yehudasa to leave this fix out of firefly. Nathan Cutler
01:23 PM Revision 204e27fe (ceph): buildpackages: flock must --close
The process run by flock must not inherit the file descriptor because
this will cause the lock to be held forever sho...
Loic Dachary
01:21 PM Backport #13255 (Resolved): Increase globalid default for firefly (improves mon responsiveness)
https://github.com/ceph/ceph/pull/6010 Nathan Cutler
12:09 PM Revision c7da300a (ceph): buildpackages: build ceph packages and upload them
Build Ceph packages from source for the required revision, os_type,
os_version and architecture and upload them to th...
Loic Dachary
12:09 PM Revision deb234d7 (ceph): buildpackages: build ceph packages and upload them
Import install from task.
http://tracker.ceph.com/issues/13031 Fixes: #13031
Signed-off-by: Loic Dachary <loic@dach...
Loic Dachary
12:09 PM Revision 04007274 (ceph): buildpackages: pep8 compliance
http://tracker.ceph.com/issues/13031 Fixes: #13031
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked fro...
Loic Dachary
12:09 PM Revision 66bff436 (ceph): buildpackages: re-use config from install task
So that the packages built match what the install task expects.
http://tracker.ceph.com/issues/13031 Fixes: #13031
...
Loic Dachary
12:09 PM Revision 39a0de3c (ceph): buildpackages: build the repository and the packages
http://tracker.ceph.com/issues/13031 Fixes: #13031
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked fro...
Loic Dachary
12:09 PM Revision 82a71bb9 (ceph): buildpackages: make rpm packages
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit 7e3a271a89d4e7794a1ee547a3105a871f76f9f1)
Loic Dachary
12:09 PM Revision 3ad211e2 (ceph): buildpackages: get Ceph git url via get_ceph_git_url()
Instead of relying on git_base_url, use the get_ceph_git_url() to obtain
the URL of the Ceph repository to use with g...
Loic Dachary
11:44 AM Revision 8bc89b65 (ceph): Merge pull request #581 from dachary/wip-11883-git-url
buildpackages: get Ceph git url via get_ceph_git_url() Loïc Dachary
11:11 AM Revision 78b2a9aa (ceph): buildpackages: get Ceph git url via get_ceph_git_url()
Instead of relying on git_base_url, use the get_ceph_git_url() to obtain
the URL of the Ceph repository to use with g...
Loic Dachary
08:36 AM Backport #13252 (Resolved): mon: does not check for IO errors on every transaction
https://github.com/ceph/ceph/pull/6091 Nathan Cutler
05:24 AM Bug #12936 (Resolved): shec fails i386 make check
Sage Weil
05:24 AM Revision bee3bdf5 (ceph): Merge pull request #6068 from dachary/wip-12936-shec
erasure-code: shec must compare for equality with epsilon
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:23 AM Bug #13098 (Pending Backport): OSD crashed when reached pool's max_bytes quota
We probably want to backport a simpler version of this patch that does not include the rados flags. Sage Weil
12:24 AM Bug #13098: OSD crashed when reached pool's max_bytes quota
Sage Weil
05:22 AM Revision c571fd23 (ceph): Merge pull request #6052 from liewegas/wip-13098
osd: fix full request handling
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
05:22 AM Revision 7ad2ac0f (ceph): Merge pull request #6075 from liewegas/wip-osd-getmap
osd: avoid duplicate MMonGetOSDMap requests
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
05:19 AM Bug #13251 (Resolved): mon leaks lots on shutodwn
two instances of mon.b leaking a zillion objects
description: rados/verify/{1thrash/none.yaml clusters/fixed-2.yam...
Sage Weil
12:24 AM Bug #13200 (Pending Backport): mon: does not check for IO errors on every transaction
Sage Weil
12:23 AM Bug #13203 (Resolved): Error: Package: 1:ceph-radosgw-0.94.3-228.g2b11a4c.el7.x86_64 Requires: l...
Sage Weil
12:16 AM Revision fdcfb79b (ceph): ceph-deploy: fix ceph-deploy-branch config options
The config paramter of download_ceph_deploy does not have a ceph-deploy
item, therefore the ceph-deploy-branch parame...
Loic Dachary

09/25/2015

10:33 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/8042/consoleFull Loïc Dachary
08:11 AM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/8022/console Loïc Dachary
08:32 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head
2015-09-24 22:48:12.489539 7ff05c984700 1 -- 10.214.132.108:6808/25735 <== client.4345 10.214.132.108:0/2866085996 1... Samuel Just
08:15 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head
Harumph, /a/sage-2015-09-24_20:43:22-rados-wip-sage-testing---basic-multi/1068002 has no recovery. This should be fa... Samuel Just
12:58 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head
The 'Bad hash' message triggered twice on my wip-sage-testing run that included the wip-12983 branch:
/a/sage-2015...
Sage Weil
06:31 PM rgw Bug #13239: Seg fault 9.0.3-1845-gf1ead76 : RGWRESTSimpleRequest::forward_request(RGWAccessKey&, ...
Robin, see my fix at wip-13239. Yehuda Sadeh
06:14 PM rgw Bug #13239: Seg fault 9.0.3-1845-gf1ead76 : RGWRESTSimpleRequest::forward_request(RGWAccessKey&, ...
The failure is in s3tests.functional.test_s3.test_region_bucket_create_secondary_access_remove_master actually, but I... Robin Johnson
05:40 PM rgw Bug #13239: Seg fault 9.0.3-1845-gf1ead76 : RGWRESTSimpleRequest::forward_request(RGWAccessKey&, ...
actually, the culprit is the following commit: abe4ec293d08b0314bf5c081ace2456073f3a22c Yehuda Sadeh
05:27 PM rgw Bug #13239: Seg fault 9.0.3-1845-gf1ead76 : RGWRESTSimpleRequest::forward_request(RGWAccessKey&, ...
Yeah, I think I know what's happening and I see the issue. Something in the environment changed and it doesn't send t... Yehuda Sadeh
04:14 PM rgw Bug #13239 (Resolved): Seg fault 9.0.3-1845-gf1ead76 : RGWRESTSimpleRequest::forward_request(RGWA...
Right after :s3tests.functional.test_s3.check_can_test_multiregion ..
http://qa-proxy.ceph.com/teuthology/teutholo...
Vasu Kulkarni
06:14 PM Revision 0cdc8d3a (ceph): Merge pull request #6077 from liewegas/wip-qa
qa: http://ceph.com/qa -> http://download.ceph.com/qa
also some ceph.com/git -> git.ceph.com and a few line-endings -...
Dan Mick
06:01 PM Revision 216eef53 (ceph): Revert "osd: new pool settings: scrub intervals"
This reverts commit 30810da4b573b3c7e679bc66eaa29b70246538cb.
After some discussion we have decided it is better to ...
Sage Weil
05:58 PM Backport #13245 (Resolved): client nonce collision due to unshared pid namespaces
https://github.com/ceph/ceph/pull/6151 Nathan Cutler
05:57 PM Backport #13244 (Resolved): client nonce collision due to unshared pid namespaces
https://github.com/ceph/ceph/pull/6087 Nathan Cutler
05:25 PM rgw Bug #13240: AssertionError: 31457280 != 30932992: s3tests.functional.test_s3.test_multipart_uploa...
Note that it seems that all these type of failures (data length mismatch happen with the ec backend). Yehuda Sadeh
04:19 PM rgw Bug #13240 (Resolved): AssertionError: 31457280 != 30932992: s3tests.functional.test_s3.test_mult...
quite a few failures due to this in rgw suite, one of the logs : http://qa-proxy.ceph.com/teuthology/teuthology-2015... Vasu Kulkarni
05:01 PM Revision 04679c54 (ceph): OSDMap: fill in known encode_features where possible
Otherwise, if we get an incremental from hammer (struct_v = 6) we will
encode the full map as if it were before CEPH_...
Samuel Just
04:45 PM rgw Bug #13242 (Duplicate): rgw_readwrite: md5sum check failed original hash: �6�����:ï...
md5sum checksum failure http://qa-proxy.ceph.com/teuthology/teuthology-2015-09-22_23:02:02-rgw-master---basic-multi/1... Vasu Kulkarni
04:29 PM rgw Bug #13241 (Duplicate): radosgw-admin assertion error: rgwlog['bucket'].find(bucket_name) == 0 o...
description: rgw/singleton/{overrides.yaml all/radosgw-admin.yaml frontend/apache.yaml
rgw_pool_type/ec.yaml}
...
Vasu Kulkarni
04:04 PM rgw Bug #12661: radosgw-agent datasync S3ResponseError: 403 Forbidden dest_connection.get_bucket(buck...
With recent master:
http://qa-proxy.ceph.com/teuthology/teuthology-2015-09-22_23:02:02-rgw-master---basic-multi/106...
Vasu Kulkarni
03:40 PM Revision 9c9514f7 (ceph): Merge pull request #6083 from jcsp/wip-mds-allow-star
ceph-create-keys: set mds "allow *"
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
03:36 PM Bug #13238 (Duplicate): duplicate start of ceph-osd daemon
OS:... runsisi hust
03:09 PM Revision c7e905e7 (ceph): ceph-create-keys: set mds "allow *"
So that 'tell' works out of the box.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
03:04 PM Revision f1f14f18 (ceph): erasure-code: shec must compare for equality with epsilon
When comparing two double for strict inequality, a test for equality
using epsilon must also be done to ensure the re...
Loic Dachary
02:03 PM CephFS Support #13211 (Closed): profiler and getting some memory info with it
I think this got handled in irc. Greg Farnum
01:39 PM CephFS Support #13211: profiler and getting some memory info with it
there is only root, no other users. even i make it from localhost there is same error - 1 mds.0.39 handle_command: re... Sergey Mir
08:24 AM CephFS Support #13211: profiler and getting some memory info with it
Greg Farnum wrote:
> Apparently you're not using a client with enough caps on the MDS to give it instructions. The c...
Sergey Mir
05:29 AM CephFS Support #13211: profiler and getting some memory info with it
i made it even from mds node which i trying to get heap stats...so i guess problem here is not in a client...
what...
Sergey Mir
01:41 PM Revision fe35ba3f (ceph): Merge pull request #5959 from mslovy/wip-current-dev
mon: Fix unnecessary at/near max target warn in ceph -s
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu C...
Kefu Chai
01:39 PM Revision 13921221 (ceph): Merge pull request #5356 from majianpeng/code-cleanup
osd: cleanup code when met crc error.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:31 PM Revision ae7512dc (ceph): Merge pull request #5972 from Jerry7X/master
unsigned type is short for journal max_size,use uint64_t instead
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-b...
Kefu Chai
01:15 PM Bug #13208 (Fix Under Review): small probability sigabrt when setting rados_osd_op_timeout
Kefu Chai
12:59 PM Revision a2d80636 (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
12:56 PM Bug #13209 (Pending Backport): filestore: fix peek_queue for OpSequencer
Sage Weil
12:56 PM Revision 892a2ade (ceph): Merge pull request #6048 from XinzeChi/wip-filestore-qlock
filestore: fix peek_queue for OpSequencer
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
12:54 PM Bug #13089 (Pending Backport): mon: check for store writeablility before participating in election
Sage Weil
12:53 PM Revision 9619c4a3 (ceph): Merge pull request #6040 from liewegas/wip-mon-kv
mon: some fixes for kv backend failures
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Joao Eduardo Luis <jo...
Sage Weil
12:53 PM Bug #13032 (Pending Backport): client nonce collision due to unshared pid namespaces
Sage Weil
12:53 PM Revision 28339fef (ceph): Merge pull request #6022 from jdurgin/wip-13032
msg: randomize client nonces
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
12:52 PM Revision 4742f5d4 (ceph): Merge pull request #6012 from liewegas/wip-mon
mon: misc scaling fixes
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
12:24 PM Revision 15e19a4a (ceph): client: refactor quota check functions
Generalise the path traversal into check_quota_condition
and then call that from each of file_exceeded, bytes_exceede...
John Spray
12:24 PM Revision e52204cc (ceph): client: fix quote enforcement on subdir mounts
While we don't allow setting quotas on the global
filesystem root, the inode which is root from the
client mount's po...
John Spray
11:16 AM Revision 273b4706 (ceph): Merge pull request #6027 from wido/mirror-docs
docs: Update docs to make it clear that there are mirrors worldwide
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:12 AM RADOS Bug #13111: replicatedPG:the assert occurs in the fuction ReplicatedPG::on_local_recover.
In my env, Many OSD crash because of it.
And I use aync msg. It seem like wrong send push_op to replicated....
Jianhui Yuan
06:09 AM RADOS Bug #13111: replicatedPG:the assert occurs in the fuction ReplicatedPG::on_local_recover.
yes,only one osd crashed.i see it just once.But there is someone who joined ceph-devel encountered this problem lu shi
02:44 AM RADOS Bug #13111 (Need More Info): replicatedPG:the assert occurs in the fuction ReplicatedPG::on_local...
Is this the only OSD that crashed? Have you seen it more than once? Sage Weil
05:47 AM Revision e7f277b8 (ceph): rgw/rgw_admin: Checking the legality of the params
There is no messages When some params are invalid. so the Program should be added the function which checks params, i... qiankun zheng
04:42 AM Revision f1d8a8f5 (ceph): Objecter: repeated free op->ontimeout.
repeated free op->ontimeout in SafeTimer::timer_thread::callback->complete
Fixes: #13208
Signed-off-by: Ruifeng Yang...
Ruifeng Yang
03:54 AM devops Bug #13204 (Resolved): gitbuilder broken symlink leading to 403 for 'wget http://gitbuilder.ceph....
So I had an inspiration, and it worked:
1) set git.ceph.com's IP addr in /etc/hosts, so that git://ceph.com reall...
Dan Mick
03:42 AM Bug #13236: multiple kill commands lead to data lost when stoping ceph
It's true that the repeat kill signals are probably not helpful, but killing the process like this (or sending it kil... Sage Weil
03:04 AM Bug #13236 (Won't Fix): multiple kill commands lead to data lost when stoping ceph
when stoping ceph, multiple kill commands may be sended to one osd or monitor every one second at /etc/init.d/ceph. H... shun song
03:37 AM Revision 910770c3 (ceph): releases/infernalis.yaml: final steps after infernalis upgrade
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:37 AM Revision 9e95c743 (ceph): upgrade/hammer-x/parallel: set infernalis settings after upgrade
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:34 AM Revision ecc504fe (ceph): tasks/divergent_priors2: wait for osd to start before tell
Otherwise we can get
2015-09-24T19:22:15.191 INFO:teuthology.orchestra.run.mira080.stderr:Error ENXIO: problem getti...
Sage Weil
03:33 AM Revision 4a0e56f1 (ceph): tools/ceph-kvstore-tool: handle wrong command line argv
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:11 AM Revision ea5cea8e (ceph): rados/singleton-nomsgr/all/11429: more reliably create orphan pgs
Make sure osds have the latest map with a pg ls
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:56 AM Revision e01dedb6 (ceph): Merge pull request #574 from ceph/wip-13098
rados/singleton-nomsgr/all/full-tiering: test full cache tier Sage Weil
02:55 AM Revision cff9bddb (ceph): rados/singleton-nomsgr/all/full-tiering: test full cache tier
Verify fix for #13098
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:49 AM Bug #13128: mixed client firefly osd with hammer client - rados api test failure
The *NS tests are for an API that was added after firefly, so they are not expected to pass.
I assume this is the ...
Sage Weil
02:49 AM Bug #13128: mixed client firefly osd with hammer client - rados api test failure
The *NS tests are for an API that was added after firefly, so they are not expected to pass.
I assume this is the ...
Sage Weil
02:27 AM rgw Documentation #13235 (Resolved): rgw: The command of [log show] show an incorrect usage according...
When you use the command of [log show] with the option date in its default pattern, you will get an error output whic... Kongming Wu
02:21 AM Revision 0635b135 (ceph): Objecter: maybe access wild pointer(op) in _op_submit_with_budget.
look at "after giving up session lock it can be freed at any time by response handler" in _op_submit,
so the _op_subm...
Ruifeng Yang
01:05 AM Revision 482d4e50 (ceph): AsyncConnection: Add new debug log
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang

09/24/2015

11:27 PM Revision a1eb380c (ceph): osd/ReplicatedPG: fix ENOSPC checking
1. We need to return ENOSPC *before* we apply our side-effects to the obc
cache in finish_ctx().
2. Consider object ...
Sage Weil
11:13 PM Revision 1f2274e2 (ceph): osd/PG: set last_epoch_marked_full on map advance
This will get persisted and shared.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:13 PM Revision 8ffefecf (ceph): osd: do full check in do_op
1. The current pool_last_map_marked_full tracking is buggy.
2. We need to recheck this each time we consider the op, ...
Sage Weil
11:13 PM Revision 9c93ee30 (ceph): osd: remove buggy [pool_]last_map_marked_full tracking
This is buggy (we reset the pool epoch each time it remains full instead
of only on the initial transition from non-f...
Sage Weil
11:13 PM Revision da7f3add (ceph): osd/osd_types: remove [pool_]last_epoch_marked_full from OSDSuperblock
This is no longer used or needed.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:13 PM Revision bf7e937a (ceph): osdc/Objecter: set FULL_FORCE flag when honor_full is false
This currenty only applies to the MDS. Eventually we can remove the
OSD MDS checks once we are confident all MDS ins...
Sage Weil
11:13 PM Revision 79475d8e (ceph): osd/osd_types: add last_epoch_marked_full to pg_history_t
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:02 PM Revision 95055e70 (ceph): osd: add FULL_TRY and FULL_FORCE rados op flags
FULL_TRY = try to do the op; ENOSPC if it results in a net increase is
space. client must cope.
FULL_FORCE = do the...
Sage Weil
10:36 PM Revision 7757342f (ceph): qa: https://ceph.com/git -> https://git.ceph.com
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:35 PM Bug #13234: dumpling incrementals do not work properly on hammer and newer

Dumpling OSDMap::Incremental encodings do not include encode_features. Hammer OSD::handle_osd_map when it attempts...
Samuel Just
10:34 PM Bug #13234 (Resolved): dumpling incrementals do not work properly on hammer and newer
Samuel Just
10:35 PM Revision c5921333 (ceph): Merge pull request #6031 from s09816/master
librbd:reads larger than cache size hang.
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Josh Durgin...
Josh Durgin
10:24 PM rgw Bug #12629 (Resolved): the arguments 'domain' should not be assigned when return false
Loïc Dachary
10:23 PM rgw Backport #12854 (Resolved): the arguments 'domain' should not be assigned when return false
Loïc Dachary
10:22 PM rgw Bug #12630 (Resolved): segmentation fault when rgw_gc_max_objs > HASH_PRIME
Loïc Dachary
10:21 PM rgw Backport #12855 (Resolved): segmentation fault when rgw_gc_max_objs > HASH_PRIME
Loïc Dachary
10:17 PM rgw Backport #12592 (Resolved): RGW returns requested bucket name raw in "Bucket" response header
Loïc Dachary
10:10 PM Revision d4d65fbd (ceph): qa: http://ceph.com/qa -> http://download.ceph.com/qa
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:02 PM Revision a3afb3f5 (ceph): rgw: remove trailing :port from host for purposes of subdomain matching
Some clients (ahem, CrossFTP) include the :port in the HTTP_HOST header.
Strip it out.
Switch req_info field to a st...
Sage Weil
09:01 PM Revision fe0fc4f1 (ceph): Merge pull request #5715 from dachary/wip-12592-hammer
RGW returns requested bucket name raw in Bucket response header Yehuda Sadeh
09:00 PM Revision e26f8bc2 (ceph): Merge pull request #5719 from dachary/wip-12855-hammer
segmentation fault when rgw_gc_max_objs > HASH_PRIME Yehuda Sadeh
09:00 PM Revision 19e549e9 (ceph): Merge pull request #5720 from dachary/wip-12854-hammer
the arguments 'domain' should not be assigned when return false Yehuda Sadeh
08:29 PM Backport #13233 (Resolved): mon: include min_last_epoch_clean as part of PGMap::print_summary and...
https://github.com/ceph/ceph/pull/6152 Nathan Cutler
08:21 PM CephFS Bug #12674 (Resolved): Semi-reproducible crash of ceph-fuse
Nathan Cutler
08:18 PM rgw Bug #13022 (Duplicate): Ceph/Radosgw v0.94 Content-Type versus Content-type
This appears to be a duplicate of #12939.
Hammer and firefly backports are in progress.
Nathan Cutler
08:12 PM CephFS Feature #13231: kclient: support SELinux
IMHO, it might be the missing hooks like security_inode_init_security() calls. Huamin Chen
08:03 PM CephFS Feature #13231: kclient: support SELinux
Greg, from the first 2nd test, ceph fs was able to set xattr (thanks to #1878). But ceph failed to set security.secur... Huamin Chen
07:43 PM CephFS Feature #13231: kclient: support SELinux
See #5486, #1878, and others in the tracker — I think CephFS is ready for support now, but SELinux needs to get modif... Greg Farnum
07:19 PM CephFS Feature #13231 (Duplicate): kclient: support SELinux
I cannot set selinux labbels on ceph mount.
Environment:
[root@host16-rack08 ~]# modinfo ceph
filename: /l...
Huamin Chen
08:09 PM rgw Backport #13224 (In Progress): rgw: fails to parse HTTP_HOST=<FQDN>:<PORT> header
Nathan Cutler
10:48 AM rgw Backport #13224 (Resolved): rgw: fails to parse HTTP_HOST=<FQDN>:<PORT> header
https://github.com/ceph/ceph/pull/6042 Loïc Dachary
06:35 PM Feature #13198: mon: include min_last_epoch_clean as part of PGMap::print_summary and PGMap::dump
https://github.com/guangyy/ceph/commit/f5359f2314ce3e76ed446c01889dd23550c3ac36 Guang Yang
10:58 AM Feature #13198: mon: include min_last_epoch_clean as part of PGMap::print_summary and PGMap::dump
What is the commit that needs backporting ? Loïc Dachary
06:35 PM CephFS Support #13211: profiler and getting some memory info with it
Apparently you're not using a client with enough caps on the MDS to give it instructions. The client.admin key that's... Greg Farnum
01:20 PM CephFS Support #13211: profiler and getting some memory info with it
same situation with mds memory check onto virtual machines(same osd and mons check goes fine):
root@node1:~# ceph ...
Sergey Mir
04:24 PM Bug #12665: osd/ReplicatedPG.cc: 2706: FAILED assert(p != snapset.clones.end())
We are encountering the same issue after trying to delete a snapshot.
Here is a log file with debug osd = 20/20 (set...
Paul Emmerich
04:20 PM Revision 3736ca2a (ceph): Merge pull request #577 from ceph/wip-get-prop
tolerate pg_num get failure Zack Cerza
04:19 PM Revision 0e2814d8 (ceph): tasks/ceph_manager: ignore failure getting pg_num
Otherwise, we may fail while racing with a workload that deletes a pool:
2015-09-23T15:01:52.855 INFO:tasks.workunit...
Sage Weil
03:38 PM Revision cdccf110 (ceph): osd/PG: compensate for sloppy hobject scrub bounds from hammer
Hammer is sloppy about the hobject_t's it uses for the scrub bounds in that
the pool isn't set. (Hammer FileStore do...
Sage Weil
03:36 PM Revision acda626d (ceph): osd: avoid duplicate MMonGetOSDMap requests
These are relatively expensive (we grab the full map from the mon) so we
should avoid duplicating our requests.
Trac...
Sage Weil
03:22 PM RADOS Bug #12733: cli: error connecting to cluster does not explain the problem
attempt at it: https://github.com/ceph/ceph/pull/6074 Joao Eduardo Luis
02:54 PM rbd Bug #13164 (Fix Under Review): librbd: reads larger than cache size hang
Jason Dillaman
02:19 PM Revision 18a985af (ceph): Merge pull request #6072 from yuyuyu101/update-org
Update org
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
01:58 PM Revision f4bf14dd (ceph): Update Xinze affinity
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
01:57 PM Revision d50f5429 (ceph): Merge pull request #6066 from dachary/wip-ceph-detect-init
build/ops: ceph-detect-init must ignore .cache
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:56 PM Revision eb28eeff (ceph): Update Chen Min affinity
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
01:55 PM Revision 58b8a8f2 (ceph): Update Tianshan affinity
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
01:53 PM Revision 58ad7b79 (ceph): Update Haomai Wang affinity
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
01:14 PM Revision 3ed6045d (ceph): docs: Update docs to make it clear that there are mirrors worldwide
Wido den Hollander
12:49 PM rbd Bug #13156: import/export do not support snapshots
export-diff / import-diff do preserve snapshots -- I think this is the tool you want to use. Jason Dillaman
12:48 PM rgw Bug #12407: With root as default user, unable to have multiple RGW instances running
https://github.com/ceph/ceph/commit/68b5a8d10e46066d01aaecc42a29f6bbe6215a67 Pavan Rallabhandi
12:06 PM rgw Bug #12407: With root as default user, unable to have multiple RGW instances running
What commit / pull requests fixes this issue ? Loïc Dachary
12:12 PM Revision 557df13b (ceph): tools/cephfs: detect malformed ESubtreeMap::expire_pos
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
12:12 PM Revision efdaa930 (ceph): mds: fix error reformatting subtreemap_test events
Rare outside of vstart clusters, but if someone did
ever have one of these events in their journal and
try to update ...
John Spray
12:10 PM Backport #13195 (New): should recalc the min_last_epoch_clean when decode PGMap
Loïc Dachary
12:09 PM rgw Backport #12918 (In Progress): RGW Swift API: response for GET on Swift account doesn't contain m...
Loïc Dachary
12:09 PM Bug #13213: stuck recovering apparently due to pg_query not sent by async messenger?
1. osd.0 build a successful connection with osd.1:
osd.0 log
2015-09-23 01:22:38.594434 7f12ba4ef700 1 -- 10.214.1...
Haomai Wang
12:08 PM rgw Backport #13228 (Resolved): rgw: segments are read during HEAD on Swift DLO
https://github.com/ceph/ceph/pull/6160 Loïc Dachary
12:07 PM rgw Backport #13227 (Resolved): With root as default user, unable to have multiple RGW instances running
https://github.com/ceph/ceph/pull/6161 Loïc Dachary
12:05 PM rgw Backport #13226 (Resolved): Keystone Fernet tokens break auth
https://github.com/ceph/ceph/pull/6162 Loïc Dachary
12:04 PM rgw Backport #13225 (Resolved): init script doesn't start daemon - errors silently
https://github.com/ceph/ceph/pull/6161 Loïc Dachary
10:47 AM rgw Bug #12353 (Pending Backport): rgw: fails to parse HTTP_HOST=<FQDN>:<PORT> header
Loïc Dachary
10:11 AM Bug #12936 (Fix Under Review): shec fails i386 make check
https://github.com/ceph/ceph/pull/6068 Loïc Dachary
10:05 AM CephFS Feature #12334: nfs-ganesha: handle client cache pressure in NFS Ganesha FSAL
Pinged Matt & Adam about this yesterday, Matt's planning to work on it at some stage. In some cases we may want to s... John Spray
09:48 AM Bug #12954: osd/osd_types.cc: 4074: FAILED assert(clone_size.count(clone))
We are seeing the same bug after adding more OSDs:... Paul Emmerich
09:23 AM Revision 6f11b82f (ceph): Merge pull request #6063 from dachary/wip-tar-v7
build/ops: make dist needs files with names > 99 characters
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:54 AM Revision 627756e0 (ceph): build/ops: ceph-detect-init must ignore .cache
In case the test fails, it may leave files behind:
src/ceph-detect-init/.cache/v/cache/lastfailed
Signed-off-by: Lo...
Loic Dachary
08:38 AM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
Running the test in a loop to reproduce it. If it does not happen in ~50 run, then it's probably a concurrency proble... Loïc Dachary
07:37 AM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7998/console Loïc Dachary
08:35 AM Bug #12802: support of non-block connect in async messenger
Kefu Chai wrote:
> https://github.com/ceph/ceph/pull/5681
change to https://github.com/ceph/ceph/pull/5848
Jianhui Yuan
08:08 AM Revision 2028ba2b (ceph): Merge pull request #5694 from guce/rgw_improve_key_operate
rgw: improve convenience for key operate. Orit Wasserman
08:06 AM Revision 9c8200bb (ceph): librbd:reads larger than cache size hang.
Fixes:#13164
Signed-off-by: Lu Shi <shi.lu@h3c.com>
lu shi
08:03 AM rgw Bug #13223 (Closed): Can’t reach quota limit when use multipart upload objects
use multipart upload some object to bucket which enable bucket quota
I found that the number of objects can’t reach ...
gu ce
07:05 AM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
How did you conclude that Sage?
Do you have any pointers on what can be done?
Pontus Lindgren
06:21 AM Backport #13036: osd: avoid multi set osd_op.outdata in tier pool
https://github.com/ceph/ceph/pull/6060 Kefu Chai
06:07 AM Revision 396702aa (ceph): build/ops: make dist needs files with names > 99 characters
When running make distdir=ceph-9.0.3-1870-gfd861bb dist, a few files
have names longer than 99 characters and discard...
Loic Dachary
06:04 AM Bug #13208: small probability sigabrt when setting rados_osd_op_timeout
master PR https://github.com/ceph/ceph/pull/6064 and https://github.com/ceph/ceph/pull/6078 Ruifeng Yang
02:41 AM Revision 71a42f7c (ceph): bug fix: osd: avoid multi set osd_op.outdata in tier pool
There are two read op on the same object for ec pool. First op read
miss happend, calling do_proxy_read and promote_o...
Xinze Chi
02:22 AM Revision 5f7b3f5c (ceph): filestore: fix peek_queue for OpSequencer
Fixes: #13209
Signed-off-by: Xinze Chi <xinze@xsky.com>
Xinze Chi
02:09 AM Revision 6334d64c (ceph): rgw:mdlog trim add usage prompt
Signed-off-by: Weijun Duan <duanweijun@h3c.com> weijun duan
01:35 AM rbd Bug #13221 (Resolved): rbd-replay: cryptic error when 'rbd' pool does not exist
By default rbd-replay tries to use the 'rbd' pool. It should print a better error message when the pool doesn't exist... Josh Durgin
01:32 AM rbd Bug #13220 (Resolved): rbd-replay-prep: crashes on incorrect trace file
A useful error message should be displayed instead of asserting when something like this is run:... Josh Durgin
01:29 AM Bug #13219 (Can't reproduce): get_device_by_uuid->blkid_find_dev_with_tag() may hang for 3 min
Date: Wed, 23 Sep 2015 22:48:07 +0000
From: Somnath Roy <Somnath.Roy@sandisk.com>
To: "Samuel Just (sam.just@inktan...
Sage Weil
12:59 AM devops Bug #13204: gitbuilder broken symlink leading to 403 for 'wget http://gitbuilder.ceph.redhat.com/...
even more awesomeness: v0.80.8 had a submodule that pointed to ceph.com/git.
Dan Mick

09/23/2015

11:20 PM Revision c0534990 (ceph): osd/: eliminate unnecessary pg_hit_set_history_t::current_info
The only field actually relevant from this structure is .begin, which
duplicates the information in hit_set_start_sta...
Samuel Just
11:18 PM Bug #13217 (Rejected): ceph-osd: common/Formatter.cc:230: virtual void ceph::JSONFormatter::close...
Just kidding, bug in my branch. Samuel Just
11:01 PM Bug #13217 (Rejected): ceph-osd: common/Formatter.cc:230: virtual void ceph::JSONFormatter::close...
2015-09-22T22:44:08.409 INFO:tasks.ceph.osd.2.burnupi19.stderr: in thread 7f3f1ab7a700
2015-09-22T22:44:08.416 INFO:...
Samuel Just
11:17 PM devops Bug #13204: gitbuilder broken symlink leading to 403 for 'wget http://gitbuilder.ceph.redhat.com/...
(and we still want to test from v0.80.8 -> later versions, because v0.80.8 had a specific sort of pg breakage) Dan Mick
11:17 PM devops Bug #13204: gitbuilder broken symlink leading to 403 for 'wget http://gitbuilder.ceph.redhat.com/...
So the upshot here is that the build was broken and never fixed in v0.80.8; rpmbuild now complains because of a chang... Dan Mick
08:55 PM devops Bug #13204: gitbuilder broken symlink leading to 403 for 'wget http://gitbuilder.ceph.redhat.com/...
On @gitbuilder-archive@:... Zack Cerza
08:44 PM devops Bug #13204: gitbuilder broken symlink leading to 403 for 'wget http://gitbuilder.ceph.redhat.com/...
http://gitbuilder.ceph.com/ceph-rpm-centos7-x86_64-basic/ref/v0.80.8/ yields a 403 instead of a 404, which would be c... Zack Cerza
02:59 AM devops Bug #13204 (Resolved): gitbuilder broken symlink leading to 403 for 'wget http://gitbuilder.ceph....
Rados hammer singleton-nomsgr test failure, either the version should be modified in config.yaml( 0.80.8 to firefly )... Vasu Kulkarni
10:59 PM Bug #13216 (Duplicate): import/export bug: ceph_test_rados read incorrect buffer
Caused by import/export causing updates to be lost. Might consider working around by limiting objectstore tool tests... Samuel Just
09:18 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7988/console Loïc Dachary
05:33 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
For archive, to get a better idea of the frequency, I'm recording all occurrences http://jenkins.ceph.dachary.org/job... Loïc Dachary
04:31 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
This is an interesting occurrence : http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7976/console as ... Loïc Dachary
03:29 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
It looks like running the test about a 100 times is going to trigger the problem reliably. Loïc Dachary
03:23 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7968/console Loïc Dachary
06:35 AM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7951/console Loïc Dachary
09:09 PM Bug #13088 (Resolved): a73a4cb breaks "--without-libatomic-ops" (firefly)
Sage Weil
09:09 PM Revision ecabc679 (ceph): Merge pull request #6038 from liewegas/wip-13088
common/HeartBeat: include types
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
09:06 PM Revision 2e09a2c2 (ceph): common/RWLock: include assert
Fixes atomic_t build issue without libatomic-ops.
Fixes: #13088
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:00 PM Revision fd861bb2 (ceph): Merge pull request #6053 from ceph/wip-cmake-dang
Wip cmake dang Sage Weil
08:59 PM Feature #13198 (Pending Backport): mon: include min_last_epoch_clean as part of PGMap::print_summ...
Sage Weil
08:59 PM Revision 2805246a (ceph): Merge pull request #6056 from guangyy/wip-13198
osd: print min_last_epoch_clean along with pg dump
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
07:37 PM Revision ce003354 (ceph): Merge pull request #576 from ceph/wip-13031-packages
buildpackages: make rpm packages
Reviewed-by: Joe Julian <jjulian@io.com>
Loïc Dachary
07:31 PM Bug #13214: ceph upstart script rbdmap.conf incorrectly processes parameters
Correction, the fix is to make sure CMDPARAMS is reset for each new set of parameters being processed:... Wyllys Ingersoll
07:28 PM Bug #13214 (Resolved): ceph upstart script rbdmap.conf incorrectly processes parameters
The upstart script for mapping rbd devices incorrectly creates the "CMDPARAMS" value such that it becomes cumulative ... Wyllys Ingersoll
07:26 PM Bug #13203 (Fix Under Review): Error: Package: 1:ceph-radosgw-0.94.3-228.g2b11a4c.el7.x86_64 Req...
Ken Dreyer
07:26 PM Bug #13203: Error: Package: 1:ceph-radosgw-0.94.3-228.g2b11a4c.el7.x86_64 Requires: libfcgi.so.0...
This might fix it: https://github.com/ceph/ceph-cm-ansible/pull/140
(Longer-term, we should simply enable EPEL dur...
Ken Dreyer
07:20 PM Bug #13203: Error: Package: 1:ceph-radosgw-0.94.3-228.g2b11a4c.el7.x86_64 Requires: libfcgi.so.0...
If this is a test with Ceph upstream (it looks like this was done with a gitbuilder package), then EPEL needs to be e... Ken Dreyer
12:53 AM Bug #13203: Error: Package: 1:ceph-radosgw-0.94.3-228.g2b11a4c.el7.x86_64 Requires: libfcgi.so.0...
Many failures here: http://pulpito.ceph.redhat.com/teuthology-2015-09-18_18:00:01-rbd-hammer-distro-basic-magna/ Vasu Kulkarni
12:52 AM Bug #13203 (Resolved): Error: Package: 1:ceph-radosgw-0.94.3-228.g2b11a4c.el7.x86_64 Requires: l...
There are quite a few failures related to this dependency issue in rbd suite, it might need some additional packages ... Vasu Kulkarni
07:16 PM Bug #13209: filestore: fix peek_queue for OpSequencer
Sage Weil
07:13 PM Bug #13209: filestore: fix peek_queue for OpSequencer
https://github.com/ceph/ceph/pull/6048 Sage Weil
11:49 AM Bug #13209 (Resolved): filestore: fix peek_queue for OpSequencer
when peek_queue, we should get the lock first. Xinze Chi
07:11 PM Revision 7e3a271a (ceph): buildpackages: make rpm packages
Signed-off-by: Loic Dachary <loic@dachary.org> Loic Dachary
07:08 PM Revision 704cd5d3 (ceph): Merge remote-tracking branch 'gh/wip-aarch64'
Sage Weil
07:06 PM Revision 97d64b4e (ceph): Merge pull request #573 from ceph/wip-hammer-x
hammer-x fixes
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil
07:06 PM Revision 8087095f (ceph): upgrade/hammer-x/stress-split-erasure-code-x86_64: specify arch
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:52 PM Bug #13213: stuck recovering apparently due to pg_query not sent by async messenger?
ceph-osd.sorted contains the osd logs sorted together fyi. Samuel Just
06:51 PM Bug #13213 (Resolved): stuck recovering apparently due to pg_query not sent by async messenger?
pg 0.b7 seems to be stuck due to a pg_query not getting sent by async messenger.
Interval starts around 2015-09-23...
Samuel Just
04:30 PM CephFS Feature #12334: nfs-ganesha: handle client cache pressure in NFS Ganesha FSAL
It looks like the ganesha FSAL interface already includes the function `up_async_invalidate` for this sort of thing, ... John Spray
04:02 PM devops Feature #13063 (Resolved): cobbler/ansible: put inktank-rescue image in cobbler-profiles role
Zack Cerza
03:58 PM Revision f5359f23 (ceph): osd: print min_last_epoch_clean along with pg dump
Fixes: 13198
Signed-off-by: Guang Yang <yguang@yahoo-inc.com>
Guang Yang
03:19 PM Revision b20b7a9a (ceph): doc: rm another reference to Ceph Extras
http://tracker.ceph.com/issues/13162 Refs: #13162
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
03:01 PM Bug #13116: osd: pg stuck in replay
Sage Weil
03:00 PM Bug #13200: mon: does not check for IO errors on every transaction
Sage Weil
02:58 PM Revision ef909ccb (ceph): mon/Elector: do a trivial write on every election cycle
Currently we already do a small write when the *first* election in
a round happens (to update the election epoch). I...
Sage Weil
02:58 PM Revision 2fb7b1f0 (ceph): mon/MonitorDBStore: assert/crash if there is a write error
Do this globally intead of relying on teh zillion mon callers to
check the error code. There are no cases where we w...
Sage Weil
02:55 PM Revision 0b270246 (ceph): CMake - fix check for FUSE
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision b1401e51 (ceph): CMake - fix check for UDEV
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision b02e0f9b (ceph): CMake - fix libatomic_ops and gperftools checks
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision dcf647ec (ceph): CMake - fix check for NSS
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision a7ce8f5d (ceph): CMake - Add check for keyutils
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision cb7fe458 (ceph): CMake - fix check for expat
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision a18b649c (ceph): CMake - fix check for leveldb
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision 88f7df7d (ceph): CMake - add check for libuuid
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision a6c8b461 (ceph): CMake - fix check for fcgi
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision 1a4262c3 (ceph): CMake - add check for libcurl
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision 6adf1cbb (ceph): CMake - fix check for blkid
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision 571215ef (ceph): CMake - fix check for AIO
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision 3570dd56 (ceph): CMake - add check for XFS
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision 4d02f874 (ceph): CMake - fix check for Snappy
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM Revision a866a894 (ceph): CMake - add check for libedit
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net> Daniel Gryniewicz
02:55 PM CephFS Support #13211: profiler and getting some memory info with it
p.s.
mon and ceph info works fine:
ceph tell osd.0 heap stats
ceph tell mon.mon00 heap stats
Sergey Mir
02:26 PM CephFS Support #13211 (Closed): profiler and getting some memory info with it
ceph version 0.94.3 (95cefea9fd9ab740263bf8bb4796fd864d9afe2b)
3.13.0-61-generic #100-Ubuntu 2015 x86_64 x86_64 x86...
Sergey Mir
02:46 PM Revision 3afd5178 (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
02:10 PM Backport #13210: tests : Fixed broken Makefiles after integration of lttng into rados
Backport https://github.com/sponce/ceph/commit/e4c27d804834b4a8bc495095ccf5103f8ffbcc1e to Hammer to fix the LTTng du... Jason Dillaman
02:09 PM Backport #13210 (Resolved): tests : Fixed broken Makefiles after integration of lttng into rados
https://github.com/ceph/ceph/pull/6322 Jason Dillaman
12:20 PM Revision 3123b2c5 (ceph): arch/arm: s/false/0/
arch/arm.c: In function 'ceph_arch_arm_probe':
arch/arm.c:54:28: error: 'false' undeclared (first use in this functio...
Sage Weil
11:40 AM Revision 66d19c78 (ceph): rgw: fix swift API returning incorrect account metadata
Fixes: #13140
Fix the bug that swift account stat command returns doubled object count and bytes used
Signed-off-by...
Sandy Xu
11:16 AM Bug #13208 (Resolved): small probability sigabrt when setting rados_osd_op_timeout
... Ruifeng Yang
10:41 AM rgw Bug #13207: CVE-2016-7031 rgw: Anonymous user is able to read bucket with authenticated read ACL
attatching test code Rahul Aggarwal
10:39 AM rgw Bug #13207 (Resolved): CVE-2016-7031 rgw: Anonymous user is able to read bucket with authenticate...
When "authenticated-read" ACL is applied on a bucket; anonymous user is also able to read (eg. list) the bucket. But ... Rahul Aggarwal
09:11 AM rbd Bug #13164: librbd: reads larger than cache size hang
https://github.com/ceph/ceph/pull/6031 lu shi
08:15 AM Bug #13206 (Resolved): OSD::do_recovery() local variable "started" shall be explicitly initialize...
void OSD::do_recovery(PG *pg, ThreadPool::TPHandle &handle)

int started;
bool more = pg->start_...
xie xingguo
08:01 AM Revision 7fbd70b6 (ceph): suites/fs: test ceph-fuse with 32-bits ino_t
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
07:17 AM CephFS Bug #12674: Semi-reproducible crash of ceph-fuse
I can confirm that the issue is gone with the latest ceph source from Git. Sorry for taking so long to build and test... Jörg Henne
06:30 AM Backport #13205 (Resolved): ReplicatedBackend: populate recovery_info.size for clone (bug symptom...
https://github.com/ceph/ceph/pull/6153 Nathan Cutler
06:01 AM Bug #13074: tcmalloc segfaults in Pipe::writer() when bufferlist goes out of scope
"This occurred on a system under moderate load - has not happened since and I do not know how to reproduce." Brad Hubbard
03:49 AM rgw Fix #10927 (Pending Backport): init script doesn't start daemon - errors silently
This affects hammer and we should get the patch (https://github.com/ceph/ceph/pull/5325) into a future hammer release. Ken Dreyer
03:20 AM CephFS Bug #13166: MDS: standby-replay does not change client_incarnation properly
For firely, standby-replay MDS also uses 0 as client_incarnation, its ID is MDS.x.0. Zheng Yan
01:15 AM CephFS Bug #13166: MDS: standby-replay does not change client_incarnation properly
Zheng, can you dig up a firefly test run and make sure the behavior of standby-replay daemons there is the same as it... Greg Farnum
02:56 AM Bug #13114: LibRadosWatchNotify.WatchNotify2Timeout
/a/kchai-2015-09-22_03:49:41-rados-wip-kefu-testing---basic-multi/1064089/ seems like a different one though. Kefu Chai
02:40 AM Bug #13089 (Fix Under Review): mon: check for store writeablility before participating in election
https://github.com/ceph/ceph/pull/6040 Kefu Chai
02:12 AM rgw Bug #13022: Ceph/Radosgw v0.94 Content-Type versus Content-type
This gets fixed in the master already but not backported yet: 1b9fbffdc24160251b96cec820d62fb2a12b6eab Yuan Zhou
01:52 AM Revision cb2fc29c (ceph): rgw: refuse to calculate digest when the s3 secret key is empty
Fixes: #13133
Refuse to calculate the s3 header digest when the secret key is empty so that it cannot pass authentic...
Sandy Xu
01:52 AM Revision 7e5980b4 (ceph): rgw: improve convenience for key operate.
1.key-type assignments based on context if it wasn't specified
In user operate context, key-type assignment to KEY...
gu ce
12:40 AM Revision 36e4a80c (ceph): ReplicatedPG::hit_set_setup: fix hit_set_remove_all call
We only want to do it if the pool config changed AND we are
primary && active.
fd38902dd4693b9b72f7532833e78f5df2c9e...
Samuel Just
12:39 AM Revision 8e5a801b (ceph): osd/: assert in HitSet constructor if type is TYPE_NONE as well
Otherwise impl is unpopulated and we risk segfaults in several
methods. It also seems like it would always indicate ...
Samuel Just

09/22/2015

11:32 PM rbd Bug #13156: import/export do not support snapshots
I try to add a feature about this:
http://tracker.ceph.com/issues/13186
bo cai
11:30 PM rbd Bug #13156: import/export do not support snapshots
Sage Weil wrote:
> import/export do not preserve snapshots.
but could I add a feature about "--with-snap", so it ...
bo cai
02:48 PM rbd Bug #13156 (Won't Fix): import/export do not support snapshots
import/export do not preserve snapshots. Sage Weil
11:30 PM Bug #13074: tcmalloc segfaults in Pipe::writer() when bufferlist goes out of scope
I've asked the original reporter of this issue to add any information he can. Brad Hubbard
07:37 PM Bug #13074: tcmalloc segfaults in Pipe::writer() when bufferlist goes out of scope
This looks like heap corruption or use-after-free or similar. How how do you reproduce it? Sage Weil
02:57 PM Bug #13074 (Need More Info): tcmalloc segfaults in Pipe::writer() when bufferlist goes out of scope
We'll need more information about the conditions this occurred in. Samuel Just
10:42 PM rgw Backport #13019 (In Progress): rgw: intra region copy does not preserve acl
Loïc Dachary
08:05 PM rgw Backport #13019: rgw: intra region copy does not preserve acl
pull requet: https://github.com/ceph/ceph/pull/6039 Yehuda Sadeh
09:53 PM Revision ef973051 (ceph): cls_rgw: fix bucket listing when dealing with invisible entries
Fixes: #12913
The bucket listing logic was broken when dealing with invisible entries.
Need to read keys until we ca...
Yehuda Sadeh
09:19 PM rgw Bug #12353: rgw: fails to parse HTTP_HOST=<FQDN>:<PORT> header
Hammer backport PR at https://github.com/ceph/ceph/pull/6042 Robin Johnson
08:41 PM Bug #13098 (Fix Under Review): OSD crashed when reached pool's max_bytes quota
-https://github.com/ceph/ceph/pull/6041- Sage Weil
07:52 PM Bug #13098: OSD crashed when reached pool's max_bytes quota
Easily reproduced on hammer. Sage Weil
08:24 PM Bug #13200 (Duplicate): mon: does not check for IO errors on every transaction
https://github.com/ceph/ceph/pull/6040 Sage Weil
08:10 PM rgw Bug #11563: RadosGW regression: COPY doesn't preserve Content-Type
Sorry for the time it takes. It fixed a regression but also introduced one, so we need to make sure everything works ... Yehuda Sadeh
08:05 PM rgw Backport #12852: test_s3.test_object_copy_canned_acl ... FAIL
A new pull request: https://github.com/ceph/ceph/pull/6039 Yehuda Sadeh
08:04 PM rgw Backport #12199: RadosGW regression: COPY doesn't preserve Content-Type
I created a new pull request: https://github.com/ceph/ceph/pull/6039 Yehuda Sadeh
08:03 PM Revision b9f2ed30 (ceph): rgw: don't preserve acls when copying object
Fixes: #12370
When copying an object we need to use the acls we calculated earlier,
and not the source acls.
This wa...
Yehuda Sadeh
08:03 PM Revision 77cb503b (ceph): rgw: preserve all attrs if intra-zone copy
Fixes: #13015
Intra zone copy requires that all objects' attributes are preserved.
Signed-off-by: Yehuda Sadeh <yehu...
Yehuda Sadeh
07:45 PM Bug #13075: ms async: msg throttle busy loops?
Sage Weil wrote:
> The run didn't finish so teuthology didn't gather logs.. i should have done that manually :(. Ig...
Greg Farnum
07:39 PM Bug #13075 (Can't reproduce): ms async: msg throttle busy loops?
Haomai Wang wrote:
> Why I don't find "remote" dir at /a/sage-2015-09-12_17:44:29-rados-wip-sage-testing---basic-mul...
Sage Weil
07:35 PM Bug #13130 (Resolved): qa:failed pool create in mkpool_layout_vxattrs.sh
the run didn't include commit:524b0bdcc45c2f4b95f2239c988e93250f337f3d
Sage Weil
07:31 PM Bug #13088 (Fix Under Review): a73a4cb breaks "--without-libatomic-ops" (firefly)
https://github.com/ceph/ceph/pull/6038 Sage Weil
07:12 PM rgw Bug #12407 (Pending Backport): With root as default user, unable to have multiple RGW instances r...
Sage Weil
06:15 PM rgw Bug #12407 (Fix Under Review): With root as default user, unable to have multiple RGW instances r...
Sage Weil
07:12 PM Revision 68b5a8d1 (ceph): Merge pull request #6037 from liewegas/wip-12407
init-radosgw: fix restart w/ multiple instances
Reviewed-by: Pavan Rallabhandi <pavan.rallabhandi@sandisk.com>
Sage Weil
06:44 PM Revision d422f282 (ceph): OSDService::agent_entry: don't use PG::operator<< without pg lock
Fixes: #13199
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
06:43 PM Bug #13199 (Resolved): segfault in agent_work
... Samuel Just
06:42 PM Bug #13194 (Resolved): can't find python-flask during upgrade
Sage Weil
06:42 PM Bug #13194: can't find python-flask during upgrade
switched to centos (distros/supported) isntead of hard-coded rhel Sage Weil
05:20 PM Bug #13194: can't find python-flask during upgrade
the package is at
http://apt-mirror.front.sepia.ceph.com/rhel7repo/extras/rhel-7-server-extras-rpms/ so hopefully t...
Ken Dreyer
06:29 PM Revision f1ead76f (ceph): Merge pull request #5928 from ceph/wip-12819-infernalis
Wip 12819 infernalis Orit Wasserman
06:27 PM Revision 8e6bf15f (ceph): Merge pull request #6006 from dachary/wip-12936-shec
erasure-code: workaround i386 optimization bug with SHEC
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
06:21 PM rgw Bug #9001 (Won't Fix): Starting gateway with radosgw init script fails to create socket
Sage Weil
06:20 PM rgw Bug #5378 (Resolved): make radosgw-admin user rm idempotent
https://github.com/ceph/ceph/pull/5918 Sage Weil
06:15 PM rgw Bug #12920 (Duplicate): HEAD requests on large MPU Swift objects consistently timeout
Duplicate of #12780 Yehuda Sadeh
06:13 PM Revision e17c8e1a (ceph): init-radosgw: specify pid file to start-stop-daemon
This fixes restart when multiple instances are running.
Fixes: #12407
Tested-by: Pavan Rallabhandi <pavan.rallabhand...
Sage Weil
06:04 PM Revision fb5f058a (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
06:03 PM Bug #13116 (Fix Under Review): osd: pg stuck in replay
https://github.com/ceph/ceph/pull/6036 Sage Weil
06:00 PM Revision d18cf51d (ceph): osd: fix requeue of replay requests during activating
If the replay period expires while we are still in the activating
state, we can simply insert our list of requests at...
Sage Weil
05:58 PM Feature #13198 (Resolved): mon: include min_last_epoch_clean as part of PGMap::print_summary and ...
Copy from the IRC to track the enhancement:... Guang Yang
05:40 PM Revision a653f6c0 (ceph): Merge pull request #571 from dachary/wip-isa-arch
erasure-code: isolate isa plugin arch constraint Sage Weil
05:25 PM rgw Bug #13197 (Rejected): rgw: creating user by admin api returns 403 access deny
Having added caps of "users=*" to an admin user, I can neither create nor delete a user by admin op api.
user info...
knight zhou
05:24 PM Revision 1e5b352d (ceph): upgrade/hammer-x: use supported distros, not hard-coded rhel7+trusty
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:06 PM Bug #13196 (Resolved): .gitmodules have ceph.com/git (firefly)
Sage Weil
10:30 AM Bug #13196 (Resolved): .gitmodules have ceph.com/git (firefly)
They must be replaced with git.ceph.com
http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-rpm-centos7-amd64-notcmal...
Loïc Dachary
05:04 PM Revision 741dd5b9 (ceph): .gitmodules: fix ceph-object-corpus source url
Fixes: #13196
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:32 PM Revision 424bcea9 (ceph): Merge pull request #5922 from trociny/wip-pool-set-noscrub
osd: per pool control for scrub and deep-scrub
Reviewed-by: David Zafman <dzafman@redhat.com>
David Zafman
04:29 PM Revision a1997879 (ceph): Merge pull request #6000 from SUSE/wip-12097-firefly
kernel_untar_build fails on EL7 Sage Weil
04:28 PM Bug #13089: mon: check for store writeablility before participating in election
Can we have a bit more context please? What's the rationale behind this? The monitor should not start if leveldb is n... Joao Eduardo Luis
02:58 PM Bug #13089: mon: check for store writeablility before participating in election
Greg Farnum wrote:
> Mmm, I'm not sure we want to do the naive thing (write a file and fsync) on every election as t...
Sage Weil
03:54 PM Revision 44a2609d (ceph): Merge pull request #5846 from xiexingguo/xxg-wip-13002
msg/simple: start over after fails to bind a port in specified range
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:33 PM Revision 88cffd87 (ceph): rgw: don't treat Content-Type as automatically dumpable metadata.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
03:26 PM Revision 58453d3f (ceph): upgrade/hammer-x/point-to-point: fix x client
- install hammer for hammer->x upgrade
- use hammer branch for workunit
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:26 PM Revision bc9a66c7 (ceph): upgrade/hammer-x/parallel: clients are hammer to for final workload
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:26 PM Revision 91b11725 (ceph): upgrade/hammer-x: use rgw civetweb
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:17 PM Bug #13057: python-setuptools is missing from debian/control
yes, otherwise the compilation wouldn't have succeeded that far. Jens Harbott
02:55 PM Bug #13057 (Need More Info): python-setuptools is missing from debian/control
did you ./install-deps.sh before building ? Loïc Dachary
02:57 PM Bug #12941 (New): mon/OSDMonitor.cc: 204: FAILED assert(err == 0) 0.94
Loïc Dachary
02:54 PM Bug #13061: systemd: daemons restart when package is upgraded
this may explain part of the problem with #13000, I'll try to repeat that Loïc Dachary
02:53 PM Bug #13061 (In Progress): systemd: daemons restart when package is upgraded
Loïc Dachary
02:54 PM Bug #13090 (Resolved): ceph health detail format error in the mds0: line
Sage Weil
02:52 PM Bug #13135 (Rejected): high mon memory usage after upgrade firefly -> hammer
600mb is not unreasonable; the default leveldb cache size is 512mb. you can adjust that down if you like! Sage Weil
02:52 PM Feature #13084: ceph-disk: will not work with an software array (md) as journal destination
support for devicemapper has improved for multipath and dmcrypt devices, but there is not yet support for all possibl... Loïc Dachary
02:50 PM Bug #13119 (Can't reproduce): msg/async: does not wake up from standby?
Sage Weil
02:49 PM Bug #13113 (Duplicate): common/Mutex.cc: 105: FAILED assert(r == 0)
#13176 Loïc Dachary
02:46 PM Bug #13175 (Resolved): Documentation promises backports to EOL release (Dumpling)
Sage Weil
02:46 PM Bug #12179 (Duplicate): osd: PG.cc: FAILED assert(info.last_epoch_started >= info.history.last_ep...
Samuel Just
02:45 PM Bug #12517 (Duplicate): assert failure in Objecter::_finish_op(Objecter::Op*)
This was fixed, #10372. Fixed in later firefly and in hammer, but we didn't backport the fix to giant. Sage Weil
02:45 PM Bug #12013 (Can't reproduce): assert(info->on_notify_finish) in Objecter::handle_watch_notify(MWa...
Samuel Just
02:42 PM Bug #8752: firefly: scrub/repair stat mismatch
Exactly what stat mismatch are you seeing? Samuel Just
02:41 PM Bug #12862 (Won't Fix): ceph daemon does not generate core file on CentOS 7
woudl rather focus on getting the systemd stuff correct for infernalis. unless you have a patch that fixes this? Sage Weil
02:40 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
and again http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7923/console
it's weird that it was quiet...
Loïc Dachary
02:22 PM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
I have never seen this. David Zafman
09:39 AM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
One more http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7911/console Loïc Dachary
06:05 AM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
One more occurrence: https://github.com/ceph/ceph/pull/6011#issuecomment-142161738 and http://jenkins.ceph.dachary.or... Loïc Dachary
02:39 PM Bug #13004 (Resolved): OSD deadlocked.
https://github.com/ceph/ceph/pull/5870 Sage Weil
02:37 PM Bug #13104 (Rejected): osd: slow requests stuck for a long time
This isn't really a bug so much as a desire for a difference in how we handle recovery, I think. Reopen as a feature... Samuel Just
02:34 PM Bug #12100 (Rejected): OSD crash, uexpected aio error in FileJournal.cc
This is a hardware problem--we are correct in failing in this case. Sage Weil
02:33 PM Revision 42643589 (ceph): erasure-code: workaround i386 optimization bug with SHEC
http://tracker.ceph.com/issues/12936 Fixes: #12936
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary
02:32 PM Bug #12828 (Pending Backport): ReplicatedBackend: populate recovery_info.size for clone (bug symp...
Sage Weil
02:32 PM Bug #12828 (Resolved): ReplicatedBackend: populate recovery_info.size for clone (bug symptom is s...
Sage Weil
02:32 PM Bug #12936 (In Progress): shec fails i386 make check
Loïc Dachary
02:31 PM Bug #13000 (In Progress): ceph-disk failure to activate with dmcrypt
Loïc Dachary
02:23 PM Bug #13000 (Fix Under Review): ceph-disk failure to activate with dmcrypt
Samuel Just
02:30 PM Messengers Bug #13072 (Need More Info): osd_ping messages not getting through
Sage Weil
02:29 PM Bug #13143 (Resolved): incorrect buffer at pos 517268
Samuel Just
02:29 PM Revision 4b71a546 (ceph): Merge pull request #5999 from dachary/wip-13000-ceph-disk
ceph-disk: fixes various race conditions
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
02:28 PM Bug #13180 (Resolved): ceph-disk: --verbose --log-stdout trims --verbose
Loïc Dachary
02:28 PM Bug #13174 (Resolved): ceph-disk: trigger /dev/dm-1 gets /dev/dm/1 instead
Loïc Dachary
02:28 PM Bug #13160 (Resolved): ceph-disk: duplicate osd mount points
Loïc Dachary
02:28 PM Bug #13157 (Resolved): ceph-disk: list fails on isolated journals
Loïc Dachary
02:25 PM Fix #13154 (Resolved): ceph-disk: list /dev/vdb does not filter as expected
Loïc Dachary
02:25 PM Bug #13153 (Resolved): ceph-disk: blkid 2.23.2 fails on journal device on CentOS 7
Loïc Dachary
02:25 PM Bug #12787 (Resolved): ceph-disk does not activate with systemd on some CentOS 7
Loïc Dachary
02:25 PM Bug #13150 (Resolved): Error: oid 223 read returned error code -2
Samuel Just
02:24 PM Bug #13190 (Resolved): osd/ReplicatedPG.cc: 7247: FAILED assert(agent_state)
Samuel Just
02:24 PM Revision 008cdd7c (ceph): Merge pull request #6008 from liewegas/wip-13190
osd/ReplicatedPG: tolerate promotion completion with stopped agent
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
02:22 PM Bug #11512 (Can't reproduce): "FAILED assert(0 == "unexpected error")" in upgrade:giant-x-hammer-...
I don't think this new information is related to the old reports. If you think the daemon is corrupting the store wh... Samuel Just
06:35 AM Bug #11512: "FAILED assert(0 == "unexpected error")" in upgrade:giant-x-hammer-distro-basic-vps run
Sage Weil wrote:
> I would expect a different error if we hit the fd limit, but... does using the init script stop...
Jeff Epstein
01:49 PM CephFS Bug #13129 (Rejected): qa: not starting ceph-mds daemons
Greg Farnum
01:39 PM Revision f4b55f46 (ceph): journaler: detect unexpected holes in journal objects
Fixes: #13167
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
01:32 PM Revision c93008fb (ceph): Merge pull request #6011 from liewegas/wip-systemd
systemd: increase nproc ulimit Sage Weil
12:29 PM Revision 0a3b5ddf (ceph): Merge pull request #6019 from liewegas/wip-mon-dispatch-debug
mon/PaxosService: include msg and con ptr in dispatch debug Sage Weil
12:15 PM rgw Bug #11241 (Fix Under Review): Incorrect ETAG calculated for POST uploads
Pull request: https://github.com/ceph/ceph/pull/6030. Radoslaw Zarzynski
12:14 PM rgw Bug #11241 (In Progress): Incorrect ETAG calculated for POST uploads
Radoslaw Zarzynski
09:48 AM Revision 742906ab (ceph): rgw: fix wrong etag calculation during POST on S3 bucket.
Fixes: #11241
Backport: infernalis, hammer, firefly
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Radoslaw Zarzynski
09:16 AM rgw Bug #12640: radosgw + civetweb latency issue on Hammer
I am faced with the same issue, with AWS Java SDK based S3 client.
Looking at the packet trace, I found that this ...
Giridhar Yasa
08:33 AM CephFS Bug #13167 (Fix Under Review): mds: replay gets stuck (on out-of-order journal replies?)
Zheng Yan
08:33 AM CephFS Bug #13167: mds: replay gets stuck (on out-of-order journal replies?)
https://github.com/ceph/ceph/pull/6025 Zheng Yan
07:13 AM rbd Bug #13124 (Resolved): librbd order limits inconsistent with rbd cli
If you can reproduce the 'rbd rm' failing from the original description, please open another bug. Closing this one fo... Josh Durgin
12:45 AM rbd Bug #13124: librbd order limits inconsistent with rbd cli
https://github.com/ceph/ceph/pull/5956 Xinxin Shu
12:44 AM rbd Bug #13124 (Fix Under Review): librbd order limits inconsistent with rbd cli
Xinxin Shu
07:07 AM Revision 6799f44f (ceph): Merge pull request #5956 from xinxinsh/wip-13124
unify order limit
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
06:46 AM Revision c86438cd (ceph): ceph-disk: ensure udev add on the data partition is last
When calling partprobe, we make sure there is at least one udev add
called for each partition created when preparing ...
Loic Dachary
06:46 AM Revision 22a1f4cf (ceph): ceph-disk: reduce debug verbosity
There is no need for debug traces from which() and it is very
noisy. Just get rid of it.
Signed-off-by: Loic Dachary...
Loic Dachary
06:46 AM Revision b6470382 (ceph): tests: doc: ceph-disk workunit reminders
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
06:46 AM Revision d4d5153c (ceph): tests: ceph-disk: use sh() instead of helper() when possible
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
06:46 AM Revision d24f1f10 (ceph): tests: ceph-disk: multipath now auto activates
http://tracker.ceph.com/issues/12786 Refs: #12786
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary
06:46 AM Revision 46a3c93a (ceph): tests: ceph-disk: race condition is fixed
It turns out it was not CentOS 7 specific. There is no excuse to skip
the tests anymore.
http://tracker.ceph.com/iss...
Loic Dachary
06:46 AM Revision 24b3a800 (ceph): tests: ceph-disk: wait for the OSD to be up
After preparing an OSD, wait for the corresponding OSD to be up
according to ceph osd dump before asserting the devic...
Loic Dachary
06:46 AM Revision fb4dd7d4 (ceph): tests: ceph-disk: inline run_osd
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
06:46 AM Revision 0cf0e88e (ceph): tests: ceph-disk: only install multipath on CentOS
If installed on Ubuntu where multipath does not activate properly, it
interferes with the other tests.
Signed-off-by...
Loic Dachary
06:46 AM Revision 182676d6 (ceph): tests: ceph-disk: workunit must fail when test fail
Signed-off-by: Joe Julian <me@joejulian.name> Loic Dachary
06:46 AM Revision b86d9fd9 (ceph): ceph-disk: ensure ceph owner on udev change
On udev change the owner of the device switch back to the default. If
that happens on a journal while an OSD is being...
Loic Dachary
06:46 AM Revision cc13fa05 (ceph): ceph-disk: fix typos in udev rules
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
06:46 AM Revision f0a47578 (ceph): ceph-disk: systemd must not kill a running ceph-disk
When activating a device, ceph-disk trigger restarts the ceph-disk
systemd service. Two consecutive udev add on the s...
Loic Dachary
06:46 AM Revision d521a750 (ceph): ceph-disk: upstart must not run ceph-disk activate concurrently
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
06:46 AM Revision 17c60457 (ceph): ceph-disk: a journal partition may survive a data partition
When a data partition is removed and the journal partition is not
removed, ceph-disk list will not find a journal_for...
Loic Dachary
06:46 AM Revision 6ca6653d (ceph): ceph-disk: - is translated into / with systemd
When running ceph-disk trigger /dev/dm-1 with systemd, the path name is
translated into /dev/dm/1 because of systemd ...
Loic Dachary
06:46 AM Revision 3d0e7ca6 (ceph): ceph-disk: make ceph-disk list /dev/vdb equivalent to list vdb
The ceph-disk list argument must be the device name without the leading
/dev/. This is error prone and silently does ...
Loic Dachary
06:46 AM Revision 9e796dc8 (ceph): ceph-disk: prefer sgdisk to blkid to retrieve partition UUID
blkid 2.23.2 which is the default for official CentOS 7 cloud images
fails on journal device. It would be better to u...
Loic Dachary
06:46 AM Revision 5aeca731 (ceph): ceph-disk: support --verbose with --log-stdout
Set the LOG level as well as the channel level, otherwise the debug
messages are trimmed before they reach the channe...
Loic Dachary
06:46 AM Revision ad2d46ce (ceph): ceph-disk: do not hide ceph-disk prepare stack trace
raise without an argument so the original stack trace is shown when
ceph-disk prepare fails.
Signed-off-by: Loic Dac...
Loic Dachary
06:46 AM Revision e2c553ee (ceph): ceph-disk: guard partprobe with udevadm settle
Call udevadm settle before and after partprobe.
A side effect of partprobe is to remove partitions and add them agai...
Loic Dachary
06:46 AM Revision 0dd23649 (ceph): ceph-disk: move update_partition from main_prepare to prepare_dev
The update_partition call in main_prepare happens immediately after
prepare_dev but only if the data argument is a bl...
Loic Dachary
06:07 AM Backport #13195 (Resolved): should recalc the min_last_epoch_clean when decode PGMap
https://github.com/ceph/ceph/pull/6154 Loïc Dachary
06:07 AM Bug #13112: should recalc the min_last_epoch_clean when decode PGMap
master still is == infernalis Loïc Dachary
01:09 AM Bug #13112 (Pending Backport): should recalc the min_last_epoch_clean when decode PGMap
Kefu Chai
05:19 AM Revision de9149d7 (ceph): Merge pull request #5976 from yuyuyu101/wip-fix-metadata-conf
Librbd: Fix incorrect metadata filter behavior
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
03:52 AM rbd Bug #13115: librbd python bindings eat exceptions in callbacks
Looks great! Personally I find the cython more readable too.
I'm not worried about older librbd versions. When thi...
Josh Durgin
02:40 AM CephFS Bug #12674: Semi-reproducible crash of ceph-fuse
It's likely been fixed by pull request https://github.com/ceph/ceph/pull/4753 (it's large change, we haven't back-por... Zheng Yan
02:30 AM CephFS Support #13055: Problem with disconnect fuse by mds
It's likely been fixed by pull request https://github.com/ceph/ceph/pull/4753. could you try compiling ceph-fuse from... Zheng Yan

09/21/2015

11:25 PM Bug #13185: osd/ReplicatedPG.cc: 11062: FAILED assert(obc) on hammer -> infernalis upgrade
Samuel Just
01:11 AM Bug #13185 (Resolved): osd/ReplicatedPG.cc: 11062: FAILED assert(obc) on hammer -> infernalis upg...
... Sage Weil
11:14 PM CephFS Feature #12204 (Resolved): ceph-fuse: warn and shut down when there is no MDS present
https://github.com/ceph/ceph/pull/5416
Thanks Yuan Zhou!
Greg Farnum
11:13 PM Revision 19a480b7 (ceph): Merge pull request #5750 from wonzhq/rbd-write-full
librbd: do write_full for whole object write
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Josh Dur...
Josh Durgin
11:13 PM CephFS Bug #12971 (Resolved): TestQuotaFull fails
https://github.com/ceph/ceph/pull/5942 Greg Farnum
11:10 PM CephFS Bug #11835 (Resolved): FuseMount.umount_wait can hang
Greg Farnum
11:09 PM Revision e3c99476 (ceph): Merge pull request #453 from ceph/wip-11835
tasks/cephfs: time out on ceph-fuses that don't die
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
11:05 PM Revision eab70197 (ceph): tasks/ceph: wait for MDS to be active when creating a cluster
This is the correct implementation of 685d76a77ca16ca601a99148ef507cfde1fb3593,
merged while broken in ff1655cb57793f...
John Spray
11:02 PM Revision ac2953a4 (ceph): Merge pull request #5416 from zhouyuan/ceph_fuse_12204
ceph-fuse: warn and shut down when there is no MDS present
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Gr...
Greg Farnum
11:01 PM Bug #13032 (Fix Under Review): client nonce collision due to unshared pid namespaces
https://github.com/ceph/ceph/pull/6022 Josh Durgin
10:57 PM Revision 42c657a6 (ceph): Merge pull request #5826 from ukernel/wip-osx-port
fix compilation on OSX/FreeBSD
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
10:56 PM Revision a3a8c85b (ceph): use simplifed messenger constructor for clients
This is all mechanical except the calculation of the nonce, which is
now always randomized for clients.
Fixes: #1303...
Josh Durgin
10:56 PM Revision e3785b0b (ceph): msg: add simplified messenger constructor
Several callers create messengers using exactly the same parameters:
- reading the ms type from cct that is also pas...
Josh Durgin
10:55 PM Revision fe54bd1b (ceph): Merge branch 'wip-12971' of git://github.com/jcsp/ceph
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Conflicts:
src/osdc/Objecter.cc
Signed-off-by: Greg Farnum <gfarnum@...
Greg Farnum
10:52 PM Revision 2c5dcd34 (ceph): Merge pull request #5644 from majianpeng/mds-support-iohint
Mds journal support iohint
Reviewed-by: John Spray <john.spray@redhat.com>
Greg Farnum
10:51 PM CephFS Bug #12506 (Resolved): "Fuse mount failed to populate" error
Greg Farnum
10:50 PM Revision 76e2e627 (ceph): Merge pull request #5966 from ukernel/wip-12506
Wip 12506
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
10:49 PM Revision cb7786b1 (ceph): Merge pull request #5962 from majianpeng/client-fix
Client fix mini bugs.
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
10:46 PM Revision 66a9bfdb (ceph): osd/: remove unused pg_hit_set_history_t::current_last_stamp
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:50 PM Bug #13000: ceph-disk failure to activate with dmcrypt
ceph-deploy still fails with the same symptoms Loïc Dachary
10:02 AM Bug #13000: ceph-disk failure to activate with dmcrypt
... Loïc Dachary
09:28 PM Bug #13108 (Resolved): pg stat mismatch caused by double evict on same object
Samuel Just
09:20 PM Bug #13158 (Rejected): hammer -> infernalis upgrade tests fail with hit_set_trim assert (timezones!)
no, it's not timezones. see #13185 Sage Weil
09:18 PM CephFS Bug #13167: mds: replay gets stuck (on out-of-order journal replies?)
We should be detecting holes in the journal and shutting down with a nice message or clear assert or something instea... Greg Farnum
12:59 PM CephFS Bug #13167 (Duplicate): mds: replay gets stuck (on out-of-order journal replies?)
Write_pos of journal seems to be pointing to somewhere in object 200.00000002, But size of object 200.00000001 is 313... Zheng Yan
09:17 PM Bug #11512 (Need More Info): "FAILED assert(0 == "unexpected error")" in upgrade:giant-x-hammer-d...
Sage Weil
09:17 PM Bug #11512: "FAILED assert(0 == "unexpected error")" in upgrade:giant-x-hammer-distro-basic-vps run
Jeff Epstein wrote:
> We believe that this crash is a result of ceph-osd running out of file descriptors, which stem...
Sage Weil
09:11 PM Bug #13194 (Resolved): can't find python-flask during upgrade
reliably hitting this with hammer-x test,
description: upgrade:hammer-x/stress-split-erasure-code-x86_64/{0-tz-eas...
Sage Weil
09:04 PM Revision 30332e3c (ceph): mon/PaxosService: include msg and con ptr in dispatch debug
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:32 PM Stable releases Tasks #11644: firefly v0.80.11
#12942 needs to go into 0.80.11 so we will need another integration round Nathan Cutler
08:31 PM CephFS Feature #13193 (Duplicate): qa: test behavior on cache pools
John Spray
06:48 PM CephFS Feature #13193 (Duplicate): qa: test behavior on cache pools
We don't run the FS on any cache pools right now. We should start doing so on an appropriate assortment (TBD). Probab... Greg Farnum
08:07 PM Revision ee818120 (ceph): Merge pull request #5234 from SUSE/wip-12244-firefly
Civetweb RGW appears to report full size of object as downloaded when only partially downloaded Yehuda Sadeh
07:35 PM Revision bb8b422b (ceph): Merge pull request #4535 from xinxinsh/wip-11416-firefly
rgw: use correct objv_tracker for bucket instance Yehuda Sadeh
07:30 PM rbd Feature #12901 (In Progress): librbd: zone + zonegroup configuration
Jason Dillaman
07:14 PM Revision 930d8eb1 (ceph): PG: ignore info from down osd
Fixes: #12990
Backport: firefly, hammer
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
07:08 PM Revision 4b003508 (ceph): OSDMap.h: add has_been_up_since
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:51 PM Revision e664547c (ceph): Merge pull request #6014 from athanatos/wip-13108
Revert "osd: purge the object from the cache when proxying and not pr…
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:51 PM Revision 4e7fb86e (ceph): Merge pull request #6015 from athanatos/wip-13143
osd/: find_object_context: return obc for head for snapdir if non null
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:46 PM Revision 6f2c2aa6 (ceph): Merge pull request #6017 from athanatos/wip-13150
ReplicatedPG::get_snapset_context: set exists to false for new ssc wi…
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:43 PM Revision 0bfefdf5 (ceph): Merge pull request #6013 from athanatos/wip-12828
Wip 12828
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:36 PM Revision c27b73f9 (ceph): mon/OSDMonitor: respect NODOWN on osd failure checks
Backport: hammer, firefly
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:35 PM Revision ea977611 (ceph): systemd: increase nproc ulimit
We were observed to be hitting the limit on centos7
(triggering pthread_create failures) on a ~2000 OSD cluster.
Inc...
Sage Weil
06:35 PM Revision 9f89ae7c (ceph): mon/PGMonitor: avoid useless register_new_pgs work
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:34 PM Revision 2a01bbc4 (ceph): mon: make all paxos-related timeouts relative to mon_lease
It is a pain to adjust these settings for slow/loady clusters.
Instead, make everything a ratio of mon_lease (still d...
Sage Weil
06:16 PM Bug #13192 (Resolved): stuck recovering, unfound hit set due to removing it while !active
ubuntu@teuthology:/a/samuelj-2015-09-18_22:24:48-rados-wip-sam-testing-distro-basic-multi/1062995/remote
Related: ...
Samuel Just
06:01 PM Revision 6d82eb16 (ceph): mon: handle case where mon_globalid_prealloc > max_global_id
This triggers with the new larger mon_globalid_prealloc value. It didn't
trigger on the existing cluster I tested on...
Sage Weil
06:01 PM Revision f545a0f4 (ceph): mon: change mon_globalid_prealloc to 10000 (from 100)
100 ids (session 100 authentications) can be consumed quite quickly if
the monitor is being queried by the CLI via sc...
Sage Weil
05:49 PM Revision 5e2c6655 (ceph): scripts: release_notes can track original issue
ceph_release_notes helper now has `--original-issue` (default) and
`--no-original-issue` flags added. This is useful
...
Abhishek Lekshmanan
03:41 PM Bug #13190 (Fix Under Review): osd/ReplicatedPG.cc: 7247: FAILED assert(agent_state)
https://github.com/ceph/ceph/pull/6008
Sage Weil
12:22 PM Bug #13190 (Resolved): osd/ReplicatedPG.cc: 7247: FAILED assert(agent_state)
... Sage Weil
03:41 PM Revision fd9ce66e (ceph): osd/ReplicatedPG: tolerate promotion completion with stopped agent
We may start a promotion, then get a pool update that disables the
agent, and then complete it. We should not segfau...
Sage Weil
03:35 PM Revision 7bb316fb (ceph): Merge pull request #5918 from oritwas/wip-5378
rgw: make radosgw-admin user rm idempotent
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:33 PM Bug #13155 (Duplicate): ceph-disk: permission denied if udev races with mkfs
Loïc Dachary
03:23 PM rgw Bug #12780 (Pending Backport): rgw: segments are read during HEAD on Swift DLO
Yehuda Sadeh
03:22 PM Revision 63be2797 (ceph): Merge pull request #5996 from rzarzynski/wip-12780
rgw: don't read actual data on user manifest HEAD Yehuda Sadeh
03:20 PM Revision 17b68616 (ceph): Merge pull request #5974 from Sandy4999/wip-rgw-errmsg
rgw: add a new error message for user conflict when using Admin Ops API
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
02:23 PM Bug #12748: bug with cache/tiering and snapshot reads [merged, needs a test in ceph-qa-suite]
Won't make progress on this in the next few days, unassigning myself for now. Loïc Dachary
01:48 PM Bug #12936 (Fix Under Review): shec fails i386 make check
https://github.com/ceph/ceph/pull/6006 Loïc Dachary
01:43 PM Bug #12936: shec fails i386 make check
With non optimized code on i386 (or on amd64):... Loïc Dachary
01:41 PM Bug #12936: shec fails i386 make check
* valgrind is happy
* the bug disapear when adding print statements in some places
* the bug disapear when the code...
Loïc Dachary
12:06 PM Bug #12936: shec fails i386 make check
Fail for 6/3/2 and 9/4/2 only Loïc Dachary
09:28 AM Bug #12936 (In Progress): shec fails i386 make check
Loïc Dachary
01:44 PM CephFS Bug #12674: Semi-reproducible crash of ceph-fuse
Please also note that this crash can be triggered with a simple operation of the style
> find . -name \*.txt | xa...
Jörg Henne
01:20 PM CephFS Bug #12674: Semi-reproducible crash of ceph-fuse
RP https://github.com/ceph/ceph/pull/4753 may fix this issue. could you try compiling ceph-fuse from the newest ceph ... Zheng Yan
11:10 AM CephFS Bug #12674: Semi-reproducible crash of ceph-fuse
> Status changed from New to Need More Info
What kind of info are you looking for? As I've just hit another situat...
Jörg Henne
01:32 PM CephFS Bug #13166: MDS: standby-replay does not change client_incarnation properly
Zheng Yan
07:44 AM CephFS Bug #13166 (Fix Under Review): MDS: standby-replay does not change client_incarnation properly
https://github.com/ceph/ceph/pull/6003 Zheng Yan
01:25 PM CephFS Support #13055: Problem with disconnect fuse by mds
attached last logs.
last error msg is different from previous, so maybe i should attach other when they happen?
Sergey Mir
01:16 PM CephFS Support #13055: Problem with disconnect fuse by mds
I can't open the issue neither. But this seems to be duplicate of #12674 Zheng Yan
01:08 PM CephFS Support #13055: Problem with disconnect fuse by mds
We use clients with kernel version 3.13.0 (current client host which got that error have 3.13.0-58-generic, others ha... Sergey Mir
03:05 AM CephFS Support #13055: Problem with disconnect fuse by mds
We never saw this backtrace before. Which version of kernel are you using? Please apply the attached debug patch to t... Zheng Yan
01:15 PM rbd Bug #13164: librbd: reads larger than cache size hang
"ObjectCacher::_readx" has logic to ensure that it won't flood the cache with concurrent reads, but it doesn't handle... Jason Dillaman
10:45 AM rbd Bug #13164: librbd: reads larger than cache size hang
is this bug complex?i want to fix this bug,This process will deepen my understanding of CEPH. lu shi
12:17 PM Revision 1a0f68e0 (ceph): upgrade/hammer-x/point-to-point: upgrade client for final test
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
12:16 PM Revision eebd63a7 (ceph): upgrade/hammer-x/point-to-point: use proper hammer test.sh
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:17 AM Revision e8cce089 (ceph): bug fix: osd: requeue_scrub when kick_object_context_blocked
when read miss in writeback cache pool, osd do_proxy_read first
and maybe promote it. but in this case, the op is not...
Xinze Chi
10:59 AM Linux kernel client Bug #13189 (Closed): Reboot systerm can not set up.
My system kernal is 3.10
The operation is below:
[root@client101 ~]# rbd map c1
/dev/rbd1
[root@client101 ~]#...
ceph zte
10:01 AM RADOS Feature #13188: use crushtool to simulate real pg distribution for a specific pool
https://github.com/ceph/ceph/pull/6004 Zhi Zhang
10:00 AM RADOS Feature #13188 (New): use crushtool to simulate real pg distribution for a specific pool
We had re-weighted our cluster to make pg evenly-distribution at the time we built up this cluster, but pg becomes un... Zhi Zhang
09:25 AM Revision 07aa4480 (ceph): Merge pull request #6003 from ukernel/wip-13166
Wip 13166
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
07:49 AM Bug #13182 (Resolved): tests.sh fail crushmap validation
Loïc Dachary
07:45 AM rbd Feature #13186 (Resolved): I hope retain snapshot of the rbd block, after rbd block export and im...
(1)I have a rbd block foo_c01,that contain a snapshot foo_c01_s01.then,I export foo_c01 to foo_c01_local.
rbd -p...
zouming zou
07:42 AM Revision e65fb1ba (ceph): mds: adjust MDSRank::incarnation according to mdsmap
When a standby-replay MDS replace failed MDS, we need update its
incarnation.
Fixes: #13166
Signed-off-by: Yan, Zhen...
Yan, Zheng
07:37 AM Bug #13136 (Resolved): install-deps.sh fails on Ubuntu 14.04
Kefu Chai
07:34 AM Revision 8ee93d5f (ceph): PG::handle_advance_map: on_pool_change after handling the map change
Otherwise, the is_active() checks in the hitset code can erroneously
return true firing off repops stamped with the n...
Samuel Just
07:08 AM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
That is everything that kern.log logged that day. Pontus Lindgren
06:53 AM Revision 1ec9b658 (ceph): Merge remote-tracking branch 'upstream/master'
Zhi Zhang
06:12 AM Revision d6b30dea (ceph): osd/ReplicatedPG: If object exist and not whiteout, don't do touch for
create.
Also, if object is whiteout, it need transaction op to update xattr
which chanage whiteout to no-whiteout. F...
Jianpeng Ma
06:08 AM Revision 10235e3f (ceph): osd: refactor setting write_fadvise_dontneed pool flag
Handle together with other flags.
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
06:08 AM Revision b97ae766 (ceph): osd: make 'ceph osd pool get' work for all settable pool flags
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
06:08 AM Revision 48db7b16 (ceph): osd: new pool flags: noscrub, nodeep-scrub
This allows to disable periodic scrub on per pool basis.
Fixes: #13076
Signed-off-by: Mykola Golub <mgolub@mirantis....
Mykola Golub
06:08 AM Revision 30810da4 (ceph): osd: new pool settings: scrub intervals
ceph osd pool set $POOL scrub_min_interval N
ceph osd pool set $POOL scrub_max_interval N
ceph osd pool set $POOL d...
Mykola Golub
02:05 AM Revision b41f5746 (ceph): Fix unneccessary at/near max target warn in ceph -s when using ecpool
When calculated objects needing eviction, we use object - hitset_achieve. So setting max objects = 30000, ceph -s wil... Ning Yao
01:21 AM Revision daf4f520 (ceph): upgrade/hammer-x/parallel: upgrade client before final workload test
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:14 AM Revision 09318894 (ceph): upgrade/hammer-x: fix full_sequential indentation
Broken by caa92358572c2a226976adc6488542b409d1b484
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
12:57 AM Revision c4b2d12a (ceph): Merge pull request #6001 from dachary/wip-13182-crushtool
tests: update to match crushmap validation message Sage Weil

09/20/2015

10:13 PM Revision 21a1e75d (ceph): tests: update to match crushmap validation message
http://tracker.ceph.com/issues/13182 Fixes: #13182
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary
09:58 PM Documentation #13183 (Closed): docs.ceph.com leads to nginx welcome page
When I point browser to docs.ceph.com, I get a page that says "Welcome to nginx! If you see this page, the nginx web ... Nathan Cutler
09:46 PM Bug #13182 (Fix Under Review): tests.sh fail crushmap validation
Loïc Dachary
09:41 PM Bug #13182 (In Progress): tests.sh fail crushmap validation
Loïc Dachary
08:55 PM Bug #13182: tests.sh fail crushmap validation
Introduced by https://github.com/ceph/ceph/pull/5979 Loïc Dachary
08:53 PM Bug #13182: tests.sh fail crushmap validation
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7877/console Loïc Dachary
08:51 PM Bug #13182 (Resolved): tests.sh fail crushmap validation
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7876/console... Loïc Dachary
08:48 PM Bug #13181 (Rejected): crushmap validation timesout on test.sh
Loïc Dachary
08:35 PM Bug #13181 (Rejected): crushmap validation timesout on test.sh
When a crushmap is imported, the validation may timeout if there are too many crush ruleset, because the validation i... Loïc Dachary
06:02 PM Revision 937e4f88 (ceph): rhel 5.9 librados fix, removed blkid from compilation, Fixes #13177
Rohan Mars
05:57 PM CephFS Backport #12097 (In Progress): kernel_untar_build fails on EL7
Nathan Cutler
05:56 PM Revision 01dc221f (ceph): qa: update to newer Linux tarball
This should make newer gcc releases happier in their default configuration.
kernel.org is now distributing tarballs a...
Greg Farnum
05:54 PM Revision 5e8299f0 (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
05:50 PM Revision 782855e7 (ceph): Merge pull request #5979 from ceph/wip-crushtest
mon: fix crush testing for new pools
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil
05:49 PM Revision b4140830 (ceph): Merge pull request #5950 from tchaikov/wip-13112-infernalis
mon/PGMap: calc min_last_epoch_clean when decode
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
04:15 PM Bug #13180 (Fix Under Review): ceph-disk: --verbose --log-stdout trims --verbose
https://github.com/ceph/ceph/pull/5999 Loïc Dachary
12:23 PM Bug #13180 (Resolved): ceph-disk: --verbose --log-stdout trims --verbose
The --log-stdout option does not set the log level on the logging channel created. As a result the debug messages are... Loïc Dachary
04:15 PM Bug #13174 (Fix Under Review): ceph-disk: trigger /dev/dm-1 gets /dev/dm/1 instead
https://github.com/ceph/ceph/pull/5999 Loïc Dachary
04:15 PM Bug #13160 (Fix Under Review): ceph-disk: duplicate osd mount points
https://github.com/ceph/ceph/pull/5999 Loïc Dachary
04:15 PM Bug #13157 (Fix Under Review): ceph-disk: list fails on isolated journals
https://github.com/ceph/ceph/pull/5999 Loïc Dachary
04:15 PM Fix #13154 (Fix Under Review): ceph-disk: list /dev/vdb does not filter as expected
https://github.com/ceph/ceph/pull/5999 Loïc Dachary
04:14 PM Bug #13153 (Fix Under Review): ceph-disk: blkid 2.23.2 fails on journal device on CentOS 7
https://github.com/ceph/ceph/pull/5999 Loïc Dachary
04:14 PM Bug #13000 (Fix Under Review): ceph-disk failure to activate with dmcrypt
https://github.com/ceph/ceph/pull/5999 Loïc Dachary
04:14 PM Bug #12787 (Fix Under Review): ceph-disk does not activate with systemd on some CentOS 7
https://github.com/ceph/ceph/pull/5999 Loïc Dachary
03:12 PM Revision 642cbd88 (ceph): Merge pull request #5998 from dachary/wip-13136-python3-coverage
install-deps: enable python3 Loïc Dachary
12:16 PM Bug #11512: "FAILED assert(0 == "unexpected error")" in upgrade:giant-x-hammer-distro-basic-vps run
We believe that this crash is a result of ceph-osd running out of file descriptors, which stems from running it direc... Jeff Epstein
07:59 AM Bug #11512 (Fix Under Review): "FAILED assert(0 == "unexpected error")" in upgrade:giant-x-hammer...
Nathan Cutler
12:09 PM Cleanup #13179 (New): ceph-disk: use systemd-escape instead of hardcoded translation
When http://www.freedesktop.org/software/systemd/man/systemd-escape.html is available on all supported distributions,... Loïc Dachary
11:20 AM Bug #13136 (Fix Under Review): install-deps.sh fails on Ubuntu 14.04
https://github.com/ceph/ceph/pull/5998 Loïc Dachary
11:18 AM Revision 4da6793d (ceph): install-deps: enable python3
The upstream regression has been fixed, we can re-enable python3
support.
http://tracker.ceph.com/issues/13136 Fixes...
Loic Dachary
10:24 AM Stable releases Tasks #13097 (Closed): replicatedPG:the assert occurs in the fuction ReplicatedPG::on_local_recover.
Nathan Cutler
07:48 AM rgw Bug #10701: rgw: content length parsing calls strtol() instead of strtoll()
Firefly backport staged at: http://tracker.ceph.com/issues/13178
Nathan Cutler
07:09 AM rgw Bug #10701: rgw: content length parsing calls strtol() instead of strtoll()
Thanks, Robin. Good catch! Nathan Cutler
07:46 AM rgw Backport #13178 (In Progress): rgw: content length parsing calls strtol() instead of strtoll()
Nathan Cutler
07:10 AM rgw Backport #13178 (Resolved): rgw: content length parsing calls strtol() instead of strtoll()
https://github.com/ceph/ceph/pull/5997 Nathan Cutler
07:45 AM Revision 86f9e55f (ceph): rgw: use strict_strtoll() for content length
instead of strict_strtol().
Backport: giant, firefly
Fixes: #10701
Reported-by: Axel Dunkel <ad@dunkel.de>
Signed-o...
Yehuda Sadeh
04:30 AM Bug #13177: rhel 5.9 doesn't compile (librados only) due to blkid error
Actually, configure.ac is probably fine, but a requires Makefile.am check to exclude blkid for librados only compile ... Rohan Mars
04:24 AM Bug #13177 (Closed): rhel 5.9 doesn't compile (librados only) due to blkid error
Changes introduced in configure.ac check for blkid functions which don't exist on rhel 5.9. off master the configure ... Rohan Mars
12:11 AM Bug #13176: test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::Lock(bool)
David, does that ring a bell ? I'm setting it as Urgent because it create noises in make check (happened twice in the... Loïc Dachary
12:10 AM Bug #13176 (Resolved): test/ceph_objectstore_tool.py: common/Mutex.cc: In function 'void Mutex::L...
http://jenkins.ceph.dachary.org/job/ceph/LABELS=centos-7&&x86_64/7811/console... Loïc Dachary

09/19/2015

10:39 PM rgw Documentation #12568 (New): update Install Ceph Object Gateway documentation to reflect Civetweb
Loïc Dachary
09:12 PM rgw Documentation #12568 (In Progress): update Install Ceph Object Gateway documentation to reflect C...
Oops - edited the wrong issue by mistake. Nathan Cutler
09:34 PM rgw Bug #12978: rgw: init_rados failed leads to repeated delete
Not backportable to firefly (the code being fixed does not exist there). Nathan Cutler
09:33 PM rgw Backport #13051 (Rejected): rgw: init_rados failed leads to repeated delete
The code this is fixing does not exist in firefly. Nathan Cutler
09:21 PM Revision f7eb1d8c (ceph): Merge pull request #5994 from SUSE/wip-13175
doc: do not promise backports to Dumpling
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:20 PM rgw Backport #13048 (In Progress): Content-Type header should have correct initial capitals
Nathan Cutler
09:14 PM Bug #13175 (In Progress): Documentation promises backports to EOL release (Dumpling)
Master PR: https://github.com/ceph/ceph/pull/5994 Nathan Cutler
08:22 PM Bug #13175 (Resolved): Documentation promises backports to EOL release (Dumpling)
As of May 2015 we are no longer backporting anything to Dumpling. However, the documentation does not reflect this:
...
Nathan Cutler
08:30 PM Revision 170f9add (ceph): doc: do not promise backports to Dumpling
Dumpling was retired in May 2015.
http://tracker.ceph.com/issues/13175 Fixes: #13175
Signed-off-by: Nathan Cutler <...
Nathan Cutler
08:17 PM Backport #13169 (In Progress): update docs to point to download.ceph.com
Nathan Cutler
08:15 PM Backport #13169 (New): update docs to point to download.ceph.com
Nathan Cutler
08:13 PM Backport #13169 (In Progress): update docs to point to download.ceph.com
Nathan Cutler
03:51 AM Backport #13169 (Resolved): update docs to point to download.ceph.com
https://github.com/ceph/ceph/pull/5993 Nathan Cutler
08:12 PM Revision f71a6ebf (ceph): doc: correct links to download.ceph.com
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 387d7800359154950431d0984c756f43f21dd9b4)
...
Alfredo Deza
07:51 PM devops Backport #13168 (In Progress): upstart: configuration is too generous on restarts
Nathan Cutler
03:52 AM devops Backport #13168 (New): upstart: configuration is too generous on restarts
Nathan Cutler
03:50 AM devops Backport #13168 (Resolved): upstart: configuration is too generous on restarts
https://github.com/ceph/ceph/pull/5992 Nathan Cutler
07:50 PM Revision 20ad17d2 (ceph): upstart: limit respawn to 3 in 30 mins (instead of 5 in 30s)
It may take tens of seconds to restart each time, so 5 in 30s does not stop
the crash on startup respawn loop in many...
Sage Weil
07:48 PM rgw Bug #10701 (Pending Backport): rgw: content length parsing calls strtol() instead of strtoll()
This was marked for backport to firefly, but it's NOT in the main github.com/ceph/ceph firefly branch as of 2015/09/1... Robin Johnson
06:57 PM Backport #13043 (In Progress): ThreadPool add/remove work queue methods not thread safe
Nathan Cutler
06:56 PM Revision 8c14cad0 (ceph): WorkQueue: add/remove_work_queue methods now thread safe
These methods were not acquiring the ThreadPool lock when
manipulating the work_queue collection. This was causing
o...
Jason Dillaman
02:04 PM Bug #13127 (Fix Under Review): ObjectCacher: coalesce multiple writes to a single object into one IO
https://github.com/ceph/ceph/pull/5990 Zheng Yan
11:03 AM Revision 210156f3 (ceph): Merge pull request #5965 from jcsp/wip-get-or-create-output
mon: fix auth get-or-create output
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
10:09 AM Bug #13174: ceph-disk: trigger /dev/dm-1 gets /dev/dm/1 instead
http://www.freedesktop.org/software/systemd/man/systemd-escape.html is necessary to avoid that kind of problem (/ are... Loïc Dachary
09:44 AM Bug #13174 (Resolved): ceph-disk: trigger /dev/dm-1 gets /dev/dm/1 instead
... Loïc Dachary
08:40 AM Bug #13160: ceph-disk: duplicate osd mount points
With the current approach, the latest we cover all cases, at the expense of running activate for each and every udev ... Loïc Dachary
12:16 AM Bug #13160: ceph-disk: duplicate osd mount points
I think it would be better to move flock outside of the systemd service in the udev action with the -n option. This w... Joe Julian
08:24 AM devops Backport #13172 (New): rbd-replay* should ship in ceph-common
Loïc Dachary
08:22 AM devops Backport #13172 (Resolved): rbd-replay* should ship in ceph-common
https://github.com/ceph/ceph/pull/5790 Loïc Dachary
08:20 AM Backport #13171 (New): objecter: cancellation bugs
Loïc Dachary
08:20 AM Backport #13171 (Resolved): objecter: cancellation bugs
https://github.com/ceph/ceph/pull/6155 Loïc Dachary
07:09 AM Bug #11512: "FAILED assert(0 == "unexpected error")" in upgrade:giant-x-hammer-distro-basic-vps run
This bug also affects me. ceph-osd crashes every few hours with this. Enclosed please find the logs. Jeff Epstein
04:59 AM Backport #13041 (In Progress): common/Thread:pthread_attr_destroy(thread_attr) when done with it
Nathan Cutler
04:47 AM Backport #12488 (In Progress): pg_interval_t::check_new_interval - for ec pool, should not rely o...
Nathan Cutler
04:45 AM Backport #13038 (In Progress): hit set clear repops fired in same epoch as map change -- segfault...
Nathan Cutler
04:42 AM Revision 48c929e6 (ceph): PG::handle_advance_map: on_pool_change after handling the map change
Otherwise, the is_active() checks in the hitset code can erroneously
return true firing off repops stamped with the n...
Samuel Just
04:01 AM Bug #11602 (Resolved): crush: take crashes due to invalid arg
Nathan Cutler
04:00 AM Backport #11741 (Resolved): crush: take crashes due to invalid arg
Nathan Cutler
03:59 AM Bug #11762 (Resolved): Memory leak in Mutex.cc, pthread_mutexattr_init without pthread_mutexattr_...
Nathan Cutler
03:58 AM Backport #12393 (Resolved): Memory leak in Mutex.cc, pthread_mutexattr_init without pthread_mutex...
Nathan Cutler
03:57 AM Backport #12484 (In Progress): mon: MonitorDBStore iterator's get_next_key() returns wrong keys
Nathan Cutler
03:56 AM Bug #11470 (Resolved): mon: leaked Messenger, MLog on shutdown
Nathan Cutler
03:56 AM Backport #12485 (Resolved): mon: leaked Messenger, MLog on shutdown
Nathan Cutler
03:52 AM Backport #13170 (Resolved): update docs to point to download.ceph.com
https://github.com/ceph/ceph/pull/6156 Nathan Cutler
12:07 AM CephFS Bug #13167 (Resolved): mds: replay gets stuck (on out-of-order journal replies?)
ubuntu-2015-09-17_16:55:52-fs-greg-fs-testing---basic-multi/1061690/ceph-mds.a.log
This MDS went in and out of rep...
Greg Farnum
12:04 AM CephFS Bug #13166: MDS: standby-replay does not change client_incarnation properly
If we need more logs, I copied the standby MDS log to ubuntu-2015-09-17_16:55:52-fs-greg-fs-testing---basic-multi/106... Greg Farnum

09/18/2015

11:52 PM CephFS Bug #13166: MDS: standby-replay does not change client_incarnation properly
Obvious fix is to have MDSRank check the incarnation and update, but I want us to look more deeply at how the replayi... Greg Farnum
11:24 PM CephFS Bug #13166: MDS: standby-replay does not change client_incarnation properly
Hmm, I don't think we should actually be doing operations as mds.0.0 when we're a standby for the real mds.0.0 either... Greg Farnum
11:22 PM CephFS Bug #13166: MDS: standby-replay does not change client_incarnation properly
Greg Farnum
10:59 PM CephFS Bug #13166 (Resolved): MDS: standby-replay does not change client_incarnation properly
... Greg Farnum
11:44 PM Bug #13160: ceph-disk: duplicate osd mount points
... Loïc Dachary
11:00 PM Bug #13160: ceph-disk: duplicate osd mount points
The ceph-activate that was run via systemctl is interrupted before it can finish and that leaves the file system moun... Loïc Dachary
10:37 PM Bug #13160 (In Progress): ceph-disk: duplicate osd mount points
Loïc Dachary
03:46 PM Bug #13160 (Won't Fix): ceph-disk: duplicate osd mount points
The scenario creating duplicate mount points is when the the osd is destroyed while activating. This is a border case... Loïc Dachary
03:25 PM Bug #13160: ceph-disk: duplicate osd mount points
It probably is a leftover of ... Loïc Dachary
02:38 PM Bug #13160 (Resolved): ceph-disk: duplicate osd mount points
* ceph-disk prepare /dev/vdb
* ceph-disk list...
Loïc Dachary
11:25 PM rbd Bug #13122: rbd: stripingv2 feature bit not set when unnecessary for striping params
Like Ilya mentioned on ceph-users (http://permalink.gmane.org/gmane.comp.file-systems.ceph.user/23841), this is was i... Josh Durgin
10:26 PM rgw Bug #13165 (Won't Fix): rgw: return 409 for conflict
If there are two requests racing for the same object (PUT), one get through and another one failed, currently both re... Guang Yang
10:14 PM rbd Bug #13124: librbd order limits inconsistent with rbd cli
There are a few things going on here.
1) librbd is enforcing limits on order, they're just higher than /usr/bin/rb...
Josh Durgin
10:13 PM rbd Bug #13164 (Resolved): librbd: reads larger than cache size hang
This can be triggered by using an image with order 26 (so objects are 64MB, larger than the default cache size), and ... Josh Durgin
09:31 PM Revision f6a96ad8 (ceph): upgrade/hammer-x: use eastern tz for all upgrades
Hammer doesn't handle mixed timezones and hit_sets (cache pools)
correctly. Avoid it.
Signed-off-by: Sage Weil <sag...
Sage Weil
09:29 PM Revision a27cb8db (ceph): timezone: add eastern, pacific, random timezone snippets
These need to be early tasks, probably. Random will pick either
eastern or pacific tz randomly.
Signed-off-by: Sage ...
Sage Weil
08:08 PM Feature #13163 (New): Add flag to delete a pool and its cache tier.
There doesn't seem to be a way to delete a pool with a cache tier without going through a number of time consuming st... Robert LeBlanc
06:42 PM Bug #13162 (Pending Backport): update docs to point to download.ceph.com
Ken Dreyer
06:38 PM Bug #13162: update docs to point to download.ceph.com
PR for @master@: https://github.com/ceph/ceph/pull/5984 Ken Dreyer
05:39 PM Bug #13162 (In Progress): update docs to point to download.ceph.com
Ken Dreyer
05:09 PM Bug #13162: update docs to point to download.ceph.com
Pull request opened https://github.com/ceph/ceph/pull/5983 for @giant@ branch Alfredo Deza
03:54 PM Bug #13162: update docs to point to download.ceph.com
I guess it really is download.ceph.com Alfredo Deza
03:29 PM Bug #13162 (Resolved): update docs to point to download.ceph.com
Alfredo Deza
06:42 PM Revision 498006b3 (ceph): Merge pull request #5984 from ceph/wip-packages
Fixes locations from ceph.com to download.ceph.com
(For the record, this is to fix http://tracker.ceph.com/issues/13...
Ken Dreyer
06:20 PM Revision a6f07e9f (ceph): doc: remove mention of ceph-extra as a requirement
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:19 PM Revision c0ef84fd (ceph): doc: remove ceph-extras
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:19 PM Revision 387d7800 (ceph): doc: correct links to download.ceph.com
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:46 PM Revision c1172cad (ceph): mon: fix auth get-or-create output
Previously the caps were omitted from the
output: they should be present for this
to fulfil the 'get' part of get-or-...
John Spray
05:24 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head
David Zafman
05:24 PM Revision 1c91a934 (ceph): Merge pull request #5983 from ceph/wip-13162
remove references to ceph.com repos
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
05:06 PM Revision 4346aff8 (ceph): doc: remove ceph-extras from vm-cloud
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:06 PM Revision 51bb2086 (ceph): doc: update references to packages.ceph and git.ceph
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:03 PM Revision 7b2fa67a (ceph): ReplicatedPG::get_snapset_context: set exists to false for new ssc with...
Otherwise, if we do a proxy_write and don't promote it, the ssc will
stick around with exists = true and cause future...
Samuel Just
04:56 PM Revision 4a8b08d1 (ceph): rgw: don't read actual data on user manifest HEAD
Fixes: #12780
We unconditionally read all the data, which is not needed
when doing HEAD operation on user manifest ob...
Yehuda Sadeh
03:40 PM Revision bf9c0058 (ceph): ceph-osd-prestart.sh: no ceph-disk chown
chown -R ceph:ceph $1 is easy enough.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:26 PM Revision 3fd609f1 (ceph): upgrade/hammer-x: only ubuntu
the centos packages don't (git)build
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:26 PM Revision eae42708 (ceph): upgrade/hammer: do ubuntu for point to point
centos packages don't (git)build for these old
releases
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:06 PM Bug #13059 (Resolved): rpm upgrade does not fix /var/run/ceph ownership/permissions
Sage Weil
02:05 PM Bug #13059 (Fix Under Review): rpm upgrade does not fix /var/run/ceph ownership/permissions
https://github.com/ceph/ceph/pull/5980 Sage Weil
03:06 PM Revision a484bca6 (ceph): Merge pull request #5980 from liewegas/wip-13059
ceph.spec: fix up /var/run/ceph
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:02 PM Revision e44d1e07 (ceph): ceph.spec.in: Fix up (/var)/run/ceph creation
Fixes: #13059
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto
02:33 PM Revision 9993a2de (ceph): Merge pull request #572 from dachary/wip-duplicate-centos7
do not duplicate CentOS 7 runs Sage Weil
02:32 PM Revision 4ec586b8 (ceph): Merge pull request #5977 from tchaikov/wip-size_t-monstore-txn
mon: return size_t from MonitorDBStore::Transaction::size()
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Kefu Chai
02:24 PM Revision 99c62674 (ceph): do not duplicate CentOS 7 runs
The a-supported-distro.yaml file must be outside of the supported distro
directory otherwise it will have all suites ...
Loic Dachary
02:19 PM Revision 65565de5 (ceph): erasure-code: isolate isa plugin arch constraint
Link the distro directory to the directory containing all supported
distros. Add the x86_64 arch contraint required b...
Loic Dachary
02:10 PM Revision caa92358 (ceph): Merge pull request #566 from ceph/wip-s3-branch-fix
Use old branches as is without 'ceph-' for firefly, hammer etc Sage Weil
02:06 PM Revision a6fc7c6e (ceph): upgrade/hammer-x: run rados.py to completion before moving on
Leave the final workloads alone.. those can run in parallel
with other stuff.
Signed-off-by: Sage Weil <sage@redhat....
Sage Weil
01:55 PM Bug #13158 (Rejected): hammer -> infernalis upgrade tests fail with hit_set_trim assert (timezones!)
This causes stress-split failures.
Do we
1. backport the tz fix/feature?
2. disable hitset trimming for the su...
Sage Weil
01:47 PM Bug #13157 (Resolved): ceph-disk: list fails on isolated journals
When /dev/vdc1 is a journal for which the corresponding data partition has been zapped, ceph-disk list fails with
<p...
Loïc Dachary
01:42 PM Revision 1b3090d5 (ceph): mon/OSDMonitor: fix crush injection error message
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:41 PM Revision 524b0bdc (ceph): mon/OSDMonitor: only test crush ruleset for the newly created pool
Otherwise, we test *all* crush rules.. which might be a lot, and
which is a big waste of time and effort.
Signed-off...
Sage Weil
01:40 PM Revision aa238e5e (ceph): crush/CrushTester: allow testing by ruleset
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:15 PM Bug #13155: ceph-disk: permission denied if udev races with mkfs
There is no sure way to protect against this race. Maybe it should just retry a few times. A workaround is to add a u... Loïc Dachary
01:02 PM Bug #13155: ceph-disk: permission denied if udev races with mkfs
* udev event add on /dev/vdb1 data partition received
* udev chown root /dev/vdbd1
* ceph udev rule chown /dev/vdb1...
Loïc Dachary
10:07 AM Bug #13155 (Duplicate): ceph-disk: permission denied if udev races with mkfs
If the udev add event for the data partition is received before the udev add event for the journal partition, activat... Loïc Dachary
01:02 PM CephFS Support #13055: Problem with disconnect fuse by mds
here it is:
(gdb) bt
#0??0x00007f9afcad779b in raise (sig=11) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:37
#...
Sergey Mir
12:50 PM CephFS Support #13055: Problem with disconnect fuse by mds
coredump file is useless without execute file. could you use gdb to check the coredump file and send backtrace to us ... Zheng Yan
06:16 AM CephFS Support #13055: Problem with disconnect fuse by mds
http://148.251.180.58/files/cores/core.ceph-fuse.15542.tar.gz - core dump
attached file-log
Sergey Mir
05:40 AM CephFS Support #13055: Problem with disconnect fuse by mds
Greetings.
We have the same problem after compiling and merging from git. Still ceph-fuse disconnects. after some ti...
Sergey Mir
12:23 PM rbd Bug #13156: import/export do not support snapshots
My team ask me to add a feature about "export rbd block with snapshoot info", I want to know more about this.
any su...
bo cai
12:19 PM rbd Bug #13156 (Won't Fix): import/export do not support snapshots
(1)I create a rbd block named abc;
rbd create abc --size 10
(2)then I create a snapshoot of abc;
rbd snap...
bo cai
10:10 AM Bug #13127 (In Progress): ObjectCacher: coalesce multiple writes to a single object into one IO
Zheng Yan
09:39 AM Fix #13154 (Resolved): ceph-disk: list /dev/vdb does not filter as expected
ceph-disk list /dev/vdb filters the devices with /dev//dev/vdb and it looks like it does not work. It should be calle... Loïc Dachary
09:20 AM Revision 4f553b0e (ceph): Librbd: Fix incorrect metadata filter behavior
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
09:05 AM Revision 3971274b (ceph): mon: return size_t from MonitorDBStore::Transaction::size()
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:42 AM Bug #13153 (Resolved): ceph-disk: blkid 2.23.2 fails on journal device on CentOS 7
Using http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1503.qcow2, ceph-disk list fails to match ... Loïc Dachary
08:20 AM Revision 52bbeb18 (ceph): mds: Make mds can dynamic set optracker via asok.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
08:12 AM rbd Bug #13115: librbd python bindings eat exceptions in callbacks
I spent some time yesterday doing a straightforward conversion of rbd.py to Cython. This keeps the same API and passe... Hector Martin
08:08 AM Revision 4aaa123c (ceph): osd: Make osd can dynamic set optracker via asok.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
08:08 AM Revision 01f816a0 (ceph): common/TrackedOp: make Tracker can dynamic control.
After osd/mds initating, the optracker can't set. For dynamic
control, we can set optracker enable or disable at any ...
Jianpeng Ma
07:34 AM Revision 7fe72a2e (ceph): common/TrackedOp: Should lock ops_history_lock when access shutdown.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
07:26 AM Linux kernel client Bug #12538: An image with a long clone chain blows up kernel stack
It's on the list, I'll get to it sometime after I'm done with #9779.
Is that really something you care about? What'...
Ilya Dryomov
07:02 AM Linux kernel client Bug #12538: An image with a long clone chain blows up kernel stack
how is this going? bo cai
06:44 AM Revision 6a4501b2 (ceph): os/FileStore: s/::close(fd)/VOID_TEMP_FAILURE_RETRY(::close(fd)).
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
06:44 AM Revision a326bd99 (ceph): osd/ReplicatedPG: Remove the unuseful judgement in get_object_context.
In this case, attrs always null. So it can remove this judgement.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
Jianpeng Ma
06:44 AM Revision fd0a384c (ceph): osd/ReplicatedPG: Using Hobject_t::get_head.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
06:44 AM Revision 26fee819 (ceph): osd/ReplicatedPG: using hobject_t::get_snapdir.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
06:44 AM Revision 8bfbcf69 (ceph): osd/ReplicatedPG:Optimize judgement when calc crc for read whole object.
If extent.length == oi.size, this mean read success and read the whole
object. No need other conditions.
Signed-off-...
Jianpeng Ma
06:44 AM Revision bdfb2391 (ceph): osd/ReplicatedPG: Add verify checksum for SPARSE_READ.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
06:44 AM Revision 0d266941 (ceph): osd/ReplicatedPG: Remove the duplicated code.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
06:39 AM Revision 75321943 (ceph): osd/ReplicatedPG: for osd_op_create, if ob existed don't do t->touch.
Although if ob existed, t->touch don't meet error. But this cause one
transaction include write journal.
Signed-off-...
Jianpeng Ma
03:58 AM Revision c1afc385 (ceph): unsigned type is short for journal max_size,use uint64_t instead.
Signed-off-by: Xie Rui jerry.xr86@gmail.com Xie Rui
03:18 AM Revision f25b67fa (ceph): rgw: add a new error message for user conflict when using Admin Ops API
Add a new error message to indicate user conflict, which was using the error code for bucket conflict.
Signed-off-by...
Sangdi
02:14 AM Revision fd5ed153 (ceph): Merge pull request #5948 from flyd1005/master
doc: delete wrong description of installing RPMs Sage Weil
01:36 AM CephFS Bug #12506 (In Progress): "Fuse mount failed to populate" error
https://github.com/ceph/ceph/pull/5966#issuecomment-141302916 Greg Farnum

09/17/2015

11:54 PM Bug #13150 (Resolved): Error: oid 223 read returned error code -2
2015-09-16T13:36:53.624 INFO:tasks.rados.rados.0.mira038.stderr:1565: Error: oid 223 read returned error code -2
201...
Samuel Just
11:53 PM Revision 490938e3 (ceph): osd/: find_object_context: return obc for head for snapdir if non null
The head obc may have an in progress operation holding a lock, we
need to block on the lock for ordering reasons.
Fi...
Samuel Just
10:46 PM Bug #13080: python-rados in PyPI / with python3 ?
packages for pypi are covered by #5900 - it's a good idea, it simply hasn't been finished yet.
Are there specific ...
Josh Durgin
10:35 PM Bug #12509 (Rejected): CEPH_QA_SUITE/AARCH64:Command failed (workunit test rbd/test_librbd_python...
This is running a version of the librbd python tests (test_rbd.py) from the master branch, which won't work against o... Josh Durgin
09:57 PM Bug #13136: install-deps.sh fails on Ubuntu 14.04
Once https://bitbucket.org/pypa/wheel/issues/148/unorderable-types-error-for-python-3 is fixed we can revert https://... Loïc Dachary
08:51 PM Bug #13136 (Resolved): install-deps.sh fails on Ubuntu 14.04
Sage Weil
07:50 AM Bug #13136: install-deps.sh fails on Ubuntu 14.04
https://github.com/ceph/ceph/pull/5960 Loïc Dachary
07:38 AM Bug #13136 (Fix Under Review): install-deps.sh fails on Ubuntu 14.04
Loïc Dachary
07:32 AM Bug #13136 (Resolved): install-deps.sh fails on Ubuntu 14.04
It fails because pip wheel coverage no longer works with python3
https://bitbucket.org/pypa/wheel/issues/148/unord...
Loïc Dachary
09:57 PM RADOS Bug #13146 (Resolved): mon: creating a huge pool triggers a mon election
AFAICS this is just because we do a lot of work creating the pg entries in the table all at once. We could do them i... Sage Weil
09:30 PM rbd Bug #13115: librbd python bindings eat exceptions in callbacks
cython looks pretty interesting, with its finer control via sig_[on|off] and 'with [no]gil'.
It sounds like sig_on...
Josh Durgin
09:22 PM Bug #13117 (Resolved): msgr creatse a zillion threads
Sage Weil
09:15 PM Bug #13117: msgr creatse a zillion threads
Confirmed, the fixes from earlier this week resolved this! Mark Nelson
08:50 PM Bug #13117: msgr creatse a zillion threads
pretty sure this is from mon memory leaks:
- mon hits its memory threshold, all client reader threads block
- cli...
Sage Weil
03:15 PM Bug #13117: msgr creatse a zillion threads
-Enabling debug ms = 10 either minimizes or fixes it. boooooo.-
Update: spoke too soon, triggered it!
Mark Nelson
07:09 PM rbd Bug #13082 (Resolved): Valgrind memcheck detects out-of-bounds memory read
Sage Weil
07:09 PM Revision c3731105 (ceph): Merge pull request #5926 from dillaman/wip-13082
include/inline_memory: out-of-bounds read on unaligned memory
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:51 PM Bug #13134: old leveldb is slow (firefly->hammer upgrade leads to slow requests)
I just deleted the logs of osd.3, restarted it and tried the "rbd info" again. This time I ran again these commands:
...
Corin Langosch
06:43 PM Bug #13134: old leveldb is slow (firefly->hammer upgrade leads to slow requests)
I deleted the logs of osd.3, restarted it and tried the "rbd info" again. Same as before:... Corin Langosch
06:39 PM Bug #13134: old leveldb is slow (firefly->hammer upgrade leads to slow requests)
As discussed with sjusthm I ran the following commands. It's strange, but this time "ceph -w" didn't show any warning... Corin Langosch
08:34 AM Bug #13134: old leveldb is slow (firefly->hammer upgrade leads to slow requests)
It seems I found a way to reliably reproduce blocked requests. A simple "rbd info" on this image *always* takes aroun... Corin Langosch
06:58 AM Bug #13134 (Closed): old leveldb is slow (firefly->hammer upgrade leads to slow requests)
Yesterday I upgraded a firefly cluster (started with argonaut several years ago) to hammer 0.94.3. The cluster was co... Corin Langosch
05:56 PM Bug #13143: incorrect buffer at pos 517268
Only saw this once reverting the patch causing 13108, not sure why yet. Samuel Just
05:56 PM Bug #13143 (Resolved): incorrect buffer at pos 517268
ubuntu@teuthology:/a/samuelj-2015-09-16_10:11:10-rados-wip-sam-testing-distro-basic-multi/1060190/remote Samuel Just
05:37 PM Bug #8907 (Duplicate): All user traffics will start to get 500 after some time if (m+1) OSDs of o...
Dup to 12623 Guang Yang
05:33 PM Bug #12581 (Can't reproduce): osd: pg stuck at peering
We haven't seen this since last time talking with Sam, close this issue. Guang Yang
05:12 PM Feature #13142 (Resolved): osd: warning if pg has not been scrubbed for a long time
For large clusters with aggressive throttling on scrubbing, scrubbing might take forever and thus some PG might not b... Guang Yang
05:11 PM Bug #13109: msg/async leak, observed on mon
Hi sage, after detail inspects, I don't find any clue about async leak. And I don't get your point about async cause ... Haomai Wang
05:11 PM Bug #13119: msg/async: does not wake up from standby?
Eh, ignore my last comment. It got lost .... Haomai Wang
07:36 AM Bug #13119: msg/async: does not wake up from standby?
Hi sage, after detail inspects, I don't find any clue about async leak. And I don't get your point about async cause ... Haomai Wang
05:05 PM Bug #12787: ceph-disk does not activate with systemd on some CentOS 7
There is a race : udev add /dev/vdc1 runs ceph-disk trigger and if that happens bfore /dev/vdc1 is ready (i.e. before... Loïc Dachary
04:50 PM Revision bdb2fa24 (ceph): mds: Make sure wanted_state of first MDSBeacon is MDSMap::STATE_BOOT
Fixes: #12506
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
04:32 PM Revision c6e681a9 (ceph): rgw: improve documentation for rgw_extended_http_attrs config opt.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
04:32 PM Revision eb7c21fd (ceph): rgw: add support for printing generic attrs on Swift container.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
04:32 PM Revision 8c2b8b7e (ceph): rgw: add support for printing generic attrs on Swift account.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
04:28 PM Revision 85bece77 (ceph): new release key
The previous release key,
pub 4096R/460F3994 2015-09-15
uid Ceph.com (release key) <security@ceph...
Sage Weil
04:03 PM CephFS Bug #12506 (Fix Under Review): "Fuse mount failed to populate" error
https://github.com/ceph/ceph/pull/5966 Zheng Yan
12:48 PM CephFS Bug #12506: "Fuse mount failed to populate" error
this timeout only happens for jobs that contain clusters/standby-replay.yaml. I reproduce this issue locally by set "... Zheng Yan
03:59 PM Revision 9d8fb1cb (ceph): rgw: camelcase also after dash in rgw_extended_http_attrs.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
03:56 PM Linux kernel client Bug #12695: rbd flatten makes clone's snap crash
If it was that simple, it would have been backported :-)
At the very least you are going to need e8f59b595d05 ("rbd:...
Ilya Dryomov
08:36 AM Linux kernel client Bug #12695: rbd flatten makes clone's snap crash
Hi,thanks for your reply!
I have merge the code from 3.16 to 3.10.But it also have the same problem.
I have cha...
science luo
03:44 PM Revision c029c434 (ceph): Merge pull request #5947 from weiqian/master
doc: replaces 'osd host' with 'host' in ceph.conf docs.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:52 PM CephFS Bug #13129 (Need More Info): qa: not starting ceph-mds daemons
That commit is now about 16 hours old, and these jobs were started about 24 hours ago — although they didn't get mach... Greg Farnum
07:52 AM CephFS Bug #13129: qa: not starting ceph-mds daemons
the bug is introduced by commit 685d76a77ca16ca601a99148ef507cfde1fb3593 "ceph: wait for CephFS to be healthy before ... Zheng Yan
02:47 PM Bug #12979: Ceph lost it's repair ability after repeatedly flapping
It sounds like you need to adjust the mon_osd_min_down_reporters (default apparently 1) and mon_osd_min_down_reports ... Greg Farnum
02:29 PM Revision 4cccde63 (ceph): Revert "Merge pull request #567 from ceph/ceph_fuse-timeout"
This reverts commit ff1655cb57793f18698919f5284b1f207893ff8f, reversing
changes made to 2b25080d4faf0ae9ddb0000808830...
Greg Farnum
02:05 PM Linux kernel client Bug #12763: rbd: unmap failed: (16) Device or resource busy
i think the device may be being used by multipathd or something else.... runsisi hust
08:45 AM Linux kernel client Bug #12763: rbd: unmap failed: (16) Device or resource busy
The below is the operation in my vmware.The same operation is ok on the real machine.
[root@song ~]# rbd ls -p son...
ceph zte
08:29 AM Linux kernel client Bug #12763: rbd: unmap failed: (16) Device or resource busy
Well, that shouldn't be the case. What are the steps to reproduce on your vmware VM? Ilya Dryomov
06:28 AM Linux kernel client Bug #12763: rbd: unmap failed: (16) Device or resource busy
Thank you for your reploy!
I think this is relate to the vmvare.I install the same system and ceph in the real mac...
ceph zte
12:56 PM CephFS Bug #13138: Segfault shutting down python-cephfs
Zheng Yan
12:48 PM CephFS Bug #13138 (Fix Under Review): Segfault shutting down python-cephfs
https://github.com/ceph/ceph/pull/5964 John Spray
10:36 AM CephFS Bug #13138: Segfault shutting down python-cephfs
So perhaps we weren't seeing this in automated tests because you have to keep the process alive for a while after shu... John Spray
10:17 AM CephFS Bug #13138 (Resolved): Segfault shutting down python-cephfs
... John Spray
12:55 PM Revision 943558c9 (ceph): Merge pull request #5964 from jcsp/wip-13138
libcephfs: fix calling init() then mount() Zheng Yan
12:47 PM Revision 6a24d319 (ceph): libcephfs: fix calling init() then mount()
Previously only ever called these separately, but
it should be allowed for callers to use one after
the other.
Fixes...
John Spray
12:31 PM rgw Bug #13140: rgw: swift API returns more than real object count and bytes used when retrieving acc...
Related objects in the pool:
> sandy@ceph20:~$ rados -p .rgw.buckets ls
> default.64171.1__shadow_....
Sandy Xu
12:21 PM rgw Bug #13140 (Resolved): rgw: swift API returns more than real object count and bytes used when ret...
For a subuser possessing one container and one object of 20M, its metadata may look like this:
sandy@ceph20:~$ curl ...
Sandy Xu
11:32 AM rbd Feature #13139 (Duplicate): support output the supported configs which can be set via metadata
it maybe just like:
$ rbd metadata config
Hmm, I'm not sure what's the suitable rbd command to do this thing.
Haomai Wang
10:59 AM Revision 3b608565 (ceph): Merge pull request #5963 from jcsp/wip-cmake-cephfs
CMake: fix libcephfs shared lib generation Orit Wasserman
10:54 AM Revision b8dc21e8 (ceph): Merge pull request #5857 from ceph/wip-da-SCA-20150812
SCA and compiler warning fixes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:52 AM Revision 6e8e0e7b (ceph): Merge pull request #5870 from s09816/master
osd:the fuction osd::shutdown Lock failed.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:51 AM Revision 47afe9ae (ceph): Merge pull request #5096 from tchaikov/wip-add-bl-const-iterator
common/buffer: add bufferlist::const_iterator
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
10:27 AM Revision e017aab2 (ceph): CMake: fix libcephfs shared lib generation
Previously weren't generating versioned symlinks
etc, so python bindings didn't find it.
Signed-off-by: John Spray <...
John Spray
09:47 AM Bug #13135: high mon memory usage after upgrade firefly -> hammer
Here's another update. Now aleady over 610MB (started with 80MB)...... Corin Langosch
08:07 AM Bug #13135: high mon memory usage after upgrade firefly -> hammer
Here's another update. Now aleady over 460MB (started with 80MB)...... Corin Langosch
07:20 AM Bug #13135: high mon memory usage after upgrade firefly -> hammer
Update after about 1h since mon restart (cluster always healthy):... Corin Langosch
07:08 AM Bug #13135 (Rejected): high mon memory usage after upgrade firefly -> hammer
Yesterday I upgraded a firefly cluster to hammer 0.94.3. More info about my cluster and another issue can be found he... Corin Langosch
09:09 AM Bug #13078 (Resolved): ceph-monstore-tool still create a local file when get map failed
Kefu Chai
09:09 AM Revision 3045168f (ceph): Merge pull request #5920 from caibo2014/fix-tool-bug
tools: ceph_monstore_tool: remove the output file when get map fails
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:59 AM Revision 11e9c066 (ceph): Merge pull request #5960 from dachary/wip-13136-python3-coverage
install-deps.sh: disable python3
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:35 AM Revision 7182499c (ceph): install-deps.sh: disable python3
Disable python3 support until
https://bugs.launchpad.net/ubuntu/+source/python-coverage/+bug/1496715
is fixed.
Nothi...
Loic Dachary
07:21 AM Bug #13130: qa:failed pool create in mkpool_layout_vxattrs.sh
I reproduce this bug locally. the failure is because that monitors do not know correct path for crushtool Zheng Yan
07:04 AM Revision b8c5d5b3 (ceph): rgw: clarify the error message when trying to create an existed user
Modify the error message when trying to create an existed user to indicate which of uid, email or key actually causes... zeqiang zhuang
03:14 AM Revision a825f686 (ceph): client/MetaRequest: optimize func can_forward/auth_is_best.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
03:07 AM Revision a1959284 (ceph): unify order limit
Fixes: #13124
Signed-off-by: xinxin shu <xinxin.shu@intel.com>
xinxin shu
02:46 AM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head

Compared to a simple run of just the single test case there is an extra _setattr_. In addition we can see the extr...
David Zafman
02:35 AM rgw Bug #13133 (Resolved): rgw: empty s3 secret key should not be regarded as valid
Sandy Xu
02:05 AM Revision f51afa63 (ceph): client/MetaRequest: open w/ O_CREAT|O_TRUNC is write.
From the function name is_write, it judge MetaRequest whether write.
For open, if it w/ O_CREAT|O_TRUNC, it's a write...
Jianpeng Ma
01:57 AM Revision 8f46bd9c (ceph): clinet/MetaRequest: Remove the useless condition.
"head.op & CEPH_MDS_OP_WRITE" include "head.op == CEPH_MDS_OP_CREATE".
So remove the conditon statement "head.op == C...
Jianpeng Ma
12:45 AM devops Feature #13063: cobbler/ansible: put inktank-rescue image in cobbler-profiles role
https://github.com/ceph/ceph-sepia-secrets/pull/39 Zack Cerza
12:42 AM devops Feature #13063 (Fix Under Review): cobbler/ansible: put inktank-rescue image in cobbler-profiles ...
https://github.com/ceph/ceph-cm-ansible/pull/135 Zack Cerza
12:04 AM Bug #12936: shec fails i386 make check
And just in case anybody else tries searching for it with the same string I did:, this is failing the qa/workunits/er... Greg Farnum
12:03 AM Bug #12936: shec fails i386 make check
If this is going to take some time can we back out the test (...or the plugin? :/) so that any new errors in i386 ar... Greg Farnum

09/16/2015

10:49 PM Bug #13130 (Can't reproduce): qa:failed pool create in mkpool_layout_vxattrs.sh
http://pulpito.ceph.com/teuthology-2015-09-12_23:04:01-fs-infernalis---basic-multi/1054419
This looks a lot like #...
Greg Farnum
10:42 PM CephFS Bug #13129 (Rejected): qa: not starting ceph-mds daemons
http://pulpito.ceph.com/teuthology-2015-09-14_23:10:02-knfs-master-testing-basic-multi/1057697
http://pulpito.ceph.c...
Greg Farnum
10:23 PM CephFS Bug #12506: "Fuse mount failed to populate" error
This is continuing to cause trouble in the nightlies. http://pulpito.ceph.com/teuthology-2015-09-14_23:04:02-fs-maste... Greg Farnum
10:16 PM Bug #13128 (Won't Fix): mixed client firefly osd with hammer client - rados api test failure
Config:
roles:
node1: mon.a osd.0 osd.1
node2: mon.b mon.c osd.2 osd.3
node3: client.0
node1 and node2 on 0.80...
Vasu Kulkarni
09:50 PM CephFS Fix #13126: qa: ceph-fuse flushes very slowly in some workunits
This is blocked by/equivalent to #13127 in the Ceph project. Greg Farnum
09:45 PM CephFS Fix #13126 (Resolved): qa: ceph-fuse flushes very slowly in some workunits
Our ffsb and fsync workunits both generate lots of small IOs at random offsets, each of which becomes its own Op to t... Greg Farnum
09:49 PM Bug #13127 (Resolved): ObjectCacher: coalesce multiple writes to a single object into one IO
Right now, if the ObjectCacher has dirty data at multiple offsets of a single object, each contiguous region becomes ... Greg Farnum
09:29 PM Revision 2f43e23f (ceph): Merge pull request #569 from dachary/wip-13031-packages
buildpackages: fix flake / pep8 Greg Farnum
09:27 PM Revision f97fde6c (ceph): tasks/cephfs: switch unmount timeout to 15 minutes
Our ffsb and fsync tests contain so many small writes at random offsets
that it can take >10 minutes to commit all of...
Greg Farnum
09:21 PM Revision ff1655cb (ceph): Merge pull request #567 from ceph/ceph_fuse-timeout
ceph: wait for CephFS to be healthy before proceeding
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
09:19 PM Revision e38a6d69 (ceph): buildpackages: build the repository and the packages
http://tracker.ceph.com/issues/13031 Fixes: #13031
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary
08:53 PM Revision 685d76a7 (ceph): ceph: wait for CephFS to be healthy before proceeding
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
08:28 PM Bug #12936: shec fails i386 make check
Loïc Dachary
08:28 PM Bug #12748: bug with cache/tiering and snapshot reads [merged, needs a test in ceph-qa-suite]
Loïc Dachary
08:28 PM RADOS Bug #11235: test_rados.py test_aio_read is racy
Loïc Dachary
06:41 PM rbd Bug #13124 (Resolved): librbd order limits inconsistent with rbd cli
ceph -v
ceph version 0.94.3 (95cefea9fd9ab740263bf8bb4796fd864d9afe2b)
Using librdb directly (for example by usin...
Corin Langosch
06:33 PM rbd Documentation #13123 (Closed): document why striping should be useful
Afaik rbd *always* splits the image into chunks of size 2^order (2^22 = 4MB by default).
What's the benefit of spe...
Corin Langosch
06:27 PM rbd Bug #13122 (Resolved): rbd: stripingv2 feature bit not set when unnecessary for striping params
ceph -v
ceph version 0.94.3 (95cefea9fd9ab740263bf8bb4796fd864d9afe2b)
rbd create --size 1024 --image-format 2 --...
Corin Langosch
05:24 PM Feature #13121 (Resolved): osd: add pool level setting for recovery priority?
Copy the email as below:... Guang Yang
05:22 PM Feature #13120 (New): osd: prioritize more degraded PGs for recovery by considering the missing_l...
Copy the email as below:... Guang Yang
05:21 PM Revision 08bae3b9 (ceph): Use old branches as is without 'ceph-' for firefly, hammer etc
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
05:07 PM Bug #13119 (Can't reproduce): msg/async: does not wake up from standby?
Sage Weil
04:50 PM Documentation #13118 (Closed): Are instructions available for building ceph on Debian Wheezy?
I know there are existing packages for it, but hoping to build it myself. Are there instructions or build flags that... Dan Hoffman
03:31 PM Bug #13117 (Resolved): msgr creatse a zillion threads
mark can reproduce this Sage Weil
02:51 PM devops Fix #12994 (Pending Backport): rbd-replay* should ship in ceph-common
Ken Dreyer
01:12 PM devops Fix #12994 (Resolved): rbd-replay* should ship in ceph-common
Sage Weil
02:04 PM Revision d0ac68bf (ceph): mon/PGMap: calc min_last_epoch_clean when decode
Fixes: #13112
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:12 PM Revision 391cfb9f (ceph): Merge pull request #5841 from ceph/wip-12994-rbd-replay-packaging
#12994: packaging: move rbd-replay* to ceph-common
Reviewed-by: James Page <jamespage@ubuntu.com>
Reviewed-by: Natha...
Sage Weil
01:11 PM Revision f389f6b8 (ceph): Merge pull request #5946 from liewegas/wip-rgw-logdir
radosgw: log to /var/log/ceph instead of /var/log/radosgw
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Sage Weil
01:00 PM Bug #13116: osd: pg stuck in replay
To get good coverage of this case we shoudl set replay interval for test pools to something short (5 or 10 seconds) Sage Weil
12:57 PM Bug #13116: osd: pg stuck in replay
... Sage Weil
12:51 PM Bug #13116 (Resolved): osd: pg stuck in replay
"description": "osd_op(mds.0.172:22092466 1000fb5427c.00000000 [create 0~0,setxattr parent (347)] 0.e4638... Sage Weil
12:48 PM rbd Bug #13115 (Resolved): librbd python bindings eat exceptions in callbacks
If an exception happens in a Python callback (e.g. the argument to rbd_image.diff_iterate), ctypes prints it out to s... Hector Martin
12:40 PM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
Pontus Lindgren wrote:
> Happened again yesterday.
>
> We use two RAID mirrored SSD's as journals and have indivi...
Shinobu Kinjo
12:36 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head
/a/sage-2015-09-15_18:56:52-rados-wip-sage-testing---basic-multi/1058556 Sage Weil
12:35 PM Bug #13114 (Resolved): LibRadosWatchNotify.WatchNotify2Timeout
... Sage Weil
11:36 AM Bug #13113 (Duplicate): common/Mutex.cc: 105: FAILED assert(r == 0)
First seen at https://github.com/ceph/ceph/pull/5950#issuecomment-140698684... Loïc Dachary
07:27 AM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
That's a good point. Looking at the logs again, I mistook where the pg log trim happened - it was after the crash, so... Josh Durgin
07:18 AM Bug #13112: should recalc the min_last_epoch_clean when decode PGMap
https://github.com/ceph/ceph/pull/5950 Kefu Chai
07:11 AM Bug #13112 (Resolved): should recalc the min_last_epoch_clean when decode PGMap
... Kefu Chai
06:05 AM Revision d1505b54 (ceph): doc: delete wrong description of installing RPMs
In CentOS/RHEL 6/7, gitk and git-gui are available in default repository actually.
Signed-off-by: Li Peng <lip@dtdre...
Li Peng
03:15 AM RADOS Bug #13111 (Fix Under Review): replicatedPG:the assert occurs in the fuction ReplicatedPG::on_loc...
... lu shi
03:09 AM Stable releases Tasks #13097: replicatedPG:the assert occurs in the fuction ReplicatedPG::on_local_recover.
sorry?i submit the problem in the wrong project.please close this problem,i will submit this problem in the ceph proj... lu shi
03:04 AM Revision 1f7a2dc5 (ceph): doc:Replaces 'osd host' with 'host'
Signed-off-by: weiqian <weiq@dtdream.com> weiqian
01:42 AM Bug #13110 (Resolved): osd: should accept delete op when full
Sage Weil
12:52 AM Bug #13104: osd: slow requests stuck for a long time
I don't have much debug information found from the cluster unless a perf dump:... Guang Yang

09/15/2015

11:56 PM Bug #12979: Ceph lost it's repair ability after repeatedly flapping
In order to more clearly illustrate this problem , I 'll build a very simple cluster, only have one monitor and three... bo cai
11:56 PM Bug #12979: Ceph lost it's repair ability after repeatedly flapping
Sage Weil wrote:
> from the logs this looks like a networking problem:
>
> [...]
> it can't talk to any other os...
bo cai
09:56 PM Bug #12979 (Closed): Ceph lost it's repair ability after repeatedly flapping
from the logs this looks like a networking problem:... Sage Weil
10:16 PM Bug #12787: ceph-disk does not activate with systemd on some CentOS 7
The problem can be reproduced reliably with http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1508... Loïc Dachary
10:05 PM Revision c1b28591 (ceph): radosgw: log to /var/log/ceph instead of /var/log/radosgw
This is simpler.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:02 PM CephFS Bug #12895: Failure in TestClusterFull.test_barrier
Hmm, this is a bit weird. I don't know why mount_a is sometimes holding on to caps that get revoked when mount_b cre... John Spray
09:42 PM Revision b615f35a (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
09:41 PM Bug #13109: msg/async leak, observed on mon
hmm, mon uses loopback heavily and other stuff doesn't. maybe that's why this triggers there? Sage Weil
09:40 PM Bug #13109 (Resolved): msg/async leak, observed on mon
/a/sage-2015-09-15_12:12:39-rados:verify-wip-sage-testing---basic-multi/1058089
all of the failures are processes ...
Sage Weil
09:40 PM Bug #13069 (Resolved): mon: many many leaks (MonSession?)
Sage Weil
09:36 PM Revision 07893665 (ceph): Merge pull request #5725 from liewegas/wip-scrub-stats
osd/ReplicatedPG: snaptimmer: adjust stats through ctx->delta_stats
Reviewed-by: Samuel Just <sjust@redhat.com>
Sage Weil
09:35 PM Revision ba020808 (ceph): Merge pull request #5925 from liewegas/wip-mon-leaks
fix various mon leaks
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Sage Weil
09:34 PM Bug #13068 (Resolved): osd: leaking transactions
Sage Weil
09:34 PM Revision 3e42b4b5 (ceph): Merge pull request #5929 from liewegas/wip-osd-leaks
misc osd leaks
Reviewed-by: David Zafman <dzafman@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
09:18 PM Bug #12990: osd: we do not ignore notify from down osds
Samuel Just
03:24 PM Bug #12990: osd: we do not ignore notify from down osds
Sage Weil
09:18 PM Bug #13108: pg stat mismatch caused by double evict on same object
Samuel Just
08:58 PM Bug #13108 (Resolved): pg stat mismatch caused by double evict on same object
da68bb371f8b06b85a73077cd069a294193ac6c0 causes us to purge an obc from the cache when we proxy a write on it. This ... Samuel Just
09:14 PM CephFS Bug #12971 (Fix Under Review): TestQuotaFull fails
John Spray
09:11 PM Revision 412e412a (ceph): osd: permit MDS to send writes on full pools
Same behaviour as the global full flag, for the
per-pool full flag. The FS was broken by 67de12bf,
which added the p...
John Spray
09:04 PM Revision eab30086 (ceph): Revert "osd: purge the object from the cache when proxying and not prom...
Fixes: #13108
This reverts commit da68bb371f8b06b85a73077cd069a294193ac6c0.
Samuel Just
08:35 PM Revision 494c2e44 (ceph): Merge pull request #5944 from tchaikov/wip-13090
mds: cast numbers for mds health to string when print
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
08:30 PM Bug #13000: ceph-disk failure to activate with dmcrypt
* ceph-disk prepare /dev/vdb
No activation
* partprobe /dev/vdb
Activates as expected
Loïc Dachary
07:21 PM Bug #13000: ceph-disk failure to activate with dmcrypt
> Also I notice that ceph-disk isn't logging to syslog properly? misc.log has some but not all output.. i'm guessing ... Loïc Dachary
03:48 PM Bug #13000 (In Progress): ceph-disk failure to activate with dmcrypt
* https://github.com/ceph/ceph-qa-suite/tree/wip-13000-centos-activate Loïc Dachary
08:25 PM Revision 4d5d15c2 (ceph): osdc: fix honor_osdmap_full
This was being ignored in new code that tested
the per-pool full flags. Refactor it so that
all the tests of full fl...
John Spray
08:25 PM Revision ca7861d2 (ceph): osdc/Objecter: make unlocked 'full' helpers private
These never needed to be public, let's be safe.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
08:12 PM CephFS Bug #13107: ceph-fuse: handle multiple mounts on the same host (don't set nonce with only PID)
Yeah, Josh is working on a fix for this in all the clients. libcephfs apparently already solves this problem with 48 ... Greg Farnum
08:09 PM CephFS Bug #13107: ceph-fuse: handle multiple mounts on the same host (don't set nonce with only PID)
Hah, if I recall correctly I was a bit scandalised back in 2014 when I found out we treated a PID as a nonce :-) Set... John Spray
07:41 PM CephFS Bug #13107 (Resolved): ceph-fuse: handle multiple mounts on the same host (don't set nonce with o...
See #13032. It's possible for multiple processes on the same host to have the same PID if they're in separate namespa... Greg Farnum
08:01 PM Revision 96486fd6 (ceph): packaging: move rbd-replay* to ceph-common
The rbd-replay* utilities are useful for Ceph users with RBD clients.
Currently the rbd-replay* utilities ship in the...
Ken Dreyer
07:39 PM Bug #13032: client nonce collision due to unshared pid namespaces
I'd rather do incremental changes than muck around with the messenger interface internals to fix a bug we only see in... Greg Farnum
07:28 AM Bug #13032: client nonce collision due to unshared pid namespaces
Yeah, looks like we should just randomize it, as libcephfs does already: https://github.com/ceph/ceph/blob/f6bf6c2a96... Josh Durgin
12:29 AM Bug #13032: client nonce collision due to unshared pid namespaces
Sadly; adding a random number would probably be better than using /proc/self/ns/pid, it seems to increment when I mak... Kjetil Joergensen
12:02 AM Bug #13032: client nonce collision due to unshared pid namespaces
It's hacky as hell (and quite linux specific); but I were about to readlink("/proc/self/ns/pid", .., ..) and extract ... Kjetil Joergensen
06:08 PM RADOS Bug #13106 (New): librados,objectstore: clarify behavior of 0 length write (does it extend the ob...
Samuel Just
06:07 PM Revision f9d107a1 (ceph): osd_types.cc: add size to ObjectRecoveryInfo print
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:07 PM Revision f162e33f (ceph): src/test/osd/Object: allow a hole at the end of the object
This way, we test the case with holes at the end of the file more
often.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
06:07 PM Revision 1d3e46be (ceph): ReplicatedBackend::prepare_pull: set recover_info.size for clones
Fixes: #12828
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
05:58 PM Revision 03b8ed3b (ceph): msg/simple: discard local queued messages on shutdown
Otherwise these generate leak detection noise.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:58 PM Revision c842555c (ceph): mon: debug refs on output replies
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:56 PM rgw Bug #12920: HEAD requests on large MPU Swift objects consistently timeout
Looks like this issue is related to the fact that Swift static large objects are not supported currently in Ceph (htt... Eric Beerman
05:49 PM rgw Feature #5164 (Closed): rgw: multisite: metadata push notifications: design blueprint
implemented as part of multisite v2. Yehuda Sadeh
05:48 PM rgw Feature #6999 (Resolved): Make RGW_MAX_PUT_SIZE configurable
This was implemented a while back, using the rgw_max_put_size configurable. Yehuda Sadeh
05:47 PM rgw Feature #3366 (Resolved): rgw: dr: define management api
Was done long long time ago Yehuda Sadeh
05:47 PM Bug #13104 (Need More Info): osd: slow requests stuck for a long time
I'd missed that time jump. Still, I think we'd need something more to go on, especially since much of this has been c... Greg Farnum
05:39 PM Bug #13104: osd: slow requests stuck for a long time
So if the object is degraded and it is a recovery candidate, it would kick off the recovery for the object immediatel... Guang Yang
05:36 PM Bug #13104 (Won't Fix): osd: slow requests stuck for a long time
The object is degraded and the OSD is waiting for it to get repaired.
Unless I'm missing some other aspect of the ...
Greg Farnum
05:24 PM Bug #13104 (Rejected): osd: slow requests stuck for a long time
# It is a bucket index object.
# There was continues writing to the buckets.
# The bucket index object is small (< ...
Guang Yang
05:36 PM rgw Feature #11138 (In Progress): rgw: export data via nfs
Matt Benjamin
05:36 PM rgw Feature #12907 (In Progress): rgw: support object storage-class
Matt Benjamin
05:36 PM rgw Feature #11412 (In Progress): rgw: tie ganesha fsal to librgw object interface
Matt Benjamin
05:36 PM rgw Feature #11411 (In Progress): rgw: tie ganesha fsal to librgw bucket interface
Matt Benjamin
05:33 PM rgw Feature #12905 (Fix Under Review): rgw: multisite: per-shard incremental sync stage
Yehuda Sadeh
05:29 PM rgw Feature #4432: Develop plan for multi-user / multi-tenancy
We have a plan Yehuda Sadeh
05:28 PM rgw Feature #7467 (Resolved): Make radosgw work with multiple hostnames
Yehuda Sadeh
05:27 PM rgw Feature #10342 (Resolved): rgw: tool to clean up clutter
This was implemented Yehuda Sadeh
05:25 PM rgw Feature #13105 (New): rgw::amazon id management::sts
Prototype implementation of Amazon secure token service in support of idp integration. Matt Benjamin
05:22 PM rgw Feature #13103 (New): rgw: multisite: keep source zone property on objects
Yehuda Sadeh
05:21 PM rgw Feature #13102 (Resolved): rgw: multisite: copy-if-newer option for data copy
Yehuda Sadeh
05:20 PM rgw Feature #13099 (In Progress): rgw: multisite: data sync - init
Yehuda Sadeh
05:18 PM rgw Feature #13099 (Resolved): rgw: multisite: data sync - init
Yehuda Sadeh
05:19 PM rgw Feature #11410 (In Progress): rgw: implement object api to use with ganesha fsal (librgw)
Matt Benjamin
05:19 PM rgw Feature #13101 (Resolved): rgw: multisite: data sync: incremental
Yehuda Sadeh
05:18 PM rgw Feature #13100 (Resolved): rgw: multisite: data sync: full data sync
Yehuda Sadeh
05:15 PM rgw Feature #11409 (In Progress): rgw: implement bucket api to use with ganesha fsal (librgw)
Matt Benjamin
05:14 PM rgw Feature #11934 (Fix Under Review): rgw: metadata log sync work
Yehuda Sadeh
05:12 PM rgw Feature #11944 (Fix Under Review): rgw: RESTful api for period operations
Matt Benjamin
05:12 PM rgw Feature #11944: rgw: RESTful api for period operations
Matt Benjamin
05:01 PM devops Bug #11798 (Pending Backport): upstart: configuration is too generous on restarts
Ken Dreyer
05:01 PM devops Bug #11798: upstart: configuration is too generous on restarts
We're planning to ship this fix downstream in the RHCS 1.2 series - we might as well get it upstream in Firefly too. Ken Dreyer
08:24 AM devops Bug #11798 (Resolved): upstart: configuration is too generous on restarts
Loïc Dachary
04:53 PM Revision 137eb7e3 (ceph): mon/Monitor: fix MonSession Leak
dispatch() does not need to keep a ref; we hold one indirectly
via the MonOpRequest.
Signed-off-by: Sage Weil <sage@...
Sage Weil
04:53 PM Revision 0b309e97 (ceph): mon: fix MonSession operator<<
Print the object, not its pointer. Make output unambiguously
terminated.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:53 PM Revision 89cc479e (ceph): mon: do not leak messages on shutdown
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:21 PM Revision 95462525 (ceph): mds: cast numbers for mds health to string when print
MDSHealthMetric.metadata is a map<string,string>, so the num in
`m.metadata["foo"] = num` is casted to char when bein...
Kefu Chai
04:08 PM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
Is the dup op log that small? That's <200 tids we are talking about.
Josh, can you attach those logs? It'd be inte...
Ilya Dryomov
04:00 PM Linux kernel client Bug #12763: rbd: unmap failed: (16) Device or resource busy
The location of osd dirs shouldn't matter here. Typically, you get -EBUSY on rbd unmap if your block device is still... Ilya Dryomov
03:47 PM Linux kernel client Bug #12867 (Resolved): support CEPH_FEATURE_MSGR_KEEPALIVE2
With "libceph: don't access invalid memory in keepalive2 path" and "libceph: advertise support for keepalive2" queued... Ilya Dryomov
03:37 PM Revision 8c618e56 (ceph): buildpackages: re-use config from install task
So that the packages built match what the install task expects.
http://tracker.ceph.com/issues/13031 Fixes: #13031
...
Loic Dachary
02:55 PM Bug #13090 (Fix Under Review): ceph health detail format error in the mds0: line
https://github.com/ceph/ceph/pull/5944 Kefu Chai
02:16 PM Bug #13090 (In Progress): ceph health detail format error in the mds0: line
Kefu Chai
02:44 PM Bug #12737 (Can't reproduce): pg stuck in WaitLocalBackfillReserved, asok unresponsive
Sage Weil
02:43 PM Bug #12912 (Resolved): Messenger/MessengerTest.SyntheticInjectTest4/0 hang (asyncmsgr)
Sage Weil
02:43 PM Bug #12967 (Duplicate): osd/ECBackend.cc: 201: FAILED assert(res.errors.empty())
Sage Weil
02:16 PM Revision d40d8ff5 (ceph): buildpackages: pep8 compliance
http://tracker.ceph.com/issues/13031 Fixes: #13031
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary
02:13 PM Revision 0eeb441b (ceph): buildpackages: build ceph packages and upload them
Import install from task.
http://tracker.ceph.com/issues/13031 Fixes: #13031
Signed-off-by: Loic Dachary <loic@dach...
Loic Dachary
01:53 PM Bug #12824 (Can't reproduce): osd/ReplicatedPG.cc: 10604: FAILED assert(obc) in hit_set_remove_all
Kefu Chai
01:53 PM Bug #13098 (Resolved): OSD crashed when reached pool's max_bytes quota
[enviroment]
ceph version 0.94.3-196-g19ff928 (19ff92806fd1e0fb866737f58e379aa8078b8017)
[huangjun@code253 src]$ ...
huang jun
01:46 PM Bug #12974 (Can't reproduce): el7: /var/run/ceph mysteriously reverts to 770
Sage Weil
01:45 PM Bug #13059: rpm upgrade does not fix /var/run/ceph ownership/permissions
Boris Ranto wrote:
> RPM does fix the file/dir ownership on upgrade. What happens here is that these files are manag...
Sage Weil
01:44 PM Stable releases Tasks #13097 (Closed): replicatedPG:the assert occurs in the fuction ReplicatedPG::on_local_recover.
-7> 2015-08-28 17:56:08.179961 7fa382c26700 5 -- op tracker -- seq: 387, time: 2015-08-28 17:56:08.179961, event: ... lu shi
01:40 PM Revision 97ea80ca (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
01:38 PM Feature #11443: Elector: throttle election attempts from DoSing peers
Sage,
backporting the respawn thresholds for upstart helps with some cases, but not the case where we originally s...
Kefu Chai
01:25 PM Revision 5dfcd3ff (ceph): Merge pull request #5916 from xiaoxichen/fix1
os/OSD.cc cast osd_max_write_size to int64_t
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:22 PM Revision a59cd6f9 (ceph): Merge pull request #5940 from flyd1005/master
doc: Fixes a wrong directory name and a broken hyperlink
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Loïc Dachary
01:18 PM Revision 422d290c (ceph): Merge pull request #5912 from badone/bug_7822
examples: hello_world.cc: fix the displayed content
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Kefu ...
Kefu Chai
01:14 PM Revision 646e53c1 (ceph): Merge pull request #5933 from dachary/wip-max-stale
common: osd_pg_epoch_persisted_max_stale < map_cache_size
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:13 PM rgw Bug #13096 (Resolved): rgw: The type of caps can be any value.
When executing the command of [radosgw-admin caps add --uid=wkm --caps="122=write"], the results show we add caps suc... Kongming Wu
12:55 PM Revision 71f65295 (ceph): doc: fix a broken hyperlink
Signed-off-by: Li Peng <lip@dtdream.com> Li Peng
12:37 PM CephFS Feature #12137: cephfs-data-scan: backward scan of dirfrag objects, inject orphans

non-fragmented-dir case: https://github.com/ceph/ceph/pull/5941
John Spray
12:21 PM Revision 4b3ccc69 (ceph): Merge pull request #5934 from cernceph/wip-logrotate
logrotate: logs are now owned by ceph:ceph
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
12:06 PM Revision bbe27dc6 (ceph): doc: Fixes a wrong directory name.
Signed-off-by: Li Peng <lip@dtdream.com> Li Peng
11:24 AM CephFS Bug #13067: MDSRank unhealthy on hammer -> infernalis upgrade
Zheng Yan
08:36 AM CephFS Bug #13067 (Fix Under Review): MDSRank unhealthy on hammer -> infernalis upgrade
https://github.com/ceph/ceph/pull/5937/files Zheng Yan
10:36 AM Revision 98ded95a (ceph): Merge pull request #5937 from ukernel/wip-13067
Wip 13067
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:01 AM Revision 2b25080d (ceph): buildpackages: build ceph packages and upload them
Build Ceph packages from source for the required revision, os_type,
os_version and architecture and upload them to th...
Loic Dachary
09:47 AM Linux kernel client Bug #8818: IO Hang on raw rbd device - Workqueue: ceph-msgr con_work [libceph]
The issue in this ticket was a problem triggered by a change to the core kernel and is fixed. The follow up comments... Ilya Dryomov
09:25 AM Linux kernel client Bug #8818: IO Hang on raw rbd device - Workqueue: ceph-msgr con_work [libceph]
Hi!
Are there any news here?
We are still having exactly the same issues with our cluster. And our *ONLY* usecase...
Christian Eichelmann
09:45 AM Revision 8499d380 (ceph): Merge pull request #560 from dachary/wip-13026-hammer-stop
hammer-x: test CEPH_FEATURE_HAMMER_0_94_4 Loïc Dachary
08:58 AM Revision 26bcb362 (ceph): Examples: hello_world.cc, content displayed after read is not null term...
Copy contents of bufferlist to a string before sending to stdout since a
bufferlist is not null terminated.
Fixes: #...
Brad Hubbard
08:41 AM Bug #12936 (In Progress): shec fails i386 make check
Loïc Dachary
08:34 AM Revision 4e8242a0 (ceph): mds: reset MDSRank heartbeat timeout even when MDS is laggy
Fixes: #13067
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:24 AM devops Backport #13091 (Resolved): upstart: configuration is too generous on restarts
this backport has not been tested Loïc Dachary
08:23 AM Revision 2b11a4c0 (ceph): Merge pull request #5930 from liewegas/wip-11798-hammer
upstart: limit respawn to 3 in 30 mins (instead of 5 in 30s)
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
08:15 AM Revision 807a34cc (ceph): common: osd_pg_epoch_persisted_max_stale < map_cache_size
1ff51a299d20dd73a95ba55fdec57498b8c71c13 reduced map_cache_size to 200,
osd_pg_epoch_persisted_max_stale must be lowe...
Loic Dachary
07:57 AM rgw Bug #13095 (In Progress): rgw: MDlog will not output correctly
By executing the command of "radosgw-admin mdlog list", if we only specify the option of "--end-date", eg."radosgw-ad... Kongming Wu
07:53 AM Feature #12740: ceph-objetstore-tool: add operations to remove clone ids from a head or snapdir
Hi @David, any progress on this?
do you need any help?
Igor Voloshanenko
07:15 AM CephFS Support #13055 (Closed): Problem with disconnect fuse by mds
Zheng Yan
06:50 AM CephFS Support #13055: Problem with disconnect fuse by mds
thx. topic can be closed Sergey Mir
06:46 AM CephFS Support #13055: Problem with disconnect fuse by mds
Yes, we have fixed it. But the fix was not included in any release (We fix it after releasing v0.94.3), You need to ... Zheng Yan
06:21 AM CephFS Support #13055: Problem with disconnect fuse by mds
i have found the SAME problem at ceph tracker: http://tracker.ceph.com/issues/12297
logs are the same as into the 12...
Sergey Mir
07:10 AM Revision 73d7bed9 (ceph): logrotate: logs are now owned by ceph:ceph
Add the su directive to avoid this error during logrotate:
error: skipping "/var/log/ceph/ceph-osd.0.log" because pa...
Dan van der Ster
07:10 AM Linux kernel client Bug #13081: data on rbd image get corrupted when pool quota is smaller than the size of the rbd i...
This is due to http://tracker.ceph.com/issues/12018 - fixed on the osd and userspace client. Moving this to the kerne... Josh Durgin
07:08 AM rbd Bug #12018 (Resolved): rbd and pool quota do not go well together
osd: commit:67de12bf9b67c29bf613e831f4146ff9809e42f7 client: commit:dbcf2e40d3e8a92f280879c74b7ca954a902b2d1 test: co... Josh Durgin
06:31 AM rbd Backport #13045 (New): rbd export-diff crashes in librbd::simple_diff_cb
Thanks Jason! This backport is yours now. Abhishek Varshney
06:24 AM Backport #13094: Pipe: Drop connect_seq increase line
this backport was not tested prior to merge Loïc Dachary
06:23 AM Backport #13094 (Resolved): Pipe: Drop connect_seq increase line
https://github.com/ceph/ceph/pull/5908 Loïc Dachary
06:23 AM Bug #13093 (Resolved): Pipe: Drop connect_seq increase line
https://github.com/ceph/ceph/commit/67225cb3ee1f6d274a02293724942bdb25cec8ca Loïc Dachary
06:15 AM Bug #12647: Ceph log rotation backup strategy leads to log stop recording
Sage Weil wrote:
> The logrotate script shoudl be rotating by doing a reload already.. can you attach your logrotate...
huanwen ren
05:36 AM Bug #13074: tcmalloc segfaults in Pipe::writer() when bufferlist goes out of scope
Sorry this isn't clearer Greg. Unfortunately the failed formatting isn't helping and I can't find a way to edit my or... Brad Hubbard
01:33 AM Revision 7250fb18 (ceph): os/OSD.cc cast osd_max_write_size to int64_t
Otherwise overflow may occur and negative values generated.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
01:20 AM Documentation #13092 (Closed): Cache tiering, clarification on cache miss behaviour
I'm opening this bug on the request of gregsfortytwo, who was very helpful in a brief discussion on IRC (#ceph-devel)... Christian Marie
12:16 AM Revision 95d5e38e (ceph): Merge pull request #564 from ceph/wip-hammer-x
fixes for hammer-x Sage Weil
12:14 AM Revision 2460ce3b (ceph): upgrade/hammer-x: hammer test.sh before and during upgrade
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
12:14 AM Revision 39f9ce60 (ceph): upgrade/hammer-x/split-*: ignore osdmap encode errors
This is normal during upgrade.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
12:09 AM Revision 139b5d62 (ceph): os: require Sequencer arg for apply_transaction()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil

09/14/2015

10:34 PM Bug #13032: client nonce collision due to unshared pid namespaces
Yes, that would do it: https://github.com/ceph/ceph/blob/da96a89033590277460aef1c80f385bd93d625e1/src/librados/RadosC... Josh Durgin
10:27 PM Feature #11443: Elector: throttle election attempts from DoSing peers
Yes, getting the good and bad behaviors right is hard. Remember this needs to be something that each monitor can trac... Greg Farnum
08:47 PM Feature #11443: Elector: throttle election attempts from DoSing peers
https://github.com/ceph/ceph/pull/5930 Sage Weil
08:43 PM Feature #11443: Elector: throttle election attempts from DoSing peers
Trivial workaround here is backporting the respawn thresholds for upstart? Sage Weil
10:13 PM Bug #13090: ceph health detail format error in the mds0: line
Kefu, can you check if this is just an output error, and if not pass it on the FS project? Greg Farnum
09:04 PM Bug #13090 (Resolved): ceph health detail format error in the mds0: line
While testing the Ceph File System, I noticed the mds0: line shows num_segments as "T" when I ran *ceph health detail... Eric Eastman
10:00 PM devops Backport #13091 (In Progress): upstart: configuration is too generous on restarts
Loïc Dachary
10:00 PM devops Backport #13091 (Resolved): upstart: configuration is too generous on restarts
https://github.com/ceph/ceph/pull/5930 Loïc Dachary
10:00 PM devops Bug #11798 (Pending Backport): upstart: configuration is too generous on restarts
Loïc Dachary
08:47 PM devops Bug #11798: upstart: configuration is too generous on restarts
https://github.com/ceph/ceph/pull/5930 (hammer backport) Sage Weil
09:57 PM Revision 0022c035 (ceph): Merge pull request #5908 from liewegas/wip-simple-connect-hammer
Pipe: Drop connect_seq increase line
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Loïc Dachary
09:53 PM Bug #13089: mon: check for store writeablility before participating in election
Mmm, I'm not sure we want to do the naive thing (write a file and fsync) on every election as that will slow them dow... Greg Farnum
07:36 PM Bug #13089 (Resolved): mon: check for store writeablility before participating in election
Samuel Just
09:35 PM Bug #13074: tcmalloc segfaults in Pipe::writer() when bufferlist goes out of scope
I'm not quite following all the jumps between different code blocks here. What scenario is this crash appearing in? D... Greg Farnum
12:00 AM Bug #13074 (Can't reproduce): tcmalloc segfaults in Pipe::writer() when bufferlist goes out of scope
@
ceph version 0.94.2 (5fb85614ca8f354284c713a2f9c610860720bbf3)
1: /usr/bin/ceph-osd() [0xacb3ba]
2: (()+0x1034...
Brad Hubbard
09:31 PM Bug #12903 (Resolved): No longer able to host rbd images on cache-tier backed by EC pool
Josh Durgin
08:44 PM Revision b3822f11 (ceph): upstart: limit respawn to 3 in 30 mins (instead of 5 in 30s)
It may take tens of seconds to restart each time, so 5 in 30s does not stop
the crash on startup respawn loop in many...
Sage Weil
08:40 PM Bug #13083 (Resolved): centos7: systemd unit specifies 2^32, process as 2^16 nofile ulimit
https://github.com/ceph/ceph/pull/5923 Sage Weil
06:22 PM Bug #13083: centos7: systemd unit specifies 2^32, process as 2^16 nofile ulimit
max is 1048576 apparently Sage Weil
04:22 PM Bug #13083 (Resolved): centos7: systemd unit specifies 2^32, process as 2^16 nofile ulimit
observed on bigbang Sage Weil
08:40 PM Revision 7d89225a (ceph): Merge pull request #5923 from ceph/wip-limits
set limits in systemd unit files Sage Weil
08:36 PM Bug #13068 (Fix Under Review): osd: leaking transactions
https://github.com/ceph/ceph/pull/5929 Sage Weil
06:26 PM Bug #13068 (In Progress): osd: leaking transactions
Sage Weil
01:50 PM Bug #13068: osd: leaking transactions
i am looking at this, no progress so far. Kefu Chai
08:33 PM Revision 16c672c7 (ceph): os/newstore: kill default_osr
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:33 PM Revision e7b57cd0 (ceph): os/newstore: better sequencer debug
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:33 PM Revision 83c83e44 (ceph): os/KeyValueStore: kill default_osr
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:33 PM Revision 1002201a (ceph): os/KeyValueStore: better osr debug
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:33 PM Revision df921125 (ceph): ceph_objectstore_test: fix warnings
In file included from test/objectstore/store_test.cc:34:0:
../src/gmock/gtest/include/gtest/gtest.h: In instantiation...
Sage Weil
08:33 PM Revision 10b00f09 (ceph): os/FileStore: assert Sequencer is passed in; kill default_osr
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:33 PM Revision b46cdc02 (ceph): os/ObjectStore: fix leak ref on Sequencer_impl
This should start at 0 refs, not 1.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:33 PM Revision 47e7953c (ceph): os/FileStore: improve debug output for sequencers
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:33 PM Revision fedf360a (ceph): osd: queue all transactions under an osr
This was missed in e7bbafa3bfbd5e936a8be026a30b83a89f6121c3.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:19 PM Revision 583a2959 (ceph): rgw: json dump rgw_obj::orig_obj
useful for debugging
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
08:19 PM Revision d5f8c8e4 (ceph): rgw: unit test for testing rgw_obj encoding correctness
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
08:19 PM Revision 470afb9c (ceph): rgw: rgw_obj encoding fixes
Fix a few issues:
- conversion to and from rgw_obj_key
- strip_namespace_from_object() in the case where object sta...
Yehuda Sadeh
08:19 PM Revision 988979c3 (ceph): rgw: transform from cls_rgw_obj_key to rgw_obj correctly
Fixes: #12819
cls_rgw_obj_key keeps object names encoded, so need to transform from
it to rgw_obj correctly.
Signed-...
Yehuda Sadeh
08:17 PM devops Feature #13063 (In Progress): cobbler/ansible: put inktank-rescue image in cobbler-profiles role
The files are here: http://apt-mirror.front.sepia.ceph.com/inktank-rescue/ Zack Cerza
08:05 PM CephFS Fix #11187 (Resolved): ceph-qa-suite: reduce required machine numbers
This is done for the regular suite, at least, and has not been provoking new problems that I can tell. Greg Farnum
07:59 PM rgw Bug #13015 (Pending Backport): rgw: intra region copy does not preserve acl
Yehuda Sadeh
07:54 PM Bug #12936: shec fails i386 make check
This still happens:... Sage Weil
06:42 PM Bug #13088: a73a4cb breaks "--without-libatomic-ops" (firefly)
That's odd:... Greg Farnum
06:33 PM Bug #13088 (Resolved): a73a4cb breaks "--without-libatomic-ops" (firefly)
The following commit causes a build-failure when built "@--without-libatomic-ops@": https://github.com/ceph/ceph/comm... Ken Dreyer
06:00 PM Revision 8453a89c (ceph): systemd: set nofile limit in unit files
Make it big so hopefully nobody has to change it.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:00 PM Revision 367c794c (ceph): systemd: no need to preprocess ceph-osd@service
This used to be necessary but now is not.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:00 PM Revision 8e13d89f (ceph): systemd: eliminate ceph-rgw tmpfiles.d file
This is for storing the rgw socket files for fastcgi, which we do not
want to enable by default.
Signed-off-by: Sage...
Sage Weil
04:34 PM Feature #13079 (Fix Under Review): ceph-monstore-tool can get map info in human-readable
https://github.com/ceph/ceph/pull/5921 Kefu Chai
08:20 AM Feature #13079 (Resolved): ceph-monstore-tool can get map info in human-readable
if we want to see a map in human readable format.
we should:
(1) ceph-monstore-tool mon-store-path get monmap -- ...
bo cai
04:31 PM Revision 1ff51a29 (ceph): osd: drop default map cache size from 500 -> 200
OSDs don't need this from each other anymore since they send
a pg_interval_map_t with pg notify. This cache is only ...
Sage Weil
04:24 PM Feature #13084 (New): ceph-disk: will not work with an software array (md) as journal destination
[root@ceph001 ~]# ceph-disk -v prepare --fs-type xfs --cluster ceph -- /var/lib/ceph/osd/sdi0sdj /dev/md/sdi0sdj1
DE...
Kenneth Waegeman
04:04 PM Revision 8678a8ac (ceph): kill /etc/security/limits.d/ceph
This only affects login shells; not useful.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:43 PM rgw Bug #10295: rgw deleting S3 objects leaves __shadow_ objects behind
Is the data that you see new, or is it the same old data that leaked before running 0.94.3? What do you see when you ... Yehuda Sadeh
03:43 PM rbd Backport #13045: rbd export-diff crashes in librbd::simple_diff_cb
I don't think this issue will cleanly backport -- let me know if you want me to backport it. Jason Dillaman
03:30 PM rbd Bug #13082 (Fix Under Review): Valgrind memcheck detects out-of-bounds memory read
*master PR*: https://github.com/ceph/ceph/pull/5926 Jason Dillaman
03:23 PM rbd Bug #13082 (Resolved): Valgrind memcheck detects out-of-bounds memory read
http://qa-proxy.ceph.com/teuthology/teuthology-2015-09-11_23:00:07-rbd-master---basic-multi/1051993/teuthology.log
Jason Dillaman
03:27 PM Revision adb8478b (ceph): include/inline_memory: out-of-bounds read on unaligned memory
When checking if a >=16 byte unaligned buffer is zeroed, the 32bit
check will read outside the buffer memory range.
...
Jason Dillaman
03:15 PM Revision 0b03b32d (ceph): tools:remove the local file when get map failed.
Signed-off-by: Bo Cai <cai.bo@h3c.com> Bo Cai
02:37 PM Bug #12421 (Won't Fix): "failed to encode map <nap> with expected crc" when mon on hammer and OSD...
This is normal and expected. Sage Weil
02:24 PM Revision c2a9764f (ceph): mon: do not return ref to MonOpRequest::get_session() caller
Most callers don't put the ref, and since we hold the op ref it's
not necessary. This will also make a somewhat cle...
Sage Weil
02:19 PM Linux kernel client Bug #13081 (Resolved): data on rbd image get corrupted when pool quota is smaller than the size o...
1. linux kernel is 4.1.1... runsisi hust
02:12 PM Bug #11680 (Can't reproduce): mon crashes when "ceph osd tree 85 --format json"
Kefu Chai
02:12 PM Bug #11680: mon crashes when "ceph osd tree 85 --format json"
quote of Kefu's inquiry
> Eino, i was looking at your issue at http://tracker.ceph.com/issues/12876.
> seems it i...
Kefu Chai
09:14 AM Bug #11680: mon crashes when "ceph osd tree 85 --format json"
sent mail to Eino for more information. Kefu Chai
09:13 AM Bug #11680 (Need More Info): mon crashes when "ceph osd tree 85 --format json"
quote Eino's report:
> >
> > I'm getting a segmentation fault error from the monitor of our test
> > cluster. Th...
Kefu Chai
01:56 PM Revision d99e6899 (ceph): mon: fix MonSession leak when waitlisting op
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:43 PM Bug #13080 (Rejected): python-rados in PyPI / with python3 ?
Hello,
I am currently testing ceph, and would be very happy if python-rados was available in python3.
One of the ...
not sqrt
01:33 PM Bug #13078 (Fix Under Review): ceph-monstore-tool still create a local file when get map failed
https://github.com/ceph/ceph/pull/5920 Kefu Chai
08:09 AM Bug #13078 (Resolved): ceph-monstore-tool still create a local file when get map failed
when i try to get a map that dose not exist, it print an error, but still create a local file.
*here is the comman...
bo cai
01:22 PM Revision 6ca59302 (ceph): osd: should use ec_pool() when checking for an ecpool
we were using pool.info.require_rollback() in do_osd_ops() when
handling OP_SPARSE_READ to tell if a pool is an ecpoo...
Kefu Chai
01:22 PM Revision 64b22dcb (ceph): ceph_test_rados: also send sparse_read in ReadOp
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 5ae2e7a185b5f95753a09a89d7110fc38848a083)
Con...
Kefu Chai
01:22 PM Revision 8849f993 (ceph): ceph_test_rados_api_io: add tests for sparse_read
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 4d4920610ebfcb516630ed15678979c9e9292f5a)
Co...
Kefu Chai
01:22 PM Revision cecd68d0 (ceph): ceph_test_rados_api_aio: add a test for aio_sparse_read
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 076bad955d374cbb37b77e2b0429f3c85f32abc0)
Kefu Chai
01:22 PM Revision 31804991 (ceph): osd: translate sparse_read to read for ecpool
Fixes: #12012
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 700d42ef1c82f5602249b96690ae881c...
Kefu Chai
01:02 PM CephFS Support #13055: Problem with disconnect fuse by mds
Sergey Mir wrote:
> Thx,for now i need to wait next disconnect of fuse to look the message log...
> Besides,i have ...
Zheng Yan
11:17 AM CephFS Support #13055: Problem with disconnect fuse by mds
Thx,for now i need to wait next disconnect of fuse to look the message log...
Besides,i have changed filestore queue...
Sergey Mir
08:02 AM CephFS Support #13055: Problem with disconnect fuse by mds
make sure /var/log/ceph directory exist and have proper permission. add "debug client = 20" to client section of ceph... Zheng Yan
07:28 AM CephFS Support #13055: Problem with disconnect fuse by mds
there is no such log files on the client side where ceph-fuse is using...
as i understand logging is turned off, so ...
Sergey Mir
06:34 AM CephFS Support #13055: Problem with disconnect fuse by mds
Sergey Mir wrote:
> Zheng Yan wrote:
> Can you find any clue in ceph-fuse.log?
>
> there is no ceph-fuse.log on...
Zheng Yan
06:21 AM CephFS Support #13055: Problem with disconnect fuse by mds
Sergey Mir wrote:
> ceph-fuse process still works after "disconnect" so i should make umount and only then mount to ...
Zheng Yan
06:19 AM CephFS Support #13055: Problem with disconnect fuse by mds
Sergey Mir wrote:
> hello, is there any way to fix the problem?
try "ceph daemon client.xxx kick_stale_sessions"
Zheng Yan
05:18 AM CephFS Support #13055: Problem with disconnect fuse by mds
hello, is there any way to fix the problem? Sergey Mir
12:33 PM Feature #13077: osd: new pool settings: scrub_interval, deep_scrub_interval
https://github.com/ceph/ceph/pull/5922 Mykola Golub
07:40 AM Feature #13077 (Resolved): osd: new pool settings: scrub_interval, deep_scrub_interval
Right now it is possible to control frequency of scrub runs via config using these parameters:
osd_deep_scrub_int...
Mykola Golub
12:33 PM Feature #13076: osd: new pool flags: noscrub, nodeep-scrub
https://github.com/ceph/ceph/pull/5922 Mykola Golub
07:26 AM Feature #13076 (Resolved): osd: new pool flags: noscrub, nodeep-scrub
Right now it is possible to disable scrub and deep-scrub for the whole cluster:
ceph osd set noscrub
ceph osd...
Mykola Golub
12:29 PM Bug #12755: selinux: ceph-mon denial on wip-user
Lowering the priority as this does not seem to happen after the patch, the underlying issue is likely still there, th... Boris Ranto
09:32 AM rgw Bug #13020 (Fix Under Review): rgw: include RequestId as part of the Error response
Abhishek Lekshmanan
09:29 AM Revision d903df51 (ceph): tools:Removing duplicate references
Signed-off-by: Bo Cai <cai.bo@h3c.com> Bo Cai
09:19 AM Bug #13059: rpm upgrade does not fix /var/run/ceph ownership/permissions
RPM does fix the file/dir ownership on upgrade. What happens here is that these files are managed by systemd and syst... Boris Ranto
08:52 AM rgw Bug #12761 (Pending Backport): Keystone Fernet tokens break auth
Since affected version is hammer, I'm marking this for hammer backport. It is upto the leads to decide if the backpor... Abhishek Lekshmanan
08:50 AM Revision 2f663d90 (ceph): rgw: make radosgw-admin user rm idempotent
Fixes: #5378
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
08:18 AM Backport #12835 (Fix Under Review): mon: map_cache can become inaccurate if osd does not receive ...
Kefu Chai
07:03 AM Revision fef7142c (ceph): ceph: fix rename into sub-directory check
the check is important for FreeBSD because there is such check
in its kernel.
Signed-off-by: Yan, Zheng <zyan@redhat...
Yan, Zheng
06:34 AM rgw Backport #13047: Content-Type header should have correct initial capitals
Assigning to me until kmroz gets tracker privileges. Nathan Cutler
04:13 AM Bug #13069: mon: many many leaks (MonSession?)
sage, could you cherry-pick mine? https://github.com/tchaikov/ceph/tree/wip-monsession-leak Kefu Chai
02:08 AM Bug #13069 (In Progress): mon: many many leaks (MonSession?)
Sage Weil
02:08 AM Bug #13069: mon: many many leaks (MonSession?)
Sage Weil
02:07 AM Bug #13069: mon: many many leaks (MonSession?)
I got as far as github.com:liewegas/ceph wip-mon-leaks. We are still leaking MonSession (4 refs worth!). Sage Weil
02:04 AM Revision 40c3c85a (ceph): mon: debug MonSession refs
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:04 AM Bug #13075: ms async: msg throttle busy loops?
Why I don't find "remote" dir at /a/sage-2015-09-12_17:44:29-rados-wip-sage-testing---basic-multi/1052889 ?
Is mes...
Haomai Wang
01:17 AM Bug #13075 (Can't reproduce): ms async: msg throttle busy loops?
... Sage Weil
01:48 AM Revision 640ebbfa (ceph): mon/PGMonitor: fix use-after-free in stats ack
The MonOpRequestRef owns one ref; we need to get() another so we
can pass it to send_reply.
Signed-off-by: Sage Weil...
Sage Weil
01:44 AM Revision 68ecc55d (ceph): mon: do not leak ref creating MonOpRequest
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:42 AM Revision 3a7d91d2 (ceph): msg/simple: debug refs on sent messages
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:36 AM Revision 7d112c64 (ceph): mon/MDSMonitor: drop incorrect m->put()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:13 AM Bug #12990: osd: we do not ignore notify from down osds
/a/sage-2015-09-12_17:44:29-rados-wip-sage-testing---basic-multi/1052905 Sage Weil

09/13/2015

08:00 PM rgw Backport #13047 (In Progress): Content-Type header should have correct initial capitals
someone is working on this - more info soon Nathan Cutler
02:16 PM Feature #13073 (New): automatically set journal file name as osd.{osd-num} with ceph-deploy.
I ran this as a test:
??ceph-deploy osd prepare ceph01-osd02:sdb:/mnt/??
And output is:...
Stefan Eriksson
01:45 PM Messengers Bug #13072 (Can't reproduce): osd_ping messages not getting through
/a/sage-2015-09-12_17:44:29-rados-wip-sage-testing---basic-multi/1052646
a reset happens on one of the two hb conn...
Sage Weil
01:28 PM Revision 0d6a8c63 (ceph): Pipe: Drop connect_seq increase line
Revert commit 0fc47e267b6f8dcd4511d887d5ad37d460374c25.
When accepting and "connect.connect_seq == existing->connect...
Haomai Wang
01:12 PM Messengers Bug #13001 (Resolved): segfault in EventCenter::process_events(int)
Sage Weil
01:12 PM Revision 27d1e4d4 (ceph): Merge pull request #5901 from yuyuyu101/wip-13001
AsyncMessenger: Kepp file_lock hold when accessing its event field Sage Weil
01:12 PM Revision 786f23c5 (ceph): Merge pull request #5626 from majianpeng/objecter
Objecter: fix bus about objecter.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:12 PM Bug #13071 (Resolved): objecter: cancellation bugs
https://github.com/ceph/ceph/pull/5626 Sage Weil
01:09 PM Bug #12991 (Resolved): Error EINVAL: next mdsmap epoch 15 != 14
Sage Weil
01:08 PM Revision c625671c (ceph): Merge pull request #5840 from liewegas/wip-12991
qa/workunits/cephtool/test.sh: make mds epoch check more tolerant
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil
12:31 PM Backport #13070 (Resolved): ceph-object-corpus: add 0.94.2-207-g88e7ee7 hammer objects
https://github.com/ceph/ceph/pull/5551 Loïc Dachary
12:13 PM rbd Backport #12597 (Resolved): Crash during shutdown after writeback blocked by IO errors
Loïc Dachary
12:10 PM Revision 23fb8113 (ceph): Merge pull request #5767 from dachary/wip-12597-hammer
Crash during shutdown after writeback blocked by IO errors
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Loïc Dachary
11:53 AM Bug #13026 (Resolved): require osds are hammer v0.94.4 or later before upgrading past hammer
Loïc Dachary
09:49 AM Bug #13026 (Fix Under Review): require osds are hammer v0.94.4 or later before upgrading past hammer
Loïc Dachary
11:45 AM Revision 770a573b (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
11:42 AM Revision c1849ecf (ceph): Merge pull request #5687 from liewegas/wip-hammer-feature-hammer
include/ceph_features: define HAMMER_0_94_4 feature Sage Weil
11:41 AM Revision e73ac661 (ceph): Merge pull request #5686 from liewegas/wip-hammer-feature
require osds are hammer v0.94.4 or later before upgrading past hammer
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil
02:11 AM rgw Bug #10295: rgw deleting S3 objects leaves __shadow_ objects behind
Hi Yehuda,
Do you have an update on this bug?
I'm running Ceph 0.94.3 with civetweb and I've run some tests wit...
George Mihaiescu
12:44 AM Revision cac601d6 (ceph): Merge pull request #5905 from ceph/wip-rpm-notcmalloc
ceph.spec: respect CEPH_EXTRA_CONFIGURE_ARGS Sage Weil
12:43 AM Revision f8c66b41 (ceph): Merge pull request #5904 from ceph/wip-submodules
fix a few submodule issues
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil

09/12/2015

10:46 PM Revision 5befd50e (ceph): hammer-x: test CEPH_FEATURE_HAMMER_0_94_4
http://tracker.ceph.com/issues/13026 Refs: #13026
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary
09:43 PM Revision af39f98b (ceph): .gitignore: ignore src/ceph.tmpe
It makes the gitbuilders unhappy. Not sure where it comes from...
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:21 PM Revision 98302adf (ceph): gmock: ignore *.pyc
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:17 PM Revision c57e8688 (ceph): rocksdb: ignore m4
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:12 PM Revision 51abff11 (ceph): ceph.spec: respect CEPH_EXTRA_CONFIGURE_ARGS
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:51 PM Revision 4a5a5b37 (ceph): qa/workunits/cephtool/test.sh: make mds epoch check more tolerant
This can race with an actual mdsmap epoch update for some other
reason. We just need to make sure the epoch *increas...
Sage Weil
05:45 PM Revision a511c245 (ceph): Merge remote-tracking branch 'gh/wip-10617-again'
Sage Weil
04:54 PM CephFS Support #13055: Problem with disconnect fuse by mds
ceph-fuse process still works after "disconnect" so i should make umount and only then mount to back to work... Sergey Mir
04:05 PM Revision 9429b773 (ceph): Merge pull request #5334 from majianpeng/read-len-zero-for-ec
make read ec-object(offset=0, len=0) can work like read no-ec object.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:14 PM CephFS Bug #13067: MDSRank unhealthy on hammer -> infernalis upgrade
Hmm, kinda interesting that it's happening at the point in the log where the mons are restarted. Something in monc b... John Spray
12:38 PM CephFS Bug #13067 (Resolved): MDSRank unhealthy on hammer -> infernalis upgrade
... Sage Weil
01:24 PM Revision 4977d394 (ceph): Merge pull request #563 from ceph/wip-13060
fix test for 11429 (and now 13060) Sage Weil
01:23 PM Backport #13060 (Resolved): osd: hammer: fail to start due to stray pgs after firefly->hammer upg...
Sage Weil
01:23 PM Revision f35c53df (ceph): Merge pull request #5892 from ceph/wip-13060-hammer
osd: allow peek_map_epoch to return an error
Reviewed-by: David Zafman <dzafman@redhat.com>
Sage Weil
01:22 PM Revision f0c925e3 (ceph): suites/rados/singleton-nomsgr/all/11429.yaml: double-hop and fix
- simplify this.. lots of extra cruft we don't need
- restart twice at hammer to ensure that we can still load pgs
...
Sage Weil
01:21 PM Revision 4be8a28d (ceph): osd/PG: peek_map_epoch: skip legacy PGs if infos object is missing
- pg is removed
- osd is stopped before pg is fully removed
- on restart, we ignore/skip the pg because its epoch is ...
Sage Weil
01:20 PM Revision f237ed97 (ceph): osd: allow peek_map_epoch to return an error
Allow PG::peek_map_epoch to return an error indicating the PG
should be skipped.
Signed-off-by: Sage Weil <sage@redh...
Sage Weil
01:20 PM Revision f15d9585 (ceph): osd: allow peek_map_epoch to return an error
Allow PG::peek_map_epoch to return an error indicating the PG
should be skipped.
Signed-off-by: Sage Weil <sage@redh...
Sage Weil
01:20 PM Revision d33fea5d (ceph): sd/PG: tolerate missing pgmeta object
Bug 10617 left stray PG dirs around in firefly. Hammer correctly
ignores these, assuming they are leftover cruft. W...
Sage Weil
01:19 PM Revision 2e44373e (ceph): Merge pull request #5776 from wonzhq/tmap-update
osd: force promote for ops which ec base pool can't handle
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by...
Sage Weil
01:17 PM Bug #13069 (Resolved): mon: many many leaks (MonSession?)
/var/lib/teuthworker/archive/sage-2015-09-11_13:17:43-rados-wip-sage-testing---basic-multi/1050645
my guess is Mon...
Sage Weil
01:15 PM Bug #13068 (Resolved): osd: leaking transactions
... Sage Weil
12:33 PM Revision ff9600a6 (ceph): osd/ReplicatedPG: remove stray debug line
This snuck in
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:36 AM Messengers Bug #13001 (Fix Under Review): segfault in EventCenter::process_events(int)
Haomai Wang
09:34 AM Revision 6e854338 (ceph): AsyncMessenger: Kepp file_lock hold when accessing its event field
When process_event get a file event, other thread may delete this event later
but before we do event
Fix #13001
Sign...
Haomai Wang
07:37 AM rgw Documentation #13066 (Resolved): Document radosgw keystone admin user & tenant options
Similar to other openstack service configurations, rgw seems to support the option of a service tenant and user being... Abhishek Lekshmanan

09/11/2015

10:36 PM devops Feature #13063 (Resolved): cobbler/ansible: put inktank-rescue image in cobbler-profiles role
also, find a place to store the relevant files, even if just temporarily. apt-mirror.front? Zack Cerza
10:01 PM Documentation #12899 (In Progress): Update the 'rados' command "man" page
Updated the 'rados' command "man" pages to include the '--run-name' option under the 'bench' sub-command.
-https:/...
Aron Gunn
09:12 PM Bug #13032: client nonce collision due to unshared pid namespaces
You can strike "--ipc" as well, concurrent invocations on the same machine of "unshare --pid --fork -- rbd list" trig... Kjetil Joergensen
08:38 PM Bug #13032: client nonce collision due to unshared pid namespaces
I'm guessing namespaces aren't entirely supported yet.
Essentially; my reduced breaking testcase.
Makefile wi...
Kjetil Joergensen
06:55 PM Bug #13032: client nonce collision due to unshared pid namespaces
One other potential contributing factor, multiple invocations of rbd list on the same host running within different m... Kjetil Joergensen
05:58 PM Bug #13032: client nonce collision due to unshared pid namespaces
I don't think this is regarding fd's, while I didn't run it under RLIMIT_NOFILE/RLIM_INFINITY, judging by attaching s... Kjetil Joergensen
04:58 PM Bug #13032: client nonce collision due to unshared pid namespaces
Josh Durgin wrote:
> This looks like the client is running into the fd limit, preventing it from opening a socket to...
Kjetil Joergensen
02:45 AM Bug #13032: client nonce collision due to unshared pid namespaces
This looks like the client is running into the fd limit, preventing it from opening a socket to receive a reply, and ... Josh Durgin
02:03 AM Bug #13032 (Resolved): client nonce collision due to unshared pid namespaces
We have a process which concurrently ends up starting 3 jobs concurrently which among other things do a mix of rbd li... Kjetil Joergensen
08:55 PM Revision 37559f50 (ceph): Merge pull request #562 from ceph/wip-radosbench-cleanup
tasks/radosbench: allow cleanup: false Zack Cerza
08:52 PM Revision 5af28cf7 (ceph): tasks/radosbench: allow cleanup: false
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:44 PM Backport #13060: osd: hammer: fail to start due to stray pgs after firefly->hammer upgrade
https://github.com/ceph/ceph-qa-suite/pull/563 Sage Weil
08:04 PM Backport #13060: osd: hammer: fail to start due to stray pgs after firefly->hammer upgrade
reproduced the failure with a modified 11429.yaml... now verifying the fix. Sage Weil
03:02 PM Backport #13060 (Fix Under Review): osd: hammer: fail to start due to stray pgs after firefly->ha...
https://github.com/ceph/ceph/pull/5892 Sage Weil
02:09 PM Backport #13060 (Resolved): osd: hammer: fail to start due to stray pgs after firefly->hammer upg...
https://github.com/ceph/ceph/pull/5892
On Fri, 11 Sep 2015, Haomai Wang wrote:
> On Fri, Sep 11, 2015 at 8:56 PM,...
Sage Weil
08:40 PM Revision f3f41417 (ceph): doc: Updated the rados command man page to include the --run-name optio...
Fixes: #12899
Signed-off-by: ritz303 <ritz_303@yahoo.com>
Aron Gunn
05:59 PM rbd Feature #13025 (Fix Under Review): Add scatter/gather support to librbd C/C++ APIs
Jason Dillaman
01:11 AM rbd Feature #13025: Add scatter/gather support to librbd C/C++ APIs
Adding new methods to the C API:... Jason Dillaman
05:43 PM rgw Bug #12537: [CVE-2015-5245] RGW returns requested bucket name raw in "Bucket" response header
Please see https://www.owasp.org/index.php/HTTP_Response_Splitting for an explanation about HTTP header manipulation ... Ken Dreyer
05:30 PM Feature #11443: Elector: throttle election attempts from DoSing peers
What about a model like
void behaved()
void disappointed()
bool should_ignore()
with a couple exponential...
Sage Weil
05:19 PM Bug #13059: rpm upgrade does not fix /var/run/ceph ownership/permissions
I think we need the equivalent of
https://github.com/ceph/ceph/blob/master/debian/ceph-common.postinst#L67-L86
Sage Weil
01:50 PM Bug #13059 (Resolved): rpm upgrade does not fix /var/run/ceph ownership/permissions
/a/sage-2015-09-10_16:14:42-rados-wip-sage-testing---basic-multi/1049102 Sage Weil
05:13 PM Backport #12940 (Fix Under Review): IO error on kvm/rbd with an erasure coded pool tier (after an...
https://github.com/ceph/ceph/pull/5897 Kefu Chai
04:08 PM Backport #12940 (In Progress): IO error on kvm/rbd with an erasure coded pool tier (after an upgr...
Kefu Chai
09:27 AM Backport #12940 (New): IO error on kvm/rbd with an erasure coded pool tier (after an upgrade from...
Abhishek Varshney
05:02 PM Revision 78de6fd6 (ceph): Merge pull request #5896 from liewegas/wip-fix-spec
ceph.spec: include /etc/sysconfig/ceph
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Sage Weil
04:21 PM Bug #12722: osd: OSD::do_mon_report stuck at acquiring osd_lock (more than 10mins) and cause OSD ...
Sorry for the delayed work on this one, I will make a PR next week. Guang Yang
04:20 PM Revision e9847570 (ceph): Merge pull request #561 from ceph/wip-sudo
sudo ceph Zack Cerza
04:19 PM Revision 4dea76e0 (ceph): ceph.spec: include /etc/sysconfig/ceph
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:19 PM Revision 22dc3df4 (ceph): Merge pull request #559 from ceph/wip-10328
leaks Zack Cerza
04:15 PM Revision dad981d3 (ceph): tasks: sudo ceph for cli
/var/run/ceph is 770. This is mainly necessary for any
interaction with the daemon sockets, but it is what users do
...
Sage Weil
04:15 PM Revision 5eb0e4dd (ceph): suites: sudo ceph
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:01 PM CephFS Support #13055: Problem with disconnect fuse by mds
when "transported point is not connected" happen, could you check if the ceph-fuse process still exists. If not, run ... Zheng Yan
02:35 PM CephFS Support #13055: Problem with disconnect fuse by mds
and about high load... i've checked mds nodes for memory overload or some other physical overload - didnt find anythi... Sergey Mir
02:31 PM CephFS Support #13055: Problem with disconnect fuse by mds
Zheng Yan wrote:
Can you find any clue in ceph-fuse.log?
there is no ceph-fuse.log on clients...
fuse have same...
Sergey Mir
02:26 PM CephFS Support #13055: Problem with disconnect fuse by mds
dmesg and other clients logs are empty...
i have 5 clients with mounted to ceph.
3 of them are using more often(ma...
Sergey Mir
02:20 PM CephFS Support #13055: Problem with disconnect fuse by mds
"Transport endpoint is not connected" almost always means that the ceph-fuse client process has gone away. Check dmes... Greg Farnum
02:20 PM CephFS Support #13055: Problem with disconnect fuse by mds
Zheng Yan,
yes,as i pasted earlier in my config, i have changed it to mds_session_autoclose = 60
Sergey Mir
02:19 PM CephFS Support #13055: Problem with disconnect fuse by mds
Sergey Mir wrote:
> fuse is just disconnecting from ceph and says "transported point is not connected" and thats all...
Zheng Yan
02:14 PM CephFS Support #13055: Problem with disconnect fuse by mds
>> 2015-09-10 13:11:17.068839 mds.0 [INF] closing stale session client.343916 (client_ip):0/8623 after 64.626196
MDS...
Zheng Yan
01:59 PM CephFS Support #13055: Problem with disconnect fuse by mds
fuse is just disconnecting from ceph and says "transported point is not connected" and thats all, no logs or some oth... Sergey Mir
01:41 PM CephFS Support #13055: Problem with disconnect fuse by mds
We need to know how the system is misbehaving -- not just to see log snippets.
What is the symptom of the problem ...
John Spray
12:59 PM CephFS Support #13055: Problem with disconnect fuse by mds
Need some solution to solve that problem. it drops again...
2015-09-11 15:42:57.450895 7fb118d06700 0 -- (mds00/m...
Sergey Mir
11:09 AM CephFS Support #13055: Problem with disconnect fuse by mds
fuse loose connections few times a day with output in logs as i pasted at my previous message from few different log ... Sergey Mir
10:43 AM CephFS Support #13055: Problem with disconnect fuse by mds
The log snippets you've pasted don't make much sense — you have some entries going back in time, and it looks like th... Greg Farnum
10:25 AM CephFS Support #13055 (Closed): Problem with disconnect fuse by mds
Hello. Nobody knows answer in hex chat(ceph) about, so im asking advice here.
i have ceph version 0.94.3 (95cefea9fd...
Sergey Mir
03:56 PM Revision f5c8735d (ceph): Merge pull request #5895 from jcsp/wip-doc-default-pools
doc: remove references to default data/metadata pools Sage Weil
03:53 PM Revision 9b3f36f9 (ceph): ceph: add option to expect valgind errors and fail if there are none
See #10328
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:53 PM Revision 822fa666 (ceph): rados/singleton-nomsgr/all/valgrind-leaks: verify leak checking works
Fixes: #10328
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:46 PM Revision 86570812 (ceph): doc: remove references to default data/metadata pools
These haven't existed since 0.84 -- the cephfs documentation
was updated at the time, but there were also references ...
John Spray
03:44 PM Bug #12976 (Resolved): debian jessie: /var/run/ceph not created
Sage Weil
03:42 PM Revision 89e2c28c (ceph): Merge pull request #5803 from ceph/wip-debian-systemd
debian systemd support; /etc/{sysconfig,default}/ceph; easy jemalloc enablement
Reviewed-by: Ken Dreyer <kdreyer@red...
Sage Weil
03:38 PM Revision ea91c4ef (ceph): systemd: tmpfiles.d in /run, not /var/run
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:38 PM Revision c3d23cad (ceph): ceph-common: explicitly trigger /run/ceph creation
This doesn't happen magically on debian.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:38 PM Revision c8bfc354 (ceph): ceph.spec: install /etc/sysconfig/ceph
Make it easy to enable jemalloc, too.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:38 PM Revision cd4bd80a (ceph): Makefile.am: include etc in tarball
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:38 PM Revision 7384a14f (ceph): debian/rules: install systemd files and /etc/default/ceph
Fix the systemd units to use /etc/default instead of /etc/sysconfig. There
is probably a better way...
Signed-off-b...
Sage Weil
03:38 PM Revision c92d13b0 (ceph): debian: fix location of tmpfiles.d
/usr/lib/tmpfiles.d, not /lib/tmpfiles.d
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:36 PM Revision 6779bc2d (ceph): Merge pull request #5869 from ceph/wip-rpm-dirs
ceph.spec: make /var/{lib,log,run} owned by ceph
Reviewed-by: Boris Ranto <branto@redhat.com>
Sage Weil
03:31 PM Revision cbb8cf83 (ceph): Merge pull request #5540 from ceph/wip-selinux-radosgw
selinux: Update policy for radosgw
Reviewed-by: Milan Broz <mbroz@redhat.com>
Sage Weil
03:26 PM Revision 3aa38bc0 (ceph): make /var/run/ceph 770 ceph:ceph
This allows members of the ceph group to make librados clients (like the
ceph cli and qemu) create sockets in the def...
Sage Weil
03:24 PM Revision e7837d1d (ceph): ceph.spec: make /var/{lib,log,run} owned by ceph
Move creation of /var/lib/ceph and /var/run/ceph to ceph-common, too.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:23 PM Bug #12387: osd/PG.cc: 6879: FAILED assert(pg->peer_info.count(so))
https://github.com/ceph/ceph/pull/5780 Loïc Dachary
03:22 PM Bug #12387: osd/PG.cc: 6879: FAILED assert(pg->peer_info.count(so))
65dcc2da76750d0b6dd2cf0031c44f32749f33e5 David Zafman
03:04 PM Bug #13026: require osds are hammer v0.94.4 or later before upgrading past hammer
https://github.com/ceph/ceph/pull/5686... Loïc Dachary
02:48 PM Bug #13061 (Resolved): systemd: daemons restart when package is upgraded
I just updated some ceph-mon and ceph-osd hosts from ceph-9.0.3-1460.g4290d68.el7.x86_64 to ceph-9.0.3-1572.g90cce11.... Dan van der Ster
02:44 PM Backport #13035 (In Progress): requeue_scrub when kick_object_context_blocked
Abhishek Varshney
08:57 AM Backport #13035 (Resolved): requeue_scrub when kick_object_context_blocked
https://github.com/ceph/ceph/pull/5891 Abhishek Varshney
02:40 PM Backport #13037 (In Progress): hit set clear repops fired in same epoch as map change -- segfault...
Abhishek Varshney
08:59 AM Backport #13037 (Resolved): hit set clear repops fired in same epoch as map change -- segfault si...
https://github.com/ceph/ceph/pull/5890 Abhishek Varshney
02:27 PM Backport #13042 (In Progress): ThreadPool add/remove work queue methods not thread safe
Abhishek Varshney
09:04 AM Backport #13042 (Resolved): ThreadPool add/remove work queue methods not thread safe
https://github.com/ceph/ceph/pull/5889 Abhishek Varshney
01:47 PM Backport #13036 (In Progress): osd: avoid multi set osd_op.outdata in tier pool
Abhishek Varshney
08:58 AM Backport #13036 (Resolved): osd: avoid multi set osd_op.outdata in tier pool
https://github.com/ceph/ceph/pull/6060 Abhishek Varshney
01:37 PM CephFS Backport #13044 (In Progress): LibCephFS.GetPoolId failure
Abhishek Varshney
09:06 AM CephFS Backport #13044 (Resolved): LibCephFS.GetPoolId failure
https://github.com/ceph/ceph/pull/5887 Abhishek Varshney
01:35 PM Revision 7e7179b4 (ceph): Merge pull request #5871 from liewegas/wip-10328
common: add debug option to deliberately leak some memory
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil
01:33 PM rbd Backport #13045 (In Progress): rbd export-diff crashes in librbd::simple_diff_cb
Abhishek Varshney
09:07 AM rbd Backport #13045 (Resolved): rbd export-diff crashes in librbd::simple_diff_cb
https://github.com/ceph/ceph/pull/6097 Abhishek Varshney
01:30 PM Revision 08781399 (ceph): Merge remote-tracking branch 'gh/wip-tcmalloc'
Sage Weil
01:30 PM Revision f167e8d3 (ceph): .gitignore: radosgw-object-expirer
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:29 PM Bug #13058: Ceph destroyed my MBR record when trying to convert it to GPT after initiating a new ...
The whole output is:... Stefan Eriksson
01:05 PM Bug #13058 (Can't reproduce): Ceph destroyed my MBR record when trying to convert it to GPT after...
Hi
I have my OS on sda and the OS use sda1-3 now I wanted to initiate a new OSD and ran with this command:
And I...
Stefan Eriksson
01:24 PM Fix #13033 (Resolved): logrotate: error in postrotate script
Sage Weil
08:27 AM Fix #13033 (In Progress): logrotate: error in postrotate script
Loïc Dachary
07:35 AM Fix #13033: logrotate: error in postrotate script
https://github.com/ceph/ceph/pull/5881 Dan van der Ster
07:28 AM Fix #13033 (Resolved): logrotate: error in postrotate script
The simplified logrotate scripts give this error:... Dan van der Ster
01:24 PM Revision 90cce118 (ceph): Merge pull request #5881 from cernceph/wip-logrotate
logrotate: ignore exit status 1 from killall
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:19 PM CephFS Bug #12971 (In Progress): TestQuotaFull fails
Looks like this commit might have broken it:... John Spray
01:01 PM Bug #13057 (Resolved): python-setuptools is missing from debian/control
If I run a package build from the current git master, I get this error after about 90 minutes of compilation:
<pre...
Jens Harbott
12:49 PM Backport #13034 (In Progress): osd: copy-from doesn't preserve truncate_{seq,size}
Abhishek Varshney
08:52 AM Backport #13034 (Resolved): osd: copy-from doesn't preserve truncate_{seq,size}
https://github.com/ceph/ceph/pull/5885 Abhishek Varshney
11:51 AM Revision d8ac5103 (ceph): WorkQueue: add/remove_work_queue methods now thread safe
These methods were not acquiring the ThreadPool lock when
manipulating the work_queue collection. This was causing
o...
Jason Dillaman
11:45 AM Documentation #13056 (Closed): Stale link for jerasure
http://ceph.com/docs/master/rados/operations/erasure-code-jerasure/ links to https://bitbucket.org/jimplank/jerasure/... Jens Harbott
11:01 AM Revision 3a50b904 (ceph): crypto: fix unbalanced ceph::crypto::init/ceph::crypto:shutdown
we may create a CephContext without calling common_init_finish(), then
delete the CephContext. In this case, ceph::cr...
Yan, Zheng
10:35 AM Revision 0a5b8569 (ceph): ReplicatedPG,Objecter: copy_get should include truncate_seq and size
Otherwise, we break CephFS over cache tiers.
Fixes: #12551
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry pic...
Samuel Just
10:20 AM rados-java Bug #7488 (Rejected): "Error EAGAIN: osd.0 is not up" in rados-master-testing-basic-plana
Wido den Hollander
10:20 AM rados-java Bug #7425 (Rejected): Error in run_seed_to_range.sh for rados-dumpling-master-basic-plana
Wido den Hollander
10:19 AM rados-java Bug #7413 (Rejected): LibRadosTier.FlushTryFlushRaces failed on rados:basic-wip-agent-testing-bas...
Wido den Hollander
10:19 AM rados-java Bug #10023 (Resolved): method Rados.shutdown() is missing for closing the connection to the clust...
The shutdown has been implemented. This should be fixed now. Wido den Hollander
10:19 AM Stable releases Tasks #11644: firefly v0.80.11
... Nathan Cutler
10:18 AM rados-java Bug #7479 (Won't Fix): Test failed in rados-dumpling-testing-basic-plana
Does not seem to be a RADOS Java bug. Closing this one. Wido den Hollander
10:17 AM rados-java Bug #9988 (Resolved): Rbd.list() / list contains one element, if pool is empty
This has been fixed in the latest release of RADOS Java. Wido den Hollander
10:17 AM rados-java Bug #9989 (Resolved): Rbd.list() / more than 1024 images in pool?
This is also fixed in the latest release of RADOS Java. Wido den Hollander
10:16 AM rados-java Bug #9990 (Resolved): Rbd.list() / JVM crashes
The RADOS Java bindings have been improved and they should not crash on this.
Resolving this as fixed.
Wido den Hollander
10:12 AM Revision 45c9c0ae (ceph): distros: alias a-supported-distro.yaml to CentOS 7
Some jobs are distribution agnostic and it is meaningless to run them on
all supported distributions. For such jobs i...
Loic Dachary
09:41 AM rgw Fix #12939: Content-Type header should have correct initial capitals
removing infernalis from the Backport field: before infernalis is released, scheduling something to be in infernalis ... Loïc Dachary
09:16 AM rgw Backport #13054 (Resolved): rgw: region data still exist in region-map after region-map update
https://github.com/ceph/ceph/pull/6163 Abhishek Varshney
09:15 AM rgw Backport #13053 (Resolved): GWWatcher::handle_error -> common/Mutex.cc: 95: FAILED assert(r == 0)
https://github.com/ceph/ceph/pull/6164 Abhishek Varshney
09:13 AM rgw Backport #13052 (Resolved): rgw: init_rados failed leads to repeated delete
https://github.com/ceph/ceph/pull/6165 Abhishek Varshney
09:12 AM rgw Backport #13051 (Rejected): rgw: init_rados failed leads to repeated delete
Abhishek Varshney
09:10 AM rgw Backport #13048 (Resolved): Content-Type header should have correct initial capitals
https://github.com/ceph/ceph/pull/5532 Abhishek Varshney
09:09 AM rgw Backport #13047 (Resolved): Content-Type header should have correct initial capitals
https://github.com/ceph/ceph/pull/5910 Abhishek Varshney
09:09 AM Revision 2dbf2018 (ceph): compat: define XATTR_CREATE/XATTR_REPLACE for FreeBSD
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
09:09 AM Revision 38262031 (ceph): compat: define O_DSYNC for FreeBSD
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
09:09 AM Revision be595df5 (ceph): compat: include compat.h for definition of ENODATA
ENODATA is not defined on FreeBSD. Include compat.h for all places
that use ENODATA
Signed-off-by: Yan, Zheng <zyan@...
Yan, Zheng
09:09 AM Revision b4330832 (ceph): compat: include proper headers for FreeBSD
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
09:09 AM Revision c4fe2661 (ceph): compat: don't reinterpret_cast NULL
On FreeBSD, NULL is defined as nullptr_t. We get following error
error: reinterpret_cast from 'nullptr_t' to 'foo *'...
Yan, Zheng
09:09 AM Revision 80655e15 (ceph): memstore: don't use thread_local on non-linux OS
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
09:08 AM rgw Backport #13046 (Resolved): RGW : setting max number of buckets for user via ceph.conf option
https://github.com/ceph/ceph/pull/6166 Abhishek Varshney
09:08 AM Revision e5a8022d (ceph): ceph.spec.in: ceph-radosgw should require ceph-selinux
Signed-off-by: Boris Ranto <branto@redhat.com> Boris Ranto
09:08 AM Revision 338bd3d1 (ceph): selinux: Update policy for radosgw
The current SELinux policy does not cover radosgw daemon. This patch
introduces the SELinux support for radosgw daemo...
Boris Ranto
09:05 AM Backport #13043 (Resolved): ThreadPool add/remove work queue methods not thread safe
https://github.com/ceph/ceph/pull/5991 Abhishek Varshney
09:03 AM Backport #13041 (Resolved): common/Thread:pthread_attr_destroy(thread_attr) when done with it
https://github.com/ceph/ceph/pull/6325 Abhishek Varshney
09:03 AM Backport #13040 (Resolved): common/Thread:pthread_attr_destroy(thread_attr) when done with it
https://github.com/ceph/ceph/pull/6157 Abhishek Varshney
09:01 AM Backport #13039 (Resolved): hammer: osd/PG.cc: 6879: FAILED assert(pg->peer_info.count(so))
https://github.com/ceph/ceph/pull/8464 Abhishek Varshney
09:00 AM Backport #13038 (Resolved): hit set clear repops fired in same epoch as map change -- segfault si...
https://github.com/ceph/ceph/pull/5988 Abhishek Varshney
08:27 AM rados-java Support #12474 (Rejected): rados.dll not found in resource path
The bindings are currently Linux only and there is no Windows support for them currently. Wido den Hollander
08:26 AM rados-java Bug #12937 (Won't Fix): WriteFull Hangs when the Server is down
That is how RADOS works. You can set a osd_op_timeout as a setting and it will. But by default it will never return i... Wido den Hollander
08:03 AM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
Happened again yesterday.
We use two RAID mirrored SSD's as journals and have individual HDDs as OSD data disks. W...
Pontus Lindgren
08:02 AM Revision 645f3e90 (ceph): mds: For journal, set write iohint flags.
For rank, if there is a standby replay rank, we don't use
fadvise_dontneed for write ops. Except this case, we use
fa...
Jianpeng Ma
07:42 AM Revision 217e4248 (ceph): logrotate: ignore postrotate error for radosgw
Fix the annoying logrotate error for radosgw.
Fixes: #13033
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
Dan van der Ster
07:30 AM Revision aa4a5b0d (ceph): logrotate: ignore exit status 1 from killall
If any of ceph-osd, ceph-mon, ceph-mds were not running then
killall -q will exit status 1, leading to anacron sendin...
Dan van der Ster
05:31 AM Bug #12681: tcmalloc doesn't release memory back to system
https://github.com/kuszmaul/SuperMalloc seem precent well performance. Star Guo
05:07 AM Revision fa6e4fff (ceph): osdc/Journaler: add write_ihont filed which record the write fadvise fl...
This filed will send to osd for write ops which make osd can better
handle.
Signed-off-by: Jianpeng Ma <jianpeng.ma@...
Jianpeng Ma
05:07 AM Revision 7c09e508 (ceph): osdc/Objecter: make sg_read/write support iohint_flags.
Jianpeng Ma
05:07 AM Revision 9b44fab0 (ceph): osdc/Filer: make read/write support iohint flags.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
05:07 AM Revision 4b45e6d1 (ceph): osdc/Objecter: pass extra_ops of read_full into read func.
We don't know extra_ops whether null, so pass it to read func is good
method.
Signed-off-by: Jianpeng Ma <jianpeng.m...
Jianpeng Ma
05:07 AM Revision 7e3c7a45 (ceph): osdc/Journaler:: For read operation add fadvise-dontneed flag.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
04:33 AM rgw Bug #13018: rgw/rgw_admin: Checking the legality of the parameters
https://github.com/ceph/ceph/pull/5879 qiankun zheng
02:38 AM Revision ffad2828 (ceph): rgw:modify the conditional statement in parse_metadata_key method.
Signed-off-by: Zengran Zhang <zhangzengran@h3c.com> Zengran Zhang
02:35 AM Revision f4498f52 (ceph): osd:the fuction osd::shutdown Lock failed.
Fixed:#13004
Signed-off-by: Lu Shi <shi.lu@h3c.com>
lu shi
02:11 AM Revision 648c7041 (ceph): os: disable newstore when configure --without-libaio
newstore makes extensive use of aio. So disable it when configure
--without-libaio
Signed-off-by: Yan, Zheng <zyan@r...
Yan, Zheng
02:11 AM Revision 6359f3ae (ceph): cls_numops: don't include asm-generic/errno.h directly
It's not portable
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
02:11 AM Revision d7f1d709 (ceph): memstore: don't encode/decode 'size_t'
there is no encode/decode funtions for type 'size_t'. We get following
error on OSX:
os/PageSet.h:207:5: error: call...
Yan, Zheng
02:03 AM CephFS Bug #12806: nfs restart failures
Zheng Yan
01:13 AM rbd Feature #12698 (Fix Under Review): librbd: write maintenance operations to journal
*master PR*: https://github.com/ceph/ceph/pull/5735 Jason Dillaman

09/10/2015

11:08 PM devops Bug #12227 (Resolved): mira030 has bad disk
Drive 7 replaced, testnodes role run, system nuked, and returned to service. David Galloway
10:50 PM Bug #12966: ceph-post-file key should only be readable by root
I think the problem is that debian enforces everything in /usr/share/foo is 644.. my attempts to chmod otherwise aren... Sage Weil
10:48 PM Revision 48c42286 (ceph): Merge pull request #5800 from ceph/wip-user
ceph-disk: do async startup on upstart; fix dmcrypt create/activate bug
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil
09:03 PM Revision d4eeb9be (ceph): rocksdb: recognized --without-tcmalloc
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:42 PM Revision 86dbfc88 (ceph): Merge pull request #5031 from trociny/wip-10098
ceph-objectstore-tool: add mark-complete operation
Reviewed-by: David Zafman <dzafman@redhat.com>
David Zafman
08:14 PM Revision fa94ca4e (ceph): Merge pull request #5866 from jmunhoz/wip-requestid-on-error
rgw: include RequestId as part of the Error response
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
08:13 PM Revision a795c885 (ceph): common/buffer: add the move constructor for bufferlist
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:07 PM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
Sage Weil wrote:
> It's interesting that the EIO is always preceeded by slow requests... about 30-35 seconds old. W...
Lukas Pustina
08:04 PM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
Sage Weil wrote:
> It's interesting that the EIO is always preceeded by slow requests... about 30-35 seconds old. W...
Lukas Pustina
07:44 PM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
Lukas Pustina wrote:
> Sage Weil wrote:
> > 18446744073709551611 == 0xfffffffffffffffb -> -5 (EIO). check kern.log...
Sage Weil
07:17 PM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
Sage Weil wrote:
> 18446744073709551611 == 0xfffffffffffffffb -> -5 (EIO). check kern.log for errors on your disk?
...
Lukas Pustina
07:25 PM rgw Bug #12537: [CVE-2015-5245] RGW returns requested bucket name raw in "Bucket" response header
This is now being tracked as CVE-2015-5245. Ken Dreyer
07:16 PM Revision 1b43d811 (ceph): common/buffer: fix the const-ness of bufferlist::contents_equal()
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:09 PM Revision 6504e373 (ceph): common/buffer: add bufferlist::const_iterator
* implement bufferlist::iterator using bufferlist::iterator_impl
* unlike its cousin, `bufferlist::const_iterator` is...
Kefu Chai
07:09 PM Revision 8ed72422 (ceph): test/bufferlist: do not expect !is_page_aligned() after unaligned rebuild
if the size of a bufferlist is page aligned we allocate page aligned
memory chunk for it when rebuild() is called. ot...
Kefu Chai
07:04 PM Revision 046bdf8e (ceph): Merge pull request #5859 from jecluis/wip-test-mon-ping
test: mon/mon-ping.sh: make sure 'ceph mon ping' works as expected
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Joao Eduardo Luis
05:45 PM Revision 50c9beeb (ceph): Merge pull request #5873 from dillaman/wip-rbd-missing-return
rbd: missing return statement within do_metadata_remove
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
05:32 PM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
Josh,
can you let me know what values I can try for osd_min_pg_log_entries and osd_max_pg_log_entries.
Vasu Kulkarni
02:10 AM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
Increasing osd_min_pg_log_entries and osd_max_pg_log_entries should avoid the problem. We should probably add that to... Josh Durgin
02:04 AM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
Looking at the osd logs, it seems like in one case at least this happened due to dup op detection having limited hist... Josh Durgin
01:50 AM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
Does this problem make sense http://tracker.ceph.com/issues/12691 Haomai Wang
05:29 PM Revision 5a2b688c (ceph): src/.gitignore: add some more files to be ignored
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision b229162e (ceph): client/Client.cc: fix memory leak, free sgids in error case
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision 4a2377c4 (ceph): rgw_object_expirer_core.cc: remove left over unused variable
Remove unused variable is_next_available and while loop. These
are leftovers from commit #a69a989f.
Signed-off-by: D...
Danny Al-Gaaf
05:29 PM Revision 534fdd5c (ceph): ErasureCodeShecTableCache.cc: prefer --operator for non-primitive itera...
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision a1be9ef4 (ceph): NewStore.cc: prefer --/++operator for non-primitive iterators
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision 120071bc (ceph): osd/OSD.cc: prefer ++operator for non-primitive iterators
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision 0297ce19 (ceph): osd/ReplicatedPG.cc: prefer ++operator for non-primitive iterators
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision 2767736a (ceph): osdc/Objecter.cc: prefer ++operator for non-primitive iterators
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision 6e97b0fa (ceph): rbd.cc: fix -Wreturn-type, return result from do_metadata_remove()
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision d9d49890 (ceph): Transaction.c: replace deprecated function call
Replace deprecated use of collection_move() with collection_move_rename().
Signed-off-by: Danny Al-Gaaf <danny.al-ga...
Danny Al-Gaaf
05:29 PM Revision 99ea120b (ceph): objectstore/store_test.cc: fix -Wsign-compare
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision 1aaccd79 (ceph): librbd/test_internal.cc: fix -Wsign-compare
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
05:29 PM Revision 742feec7 (ceph): mds/MDCache.cc: fix unitialized variable
Fix for:
[src/mds/MDCache.cc:8172]: (error) Uninitialized variable: checked_rank
Signed-off-by: Danny Al-Gaaf <dann...
Danny Al-Gaaf
05:29 PM Revision 7a7248d9 (ceph): ConfigKeyService.cc: move assert before first deref
Fix for:
[src/mon/ConfigKeyService.cc:94] -> [src/mon/ConfigKeyService.cc:100]:
(warning) Possible null pointer der...
Danny Al-Gaaf
05:29 PM Revision a29dd45d (ceph): client/Client.cc: remove only once used variable
Fix for:
[src/client/Client.cc:4555]: (style) The scope of the variable
'initial_group_count' can be reduced.
Signe...
Danny Al-Gaaf
05:29 PM Revision e243aa84 (ceph): mds/MDSDaemon.cc: fix resource leak in MDSDaemon
Delete mdsmap in descructor. Remove not needed checks for
mds_rank and objecter before call delete since the C++ stan...
Danny Al-Gaaf
05:08 PM RADOS Bug #12659: Can't delete cache pool
One of the objects that can't be evicted is the RBD header of a VM disk - a VM that hasn't been used in months: it's ... Paul Emmerich
04:21 PM Revision 8e07c8c8 (ceph): rbd: missing return statement within do_metadata_remove
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:19 PM Bug #13007: unexpected scrub operations on hammer 0.94.3
> you mean if the pg stats_invalid is true, it needs to scrub?
right.
> is there any problems if i set osd_scru...
Kefu Chai
12:38 AM Bug #13007: unexpected scrub operations on hammer 0.94.3
kefu, you mean if the pg stats_invalid is true, it needs to scrub?
is there any problems if i set osd_scrub_invalid_...
huang jun
04:10 PM rbd Bug #12911 (Resolved): merge-diff error
Jason Dillaman
03:49 PM Bug #13026 (Resolved): require osds are hammer v0.94.4 or later before upgrading past hammer
* ceph master https://github.com/ceph/ceph/pull/5686
* ceph hammer https://github.com/ceph/ceph/pull/5687
* ceph-q...
Loïc Dachary
02:57 PM Bug #12387 (Pending Backport): osd/PG.cc: 6879: FAILED assert(pg->peer_info.count(so))
Sage Weil
02:56 PM Revision e7c509ab (ceph): Merge pull request #5780 from dzafman/wip-12387
osd: When generating past intervals due to an import end at pg epoch
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:35 PM Revision 82ba048d (ceph): common: add debug option to deliberately leak some memory
This will be used to verify leak detection tests are working.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:28 PM rbd Feature #13025: Add scatter/gather support to librbd C/C++ APIs
Interesting, could you show more about details? I'm also working on something related. Haomai Wang
02:19 PM rbd Feature #13025 (Resolved): Add scatter/gather support to librbd C/C++ APIs
Jason Dillaman
01:26 PM rgw Bug #13024 (Closed): mismatch of radosgw prefix between ceph-deploy and ceph-radosgw
I installed Radosgw using ceph-deploy. I noticed that it uses the convention client.rgw.<hostname> to name the RGW in... Fangzhe Chang
01:20 PM rgw Bug #13022 (Duplicate): Ceph/Radosgw v0.94 Content-Type versus Content-type
I'm using S3 Java SDK to access Ceph/Radosgw v0.94 (Hammer). After having copied an object to a different bucket, I u... Fangzhe Chang
12:57 PM Revision 88e4a245 (ceph): Merge pull request #558 from ceph/wip-12973
rados: 'failed to encode ...' warnings are normal on upgrades
Tested-by: Kefu Chai <kchai@redhat.com>
Sage Weil
11:51 AM Revision c4401ad6 (ceph): test/Makefile-client: ship LibradosTestStub.h in tarball
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:16 AM CephFS Bug #12209: CephFS should have a complete timeout mechanism to avoid endless waiting or unpredict...
Yes. I'm also not very comfortable with the patches that I've looked at, but it's been a while (they have been langui... Greg Farnum
11:08 AM CephFS Bug #12209: CephFS should have a complete timeout mechanism to avoid endless waiting or unpredict...
This all sounds a bit strange. The designed behaviour is to block on slow metadata operations, not time out. How ma... John Spray
11:05 AM CephFS Bug #12971: TestQuotaFull fails
Greg's theory sounds plausible, will look John Spray
10:52 AM Revision 90f1d25c (ceph): msg/simple: start over after fails to bind a port in specified range
Fixes: #13002
Signed-off-by: xie.xiexingguo@zte.com.cn
xie xingguo
10:50 AM Revision 3d73e5b1 (ceph): Merge pull request #5868 from jmunhoz/wip-x-amz-request-id-doc
doc: rgw: update x-amz-request-id status
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Loïc Dachary
10:30 AM Revision 24b20a8f (ceph): client: use faked inode number when sizeof(ino_t) < 8
Cephfs uses 48-bits inode number. When ino_t is 32-bits, the upper 16
bits of inode number gets lost for stat(2) and ...
Yan, Zheng
10:24 AM rgw Fix #12939 (Pending Backport): Content-Type header should have correct initial capitals
Orit Wasserman
10:16 AM Revision f00c243d (ceph): Merge pull request #5863 from ceph/wip-13015
rgw: preserve all attrs if intra-zone copy Orit Wasserman
09:51 AM Bug #8815 (Resolved): mon: scrub error (osdmap encoding mismatch?) upgrading from 0.80 to ~0.80.2
Nathan Cutler
09:50 AM Backport #12289 (Resolved): mon: scrub error (osdmap encoding mismatch?) upgrading from 0.80 to ~...
Nathan Cutler
09:48 AM Feature #8674 (Resolved): osd: cache tier: avoid promotion on first read
Nathan Cutler
09:48 AM Backport #12014 (Resolved): osd: cache tier: avoid promotion on first read
Nathan Cutler
09:47 AM Backport #12247 (Resolved): RadosModel assertion failure
Nathan Cutler
09:46 AM Revision 4b088956 (ceph): Merge pull request #5200 from SUSE/wip-12289-firefly
mon: scrub error (osdmap encoding mismatch?) upgrading from 0.80 to ~0.80.2
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
09:25 AM Revision 71909b64 (ceph): doc: rgw: update x-amz-request-id status
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Javier M. Mellid
09:21 AM devops Feature #7454 (In Progress): ceph-disk: support osd removal / ceph-disk remove
https://github.com/ceph/ceph/pull/5867 Loïc Dachary
09:14 AM rgw Bug #13020: rgw: include RequestId as part of the Error response
PR tests available here:
https://github.com/ceph/s3-tests/pull/76
Javier M. Mellid
09:01 AM rgw Bug #13020: rgw: include RequestId as part of the Error response
PR available here:
https://github.com/ceph/ceph/pull/5866
Javier M. Mellid
08:52 AM rgw Bug #13020 (Resolved): rgw: include RequestId as part of the Error response
The RGW error responses must contain a RequestId to be compliant with the Amazon S3 errors. This RequestId is the ID ... Javier M. Mellid
08:58 AM Revision c503e97b (ceph): rgw: include RequestId as part of the Error response
The RGW error responses must contain a RequestId to be compliant with
the Amazon S3 errors. This RequestId is the ID ...
Javier M. Mellid
08:53 AM Revision 94d84ccd (ceph): test: mon/mon-ping.sh: make sure 'ceph mon ping' works as expected
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
08:46 AM Revision b7aaecc9 (ceph): Merge pull request #5343 from hjwsm1989/wip-12442
mon/MonClient: fix error in 'ceph ping mon.id'
Reviewed-by: Joao Eduardo Luis <joao@suse.com>
Reviewed-by: Kefu Chai...
Joao Eduardo Luis
08:19 AM rgw Backport #13019 (Resolved): rgw: intra region copy does not preserve acl
https://github.com/ceph/ceph/pull/6039 Loïc Dachary
07:45 AM Bug #13010: Failed on starting osd-daemon when upgrade giant-0.87.1 to hammer-0.94.3
i install ceph-debuginfo and have a core file:
gdb /usr/bin/ceph-osd /core.66523
GNU gdb (GDB) Red Hat Enterpris...
tvm tvm
06:01 AM Revision 6907778d (ceph): ceph-objectstore-tool: add mark-complete operation
It is supposed to be used as a last resort to fix a cluster that has
PGs in 'incomplete' state, using the following p...
Mykola Golub
05:58 AM Bug #12892: Image'snapshot too much cause the "Deep Scrub" function running too long, eventually ...
Josh Durgin wrote:
> It seems like making chunky scrub understand smaller chunks would be a better fix, or simply no...
huanwen ren
02:15 AM Bug #12892: Image'snapshot too much cause the "Deep Scrub" function running too long, eventually ...
It seems like making chunky scrub understand smaller chunks would be a better fix, or simply not taking so many snaps... Josh Durgin
05:47 AM Revision 903983a1 (ceph): Merge pull request #5816 from dillaman/wip-librbd-gmock
Initial support for gmock-based unit tests in librbd
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
03:08 AM Revision 567dd1e9 (ceph): common: OpTracker age histogram calculation is not correct
While the TrackedOps in each sharded list are ordered, there are no
order among different shared lists. Looping the s...
Zhiqiang Wang
02:16 AM rgw Feature #12666 (Resolved): rgw: expose the number of *stuck threads* via admin socket
Sage Weil
02:16 AM Revision a1941026 (ceph): Merge pull request #5557 from guangyy/wip-12666
rgw: expose the number of unhealthy workers through admin socket
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:09 AM Bug #12720: probably import/export related: osd/PG.cc: 6893: FAILED assert(pg->peer_info.count(so))
-2042> 2015-09-09 01:08:28.147484 7f823a00c700 10 osd.0 pg_epoch: 1242 pg[0.2c7( empty local-les=0 n=0 ec=1 les/c 11... Sage Weil
02:04 AM Revision 3084453b (ceph): rados: 'failed to encode ...' warnings are normal on upgrades
Fixes: #12973
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:50 AM rgw Bug #13018 (Resolved): rgw/rgw_admin: Checking the legality of the parameters
There is no messages When some parameters are invalid, so the Program should be added the function which checks param... qiankun zheng
01:49 AM Bug #13017 (Closed): osd/ReplicatedPG.cc: 2752: FAILED assert(0 == "out of order op")
Haomai Wang
01:43 AM Bug #13017: osd/ReplicatedPG.cc: 2752: FAILED assert(0 == "out of order op")
Eh, I already find this problem and this is the record:
> On Sat, Aug 15, 2015 at 11:12 PM, Haomai Wang <haomaiwan...
Haomai Wang
01:38 AM Bug #13017 (Closed): osd/ReplicatedPG.cc: 2752: FAILED assert(0 == "out of order op")
... Sage Weil
01:18 AM Revision 8218fd14 (ceph): Merge pull request #5786 from ceph/wip-12911
rbd export-diff should export data chunks in-order
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
12:55 AM Revision 6e0d93cc (ceph): Merge pull request #5858 from jecluis/wip-test-mon-scrub
test: mon/mon-scrub.sh: have test running on make check
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary

09/09/2015

11:49 PM rgw Bug #12898: Objects starting with underscore inaccessible after upgrade to 0.94.3
There was another change in 0.94.3 iirc, so need to run the fix tool again. Yehuda Sadeh
11:48 PM rgw Bug #12819: rgw: objects starting with underscore in bucket with versioning enabled are inaccessible
It seems that this never worked for versioned objects (going back to 0.94). Something about the olh representation of... Yehuda Sadeh
11:47 PM rbd Bug #12664 (Resolved): Crash during TestInternal.MultipleResize
Josh Durgin
11:47 PM rbd Backport #12850 (Resolved): Crash during TestInternal.MultipleResize
Josh Durgin
11:46 PM rbd Bug #12479 (Resolved): [ FAILED ] TestLibRBD.BlockingAIO
Josh Durgin
11:45 PM rbd Backport #12849 (Resolved): [ FAILED ] TestLibRBD.BlockingAIO
Josh Durgin
11:44 PM Revision 6e226201 (ceph): Merge pull request #5769 from dachary/wip-12850-hammer
Crash during TestInternal.MultipleResize
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
11:44 PM Revision 508733fd (ceph): Merge pull request #5768 from dachary/wip-12849-hammer
[ FAILED ] TestLibRBD.BlockingAIO
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
11:11 PM Bug #13016 (Resolved): For testing should add config to report errors on any EC shard in error

With the new code from wip-12000-12200 if you have enough shards readable to provide correct data to the client it ...
David Zafman
10:58 PM rgw Bug #10853 (Closed): rgw: sync agent: cannot do partial sync
Will be resolved in v2 Yehuda Sadeh
10:45 PM rgw Backport #12199: RadosGW regression: COPY doesn't preserve Content-Type
A regression due to the fix for http://tracker.ceph.com/issues/11563 : see http://tracker.ceph.com/issues/13015 Yehuda Sadeh
10:43 PM Revision 06147dda (ceph): rgw: preserve all attrs if intra-zone copy
Fixes: #13015
Intra zone copy requires that all objects' attributes are preserved.
This was broken at commit: e41d97c...
Yehuda Sadeh
10:33 PM rgw Bug #13015 (Resolved): rgw: intra region copy does not preserve acl
When syncing between two zones within the same region, acls are not preserved. This is a regression introduced in htt... Yehuda Sadeh
10:29 PM Revision 82ea02ab (ceph): rgw: fix assignment of copy obj attributes
Fixes: #11563
Clarify the confusing usage of set_copy_attrs() by switching the source and
destinatiion params (attrs,...
Yehuda Sadeh
09:44 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head

/a/sage-2015-09-07_18:07:23-rados-wip-sage-testing---basic-multi/1046245
2015-09-07 22:57:03.865461 7f163e0e4700...
David Zafman
08:22 PM Bug #12551 (Pending Backport): osd: copy-from doesn't preserve truncate_{seq,size}
Sage Weil
08:22 PM Revision edf36f97 (ceph): Merge pull request #542 from ceph/wip-12551-cephfs-truncate-sec
Adds test for ceph/pull/5442
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
08:21 PM Revision d83a95ea (ceph): suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml
Verify the cache tier doesn't clobber truncate_{seq,size} Ivo Jimenez
08:21 PM Revision f74c60f4 (ceph): Merge pull request #5442 from ceph/wip-12551
ReplicatedPG,Objecter: copy_get should include truncate_seq and size
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
08:08 PM rgw Bug #12960 (Pending Backport): Rados Swift API handles prefix differently than Openstack Swift
Loïc Dachary
08:07 PM rgw Backport #13014 (In Progress): Rados Swift API handles prefix differently than Openstack Swift
Loïc Dachary
08:06 PM rgw Backport #13014 (Resolved): Rados Swift API handles prefix differently than Openstack Swift
https://github.com/ceph/ceph/pull/5860 Loïc Dachary
07:41 PM rgw Bug #12955: Setting ACL on Object removes ETag
Submitted PR -- https://github.com/ceph/ceph/pull/5861 Brian Felton
04:17 PM rgw Bug #12955: Setting ACL on Object removes ETag
Confirmed bug still exists in master. In RGWPutACLs::execute, RGWRados::set_attrs is called with an attrs bufferlist... Brian Felton
07:08 PM Revision 3b2affce (ceph): rgw: add delimiter to prefix only when path is specified
http://tracker.ceph.com/issues/12960
Fixes: #12960
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
(cherry pick...
Sylvain Baubeau
07:07 PM rbd Bug #12885 (Pending Backport): rbd export-diff crashes in librbd::simple_diff_cb
Jason Dillaman
06:46 PM rgw Bug #12208: GWWatcher::handle_error -> common/Mutex.cc: 95: FAILED assert(r == 0)
There is no need to assign it to me, it will be handled just by setting the Backport field as you did :-) We prefer t... Loïc Dachary
06:20 PM rgw Bug #12208 (Pending Backport): GWWatcher::handle_error -> common/Mutex.cc: 95: FAILED assert(r == 0)
Yehuda Sadeh
06:38 PM rgw Bug #12964 (Pending Backport): rgw: region data still exist in region-map after region-map update
Yehuda Sadeh
06:38 PM Revision 6c7265a6 (ceph): Merge pull request #5490 from dwj192/master
rgw:add --reset-regions for regionmap update
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
06:29 PM rgw Bug #12978 (Pending Backport): rgw: init_rados failed leads to repeated delete
Yehuda Sadeh
06:18 PM rgw Bug #12407 (In Progress): With root as default user, unable to have multiple RGW instances running
Yehuda Sadeh
06:18 PM rgw Bug #12407: With root as default user, unable to have multiple RGW instances running
Yehuda Sadeh
05:49 PM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
Following is the config file, you might have to modify it based on the nodes and os-type you reserve, this config has... Vasu Kulkarni
05:17 PM Revision 6ceb37d4 (ceph): test: mon/mon-scrub.sh: port clashed with other tests
This will allow the test to be run during make check.
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
Joao Eduardo Luis
05:17 PM Revision 293d12a2 (ceph): test/Makefile.am: run mon/mon-scrub.sh as part of checks
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
05:07 PM Bug #13013: Cache tier thrashing causes out of order write

description: rados/singleton/{all/thrash_cache_writeback_forward_none.yaml fs/btrfs.yaml
msgr/async.yaml msgr-fa...
David Zafman
04:19 PM Bug #13013 (Duplicate): Cache tier thrashing causes out of order write

dzafman-2015-09-02_21:09:42-rados-wip-zafman-testing---basic-multi/1043109
2015-09-03T19:42:21.050 INFO:tasks.ra...
David Zafman
03:44 PM Revision 3e5b091f (ceph): Merge pull request #557 from ceph/wip-12563
suites/hammer/older: do not upgrade client while running RBD import/export
Reviewed-by: Josh Durgin <jdurgin@redhat....
Josh Durgin
03:33 PM Revision dbf8f67e (ceph): Merge pull request #5828 from lebauce/fix-swift-prefix
rgw: add delimiter to prefix only when path is specified
Reviewed-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Yehuda Sadeh
03:23 PM Bug #12824: osd/ReplicatedPG.cc: 10604: FAILED assert(obc) in hit_set_remove_all
re-tested at http://pulpito.ceph.com/kchai-2015-09-09_04:26:33-rados-master---basic-multi/,
not able to reproduce it
Kefu Chai
11:28 AM Bug #12824: osd/ReplicatedPG.cc: 10604: FAILED assert(obc) in hit_set_remove_all
to reproduce this issue... Kefu Chai
03:21 PM Bug #13007: unexpected scrub operations on hammer 0.94.3
huangjun, as a part of fix for #10973, it's using the the timestamp as the wall-time to schedule a scrub. but we have... Kefu Chai
01:14 PM Bug #13007: unexpected scrub operations on hammer 0.94.3
@kefu chai,
but if you check the master branch code, it using ceph_clock_now(cct)
huang jun
11:57 AM Bug #13007 (Won't Fix): unexpected scrub operations on hammer 0.94.3
huangjun, i am closing it as "won't fix", please reopen it if you think otherwise. Kefu Chai
11:46 AM Bug #13007: unexpected scrub operations on hammer 0.94.3
In particular I believe this initialization is deliberate. The OSD makes some guesses about the size of the child PGs... Greg Farnum
09:46 AM Bug #13007: unexpected scrub operations on hammer 0.94.3
>
> and set
> osd_scrub_max_interval = 31536000
> osd_deep_scrub_interval = 31536000
> osd_scrub_min_interval = ...
Kefu Chai
09:04 AM Bug #13007: unexpected scrub operations on hammer 0.94.3
https://github.com/ceph/ceph/pull/5852 huang jun
07:39 AM Bug #13007 (Won't Fix): unexpected scrub operations on hammer 0.94.3
I build a cluster on hammer 0.94.3, and set
osd_scrub_max_interval = 31536000
osd_deep_scrub_interval = 31536000
...
huang jun
03:02 PM Bug #9322 (Resolved): OSDMap updates from pgmap can be delayed indefinitely
Joao Eduardo Luis
02:59 PM Backport #12817 (Resolved): build_incremental() could take 40678 ms to finish
Loïc Dachary
02:58 PM Revision 69a320e1 (ceph): Merge pull request #5697 from tchaikov/wip-12638-hammer
mon: add a cache layer over MonitorDBStore
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Loïc Dachary
02:45 PM Revision e8d6d5a5 (ceph): mon: MonitorDBStore: make get_next_key() work properly
We introduced a significant bug with 2cc7aee, when we fixed issue #11786.
Although that patch would fix the problem d...
Joao Eduardo Luis
02:43 PM Revision de53adda (ceph): mon: MonitorDBStore: make get_next_key() work properly
We introduced a significant bug with 2cc7aee, when we fixed issue #11786.
Although that patch would fix the problem d...
Joao Eduardo Luis
02:37 PM Revision 8fd40e1b (ceph): librbd: remove duplicate read_only test in librbd::async_flatten
Signed-off-by: runsisi <runsisi@hust.edu.cn> runsisi hust
02:06 PM Bug #12681: tcmalloc doesn't release memory back to system
Possibly ceph OSDs could watch their free list (or used swap on the node) and tell themselves to free?
c sights
01:53 PM Revision 6ac27748 (ceph): Merge pull request #550 from ceph/wip-12806
tasks/qemu: avoid adding duplicated entries to /etc/exports
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
01:50 PM Bug #12516: TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES environment variable defualt value 32 MB is eno...
maybe you can try jemalloc,
we have found problem like yours when using tcmalloc,
and we switched to jemalloc, it w...
huang jun
02:03 AM Bug #12516: TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES environment variable defualt value 32 MB is eno...
I compile and install gperftool 2.4 and ceph 0.80.10 on CentOS 7.1, adding `TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES` in... Star Guo
01:49 PM Bug #12252 (Resolved): buffer: critical bufferlist::zero bug
Nathan Cutler
01:48 PM Backport #12490 (Resolved): buffer: critical bufferlist::zero bug
Nathan Cutler
01:45 PM Revision 0a740d7b (ceph): Merge pull request #5388 from SUSE/wip-12490-firefly
buffer: critical bufferlist::zero bug
Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Nathan Cutler
01:36 PM Revision 4f98dab9 (ceph): client/Client.cc: fix realloc memory leak
Fix handling of realloc. If realloc() fails it returns NULL, assigning
the return value of realloc() directly to the ...
Danny Al-Gaaf
01:36 PM Revision 8810f8f2 (ceph): SnappyCompressor.h: prefer ++operator for non-primitive iterators
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
01:36 PM Revision 9d9b3059 (ceph): os/KeyValueStore.cc: prefer ++operator for non-primitive iterators
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
01:36 PM Revision 897f0749 (ceph): test_async_compressor.cc: prefer ++operator for non-primitive iterators
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
01:28 PM Bug #13010: Failed on starting osd-daemon when upgrade giant-0.87.1 to hammer-0.94.3
you can install ceph-debuginfo package and gdb to trace the problem if you have a core file. huang jun
01:22 PM Bug #13010: Failed on starting osd-daemon when upgrade giant-0.87.1 to hammer-0.94.3
the assert log
2015-09-09 12:28:30.146367 7fc36bee4800 -1 journal FileJournal::_open: disabling aio for non-block jo...
huang jun
11:59 AM Bug #13010 (Can't reproduce): Failed on starting osd-daemon when upgrade giant-0.87.1 to hammer-0...
?hi all:
I got on error when upgrade my ceph cluster from giant-0.87.2 to hammer-0.94.3, my local environment is:
...
tvm tvm
01:13 PM devops Feature #11881: ceph-disk support for multipath
Infernalis is feature freeze and release critical bugs are being fixed. The release will be published when all releas... Loïc Dachary
12:52 PM devops Feature #11881: ceph-disk support for multipath
Ok. any idea when Infernalis stable might be out? Christian Hüning
11:27 AM devops Feature #11881: ceph-disk support for multipath
It will be part of the Infernalis stable release. It is not currently available in a stable release. Loïc Dachary
11:24 AM devops Feature #11881: ceph-disk support for multipath
So this'll be in 9.x.x ?
So is there any version of CEPH to use right now, which is production ready (stable) and su...
Christian Hüning
11:18 AM devops Feature #11881: ceph-disk support for multipath
It is a new feature and I don't think there is plan to backport this feature to Hammer. Loïc Dachary
08:49 AM devops Feature #11881: ceph-disk support for multipath
I really appreciate this ticket and all the work gone into it, since I just ran into issues with multipathing and Cep... Christian Hüning
01:09 PM Revision cb7eb2ad (ceph): suites/hammer/older: do not upgrade client while running RBD import/export
Between the Giant and Hammer releases, the symbols exported from librados/librbd
were cleaned up. This creates a sho...
Jason Dillaman
12:53 PM CephFS Backport #12499 (Resolved): ceph-fuse 0.94.2-1trusty segfaults / aborts
Loïc Dachary
12:52 PM Revision 80393753 (ceph): Merge pull request #5381 from dachary/wip-12499-hammer
ceph-fuse 0.94.2-1trusty segfaults / aborts
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Loïc Dachary
12:33 PM CephFS Bug #12598 (Pending Backport): LibCephFS.GetPoolId failure
Loïc Dachary
12:28 PM CephFS Bug #13011 (Duplicate): LibCephFS.ReleaseMounted: FAILED assert(crypto_context != __null)
Loïc Dachary
12:23 PM CephFS Bug #13011 (Duplicate): LibCephFS.ReleaseMounted: FAILED assert(crypto_context != __null)
This happened on a hammer branch with one CephFS related backport ( https://github.com/ceph/ceph/commit/256620e37fd94... Loïc Dachary
12:10 PM CephFS Bug #12875: LibCephFS.LibCephFS.InterProcessLocking segment fault.
This might be a consequence of the wip-mds-caps branch, and will get more testing in there. Greg Farnum
12:02 PM CephFS Bug #12971: TestQuotaFull fails
That's not quite the problem. The MDS calls Objecter::unset_honor_osdmap_full(), at which point the Objecter should l... Greg Farnum
12:01 PM Revision 6f9ee796 (ceph): ReplicatedPG,Objecter: copy_get should include truncate_seq and size
Otherwise, we break CephFS over cache tiers.
Fixes: #12551
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
11:34 AM Bug #12968 (Resolved): mon/OSDMonitor.cc: 1864: FAILED assert(osdmap.get_num_up_osds() == 0 || os...
Kefu Chai
11:06 AM Revision 384d7f4c (ceph): Merge pull request #5837 from tchaikov/wip-12968
mon: disable gmt_hitset if not supported
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Loic Dachary <ldachar...
Loïc Dachary
10:12 AM Revision cdca05fe (ceph): Merge pull request #5842 from dzafman/wip-cot-failure
test: Fix failure test to find message anywhere in stderr
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Reviewed-b...
Kefu Chai
09:43 AM rgw Bug #11563: RadosGW regression: COPY doesn't preserve Content-Type
How is that not in 0.94.3 ?!?
Patch has been done for 3 month and it fixes a regression ...
Sylvain Munaut
09:41 AM Documentation #13009 (Closed): Update upgrade documentation for systemd
Now that wip-systemd has been merged into master, we need to update http://ceph.com/docs/master/install/upgrading-cep... Nathan Cutler
09:34 AM Bug #12892: Image'snapshot too much cause the "Deep Scrub" function running too long, eventually ...
Limit the number of snapshots can solve this problem
https://github.com/ceph/ceph/pull/5854
huanwen ren
08:51 AM Bug #12892: Image'snapshot too much cause the "Deep Scrub" function running too long, eventually ...
As a result of the as:
In PG::scrub need to get in the scrub function "PG lock", and a single the scrub time is too ...
huanwen ren
08:22 AM Bug #12892: Image'snapshot too much cause the "Deep Scrub" function running too long, eventually ...
analysis of causes?
1.the first kind is underway PG::chunky_scrub NEW_CHUNK stage, get into the while (! Boundary_...
huanwen ren
08:14 AM Bug #12892: Image'snapshot too much cause the "Deep Scrub" function running too long, eventually ...
Steps to Reproduce:
1.create POOL
rados mkpool pool_1
2.create Image in POOL
rbd create pool_1/im1 --size 102...
huanwen ren
09:24 AM Feature #12404: "ceph pool set-quota max_bytes" fails to work
ceph zte, i am afraid that this is how ceph works.
the client checks the full-ness of the pool when it *submits* t...
Kefu Chai
08:26 AM Revision 19a210a0 (ceph): osd: make read(off=0,len=0) ec-object work.
When len=0, it mean read the whole object. It can work when reading
no-ec object off=0 & len=0. But for ec-object, it...
Jianpeng Ma
08:26 AM Revision 797caae1 (ceph): test/librados: add test case for read object (off=0,len=0).
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
07:45 AM Bug #12941: mon/OSDMonitor.cc: 204: FAILED assert(err == 0) 0.94
I have a total of three monitors , one of which can not be started(vm14) , it is no problem with file system.
I even...
bo cai
07:35 AM Revision cddca59d (ceph): interval_set: add lower_bound(T k) member function
Returns an interval pointing to the first interval in the set,
whose last element is not considered to go before k.
...
Yan, Zheng
07:20 AM Revision ae5e961e (ceph): Merge pull request #5845 from wonzhq/async-rx
AsyncMessenger: add instance name in debug log when processing msg
Reviewed-by: Haomai Wang <haomaiwang@gmail.com>
Haomai Wang
07:19 AM Bug #13004 (Fix Under Review): OSD deadlocked.
https://github.com/ceph/ceph/pull/5847 Kefu Chai
03:29 AM Bug #13004 (Resolved): OSD deadlocked.
Below here is the error log from an unexpectedly doomed OSD:... xie xingguo
07:10 AM Bug #13002 (Fix Under Review): Accepter::bind won't work correctly in some exception cases
https://github.com/ceph/ceph/pull/5846 Kefu Chai
02:55 AM Bug #13002: Accepter::bind won't work correctly in some exception cases
All we need is the following statement:
*listen_addr.set_port(0); // clear port before retry, otherwise we shall f...
xie xingguo
02:51 AM Bug #13002 (Resolved): Accepter::bind won't work correctly in some exception cases
Recently I happen to test CEPH(version:0.87.2) as our backend storage system.
I was check the log of an occasionally...
xie xingguo
07:00 AM Revision ddb5301e (ceph): Merge pull request #5779 from dzafman/wip-misc-fix-guangyy
osd: check the length of the map before accessing the first element
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
06:55 AM Revision f9517426 (ceph): Merge pull request #5843 from dillaman/wip-12885
librbd: diff_iterate needs to handle holes in parent images
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
06:54 AM Revision 714a091e (ceph): Merge pull request #5592 from xinxinsh/wip-fix-rbd-metadata
fix bugs of rbd metadata operation
Reviewed-by: Haomai Wang <haomaiwang@gmail.com>
Reviewed-by: Jason Dillaman <dill...
Josh Durgin
06:44 AM Revision b968fb3b (ceph): rados: Fix usage for "notify" command
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:44 AM Revision 95bd3c2c (ceph): test: Fix failure test to find message anywhere in stderr
Consolidate test_failure() and test_failure_tty()
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
05:14 AM Fix #13006 (Duplicate): compile warning on gcc-4.8.3
There is a compiling warning:
os/Transaction.cc: In member function ‘void ObjectStore::Transaction::_build_actions...
hongwei bi
05:12 AM Fix #13005 (New): compile warning on gcc-4.8.3
There is a compiling warning:
os/Transaction.cc: In member function ‘void ObjectStore::Transaction::_build_actions...
hongwei bi
04:52 AM Bug #12802 (Fix Under Review): support of non-block connect in async messenger
https://github.com/ceph/ceph/pull/5681 Kefu Chai
04:49 AM Bug #12731 (Resolved): jerasure/gf-complete: build warnings
Kefu Chai
04:46 AM Revision 3868939f (ceph): Merge pull request #5834 from ceph/wip-leveldb-hang
mon: MonitorDBStore: make get_next_key() work properly
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:45 AM Revision 8e8d529f (ceph): Merge pull request #4955 from kylinstorage/librados-2read-segmentation-...
bug fix: librados segmentation fault, when two read ops share one Aio…
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
04:44 AM Revision 915fd2c9 (ceph): Merge pull request #4925 from XinzeChi/wip-hit-set-size
osd: fix hit_set_map size for tier pool
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:43 AM Revision 61c7ac1c (ceph): Merge pull request #5723 from H3C/wip-msg-bugfix1
msg: we should set the socket options before connect or listen in order to have it take effect.
Reviewed-by: Haomai ...
Kefu Chai
04:41 AM Revision 120bd680 (ceph): Merge pull request #5829 from dachary/wip-12731-jerasure-warnings
erasure-code: fix gf-complete warnings
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:31 AM rgw Bug #12989 (Pending Backport): rgw: init_rados failed leads to repeated delete
Nathan Cutler
04:25 AM Stable releases Tasks #11644: firefly v0.80.11
... Nathan Cutler
04:11 AM Bug #12251 (Resolved): the output is wrong when runing "ceph osd reweight"
Nathan Cutler
04:10 AM Backport #12492 (Resolved): the output is wrong when runing "ceph osd reweight"
Nathan Cutler
04:10 AM Revision aeea9567 (ceph): Merge pull request #5408 from SUSE/wip-12492-firefly
the output is wrong when runing ceph osd reweight
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
04:09 AM Bug #12210 (Resolved): register_new_pgs() should check ruleno instead of its index
Nathan Cutler
04:08 AM Backport #12395 (Resolved): register_new_pgs() should check ruleno instead of its index
Nathan Cutler
04:07 AM Revision 973b74d5 (ceph): Merge pull request #5404 from SUSE/wip-12395-firefly
register_new_pgs() should check ruleno instead of its index
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
04:06 AM Fix #11590 (Resolved): MDSMonitor: handle MDSBeacon messages properly
Nathan Cutler
04:06 AM Backport #11980 (Resolved): MDSMonitor: handle MDSBeacon messages properly
Nathan Cutler
04:05 AM Revision 79403ba8 (ceph): Merge pull request #5199 from SUSE/wip-11980-firefly
MDSMonitor: handle MDSBeacon messages properly
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
04:05 AM Bug #12402 (Resolved): get pools health'info have error
Nathan Cutler
04:04 AM Backport #12497 (Resolved): get pools health'info have error
Nathan Cutler
04:04 AM Revision db44bb29 (ceph): Merge pull request #5410 from SUSE/wip-12497-firefly
get pools health'info have error
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
04:02 AM Bug #12401 (Resolved): pgmonitor: wrong "at/near target max“ reporting
Nathan Cutler
04:02 AM Backport #12495 (Resolved): pgmonitor: wrong "at/near target max“ reporting
Nathan Cutler
04:01 AM Revision fc699f42 (ceph): Merge pull request #5409 from SUSE/wip-12495-firefly
pgmonitor: wrong at/near target max“ reporting
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
03:40 AM Revision d7413523 (ceph): AsyncMessenger: add instance name in debug log when processing msg
To better debug.
Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
Zhiqiang Wang
03:39 AM Bug #13003 (Closed): OSD
Haomai Wang
03:08 AM Bug #13003: OSD
Opps, I made a mistake, require for deletion this problem, many thanks. xie xingguo
03:07 AM Bug #13003 (Closed): OSD
xie xingguo
03:22 AM Bug #12194: osd crash FAILED assert(!parent->get_log().get_missing().is_missing(soid))
I'm now on 94.3 (and planning to avoid future prereleases ;) -- have not seen this crash since the last one a month a... Ben Hines
03:04 AM Bug #12831: compile failed on gcc-4.8 and boost-1.53
About the compile warning :
2) compile warning
os/Transaction.cc: In member function ‘void ObjectStore::Transactio...
hongwei bi
02:13 AM Revision 19a191e5 (ceph): objects can not be displayed which object name does not contain '.' whe...
Fixes: #12963
Signed-off-by: Weijun Duan <duanweijun@h3c.com>
weijun duan
01:48 AM Revision 95685c19 (ceph): rgw:add --reset-regions for regionmap update
Fixes: #12964
Signed-off-by: Weijun Duan <duanweijun@h3c.com>
weijun duan
01:25 AM Revision a05c4c00 (ceph): Merge pull request #5781 from dzafman/wip-eccleanup
osd, test: Minor clean-up from fast-read and error handling ec changes
Reviewed-by: Kefu Chai <kchai@redhat.com>
David Zafman
01:04 AM Messengers Bug #13001 (Resolved): segfault in EventCenter::process_events(int)
... Kefu Chai
12:55 AM Linux kernel client Bug #12763: rbd: unmap failed: (16) Device or resource busy
The image im1 is on the osd.And the osd is not install on the disk.
It is install on the /var/cache/local.
[root@...
ceph zte
12:38 AM Bug #13000 (Resolved): ceph-disk failure to activate with dmcrypt
"/a/sage-2015-09-08_17:24:19-ceph-deploy-master---basic-vps/1046931":http://pulpito.ceph.com/sage-2015-09-08_17:24:19... Sage Weil
12:03 AM Bug #12979: Ceph lost it's repair ability after repeatedly flapping
Sage Weil wrote:
> bo cai wrote:
> > sorry, My Company limited the network, I need to do some processing and later ...
bo cai

09/08/2015

11:06 PM Backport #12836 (Resolved): WBThrottle::clear_object: signal on cond when we reduce throttle values
Loïc Dachary
10:49 PM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
The logs I attached was to show the backtrace, but here is the test that I am running from ceph-qa-suites on rh 7.1 ,... Vasu Kulkarni
05:27 PM Linux kernel client Bug #12691: ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 == "out of order op")
A thrash means lingering requests code is in play, which is a large part of what I'm rewriting for 4.4. Still, it wo... Ilya Dryomov
05:24 PM Linux kernel client Bug #12691 (Need More Info): ffsb osd thrash test - osd/ReplicatedPG.cc: 2348: FAILED assert(0 ==...
Ilya Dryomov
10:43 PM Bug #12979: Ceph lost it's repair ability after repeatedly flapping
I try to upload the file in home, but I get a nginx error: "413 Request Entity Too Large"
Is this redmine can not up...
bo cai
09:58 PM Revision 19ff9280 (ceph): Merge pull request #5757 from dachary/wip-12836-hammer
WBThrottle::clear_object: signal on cond when we reduce throttle values
Reviewed-by: David Zafman <dzafman@redhat.com>
David Zafman
08:02 PM rbd Bug #11587 (Resolved): inconsistency with rbd-replay utilities and --with-debug option
rbd-replay* utilities are being moved to the ceph-common package under #12994 Jason Dillaman
07:51 PM rbd Bug #12885 (Fix Under Review): rbd export-diff crashes in librbd::simple_diff_cb
Jason Dillaman
07:51 PM rbd Bug #12885: rbd export-diff crashes in librbd::simple_diff_cb
*master PR*: https://github.com/ceph/ceph/pull/5843 Jason Dillaman
06:18 PM rbd Bug #12885 (In Progress): rbd export-diff crashes in librbd::simple_diff_cb
Thanks for the prompt reply, your logs confirmed my suspicion. For a short-term workaround until the fix propagates ... Jason Dillaman
05:40 PM rbd Bug #12885: rbd export-diff crashes in librbd::simple_diff_cb
Here you go. Had to compress it to avoid "request entity too large".
Thorvald Natvig
05:31 PM rbd Bug #12885 (Need More Info): rbd export-diff crashes in librbd::simple_diff_cb
Can you please add the following to your ceph.conf, re-run the failed 'rbd export-diff', and attach the resulting log... Jason Dillaman
07:47 PM Revision 3ccc3bb4 (ceph): librbd: diff_iterate needs to handle holes in parent images
If a clone's parent image snapshot includes a discarded extent,
this was previously causing an assert failure. Inste...
Jason Dillaman
07:45 PM Revision d5650c9c (ceph): tests: new test case for librbd diff_iterate over discard extents
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:11 PM devops Fix #12994 (Fix Under Review): rbd-replay* should ship in ceph-common
PR for master: https://github.com/ceph/ceph/pull/5841 Ken Dreyer
04:49 PM devops Fix #12994 (In Progress): rbd-replay* should ship in ceph-common
Branch is "wip-12994-rbd-replay-packaging" in GitHub. -I need to make sure that I've got the @debian/control@ change ... Ken Dreyer
04:39 PM devops Fix #12994 (Resolved): rbd-replay* should ship in ceph-common
The @rbd-replay*@ utilities are useful for Ceph users with RBD clients. Currently the @rbd-replay*@ utilities ship in... Ken Dreyer
06:56 PM Bug #12974: el7: /var/run/ceph mysteriously reverts to 770
centos7 Sage Weil
12:20 PM Bug #12974: el7: /var/run/ceph mysteriously reverts to 770
By el7 do you mean CentOS 7 or RHEL 7 ? Loïc Dachary
06:55 PM Bug #12976: debian jessie: /var/run/ceph not created
Sage Weil
08:36 AM Bug #12976: debian jessie: /var/run/ceph not created
@sage, I assigned it to you after taking a look as it appears you have a few things in flight already. Feel free to s... Loïc Dachary
08:20 AM Bug #12976: debian jessie: /var/run/ceph not created
Blocked by "old paramiko prevents us from using debian 8.0/jessie cloudinit image":http://tracker.ceph.com/issues/12952 Loïc Dachary
06:37 PM Bug #12991 (Fix Under Review): Error EINVAL: next mdsmap epoch 15 != 14
https://github.com/ceph/ceph/pull/5840
Sage Weil
03:37 PM Bug #12991 (Resolved): Error EINVAL: next mdsmap epoch 15 != 14
... Sage Weil
06:08 PM Bug #12861 (Resolved): rados/test_alloc_hint.sh failure
Sage Weil
05:24 PM Bug #12861 (Fix Under Review): rados/test_alloc_hint.sh failure
Kefu Chai
12:53 PM Bug #12861: rados/test_alloc_hint.sh failure
https://github.com/ceph/ceph/pull/5838 Kefu Chai
12:45 PM Bug #12861: rados/test_alloc_hint.sh failure
... Kefu Chai
10:28 AM Bug #12861: rados/test_alloc_hint.sh failure
in ceph.git/wip-12861. in the test script, i added a "sleep 2h" after flushing the object, will try to login to the t... Kefu Chai
07:13 AM Bug #12861: rados/test_alloc_hint.sh failure
sage, i am reopening this ticket, spotted again in my test branch. Kefu Chai
07:11 AM Bug #12861: rados/test_alloc_hint.sh failure
http://pulpito.ceph.com/kchai-2015-09-07_23:23:54-rados-wip-kefu-testing---basic-multi/1046356/ failed.... Kefu Chai
06:08 PM Revision c2293104 (ceph): Merge pull request #5838 from ceph/wip-12861
qa/workunits/rados/test_alloc_hint.sh: sudo to ls files
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:44 PM rgw Feature #12997 (Resolved): rgw: default quota params
E.g.,
rgw_s3_default_bucket_quota_max_objects = 10000
rgw_s3_default_bucket_quota_max_size = 10000
Yehuda Sadeh
04:13 PM rgw Bug #12993: RGW/Swift sends an extra byte on error
(this obviously has nothing to do with Ceph Devops...) Pete Zaitcev
03:55 PM rgw Bug #12993 (Closed): RGW/Swift sends an extra byte on error
I'm going to save this problem here because I have no time to look right now.
To reproduce, authenticate in Swift ...
Pete Zaitcev
03:53 PM Linux kernel client Bug #12763 (Need More Info): rbd: unmap failed: (16) Device or resource busy
Sorry for a late reply - this was lingering in the Ceph project.
Are you sure there wasn't a filesystem mounted on t...
Ilya Dryomov
03:42 PM Bug #12515 (Pending Backport): requeue_scrub when kick_object_context_blocked
Sage Weil
02:28 PM Bug #12515 (Fix Under Review): requeue_scrub when kick_object_context_blocked
Kefu Chai
03:41 PM Revision a7f1a3ac (ceph): Merge pull request #5396 from XinzeChi/wip-scrub-promote
bug fix: osd: requeue_scrub when kick_object_context_blocked
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: D...
Sage Weil
03:41 PM Revision 026012fd (ceph): Merge pull request #5772 from yuyuyu101/wip-12912
AsyncConnection: Close connection when unregistered connection met WAIT Sage Weil
03:40 PM Bug #12992 (Can't reproduce): fail Messenger/MessengerTest.SyntheticStressTest1/1 (simple)
2015-09-07T18:36:18.097 INFO:teuthology.orchestra.run.plana67.stdout:[ FAILED ] Messenger/MessengerTest.SyntheticSt... Sage Weil
03:39 PM Revision ba080035 (ceph): Merge pull request #5733 from cxwshawn/rgw-fix
rgw: init_rados failed leads to repeated delete
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:36 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head
/a/sage-2015-09-07_18:07:23-rados-wip-sage-testing---basic-multi/1046245 Sage Weil
12:16 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head
Difference between the wip-sage-testing and infernalis... Loïc Dachary
03:35 PM Revision 02eefbf3 (ceph): Merge pull request #5809 from rzarzynski/wip-rgw_putobj_debug_improvement
rgw: improve debugs in RGWPutObj and RGWPutObj_ObjStore_SWIFT.
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:33 PM Revision 16adf6c2 (ceph): Merge pull request #5567 from guce/rgw_check_key_parameter_conflict
rgw: add key parameter conflict check for radosgw-admin command line. Orit Wasserman
03:21 PM Bug #12990 (Resolved): osd: we do not ignore notify from down osds
... Sage Weil
03:17 PM Revision ce9fd798 (ceph): Merge pull request #5819 from rzarzynski/wip-12950
rgw: don't append empty ETag HTTP header.
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:02 PM Revision c9791307 (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
03:02 PM rgw Bug #12683: rgw/rgw_civetweb:Conditional always is invalid
radoslaw has a branch that reworks this whole section, so this will probably be fixed through that. Yehuda Sadeh
02:59 PM Bug #12647 (Can't reproduce): Ceph log rotation backup strategy leads to log stop recording
The logrotate script shoudl be rotating by doing a reload already.. can you attach your logrotate.conf and some info ... Sage Weil
02:58 PM Bug #12194 (Need More Info): osd crash FAILED assert(!parent->get_log().get_missing().is_missing(...
Sage Weil
02:58 PM Bug #12194: osd crash FAILED assert(!parent->get_log().get_missing().is_missing(soid))
Does this appear to be related to 0.93 -> ahmmer upgrade? I don't think we've seen this with stable users... Sage Weil
02:57 PM Bug #12570 (Pending Backport): common/Thread:pthread_attr_destroy(thread_attr) when done with it
Sage Weil
02:55 PM Bug #12570 (Resolved): common/Thread:pthread_attr_destroy(thread_attr) when done with it
Sage Weil
02:56 PM Bug #12340 (Can't reproduce): ceph-helpers.sh: test_get_last_scrub_stamp: wait_for_clean fails
Did not happen in a long time Loïc Dachary
02:54 PM RADOS Bug #12659 (Need More Info): Can't delete cache pool
Have you resolved this? It sounds like there was ongoing client io to those objects that preventing hte flush + evic... Sage Weil
02:52 PM Bug #12662 (Pending Backport): ThreadPool add/remove work queue methods not thread safe
Kefu Chai
02:51 PM Bug #12566 (Fix Under Review): assert failed in OSD::ms_fast_dispatch tracepoint()
Can you reproduce this? There isn't much here to go on... Sage Weil
02:50 PM Bug #12707 (Resolved): ceph-detect-init fails on centos7
Sage Weil
02:50 PM Bug #12716 (Need More Info): Cluster health_warn stuck on active+remapped
My guess is you need to set the vary_r tunable? Or, can you attach the osdmap so we can see why those pgs are only g... Sage Weil
02:49 PM Bug #12469: RadosModel.h: read returned error code -2 (hammer)
Feel free to unassign yourself if that's not for you :-) Loïc Dachary
02:48 PM Bug #12722: osd: OSD::do_mon_report stuck at acquiring osd_lock (more than 10mins) and cause OSD ...
Sage Weil
02:44 PM Bug #12782 (Need More Info): Straw2 bucket created even when "tunable straw_calc_version 1" is cr...
Yeah. Can you piont to where in the docs it is confusing? Thanks! Sage Weil
02:43 PM Bug #12789 (Fix Under Review): Long tail latency due to journal aio io_submit takes long time to ...
Sage Weil
02:43 PM Bug #12787 (Resolved): ceph-disk does not activate with systemd on some CentOS 7
Sage Weil
02:42 PM Bug #12802 (In Progress): support of non-block connect in async messenger
Sage Weil
02:42 PM Messengers Bug #12805 (Need More Info): msg/simple/SimpleMessenger.cc: 238: FAILED assert(!cleared)
Sage Weil
02:41 PM Bug #12100 (Need More Info): OSD crash, uexpected aio error in FileJournal.cc
18446744073709551611 == 0xfffffffffffffffb -> -5 (EIO). check kern.log for errors on your disk? Sage Weil
02:40 PM Bug #12818 (Resolved): ceph-disk prepare fails because of --setuser
Loïc Dachary
02:38 PM Bug #12891 (Won't Fix): /etc/init.d/ceph can not start/stop daemons properly
Sage Weil
02:37 PM Bug #12103 (Rejected): ceph-disk prepare failing due to journal and OSD are not of same device, O...
it sounds like you just needed to zap the journal device first? Sage Weil
02:36 PM Bug #12774 (Need More Info): ceph add new osd on existing host, status keep down
Can you generate a log with 'debug osd = 20' and 'debug ms = 1'? Sage Weil
02:36 PM Bug #12970: CrushTester::test_with_crushtool() returns -EINVAL on (should) correct map
The crush rules that are automatically generated should be removed between tests. Otherwise they accumulate to the po... Loïc Dachary
02:32 PM Bug #12970 (Resolved): CrushTester::test_with_crushtool() returns -EINVAL on (should) correct map
fixed in https://github.com/ceph/ceph/commit/0f82f461b33d93d868e185912a2c7e4074d06900 Sage Weil
02:12 AM Bug #12970: CrushTester::test_with_crushtool() returns -EINVAL on (should) correct map
reran the test at http://pulpito.ceph.com/kchai-2015-09-06_20:06:37-fs-infernalis---basic-multi/1045480/, passed. Kefu Chai
02:27 PM Bug #12540 (Pending Backport): osd: avoid multi set osd_op.outdata in tier pool
Sage Weil
02:15 PM Bug #12810: Init script status command ignore cluster value
Loïc Dachary
02:11 PM Bug #12831 (Rejected): compile failed on gcc-4.8 and boost-1.53
I verified it works with gcc-4.8 and boost-1.53, the problem comes from your environment. Loïc Dachary
02:06 PM Bug #12865 (Need More Info): OSDs crashing and not resolving blocked requests after network split
The next time it happens it would be helpful if you could attach the output of *ceph report* to this issue. And the e... Loïc Dachary
02:02 PM Bug #12892 (Need More Info): Image'snapshot too much cause the "Deep Scrub" function running too ...
Could you please explain how to reproduce the problem ? Here is a template:
How reproducible:
Steps to Repr...
Loïc Dachary
01:58 PM Bug #12862: ceph daemon does not generate core file on CentOS 7
Loïc Dachary
01:52 PM Bug #12941 (Need More Info): mon/OSDMonitor.cc: 204: FAILED assert(err == 0) 0.94
It would help a lot if you could include more information from the log files. Is the file system on which the Mon res... Loïc Dachary
01:49 PM Bug #12941: mon/OSDMonitor.cc: 204: FAILED assert(err == 0) 0.94
mon/OSDMonitor.cc: 204: FAILED assert(err == 0) is at https://github.com/ceph/ceph/blob/v0.94.2/src/mon/OSDMonitor.cc... Loïc Dachary
01:40 PM CephFS Bug #12820 (Resolved): stuck looping on 'ls /sys/fs/fuse/connections'
Sage Weil
01:39 PM CephFS Bug #12875 (Can't reproduce): LibCephFS.LibCephFS.InterProcessLocking segment fault.
Sage Weil
08:09 AM CephFS Bug #12875 (Need More Info): LibCephFS.LibCephFS.InterProcessLocking segment fault.
The lockdep errors are side effect of previous failiure.... Zheng Yan
01:23 PM Bug #12748 (In Progress): bug with cache/tiering and snapshot reads [merged, needs a test in ceph...
Loïc Dachary
01:16 PM Bug #12746: failed assert ctx.manager.pg_inconsistent(pool, 0) on repair_test.yaml
This job run is mostly to convince myself that it runs ok on infernalis. It can be killed if it is known to fail.
...
Loïc Dachary
01:12 PM Revision 2019a78c (ceph): Merge pull request #556 from ceph/wip-stuck-pg-dump
tasks/ceph_manager: dump pgs when recover times out
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil
12:59 PM Revision a328e3e6 (ceph): tasks/ceph_manager: dump pgs when recover times out
It is really hard to map a stuck recovery back to the pgs that
are stuck. This will make it easy.
Signed-off-by: Sa...
Sage Weil
12:50 PM Revision d32a3be1 (ceph): qa/workunits/rados/test_alloc_hint.sh: sudo to ls files
The osd data dir is owned by ceph and not readable by other
non-root users.
Fixes: #12861
Signed-off-by: Kefu Chai <...
Kefu Chai
11:52 AM Revision 49ee455b (ceph): Merge pull request #5257 from t-miyamae/wip-mshec-fixlogic4
erasure code: shec performance optimization by decoding cache
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:38 AM Fix #9566: osd: prioritize recovery of OSDs with most work to do
I'm not making progress, give an opportunity to someone else to move forward. Loïc Dachary
11:23 AM rgw Bug #12989 (Duplicate): rgw: init_rados failed leads to repeated delete
fixed at https://github.com/ceph/ceph/pull/5733 shawn chen
10:59 AM Revision ab4232ba (ceph): rgw: init_rados failed leads to repeated delete
Fixes: #12978
Signed-off-by: Xiaowei Chen <chen.xiaowei@h3c.com>
shawn chen
10:23 AM Backport #12848: ReplicatedPG::hit_set_trim osd/ReplicatedPG.cc: 11006: FAILED assert(obc)
Needs the commit that fixes http://tracker.ceph.com/issues/12968 Loïc Dachary
10:22 AM Bug #12968: mon/OSDMonitor.cc: 1864: FAILED assert(osdmap.get_num_up_osds() == 0 || osdmap.get_up...
Your comment is good enough. Removing the hammer tag. Loïc Dachary
09:32 AM Bug #12968: mon/OSDMonitor.cc: 1864: FAILED assert(osdmap.get_num_up_osds() == 0 || osdmap.get_up...
will put this fix into the backport pull request of #9732, so no need to create a backport for this. Kefu Chai
08:58 AM Bug #12968 (Fix Under Review): mon/OSDMonitor.cc: 1864: FAILED assert(osdmap.get_num_up_osds() ==...
https://github.com/ceph/ceph/pull/5837 Kefu Chai
09:29 AM Revision ef9283ae (ceph): Merge pull request #5463 from kylinstorage/wip-evict_ops
Allow evict operations to be throttled
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
09:27 AM Bug #12904 (Resolved): Crash during sparse read requests
Kefu Chai
09:27 AM Revision 6cb448da (ceph): Merge pull request #5745 from ceph/wip-12904
osd: sparse reads returning invalid extent map
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kcha...
Kefu Chai
09:26 AM Revision fb2d4f21 (ceph): Merge pull request #5580 from xinxinsh/wip-merge-two-setattr
merge two continuous OP_SETATTR ops into one OP_SETATTRS
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu ...
Kefu Chai
09:23 AM CephFS Bug #12971: TestQuotaFull fails
the objecter pauses all write osd request (including delete request) when cluster is full or pool-quota is reached. T... Zheng Yan
08:56 AM Revision e48cec3d (ceph): mon: disable gmt_hitset if not supported
the gmt_hitset is enabled by default in the ctor of pg_pool_t, this
is intentional. because we want to remove this se...
Kefu Chai
08:48 AM Revision 02f4461c (ceph): test: mon: mon-scrub.sh: test 'mon scrub'
In its current state is used to catch regressions on 'ceph mon scrub'
hanging due to an infinite loop.
Signed-off-by...
Joao Eduardo Luis
08:29 AM CephFS Bug #12674 (Need More Info): Semi-reproducible crash of ceph-fuse
Zheng Yan
07:32 AM Revision 8c2dfadb (ceph): osd: force promote for ops which ec base pool can't handle
For ops which the ec base pool can't handle, if they are proxied to the
base ec pool, ENOTSUPP is returned. Need to f...
Zhiqiang Wang
02:02 AM Revision 8c4323c5 (ceph): PerfCounter: Make l_os_queue_lat contains the complete queue latency
We don't need l_os_queue_lat to only count the latency of op throttle, this
could be done by Throttle counter itself....
Haomai Wang
02:02 AM Revision 834842c2 (ceph): OSD: Add perf counter to count osd thread prepare latency
Signed-off-by: Haomai Wang <haomaiwang@gmail.com> Haomai Wang

09/07/2015

09:09 PM Bug #12976 (In Progress): debian jessie: /var/run/ceph not created
Loïc Dachary
09:03 PM Bug #12983: handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-66/foo/head
This job run is mostly to convince myself that it runs ok on infernalis. It can be killed if it is known to fail.
...
Loïc Dachary
01:48 PM Bug #12983 (Resolved): handle_sub_read: Bad hash for 116/b1271c9d:test-rados-api-burnupi34-7183-6...
... Sage Weil
02:40 PM Bug #12861 (Resolved): rados/test_alloc_hint.sh failure
Sage Weil
02:40 PM Revision 0200403b (ceph): Merge pull request #5785 from liewegas/wip-12861
qa/workunits/rados/test_alloc_hint.sh: sudo to list files Sage Weil
02:18 PM rgw Bug #12960 (Fix Under Review): Rados Swift API handles prefix differently than Openstack Swift
Loïc Dachary
02:10 PM Bug #12908 (Resolved): osd/osd_types.cc: 459: FAILED assert(m_seed < old_pg_num) (asyncmsgr encod...
Merged probable fix. Sage Weil
02:09 PM Bug #12979 (Need More Info): Ceph lost it's repair ability after repeatedly flapping
bo cai wrote:
> sorry, My Company limited the network, I need to do some processing and later upload the log file.
...
Sage Weil
03:06 AM Bug #12979: Ceph lost it's repair ability after repeatedly flapping
sorry, My Company limited the network, I need to do some processing and later upload the log file. bo cai
02:29 AM Bug #12979 (Closed): Ceph lost it's repair ability after repeatedly flapping
*I have a ceph performance test cluster, you can see the ceph network diagram in the attachments(ceph-network-diagra... bo cai
02:08 PM Bug #12966: ceph-post-file key should only be readable by root
Sage Weil
01:39 PM Bug #12968: mon/OSDMonitor.cc: 1864: FAILED assert(osdmap.get_num_up_osds() == 0 || osdmap.get_up...
... Kefu Chai
12:57 PM Bug #12968: mon/OSDMonitor.cc: 1864: FAILED assert(osdmap.get_num_up_osds() == 0 || osdmap.get_up...
http://pulpito.ceph.com/loic-2015-09-07_01:06:53-rados-infernalis---basic-multi/1045219/... Loïc Dachary
07:30 AM Bug #12968: mon/OSDMonitor.cc: 1864: FAILED assert(osdmap.get_num_up_osds() == 0 || osdmap.get_up...
the osd.3 is not upgraded, so the only chance is that some of existing pool is using gmt. but the pools were created ... Kefu Chai
01:12 PM Revision 70d31082 (ceph): mon: MonitorDBStore: make get_next_key() work properly
We introduced a significant bug with 2cc7aee, when we fixed issue #11786.
Although that patch would fix the problem d...
Joao Eduardo Luis
12:48 PM rgw Backport #12982 (In Progress): /etc/init.d/radosgw restart does not work correctly
Loïc Dachary
12:48 PM rgw Backport #12982 (Resolved): /etc/init.d/radosgw restart does not work correctly
https://github.com/ceph/ceph/pull/5831 Loïc Dachary
12:46 PM rgw Bug #11140 (Pending Backport): /etc/init.d/radosgw restart does not work correctly
Loïc Dachary
12:40 PM Bug #11680: mon crashes when "ceph osd tree 85 --format json"
reopen this ticket, as we have reported failure due to bad crushmap.... Kefu Chai
12:35 PM Bug #12876 (Duplicate): monitor crashed in CrushWrapper::do_rule()
Kefu Chai
12:31 PM Bug #12876: monitor crashed in CrushWrapper::do_rule()
... Kefu Chai
12:22 PM Revision 67622955 (ceph): Merge pull request #5358 from ceph/wip-11470.firefly
mon: PaxosService: call post_refresh() instead of post_paxos_update()
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Nathan Cutler
12:13 PM Bug #12731: jerasure/gf-complete: build warnings
... Loïc Dachary
11:45 AM Revision 5f2fca26 (ceph): Merge pull request #5784 from dachary/wip-docker-helper
fix docker-test.sh for CentOS 7
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:45 AM Revision 07a64b97 (ceph): ceph.spec.in: refrain from duplicating %{_sbindir}/rcceph
On systemd, systemd/ceph is installed to /usr/sbin/rcceph.
On non-systemd, src/init-ceph is installed to /etc/init.d...
Nathan Cutler
11:26 AM Revision e8089049 (ceph): tests: drop docker-tests.sh root and /dev support
Now that ceph-disk.sh activation tests switched to the ceph-disk suite
as found in https://github.com/ceph/ceph-qa-su...
Loic Dachary
11:24 AM Revision bfde30db (ceph): tests: CentOS 7 needs systemd-container
It is now needed by the Ceph dependencies and won't work unless the fake
version of it is replaced by the actual one....
Loic Dachary
10:53 AM CephFS Bug #12732 (Resolved): very slow read when a file has holes.
https://github.com/ceph/ceph-client/commit/3e8b3d8cbf92aba5485e68bc5cba6eee2075ee71 Zheng Yan
10:42 AM Revision 3be204f6 (ceph): rgw: init script waits until the radosgw stops
Fixes: #11140
Init script waits in stop action until the radowgw daemons stop.
Signed-off-by: Dmitry Yatsushkevich <...
Dmitry Yatsushkevich
10:33 AM CephFS Bug #12895: Failure in TestClusterFull.test_barrier
... Zheng Yan
10:18 AM Revision 27cf2572 (ceph): rgw: add delimiter to prefix only when path is specified
http://tracker.ceph.com/issues/12960
Fixes: #12960
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
Sylvain Baubeau
10:10 AM Bug #12325: mon_cluster_log_to_syslog is not of type boolean
will this be backported or only in Infernalis?
Thanks!
Kenneth
Kenneth Waegeman
09:55 AM Backport #12461: ceph-dencoder links to libtcmalloc, and shouldn't
Boris provided us with the following hints on how the issue was fixed in master:
* http://tracker.ceph.com/project...
Nathan Cutler
09:54 AM Backport #12461 (New): ceph-dencoder links to libtcmalloc, and shouldn't
There is a RedHat downstream fix that is suitable for Firefly, but the issue was fixed differently in master.
Chan...
Nathan Cutler
08:38 AM CephFS Bug #12971: TestQuotaFull fails
... Zheng Yan
08:20 AM Revision c4fa5ef9 (ceph): Merge pull request #5403 from SUSE/wip-12393-firefly
Memory leak in Mutex.cc, pthread_mutexattr_init without pthread_mutexattr_destroy
Reviewed-by: Kefu Chai <kchai@redh...
Nathan Cutler
08:07 AM Backport #12839 (Resolved): Mutex Assert from PipeConnection::try_get_pipe
Loïc Dachary
08:06 AM Backport #12841 (Resolved): recursive lock of md_config_t (0)
Loïc Dachary
08:06 AM Revision 7614bf7d (ceph): Merge pull request #5759 from dachary/wip-12841-hammer
recursive lock of md_config_t (0)
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
08:06 AM Bug #12338 (Resolved): long standing slow requests: connection->session->waiting_for_map->connect...
Loïc Dachary
08:05 AM Backport #12843 (Resolved): long standing slow requests: connection->session->waiting_for_map->co...
Loïc Dachary
08:05 AM Revision 21006312 (ceph): Merge pull request #5761 from dachary/wip-12843-hammer
long standing slow requests: connection->session->waiting_for_map->connection ref cycle
Reviewed-by: Sage Weil <sage...
Loïc Dachary
08:05 AM Bug #12523 (Resolved): osd suicide timeout during peering - search for missing objects
Loïc Dachary
08:05 AM Backport #12844 (Resolved): osd suicide timeout during peering - search for missing objects
Loïc Dachary
08:04 AM Revision a2e1fe26 (ceph): Merge pull request #5762 from dachary/wip-12844-hammer
osd suicide timeout during peering - search for missing objects
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
08:04 AM Backport #12846 (Resolved): osd/PGLog.cc: 732: FAILED assert(log.log.size() == log_keys_debug.siz...
Loïc Dachary
08:04 AM Revision 8ccb7711 (ceph): Merge pull request #5763 from dachary/wip-12846-hammer
osd/PGLog.cc: 732: FAILED assert(log.log.size() == log_keys_debug.size())
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
08:03 AM Bug #12775 (Resolved): common: do not insert emtpy ptr when rebuild emtpy bufferlist
Loïc Dachary
08:03 AM Backport #12847 (Resolved): common: do not insert emtpy ptr when rebuild emtpy bufferlist
Loïc Dachary
08:03 AM Revision e9db8075 (ceph): Merge pull request #5764 from dachary/wip-12847-hammer
common: do not insert emtpy ptr when rebuild emtpy bufferlist
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
08:02 AM Backport #12489 (Resolved): pg_interval_t::check_new_interval - for ec pool, should not rely on m...
Loïc Dachary
08:02 AM Revision 5ef999e4 (ceph): Merge pull request #5373 from dachary/wip-12489-hammer
pg_interval_t::check_new_interval - for ec pool, should not rely on min_size to determine if the PG was active at the... Loïc Dachary
08:01 AM rgw Bug #3896 (Resolved): rest-bench common/WorkQueue.cc: 54: FAILED assert(_threads.empty())
Loïc Dachary
08:00 AM rgw Backport #12504 (Resolved): rest-bench common/WorkQueue.cc: 54: FAILED assert(_threads.empty())
Loïc Dachary
08:00 AM Revision c243f7a3 (ceph): Merge pull request #5383 from dachary/wip-12504-hammer
rest-bench common/WorkQueue.cc: 54: FAILED assert(_threads.empty())
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
07:56 AM Revision 6eb73595 (ceph): Merge pull request #541 from XinzeChi/wip-rebug
fix rebug rados
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
07:54 AM Backport #12883 (Resolved): cache agent is idle although one object is left in the cache
Loïc Dachary
07:54 AM Revision e61fdc67 (ceph): Merge pull request #5765 from dachary/wip-12883-hammer
cache agent is idle although one object is left in the cache
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
07:53 AM Bug #11640 (Resolved): Change radosgw pools default crush ruleset
Loïc Dachary
07:53 AM Backport #12588 (Resolved): Change radosgw pools default crush ruleset
Loïc Dachary
07:53 AM Revision 62f543bb (ceph): Merge pull request #5754 from dachary/wip-12588-hammer
Change radosgw pools default crush ruleset
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
07:52 AM Backport #12396 (Resolved): register_new_pgs() should check ruleno instead of its index
Loïc Dachary
07:51 AM Revision f25315c1 (ceph): Merge pull request #5377 from dachary/wip-12396-hammer
register_new_pgs() should check ruleno instead of its index
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
07:40 AM Cleanup #12706 (Resolved): ceph-disk should use /sys/dev/block/maj:min/partition
Loïc Dachary
07:39 AM Revision f84be938 (ceph): Merge pull request #5728 from trociny/wip-12706-infernalis
ceph-disk: use /sys/dev/block/maj:min/partition to see if partition
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
07:14 AM Bug #12637 (Resolved): bug of rados ls with keyvaluestore
Xinxin Shu
02:34 AM Bug #12970: CrushTester::test_with_crushtool() returns -EINVAL on (should) correct map
... Kefu Chai
01:47 AM Revision e6fbe539 (ceph): improve error handle of rbd metadata operation & format output
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
01:47 AM Revision d8538394 (ceph): refine tests for metadata ops
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
01:47 AM Revision 68d47f25 (ceph): fix metadata loading error if we open an image
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
01:07 AM Revision 021abe74 (ceph): Merge pull request #5758 from dachary/wip-12839-hammer
Mutex Assert from PipeConnection::try_get_pipe Sage Weil
01:05 AM Revision 438b4e43 (ceph): msg: we should set the socket options before connect or listen in order...
Signed-off-by: Ruifeng Yang <149233652@qq.com> Ruifeng Yang
12:50 AM rgw Bug #12978: rgw: init_rados failed leads to repeated delete
fix commited at https://github.com/ceph/ceph/pull/5733 shawn chen
12:39 AM rgw Bug #12978 (Resolved): rgw: init_rados failed leads to repeated delete
if init_rados function failed, rados member will be deleted(not set to NULL), and in the destructor rados deleted again. shawn chen

09/06/2015

11:08 PM Bug #12731: jerasure/gf-complete: build warnings
... Loïc Dachary
10:44 PM Bug #12731 (Fix Under Review): jerasure/gf-complete: build warnings
https://github.com/ceph/ceph/pull/5829 Loïc Dachary
10:40 PM Revision 3aefd91a (ceph): erasure-code: fix gf-complete warnings
Update to the latest gf-complete v2 branch which has the compilation
warning fixed. In addition the default compilati...
Loic Dachary
09:55 PM Bug #12976 (Resolved): debian jessie: /var/run/ceph not created
mon create fails (with ceph-deploy branch wip-jessie) because /var/run/ceph doesn't exist. not sure why the tmpfiles.... Sage Weil
09:50 PM Revision 4290d689 (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
09:49 PM Bug #12809 (Pending Backport): hit set clear repops fired in same epoch as map change -- segfault...
Sage Weil
09:43 PM Revision 8962c041 (ceph): Merge pull request #4895 from XinzeChi/wip-outdata-set
bug fix: osd: avoid multi set osd_op.outdata in tier pool
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:43 PM Revision a51c133b (ceph): Merge pull request #5707 from athanatos/wip-12809
PG::handle_advance_map: on_pool_change after handling the map change
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:42 PM Revision ef1e4757 (ceph): Merge pull request #5751 from yuyuyu101/wip-12908
AsyncConnection: Don't use unsafe feature as message encode feature
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:32 PM Stable releases Tasks #12701: hammer v0.94.4
h3. fs... Loïc Dachary
09:28 PM Revision 5656eec0 (ceph): osd: trigger the cache agent after a promotion
When a proxy read happens, the object promotion is done in parallel. The
agent_choose_mode function must be called to...
Loic Dachary
09:28 PM Revision 9f696601 (ceph): tests: tiering agent and proxy read
Verify that an object promoted to a cache tier because of a proxy read
is evicted as expected.
http://tracker.ceph.c...
Loic Dachary
09:18 PM Bug #11814 (Resolved): implicit erasure code crush ruleset is not validated
Loïc Dachary
09:18 PM Backport #11824 (Resolved): implicit erasure code crush ruleset is not validated
Loïc Dachary
09:17 PM Revision 4125196d (ceph): Merge pull request #5276 from dachary/wip-11824-hammer
implicit erasure code crush ruleset is not validated
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
07:28 PM devops Bug #12034 (Resolved): ceph-common needs python-argparse on older distros, but doesn't require it
Nathan Cutler
07:22 PM devops Backport #12268 (Resolved): ceph-common needs python-argparse on older distros, but doesn't requi...
Nathan Cutler
07:21 PM devops Bug #12166 (Resolved): ceph.spec.in: 50-rbd.rules conditional is wrong
Nathan Cutler
07:20 PM devops Backport #12266 (Resolved): ceph.spec.in: 50-rbd.rules conditional is wrong
Nathan Cutler
07:19 PM Revision beff99bc (ceph): Merge pull request #5225 from SUSE/wip-12266-firefly
ceph.spec.in: 50-rbd.rules conditional is wrong
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Nathan Cutler
07:19 PM Revision 4a3c1783 (ceph): Merge pull request #5217 from SUSE/wip-12268-firefly
ceph-common needs python-argparse on older distros, but doesn't require it
Reviewed-by: Loic Dachary <ldachary@redha...
Nathan Cutler
07:14 PM Stable releases Tasks #11644: firefly v0.80.11
... Loïc Dachary
07:04 PM Bug #12974 (Can't reproduce): el7: /var/run/ceph mysteriously reverts to 770
... Sage Weil
06:19 PM Revision 52283b32 (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
06:19 PM Revision 82b0243e (ceph): qa/workunits/post-file.sh: sudo
Only root can read the key in /usr/share/...
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:56 PM Revision bfe359af (ceph): osd: dump full map bl at 20 when crc doesn't match
This will help us debug cases where the encoding doesn't match due
to a bug.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:49 PM Bug #12814: flipping the overlay from forward to seems to reorder writes
maybe /a/sage-2015-09-06_05:36:07-rados-wip-sage-testing---basic-multi/1044769 ?... Sage Weil
05:37 PM Revision 31f643b6 (ceph): distros/supported: remove jessie until paramiko issue is resolved
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:36 PM Revision 394dbc18 (ceph): Merge remote-tracking branch 'gh/wip-ceph-deploy'
Sage Weil
03:25 PM CephFS Bug #12417 (Resolved): segfault launching ceph-fuse with bad --name
Loïc Dachary
03:25 PM CephFS Backport #12500 (Resolved): segfault launching ceph-fuse with bad --name
Loïc Dachary
03:24 PM Revision 47af5090 (ceph): Merge pull request #5382 from dachary/wip-12500-hammer
segfault launching ceph-fuse with bad --name
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
03:23 PM Bug #12309 (Resolved): read on chunk-aligned xattr not handled
Loïc Dachary
03:23 PM Backport #12311 (Resolved): read on chunk-aligned xattr not handled
Loïc Dachary
03:23 PM Revision 2fd8ec83 (ceph): Merge pull request #5367 from dachary/wip-12311-hammer
read on chunk-aligned xattr not handled
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
02:31 PM Revision bff2f477 (ceph): OSD: add scrub_finalize_wq suicide timeout
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
02:25 PM Revision 91d4c217 (ceph): OSD: add scrub_wq suicide timeout
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 547a7041edc833f3cc8e04d388574809e30a8af6)
C...
Samuel Just
02:05 PM Revision e487e8e3 (ceph): auth: reinitialize NSS modules after fork()
Fixes: #11128
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 4c24d0cc074462ae258b5cf901cd884b...
Yan, Zheng
02:05 PM Revision 3f542aa2 (ceph): auth: use crypto_init_mutex to protect NSS_Shutdown()
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit cf058174fe6be26129eb52f4fb24d0f7146ef7af)
Yan, Zheng
02:05 PM Revision f0fa637e (ceph): crypto: use NSS_InitContext/NSS_ShutdownContex to avoid memory leak
Switched to context-aware NSS init/shutdown functions to avoid conflicts
with parent application. Use a reference co...
Jason Dillaman
02:05 PM Revision b68d7574 (ceph): librados_test_stub: implement conf get/set API methods
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 4d03c664f2a9362009c7e3077ed65e2989f0f21b)
Jason Dillaman
02:05 PM Revision 7ac01731 (ceph): tests: ensure old-format RBD tests still work
Override the RBD default image format back to version 1
to ensure tests properly cover the old format.
Signed-off-by...
Jason Dillaman
02:05 PM Revision 805732b1 (ceph): tests: librbd API test cannot use private md_config_t struct
Remove all depencencies on md_config_t and instead use librados API
methods to get/set configuration values.
Fixes: ...
Jason Dillaman
02:05 PM Revision dc693fca (ceph): lockdep: allow lockdep to be dynamically enabled/disabled
librbd test cases attempt to enable lockdep coverage via the librados
API. Use a configuration observer to register/...
Jason Dillaman
01:35 PM Revision 7f6ec65b (ceph): OSD: add op_wq suicide timeout
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 3f2946aa9f9b4b432e8c018283503153a2b1eddc)
C...
Samuel Just
01:35 PM Revision 9ce8ce68 (ceph): OSD: add remove_wq suicide timeout
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit f2fbfa32a16666be46359f0eab7b04ca80a753f5)
C...
Samuel Just
01:27 PM Feature #8635: add scrub, snap trimming, should be items in the OpWQ with cost/priority
master PR: https://github.com/ceph/ceph/pull/4717 Nathan Cutler
12:49 PM Bug #12075 (Closed): Update manual to do accurate contribution
Loïc Dachary
12:09 PM Revision 00e73adb (ceph): librbd: prevent race condition between resize requests
It was possible that the same resize request could be sent twice
if a completed resize op started a newly created res...
Jason Dillaman
12:07 PM Revision 05734916 (ceph): librbd: Remvoe unused func ImageCtx::read_from_cache.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picked from commit 101440a41253680770f94bc380af7072c7adaebf)
Jianpeng Ma
12:07 PM Revision 6c4ccc85 (ceph): librbd: Add a paramter:purge_on_error in ImageCtx::invalidate_cache().
If bh_write met error, it will try again. For closing image, if met this
issue, it will trigger a assert:
>>2015-02-0...
Jianpeng Ma
12:07 PM Revision 81376b6a (ceph): osdc: In _readx() only no error can tidy read result.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picked from commit 540346d4a901d8041c9fd74641c98cdfd2e1ab32)
Jianpeng Ma
12:07 PM Revision 4135b9a2 (ceph): osdc: For trust_enoent is true, there is only one extent.
Now the judgement only in conditon which will return -ENOENT.
But o->exists don't depend on the extent size. It only ...
Jianpeng Ma
12:07 PM Revision c96541ad (ceph): osdc: Make last missing bh to wake up the reader.
Avoid wakeup early and wait again.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picked from commit d58...
Jianpeng Ma
12:07 PM Revision 86e7698a (ceph): osdc: After write try merge bh.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picked from commit 1a48a8a2b222e41236341cb1241f0885a1b0b9d8)
Jianpeng Ma
12:07 PM Revision 5c4f152e (ceph): osdc: Don't pass mutex into ObjectCacher::_wait_for_write.
Because the mutex is the same as ObjectCacher::lock.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry pick...
Jianpeng Ma
12:07 PM Revision 28838f20 (ceph): osdc: clean up code in ObjectCacher::Object::map_write
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picked from commit 9f80c2909ace09cd51c24b49c98a093e0e864dca)
Jianpeng Ma
11:46 AM Revision b81cfa90 (ceph): Merge pull request #5827 from tchaikov/wip-doc-daemon
doc: fix the typo in command example
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:30 AM Revision 351d9579 (ceph): doc: fix the typo in command example
always indent using tab, the rendered html looks good, but it helps with
editor to highlight the codeblock properly.
...
Kefu Chai
10:28 AM Bug #12878 (Resolved): ceph user breaks scrub_test
Kefu Chai
10:26 AM Revision ff4e2ad3 (ceph): Merge pull request #552 from ceph/wip-12878
tasks/scrub_test: sudo ls ...
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:02 AM CephFS Bug #12971 (Resolved): TestQuotaFull fails
http://qa-proxy.ceph.com/teuthology/teuthology-2015-09-01_23:04:01-fs-infernalis---basic-multi/1041649/teuthology.log... Zheng Yan
09:59 AM CephFS Bug #12896 (Rejected): EIO in multiple_rsync.sh
John Spray wrote:
> Looking at the paths, rsync *seems* to be complaining about the local files (in /tmp). Maybe it...
Zheng Yan
09:39 AM Bug #12970 (Resolved): CrushTester::test_with_crushtool() returns -EINVAL on (should) correct map
http://qa-proxy.ceph.com/teuthology/teuthology-2015-09-01_23:04:01-fs-infernalis---basic-multi/1041655/teuthology.log... Zheng Yan
08:48 AM Backport #12848 (Fix Under Review): ReplicatedPG::hit_set_trim osd/ReplicatedPG.cc: 11006: FAILED...
https://github.com/ceph/ceph/pull/5825 Kefu Chai

09/05/2015

09:58 PM Feature #12316 (Resolved): For EC pool, read K+M shards (instead of K) to reduce latency (with IO...
The PR has been merged. Guang Yang
09:49 PM Revision 8e86d1c4 (ceph): Merge pull request #5817 from liewegas/wip-ceph-daemon
doc: 'ceph --admin-daemon ...' -> 'ceph daemon ...'
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
06:37 PM Bug #12944 (Resolved): Add pgcalc tool link in placement-groups document
Merged in master, Marking Resolved. Vikhyat Umrao
06:30 PM rgw Feature #12714 (Pending Backport): RGW : setting max number of buckets for user via ceph.conf opt...
Merged in master. Changing status to Pending Backport. as Backport is set to Hammer. Vikhyat Umrao
05:19 PM Revision 7080e0f1 (ceph): Thread.h: disable copy constr and assignment op
Disable copy constructor and assignment operator.
They are currently not defined, so any attempt to use them will
res...
Michal Jarzabek
05:06 PM Backport #12959 (Need More Info): udev: add devicemapper to partuuid-workaround
Loïc Dachary
05:02 PM Backport #12959: udev: add devicemapper to partuuid-workaround
I'm not sure https://github.com/ceph/ceph/commit/42ad86e14e352f2a3a33e774224f1789f268da83 will be enough for LVM volu... Loïc Dachary
04:55 PM Backport #12959 (New): udev: add devicemapper to partuuid-workaround
Loïc Dachary
03:27 PM Backport #12959: udev: add devicemapper to partuuid-workaround
Nathan Cutler wrote:
> Hi Joe: We don't ordinarily backport features - only bugfixes. Please discuss this with Loic ...
Joe Julian
08:01 AM Backport #12959 (Rejected): udev: add devicemapper to partuuid-workaround
Hi Joe: We don't ordinarily backport features - only bugfixes. Please discuss this with Loic Dachary (loicd on #ceph-... Nathan Cutler
03:15 PM Bug #12966: ceph-post-file key should only be readable by root
https://github.com/ceph/ceph/pull/5824 Sage Weil
01:30 PM Bug #12966 (New): ceph-post-file key should only be readable by root
others can read it on deb installs. Sage Weil
02:43 PM Backport #12848: ReplicatedPG::hit_set_trim osd/ReplicatedPG.cc: 11006: FAILED assert(obc)
Loïc, let me take care of it. =) Kefu Chai
01:44 PM Bug #12968 (Resolved): mon/OSDMonitor.cc: 1864: FAILED assert(osdmap.get_num_up_osds() == 0 || os...
... Sage Weil
01:43 PM Bug #12967 (Duplicate): osd/ECBackend.cc: 201: FAILED assert(res.errors.empty())
... Sage Weil
01:25 PM Revision 6064443a (ceph): tasks/divergent_prior[2]: fix rados get syntax
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:23 PM Revision 7b3ea31e (ceph): tasks/reg11184.py: fix rados get syntax
no -o
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:22 PM Revision 092ce2bd (ceph): Merge pull request #553 from ceph/wip-s3tests
s3tests: use ceph-$foo branches Sage Weil
12:56 PM Backport #11700 (In Progress): make the all osd/filestore thread pool suicide timeouts separately...
Nathan Cutler
12:32 PM Revision 6926a64f (ceph): OSD: add snap_trim_wq suicide timeout
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit e1073a4a577211672148a4112bd633831552d66f)
Samuel Just
12:31 PM Revision d31d1f6f (ceph): OSD: add recovery_wq suicide timeout
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 85311b656852af75bfbbc6699f92fc6aa233c316)
C...
Samuel Just
12:28 PM Revision f85ec2a5 (ceph): OSD: add command_wq suicide timeout
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit df4e5de819c30003cfbe50a071c49039cf534419)
C...
Samuel Just
12:24 PM Backport #12833 (Rejected): mon: drop internal-purpose messages from clients without proper caps
Too late in the firefly release cycle for a change of such magnitude in such a sensitive area of the code. Nathan Cutler
12:23 PM Bug #9418 (Resolved): mon: drop internal-purpose messages from clients without proper caps
I tend to agree with Loic. Dropping the backport for now. If Joao disagrees, I trust he will revert my changes to thi... Nathan Cutler
12:13 PM Bug #9418: mon: drop internal-purpose messages from clients without proper caps
If that's indeed the pull request to be backported, I think it's going to be non trivial. Maybe users who have proble... Loïc Dachary
12:03 PM Bug #9418: mon: drop internal-purpose messages from clients without proper caps
This would appear to be it: https://github.com/ceph/ceph/pull/2560 Nathan Cutler
11:43 AM Backport #12965 (In Progress): Not logging missing_on_shards properly
Backporting as a dependency of http://tracker.ceph.com/issues/12488 Nathan Cutler
11:43 AM Backport #12965 (Rejected): Not logging missing_on_shards properly
https://github.com/ceph/ceph/pull/5407 Nathan Cutler
11:20 AM Bug #10930: mon: map_cache can become inaccurate if osd does not receive the osdmaps
Dropping firefly backport because it is non-trivial and the cost-benefit analysis is unclear (firefly is getting long... Nathan Cutler
10:59 AM Backport #12837 (In Progress): WBThrottle::clear_object: signal on cond when we reduce throttle v...
Nathan Cutler
10:58 AM Revision b894b368 (ceph): WBThrottle::clear_object: signal if we cleared an object
Fixes: #12223
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 8447b08d60d5cf7dce20f8b839cc2c...
Samuel Just
10:44 AM Backport #12461 (In Progress): ceph-dencoder links to libtcmalloc, and shouldn't
Nathan Cutler
09:46 AM rgw Bug #12964 (Resolved): rgw: region data still exist in region-map after region-map update
this is my region:... weijun duan
09:27 AM rgw Bug #12963 (Resolved): rgw:objects can not be displayed which object name does not contain '.' wh...
objects can not be displayed which object name does not contain '.' when get the bucket index.
There is those ...
weijun duan
09:23 AM Backport #12845 (In Progress): osd/PGLog.cc: 732: FAILED assert(log.log.size() == log_keys_debug....
Nathan Cutler
09:22 AM Backport #12845 (New): osd/PGLog.cc: 732: FAILED assert(log.log.size() == log_keys_debug.size())
Nathan Cutler
09:22 AM Backport #12845 (In Progress): osd/PGLog.cc: 732: FAILED assert(log.log.size() == log_keys_debug....
Nathan Cutler
09:21 AM Revision cd1396cd (ceph): osd/PGLog: dirty_to is inclusive
There are only two callers of mark_dirty_to who do not pass max,
and they are both in the merge_log extending tail pa...
Sage Weil
09:17 AM Backport #12484 (Fix Under Review): mon: MonitorDBStore iterator's get_next_key() returns wrong keys
Nathan Cutler
09:16 AM rgw Bug #12950 (Fix Under Review): rgw: empty etag HTTP header is appended in some cases
Pull request: https://github.com/ceph/ceph/pull/5819. Radoslaw Zarzynski
08:05 AM Revision f39c7917 (ceph): osd: Keep a reference count on Connection while calling send_message()
Fixes: #12437
Signed-off-by: David Zafman <dzafman@redhat.com>
(manual backport of commit a140085)
Conflicts: ...
Nathan Cutler

09/04/2015

10:39 PM Cleanup #12961 (In Progress): OSDMonitor refactor
https://github.com/ceph/ceph/pull/4824 has a refactor of OSDMonitor that is worth looking at when there is time. Loïc Dachary
10:24 PM Bug #12956 (In Progress): ceph-disk prepare fails for lvm logical volumes
https://github.com/ceph/ceph/pull/5818 Loïc Dachary
08:51 PM Bug #12956: ceph-disk prepare fails for lvm logical volumes
Please backport to firefly Joe Julian
05:58 PM Bug #12956 (Won't Fix): ceph-disk prepare fails for lvm logical volumes
Since udev does not create partition entries when an lvm lv is partitioned, ceph-disk fails in get_partition_dev: "ce... Joe Julian
09:38 PM Revision e6bdae90 (ceph): Merge pull request #5223 from SUSE/wip-12305-hammer
ceph.spec.in: running fdupes unnecessarily
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
09:37 PM Revision ed4cf3dc (ceph): Merge pull request #5193 from SUSE/wip-babeltrace-suse
ceph.spec.in: fix lttng/babeltrace conditionals
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
09:37 PM Revision b08da2c6 (ceph): Merge pull request #5796 from SUSE/wip-group-cond
ceph.spec.in: put distro conditionals around Group:
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
09:13 PM rgw Bug #12960 (Resolved): Rados Swift API handles prefix differently than Openstack Swift
If I have a test container with a file a/b/c.
With Openstack Swift, if I run swift list --prefix=a/b/c --delimiter...
Sylvain Baubeau
09:05 PM Backport #12959 (Closed): udev: add devicemapper to partuuid-workaround
https://github.com/ceph/ceph/pull/6021 Joe Julian
08:45 PM rgw Bug #12958 (Resolved): rgw: orphan tool should be careful about removing head objects
The following scenario is possible:
- object exists
- building raw map of objects (pgls)
- object is removed
...
Yehuda Sadeh
08:43 PM rgw Bug #12955: Setting ACL on Object removes ETag
We're running on the latest stable of Hammer and we're seeing the code that we think causes this problem still on mas... Mike Beyer
06:25 PM rgw Bug #12955: Setting ACL on Object removes ETag
This looks like a duplicate of something that we fixed recently. Yehuda Sadeh
05:50 PM rgw Bug #12955 (Resolved): Setting ACL on Object removes ETag
When a set object acl call is made against an object, we have found that the etag and content-type gets cleared from ... Mike Beyer
07:59 PM Revision 7d781f7a (ceph): doc: 'ceph --admin-daemon ...' -> 'ceph daemon ...'
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:01 PM Revision 404dd16d (ceph): tests: base gmock class support for librbd
Created mock classes to represent a few central librbd classes
and a basic gmock test fixture for future gmock-based ...
Jason Dillaman
06:59 PM Revision e8749b2a (ceph): librbd: support templating of ImageCtx for async state machines
This will facilitate the creation of unit test mocks to verify
non-librados actions. The templates (by default) will ...
Jason Dillaman
06:42 PM Revision 26eb35d6 (ceph): tasks/s3tests: use ceph-$foo branches
We need to be able to merge things into s3-tests master that
break rgw. Create ceph-foo branches (ceph-master,
ceph-...
Sage Weil
06:13 PM devops Backport #12304 (Resolved): ceph.spec.in running fdupes unnecessarily
Nathan Cutler
05:51 PM devops Backport #12304: ceph.spec.in running fdupes unnecessarily
PR 5224 now merged to @firefly@. Ken Dreyer
06:12 PM devops Bug #12351 (Resolved): ceph.spec.in: useless %py_requires breaks SLE11-SP3 build
Nathan Cutler
06:11 PM Revision b3edcadc (ceph): Merge pull request #5624 from vumrao/wip-vumrao-12714
rgw : setting max number of buckets for users via ceph.conf option
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
06:07 PM Revision 1c522be1 (ceph): ceph.spec.in: put distro conditional around Group:
Neither RHEL and Fedora require a Group: line, so retain
only for SLE/openSUSE (and set the right value for these dis...
Nathan Cutler
06:06 PM Backport #12949 (In Progress): Race condition in rados bench
Abhishek Varshney
10:17 AM Backport #12949 (Resolved): Race condition in rados bench
https://github.com/ceph/ceph/pull/6791 Abhishek Varshney
05:50 PM Revision 6571cd9a (ceph): Merge pull request #5224 from SUSE/wip-12304-firefly
ceph.spec.in running fdupes unnecessarily
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
05:49 PM devops Backport #12447 (Resolved): ceph.spec.in: useless %py_requires breaks SLE11-SP3 build
PR 5394 is merged to @firefly@. Ken Dreyer
05:47 PM Revision 8edc091d (ceph): Merge pull request #5394 from SUSE/wip-12447-firefly
ceph.spec.in: useless %py_requires breaks SLE11-SP3 build
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
05:38 PM Revision 8c17e019 (ceph): Merge pull request #5798 from SUSE/wip-fix-license
ceph.spec.in: fix License line
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
05:30 PM Revision 0d18f9b8 (ceph): librados_test_stub: add mock class for IoCtx operations
Unit tests can now use gmock to simulate responses from the OSDs
via a mocked librados library.
Signed-off-by: Jason...
Jason Dillaman
05:26 PM Bug #12954: osd/osd_types.cc: 4074: FAILED assert(clone_size.count(clone))

Scrub shouldn't crash an osd because of a corrupt SnapSet.
I've already rewitten ReplicaltedPG::_scrub() for bug...
David Zafman
05:09 PM Bug #12954 (Resolved): osd/osd_types.cc: 4074: FAILED assert(clone_size.count(clone))

From Chris Taylor on ceps-users mailing list
------
Fellow Ceph Users,
I have 3 OSD nodes and 3 MONs on sepa...
David Zafman
05:21 PM Revision fdb6c741 (ceph): Merge pull request #5801 from dreamhost/wip-12939-header
Fix casing of Content-Type header
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:03 PM Bug #12825 (Resolved): "test/librados/tier.cc" EINVAL on hammer -> infernalis
Sage Weil
05:01 PM Bug #12825: "test/librados/tier.cc" EINVAL on hammer -> infernalis
fixed by commit:0f82f461b33d93d868e185912a2c7e4074d06900
the crushtool test times out, leading to einval. it only...
Sage Weil
05:03 PM Fix #12953 (New): mon: cull / scrub unused crush rules when pools are deleted
We autocreate crush rules for some pools, but do not clean them up when they are no longer used. This indirectly led... Sage Weil
04:58 PM Revision 669253c3 (ceph): Merge pull request #5811 from vumrao/wip-vumrao-12944
doc: Add pgcalc tool link in placement-groups document
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
03:59 PM rgw Bug #12951 (Closed): FAIL: s3tests.functional.test_s3.test_multipart_upload_incorrect_etag
... Sage Weil
03:57 PM Revision e267128c (ceph): ceph.spec.in: fix lttng/babeltrace conditionals
lttng and babeltrace are build dependencies for rbd-replay-prep. Make
sure the right package names are used. Enable f...
Nathan Cutler
03:48 PM Revision 74fc195a (ceph): Merge pull request #5791 from SUSE/wip-drop-lsb-release
ceph.spec.in: drop lsb-release dependency from ceph-common
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Ken Dreyer
03:42 PM Backport #12838 (In Progress): Mutex Assert from PipeConnection::try_get_pipe
Nathan Cutler
03:28 PM Backport #12840 (In Progress): recursive lock of md_config_t (0)
Nathan Cutler
03:27 PM Revision 2c2ffa1d (ceph): config: skip lockdep for intentionally recursive md_config_t lock
lockdep can't handle recursive locks, resulting in false positive
reports for certain set_val_or_die() calls, like vi...
Josh Durgin
03:24 PM Backport #12882 (In Progress): cache agent is idle although one object is left in the cache
Nathan Cutler
03:23 PM CephFS Bug #12822 (Resolved): ceph-fuse crash in test_client_recovery
sorry for clobbering this - restored the state Nathan Cutler
03:18 PM CephFS Bug #12822 (In Progress): ceph-fuse crash in test_client_recovery
Nathan Cutler
03:19 PM Bug #9008 (Resolved): Objecter: pg listing can deadlock when throttling is in use
Loïc Dachary
03:19 PM Backport #12007 (Resolved): Objecter: pg listing can deadlock when throttling is in use
Loïc Dachary
03:02 PM Backport #12007: Objecter: pg listing can deadlock when throttling is in use
Nathan Cutler
03:18 PM Revision 6053bffa (ceph): Merge pull request #5043 from SUSE/wip-12007-firefly
Objecter: pg listing can deadlock when throttling is in use
Reviewed-by: Yehuda Sadeh <ysadehwe@redhat.com>
Reviewed...
Loïc Dachary
03:17 PM Revision 2c0d7fee (ceph): tests: tiering agent and proxy read
Verify that an object promoted to a cache tier because of a proxy read
is evicted as expected.
http://tracker.ceph.c...
Loic Dachary
03:13 PM Revision aa911767 (ceph): osd: trigger the cache agent after a promotion
When a proxy read happens, the object promotion is done in parallel. The
agent_choose_mode function must be called to...
Loic Dachary
03:08 PM Revision 49d416e6 (ceph): Merge pull request #4769 from SUSE/wip-11741-firefly
crush: take crashes due to invalid arg
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
03:06 PM Bug #12936 (Resolved): shec fails i386 make check
https://github.com/ceph/ceph/pull/5794 Loïc Dachary
03:05 PM Bug #11800 (Resolved): Make it more difficult to delete pools in firefly
Nathan Cutler
03:04 PM Backport #11801 (Resolved): Make it more difficult to delete pools in firefly
Nathan Cutler
02:17 PM Backport #11801: Make it more difficult to delete pools in firefly
Nathan Cutler
02:57 PM Backport #11980: MDSMonitor: handle MDSBeacon messages properly
Nathan Cutler
02:50 PM Revision 77445181 (ceph): Merge pull request #4788 from SUSE/wip-11801-firefly
Make it more difficult to delete pools in firefly
Reviewed-by: Sage Weil <sage@redhat.com>
Nathan Cutler
02:45 PM Backport #12310 (Resolved): read on chunk-aligned xattr not handled
Loïc Dachary
02:37 PM Backport #12310: read on chunk-aligned xattr not handled
Nathan Cutler
02:44 PM Revision fc27b0db (ceph): Merge pull request #5235 from SUSE/wip-12310-firefly
read on chunk-aligned xattr not handled
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
02:43 PM Bug #11650 (Resolved): EC pools are not allowed as cache pools, disallow in the mon
Loïc Dachary
02:42 PM Backport #12247: RadosModel assertion failure
Nathan Cutler
02:42 PM Backport #12391 (Resolved): EC pools are not allowed as cache pools, disallow in the mon
Loïc Dachary
02:33 PM Backport #12391: EC pools are not allowed as cache pools, disallow in the mon
Nathan Cutler
02:42 PM Backport #12014: osd: cache tier: avoid promotion on first read
Nathan Cutler
02:42 PM Backport #12289: mon: scrub error (osdmap encoding mismatch?) upgrading from 0.80 to ~0.80.2
Nathan Cutler
02:42 PM Revision 055624bf (ceph): Merge pull request #5389 from SUSE/wip-12391-firefly
EC pools are not allowed as cache pools, disallow in the mon
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
02:36 PM Backport #12389: PGLog::proc_replica_log: correctly handle case where entries between olog.head a...
Nathan Cutler
02:35 PM Backport #12485: mon: leaked Messenger, MLog on shutdown
Nathan Cutler
02:34 PM Backport #12490: buffer: critical bufferlist::zero bug
Nathan Cutler
02:32 PM Backport #12393: Memory leak in Mutex.cc, pthread_mutexattr_init without pthread_mutexattr_destroy
Nathan Cutler
02:31 PM Backport #12395: register_new_pgs() should check ruleno instead of its index
Nathan Cutler
02:29 PM Backport #12492: the output is wrong when runing "ceph osd reweight"
Nathan Cutler
02:28 PM rbd Bug #12618 (Closed): incomplete rbd delete(command:rbd rm) damaged the rbd block
Jason Dillaman
06:48 AM rbd Bug #12618: incomplete rbd delete(command:rbd rm) damaged the rbd block
em... I found that was my mistake,there is no any bugs, sorry about that. bo cai
02:12 PM Backport #12495: pgmonitor: wrong "at/near target max“ reporting
Nathan Cutler
02:11 PM Backport #12497: get pools health'info have error
Nathan Cutler
01:45 PM devops Bug #12559 (Resolved): centos7 packages are not installable for v0.94.1
this was a gitbuilder config issue, now fixed. just need to retrigger the build on that commit... which i've done! Sage Weil
01:42 PM Bug #12465 (Resolved): Log::reopen_log_file() must take the flusher lock to avoid closing an fd :...
Sage Weil
01:42 PM Backport #12519 (Resolved): Log::reopen_log_file() must take the flusher lock to avoid closing an...
Sage Weil
01:42 PM Revision 045c0562 (ceph): Merge pull request #5406 from ceph/wip-12465-firefly
log: take mutex while opening fd
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:23 PM Stable releases Tasks #11644: firefly v0.80.11
... Nathan Cutler
01:15 PM Revision b0714c3d (ceph): rgw: don't append empty ETag HTTP header.
Fixes: #12950
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Radoslaw Zarzynski
01:02 PM Revision f5553fcb (ceph): Merge pull request #5808 from ceph/wip-simplify-logrotate
logrotate.conf: Simplify log files reopening after log rotation
Reviewed-by: Milan Broz <mbroz@redhat.com>
Reviewed-...
Sage Weil
12:59 PM rgw Bug #12950 (In Progress): rgw: empty etag HTTP header is appended in some cases
Radoslaw Zarzynski
12:57 PM rgw Bug #12950 (Resolved): rgw: empty etag HTTP header is appended in some cases
It looks that in some circumstances (eg. putting en empty object through Swift API without chunked transfer encoding ... Radoslaw Zarzynski
12:47 PM Fix #12947 (Pending Backport): Race condition in rados bench
Abhishek Varshney
12:44 PM Fix #12947 (In Progress): Race condition in rados bench
Abhishek Varshney
10:01 AM Fix #12947 (Pending Backport): Race condition in rados bench
Loïc Dachary
09:43 AM Fix #12947 (Resolved): Race condition in rados bench
https://github.com/ceph/ceph/pull/5152 Piotr Dalek
12:42 PM Backport #12948 (In Progress): Heavy memory shuffling in rados bench
Abhishek Varshney
10:16 AM Backport #12948 (Resolved): Heavy memory shuffling in rados bench
https://github.com/ceph/ceph/pull/5810 Abhishek Varshney
12:20 PM Revision dba8b5b1 (ceph): tools: Don't delete, recreate and re-fill buffers in rados bench.
Fixes the high CPU usage and corrects rados bench scores on fast SSDs
and ramdisks/memstore.
For bench run on SSD, on...
Piotr Dałek
12:13 PM Revision fa72ecb5 (ceph): bufferlist: implement bufferlist::invalidate_crc()
This function iterates over all bufferlist internal buffers and calls
their invalidate_crc() method. Required for rad...
Piotr Dałek
11:35 AM Bug #12944 (Fix Under Review): Add pgcalc tool link in placement-groups document
https://github.com/ceph/ceph/pull/5811 Vikhyat Umrao
09:20 AM Bug #12944 (Resolved): Add pgcalc tool link in placement-groups document
http://docs.ceph.com/docs/master/rados/operations/placement-groups/#a-preselection-of-pg-num
In above given link t...
Vikhyat Umrao
11:33 AM Revision 406b1d03 (ceph): doc: Add pgcalc tool link in placement-groups document
Fixes #12944
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
Vikhyat Umrao
11:29 AM Revision 54494991 (ceph): Merge pull request #5771 from ceph/wip-fix-i386-build
memstore: fix the build on i386
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Kefu Chai
10:47 AM Revision f850d058 (ceph): rgw: improve debugs in RGWPutObj and RGWPutObj_ObjStore_SWIFT.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
10:00 AM Bug #12946 (Pending Backport): Heavy memory shuffling in rados bench
Loïc Dachary
09:44 AM Bug #12946: Heavy memory shuffling in rados bench
See also http://tracker.ceph.com/issues/12947 Piotr Dalek
09:41 AM Bug #12946 (Resolved): Heavy memory shuffling in rados bench
"rados bench"'s max performance is capped by memory buffer shuffling, and it is particularly bad on fast SSDs/ramdisk... Piotr Dalek
09:25 AM Bug #12933 (Resolved): erasure-code: non regression fails to load plugin
Loïc Dachary
09:23 AM rgw Feature #12790: rgw: multipart uploads copy part support
PR tests available here:
https://github.com/ceph/s3-tests/pull/75
Javier M. Mellid
09:23 AM Revision d362acf0 (ceph): Merge pull request #5794 from dachary/wip-12933-erasure-code-dir
tests: ceph-erasure-code-corpus must test SIMD variants
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
09:21 AM Backport #12945 (In Progress): osd mkfs fails when zeroing journal
Nathan Cutler
09:20 AM Backport #12945 (Resolved): osd mkfs fails when zeroing journal
https://github.com/ceph/ceph/pull/5619 Nathan Cutler
09:20 AM Bug #12943 (Pending Backport): osd mkfs fails when zeroing journal
Nathan Cutler
09:20 AM Bug #12943: osd mkfs fails when zeroing journal
Fixed in master: https://github.com/ceph/ceph/commit/80473f63853593e53d72f17c098152caf17f5e9e Nathan Cutler
09:19 AM Bug #12943 (Resolved): osd mkfs fails when zeroing journal
when config journal_zero_on_create true, osd mkfs will fail when zeroing journal.
journal open with O_DIRECT, buf sh...
Nathan Cutler
09:19 AM Bug #12922 (Resolved): Build broken with boost 1.59
Loïc Dachary
03:39 AM Bug #12922 (Fix Under Review): Build broken with boost 1.59
https://github.com/ceph/ceph/pull/5804 Kefu Chai
02:39 AM Bug #12922: Build broken with boost 1.59
Kefu Chai
09:19 AM Revision 1369fc37 (ceph): Merge pull request #5804 from tchaikov/wip-fix-build-boost-1.59
mon: fix the build with boost 1.59
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
09:10 AM rbd Backport #11852 (Resolved): librbd: new config option for legacy blocking aio behavior
Nathan Cutler
09:07 AM rbd Fix #11056 (Resolved): librbd: aio calls may block
Nathan Cutler
09:07 AM rbd Backport #11769 (Resolved): librbd: aio calls may block
Nathan Cutler
09:04 AM rgw Backport #12244: Civetweb RGW appears to report full size of object as downloaded when only parti...
Nathan Cutler
08:59 AM rgw Backport #12879 (In Progress): COPYing an old object onto itself produces a truncated object
Nathan Cutler
08:46 AM rgw Backport #12942 (In Progress): RGW returns requested bucket name raw in "Bucket" response header
Nathan Cutler
08:45 AM rgw Backport #12942 (Resolved): RGW returns requested bucket name raw in "Bucket" response header
https://github.com/ceph/ceph/pull/5730 Nathan Cutler
08:40 AM rgw Bug #12073 (Resolved): RGW logfile does not get chowned properly
Nathan Cutler
08:39 AM rgw Backport #12074 (Resolved): RGW logfile does not get chowned properly
Nathan Cutler
08:38 AM rgw Backport #12041: DragonDisk fails to create directories via S3: MissingContentLength
Nathan Cutler
08:38 AM rgw Backport #11873: Bucket header is enclosed by quotes
Nathan Cutler
08:37 AM rgw Backport #11729: rgw: leak of bucket meta objects on bucket re-creation
Nathan Cutler
08:28 AM rgw Backport #11729 (In Progress): rgw: leak of bucket meta objects on bucket re-creation
Nathan Cutler
08:35 AM Bug #12731 (In Progress): jerasure/gf-complete: build warnings
upstream merged Loïc Dachary
08:24 AM Revision ab430f14 (ceph): erasure code: shec performance optimization with decoding cache
continued from https://github.com/ceph/ceph/pull/4132
Signed-off-by: Takanori Nakao <nakao.takanori@jp.fujitsu.com>
Takanori Nakao
08:08 AM Revision 58ea8beb (ceph): logrotate.conf: Simplify log files reopening after log rotation
SIGHUP (1) signal makes ceph services reopen its log files so we do not
need to call any init scripts magic, here.
A...
Boris Ranto
07:18 AM Revision f1931648 (ceph): Merge pull request #5802 from liewegas/wip-coverity
a few coverity fixes
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
05:54 AM Backport #12940: IO error on kvm/rbd with an erasure coded pool tier (after an upgrade from 0.87....
commit 5ae2e7a seems to have other dependencies, (possibly https://github.com/ceph/ceph/pull/4458) it is easier if th... Abhishek Lekshmanan
05:18 AM Backport #12940 (Resolved): IO error on kvm/rbd with an erasure coded pool tier (after an upgrade...
https://github.com/ceph/ceph/pull/5897 Abhishek Lekshmanan
05:44 AM Bug #12941: mon/OSDMonitor.cc: 204: FAILED assert(err == 0) 0.94
Looks like the redmine format has a little problem bo cai
05:43 AM Bug #12941 (Can't reproduce): mon/OSDMonitor.cc: 204: FAILED assert(err == 0) 0.94
Yesterday I found my cluster is broken, later found to be two monitor is broken(A total of three), I want to repair i... bo cai
05:35 AM rgw Fix #12939 (In Progress): Content-Type header should have correct initial capitals
master PR: https://github.com/ceph/ceph/pull/5801 Nathan Cutler
01:16 AM rgw Fix #12939 (Resolved): Content-Type header should have correct initial capitals
Some S3/HTTP clients do not correctly implement that header field names are supposed to be case insensitive. Fix "Con... Robin Johnson
03:36 AM Revision 3dc29de5 (ceph): mon: fix the build with boost 1.59
cmd_vartype is a
boost::variant<std::string, bool, int64_t, double,
std::vector<std::string>>, so we c...
Kefu Chai
03:28 AM Revision c0a6218d (ceph): librados_test_stub: add reference counting to pools
This will ensure that in-flight operations can't access freed
pool memory.
Signed-off-by: Jason Dillaman <dillaman@r...
Jason Dillaman
03:18 AM Revision 57553704 (ceph): gtest: enable use of TR1 tuples
Since the TR1 tuple is already in use within the Ceph project,
this flag needs to be enabled to avoid gmock link erro...
Jason Dillaman
02:05 AM Revision 3fec9da4 (ceph): librbd: migrate diff iterate to new OrderedThrottle implementation
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:05 AM Revision cfe8fa22 (ceph): rbd: export diff needs should write chunks in-order
Use new OrderedThrottle class to ensure multiple AIO reads are
written to the export diff in-order.
Fixes: #12911
Si...
Jason Dillaman
02:05 AM Revision eceadee2 (ceph): Throttle: added new OrderedThrottle class
It is similar to the SimpleThrottle in usage but intercepts Context
callbacks to ensure they are completed in-order.
...
Jason Dillaman
02:01 AM Revision f6f442d4 (ceph): osd/ReplicatedPG: ProxyWriteOp::reqid should not be a ref
CID 1322778 (#1 of 1): Pointer to local outside scope (RETURN_LOCAL)
1. escape_local_addr: Returning, through this->r...
Sage Weil
01:59 AM Revision 15fa1382 (ceph): osd/osd_types: init coll_t::removal_seq in all ctors
CID 1322784 (#1 of 1): Uninitialized scalar variable (UNINIT)
2. uninit_use_in_call: Using uninitialized value coll.r...
Sage Weil
01:57 AM Revision c3d37942 (ceph): test_cls_numops: fix iterator use
CID 1322828 (#1 of 1): Wrapper object use after free (WRAPPER_ESCAPE)
28. use_after_free: Using invalidated internal ...
Sage Weil
01:18 AM Revision 1b9fbffd (ceph): Fix casing of Content-Type header
It turns out, despite the HTTP spec declaring that header field names
should be case-insensitive, some clients treat ...
Robin H. Johnson

09/03/2015

11:01 PM rados-java Bug #12937 (Won't Fix): WriteFull Hangs when the Server is down
We are facing an issue where reading and writing from java doesn't ever return. This happens when the Ceph Cluster go... padma asrani
10:41 PM Revision 2d1d2efb (ceph): debian: package radosgw-object-expirer in radosgw deb
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:41 PM Revision fbf4e6be (ceph): ceph.spec: package new rgw files
/usr/bin/radosgw-object-expirer
/usr/lib64/rados-classes/libcls_timeindex.so
Signed-off-by: Sage Weil <sage@redha...
Sage Weil
09:10 PM Revision 3ce06e18 (ceph): ceph-disk: set ownership of newly mapped dm device
This needs to be ceph:ceph or else things fail in confusin ways later.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:01 PM Revision 0f974a3e (ceph): ceph-disk: use async upstart job for trigger
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:27 PM Revision bde6ab32 (ceph): ceph-disk: is_upstart()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:18 PM Revision b092bd02 (ceph): ceph-disk: use blkid for get_partition_{type,uuid}
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:11 PM Bug #12936 (Resolved): shec fails i386 make check
http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-trusty-i386-basic/log.cgi?log=c938d1f95e79ab5541c453b070fd97... Sage Weil
07:44 PM Revision d6537216 (ceph): Merge pull request #5799 from liewegas/wip-cmake
cmake: fix build (newstore issues)
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Sage Weil
07:27 PM Revision 6d459c02 (ceph): CMakeLists.txt: add newstore files
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:27 PM Revision 86da3735 (ceph): .gitignore: ignore build (usually used by cmake)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:15 PM Revision 038e91b1 (ceph): Merge remote-tracking branch 'gh/master' into infernalis
Sage Weil
07:13 PM Revision 64a0f0c0 (ceph): rgw/Makefile.am: ship rgw_object_expirer_core.h
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:10 PM CephFS Bug #12909 (Resolved): cmake: client/fuse_ll.cc can't locate fuse_lowlevel.h
Sage Weil
07:09 PM Revision 030b3ede (ceph): Merge pull request #5744 from ceph/wip-12909
cmake: update FUSE_INCLUDE_DIRS to match autoconf Sage Weil
07:08 PM Revision dffb1b04 (ceph): Merge pull request #5610 from ceph/wip-cmake
cmake: make check Sage Weil
07:01 PM Revision df44a579 (ceph): ceph.spec: build requires cmake
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:01 PM Revision 322ad808 (ceph): debian/control: build requires cmake
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:59 PM Revision f69498f3 (ceph): debian/control: build-requires libboost-regex-dev
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:55 PM Revision 50bc48b1 (ceph): tests: ceph-erasure-code-corpus must test SIMD variants
ceph_erasure_code.cc and ceph_erasure_code_benchmark.cc failed to load
the plugins. It went unnoticed when
660ae5bcbb...
Loic Dachary
06:36 PM devops Bug #12935 (In Progress): ceph.spec.in License line does not reflect COPYING
https://github.com/ceph/ceph/pull/5798 Nathan Cutler
06:34 PM devops Bug #12935 (Resolved): ceph.spec.in License line does not reflect COPYING
The spec file License line says:... Nathan Cutler
06:35 PM Revision ef741842 (ceph): ceph.spec.in: fix License line
This is closer to my reading of
https://github.com/ceph/ceph/blob/master/COPYING than the previous version.
http://t...
Nathan Cutler
05:23 PM Revision ef8abeb0 (ceph): Merge pull request #5692 from ceph/wip-rgw-swift-expiration
Wip rgw swift expiration
Reviewed-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Reviewed-by: Yehuda Sadeh <yehud...
Yehuda Sadeh
03:48 PM Revision fab0a3b8 (ceph): cmake: install crushtool to destdir/bin
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
03:39 PM Revision 4cea74a7 (ceph): cmake: add blkid as dependency to libcommon
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
03:37 PM Revision 66ea78a2 (ceph): cmake: Fixed rbd_replay build issue
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:37 PM Revision 283e81c2 (ceph): cmake: Removed traces of CDS, minor cmake fixes
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:37 PM Revision 1397f660 (ceph): cmake: Uncommented erasure-code/shec conditional
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:37 PM Revision 74a9a036 (ceph): cmake: Removed trailing spaces from isa .s files
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:37 PM Revision 55b7c86c (ceph): cmake: Fixed HAVE_BETTER_YASM_ELF64 variable
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:37 PM Revision 18d61964 (ceph): cmake: Added shell script tests
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:37 PM Revision 57b47b49 (ceph): cmake: Changed name of crc32 target to crc32c
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:37 PM Revision 6e7fafc9 (ceph): README.md: Add basic CMake instructions
README.md: Fixed spacing, trimmed cmake section
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
03:37 PM Revision bf82c65e (ceph): cmake: check_TESTPROGRAMS tests running
Make check working, accept rocksdb tests. Clean up coming.
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
03:37 PM Revision 8ddca17f (ceph): cmake: Cleaned up syntax for make check targets
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:37 PM Revision 5268b3d7 (ceph): cmake: Removed scripts, check_PROGRAMS included
Removed the unittest scripts for the time being.
Built unittests included in check_PROGRAMS target.
Signed-off-by: A...
Ali Maredia
03:34 PM Bug #12933 (Fix Under Review): erasure-code: non regression fails to load plugin
Loïc Dachary
03:34 PM Bug #12933: erasure-code: non regression fails to load plugin
https://github.com/ceph/ceph/pull/5794 Loïc Dachary
03:18 PM Bug #12933: erasure-code: non regression fails to load plugin
https://github.com/ceph/ceph-erasure-code-corpus/pull/2 Loïc Dachary
01:29 PM Bug #12933 (Resolved): erasure-code: non regression fails to load plugin
The non-regression tests at https://github.com/ceph/ceph-erasure-code-corpus fail to load the erasure code plugins, m... Loïc Dachary
03:03 PM Revision b74fd6fc (ceph): Merge pull request #5792 from ceph/wip-vstart-rgw
vstart: add -c argument to radosgw-admin commands
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:52 PM Revision d506bf14 (ceph): vstart: add -c argument to radosgw-admin commands
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
02:32 PM Revision e54f8967 (ceph): ceph.spec.in: drop redundant centos from conditionals
Since the %{rhel} macro is guaranteed to be defined on all CentOS
installations, the %{centos} macro is superfluous.
...
Nathan Cutler
02:32 PM Revision 75f2a983 (ceph): ceph.spec.in: clean up suse_version conditionals
Use 0%{?suse_version} throughout for consistency.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
02:30 PM Revision af8b3dac (ceph): Messenger: Make fast dispatch message set dispatch timestamp
Signed-off-by: Haomai Wang <haomaiwang@gmail.com> Haomai Wang
02:16 PM Revision 929ca5b6 (ceph): ceph.spec.in: drop lsb-release dependency from ceph-common
It was there as an equivalent of redhat-lsb-core, but the redhat-lsb-core bits
that ceph-common relies on are include...
Nathan Cutler
12:43 PM devops Backport #12932 (In Progress): Unpackaged directories causes SUSE build failure
https://github.com/ceph/ceph/pull/5790 Nathan Cutler
12:42 PM devops Backport #12932 (Resolved): Unpackaged directories causes SUSE build failure
https://github.com/ceph/ceph/pull/5790 Nathan Cutler
12:42 PM devops Bug #12931 (Pending Backport): Unpackaged directories causes SUSE build failure
Master PR: https://github.com/ceph/ceph/pull/4918 Nathan Cutler
12:41 PM devops Bug #12931 (Resolved): Unpackaged directories causes SUSE build failure
SUSE builds on OBS are failing with the missing dir entries:... Nathan Cutler
11:43 AM Revision 50c82f20 (ceph): ceph.spec.in summary-ended-with-dot
RPM spec files summary should not end with a dot.
This was inconsistent across the ceph rpm packages
and creates erro...
Owen Synge
11:41 AM devops Backport #12928 (In Progress): ceph.spec.in libcephfs_jni1 has no %post and %postun
Nathan Cutler
11:39 AM devops Backport #12928 (Resolved): ceph.spec.in libcephfs_jni1 has no %post and %postun
https://github.com/ceph/ceph/pull/5789 Nathan Cutler
11:40 AM Revision 94699e72 (ceph): ceph.spec.in libcephfs_jni1 has no %post and %postun
/usr/lib64/libcephfs_jni.so.1.0.0 requires /sbin/ldconfig to be
run after installing and after removing.
Signed-off-...
Owen Synge
11:39 AM devops Bug #12927 (Pending Backport): ceph.spec.in libcephfs_jni1 has no %post and %postun
Upstream master PR: https://github.com/ceph/ceph/pull/4821 Nathan Cutler
11:38 AM devops Bug #12927 (Resolved): ceph.spec.in libcephfs_jni1 has no %post and %postun
/usr/lib64/libcephfs_jni.so.1.0.0 requires /sbin/ldconfig to be
run after installing and after removing.
Nathan Cutler
11:28 AM Revision b5420d6f (ceph): rgw: shouldn't return content-type: application/xml if content length is 0
Fixed: #11091
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit 5cc92bb27cfbaee4af24dc3...
Orit Wasserman
11:28 AM Revision 143cfc33 (ceph): rgw: force content-type header for swift account responses without body
This regression was introduced in commit 4cfeca03ade21861ab70ca759f94eb244c16cb39
Fixes: #11438
Signed-off-by: Orit...
Orit Wasserman
11:28 AM Revision b8aafbc6 (ceph): rgw: enforce Content-Type in Swift responses.
Swift sends Content-Type HTTP header even if the response
doesn't contain body. We have this behaviour implemented
un...
Radoslaw Zarzynski
11:28 AM Revision 5d57b63c (ceph): rgw: we should not overide Swift sent content type
Fixes: #12363
backport: hammer
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit 423cf1...
Orit Wasserman
11:28 AM Revision 2e542456 (ceph): rgw: force content_type for swift bucket stats request
Fixes: 12095
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit da259e4da1329e1e448d75c4...
Orit Wasserman
11:28 AM Revision e80bd0a2 (ceph): rgw: send Content-Length in response for GET on Swift account.
Fixes: #12158
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
(cherry picked from commit 5f47b11791cd46ce...
Radoslaw Zarzynski
11:10 AM Revision 557e581a (ceph): mon/MonClient: fix error in 'ceph ping mon.id'
Fixes: #12442
Signed-off-by: huangjun <hjwsm1989@gmail.com>
huang jun
11:05 AM CephFS Bug #11482: kclient: intermittent log warnings "client.XXXX isn't responding to mclientcaps(revoke)"
Okay, added debug mds 20 to the other kcephfs subsuites so we should be good next time we see it for jobs scheduled a... Greg Farnum
11:04 AM Revision 8bac7213 (ceph): kcephfs: include debug mds 20 everywhere
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
10:34 AM Revision 99612e7e (ceph): Merge pull request #4854 from ceph/wip-11769-firefly
librbd: aio calls may block
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Nathan Cutler
10:21 AM rgw Bug #7647 (Resolved): Ensure that swift keys don't include backslashes
Loïc Dachary
10:20 AM rgw Backport #12851 (Resolved): Ensure that swift keys don't include backslashes
Loïc Dachary
10:20 AM Revision 317770dd (ceph): Merge pull request #5716 from dachary/wip-12851-hammer
Ensure that swift keys don't include backslashes
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Loïc Dachary
10:12 AM rgw Feature #9604 (Resolved): rgw: create a tool for orphaned objects cleanup
Loïc Dachary
10:11 AM rgw Backport #12591 (Resolved): rgw: create a tool for orphaned objects cleanup
Loïc Dachary
10:11 AM Revision 6b02be73 (ceph): Merge pull request #5717 from dachary/wip-12591-hammer
rgw: create a tool for orphaned objects cleanup
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Loïc Dachary
09:49 AM devops Backport #12925 (In Progress): ceph.spec.in: rgw placeholder dirs are not packaged
Nathan Cutler
09:35 AM devops Backport #12925 (Resolved): ceph.spec.in: rgw placeholder dirs are not packaged
https://github.com/ceph/ceph/pull/5790 Nathan Cutler
09:35 AM Revision d8f21d88 (ceph): Merge pull request #5590 from majianpeng/mds
Mds: add osdmap epoch for setxattr.
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
09:34 AM devops Bug #12924: ceph.spec.in: rgw placeholder dirs are not packaged
Master PR: https://github.com/ceph/ceph/pull/4609 Nathan Cutler
09:34 AM devops Bug #12924 (Resolved): ceph.spec.in: rgw placeholder dirs are not packaged
RGW needs directories /var/lib/ceph/radosgw (which should be in the ceph-radosgw package) and /var/lib/ceph/bootstrap... Nathan Cutler
08:28 AM Backport #12923 (In Progress): logrotate reload error on Ubuntu 14.04
Nathan Cutler
07:51 AM Backport #12923 (Resolved): logrotate reload error on Ubuntu 14.04
https://github.com/ceph/ceph/pull/5787 Nathan Cutler
08:26 AM Revision 7475a8fe (ceph): logrotate.conf: prefer service over invoke-rc.d
On trusty 14.04, service works but invoke-rc.d does not (but is present).
Fixes: #11330
Reported-by: Wim Heirman <wi...
Sage Weil
07:50 AM Bug #11330 (Pending Backport): logrotate reload error on Ubuntu 14.04
Nathan Cutler
07:19 AM Bug #12922 (Resolved): Build broken with boost 1.59
This was broken in between 54626351679fe312d5b96cc0304755ae5f1ece40..8b6208377f65c6ad5df0d5d3d1ac93fa351aff39 with th... William Kennington
06:35 AM Revision f65267c9 (ceph): rgw : setting max number of buckets for users via ceph.conf option
This patch adds a new option "rgw_user_max_buckets" for setting
max number of buckets for users via ceph.conf.
Fixes...
Vikhyat Umrao
04:26 AM rbd Bug #12911 (Fix Under Review): merge-diff error
*master PR*: https://github.com/ceph/ceph/pull/5786 Jason Dillaman
02:11 AM Bug #11928 (Duplicate): osd: avoid multi set osd_op.outdata in tier pool
Sage Weil
02:10 AM Bug #12613 (Resolved): hammer needs to set pool in hobject_t::get_boundary
Sage Weil
02:10 AM RADOS Bug #12687: osd thrashing + pg import/export can cause maybe_went_rw intervals to be missed
Here's one possible workaround: leave the exporting osd down until the importing osd is up and the pg has completely ... Sage Weil
02:08 AM Bug #12908: osd/osd_types.cc: 459: FAILED assert(m_seed < old_pg_num) (asyncmsgr encoding problem?)
Sage Weil
02:04 AM Bug #12878 (Fix Under Review): ceph user breaks scrub_test
https://github.com/ceph/ceph-qa-suite/pull/552 Sage Weil
02:01 AM Revision d46c3a53 (ceph): tasks/scrub_test: sudo ls ...
/var/lib/ceph/osd/* is owned by ceph now; ubuntu user can't read
it.
Fixes: #12878
Signed-off-by: Sage Weil <sage@re...
Sage Weil
02:01 AM Bug #12861 (Fix Under Review): rados/test_alloc_hint.sh failure
https://github.com/ceph/ceph/pull/5785
tested out locally
Sage Weil
01:58 AM Revision 64962aaf (ceph): qa/workunits/rados/test_alloc_hint.sh: sudo to list files
The osd data dir is owned by ceph and not readable by other
non-root users.
Fixes: #12861
Signed-off-by: Sage Weil <...
Sage Weil
01:48 AM rgw Feature #12905 (In Progress): rgw: multisite: per-shard incremental sync stage
Yehuda Sadeh
01:40 AM Revision 75d9f584 (ceph): osd/ReplicatedPG: use apply_ctx_stats() everywhere
We were open-coding the stats update in several places, and
getting it wrong in most of them. Use a single helper to...
Sage Weil
01:40 AM Revision eb2993a7 (ceph): osd/ReplicatedPG: create apply_ctx_stats() helper
finish_ctx does a dance to update the pg stats correctly despite
racing scrub or backfill; move this into a helper.
...
Sage Weil
01:32 AM Revision 9bf103c4 (ceph): osd/ReplicatedPG: snaptimmer: adjust stats through ctx->delta_stats
We should not directly modifying the stats here; use the
existing ctx->delta_stats field.
Signed-off-by: Sage Weil <...
Sage Weil
12:56 AM Revision 3626db4f (ceph): rgw: don't copy delete_at attr, unless it's intra region copy
We don't want to keep the expiration value of a copied object, unless
we're doing a copy within the same zone group.
...
Yehuda Sadeh
12:30 AM Revision a69a989f (ceph): rgw: objexp shards index by key
Not by time. This should provide better concurrency.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
12:30 AM Revision fa347d8f (ceph): rgw: delete-at and delete-after also on obj put / copy
And potentially later we could use also the S3 api, so it
could work with multipart upload, and POST obj.
Signed-off...
Yehuda Sadeh

09/02/2015

11:52 PM Revision d139f353 (ceph): add snapshot rename CLI
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
11:52 PM Revision 2865de4a (ceph): add unit test for snap rename in imagewatcher
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
11:52 PM Revision 98a483c5 (ceph): add snap rename unit test in test_librbd.cc
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
11:52 PM Revision a73ac732 (ceph): add snap rename test in cls_rbd
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
11:52 PM Revision 8ca0f103 (ceph): add snap rename in python wrapper
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
11:52 PM Revision 14c400f1 (ceph): add test for python binding
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
11:52 PM Revision 6ce8b2a7 (ceph): handle snap rename notify
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
10:45 PM Revision 0553e504 (ceph): tasks/ceph_deploy: install ceph-test
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:36 PM Bug #11272 (Resolved): ceph-disk zap should ensure block device
Loïc Dachary
09:36 PM Backport #12589 (Resolved): ceph-disk zap should ensure block device
Loïc Dachary
06:32 AM Backport #12589 (In Progress): ceph-disk zap should ensure block device
Loïc Dachary
09:35 PM Revision fa74ea10 (ceph): Merge pull request #5755 from dachary/wip-12589-hammer
ceph-disk zap should ensure block device
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
09:26 PM rgw Bug #12108 (Resolved): RGW Swift API: X-Trans-Id header is wrongly formatted
Loïc Dachary
09:25 PM rgw Backport #12853 (Resolved): RGW Swift API: X-Trans-Id header is wrongly formatted
Loïc Dachary
09:23 PM rgw Backport #12880 (Resolved): COPYing an old object onto itself produces a truncated object
Loïc Dachary
09:40 AM rgw Backport #12880 (In Progress): COPYing an old object onto itself produces a truncated object
Loïc Dachary
09:22 PM Revision 011e4c58 (ceph): Merge pull request #5732 from ceph/wip-11455-hammer
rgw: init some manifest fields when handling explicit objs
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
09:19 PM Revision e7c2269d (ceph): Merge pull request #5721 from dachary/wip-12853-hammer
RGW Swift API: X-Trans-Id header is wrongly formatted
Reviewed-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Loïc Dachary
09:09 PM rgw Bug #12432 (Resolved): HTTP return code is not being logged by CivetWeb
Loïc Dachary
09:08 PM rgw Backport #12593 (Resolved): HTTP return code is not being logged by CivetWeb
Loïc Dachary
09:08 PM Revision 92b641f3 (ceph): Merge pull request #5498 from ceph/wip-12432-hammer
rgw: HTTP return code is not being logged by CivetWeb
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
08:13 PM Revision 86f88dfc (ceph): mon: fix checks on mds add_data_pool
Use same _check_pool helper as during fs creation.
Fixes: #12426
Signed-off-by: John Spray <john.spray@redhat.com>
...
John Spray
07:40 PM Revision 65dcc2da (ceph): osd: When generating past intervals due to an import end at pg epoch
Add assert() to make sure same_interval_since isn't too far forward
Fixes: #12387
Signed-off-by: David Zafman <dzaf...
David Zafman
07:31 PM Revision 836f7636 (ceph): OSD: break connection->session->waiting message->connection cycle
Fixes: #12338
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 7f15e22be291df139c85909b96b236...
Samuel Just
07:26 PM Revision 77624aff (ceph): osd/PGLog: dirty_to is inclusive
There are only two callers of mark_dirty_to who do not pass max,
and they are both in the merge_log extending tail pa...
Sage Weil
07:23 PM Revision 2b0b7ae6 (ceph): common: fix insert empty ptr when bufferlist rebuild
Fixes: #12775
Signed-off-by: Xinze Chi <xmdxcxz@gmail.com>
(cherry picked from commit fb1b6ddd7bfe40d4a38d5ec59b1c3f5...
Xinze Chi
07:23 PM Revision aab35da9 (ceph): test: add test case for insert empty ptr when buffer rebuild
Signed-off-by: Xinze Chi <xmdxcxz@gmail.com>
(cherry picked from commit 2d2f0eb338906742d516a2f8e6d5d05505be8f47)
Xinze Chi
07:23 PM Revision aa003736 (ceph): common: fix code format
Signed-off-by: Xinze Chi <xmdxcxz@gmail.com>
(cherry picked from commit 15e5ebe14787bbbc6b906d72ccd2d418d762cfad)
Xinze Chi
07:18 PM devops Fix #12529: moving files between packages with deb
The right solution is probably to have multiple repositories. IMHO the benefit of mixing distributions in the same re... Loïc Dachary
04:42 PM devops Fix #12529: moving files between packages with deb
When working on the packaging for Calamari downstream in RHCS this week, Alfredo found that reprepro does not allow y... Ken Dreyer
06:20 PM rgw Bug #12920 (Duplicate): HEAD requests on large MPU Swift objects consistently timeout
Some Background:
- This issue has been reproduced in Firefly and Hammer
- We have seen this issue on a variety of...
Andrew Williamson
05:43 PM Bug #12731: jerasure/gf-complete: build warnings
Kefu, could you review the upstream merge request ? http://lab.jerasure.org/jerasure/gf-complete/merge_requests/13 Loïc Dachary
01:58 PM Bug #12731: jerasure/gf-complete: build warnings
Nevermind, got it with do_autogen.sh -d 3 Loïc Dachary
01:48 PM Bug #12731: jerasure/gf-complete: build warnings
What configure options do you use to get these warnings ? Loïc Dachary
05:04 PM Revision cabfe137 (ceph): osd: check the length of the map before accessing the first element
Signed-off-by: Guang Yang yguang@yahoo-inc.com Guang G Yang
03:55 PM rgw Feature #12714: RGW : setting max number of buckets for user via ceph.conf option
for bucket_quota and user_quota values : http://tracker.ceph.com/issues/12919 Vikhyat Umrao
03:52 PM rgw Feature #12919 (Duplicate): RGW : setting bucket_quota and user_quota for via ceph.conf
The upstream issue http://tracker.ceph.com/issues/12714 only propose applying max-buckets quota.
"bucket_quo...
Vikhyat Umrao
03:38 PM Revision 8b620837 (ceph): Merge pull request #5775 from dachary/wip-do-autogen
tools: fix do_autogen.sh -R Sage Weil
03:24 PM Bug #12861: rados/test_alloc_hint.sh failure
sage suspects
> it could be caused by "permission denied": "ubuntu" failed to read osd's data dir, which is owned ...
Kefu Chai
04:05 AM Bug #12861: rados/test_alloc_hint.sh failure
i spot this failure also /a/kchai-2015-08-30_20:25:51-rados-master---basic-multi/1039521/. it failed with the first t... Kefu Chai
03:13 PM CephFS Bug #12896: EIO in multiple_rsync.sh
Looking at the paths, rsync *seems* to be complaining about the local files (in /tmp). Maybe it's just a bad test node. John Spray
01:21 PM CephFS Bug #12896: EIO in multiple_rsync.sh
this failure looks weired. there is no ll_read entry in the client log, there are ll_write enties, but no error. Zheng Yan
02:51 PM Bug #12565 (Resolved): osd: do not cache unused memory in attrs
Kefu Chai
02:47 PM Revision ddca3210 (ceph): rbd: add verbose error reporting to merge-diff tool
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:45 PM Bug #12903: No longer able to host rbd images on cache-tier backed by EC pool
https://github.com/ceph/ceph/pull/5776 Zhiqiang Wang
02:45 PM Bug #12903: No longer able to host rbd images on cache-tier backed by EC pool
This is because the tmap update op is proxied to the base ec tier, which doesn't support it, and ENOTSUPP will be ret... Zhiqiang Wang
01:37 PM Bug #12903 (In Progress): No longer able to host rbd images on cache-tier backed by EC pool
Loïc Dachary
02:44 PM Bug #12730 (Resolved): common/Subprocess: build warnings
Kefu Chai
02:37 PM rgw Backport #12918 (Resolved): RGW Swift API: response for GET on Swift account doesn't contain mand...
https://github.com/ceph/ceph/pull/5718 Loïc Dachary
02:36 PM rgw Bug #12158 (Pending Backport): RGW Swift API: response for GET on Swift account doesn't contain m...
Loïc Dachary
02:26 PM rgw Bug #12157: RGW Swift API: responses for several request types don't contain mandatory Content-Ty...
Appears to also be fixed by https://github.com/ceph/ceph/pull/5041 Loïc Dachary
02:15 PM Revision f161257a (ceph): Merge pull request #5712 from yuyuyu101/wip-12801
Mon: Make ceph osd metadata support dump all osds
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Sage Weil
02:03 PM Revision 6d80ff13 (ceph): tools: fix do_autogen.sh -R
The R letter was missing from the getopts flags. Also sort the flags
alphabetically to make it easier to spot that ki...
Loic Dachary
01:01 PM Revision c938d1f9 (ceph): rocksdb: fix 32-bit build
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:42 PM Bug #12876 (In Progress): monitor crashed in CrushWrapper::do_rule()
Kefu Chai
12:30 PM Bug #12876: monitor crashed in CrushWrapper::do_rule()
to reproduce this issue:... Kefu Chai
12:29 PM Revision a65c3985 (ceph): common/syncfs: fall back to sync(2) if syncfs(2) not available
Fixes: #12512
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 08210d6a85527b0759f6dc4411f742bc...
Kefu Chai
12:18 PM Stable releases Tasks #12701: hammer v0.94.4
h3. ceph-deploy... Loïc Dachary
12:14 PM Stable releases Tasks #12701: hammer v0.94.4
h3. upgrade... Loïc Dachary
12:13 PM Stable releases Tasks #12701: hammer v0.94.4
h3. powercycle... Loïc Dachary
12:12 PM Stable releases Tasks #12701: hammer v0.94.4
h3. rados... Loïc Dachary
12:11 PM Stable releases Tasks #12701: hammer v0.94.4
h3. rbd... Loïc Dachary
10:10 AM Stable releases Tasks #12701: hammer v0.94.4
No need to run rgw suite on this batch because all pull requests have already been tested in the previous batch. No n... Loïc Dachary
12:02 PM rgw Bug #12917: RGW does not support absolute URI
I have made a pull request for my fix: https://github.com/ceph/ceph/pull/5774 Wenjun Huang
11:39 AM rgw Bug #12917 (Resolved): RGW does not support absolute URI
When using "goamz":https://github.com/AdRoll/goamz/ as the sdk to access rgw, it will fail. It is because that goamz ... Wenjun Huang
11:43 AM Bug #12916 (Rejected): ceph-object-corpus/archive/0.94.2-207-g88e7ee7 does not pass
It's from the pull request being tested Loïc Dachary
11:22 AM Bug #12916 (Rejected): ceph-object-corpus/archive/0.94.2-207-g88e7ee7 does not pass
... Loïc Dachary
11:38 AM Backport #12835 (In Progress): mon: map_cache can become inaccurate if osd does not receive the o...
https://github.com/ceph/ceph/pull/5773 Kefu Chai
09:35 AM Backport #12835 (New): mon: map_cache can become inaccurate if osd does not receive the osdmaps
for the record, my incorrect backport : https://github.com/ceph/ceph/pull/5756 Loïc Dachary
07:16 AM Backport #12835 (In Progress): mon: map_cache can become inaccurate if osd does not receive the o...
Loïc Dachary
11:09 AM Bug #12912 (Fix Under Review): Messenger/MessengerTest.SyntheticInjectTest4/0 hang (asyncmsgr)
Haomai Wang
11:06 AM Bug #12912: Messenger/MessengerTest.SyntheticInjectTest4/0 hang (asyncmsgr)
1. A is a fresh connection and try to connect to B while B try to connect, then A got WAIT
2. Because A is unregiste...
Haomai Wang
11:07 AM Revision 9cc1055e (ceph): AsyncConnection: Close connection when unregistered connection met WAIT
Fix #12912
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
Haomai Wang
10:42 AM rbd Bug #12215 (Resolved): segfault: test_rbd.TestClone.test_unprotect_with_children
Loïc Dachary
10:42 AM rbd Bug #12214 (Resolved): [ FAILED ] TestObjectMap.InvalidateFlagInMemoryOnly
Loïc Dachary
10:42 AM rgw Bug #12117 (Resolved): rgw: empty json response when getting user quota
Loïc Dachary
10:42 AM Feature #11833 (Resolved): Method or utility to report OSDs in a particular bucket
Loïc Dachary
10:42 AM rgw Bug #11749 (Resolved): rgw: rados objects wronly deleted
Loïc Dachary
10:42 AM CephFS Bug #11746 (Resolved): cephfs Dumper tries to load whole journal into memory at once
Loïc Dachary
10:42 AM Bug #11687 (Resolved): stuck incomplete
Loïc Dachary
10:42 AM Bug #11569 (Resolved): mon: "pg ls" is broken
Loïc Dachary
10:42 AM Bug #11484 (Resolved): OPT_INT option interprets "3221225472" as -1073741824, and crashes in Thro...
Loïc Dachary
10:42 AM Bug #11296 (Resolved): "FAILED assert(!old_value.deleted())" in upgrade:giant-x-hammer-distro-bas...
Loïc Dachary
10:42 AM rgw Bug #10873 (Resolved): RGW does not send Date HTTP header when civetweb frontend is used
Loïc Dachary
10:38 AM rgw Backport #12245 (Resolved): rgw: empty json response when getting user quota
Loïc Dachary
10:37 AM rgw Backport #12099 (Resolved): rgw: rados objects wronly deleted
Loïc Dachary
10:37 AM rgw Backport #11872 (Resolved): RGW does not send Date HTTP header when civetweb frontend is used
Loïc Dachary
10:37 AM rbd Backport #12241 (Resolved): [ FAILED ] TestObjectMap.InvalidateFlagInMemoryOnly
Loïc Dachary
10:37 AM rbd Backport #12234 (Resolved): segfault: test_rbd.TestClone.test_unprotect_with_children
Loïc Dachary
10:35 AM CephFS Backport #12098 (Resolved): kernel_untar_build fails on EL7
Loïc Dachary
10:35 AM CephFS Backport #11999 (Resolved): cephfs Dumper tries to load whole journal into memory at once
Loïc Dachary
10:34 AM devops Backport #11735 (New): RGW init script needs to check /var/lib/ceph/radosgw
Loïc Dachary
10:31 AM Backport #12585 (Resolved): OSD crash creating/deleting pools
Loïc Dachary
10:30 AM Backport #12498 (Resolved): get pools health'info have error
Loïc Dachary
10:30 AM Backport #12496 (Resolved): pgmonitor: wrong "at/near target max“ reporting
Loïc Dachary
10:29 AM Backport #12493 (Resolved): the output is wrong when runing "ceph osd reweight"
Loïc Dachary
10:28 AM Backport #12394 (Resolved): Memory leak in Mutex.cc, pthread_mutexattr_init without pthread_mutex...
Loïc Dachary
10:28 AM Backport #12362 (Resolved): stuck incomplete
Loïc Dachary
10:28 AM Backport #12335 (Resolved): ceph: Method or utility to report OSDs in a particular bucket
Loïc Dachary
10:27 AM Backport #11983 (Resolved): "FAILED assert(!old_value.deleted())" in upgrade:giant-x-hammer-distr...
Loïc Dachary
10:27 AM Backport #11910 (Resolved): mon: "pg ls" is broken
Loïc Dachary
10:23 AM rbd Feature #11405 (Resolved): qa: test rbd notify-based proxying across versions
Loïc Dachary
10:22 AM devops Bug #11991 (Resolved): rpm: cephfs_java not fully conditionalized
Loïc Dachary
10:21 AM Bug #11279 (Resolved): ceph: cli interactive mode does not understand quotes
Loïc Dachary
10:05 AM Revision 3b16b916 (ceph): Merge pull request #5752 from wonzhq/doc-write-recency
doc: add the doc for min_write_recency_for_promote
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:00 AM Revision 845d2aed (ceph): Merge pull request #5527 from SUSE/wip-12585-hammer
OSD crash creating/deleting pools
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
09:56 AM rgw Bug #12886 (Fix Under Review): RGW Swift API: X-Object-Manifest cannot to be added through POST
Pull request: https://github.com/ceph/ceph/pull/5741. Radoslaw Zarzynski
09:47 AM Bug #12442: how to use the command “ceph ping mon.ID”?
my comment on the pull request, for future reference.
> I think the patch fixes the appropriate issue.
>
> The ...
Joao Eduardo Luis
09:39 AM rbd Backport #12850 (In Progress): Crash during TestInternal.MultipleResize
Loïc Dachary
09:31 AM rbd Backport #12849 (In Progress): [ FAILED ] TestLibRBD.BlockingAIO
Loïc Dachary
09:23 AM Revision 67f5f521 (ceph): memstore: fix the build on i386
on i386, uint64 is `unsigned long long`, while size_t is `unsigned int`.
std::min(uint64, size_t) can not be resolved...
Kefu Chai
08:39 AM rbd Backport #12597 (In Progress): Crash during shutdown after writeback blocked by IO errors
Loïc Dachary
08:27 AM CephFS Backport #12590 (In Progress): "ceph mds add_data_pool" check for EC pool is wrong
Loïc Dachary
08:23 AM Backport #12883 (In Progress): cache agent is idle although one object is left in the cache
Loïc Dachary
08:20 AM Bug #11691 (Resolved): scrub vs rw lock ordering ooo op
Loïc Dachary
08:10 AM Bug #11691: scrub vs rw lock ordering ooo op
https://github.com/ceph/ceph/pull/4803 Loïc Dachary
08:17 AM Backport #12858 (Resolved): scrub vs rw lock ordering ooo op
Loïc Dachary
08:07 AM Backport #12848: ReplicatedPG::hit_set_trim osd/ReplicatedPG.cc: 11006: FAILED assert(obc)
This seems to be a difficult backport because it does not apply cleanly and requires a feature bit. @Kefu : how do yo... Loïc Dachary
07:45 AM Backport #12847 (In Progress): common: do not insert emtpy ptr when rebuild emtpy bufferlist
Loïc Dachary
07:40 AM devops Feature #11881: ceph-disk support for multipath

Loic,
Sorry for the delay, here is the git will all the changes (This is giant code, however the changes are gen...
Chaitanya Huilgol
07:37 AM Backport #12846 (In Progress): osd/PGLog.cc: 732: FAILED assert(log.log.size() == log_keys_debug....
Loïc Dachary
07:35 AM Backport #12844 (In Progress): osd suicide timeout during peering - search for missing objects
Loïc Dachary
07:35 AM Revision 2348a5b5 (ceph): osd: copy the RecoveryCtx::handle when creating a new RecoveryCtx insta...
Fixes: 12523
Signed-off-by: Guang Yang <yguang@yahoo-inc.com>
(cherry picked from commit 6ab9efe799b947f2ef6113df8cc...
Guang G Yang
07:33 AM Backport #12843 (In Progress): long standing slow requests: connection->session->waiting_for_map-...
Loïc Dachary
07:31 AM Bug #12338 (Pending Backport): long standing slow requests: connection->session->waiting_for_map-...
Loïc Dachary
07:30 AM Bug #12338 (In Progress): long standing slow requests: connection->session->waiting_for_map->conn...
Loïc Dachary
07:29 AM Bug #12338: long standing slow requests: connection->session->waiting_for_map->connection ref cycle
https://github.com/ceph/ceph/pull/5506 Loïc Dachary
07:28 AM Backport #12841 (In Progress): recursive lock of md_config_t (0)
Loïc Dachary
07:27 AM Revision bf72785e (ceph): config: skip lockdep for intentionally recursive md_config_t lock
lockdep can't handle recursive locks, resulting in false positive
reports for certain set_val_or_die() calls, like vi...
Josh Durgin
07:25 AM Backport #12839 (In Progress): Mutex Assert from PipeConnection::try_get_pipe
Loïc Dachary
07:24 AM Revision c94fd926 (ceph): osd: Keep a reference count on Connection while calling send_message()
Fixes: #12437
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit a140085f467889f2743294a3c1...
David Zafman
07:23 AM Bug #12437: Mutex Assert from PipeConnection::try_get_pipe
https://github.com/ceph/ceph/pull/5333 Loïc Dachary
07:20 AM Backport #12836 (In Progress): WBThrottle::clear_object: signal on cond when we reduce throttle v...
Loïc Dachary
07:20 AM Revision 059bf98d (ceph): WBThrottle::clear_object: signal if we cleared an object
Fixes: #12223
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 8447b08d60d5cf7dce20f8b839cc2c...
Samuel Just
07:20 AM Bug #12223: WBThrottle::clear_object: signal on cond when we reduce throttle values
https://github.com/ceph/ceph/pull/5327 Loïc Dachary
06:38 AM Revision 81f5b7a5 (ceph): Merge pull request #5739 from ceph/wip-12776
mds: fix shutdown while in standby Zheng Yan
06:31 AM Revision a4783853 (ceph): ceph-disk: always check zap is applied on a full device
zap only makes sense on a full device and this is verified for
ceph-disk prepare --zap-disk
but not for
ce...
Loic Dachary
06:19 AM Revision e471c5dc (ceph): librados: Make librados pool_create respect default_crush_ruleset
Make pool_create in librados use the osd_pool_default_crush_replicated_ruleset
Fixes: #11640
Signed-off-by: Yuan Zh...
Yuan Zhou
06:17 AM Backport #12588 (In Progress): Change radosgw pools default crush ruleset
Loïc Dachary
06:00 AM Revision 89aacaf6 (ceph): doc: add the doc for min_write_recency_for_promote
Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com> Zhiqiang Wang
05:55 AM Revision 7f8a397e (ceph): Merge pull request #5233 from SUSE/wip-12074-firefly
RGW logfile does not get chowned properly
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
05:19 AM Revision 4ea3b1a4 (ceph): Merge pull request #5736 from tianshan/wip-12864
rados: make 'rados bench' support json format output
Reviewed-by: Haomai Wang <haomaiwang@gmail.com>
Reviewed-by: Lo...
Loïc Dachary
05:16 AM Revision 31d68f12 (ceph): Merge pull request #5748 from liewegas/wip-warnings
fix newstore warning
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
03:45 AM Revision b02cc060 (ceph): AsyncConnection: Don't use unsafe feature as message encode feature
Fix #12908
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
Haomai Wang
03:32 AM Revision 2a5d3849 (ceph): mds: add dump_blocked_ops asok command.
Like osd dump_blocked_ops, mds also dump blocked ops via asok.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
Jianpeng Ma
03:20 AM Revision 7bfb7f90 (ceph): librbd: do write_full for whole object write
This is useful when ec is the base tier in the cache tiering setup. The
write_full can be proxied from the cache tier...
Zhiqiang Wang
03:08 AM Revision cf4e8c65 (ceph): osd: add dump_blocked_ops asok command.
From ceph health we can see there are blocked ops and from 'ceph health
detai' we can see which osd has blocked ops. ...
Jianpeng Ma
03:01 AM Linux kernel client Bug #12867: support CEPH_FEATURE_MSGR_KEEPALIVE2
https://github.com/ceph/ceph-client/commit/492da3d689d6009a2192898fbd42bdfb547012bb Zheng Yan
01:51 AM Revision b199c492 (ceph): ceph-osd-prestart.sh: fix osd data dir ownership check
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:34 AM Revision f6a458c5 (ceph): Merge pull request #5749 from liewegas/wip-async-ms
msg/async: log tx/rx at level 1
Reviewed-by: Haomai Wang <haomaiwang@gmail.com>
Haomai Wang
01:15 AM Revision 023c5175 (ceph): vstart.sh: enable all experimental features for vstart
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:15 AM Revision 3a41ef4e (ceph): ms/async: log message tx/rx at level 1
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
12:19 AM Revision a6517d28 (ceph): Merge pull request #5551 from ceph/wip-corpus-hammer
ceph-object-corpus: add 0.94.2-207-g88e7ee7 hammer objects
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
12:11 AM Revision e8ba2627 (ceph): Merge pull request #5722 from cxwshawn/vs-fix
vstart.sh: add --mon_num --osd_num --mds_num --rgw_port option
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
12:05 AM Revision adf3a9e3 (ceph): Merge pull request #5693 from tchaikov/wip-12730
common/SubProcess: silence compiler warnings
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary

09/01/2015

11:56 PM Revision 385cb96b (ceph): Merge pull request #5643 from dreamhost/wip-make-check-makeopt
make-check: support MAKEOPTS overrides.
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:28 PM Bug #12717 (Duplicate): pool's statistic data not updated after doing Cache evict operation
Loïc Dachary
12:23 AM Bug #12717: pool's statistic data not updated after doing Cache evict operation
in the newest master branch, it works as expected,
the pool status was updated after evict operation,
i think you c...
huang jun
11:03 PM Revision ede98fea (ceph): Merge pull request #5299 from hjwsm1989/pgmonitor-const
mon: added const to dump_* functions in PGMonitor
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:51 PM Revision 4d23d794 (ceph): Merge pull request #5156 from rubenk/fix-indentation
Fix indentation
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:49 PM Revision 5ecf3b06 (ceph): Merge pull request #5275 from tchaikov/wip-12287
pybind/ceph_argparse: do not choke on non-ascii prefix
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:35 PM Feature #12740 (In Progress): ceph-objetstore-tool: add operations to remove clone ids from a hea...
The format would look like this to match other object operations:
ceph-objectstore-tool ... <object> remove-clone-...
David Zafman
10:26 PM Feature #11202: add stop_scrub command for ceph
Loïc Dachary
10:24 PM Feature #12915 (In Progress): Translate fadvise flag NOCACHE into DONTNEED if first access object
https://github.com/ceph/ceph/pull/3868
The mean of LIBRADOS_OP_FLAG_FADVISE_NOCACHE is only this client don't
nee...
Loïc Dachary
10:21 PM Feature #10098 (Fix Under Review): wanted: command to clear 'incomplete' PGs
Loïc Dachary
09:57 PM Revision 539acac8 (ceph): Merge pull request #5702 from Sandy4999/wip-doc-sandy
doc:radosgw: correct typos of the command removing a subuser
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@r...
Loïc Dachary
09:44 PM Revision 35fa47a1 (ceph): ceph-object-corpus: add 0.94.2-207-g88e7ee7 hammer objects
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:58 PM Bug #12897 (Resolved): ceph-disk activate-journal fails on dmcrypt device
Fixed by https://github.com/ceph/ceph/commit/35c9962e7a36402fc3799290e910aa0103a6878c which is part of https://github... Loïc Dachary
01:01 PM Bug #12897 (In Progress): ceph-disk activate-journal fails on dmcrypt device
https://github.com/ceph/ceph/pull/5740 Loïc Dachary
12:42 PM Bug #12897: ceph-disk activate-journal fails on dmcrypt device
This is fixed in https://github.com/ceph/ceph/pull/5519 by https://github.com/ddiss/ceph/commit/82a84285e35bc7e7c4669... Loïc Dachary
12:34 PM Bug #12897: ceph-disk activate-journal fails on dmcrypt device
Activate journal for a dmcrypt device has been broken for some time: the code path fails because a prototype is missi... Loïc Dachary
11:23 AM Bug #12897 (Resolved): ceph-disk activate-journal fails on dmcrypt device
... Loïc Dachary
08:56 PM Bug #12877 (Resolved): ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permi...
https://github.com/ceph/ceph/pull/5747 Loïc Dachary
08:36 PM rgw Bug #12913 (Resolved): rgw: bucket listing hangs on versioned buckets
The bucket listing pagination does not work correctly with versioned buckets, specifically if the number of consecuti... Yehuda Sadeh
08:14 PM Bug #12912 (Resolved): Messenger/MessengerTest.SyntheticInjectTest4/0 hang (asyncmsgr)
/a/sage-2015-08-30_05:52:47-rados-master---basic-multi/1039168 Sage Weil
08:11 PM Revision 7492c559 (ceph): Merge pull request #5747 from ceph/wip-user
fix ceph-disk
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Sage Weil
07:49 PM Revision 2ca2c1b9 (ceph): osd, test: Minor clean-up from fast-read and error handling ec changes
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
07:27 PM Revision 8331556b (ceph): Merge pull request #503 from guangyy/wip-12316-n
erasure coding: LRC thrasher & fast read thrasher
Reviewed-by: David Zafman <dzafman@redhat.com>
David Zafman
07:15 PM Revision b477fabe (ceph): Merge pull request #5742 from dachary/wip-user
tests: ceph-disk: dmcrypt simplification
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
07:04 PM Revision 8209800e (ceph): Merge pull request #5746 from ceph/wip-fix-doc-build
doc: fix the code-block in ruby.rst
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
07:04 PM rbd Bug #12911 (Resolved): merge-diff error
http://qa-proxy.ceph.com/teuthology/teuthology-2015-08-31_23:00:07-rbd-master---basic-multi/1040010/teuthology.log
...
Jason Dillaman
06:58 PM Bug #12910 (Resolved): rados/singleton-nomsgr/all/11429.yaml needs to upgrade to hammer first
https://github.com/ceph/ceph-qa-suite/commit/5df0cebc67840d78e642e67b1a212d836b355ca5 Sage Weil
06:51 PM Bug #12910 (Resolved): rados/singleton-nomsgr/all/11429.yaml needs to upgrade to hammer first
... Sage Weil
06:55 PM Revision 5df0cebc (ceph): suites/rados/singleton-nomsgr/all/11429: upgrade to hammer first
Sage Weil
06:51 PM Revision cbe85ec1 (ceph): doc: fix the code-block in ruby.rst
* and add the link to library homepage in the section titles
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:48 PM Bug #12904 (Fix Under Review): Crash during sparse read requests
http://qa-proxy.ceph.com/teuthology/teuthology-2015-08-31_23:00:07-rbd-master---basic-multi/1040016/teuthology.log
h...
Jason Dillaman
06:42 PM Bug #12904: Crash during sparse read requests
*master PR*: https://github.com/ceph/ceph/pull/5745 Jason Dillaman
06:29 PM Bug #12904 (In Progress): Crash during sparse read requests
Sparse read requests can return an invalid extent map due to commit 91ecba186 and 28bc30c76 Jason Dillaman
04:40 PM Bug #12904 (Resolved): Crash during sparse read requests
http://qa-proxy.ceph.com/teuthology/teuthology-2015-08-31_23:00:07-rbd-master---basic-multi/1040023/teuthology.log
h...
Jason Dillaman
06:23 PM Bug #12908: osd/osd_types.cc: 459: FAILED assert(m_seed < old_pg_num) (asyncmsgr encoding problem?)
The problem is that "from" epcoh is 3 here.. but it is filled in from... Sage Weil
05:52 PM Bug #12908 (Resolved): osd/osd_types.cc: 459: FAILED assert(m_seed < old_pg_num) (asyncmsgr encod...
dzafman-2015-08-28_21:56:45-rados-wip-zafman-testing---basic-multi/1036649/remote/burnupi14/log/ceph-osd.2.log.gz
/a...
Sage Weil
06:15 PM Revision d015d23d (ceph): osd: sparse reads returning invalid extent map
The extent map retrieved from the fiemap might have been truncated
while reading the extents. Therefore, the map nee...
Jason Dillaman
06:11 PM Revision 7c00bf05 (ceph): cmake: update FUSE_INCLUDE_DIRS to match autoconf
client/fuse_ll.cc is now including <fuse.h> and <fuse_lowlevel.h>
instead of <fuse/fuse.h> and <fuse/fuse_lowlevel.h>...
Casey Bodley
06:03 PM CephFS Bug #12909 (Resolved): cmake: client/fuse_ll.cc can't locate fuse_lowlevel.h
"Commit f064e90ae554b64741284ef1cdf8a00bb7b4a312":https://github.com/ceph/ceph/commit/f064e90ae554b64741284ef1cdf8a00... Casey Bodley
05:59 PM Revision c13bb7aa (ceph): os/newstore: fix swarning
os/newstore/NewStore.cc: In member function 'int NewStore::_zero(NewStore::TransContext*, NewStore::CollectionRef&, c... Sage Weil
05:48 PM Revision 37462359 (ceph): Merge pull request #5578 from ceph/wip-newstore
osd: newstore (experimental) Sage Weil
05:39 PM Revision 0d463ffd (ceph): os/RocksDBStore: make other rmkey match
No need for Slice() here; it can take a string.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:39 PM Revision 90504863 (ceph): rocksdb: update to 3.11.2
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 1fa2ef23 (ceph): ceph_test_objectstore: enable newstore tests
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 9d1582d7 (ceph): ceph_test_objectstore: make OMapIterator test work with FileStore
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision caf28fe9 (ceph): rocksdb: update alt dist rule
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision eab4d53b (ceph): do_autogen.sh: build static rocksdb by default
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 05d79b66 (ceph): os/newstore: update todo
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision b7c5bd12 (ceph): ceph_test_keyvaluedb: add simple commit latency benchmark
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 35821d3a (ceph): os/newstore: renamed TransContext::fds -> sync_items
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 8ad6b9df (ceph): os/newstore: make sync/async submit_transaction optional
It seems doing this synchronously may be better for SSDs?
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:39 PM Revision 404cdd28 (ceph): os/newstore: Implement fiemap
For simplicity we ignore holes inside an fragment now.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision a1f0bdb0 (ceph): os/newstore: fix collection range for temp objects
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 15382c50 (ceph): os/newstore: tolerate null pnext to collection_list()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 79799ca1 (ceph): os/newstore: trim overlay when zeroing extent
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 094a190f (ceph): os/newstore: change escaping chars
# is lowest besides space and !, except for " (which would be too
confusing).
Signed-off-by: Sage Weil <sage@redhat....
Sage Weil
05:39 PM Revision faca5d00 (ceph): os/newstore: add 'newstore backend options' to pass options to e.g. roc...
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision c37b06d0 (ceph): os/newstore: flush object before doing omap reads
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision f3ddb75e (ceph): os/newstore: fix end bound on collection_list
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 522f8509 (ceph): ceph_test_keyvaluedb: some simple KeyValueDB unit tests
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision d6b0e53c (ceph): os/RocksDBStore: fix rmkey()
This took way too long to debug!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:39 PM Revision e3abf245 (ceph): os/newstore: fix deadlock when newstore_sync_transaction=true
There is a deadlock issue in Newstore when newstore_sync_transaction = true.
With sync_transaction to true, the txc s...
Xiaoxi Chen
05:39 PM Revision 02d0ef8f (ceph): os/NewStore: delay the read of all the overlays until wal applying
The read of all the overlays can be delayed until applying the wal. If
we are doing async wal apply, this can reduce ...
Zhiqiang Wang
05:39 PM Revision 08f3efb4 (ceph): Revert "os/NewStore: data_map shouldn't be empty when writing all overl...
This reverts commit 0d9cce462fec61f754ddcd17cf9a3cf69581d7c5.
We may want to write an overlay if hte object is new a...
Sage Weil
05:39 PM Revision 668c2777 (ceph): rocksdb: fallocate_with_keep_size = false
This improves my 4k random writes on hdd by about 25%.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:39 PM Revision e89b2474 (ceph): os/newstore: avoid sync append for small ios
An append is expensive in terms of latency (write, fdatasync, kv commit),
while a wal write is just the kv commit and...
Sage Weil
05:39 PM Revision 4c155200 (ceph): Revert "os/newstore: avoid sync append for small ios"
This reverts commit 69baab2f7eaca7688ce1d45802a82fc3539cd906.
This is slower. :(
Sage Weil
05:39 PM Revision 90e7f5e6 (ceph): os/newstore: only ftruncate if i_size is incorrect
Even a no-op ftruncate can block in the kernel. Prior to this change I
could frequently see ftruncate wait for an ai...
Sage Weil
05:39 PM Revision 9c2eb285 (ceph): os/newstore: clean up kv commit debug output
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 22a6a9f7 (ceph): os/newstore: process multiple aio completions at a time
This isn't affecting things for a slow disk, but it will matter for faster
backends.
Signed-off-by: Sage Weil <sage@...
Sage Weil
05:39 PM Revision 92979d75 (ceph): os/newstore: queue kv transactions in kv_sync_thread
It appears that db->submit_transaction() will block if there is a sync
commit that is in progress instead of simply q...
Sage Weil
05:39 PM Revision df239f0f (ceph): os/Newstore:Fix collection_list_range
We need to rule out hobject_t::max before calling get_object_key
(in which will call get_filestore_key_u32 and get an...
Xiaoxi Chen
05:39 PM Revision 65055a02 (ceph): os/NewStore: need to increase the wal op length when combining overlays
Need to add the length of the combining overlays to the length of the
wal op.
Signed-off-by: Zhiqiang Wang <zhiqiang...
Zhiqiang Wang
05:39 PM Revision 37da4292 (ceph): os/newstore:close fd after writting with O_DIRECT
fix bug in 2b4c60e0a521ad10b94bbc82865b49f2d28c2ac9
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision 2a7393a4 (ceph): os/newstore: more conservative default for aio queue depth
There appears to be a kernel aio bug when the queue depth is small.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:39 PM Revision 6399f1d0 (ceph): os/newstore: fix multiple aio case
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision e02e7438 (ceph): os/NewStore: avoid dup the data of the overlays in the WAL
When writing all the overlays, there is no need to dup the data in WAL.
Instead, we can reference the overlays in the...
Zhiqiang Wang
05:39 PM Revision 36ed3dd2 (ceph): os/Newstore: flush_commit return true on STATE_KV_DONE
There is a racing condition here, if the flush_commit() call
happened after _txc_finish_kv and before next state, the...
Xiaoxi Chen
05:39 PM Revision cdc652eb (ceph): os/NewStore: fix the append of the later overlays when doing combination
The data of the later contiguous overlays should be claim_append to
'op->data', instead of 'bl'.
Signed-off-by: Zhiq...
Zhiqiang Wang
05:39 PM Revision f9f9e1b1 (ceph): os/newstore: debug io_submit EAGAIN
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision dffa4305 (ceph): os/NewStore: don't clear overlay in the create/append case of write
Shouldn't clear the overlay in the create/append case of write.
Otherwise, this removes the overlay data and leads to...
Zhiqiang Wang
05:39 PM Revision a165fe81 (ceph): os/NewStore: clear the shared_overlays after writing all the overlays
Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com> Zhiqiang Wang
05:39 PM Revision b1136fbd (ceph): os/NewStore: data_map shouldn't be empty when writing all overlays
This should be an assert instead of creating new data_map.
Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
Zhiqiang Wang
05:39 PM Revision 41886c54 (ceph): os/newstore: throttle over entire write lifecycle
Take a global throttle when we submit ops and release when they complete.
The first throttles cover the period from s...
Sage Weil
05:39 PM Revision 4eca15a9 (ceph): os/newstore: fix _txc_aio_submit
The aios may complete before _txc_aio_submit completes. In fact, the aio
may complete, commit to the kv store, and t...
Sage Weil
05:39 PM Revision 29ba7208 (ceph): os/Nestore: batch cleanup
batch cleanup wal.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision 793dcc39 (ceph): os/NewStore: combine contiguous overlays when writing all the overlays
Combine contiguous overlay writes to reduce the numbers of WAL writes
and fs writes.
Signed-off-by: Zhiqiang Wang <z...
Zhiqiang Wang
05:39 PM Revision c552cd20 (ceph): osd/NewStore: fix for skipping the overlay in _do_overlay_trim
When the offset of the write starts at the end of the overlay, that is,
p->first + p->second.length == offset, the ov...
Zhiqiang Wang
05:39 PM Revision 11733004 (ceph): os/newstore : Do not need to call fdatasync if using direct.
skip ::fdatasync if in direct mode.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision 4c9e37de (ceph): os/newstore: fix race in _txc_aio_submit
We cannot rely on the iterator pointers being valid after we submit the
aio because we are racing with the completion...
Sage Weil
05:39 PM Revision 143d4857 (ceph): os/newstore: throttle wal work
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision ba0d8d7f (ceph): os/Newstore: add newstore_db_path option
The load of Keyvalue DB is heavy, allow user to put
DB to a seperate(fast) device.
Signed-off-by: Xiaoxi Chen <xiaox...
Sage Weil
05:39 PM Revision b7a53b58 (ceph): os/newstore: basic aio support
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 5d8e1465 (ceph): os/newstore: combined O_DSYNC with O_DIRECT
This avoids the need for an explicit fdatasync when doing O_DIRECT.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:39 PM Revision e580a827 (ceph): os/newstore: a few comments about wal
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 2317e446 (ceph): os/newstore: use aio for wal writes, too
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 3b667125 (ceph): os/newstore: move toward state-machine
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 715fd3b7 (ceph): os/newstore: todo
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision dd79b4d8 (ceph): os/newstore: release wal throttle when wal completes, not when queued
If we take the aio path, the io is queued immediately and the resources
are released back to the pool. Instead relea...
Sage Weil
05:39 PM Revision b595aac4 (ceph): test/store_test Add get_omap_iterator test cases
omap iterator test cases include:
iter aganist omap
lower_bound
upper_bound
Signed-off-by: Xiaoxi Chen <xiaoxi...
Xiaoxi Chen
05:39 PM Revision c8641023 (ceph): os/KeyValueDB: Add raw_key() interface for IteratorImpl
raw_key() is useful to split out the prefix.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision 5e9c64b4 (ceph): Implement get_omap_iterator
implemented get_omap_iterator
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision 9d0e9255 (ceph): os/Newstore: Allow gap in _do_write append mode
We can allow some gap so we only need to ensure
onode.size <= offset.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel....
Xiaoxi Chen
05:39 PM Revision 1a97fd6c (ceph): Use .str() to output a stringstream.
a nit.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision 65877832 (ceph): os/Newstore: Check onode.omap_head in valid() and next()
The db iter will be set to KeyValueDB::Iterator() if onode.omap_head
not present. In that case if we touch the db ite...
Xiaoxi Chen
05:39 PM Revision 1321b880 (ceph): os/newstore: update todo
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 04f55d8d (ceph): os/newstore: use fdatasync instead of fsync
On XFS at least, fdatasync is sufficient to make data readable.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:39 PM Revision 552d9521 (ceph): ceph_test_objectstore: fix omap test cleanup
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision dfd389e6 (ceph): os/newstore: rebuild buffers to be page-aligned for O_DIRECT
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 7e1af1e6 (ceph): os/newstore: use a threadpool for applying wal events
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision efe218b4 (ceph): os/newstore: show # o_direct buffers in debug output
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision ec21f578 (ceph): os/newstore: fix off-by-one on overlay_max_length
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 86a3f7dd (ceph): os/newstore: let wal cleanup kv txn get batched
No need to trigger another sync kv commit here; just let the next KV
commit catch it.
We could possibly do a bit bet...
Sage Weil
05:39 PM Revision 93fa4f1e (ceph): os/newstore: do not call completions from kv thread
Reads may call wait_wal() holding user locks, and so we cannot block
progress on WAL completion/flushing by calling c...
Sage Weil
05:39 PM Revision 48f639be (ceph): os/newstore: drop unused FragmentHandle
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 5539a75e (ceph): os/newstore: pass flags to _{open,create}_fid
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision c67c9a2b (ceph): os/newstore: use O_DIRECT is write is page-aligned
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 28bc4ee7 (ceph): os/newstore: use FS::zero()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision f93856f7 (ceph): os/newstore: drop sync_and_flush
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 205344d3 (ceph): os/newstore: drop flush
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision d57547f1 (ceph): os/newstore: drop sync()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision ca9bc632 (ceph): os/newstore: drop sync()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision a4d2a53c (ceph): Clear removed_collections after reap
Previous code forgot to clear the removed_collections queues
after reaped the collections in _reap_collection.
Signe...
Xiaoxi Chen
05:39 PM Revision 713c6988 (ceph): os/newstore: consolite collection_list to a single implementation
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 2af1e37d (ceph): os/newstore: assigned unique nid to each new object
Use this as the key for omap (omap_head), but keep the omap_head field
so that we can tell when no omap data is prese...
Sage Weil
05:39 PM Revision 59cd761b (ceph): os/newstore: keep smallish overlay extents in kv db
If we have a small overwrite, keep the extent in the key/value database.
Only write it back to the file/fragment late...
Sage Weil
05:39 PM Revision ef420baf (ceph): os/newstore: cap fid_max below newstore_max_dir_size
Prevent fid_max over the max_dir_size when preallocation.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision 8f2c2bff (ceph): os/newstore: use fs abstaction layer
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 97bda73e (ceph): os/newstore: open by handle
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision 09814281 (ceph): os/Newstore:Change assert in get_onode
db->get will return negtive when key is not found.
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
Xiaoxi Chen
05:39 PM Revision 66aae982 (ceph): os/newstore: use overlay even if it is a new object or append
This avoids the fsync for small writes.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:39 PM Revision f9a7fd4e (ceph): os/newstore: use lower_bound for finding overlay extents in map
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision d0a4bbaf (ceph): newstore: initial version
This includes a bunch of new ceph_test_objectstore tests, and a ton of fixes
to existing tests so that objects actual...
Sage Weil
05:39 PM Revision db87e423 (ceph): os/newstore: clone omap
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision fbf3d552 (ceph): os/newstore: send complete overwrite to a new fid
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:39 PM Revision d8351a8d (ceph): os/newstore: ref count OpSequencer
Our OpSequencer may live longer than the ObjectStore::Sequencer interface
object does.
Signed-off-by: Sage Weil <sag...
Sage Weil
05:39 PM Revision 10c0bfea (ceph): vstart.sh: debug newstore
Sage Weil
05:38 PM Revision be93b09f (ceph): Revert "os/Makefile.am: add os/fs/XFS.cc"
This reverts commit 32331ede41ef5b1dc4eb85304d2e86d7c027c75c.
Doh, this is in a conditional below.
Sage Weil
05:31 PM Bug #12200 (Resolved): assert(hinfo.get_total_chunk_size() == (uint64_t)st.st_size)
da2987d79db679e7b44d7886462c81d34994af26 David Zafman
05:31 PM Bug #12000 (Resolved): OSD: EC reads do not correctly validate checksums and data contents
21e9f69dd258a8c204828070cfe8b4018acdb145 David Zafman
05:26 PM rgw Feature #12907 (In Progress): rgw: support object storage-class
Yehuda Sadeh
05:25 PM Revision 78e784d2 (ceph): Merge pull request #5173 from ceph/wip-12000-12200
Fast read for erasure coding pool and erasure code error handling
Error handling
Reviewed-by: Loic Dachary <ldachary...
David Zafman
05:21 PM rgw Feature #11972 (Fix Under Review): rgw: implement zongroup create admin command
Yehuda Sadeh
05:20 PM Revision 32331ede (ceph): os/Makefile.am: add os/fs/XFS.cc
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:08 PM rgw Feature #12906 (Resolved): rgw: swift object expiration
Yehuda Sadeh
05:06 PM rgw Feature #12905 (Resolved): rgw: multisite: per-shard incremental sync stage
Yehuda Sadeh
05:04 PM Revision 32446ffb (ceph): tests: ceph-disk: dmcrypt simplification
* Get rid of the cryptsetup calls that are redundant with what ceph
prepare already does
* Do not use the --dmcrypt...
Loic Dachary
05:02 PM Bug #12878: ceph user breaks scrub_test
/a/sage-2015-08-30_05:52:47-rados-master---basic-multi/1039215 Sage Weil
05:01 PM Bug #12861: rados/test_alloc_hint.sh failure
/a/sage-2015-08-30_05:52:47-rados-master---basic-multi/1039290 Sage Weil
04:38 PM Backport #12511 (Resolved): ceph-dencoder links to libtcmalloc, and shouldn't
Abhishek Varshney
04:27 PM Bug #12903: No longer able to host rbd images on cache-tier backed by EC pool
Disabling proxy-write support fixes the issue. Jason Dillaman
04:08 PM Bug #12903 (Resolved): No longer able to host rbd images on cache-tier backed by EC pool
http://qa-proxy.ceph.com/teuthology/teuthology-2015-08-31_23:00:07-rbd-master---basic-multi/1040026/teuthology.log
...
Jason Dillaman
04:23 PM CephFS Bug #12820: stuck looping on 'ls /sys/fs/fuse/connections'
Greg Farnum
10:33 AM CephFS Bug #12820 (Fix Under Review): stuck looping on 'ls /sys/fs/fuse/connections'
https://github.com/ceph/ceph-qa-suite/pull/551 John Spray
03:55 PM Linux kernel client Feature #12902 (Resolved): krbd: support object-map and fast-diff
Josh Durgin
03:53 PM rbd Feature #12678 (Fix Under Review): Support the ability to rename snapshots
Josh Durgin
03:51 PM rbd Feature #12901 (Resolved): librbd: zone + zonegroup configuration
https://docs.google.com/document/d/1wZA7xggJ5T547ebCOobsoQAwoVNj0mcf-JES5Olg9LU/edit#heading=h.yjii20nym27u Josh Durgin
03:45 PM Revision b226fad9 (ceph): ceph-disk: systemctl restart the ceph-disk@ service
Otherwise the second time around activating something it will do nothing.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:40 PM Revision 00e65344 (ceph): ceph-disk: be a bit more verbose
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:33 PM Revision fcae1458 (ceph): ceph-disk: fix dmcrypt_map() usage for LUKS activate
29431944c77adbc3464a8faeb7e052b24f821780 added a call to dmcrypt_map()
during disk activation. The change is not suit...
David Disseldorp
03:33 PM Revision 35c9962e (ceph): ceph-disk: only check partition_type if partition
The multipath sanity checks of get_journal_osd_uuid must not try to
verify the partition type when the device is not ...
Loic Dachary
03:33 PM Revision c14c3172 (ceph): ceph-disk: add trigger subcommand
Either trigger a systemd event, or do it synchronously if there is no
systemd.
Signed-off-by: Sage Weil <sage@redhat...
Sage Weil
03:29 PM Stable releases Tasks #12701: hammer v0.94.4
... Loïc Dachary
03:27 PM Stable releases Tasks #12701: hammer v0.94.4
$ git rev-parse ceph/hammer-backports
63c3d50ace54238418cec1d5ebb5a32364058cad...
Loïc Dachary
03:22 PM Revision f1b80e99 (ceph): systemd: consolidate into a single ceph-disk@.service
This simple service will 'ceph-disk trigger DEV --sync'.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:22 PM Revision 3662a225 (ceph): udev: use ceph-disk trigger ... with single set of udev rules
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:06 PM Revision 35db8fe5 (ceph): Merge pull request #551 from ceph/wip-12820
tasks/cephfs: fix mount_timeout config loading
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
02:39 PM Feature #12719 (Resolved): osd: improved memstore
Sage Weil
02:39 PM Feature #12600 (Resolved): wip-osd-compat: ensure upgrades stop at hammer
Sage Weil
02:38 PM Feature #9981 (Resolved): osd: cache: proxy writes (instead of unconditionally promoting)
Sage Weil
02:32 PM rgw Bug #12886 (In Progress): RGW Swift API: X-Object-Manifest cannot to be added through POST
I'm working on that. Radoslaw Zarzynski
02:00 PM Documentation #12899 (Resolved): Update the 'rados' command "man" page
Adding the "--run-name" option to the 'rados bench' command "man" pages. Aron Gunn
01:35 PM Revision ee204044 (ceph): osdc/Objecter: optimize Objecter::tick.
Set bool value is better than insert same value into set<>.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
Jianpeng Ma
01:33 PM Revision 08296dc0 (ceph): rados: make 'rados bench' support json format output
Fixes: #12864
rados bench add '[--format json]' and '[-o | --output outfile]' support.
output option only take effect...
Tianshan Qu
12:30 PM CephFS Bug #12776 (Fix Under Review): qa: standby MDS not shutting down, "reached maximum tries (50) aft...
https://github.com/ceph/ceph/pull/5739 John Spray
12:30 PM Revision f420fe46 (ceph): mds: fix shutdown while in standby
Fixes: #12776
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
12:21 PM rgw Bug #12898 (Won't Fix): Objects starting with underscore inaccessible after upgrade to 0.94.3
Objects with filenames starting with underscore that were accessible with radosgw 0.94.2 now return NoSuchKey errors.... Jan Harkes
11:32 AM Revision 80f10e3e (ceph): osdc/Objecter: remove the unuseful code.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
11:22 AM CephFS Bug #12896 (Rejected): EIO in multiple_rsync.sh

http://pulpito.ceph.com/teuthology-2015-08-28_23:04:01-fs-master---basic-multi/1037227/...
John Spray
11:12 AM CephFS Bug #12895 (Can't reproduce): Failure in TestClusterFull.test_barrier

teuthology-2015-08-24_23:04:02-fs-master---basic-multi/1030586/
John Spray
11:01 AM Bug #12012 (Pending Backport): IO error on kvm/rbd with an erasure coded pool tier (after an upgr...
Kefu Chai
11:00 AM Revision 82acd5e9 (ceph): Merge pull request #5695 from tchaikov/wip-12012
osd: translate sparse_read to read for ecpool
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
10:31 AM Revision 8e275049 (ceph): tasks/cephfs: fix mount_timeout config loading
Previously were defaulting to a string, which
always compared greater than elapsed, so never
timed out.
Fixes: #1282...
John Spray
10:13 AM rgw Bug #12407: With root as default user, unable to have multiple RGW instances running
Sage, apologies for the delay in response, was away from work for a while. Yes, your proposed fix works. We are runni... Pavan Rallabhandi
09:36 AM rgw Backport #12894 (In Progress): Have a configurable number of RADOS handles in RGW
Loïc Dachary
09:35 AM rgw Backport #12894 (Resolved): Have a configurable number of RADOS handles in RGW
Original PR: https://github.com/ceph/ceph/pull/5612
Merged as part of: https://github.com/ceph/ceph/pull/5717
Loïc Dachary
09:34 AM rgw Feature #12893 (Pending Backport): Have a configurable number of RADOS handles in RGW
Loïc Dachary
09:26 AM rgw Feature #12893: Have a configurable number of RADOS handles in RGW
https://github.com/ceph/ceph/pull/4309 Pavan Rallabhandi
09:24 AM rgw Feature #12893 (Resolved): Have a configurable number of RADOS handles in RGW
As part of characterizing RGW read performance, have observed that there is a single RADOS connection that is consume... Pavan Rallabhandi
09:00 AM Feature #12864 (In Progress): Make "rados bench" support json output
https://github.com/ceph/ceph/pull/5736 Loïc Dachary
08:06 AM Bug #12892 (Rejected): Image'snapshot too much cause the "Deep Scrub" function running too long, ...
Our environment has some snapshots of the Image created too much, when carries on the Deep the Scrub will lead to tak... huanwen ren
07:50 AM Revision bd804734 (ceph): add snapshot rename methods in cls_rbd
Signed-off-by: xinxin shu <xinxin.shu@intel.com> xinxin shu
07:39 AM Revision 7cc963b1 (ceph): osdc/Objecter: Don't forget call _op_cancel_map_check when cancel linge...
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
07:12 AM Revision 36b62710 (ceph): osdc/Objecter: In _cancel_linger_op, it should make num_unacked/num_com...
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
06:20 AM Bug #12891 (Fix Under Review): /etc/init.d/ceph can not start/stop daemons properly
Kefu Chai
05:57 AM Bug #12891: /etc/init.d/ceph can not start/stop daemons properly
I have create a pull request at github as follows, thanks.
https://github.com/ceph/ceph/pull/5737
runsisi hust
02:04 AM Bug #12891 (Won't Fix): /etc/init.d/ceph can not start/stop daemons properly
1) CentOS 7.0
2) MON and OSD installed on the same node
3) mon_data is set to a different location rather than /var...
runsisi hust
05:52 AM Revision 076bad95 (ceph): ceph_test_rados_api_aio: add a test for aio_sparse_read
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:49 AM Revision 5ae2e7a1 (ceph): ceph_test_rados: also send sparse_read in ReadOp
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:49 AM Revision 4d492061 (ceph): ceph_test_rados_api_io: add tests for sparse_read
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:49 AM Revision 700d42ef (ceph): osd: translate sparse_read to read for ecpool
Fixes: #12012
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:49 AM Revision a5bfde69 (ceph): osd: should use ec_pool() when checking for an ecpool
we were using pool.info.require_rollback() in do_osd_ops() when
handling OP_SPARSE_READ to tell if a pool is an ecpoo...
Kefu Chai
02:30 AM Revision 28324fdb (ceph): osd: Fix the diagnostic logging mostly to dout(20)
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:18 AM Linux kernel client Bug #11898 (Resolved): Writing on forced umount causes silent data loss
Zheng Yan
02:14 AM rgw Feature #12608 (Fix Under Review): rgw: multisite: per-shard full sync stage
Yehuda Sadeh
02:14 AM rgw Feature #12606 (Fix Under Review): rgw: multisite: keep metadata zone sync state
Yehuda Sadeh
01:54 AM Linux kernel client Bug #12695: rbd flatten makes clone's snap crash
Ilya Dryomov wrote:
> science luo wrote:
> > Ilya Dryomov wrote:
> > > This was fixed in kernel 3.17, commit 4d9b6...
science luo
01:07 AM rgw Bug #12890 (Resolved): rgw: the swift key remains after removing a subuser
After removing a subuser without explicitly purging its keys, the user info may like this:
ceph@ceph1:~$ radosgw-adm...
Sandy Xu
12:47 AM Revision e47fa671 (ceph): vstart.sh: add --mon_num --osd_num --mds_num --rgw_port option
add these options to replace shell var MON, OSD, MDS to be more
convenient, and add --rgw_port option.
Signed-off-by...
shawn chen
12:45 AM Revision 89f0112e (ceph): Objecter: Take RLocker when call is_active.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
12:45 AM Revision e4ce619f (ceph): osdc/Objecter: For func op_cancel_writes it can directly call op_cancel.
Becasue we get write-lock of rwlock, so it is safe to call op_cancel
rather than _op_canchel(homeless_session for thi...
Jianpeng Ma
12:45 AM Revision 064e8585 (ceph): osdc/Objeter: When cancel op, decrease num_unacked/num_uncommitted.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma

08/31/2015

10:17 PM Stable releases Tasks #12701: hammer v0.94.4
... Loïc Dachary
09:47 PM rgw Backport #12889 (Resolved): RGW returns requested bucket name raw in "Bucket" response header
https://github.com/ceph/ceph/pull/5730 Yehuda Sadeh
09:46 PM rgw Backport #12592: RGW returns requested bucket name raw in "Bucket" response header
https://github.com/ceph/ceph/pull/5715 Yehuda Sadeh
09:17 PM Revision b80859e2 (ceph): rgw: init some manifest fields when handling explicit objs
Fixes: #11455
When dealing with old manifest that has explicit objs, we also
need to set the head size and head objec...
Yehuda Sadeh
09:10 PM Revision 644f213c (ceph): rgw: init some manifest fields when handling explicit objs
Fixes: #11455
When dealing with old manifest that has explicit objs, we also
need to set the head size and head objec...
Yehuda Sadeh
09:08 PM Revision e7931a73 (ceph): rgw: url encode exposed bucket
Fixes: #12537
Don't send the bucket name back without url encoding it.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.co...
Yehuda Sadeh
09:08 PM Revision 558c5295 (ceph): rgw: Do not enclose the Bucket header in quotes
Fixes: #11860
Signed-off-by: Wido den Hollander <wido@42on.com>
(cherry picked from commit 8af25faed93fe02d3dad585b85...
Wido den Hollander
08:37 PM Revision 6e0f0bba (ceph): ceph-disk: use /sys/dev/block/maj:min/partition to see if partition
Fixes: #12706
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
08:35 PM Revision bf75b309 (ceph): Merge pull request #5652 from dachary/wip-mailmap
mailmap updates
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
08:20 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
Loïc Dachary
08:20 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
See https://github.com/ceph/ceph/pull/5727 for a larger fix including the permission fix. Loïc Dachary
07:58 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
It's simpler actually:
<sage> it's because the block device isn't owned by ceph.ceph.. that's the first udev rule ...
Loïc Dachary
07:55 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
I think what happens is the following:
* ceph-disk prepare triggers a udev event
* the udev rule calls ceph-disk ...
Loïc Dachary
07:51 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
Sage is doing something right now at https://github.com/liewegas/ceph/commits/wip-user (https://github.com/liewegas/c... Loïc Dachary
07:45 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
Loïc Dachary
07:43 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
@vasu it looks like it's related to **'--setuser', 'ceph', '--setgroup', 'ceph'** which comes from https://github.com... Loïc Dachary
07:36 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
... Loïc Dachary
07:00 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
... Loïc Dachary
06:39 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
It's most probably because of something that changed in https://github.com/ceph/ceph/pull/5699. How did you run this ... Loïc Dachary
06:24 PM Bug #12877: ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permission Denied
Loic,
Can you tell what the new ceph-disk behavior is? , Does it now require 'osd activate' to be run for the OSD'...
Vasu Kulkarni
04:58 PM Bug #12877 (Resolved): ceph-disk activate calls ceph-osd with --setuser ceph and fails with Permi...
h3. Steps to reproduce:
* ceph-disk prepare /dev/sdb
* ceph-disk activate /dev/sdb1
h3. Original description
...
Vasu Kulkarni
07:58 PM Revision 403144f5 (ceph): ceph.spec: package cls_numops
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:26 PM Revision d3c94698 (ceph): Objecter: pg_interval_t::is_new_interval needs pgid from previous pool
When increasing the pg_num of a pool, an assert would fail since the
calculated pgid seed would be for the pool's new...
Jason Dillaman
07:26 PM Revision 56d267b7 (ceph): osd_types::is_new_interval: size change triggers new interval
Fixes: 11771
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit ff79959c037a7145f7104b06d9e6a64...
Samuel Just
06:56 PM Backport #12752 (In Progress): kvm die with assert(m_seed < old_pg_num)
Nathan Cutler
06:55 PM Backport #12842 (In Progress): is_new_interval: size change should cause new interval
this PR is a double backport Nathan Cutler
06:46 PM rgw Bug #12886 (Resolved): RGW Swift API: X-Object-Manifest cannot to be added through POST
$ curl -i "$publicURL/cont/obj" -X POST -H "X-Object-Manifest: bla" -H "X-Auth-Token: $token"
> HTTP/1.1 202 Accep...
Radoslaw Zarzynski
06:45 PM rbd Bug #12885 (Resolved): rbd export-diff crashes in librbd::simple_diff_cb
When doing rbd export-diff, I get a crash. Most other images on the same cluster work fine.
rbd info AlignNav-db::...
Thorvald Natvig
06:35 PM rbd Bug #12765 (Resolved): Failure in test_librbd_python.sh
Jason Dillaman
06:35 PM rbd Bug #12764 (Resolved): Failure in 'cram -v -- /home/ubuntu/cephtest/archive/cram.client.0/*.t'
Jason Dillaman
05:18 PM rbd Bug #12764: Failure in 'cram -v -- /home/ubuntu/cephtest/archive/cram.client.0/*.t'
I have a couple of them now -- I was planning to take care of them this week but needed to ensure I didn't forget abo... Jason Dillaman
08:56 AM rbd Bug #12764: Failure in 'cram -v -- /home/ubuntu/cephtest/archive/cram.client.0/*.t'
@Jason, thanks for fixing my mistake. I was looking for Pending Backport with nothing in the Backport field and did n... Loïc Dachary
06:35 PM rbd Backport #12860 (Resolved): Failure in 'cram -v -- /home/ubuntu/cephtest/archive/cram.client.0/*.t'
commit:9f2aad87c0c9d267211f8f349939697b8bda25be Jason Dillaman
06:34 PM rbd Backport #12884 (Resolved): Failure in test_librbd_python.sh
commit:cca0d58723483341b11834a15f31845f5584e599 Jason Dillaman
05:54 PM rbd Backport #12884 (Resolved): Failure in test_librbd_python.sh
Jason Dillaman
06:21 PM Revision f5865d32 (ceph): tasks/ceph_deploy: work with systemd
This is ugly, but I'm not going to rewrite this right now.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:59 PM Linux kernel client Bug #12811 (Resolved): ENXIO from kernel client (cephfs)
fix deployed to teuthology, so far so good! Reviewed-by: Sage Weil
05:56 PM Revision 5cb99123 (ceph): distros: add debian 8 jessie, remove wheezy from supported list
Wheezy only has experiemntal c++11 support; it's not new enough.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:53 PM Revision c1e86748 (ceph): ceph-deploy: install w/ ceph-deploy, not install.py
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:51 PM Backport #12883 (Resolved): cache agent is idle although one object is left in the cache
https://github.com/ceph/ceph/pull/5765 Nathan Cutler
05:50 PM Backport #12882 (Resolved): cache agent is idle although one object is left in the cache
https://github.com/ceph/ceph/pull/5813 Nathan Cutler
05:50 PM Revision bdc6b681 (ceph): Merge pull request #5684 from liewegas/wip-hammer-corpus
add hammer objects to ceph-object-corpus Sage Weil
05:49 PM Backport #12881 (Rejected): kvm die with assert(m_seed < old_pg_num)
Nathan Cutler
05:44 PM rgw Backport #12880 (Resolved): COPYing an old object onto itself produces a truncated object
https://github.com/ceph/ceph/pull/5732 Nathan Cutler
05:43 PM rgw Backport #12879 (Resolved): COPYing an old object onto itself produces a truncated object
https://github.com/ceph/ceph/pull/5729 Nathan Cutler
05:42 PM rgw Bug #11455: COPYing an old object onto itself produces a truncated object
Master PR: https://github.com/ceph/ceph/pull/5677 Nathan Cutler
05:19 PM rgw Bug #11455 (Pending Backport): COPYing an old object onto itself produces a truncated object
Yehuda Sadeh
05:36 PM devops Bug #12866: trusty gitbuilders are failing
Sage said manual install was the way to go and that is done, but we briefly discussed whether they should just run in... Greg Farnum
09:25 AM devops Bug #12866: trusty gitbuilders are failing
Sorry if this is the wrong tracker, I don't know which one should have it, nor if we just need to run a script or sho... Greg Farnum
09:24 AM devops Bug #12866 (Resolved): trusty gitbuilders are failing
... Greg Farnum
05:31 PM Revision 548a04e0 (ceph): Merge pull request #5451 from XinzeChi/wip-recovery-attr
bug fix: osd: do not cache unused buffer in attrs
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:14 PM Bug #12878 (Resolved): ceph user breaks scrub_test
... Sage Weil
04:14 PM rgw Backport #12591: rgw: create a tool for orphaned objects cleanup
@Ken: what worked without discarding commits nor resolving conflicts is applying all commits on top of https://github... Loïc Dachary
04:09 PM rgw Backport #12591: rgw: create a tool for orphaned objects cleanup
> If applied after it, the "rgw: api adjustment following a rebase" commit needs to be discarded.
s/after/before/
...
Ken Dreyer
03:33 PM Bug #12325 (Resolved): mon_cluster_log_to_syslog is not of type boolean
Sage Weil
03:33 PM Revision 589fa815 (ceph): Merge pull request #5357 from ceph/wip-12325
mon: LogMonitor: handle boolean options consistently
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
03:31 PM devops Feature #11881 (Resolved): ceph-disk support for multipath
Loïc Dachary
03:30 PM Revision fbaedbf9 (ceph): Merge pull request #546 from dachary/wip-11881-multipath
ceph-disk workunit Loïc Dachary
03:29 PM Revision ad3f1691 (ceph): Merge remote-tracking branch 'gh/infernalis'
Sage Weil
03:25 PM Bug #12876 (Duplicate): monitor crashed in CrushWrapper::do_rule()
... Kefu Chai
03:08 PM Revision b518b681 (ceph): Merge pull request #5622 from ceph/wip-memstore
MemStore locking enhancements and bufferlist alternative
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Haoma...
Sage Weil
03:06 PM Revision 92450072 (ceph): Merge pull request #5705 from dachary/wip-12786-centos-systemd
ceph-disk: {CentOS,RHEL} >= 7 && Fedora >= 22 are systemd
Reviewed-by: Travis Rhoden <trhoden@redhat.com>
Sage Weil
03:06 PM Revision 9979bb6c (ceph): Merge pull request #5699 from dachary/wip-11881-multipath
ceph-disk: add multipath support
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:58 PM CephFS Bug #12875 (Can't reproduce): LibCephFS.LibCephFS.InterProcessLocking segment fault.
... Sage Weil
02:48 PM RADOS Bug #11235: test_rados.py test_aio_read is racy
... Loïc Dachary
02:37 PM Linux kernel client Feature #12874 (New): krbd: get rid of RBD_MAX_SNAP_COUNT
There is no reason for that limit to exist, need to work out a better client - msgr interface and not insist on preal... Ilya Dryomov
02:35 PM Revision 75b327e4 (ceph): Merge pull request #1 from ceph/update-paths
repo: update new repo path
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Noah Watkins
02:34 PM Revision 3f52ea21 (ceph): repo: update new repo path
noahdesu -> ceph
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Noah Watkins
02:34 PM Bug #11832 (Duplicate): ceph_test_msgr hung in rados suite
Haomai Wang
02:33 PM Bug #12798 (Resolved): ceph_test_objectstore: keyvaluestore fails tests
Haomai Wang
02:33 PM Revision 7a09ea09 (ceph): Merge pull request #5655 from duduribeiro/patch-1
doc: update ruby doc with the aws-sdk gem usage
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:31 PM Linux kernel client Bug #12815 (Closed): Stop the rbd map command due to the linux kernal crush.
There are two problems here. The first one is... Ilya Dryomov
02:29 PM CephFS Bug #12806 (Fix Under Review): nfs restart failures
https://github.com/ceph/ceph-qa-suite/pull/550 Zheng Yan
09:16 AM CephFS Bug #12806: nfs restart failures
looks like it's added by ceph-qa-suite/tasks/qemu.py. Zheng Yan
02:28 PM Revision d05e531d (ceph): doc: update ruby doc with the aws-sdk gem usage
Since I'm using ceph with the `aws-sdk` gem (https://github.com/aws/aws-sdk-ruby) instead `aws-s3` (https://github.co... Kadu Ribeiro
02:27 PM Revision 7de534c1 (ceph): tasks/qemu: avoid adding duplicated entries to /etc/exports
try deleting leftover entries for previous job
Fixes: #12806
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
02:16 PM Revision f030af3c (ceph): Merge pull request #4869 from joaquimrocha/cls_numops
CLS numops
Reviewed-by: Noah Watkins <noahwatkins@gmail.com>
Sage Weil
02:12 PM rgw Bug #11419: DragonDisk fails to create directories via S3: MissingContentLength
Assigning Robin to recall who was originally taking care of the issue (I still care for the backport ;-) Loïc Dachary
02:12 PM Revision 728e2229 (ceph): Merge pull request #5724 from ceph/wip-i386
perf_serialize: fix i386 build
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
02:10 PM rgw Bug #11563: RadosGW regression: COPY doesn't preserve Content-Type
Assigning Orit to record who was assigned the issue originally ( I still care for the backport of course ;-) Loïc Dachary
02:00 PM Revision 13668e68 (ceph): client: set osdmap epoch for setxattr.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
01:58 PM Revision 6f0af185 (ceph): vstart.sh: set PATH to include pwd
ceph-mon needs crushtool to be in PATH. Don't set if it is run
from ceph_vstart_wrapper, which already sets it as it ...
Mykola Golub
01:58 PM Revision b58cbbab (ceph): erasure-code: set max_size to chunk_count() instead of 20 for shec
See 8b64fe93b088a3a33d357869c47e6bf928c3f0e4 for a detailed explanation.
Signed-off-by: Loic Dachary <ldachary@redha...
Loic Dachary
01:58 PM Revision f47ba4b1 (ceph): mon: test the crush ruleset when creating a pool
We want to fix the following scenario:
* an erasure code plugin (or another part of the code) creates a
ruleset
...
Loic Dachary
01:46 PM Bug #12681 (Won't Fix): tcmalloc doesn't release memory back to system
This is definitely a tcmalloc issue.. I think the place to go is rhel6 support? Perhaps there is a backport for a ne... Sage Weil
01:44 PM Bug #12681: tcmalloc doesn't release memory back to system
And what's the source for that libtcmalloc release? Greg Farnum
01:24 PM Revision 63bd5a72 (ceph): Merge pull request #5713 from yuyuyu101/wip-12798
Fix keyvaluestore fails ceph_test_objectstore
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
01:06 PM rgw Bug #12873 (Closed): Blocked requests - currently waiting for scrub
Hi
a ceph cluster here has been reporting blocked ops - when checking the OSD logs they report "currently waiting...
sean redmond
12:53 PM CephFS Bug #11482: kclient: intermittent log warnings "client.XXXX isn't responding to mclientcaps(revoke)"
For some reason the override we provided isn't being added to the configs, I created #12869 for that. :/ Greg Farnum
11:27 AM Linux kernel client Bug #12867 (Resolved): support CEPH_FEATURE_MSGR_KEEPALIVE2
Without this feature, kernel client can't detect event that connection get lost quietly (without receiving TCP RST). ... Zheng Yan
11:06 AM Backport #12491 (Resolved): buffer: critical bufferlist::zero bug
Loïc Dachary
10:52 AM Bug #12717: pool's statistic data not updated after doing Cache evict operation
huangjun, if https://github.com/ceph/ceph/commit/78b1fb5e9440dcd4ef99301c3ac857385e870cf3 addresses your issue, maybe... Kefu Chai
10:21 AM Revision fe8b1c97 (ceph): in filestore, OP_SETATTR is implemented in FileStore::_setattrs
this funtion will get all attrs of object before setting new attrs
merge several OP_SETATTR ops into one OP_SETATTRS...
xinxin shu
10:12 AM Revision 6dc9ed58 (ceph): Merge pull request #5603 from wonzhq/doc-read-recency
doc: add the description for min_read_recency_for_promote
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:43 AM Revision 3b089b0a (ceph): Merge pull request #5460 from ceph/port/new
OSX and BSD derivatives port
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:17 AM Revision 35c80951 (ceph): Merge pull request #4896 from xinxinsh/wip-monitor-dump-transaction
MonitorDBStore : make monitor transaction more readable
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: S...
Joao Eduardo Luis
08:42 AM Bug #12731: jerasure/gf-complete: build warnings
per loic
> for gf-complete and jerasure we have a branch at github.com/ceph and you can commit the change there. A...
Kefu Chai
08:41 AM Revision a89c1731 (ceph): Merge pull request #5365 from dachary/wip-12491-hammer
buffer: critical bufferlist::zero bug
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
08:28 AM Bug #12865 (Can't reproduce): OSDs crashing and not resolving blocked requests after network split
I saw a couple of instances of this but don't have much data. :(
We reconfigured our network in recent weeks (6 OS...
Christian Theune
08:08 AM Feature #12864 (In Progress): Make "rados bench" support json output
Now "rados bench" result only support output to console, unfriendly to analysis.
So we need to add a format option t...
Tianshan Qu
08:00 AM Revision d36e5149 (ceph): ceph: use 'sed -ie' to edit file in-place
On OSX, 'sed -i script' does not work, because it considers 'script'
as suffix of backup file. 'sed -ie script' works...
Yan, Zheng
08:00 AM Revision 491d8939 (ceph): test_c_headers: don't use -Werror option for clang
When using clang to compile ceph, there are lots of warnings:
clang: warning: argument unused during compilation: '-W...
Yan, Zheng
08:00 AM Revision 8ef07420 (ceph): os/fs: include <sys/mount.h> on osx
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:00 AM Revision 109e5b12 (ceph): make: do not compile XFS.cc if --without-libxfs
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:00 AM Revision 2cd7d4fc (ceph): tests: only use posix_fadvise on linux
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision 8d527d41 (ceph): common/admin_socket: fix compile error on OSX
Invalid operands to binary expression ('__bind<int &, sockaddr *,
unsigned long>' and 'int')
Without :: clang confus...
Yan, Zheng
08:00 AM Revision 0b94867a (ceph): common/blkdev: fix complie error on OSX/FreeBSD
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision 68db9f6f (ceph): client: fix compile error on OSX
On OSX, type of the 3rd parameters of getgrouplist is 'int *'
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision 126ee7dc (ceph): tests: replace std::tr1::shared_ptr with ceph::shared_ptr
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision 6a03fa5b (ceph): TestLFNIndex.cc: don't use "cp --preserve=xattr"
--preserve option is not supported by OSX's cp. use 'cp -a' instead
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision f6fa4a28 (ceph): compat: move definitions in porting.h into include/compat.h
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision b06838a0 (ceph): test/admin_socket: check error message according to OS
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision c092b4fc (ceph): os/chain_xattr: set CHAIN_XATTR_MAX_NAME_LEN according to max length of...
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision c57ef8c3 (ceph): test/librados: replace errno -125 with -ECANCELED
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision b82ed612 (ceph): buffer: make buffer::exception classes undefined in dynamic objects
On OSX, if the an exception class is declared and defined in header file,
but it ends up being compiled as private sy...
Yan, Zheng
08:00 AM Revision 9e37a379 (ceph): test/librados: replace sem_init() with sem_open()
sem_init() always fails on OSX (it's no longer supported).
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision e71269ca (ceph): tests: disable unittest_blkdev on OSX
the test uses sysfs, which does not exist on OSX
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision 07869197 (ceph): test_c_headers: don't use -Wold-style-declaration option for clang
clang does not support this option
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision ad056c12 (ceph): libradosstriper/striping.cc: include "include/types.h"
include definitions of __le{32,64)
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision 731f6aaa (ceph): test_libcephfs: disable flock test on OSX
there is no sem_timedwait on OSX. For inter-threads communication,
we can replace sem_t with pthread_cond_t. But for ...
Yan, Zheng
08:00 AM Revision 5db6915d (ceph): xattr: convert ENOATTR to ENODATA on DARWIN
On Darwin, getxattr/removexattr return ENOATTR when extended
attribute does not exist. But lots of ceph codes expect ...
Yan, Zheng
08:00 AM Revision 4132805d (ceph): client: convert XATTR_{CREATE,REPLACE} to CEPH_XATTR_{CREATE,REPLACE}
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision 69e2060f (ceph): init-ceph: replace 'echo -n' with printf
'echo -n' is no portable. On OSX, output of 'echo -n' can be '-n'
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision 4594adbc (ceph): init-ceph: don't use procfs to check if daemon is running
use ps(1) instead, which is portable
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision bb1fa7f3 (ceph): init-ceph: check if /lib/lsb/init-functions exists
On OSX/FreeBSD, /lib/lsb/init-functions does not exist
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision b800303e (ceph): tools: link ceph-client-debug to LIBCLIENT
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision bcbddab5 (ceph): libcephfs: define loff_t as off_t on OSX
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision a5589165 (ceph): porting.h: add TODO comment
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:00 AM Revision 05fbfd11 (ceph): On Darwin: subfix of dynamic library is dylib
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision e92aaea1 (ceph): vstart.sh: append ceph library path to {LD,DYLD}_LIBRARY_PATH
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision 4536cb52 (ceph): vstart.sh: use portable way to get ip address
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision f064e90a (ceph): Link ceph-fuse to fuse on DARWIN
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision aa71c207 (ceph): client: don't include unsupported mount options on DARWIN/FreeBSD
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
08:00 AM Revision d5c43d9c (ceph): client: don't try trimming kernel dcache on DARWIN/FreeBSD
still don't know if the methods used on linux also works on
DARWIN/FreeBSD
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision 760f5874 (ceph): Don't use '--exclude-libs' linker option on DARWIN
Only GNU linker supports this option
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
08:00 AM Revision 4ec4177f (ceph): Makefile: add porting.h to dist tarball
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:00 AM Revision 44458db5 (ceph): msg: fix encoding/decoding sockaddr_storage on DARWIN/FreeBSD
sockaddr_storage on DARWIN/FreeBSD is different from sockaddr_storage
on Linux. sockaddr_storage on DARWIN/FreeBSD in...
Yan, Zheng
07:43 AM Linux kernel client Bug #12695: rbd flatten makes clone's snap crash
science luo wrote:
> Ilya Dryomov wrote:
> > This was fixed in kernel 3.17, commit 4d9b67cddd9b ("rbd: take snap_id...
Ilya Dryomov
03:48 AM Linux kernel client Bug #12695: rbd flatten makes clone's snap crash
Ilya Dryomov wrote:
> This was fixed in kernel 3.17, commit 4d9b67cddd9b ("rbd: take snap_id into account when readi...
science luo
07:35 AM Revision cd93656e (ceph): porting.h: add porting.h for porting/compatibility on DARWIN
Collection of porting/compatibility defines to compile on DARWIN
Signed-off-by: Dennis Schafroth <dennis@schafroth.com>
Dennis Schafroth
07:35 AM Revision 11a936e3 (ceph): librbd: Need to include errno.h on DARWIN.
The file is not really required
Signed-off-by: Dennis Schafroth <dennis@schafroth.com>
Dennis Schafroth
07:35 AM Revision b3b29c0d (ceph): rbd-fuse: Add position to set/get xattr on DARWIN
Signed-off-by: Dennis Schafroth <dennis@schafroth.com> Dennis Schafroth
07:35 AM Revision 126c3278 (ceph): rbd-replay: Different location of endian.h on DARWIN
Signed-off-by: Dennis Schafroth <dennis@schafroth.com> Dennis Schafroth
07:35 AM Revision 0fbacb30 (ceph): test: Fix error with clang on DARWIN (LLVM 3.6.0svn)
Signed-off-by: Dennis Schafroth <dennis@schafroth.com> Dennis Schafroth
07:35 AM Revision fb1b6bc3 (ceph): tools/ceph_objectstore_tool: Missing O_LARGEFILE on DARWIN
Signed-off-by: Dennis Schafroth <dennis@schafroth.com> Dennis Schafroth
07:35 AM Revision d549f41b (ceph): common/SubProcess: fix build on DARWIN
include <signal.h> to avoid errors/warnings on missing functions
Signed-off-by: Dennis Schafroth <dennis@schafroth.com>
Dennis Schafroth
07:35 AM Revision e69c115b (ceph): common/util: include sys/param.h and mount.h on DARWIN
Signed-off-by: Dennis Schafroth <dennis@schafroth.com> Dennis Schafroth
07:35 AM Revision 4cfac6c3 (ceph): common/xattr: Split out xattr on Linux and DARWIN.
DARWIN requires position parameter
Signed-off-by: Dennis Schafroth <dennis@schafroth.com>
Dennis Schafroth
07:35 AM Revision 630da9f9 (ceph): librbd: Include porting header
Signed-off-by: Dennis Schafroth <dennis@schafroth.com> Dennis Schafroth
07:35 AM Revision 17db469e (ceph): os/FileStore: fail with ENOTSUP if using sparse files on DARWIN
For now, fail with Not supported (ENOTSUP) if configured using sparse files on DARWIN.
Signed-off-by: Dennis Schafro...
Dennis Schafroth
07:35 AM Revision 7e1d83bb (ceph): msg/simple: Move MSG_ and SO_NOSIGPIPE into porting.h
Only enable SO_PRIORITY on Linux
Signed-off-by: Dennis Schafroth <dennis@schafroth.com>
Dennis Schafroth
07:35 AM Revision 15f8363d (ceph): msg/async: Include porting.h for MSG_*
Signed-off-by: Dennis Schafroth <dennis@schafroth.com> Dennis Schafroth
07:35 AM Revision f0234226 (ceph): ceph_fuse: Implement set/get xattr with position parameter on OSX
Signed-off-by: Dennis Schafroth <dennis@schafroth.com> Dennis Schafroth
07:30 AM Cleanup #12863 (Resolved): switch from "timegm()" to "internal_timegm()" for better portability
timegm() does not conform to any standards. but is offered by BSD and glibc, AFAIK. Kefu Chai
07:23 AM Feature #11403 (Fix Under Review): add a command to the ceph tool which returns whether there are...
https://github.com/ceph/ceph/pull/5554 Kefu Chai
07:09 AM Revision dbfac280 (ceph): bug fix: librados segmentation fault, support RadosStriperImpl::aio_rea...
Signed-off-by: Min Chen <minchen@ubuntukylin.com> Min Chen
06:55 AM Bug #12862 (Won't Fix): ceph daemon does not generate core file on CentOS 7
On CentOS 7 which has "systemd-run" binary exists, when we use /etc/init.d/ceph to start ceph daemons, we do find tha... runsisi hust
04:11 AM Revision f8f33bca (ceph): Merge pull request #5024 from xinxinsh/wip-12018
make rbd and pool quota work
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
04:10 AM Revision 0e8ade1b (ceph): Merge pull request #5448 from kylinstorage/wip-optimize-agent_choose_mode
osd: avoid unnecessary calculation in agent_choose_mode()
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:08 AM Revision 24716357 (ceph): Merge pull request #5418 from branch-predictor/bp-remove-str-concat
osd/osd_types.cc: get rid of str concat when making hash key
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: ...
Kefu Chai
04:05 AM Bug #12673 (Pending Backport): cache agent is idle although one object is left in the cache
Kefu Chai
04:04 AM Revision 09464ec6 (ceph): Merge pull request #5570 from dachary/wip-12673-proxy-read
osd: trigger the cache agent after a promotion
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:47 AM Revision 90dea96f (ceph): mds: add osdmap epoch for setxattr of MClientRequest.
Now we use setxattr set file/dir layout. This may need data pool
info. So in mds server, it need check osdmap. At pre...
Jianpeng Ma
03:47 AM Revision e20195df (ceph): mds/Server: s/mds->mdcache/mdcache.
Because mdcache = mds->mdcache, for replcae .
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
Jianpeng Ma

08/30/2015

09:23 PM Linux kernel client Bug #12695 (Closed): rbd flatten makes clone's snap crash
This was fixed in kernel 3.17, commit 4d9b67cddd9b ("rbd: take snap_id into account when reading in parent info"). A... Ilya Dryomov
05:58 PM Revision c3a2bf3f (ceph): Merge pull request #5369 from dachary/wip-12498-hammer
get pools health'info have error
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
05:52 PM Revision 0a44eb12 (ceph): Merge pull request #5370 from dachary/wip-12496-hammer
pgmonitor: wrong at/near target max“ reporting
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
05:44 PM Revision dfcdba75 (ceph): Merge pull request #5378 from dachary/wip-12394-hammer
Memory leak in Mutex.cc, pthread_mutexattr_init without pthread_mutexattr_destroy
Reviewed-by: Kefu Chai <kchai@redh...
Loïc Dachary
05:44 PM Revision 69a9a4cb (ceph): Merge pull request #5372 from dachary/wip-12493-hammer
the output is wrong when runing ceph osd reweight
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
05:14 PM Revision da00bedb (ceph): rgw: rework X-Trans-Id header to be conform with Swift API.
Fixes: #12108
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
(cherry picked from commit d1735a4e8ea2056d...
Radoslaw Zarzynski
05:10 PM Revision 9937c818 (ceph): Transaction Id added in response
Signed-off-by: Abhishek Dixit dixitabhi@gmail.com
(cherry picked from commit b711e3124f8f73c17ebd19b38807a1b77f201e4...
Abhishek Dixit
03:56 PM Revision 1bfebefb (ceph): radosgw-admin: simplify orphan command
No need for --init-search
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 4980cbd04ff650d...
Yehuda Sadeh
03:56 PM Revision 2e0f6fe9 (ceph): rgw: orphan, fix truncated detection
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit d8ce04db8542dae0027423f3c50355e5de74dc9a)
Yehuda Sadeh
03:56 PM Revision bb1d4cc3 (ceph): rgw: change error output related to orphans
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit cac57caf639236adc9a641a85352eb729b58725a)
Yehuda Sadeh
03:56 PM Revision c1cf7dfb (ceph): rgw: orphans, change default number of shards
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 5528f21d0861d42378a8eb10759a1e55ddd66c09)
Yehuda Sadeh
03:56 PM Revision 85911df5 (ceph): rgw: orphans, fix check on number of shards
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 47edec359be2a4d230a4a54c0c670d0aa711fa1e)
Yehuda Sadeh
03:56 PM Revision f1c7c629 (ceph): rgw: api adjustment following a rebase
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 7cf1f376e7dbc98a44f4a8e78bfa11f84291a941)
Yehuda Sadeh
03:55 PM Revision 62d562d7 (ceph): rgw: iterate asynchronously over linked objects
Read objects manifest. So that we could keep the relevant info later.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com...
Yehuda Sadeh
03:55 PM Revision 6c6aa5dd (ceph): rgw: add rgw_obj::parse_raw_oid()
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 7c1aa8373a090d5c1b2aa121582547723120a079)
Yehuda Sadeh
03:55 PM Revision 748ea57c (ceph): rgw: iterate over linked objects, store them
only keep part of the oid name if it is in a namespace.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry pick...
Yehuda Sadeh
03:55 PM Revision f4d0544e (ceph): rgw: keep accurate state for linked objects orphan scan
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit f19b2f087cfb5a89edf3b19487c0df3a214e350f)
Yehuda Sadeh
03:55 PM Revision ef81367a (ceph): rgw: compare oids and dump leaked objects
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 1bc63d98ff8a3aa180065153690b4f8a73658b79)
Yehuda Sadeh
03:55 PM Revision 1c370729 (ceph): rgw: modify orphan search fingerprints
Now works with multipart uploads.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit fa61ea2...
Yehuda Sadeh
03:55 PM Revision 00820363 (ceph): rgw: list_objects() sets namespace appropriately
list_objects() now uses parse_raw_oid(), so that it can set the correct
namespace. It only affects users of the funct...
Yehuda Sadeh
03:55 PM Revision 80a40342 (ceph): rgw: stat_async() sets the object locator appropriately
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit d7d117121858155acc8548908e9459a48c676dd1)
Yehuda Sadeh
03:55 PM Revision 88d32c64 (ceph): rgw: cannot re-init an orphan scan job
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit f8993102731518153bb18eb74c3e6e4943a5dbac)
Yehuda Sadeh
03:55 PM Revision f80e2b2b (ceph): radosgw-admin: orphans finish command
A command to remove orphans data
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 55d6f5ec...
Yehuda Sadeh
03:55 PM Revision f244b159 (ceph): radosgw-admin: stat orphan objects before reporting leakage
We don't want to report new objects as leaked, because they might just
be written, and waiting to be linked to a new ...
Yehuda Sadeh
03:55 PM Revision b16129c3 (ceph): Avoid an extra read on the atomic variable
Signed-off-by: Pavan Rallabhandi <pavan.rallabhandi@sandisk.com>
(cherry picked from commit 7476e944af049aefdb8871cce...
Pavan Rallabhandi
03:55 PM Revision c1b0e7a9 (ceph): rgw: initial work of orphan detection tool implementation
So far doesn't do much, iterate through all objects in a specific pool
data, store it in a sharded index.
Signed-off...
Yehuda Sadeh
03:55 PM Revision 7d1cc48b (ceph): rgw-admin: build index of bucket indexes
for the orphan search tool
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 16a2dbd838b69f...
Yehuda Sadeh
03:55 PM Revision 00ecf2d0 (ceph): rgw: async object stat functionality
An async functionality that stats object.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit...
Yehuda Sadeh
03:27 PM Revision 1f6916d5 (ceph): RGW: Make RADOS handles in RGW to be a configurable option
Having a configurable number of RADOS handles is resulting
in significant performance boost for all types of workload...
Pavan Rallabhandi
03:22 PM rgw Backport #12591: rgw: create a tool for orphaned objects cleanup
I think I get it now: this backport depends on https://github.com/ceph/ceph/pull/5612. If applied after it, the "rgw:... Loïc Dachary
02:51 PM rgw Backport #12591: rgw: create a tool for orphaned objects cleanup
@Ken : I'd be interested to know why you had to loose the final commit. When I don't include it this is the error I g... Loïc Dachary
12:59 PM rgw Backport #12591 (In Progress): rgw: create a tool for orphaned objects cleanup
Loïc Dachary
02:12 PM Revision 62e1593c (ceph): KeyValueStore: Fix broken assert statement
Signed-off-by: Haomai Wang <haomaiwang@gmail.com> Haomai Wang
02:11 PM Revision 12ebb730 (ceph): KeyValueStore: Fix getattrs nonexist object need return -ENOENT
Signed-off-by: Haomai Wang <haomaiwang@gmail.com> Haomai Wang
01:57 PM rbd Bug #12611 (Resolved): object_map_update fails with -EINVAL return code
Loïc Dachary
01:57 PM Bug #12577 (Resolved): Inconsistent PGs that ceph pg repair does not fix
Loïc Dachary
01:57 PM devops Bug #12358 (Resolved): ceph.spec.in: radosgw requires apache for SUSE only -- makes no sense
Loïc Dachary
01:57 PM rbd Bug #12165 (Resolved): [ FAILED ] TestLibRBD.ExclusiveLockTransition
Loïc Dachary
01:57 PM devops Bug #11992 (Resolved): rpm: not possible to turn off Java
Loïc Dachary
01:57 PM rgw Bug #11864 (Resolved): error in ext_mime_map_init() when /etc/mime.types is missing
Loïc Dachary
01:57 PM devops Bug #11857 (Resolved): admin/build-doc: script fails silently under certain circumstances
Loïc Dachary
01:57 PM RADOS Bug #11855 (Resolved): ceph osd crush reweight-subtree does not reweight parent node
Loïc Dachary
01:57 PM rbd Bug #11791 (Resolved): A client opening an image mid-resize can result in the object map being in...
Loïc Dachary
01:57 PM rbd Bug #11743 (Resolved): Possible crash while concurrently writing and shrinking an image
Loïc Dachary
01:57 PM Bug #11677 (Resolved): Almost all OSDs in the cluster crashing at the same time, repeatedly
Loïc Dachary
01:57 PM rbd Bug #11537 (Resolved): librbd: crash when two clients try to write to an exclusive locked image
Loïc Dachary
01:56 PM Bug #11354 (Resolved): ceph: cli throws exception on unrecognized errno
Loïc Dachary
01:56 PM Bug #11101 (Resolved): ceph tell: broken error message / misleading hinting
Loïc Dachary
01:51 PM RADOS Backport #12487 (Resolved): ceph osd crush reweight-subtree does not reweight parent node
Loïc Dachary
01:50 PM Backport #12390 (Resolved): PGLog::proc_replica_log: correctly handle case where entries between ...
Loïc Dachary
01:50 PM Revision d3b160ec (ceph): Merge pull request #5374 from dachary/wip-12487-hammer
ceph osd crush reweight-subtree does not reweight parent node
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
01:49 PM Revision 7357659b (ceph): Merge pull request #5380 from dachary/wip-12390-hammer
PGLog::proc_replica_log: correctly handle case where entries between olog.head and log.tail were split out
Reviewed-...
Loïc Dachary
01:36 PM rgw Backport #12853 (In Progress): RGW Swift API: X-Trans-Id header is wrongly formatted
Loïc Dachary
01:32 PM Bug #12861 (Resolved): rados/test_alloc_hint.sh failure
/a/sage-2015-08-29_05:13:00-rados-wip-sage-testing---basic-multi/1037883... Sage Weil
01:25 PM rgw Backport #12854 (In Progress): the arguments 'domain' should not be assigned when return false
Loïc Dachary
01:25 PM Revision a13c7fd7 (ceph): rgw:the arguments 'domain' should not be assigned when return false
Hostnames: [B.A]
Inputs: [X.BB.A]
Return: [false]
Output: [B.A] it is wrong.
Fixes: #12629
Signed-off-by...
Ruifeng Yang
01:23 PM rgw Backport #12855 (In Progress): segmentation fault when rgw_gc_max_objs > HASH_PRIME
Loïc Dachary
01:23 PM Revision 6acf36f8 (ceph): rgw:segmentation fault when rgw_gc_max_objs > HASH_PRIME
obj_names[] is index out of bounds when rgw_gc_max_objs > HASH_PRIME
Fixes: #12630
Signed-off-by: Ruifeng Yang <1492...
Ruifeng Yang
01:19 PM rgw Bug #12750 (Resolved): rgw: wrong removal during iteration over Swift metadata in filter_out_temp...
Loïc Dachary
01:19 PM rgw Bug #12750: rgw: wrong removal during iteration over Swift metadata in filter_out_temp_url()
This bug fix depends on the implementation of http://tracker.ceph.com/issues/11037 which has been merged post hammer ... Loïc Dachary
01:17 PM rgw Bug #11037 (Resolved): RGW Swift API: removing X-Account-Meta-Temp-URL-Key{-2} is not possible wi...
Loïc Dachary
01:06 PM rgw Backport #12859 (In Progress): testGetContentType and testHead failed
Loïc Dachary
12:56 PM Revision 7841455c (ceph): Mon: Make ceph osd metadata support dump all osds
Impl #12801
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
Haomai Wang
12:43 PM rgw Backport #12851 (In Progress): Ensure that swift keys don't include backslashes
Loïc Dachary
12:42 PM Revision 6b365144 (ceph): rgw: avoid using slashes for generated secret keys
Just use plain alphanumeric characterset.
Fixes: #7647
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry pick...
Yehuda Sadeh
12:41 PM rgw Bug #7647: Ensure that swift keys don't include backslashes
https://github.com/ceph/ceph/pull/5297 Loïc Dachary
12:37 PM Backport #12303 (Resolved): arm: all programs that link to librados2 hang forever on startup
Sage Weil
12:36 PM Revision 8f559d58 (ceph): Merge pull request #5366 from dachary/wip-12303-hammer
arm: all programs that link to librados2 hang forever on startup Sage Weil
12:31 PM rgw Backport #12592 (In Progress): RGW returns requested bucket name raw in "Bucket" response header
Loïc Dachary
12:31 PM Revision 8ba6b2f6 (ceph): rgw: url encode exposed bucket
Fixes: #12537
Don't send the bucket name back without url encoding it.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.co...
Yehuda Sadeh
11:42 AM devops Backport #12448 (Resolved): ceph.spec.in: useless %py_requires breaks SLE11-SP3 build
Loïc Dachary
11:42 AM devops Backport #12446 (Resolved): ceph.spec.in: radosgw requires apache for SUSE only -- makes no sense
Loïc Dachary
11:42 AM rgw Backport #12501 (Resolved): error in ext_mime_map_init() when /etc/mime.types is missing
Loïc Dachary
11:42 AM Backport #12494 (Resolved): ceph tell: broken error message / misleading hinting
Loïc Dachary
11:42 AM Backport #12331 (Resolved): ceph: cli throws exception on unrecognized errno
Loïc Dachary
11:42 AM devops Backport #12361 (Resolved): ceph.spec.in: snappy-devel for all supported distros
Loïc Dachary
11:41 AM devops Backport #12269 (Resolved): ceph.spec.in: ceph-common needs python-argparse on older distros, but...
Loïc Dachary
11:41 AM devops Backport #12267 (Resolved): ceph.spec.in: 50-rbd.rules conditional is wrong
Loïc Dachary
11:41 AM devops Backport #11629 (Resolved): ceph.spec.in: SUSE/openSUSE builds need libbz2-devel
Loïc Dachary
11:41 AM devops Backport #11997 (Resolved): ceph.spec.in: rpm: not possible to turn off Java
Loïc Dachary
11:41 AM devops Backport #12293 (Resolved): ceph.spec.in: rpm: cephfs_java not fully conditionalized
Loïc Dachary
11:41 AM Revision d94e7642 (ceph): Merge pull request #5202 from SUSE/wip-12293-hammer
ceph.spec.in: rpm: cephfs_java not fully conditionalized
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:40 AM Revision 11a80d8b (ceph): Merge pull request #5203 from SUSE/wip-11997-hammer
ceph.spec.in: rpm: not possible to turn off Java
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:40 AM Revision a792ae65 (ceph): Merge pull request #5204 from SUSE/wip-11629-hammer
ceph.spec.in: SUSE/openSUSE builds need libbz2-devel
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:40 AM Revision f7e76d2c (ceph): Merge pull request #5207 from SUSE/wip-12267-hammer
ceph.spec.in: 50-rbd.rules conditional is wrong
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:39 AM Revision d1feb041 (ceph): Merge pull request #5216 from SUSE/wip-12269-hammer
ceph.spec.in: ceph-common needs python-argparse on older distros, but doesn't require it
Reviewed-by: Loic Dachary <...
Loïc Dachary
11:39 AM Revision 2dca2ece (ceph): Merge pull request #5264 from SUSE/wip-12361-hammer
ceph.spec.in: snappy-devel for all supported distros
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:39 AM Revision 64fafc95 (ceph): Merge pull request #5368 from dachary/wip-12331-hammer
ceph: cli throws exception on unrecognized errno
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:39 AM Revision 4675971c (ceph): Merge pull request #5371 from dachary/wip-12494-hammer
ceph tell: broken error message / misleading hinting
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:38 AM Revision 53cdcf20 (ceph): Merge pull request #5385 from dachary/wip-12501-hammer
error in ext_mime_map_init() when /etc/mime.types is missing
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:38 AM Revision 362874ca (ceph): Merge pull request #5411 from SUSE/wip-12446-hammer
ceph.spec.in: radosgw requires apache for SUSE only -- makes no sense
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:38 AM Revision 2044f3cd (ceph): Merge pull request #5412 from SUSE/wip-12448-hammer
ceph.spec.in: useless %py_requires breaks SLE11-SP3 build
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:31 AM rbd Backport #12345 (Resolved): librbd: correct issues discovered via lockdep / helgrind
Loïc Dachary
11:31 AM rbd Backport #12235 (Resolved): librbd: crash when two clients try to write to an exclusive locked image
Loïc Dachary
11:30 AM rbd Backport #12236 (Resolved): Possible crash while concurrently writing and shrinking an image
Loïc Dachary
11:30 AM Revision 260e24bb (ceph): Merge pull request #5318 from ceph/wip-12236-hammer
Possible crash while concurrently writing and shrinking an image
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:30 AM Revision dc944fbb (ceph): Merge pull request #5319 from ceph/wip-12235-hammer
librbd: deadlock during cooperative exclusive lock transition
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:29 AM Revision a8c1b4e7 (ceph): Merge pull request #5296 from ceph/wip-12345-hammer
librbd: correct issues discovered via lockdep / helgrind
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:14 AM rbd Backport #12682 (Resolved): object_map_update fails with -EINVAL return code
Loïc Dachary
10:14 AM Revision a39aeeed (ceph): Merge pull request #5559 from ceph/wip-12682-hammer
object_map_update fails with -EINVAL return code
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:12 AM Backport #12583 (Resolved): Inconsistent PGs that ceph pg repair does not fix
Loïc Dachary
10:11 AM Revision 6a949e10 (ceph): Merge pull request #5468 from ceph/wip-12577-hammer
osd: fix repair when recorded digest is wrong
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:07 AM Backport #12433 (Resolved): Show osd as NONE in "ceph osd map <pool> <object> " output
Loïc Dachary
10:06 AM Revision 1e423afd (ceph): Merge pull request #5376 from dachary/wip-12433-hammer
Show osd as NONE in ceph osd map <pool> <object> output
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
09:55 AM Backport #12486 (Resolved): mon: leaked Messenger, MLog on shutdown
Loïc Dachary
09:54 AM Revision 574932b2 (ceph): Merge pull request #5359 from ceph/wip-11470.hammer
mon: PaxosService: call post_refresh() instead of post_paxos_update()
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
09:40 AM Revision 3c8ac540 (ceph): bug fix: librados segmentation fault, extra modify supports aio_xxx() m...
Signed-off-by: Min Chen <minchen@ubuntukylin.com> Min Chen
08:04 AM rgw Backport #12852 (In Progress): test_s3.test_object_copy_canned_acl ... FAIL
Loïc Dachary
08:02 AM rgw Backport #12852: test_s3.test_object_copy_canned_acl ... FAIL
It is needed to fix the regression introduced by #12199. The backport itself is correct, the regression comes from th... Loïc Dachary
07:00 AM Bug #12798 (Fix Under Review): ceph_test_objectstore: keyvaluestore fails tests
https://github.com/ceph/ceph/pull/5713 Kefu Chai
02:40 AM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
Can you attach log file on the osd node producing that error log? Shinobu Kinjo

08/29/2015

05:51 PM Bug #12781 (Resolved): ceph-disk list fails on dmcrypt devices
Loïc Dachary
09:33 AM Bug #12781: ceph-disk list fails on dmcrypt devices
https://github.com/ceph/ceph/pull/5711 Loïc Dachary
09:30 AM Bug #12781 (Fix Under Review): ceph-disk list fails on dmcrypt devices
Loïc Dachary
02:32 PM Revision 54626351 (ceph): Merge pull request #5710 from tchaikov/wip-check-boost_random-mt
configure.ac: check for libboost_random-mt also
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Kefu Chai
12:43 PM rbd Backport #12860 (Resolved): Failure in 'cram -v -- /home/ubuntu/cephtest/archive/cram.client.0/*.t'
Loïc Dachary
12:42 PM rgw Backport #12859 (Resolved): testGetContentType and testHead failed
https://github.com/ceph/ceph/pull/5718 Loïc Dachary
12:41 PM Backport #12858 (Resolved): scrub vs rw lock ordering ooo op
https://github.com/ceph/ceph/pull/4902 Loïc Dachary
12:39 PM rgw Backport #12856 (Resolved): rgw: missing handling of encoding-type=url when listing keys in bucket
https://github.com/ceph/ceph/pull/6527 Loïc Dachary
12:38 PM rgw Backport #12855 (Resolved): segmentation fault when rgw_gc_max_objs > HASH_PRIME
https://github.com/ceph/ceph/pull/5719 Loïc Dachary
12:37 PM rgw Backport #12854 (Resolved): the arguments 'domain' should not be assigned when return false
https://github.com/ceph/ceph/pull/5720 Loïc Dachary
12:37 PM rgw Backport #12853 (Resolved): RGW Swift API: X-Trans-Id header is wrongly formatted
https://github.com/ceph/ceph/pull/5721 Loïc Dachary
12:24 PM Revision 4b07af0a (ceph): Merge pull request #5711 from dachary/wip-12781-dmcrypt
ceph-disk: fix dmcrypt typo
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
12:20 PM rgw Backport #12852 (Resolved): test_s3.test_object_copy_canned_acl ... FAIL
https://github.com/ceph/ceph/pull/6039 Loïc Dachary
12:05 PM rgw Backport #12851 (Resolved): Ensure that swift keys don't include backslashes
https://github.com/ceph/ceph/pull/5716 Loïc Dachary
11:48 AM rbd Backport #12850 (Resolved): Crash during TestInternal.MultipleResize
https://github.com/ceph/ceph/pull/5769 Loïc Dachary
11:46 AM rbd Backport #12849 (Resolved): [ FAILED ] TestLibRBD.BlockingAIO
https://github.com/ceph/ceph/pull/5768 Loïc Dachary
10:49 AM Bug #11787 (Resolved): start_flush: filter out removed snaps before determining snapc's
Loïc Dachary
10:48 AM Backport #12848 (Resolved): ReplicatedPG::hit_set_trim osd/ReplicatedPG.cc: 11006: FAILED assert(...
https://github.com/ceph/ceph/pull/7883 Loïc Dachary
10:47 AM Backport #12847 (Resolved): common: do not insert emtpy ptr when rebuild emtpy bufferlist
https://github.com/ceph/ceph/pull/5764 Loïc Dachary
10:47 AM Backport #12846 (Resolved): osd/PGLog.cc: 732: FAILED assert(log.log.size() == log_keys_debug.siz...
https://github.com/ceph/ceph/pull/5763 Loïc Dachary
10:46 AM Backport #12845 (Resolved): osd/PGLog.cc: 732: FAILED assert(log.log.size() == log_keys_debug.siz...
https://github.com/ceph/ceph/pull/5820 Loïc Dachary
10:45 AM Backport #12844 (Resolved): osd suicide timeout during peering - search for missing objects
https://github.com/ceph/ceph/pull/5762 Loïc Dachary
10:44 AM Backport #12843 (Resolved): long standing slow requests: connection->session->waiting_for_map->co...
https://github.com/ceph/ceph/pull/5761 Loïc Dachary
10:42 AM Backport #12842 (Resolved): is_new_interval: size change should cause new interval
https://github.com/ceph/ceph/pull/5726 Loïc Dachary
10:41 AM Backport #12841 (Resolved): recursive lock of md_config_t (0)
https://github.com/ceph/ceph/pull/5759 Loïc Dachary
10:41 AM Backport #12840 (Resolved): recursive lock of md_config_t (0)
https://github.com/ceph/ceph/pull/5814 Loïc Dachary
10:40 AM Backport #12839 (Resolved): Mutex Assert from PipeConnection::try_get_pipe
https://github.com/ceph/ceph/pull/5758 Loïc Dachary
10:39 AM Backport #12838 (Resolved): Mutex Assert from PipeConnection::try_get_pipe
https://github.com/ceph/ceph/pull/5815 Loïc Dachary
10:38 AM Backport #12837 (Resolved): WBThrottle::clear_object: signal on cond when we reduce throttle values
https://github.com/ceph/ceph/pull/5822 Loïc Dachary
10:38 AM Backport #12836 (Resolved): WBThrottle::clear_object: signal on cond when we reduce throttle values
https://github.com/ceph/ceph/pull/5757 Loïc Dachary
10:35 AM Backport #12835 (Resolved): mon: map_cache can become inaccurate if osd does not receive the osdmaps
https://github.com/ceph/ceph/pull/5773 Loïc Dachary
10:31 AM Backport #12833 (Rejected): mon: drop internal-purpose messages from clients without proper caps
Loïc Dachary
10:06 AM rgw Backport #12593 (In Progress): HTTP return code is not being logged by CivetWeb
Loïc Dachary
09:56 AM Backport #12817 (In Progress): build_incremental() could take 40678 ms to finish
Loïc Dachary
09:55 AM Backport #12816 (In Progress): build_incremental() could take 40678 ms to finish
Loïc Dachary
09:31 AM Revision 3a6c2468 (ceph): ceph-disk: fix dmcrypt typo
Fix the typo introduced by 29431944c77adbc3464a8faeb7e052b24f821780
http://tracker.ceph.com/issues/12781 Fixes: #127...
Loic Dachary
09:29 AM Feature #10887 (Resolved): erasure-code: allow upgrades for shec plugins
Loïc Dachary
09:27 AM Fix #11953 (Rejected): tests: make check does pip install
We don't support Ubuntu precise or CentOS 6.5 anymore Loïc Dachary
09:24 AM Revision d8970f7e (ceph): ceph-fuse: warn and shut down when there is no MDS present
This patch checks the up MDS servers when mounting. If there's
no MDS server up, report in the log then force quit.
...
Yuan Zhou
09:24 AM Bug #10886 (Resolved): integration / theuthology thrasher tests for the shec erasure code plugin
https://github.com/ceph/ceph-qa-suite/pull/476 Loïc Dachary
09:24 AM Revision a0ea0dfd (ceph): ceph_fuse: Adding CEPH_FUSE_NO_MDS_UP flag
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com> Yuan Zhou
09:22 AM Documentation #10345 (Rejected): operations documentations about backfilling needs an update
Documentation updates are necessary but this issue is too vague and too old Loïc Dachary
09:20 AM CephFS Bug #12344 (Can't reproduce): libcephfs-java/test.sh: com.ceph.fs.CephMountTest fails
Loïc Dachary
09:18 AM Revision bb96be0c (ceph): ceph_fuse: Adding fuse_require_active_mds option
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com> Yuan Zhou
09:03 AM Revision 898ebf01 (ceph): Merge pull request #4731 from stiopaa1/cephdetectinitfix
ceph-detect-init/debian/__init__: improved syntax
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
08:58 AM Revision b5af9e18 (ceph): Merge pull request #5503 from zhouyuan/isal_2.14_update
erasure-code: Update ISA-L to 2.14
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
08:49 AM Revision 9b815ed8 (ceph): configure.ac: check for libboost_random-mt also
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:47 AM Revision 3404bb90 (ceph): Merge pull request #5467 from dachary/wip-ceph-release-notes
tools: ceph-release-notes unicode handling
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Loïc Dachary
08:22 AM Revision 27664434 (ceph): mailmap: Abhishek Dixit affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 45af3da0 (ceph): mailmap: Arthur Gorjux affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 2f92ebac (ceph): mailmap: Gaël Fenet-Garde affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 8bd1ac03 (ceph): mailmap: Jean-Rémi Deveaux affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 6f562c67 (ceph): mailmap: Jiaying Ren affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 49bd8a8b (ceph): mailmap: Jevon Qiao affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 0f849a86 (ceph): mailmap: Shawn Chen affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 33a75f11 (ceph): mailmap: Thomas Laumondais affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision c4820258 (ceph): mailmap: Valentin Arshanes affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision ffb36bdb (ceph): mailmap: Wu Xingyi affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 827fbced (ceph): mailmap: Yannick Atchy Dalama affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 33f86933 (ceph): mailmap: Zhi Zhang affiliation
Reviewed-by: Zhi Zhang <zhangz.david@outlook.com>
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary
08:22 AM Revision 94bbd139 (ceph): mailmap: Shotaro Kawaguchi affiliation
Reviewed-by: Shotaro Kawaguchi <kawaguchi.s@jp.fujitsu.com>
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary
08:22 AM Revision dbdf48a8 (ceph): mailmap: Takanori Nakao affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 552ad88c (ceph): mailmap: Joe Handzik affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision aab25836 (ceph): mailmap: Krzysztof Kosiński affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision a7004d73 (ceph): mailmap: Ira Cooper affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 3368f010 (ceph): mailmap: Vikhyat Umrao affiliation
Reviewed-by: Vikhyat Umrao <vumrao@redhat.com>
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary
08:22 AM Revision f4532317 (ceph): mailmap: Clement Lebrun affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 593b1a1e (ceph): mailmap: Gabriel Sentucq affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 1395b51b (ceph): mailmap: Germain Chipaux affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 7040be24 (ceph): mailmap: Guang Yang affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision bb5784d5 (ceph): mailmap: Jordan Dorne affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 8bafdc59 (ceph): mailmap: Kévin Caradant affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 3d4db7e1 (ceph): mailmap: Lucas Fantinel affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 6e2cde7d (ceph): mailmap: Maxime Robert affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 6889f352 (ceph): mailmap: Nicolas Yong affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 805dcc9a (ceph): mailmap: Pierre Chaumont affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision d4f8a5bd (ceph): mailmap: Robin Tang affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision 8e1d9f8b (ceph): mailmap: Sebastien Han affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
08:22 AM Revision c7c59b2b (ceph): mailmap: update h3c organization mailbox
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Signed-off-by: Ce Gu <guce@h3c.com>
Loic Dachary
08:22 AM Revision 384cf19d (ceph): mailmap: Claire Massot affiliation
Signed-off-by: Loic Dachary <ldachary@redhat.com> Loic Dachary
07:24 AM Stable releases Tasks #11644: firefly v0.80.11
fs is green Nathan Cutler
03:29 AM Bug #12100: OSD crash, uexpected aio error in FileJournal.cc
I confirm that it's quite hard to reproduce. If you could provide the followings with me, it would be great help to m... Shinobu Kinjo
03:02 AM Bug #12831 (Rejected): compile failed on gcc-4.8 and boost-1.53
I pull the latest ceph master branch and compile , it's failed,
my configure cmd:
$ ./configure CC=/root/gcc-4.8...
huang jun
12:42 AM rgw Bug #12830: S3 PUT Object returns 411 Length Required after upgrading to 0.94.3
In fact, I think Yehuda's first comment on the original PR hit the nail on the head. "Why not just take precedence of... Jan Harkes
12:37 AM Revision d4869ac9 (ceph): ceph-disk: add multipath support
A multipath device is detected because there is a
/sys/dev/block/M:m/dm/uuid file with the mpath- prefix (or part\w+-...
Loic Dachary
12:37 AM Revision 9a71816f (ceph): tests: obsolete ceph-disk root tests
They were designed to run in a docker container using loop devices
instead of disks. Although this was fit for ceph-d...
Loic Dachary
12:37 AM Revision 38d0e7bd (ceph): ceph-disk: use sys.argv instead of implicit
Make parse_args and main use and argument instead of relying on
argparse.ArgumentParser implicit use of sys.argv. It ...
Loic Dachary
12:37 AM Revision 982591a9 (ceph): ceph-disk: cosmetic: argparse functions
Split the large parse_args function into separate functions, one for
each subparser.
Signed-off-by: Loic Dachary <ld...
Loic Dachary
12:37 AM Revision 60c22a93 (ceph): ceph-disk: cosmetic: setup_logging function
Split the main function to extract the verbose handling part into the
setup_logging function.
Signed-off-by: Loic Da...
Loic Dachary
12:37 AM Revision 5fd9486c (ceph): ceph-disk: fix dmcrypt typo
Fix the typo introduced by 29431944c77adbc3464a8faeb7e052b24f821780
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary
12:37 AM Revision 796a1403 (ceph): ceph-disk: implement list --format json
The ceph-disk list command is reworked in two parts:
1) the list_devices function that build an internal structure ...
Loic Dachary
12:37 AM Revision 8c586e63 (ceph): ceph-disk: CentOS 7 is systemd
http://tracker.ceph.com/issues/12786 Fixes: #12786
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Loic Dachary
12:37 AM Revision b04bfd12 (ceph): tests: remove dead scripts
Revert 2d0d388162fba25af828ad2cb16560a6d00f2337 which introduced scripts
that were never actually used.
Signed-off-b...
Loic Dachary
12:37 AM Revision d447098c (ceph): ceph-disk: implement workunit
This new ceph-disk workunit re-implements the tests that previously were
in the src/test/ceph-disk.sh src/test/ceph-d...
Loic Dachary
12:37 AM Revision 5ce7ed1b (ceph): ceph-disk: integration tests for multipath
Add integration tests for multipath to the ceph-disk workunit, with the
following caveats:
A workaround is added (ex...
Loic Dachary
12:37 AM Revision f9cbd792 (ceph): tests: ceph-disk tests may use system ceph-{mon,osd}
Allow ceph-disk.sh to run to test ceph as installed from packages.
When run from sources, ceph-disk.sh is expected t...
Loic Dachary
12:37 AM Revision 0e34742b (ceph): ceph-disk: is_mpath predicate for multipath devices
The is_mpath predicate returns True if a device is managed by
multipath. It is based on the devicemapper uuid content...
Loic Dachary
12:37 AM Revision aac89719 (ceph): ceph-disk: replace partx with partprobe
Older distributions that required partx (CentOS 6 and the like) are no
longer supported and the partx fallback can be...
Loic Dachary
12:37 AM Revision 2fca91eb (ceph): ceph-disk: --verbose shows a stack trace on error
When running with --verbose, do not hide the stack trace from the user
when an exception is raised. It is most helpfu...
Loic Dachary
12:37 AM Revision 3bc95dfc (ceph): ceph-disk: multipath support for is_partition and list_partitions
The is_partition predicate and the list_partitions function support
devices managed by multipath.
A set of helpers d...
Loic Dachary
12:37 AM Revision 77ff7c3d (ceph): ceph-disk: multipath support for split_dev_base_partnum
split_dev_base_partnum returns the path of the whole disk in
/dev/mapper. The base variable name to designate the dev...
Loic Dachary
12:37 AM Revision a1014180 (ceph): ceph-disk: rework get_partition_{type,uuid}
Mimic the get_partition_type implementation after get_partition_uuid
and factorize them to reduce the code footprint....
Loic Dachary
12:37 AM Revision 7e5a69bc (ceph): ceph-disk: is_held must ignore multipath devices
Always return an empty list when is_held is called on a multipath
device.
The dmcrypt logic base decisions depending...
Loic Dachary
12:36 AM Revision 42ad86e1 (ceph): udev: add devicemapper to partuuid-workaround
The dm-* devices are not excluded and will have by-partuuid symlinks
etc. This will include devices managed by multip...
Loic Dachary
 

Also available in: Atom