Project

General

Profile

Activity

From 07/14/2016 to 08/12/2016

08/12/2016

11:30 PM Revision aaac8363 (ceph): Merge pull request #10208 from BlaXpirit/cmake-py3
Include Python 3 bindings into the cmake build and make packages for them
Reviewed-by: Nathan Cutler <ncutler@suse.c...
Josh Durgin
10:48 PM Revision c160f718 (ceph): client: add a testcase for "/.." handling
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
10:48 PM Revision 30d4ca01 (ceph): client: don't use special faked-up inode for /..
The CEPH_INO_DOTDOT thing is quite strange. Under most OS (Linux
included), the parent of the root is itself. IOW, at...
Jeff Layton
10:05 PM Bug #17021 (Can't reproduce): make check: unittest_bluefs crashes
From https://jenkins.ceph.com/job/ceph-pull-requests/10423/consoleFull... Josh Durgin
09:34 PM Revision d5274a3a (ceph): rgw: fix subuser rm command failure
Fixes: 14375
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit bbc06e70b49b2917ee6398572...
Orit Wasserman
09:34 PM Revision f9637743 (ceph): rgw: add a method to purge all associate keys when removing a subuser
Fixes: #12890
When removing a subuser, make sure all of its keys, including the swift key and possible s3 keys, are ...
Sandy Xu
09:30 PM Revision 3ca6cc22 (ceph): mon/PGMonitor: move C_Stats struct to cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:52 PM Revision 2d0ea2b4 (ceph): rgw_file: fix/update rgw_create flag arguments
Allow passing POSIX open flags as well as api call flags. Needed
for NFS3 support.
Signed-off-by: Matt Benjamin <mb...
Matt Benjamin
07:38 PM Revision bb7c8362 (ceph): os/bluestore/BlueFS: _should_compact_log
Signed-off-by: Varada Kari <varada.kari@sandisk.com> Sage Weil
07:38 PM Revision 58989e1e (ceph): os/bluestore/BlueFS: _replay(false) to dump log file
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:38 PM Revision 2844f44b (ceph): Merge pull request #10685 from liewegas/wip-bluefs-extent
os/bluestore/bluefs_types: fix extent operator<< Sage Weil
07:36 PM rbd Feature #12901 (Resolved): librbd: zone + zonegroup configuration
Jason Dillaman
07:33 PM rbd Feature #14410: snapshots need to support internal vs external use cases
This would also be helpful for consistency group snapshots. Jason Dillaman
07:32 PM rbd Subtask #14417 (Resolved): Interlock RBD mirroring daemon and acquiring exclusive lock
Jason Dillaman
07:30 PM rbd Subtask #14739 (Can't reproduce): Support deleting a journal when its being replayed by the RBD m...
Jason Dillaman
07:30 PM rbd Feature #11766 (Resolved): rbd-mirror: basic structure
Jason Dillaman
07:25 PM rbd Feature #4389 (Closed): get md5 of image
You can run 'rbd export <image-spec> - | <favorite checksum command>". Jason Dillaman
07:19 PM rbd Feature #2231 (Resolved): librbd: expose header change (resize?) via api
Included in commit 9952b75a0c8c9bed9792cb77671fd5588f32630f Jason Dillaman
07:11 PM rbd Subtask #17020 (Resolved): rbd-mirror HA: pool replayer should be started/stopped when lock acqui...
This will ensure that only a single rbd-mirror process is replicating a single pool. Jason Dillaman
07:09 PM rbd Subtask #17019 (Resolved): rbd-mirror HA: create pool locker / leader class
This would establish the watch on the rbd_mirror_leader object, attempt to lock it, watch for heartbeats if the lock ... Jason Dillaman
07:07 PM rbd Subtask #17018 (Resolved): rbd-mirror HA: add new lock released/acquired and heartbeat messages
Need to decide if these notifications should be sent against existing rbd_mirroring object or new rbd_mirror_leader o... Jason Dillaman
07:01 PM rbd Subtask #17017 (Resolved): rbd-mirror HA: move librbd::image_watcher::Notifier to librbd::object_...
Need a generic asynchronous watch/notification framework Jason Dillaman
06:59 PM rbd Subtask #17016 (Resolved): rbd-mirror HA: create a generic/re-usable managed lock class
This should be based on the existing librbd ExclusiveLock class (and associated namespace helpers). It should support... Jason Dillaman
06:57 PM Revision dce782ce (ceph): Merge pull request #10676 from Yan-waller/yj-wip-rgwdocmultisite
rgw/doc: fix indent
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:56 PM rbd Subtask #17015 (Resolved): rbd-mirror HA: cls_lock needs the ability to update lock cookie
In order to support blacklisting a client, the watch cookie is stored encoded within the lock cookie. Need a way to u... Jason Dillaman
06:54 PM rbd Feature #17014 (Resolved): rbd-mirror: add support for active/passive daemon instances
See http://pad.ceph.com/p/rbd_mirror_scale Jason Dillaman
06:50 PM rbd Bug #16773 (In Progress): FAILED assert(m_image_ctx.journal == nullptr)
Jason Dillaman
06:50 PM rbd Bug #16529 (Fix Under Review): "[ FAILED ] TestClsRbd.mirror_image" in upgrade:jewel-x-master-d...
*PR*: https://github.com/ceph/ceph/pull/10714
*QA suite PR*: https://github.com/ceph/ceph-qa-suite/pull/1116
Jason Dillaman
06:40 PM rbd Bug #16529 (In Progress): "[ FAILED ] TestClsRbd.mirror_image" in upgrade:jewel-x-master-distro...
Jason Dillaman
06:44 PM Revision 0891ede5 (ceph): qa/workunits: support filtering cls_rbd unit test cases
Fixes: http://tracker.ceph.com/issues/16529
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:39 PM Revision 73e4c65c (ceph): librbd: new journal policy to disable initializing the journal
This will be used in the case where the journal is being disabled.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:39 PM Revision 6afb884d (ceph): librbd: permit disabling journaling if in corrupt state
Fixes: http://tracker.ceph.com/issues/16740
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:33 PM Linux kernel client Feature #17013: wire up SG_IO pages 0x83 and possibly 0x80 for /dev/rbd devices?
Blocked by #17012. Ilya Dryomov
06:31 PM Linux kernel client Feature #17013 (New): wire up SG_IO pages 0x83 and possibly 0x80 for /dev/rbd devices?
It is desired to identify every RBD uniquely just from the device file. It will help in using RBD devices as drop in ... Ilya Dryomov
06:19 PM rbd Bug #16898 (Fix Under Review): "TestLibRBD.UpdateFeatures" tests failed in upgrade:client-upgrade...
*PR*: https://github.com/ceph/ceph/pull/10713 Jason Dillaman
06:18 PM rbd Bug #16898 (In Progress): "TestLibRBD.UpdateFeatures" tests failed in upgrade:client-upgrade-infe...
Jason Dillaman
06:18 PM rbd Feature #17012: generate a UUID for image HEAD and each snapshot at image/snapshot creation time
Should probably add tune2fs -U functionality as well. Ilya Dryomov
05:22 PM rbd Feature #17012 (New): generate a UUID for image HEAD and each snapshot at image/snapshot creation...
See http://marc.info/?l=ceph-devel&m=147101148114069&w=2 for context.
The only question here is old images. May n...
Ilya Dryomov
06:16 PM Revision 0ee705fb (ceph): test: librbd features test case should only disable active features
Fixes: http://tracker.ceph.com/issues/16898
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:06 PM Revision 41aa39f5 (ceph): Merge pull request #10448 from pritha-srivastava/wip_s3_v2_localauth_re...
rgw: Rework of s3 v2 local authentication code.
verfied: f23, subset of s3tests
Matt Benjamin
04:41 PM rbd Bug #16740 (Fix Under Review): Cannot disable journaling or remove non-mirrored, "non-primary" image
*PR*: https://github.com/ceph/ceph/pull/10712 Jason Dillaman
03:45 PM rbd Feature #17010 (Resolved): RBD default features should be negotiated with the OSD
For example, attempting to create an image with a Jewel librbd client against a Hammer OSD will result in failure sin... Jason Dillaman
03:41 PM Revision 40fc75ef (ceph): Merge pull request #10693 from dreamhost/wip-15975-jewel
rgw: Fallback to Host header for bucket name.
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
03:21 PM Bug #16994: "No package python-rados available" in upgrade:hammer-x-jewel-distro-basic-vps
Also in http://qa-proxy.ceph.com/teuthology/teuthology-2016-08-11_18:15:02-upgrade:hammer-x-jewel-distro-basic-vps/35... Yuri Weinstein
03:13 PM Revision cc42cbf8 (ceph): os/bluestore/ExtentFreelistManager: move default create out of parent
The only other instance of FreelistManager defines this
differently anyway.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:03 PM Revision f8263dce (ceph): Merge pull request #10449 from ifed01/wip-bluestore-bluestore-perfcnt
os/bluestore: add perf counters for compression effectiveness and space utilization measurements
Reviewed-by: Sage W...
Sage Weil
02:50 PM Bug #16997: zfs: lfn attr not present causing osd backfilling to not progress
Sam,
My apologies. Here is an update, public link: https://github.com/bjfelton/ceph/tree/clc_hammer_patch
Also...
Brian Felton
02:39 PM Revision ada29f7f (ceph): rgw_file: fix/update rgw_open flag arguments
Allow passing POSIX open flags as well as api call flags. Needed
for NFS3 support.
Signed-off-by: Matt Benjamin <mb...
Matt Benjamin
02:22 PM Revision b61ee467 (ceph): Merge pull request #10193 from yehudasa/wip-16435
rgw: fix issue 16435
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
01:58 PM rbd Bug #16984 (Fix Under Review): Disabling pool mirror mode with registered peers results orphaned ...
*PR*: https://github.com/ceph/ceph/pull/10711 Jason Dillaman
12:30 PM rbd Bug #16984 (In Progress): Disabling pool mirror mode with registered peers results orphaned mirro...
Jason Dillaman
01:52 PM Revision 7cfedb54 (ceph): librbd: fix possible inconsistent state when disabling mirroring
Fixes: http://tracker.ceph.com/issues/16984
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:40 PM Revision 44ad8c55 (ceph): Merge pull request #10706 from xiexingguo/xxg-wip-fix-mondbstore
mon/MonDBStore: fix assert which never fires
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:38 PM Revision 8bf851c4 (ceph): Merge pull request #10704 from chhabaramesh/master
os/bluestore/BitAllocator: batch is_allocated bit checks
Reviewed-by: Ramesh Chander <Ramesh.Chander@sandisk.com>
Sage Weil
01:34 PM Revision 5e36516b (ceph): Merge pull request #10689 from liewegas/wip-bluestore-hex-extents
os/bluestore: print bluefs_extents in hex
Reviewed-by: Varada Kari <varada.kari@sandisk.com>
Sage Weil
01:12 PM rgw Backport #16393 (Fix Under Review): jewel: rgw: Swift's object versioning doesn't support restori...
PR: https://github.com/ceph/ceph/pull/10710. Radoslaw Zarzynski
10:24 AM rgw Backport #16393 (In Progress): jewel: rgw: Swift's object versioning doesn't support restoring a ...
No problem, Loic. I will take care of that. Radoslaw Zarzynski
01:09 PM Revision f2061d2d (ceph): doc/install: Use https:// for download.ceph.com
While the Ceph RPMs etc. are GPG signed, there are various
attacks against signed RPMs without signed/trusted *metada...
Colin Walters
12:28 PM rbd Bug #16967 (Fix Under Review): rbd bench-write: seg fault when "--io-size" is larger than image s...
*PR*: https://github.com/ceph/ceph/pull/10708 Jason Dillaman
12:19 PM rbd Bug #16967 (In Progress): rbd bench-write: seg fault when "--io-size" is larger than image size
Jason Dillaman
12:26 PM Revision 113775eb (ceph): rbd: bench io-size should not be larger than image size
Fixes: http://tracker.ceph.com/issues/16967
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:23 PM Revision b5b3e5c9 (ceph): rgw: Rework of s3 v2 local authentication code.
The v2 local auth code has been reworked based on the new new authentication infrastructure.
Signed-off-by: Pritha S...
Pritha Srivastava
11:30 AM Revision 8e1b3088 (ceph): rpm: Remove trailing whitespace in usermod command (SUSE)
Trailing whitespace after the backslash on the -d line of the
usermod command effectively splits it in two, breaking ...
Tim Serong
11:27 AM RADOS Bug #16890: rbd diff outputs nothing when the image is layered and with a writeback cache tier
https://github.com/ceph/ceph/pull/10626 Chao Zhao
11:18 AM CephFS Bug #16640: libcephfs: Java bindings failing to load on CentOS

So, the PR had a passing test run:
https://github.com/ceph/ceph-qa-suite/pull/1084
http://pulpito.ceph.com/jspray...
John Spray
11:14 AM Backport #16680 (Resolved): hammer: config set with negative value results in "error setting 'fil...
Brad Hubbard
11:04 AM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...
> but doesn't tell why the OSDs will not advance in maps and require a restart to do so.
assuming you are talking ...
Kefu Chai
10:44 AM rgw Bug #17009 (Closed): rgw: leak in RGWLC::start_process
Orit Wasserman
10:35 AM rgw Bug #17009 (Closed): rgw: leak in RGWLC::start_process
http://qa-proxy.ceph.com/teuthology/owasserm-2016-07-29_17:43:49-rgw-wip-orit-testing---basic-smithi/340269/remote/sm... Orit Wasserman
10:23 AM Revision da2960f9 (ceph): Merge pull request #10291 from badone/wip-13829-hammer
hammer: config set with negative value results in "error setting 'filestore_merge_threshold' to '-40': (22) Invalid a... Nathan Cutler
10:12 AM Revision 32a04b03 (ceph): rgw: improve handling account privilege level in the auth infrastructure.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
09:56 AM rgw Backport #16317 (Resolved): hammer: rgw: bucket listing following object delete is partial
Loïc Dachary
09:56 AM Backport #16343 (Resolved): hammer: boost uuid makes valgrind complain
Loïc Dachary
09:55 AM rgw Backport #16734 (Resolved): hammer: Bucket index shards orphaned after bucket delete
Loïc Dachary
09:53 AM rbd Backport #17008 (Closed): jewel: Support asynchronous v2 image creation/cloning
Loïc Dachary
09:51 AM rgw Bug #15243 (Resolved): rgw: can't remove non-versioned object after enabling versioning on bucket
Loïc Dachary
09:48 AM Backport #17007 (Resolved): jewel: ceph-disk should timeout when a lock cannot be acquired
https://github.com/ceph/ceph/pull/10758 Loïc Dachary
09:48 AM rgw Backport #17006 (Resolved): jewel: Increase log level for messages occuring while running rgw adm...
https://github.com/ceph/ceph/pull/10765 Loïc Dachary
09:48 AM rbd Backport #17005 (Resolved): jewel: ImageReplayer::is_replaying does not include flush state
https://github.com/ceph/ceph/pull/10790 Loïc Dachary
09:48 AM rbd Backport #17004 (Resolved): jewel: rbd-mirror: FAILED assert(m_state == STATE_STOPPING)
https://github.com/ceph/ceph/pull/10791 Loïc Dachary
09:47 AM Fix #16580 (Pending Backport): ceph-disk should timeout when a lock cannot be acquired
Loïc Dachary
09:44 AM Revision c8c92f8a (ceph): doc: format 2 now is the default image format
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com> Chengwei Yang
09:27 AM Revision 5ff40313 (ceph): cmake: Move Python detection back outside of pybind
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
07:48 AM Backport #15867 (Resolved): hammer: ceph-disk s/by-parttype-uuid/by-parttypeuuid/
Loïc Dachary
07:46 AM Revision 0f67539c (ceph): Merge pull request #10699 from ktdreyer/wip-15867-nroff
jewel: doc: fix by-parttypeuuid in ceph-disk(8) nroff
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
07:27 AM Revision 47c5fb00 (ceph): batch is_allocated bit checks
Signed-off-by: Ramesh Chander <Ramesh.Chander@sandisk.com> Ramesh Chander
07:00 AM Bug #17002 (Won't Fix): pg marked as incomplete during cluster rebalance
*Introduction*
Cluster with 320 OSDs. 1152 TB raw data.
One of our storage servers hung. We rebooted this serve...
Saverio Proto
05:23 AM Revision fed35dd3 (ceph): doc: fix command format
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com> Chengwei Yang
05:21 AM Revision c5ec1cfe (ceph): Merge pull request #10621 from tchaikov/wip-doc
doc: silence sphinx warnings
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
05:20 AM Revision e3b4126c (ceph): doc: fix typo maximum -> minimal
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com> Chengwei Yang
05:20 AM Revision cb2880a1 (ceph): doc: replace cluster name with cluster-name to avoid confusing
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com> Chengwei Yang
04:59 AM devops Bug #11318 (Can't reproduce): gitbuilder-ceph-rpm-centos6-5-amd64-basic won't start loop.sh
This seems to have been resolved Dan Mick
04:37 AM Revision 21b3234b (ceph): osd/OSDMonitor: count pg primed more precisely
The prime_pg_temp() method will return the number of PG primed within
the given OSD. So below here we don't have to d...
xie xingguo
03:43 AM Revision c5f7ee3f (ceph): jewel-x: use jewel-compatible librados tests for upgraded clients
Signed-off-by: Josh Durgin <jdurgin@redhat.com> Josh Durgin
03:39 AM Revision bd70d6dd (ceph): qa: remove tmap_migrate tests from upgrade testing
tmap_upgrade only exists in jewel
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
03:17 AM Revision ccdd5662 (ceph): Merge pull request #10701 from dx9/wip-run-make-cmake-args
run-make-check.sh: pass args to do_cmake.sh
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:56 AM Revision b6585573 (ceph): mon/MonDBStore: fix assert which never fires
The condition is always true and thus the assert never fires,
which is obvious not our plan.
Signed-off-by: xie xing...
xie xingguo
01:43 AM CephFS Bug #16983: mds: handle_client_open failing on open
It's already fixed by https://github.com/ceph/ceph/pull/8778 Zheng Yan
01:38 AM rbd Bug #16855 (Fix Under Review): rbd mirror: after promote, the mirror image often be up+error
*PR*: https://github.com/ceph/ceph/pull/10703 Jason Dillaman
01:28 AM Revision e001e678 (ceph): rgw/doc: fix typo and indent.
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn> Yan Jun
01:23 AM Bug #17001: async messenger osd crash when ms_async_op_thread=1
https://github.com/ceph/ceph/pull/10702 Dong Wu
12:52 AM Bug #17001: async messenger osd crash when ms_async_op_thread=1
through the source code, i found when osd start, it will create 6 messenger:ms_public/ms_cluster/ms_hbclient/ms_hb_ba... Dong Wu
12:37 AM Bug #17001 (Rejected): async messenger osd crash when ms_async_op_thread=1
when use async default config, everything is ok, but when i set ms_async_op_thread=1 and restart osd, then osd crash,... Dong Wu
12:18 AM rbd Bug #17000 (Duplicate): "[ FAILED ] TestLibRBD.LockingPP" in upgrade:hammer-x-infernalis-distro...
Run: http://pulpito.ceph.com/teuthology-2016-08-11_18:05:01-upgrade:hammer-x-infernalis-distro-basic-vps/
Job: 35860...
Yuri Weinstein
12:11 AM Revision a40815a4 (ceph): run-make-check.sh: pass args to do_cmake.sh
Signed-off-by: John Coyle <dx9err@gmail.com> John Coyle

08/11/2016

11:16 PM Backport #15867 (Fix Under Review): hammer: ceph-disk s/by-parttype-uuid/by-parttypeuuid/
nroff change @ https://github.com/ceph/ceph/pull/10699 Ken Dreyer
11:09 PM Backport #15867 (In Progress): hammer: ceph-disk s/by-parttype-uuid/by-parttypeuuid/
On Hammer, the nroff source needs to be regenerated. Ken Dreyer
11:13 PM Revision 0d4b6013 (ceph): doc: fix by-parttypeuuid in ceph-disk(8) nroff
Commit 221efb0b893adbfd7a19df171cf967fee87afcc7 altered the rST source
for the ceph-disk man page. In Hammer, we also...
Ken Dreyer
11:05 PM Revision 49db733b (ceph): qa: add rados test script for upgrades
Disable master tests that are not meant to work on jewel
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
10:35 PM Revision 047aacd6 (ceph): osd: update reture type of get_pg_or_queue_for_pg() to PGRef
As the origin process drops the pg_map_lock and does not hold internal
lock(which is not allowed), it is still a slig...
xie xingguo
10:35 PM Revision 5c707ad0 (ceph): common/WPQ: add sanity check to avoid potential access violation
For dump command, it will be the normal case that rbtree is empty(),
so get_cost() is at risk of accessing violation....
xie xingguo
10:35 PM Revision 7c37af24 (ceph): osd/osd_types: kill undefined_shard() method of pg_shard_t
It is never used by anyone.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
10:12 PM Bug #16997: zfs: lfn attr not present causing osd backfilling to not progress
That github link gives a 404. Samuel Just
10:12 PM Bug #16997: zfs: lfn attr not present causing osd backfilling to not progress
Are there no subdirectories in that directory? I need to see what subdirectories the files in that collection are in. Samuel Just
05:33 PM Bug #16997: zfs: lfn attr not present causing osd backfilling to not progress
# All OSDs are running the same version -- confirmed (I can cut and paste the Ansible-y goodness if you'd like to ver... Brian Felton
05:11 PM Bug #16997: zfs: lfn attr not present causing osd backfilling to not progress
Also, are you using zfs? Samuel Just
05:08 PM Bug #16997: zfs: lfn attr not present causing osd backfilling to not progress
In addition to the above information, can you add a recursive ls of the 33.151d collection on osd 47? Samuel Just
04:09 PM Bug #16997: zfs: lfn attr not present causing osd backfilling to not progress
I need some additional information:
1) Please confirm via the admin socket that all of the osds are running the same...
Samuel Just
03:52 PM Bug #16997: zfs: lfn attr not present causing osd backfilling to not progress
I also wanted to add that I've instructed the pgs to scrub, deep-scrub, and repair, but the cluster never takes these... Brian Felton
01:55 PM Bug #16997 (Can't reproduce): zfs: lfn attr not present causing osd backfilling to not progress
Problem: After removing (out + crush remove + auth del + osd rm) and eventually replacing three osds on a single host... Brian Felton
09:41 PM Revision 5621a9ca (ceph): Lowered third example to keep PG count lower.
Signed-off-by: John Wilkins <jowilkin@redhat.com> John Wilkins
09:12 PM Revision f15b569a (ceph): os/bluestore/BitMapAllocator: align to min_alloc_size on init_rm_free
In init_add_free we only use the min_alloc_size aligned
portion of the provided extent. Since we have some
callers t...
Sage Weil
09:08 PM Revision f1c86c04 (ceph): os/bluestore: do not track bluefs_extents via freelist
We explicitly track bluefs extents in the bluefs_extents
interval_set stored in the superblock. Telling the
freelist...
Sage Weil
08:58 PM Revision 1e01986e (ceph): Merge pull request #9741 from SUSE/wip-16343-hammer
hammer: boost uuid makes valgrind complain
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Sage Weil <sage@...
Nathan Cutler
07:33 PM Revision ec8e11f7 (ceph): Merge pull request #10638 from linuxbox2/rgw-nfs-31
rgw file: remove busy-wait in RGWLibFS::gc()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:09 PM rbd Documentation #16999 (Resolved): RBD quick start guide will fail due to default image features
http://docs.ceph.com/docs/master/start/quick-rbd/
The documentation should be updated to only enable the layering ...
Jason Dillaman
06:02 PM Revision ca332412 (ceph): rgw file: remove busy-wait in RGWLibFS::gc()
This is a background thread. However, CPU is wasted.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin
05:19 PM Revision c44e6165 (ceph): os/bluestore: print bluefs_extents in hex
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:04 PM CephFS Bug #16013: Failing file operations on kernel based cephfs mount point leaves unaccessible file b...
User seeing an assertion failure in the MDS in v10.2.1:
http://lists.ceph.com/pipermail/ceph-users-ceph.com/2016-A...
Patrick Donnelly
05:03 PM CephFS Bug #16983: mds: handle_client_open failing on open
Zheng, I think you fixed this in 4d15eb12298e007744486e28924a6f0ae071bd06 from PR #8778.
Here's the issue from cep...
Patrick Donnelly
05:00 PM Revision ec24ff0c (ceph): Merge pull request #10670 from ceph/wip-cmake
cmake: cleanup Findgperftools.cmake
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
04:57 PM Revision 004a8dd0 (ceph): Merge pull request #10632 from ryneli/fix_ceph_buffer_list
librados: use bufferlist instead of buffer::list in public header
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
04:54 PM Bug #16998: PG::_update_calc_stats wrong for CRUSH_ITEM_NONE up set items
https://github.com/ceph/ceph/pull/10688 Samuel Just
03:57 PM Bug #16998 (Resolved): PG::_update_calc_stats wrong for CRUSH_ITEM_NONE up set items
Samuel Just
04:51 PM Revision 3ff6e8fa (ceph): rgw: Fallback to Host header for bucket name.
RGW should fallback to using the Host header as the bucket name if valid &
possible even when it is NOT a suffix matc...
Robin H. Johnson
04:28 PM Revision 6f77e63b (ceph): os/bluestore/BlueFS: do not op_file_update deleted files
Make truncate and preallocate no-op if the file has been
deleted. Otherwise we may get an op_file_update *after*
the...
Sage Weil
04:20 PM Revision 07a524f2 (ceph): Merge pull request #10633 from dx9/wip-sig
global/signal_handler: use sig_str instead of sys_siglist
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:18 PM Revision 15c761ca (ceph): os/bluestore/bluefs_types: fix extent operator<<
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:17 PM Revision 3f95d6ea (ceph): Merge pull request #10634 from dx9/wip-bit-allocator
bluestore/BitAllocator: Fix deadlock with musl libc
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
04:15 PM Documentation #16996 (Resolved): doc: broken link in SHEC erasure code plugin
Kefu Chai
08:30 AM Documentation #16996: doc: broken link in SHEC erasure code plugin
PR: https://github.com/ceph/ceph/pull/10675 Albert Tu
08:23 AM Documentation #16996 (Resolved): doc: broken link in SHEC erasure code plugin
In "SHEC erasure code plugin":http://docs.ceph.com/docs/master/rados/operations/erasure-code-shec/ page, the *multipl... Albert Tu
04:14 PM Revision addbaf38 (ceph): Merge pull request #10675 from chiehtu/fix-16996
doc: fix broken link in SHEC erasure code plugin
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:11 PM Revision 44718fd2 (ceph): rgw: fix the is_admin paramater in RGWLDAPAuthEngine::get_creds_info().
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
03:54 PM Revision 894a3fa1 (ceph): os/bluestore: fix whitespace
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:50 PM Revision 3111eb62 (ceph): Merge pull request #10215 from ifed01/wip-bluestore-blob-release-fix
os/bluestore: refactor dirty blob tracking along with some related fixes
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:36 PM rbd Feature #15321: Support asynchronous v2 image creation/cloning
Holding this for backport to jewel until required by #15764 Jason Dillaman
03:20 PM rbd Feature #15321: Support asynchronous v2 image creation/cloning
Currently there's support only for async create. Venky Shankar
03:19 PM rbd Feature #15321 (Pending Backport): Support asynchronous v2 image creation/cloning
Venky Shankar
03:28 PM Revision 21d2ba5e (ceph): journal: Support for registering metadata listeners in the Journaler
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit c535eb0399cd649371db233ee1ed01cf5441a4b3)
Ricardo Dias
03:28 PM Revision c2b786ca (ceph): rbd: journal: Support for listening updates on client metadata
Currently we only support listening for image resync requests.
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry ...
Ricardo Dias
03:28 PM Revision 5fe93a43 (ceph): rbd-mirror: image-replayer: Implementation of resync operation
Fixes: http://tracker.ceph.com/issues/15670
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit ...
Ricardo Dias
03:28 PM Revision cbd1ab46 (ceph): rbd-mirror: resync: Added unit tests
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit 8953825956f2a560d17c7b651d1724a95f2f7d1d)
Ricardo Dias
03:28 PM Revision 2ba61a73 (ceph): rbd-mirror: image-replayer: Fix bug in resync listener remotion
Fixes: http://tracker.ceph.com/issues/16488
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit ...
Ricardo Dias
03:28 PM Revision b878f5ff (ceph): rbd-mirror: image-sync: Periodically update sync point object number
Fixes: http://tracker.ceph.com/issues/15108
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit ...
Ricardo Dias
03:28 PM Revision 783bd686 (ceph): rbd-mirror: tests: Support for inflight image sync point update
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit cee543bd96bc99f219024aedbfafc5dcd99abb5a)
Ricardo Dias
03:28 PM Revision 5323ebd4 (ceph): rbd-mirror: Implementation of image-sync throttler
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit c4f926d6980d1efd95771885a11d8cc4ebd2e4c3)
Ricardo Dias
03:28 PM Revision c56d6ec4 (ceph): rbd-mirror: Usage of image-sync throttler in BootstrapRequest
Fixes: http://tracker.ceph.com/issues/15239
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit ...
Ricardo Dias
03:28 PM Revision c9c1216b (ceph): rbd-mirror: tests: ImageSyncThrottler unit tests
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit 8ca9a84f36efa73ad17fd27f545dff3716cd798c)
Ricardo Dias
03:28 PM Revision b657d184 (ceph): rbd-mirror: use async callback when deletion not in-progress
Fixes: http://tracker.ceph.com/issues/16491
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
03:28 PM Revision b71efb09 (ceph): rbd-mirror: ImageReplayer doesn't need image deleted callback
The Replayer will detect that the ImageReplayer is stopped and will
schedule the "wait for deleted" callback before a...
Jason Dillaman
03:28 PM Revision bba78114 (ceph): rbd-mirror: fixed potential leaking image deletion context callback
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 9d1cd90c220f95d23d2694b4f1fb6b2fed073ced)
Jason Dillaman
03:28 PM Revision e7d79909 (ceph): rbd-mirror: cancel image deletion callback on shut down
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c3f1cb3a34e1b4d258877d519e683e25bf65c65a)
Jason Dillaman
03:28 PM Revision bdb2189c (ceph): rbd-mirror: fix potential image replayer state transition race
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 3e224c6c03a6a5de0e179bd788387cfa3ff49e9d)
Jason Dillaman
03:28 PM Revision c8089dea (ceph): qa/workunits/rbd: remove temporary image exports
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 45498d04990861a034e2aad69a93658e018c991a)
Jason Dillaman
03:28 PM Revision 9a6bad3b (ceph): rbd-mirror: ignore empty snapshot sequence mapping
This invalid condition will be gracefully detected and handled
when the snapshot mappings are computed.
Fixes: http:...
Jason Dillaman
03:28 PM Revision 88a7c5c1 (ceph): rbd-mirror: prune sync points referencing missing snapshots
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 378914f6b8a8a8c5517fee8fa186268078fbcbfb)
Jason Dillaman
03:28 PM Revision c2e6d084 (ceph): qa/workunits/rbd: increase writes in large image count test
This will help to test edge cases where the remote image does
or does not own the exclusive lock when the sync starts...
Jason Dillaman
03:28 PM Revision ea9e031e (ceph): test: missing template specialization for unittest_rbd_mirror
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 187e2c87b50d64e93736a42fcf449c55e8550125)
Jason Dillaman
03:28 PM Revision 03c76148 (ceph): test: ensure unique template specializations per test case
With optimizations disabled, there can be cross translation unit
symbol leaking that is not present when inlining is ...
Jason Dillaman
03:28 PM Revision 90d29fc9 (ceph): rbd-mirror: include local pool id in resync throttle unique key
Fixes: http://tracker.ceph.com/issues/16536
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
03:20 PM Bug #16474: OSD scrubs same PG over and over
We are facing the same issue after doubling the number of PGs. Restart of all OSDs stopped this for now.
Example f...
Robert Klikics
02:56 PM rbd Backport #16904 (In Progress): jewel: journal should prefetch small chunks of the object during r...
Jason Dillaman
02:33 PM rgw Backport #16815 (Resolved): radosgw-admin region-map set is not reporting the bucket quota correc...
Ken Dreyer
02:31 PM rbd Backport #16511 (In Progress): jewel: rbd-mirror: 'wait_for_scheduled_deletion' callback might de...
Jason Dillaman
02:27 PM rbd Backport #16512 (In Progress): jewel: rbd-mirror: potential race condition when restarting image ...
Jason Dillaman
02:22 PM rbd Backport #16747 (In Progress): jewel: rbd-mirror: snap rename does not correctly replicate
Jason Dillaman
02:22 PM Revision 5a84b78d (ceph): Merge pull request #10680 from ifed01/wip-bluestore-somefix
os/bluestore: fix improper local var variable in collection_list meth…
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:18 PM Revision e06e508d (ceph): os/bluestore: fix improper local var variable in collection_list method...
Signed-off-by: Igor Fedotov <ifed@mirantis.com> Igor Fedotov
02:10 PM rbd Backport #16735 (In Progress): jewel: rbd-nbd does not properly handle resize notifications
Jason Dillaman
02:09 PM Revision ed73bbef (ceph): Merge pull request #10493 from Yan-waller/yj-wip-librados-0728
rados/client: fix typo
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Sage Weil
02:09 PM Revision fcc00f7a (ceph): test: fsx: fix rbd-nbd daemon logging
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 09710c46d3811e602250f858fe7292925c1e3c06)
Mykola Golub
02:09 PM Revision 63fbed0f (ceph): qa/workunits/rbd: image resize test for rbd-nbd
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit fa58acbb6fcc79e5a9bfd4b86250a0e2b9c8efa1)
Mykola Golub
02:09 PM Revision 3db1a3c8 (ceph): rbd-nbd: use librbd API method to watch image size update
Fixes: http://tracker.ceph.com/issues/15715
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from com...
Mykola Golub
02:08 PM Revision 8f94f5e3 (ceph): librbd: API: methods to watch image stat update
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 9952b75a0c8c9bed9792cb77671fd5588f32630f...
Mykola Golub
02:07 PM Revision 3ea2900b (ceph): Merge pull request #10669 from cbodley/wip-rgw-ldap-auth
rgw: fix for s3tests failure when ldap auth is not applied Matt Benjamin
02:05 PM rbd Backport #16701 (In Progress): jewel: rbd-mirror: image sync throttle needs to use pool id + imag...
Jason Dillaman
01:58 PM Revision de28029c (ceph): Merge pull request #10554 from Vicente-Cheng/wip-16815-hammer
hammer: radosgw-admin region-map set is not reporting the bucket quota correctly
Reviewed-by: Orit Wasserman <owasser...
Orit Wasserman
01:56 PM Revision cb0488c1 (ceph): Merge pull request #10555 from Vicente-Cheng/wip-16317-hammer
hammer: rgw: bucket listing following object delete is partial
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
01:55 PM Revision 0bc2d66d (ceph): Merge pull request #10530 from yehudasa/wip-16412-hammer
rgw: remove bucket index objects when deleting the bucket
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
01:53 PM rbd Backport #16658 (In Progress): jewel: rbd-mirror: gracefully handle being blacklisted
Jason Dillaman
01:36 PM Revision 5683a825 (ceph): cmake: Also build Python bindings for Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
01:36 PM Revision a1347086 (ceph): pybind: Make ceph_volume_client's syntax compatible with Python 3
(just so it passes the bytecompilation step)
Signed-off-by: Oleh Prypin <oleh@pryp.in>
Oleh Prypin
01:36 PM Revision d91d89b7 (ceph): debian: Add packages for Python 3 bindings
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
01:36 PM Revision 73042684 (ceph): rpm: Add packages for Python 3 bindings
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
01:34 PM Revision 014cb509 (ceph): rgw: don't overwrite auth result if ldap is not applicable
this was causing the following s3tests failure:
====================================================================...
Casey Bodley
01:25 PM Linux kernel client Bug #14901 (Resolved): misdirected requests on 4.2 during rebalancing
In 3.14.75, 3.18.39, 4.1.30, 4.4.17 and 4.6.6. Ilya Dryomov
01:04 PM rbd Bug #16980 (Pending Backport): rbd-mirror: FAILED assert(m_state == STATE_STOPPING)
Mykola Golub
01:04 PM Revision b1180740 (ceph): Merge pull request #10667 from dillaman/wip-16980
rbd-mirror: potential race condition during failure shutdown
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
12:55 PM Bug #16400: Ceph OSD crashes suddenly after restart when using bluestore
Here is the archive of the OSD's data partition: http://eftp.smlabs.net/ygorshkov/tracker.ceph.com/tracker.ceph.com-1... Yuri Gorshkov
12:28 PM Bug #16400: Ceph OSD crashes suddenly after restart when using bluestore
We were able to reproduce the bug on our OSDs. Apparently, if ... Yuri Gorshkov
11:58 AM Revision aab9d03e (ceph): ceph-disk: change ownership of init file to ceph:ceph
Fixes: http://tracker.ceph.com/issues/16280
Signed-off-by: Shylesh Kumar <shmohan@redhat.com>
Shylesh Kumar
11:42 AM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...
Logical explanation!
So that solves this 'bug', but doesn't tell why the OSDs will not advance in maps and require...
Wido den Hollander
11:02 AM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...

tl;dr: integer overflow
* it's not specific to the upgrade scenario. this only happens with osds far behind th...
Kefu Chai
06:52 AM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...
I have another log to attach.
I tried adding new OSDs to the cluster and they also have to catch up, which never h...
Wido den Hollander
11:38 AM Revision 73a7a65f (ceph): ceph-disk: do not activate device that is not ready
If the journal (or data) device is not ready when we are activating the
data (or journal) device, just print an info ...
Boris Ranto
11:28 AM Revision 1a5ed2b9 (ceph): os/blueStore: fix discard_unallocated for compressed blob
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
11:28 AM Revision 0c86ed42 (ceph): os/bluestore: remove internal structures from Bluestore.h
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
11:28 AM Revision 2c924766 (ceph): os/bluestore: migrate to refcounting for Blob class instances
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
11:28 AM Revision 6beade75 (ceph): os/bluestore: collect 'dirty' blobs on per-transaction basis to avoid o...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
09:50 AM rgw Backport #15254 (Resolved): hammer: rgw: can't remove non-versioned object after enabling version...
Loïc Dachary
09:50 AM rgw Backport #16381 (Resolved): jewel: comparing return code to ERR_NOT_MODIFIED in rgw_rest_s3.cc (n...
Loïc Dachary
09:50 AM rgw Backport #16392 (Resolved): jewel: rgw: master: build failures with boost > 1.58
Loïc Dachary
09:49 AM Backport #16969 (Resolved): jewel: src/script/subman fails with KeyError: '\n"band'
Loïc Dachary
09:31 AM Revision ec14cf5c (ceph): Merge pull request #9790 from SUSE/wip-16381-jewel
jewel: comparing return code to ERR_NOT_MODIFIED in rgw_rest_s3.cc (needs minus sign)
Reviewed-by: Orit Wasserman <ow...
Orit Wasserman
09:25 AM rgw Bug #16682 (Fix Under Review): ceph jewel failed create s3 tpye subuser from admin rest api
https://github.com/ceph/ceph/pull/10325 Orit Wasserman
09:14 AM Revision 5866fefb (ceph): Merge pull request #8755 from kmroz/wip-hammer-convert-plain-object-to-...
hammer: rgw: convert plain object to versioned (with null version) when removing
Reviewed-by: Orit Wasserman <owasser...
Orit Wasserman
09:13 AM Revision 9bcc3aa7 (ceph): Merge pull request #10486 from badone/wip-double-free-global-static-test
tests: Add test for global static non-POD segfault
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:38 AM Revision 7da19b6d (ceph): LTTng-UST disabled for openSUSE
LTTng-UST not yet supported in openSUSE so do not enable lltng for it.
The (1) is where is defined "is_opensuse"
Rem...
Michel Normand
08:29 AM Bug #15785: valgrind osd leak Pipe::*
* http://pulpito.ceph.com/loic-2016-08-10_23:15:44-rados-jewel---basic-smithi/358138/... Loïc Dachary
08:15 AM Revision 7fca0e50 (ceph): doc: fix broken link in SHEC erasure code plugin
Fixes: http://tracker.ceph.com/issues/16996
Signed-off-by: Albert Tu <albert.t@inwinstack.com>
Albert Tu
06:53 AM Revision 5d9debd5 (ceph): cmake: cleanup Findxio.cmake
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
06:53 AM Revision 96fdb691 (ceph): cmake: cleanup Findleveldb.cmake
* and reference leveldb library and include dir with fullpath
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:16 AM Revision f7bfba80 (ceph): Merge pull request #10629 from ceph/dillaman-rbd-glance-docs
doc: update rbd glance configuration notes
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
06:16 AM rbd Bug #16970 (Pending Backport): ImageReplayer::is_replaying does not include flush state
Mykola Golub
06:15 AM Revision c6e561a5 (ceph): Merge pull request #10627 from dillaman/wip-16970
rbd-mirror: replaying state should include flush action
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
06:06 AM Revision 6c12edbf (ceph): cmake: cleanup Findgperftools.cmake
* remove Findtcmalloc.cmake, use Findgperftools.cmake instead.
* tcmalloc is packaged in gperftools-dev, so we can ch...
Kefu Chai
03:09 AM rbd Bug #16773: FAILED assert(m_image_ctx.journal == nullptr)
If the rbd image header watch is lost ...... Jason Dillaman
02:30 AM rgw Bug #16995 (New): rgw files can't upload
When I upload a file。rgw response ERR_LENGTH_REQUIRED。
this means file length is empty。I see the rgw log,I find ngin...
yao hu
01:19 AM Revision 82e928c6 (ceph): doc: fix rbd map format in rbd manpage
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com> Chengwei Yang

08/10/2016

10:35 PM Bug #16994 (Can't reproduce): "No package python-rados available" in upgrade:hammer-x-jewel-distr...
Seems centos specific
Run: http://pulpito.ceph.com/teuthology-2016-08-10_18:15:01-upgrade:hammer-x-jewel-distro-basi...
Yuri Weinstein
10:09 PM Revision b5a2c1b4 (ceph): librados: use bufferlist instead of buffer::list
Signed-off-by: Ryne Li <lizhenqiangsnake@gmail.com> Ryne Li
09:42 PM Revision f440aec1 (ceph): Merge pull request #10410 from xiexingguo/xxg-wip-bluestore-2016-07-23
os/bluestore: narrow lock scope for cache trim()
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:40 PM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...
Before I go to sleep (long day!) some logs as asked on IRC.
I tried with osd.319 to get it up and running, but it ...
Wido den Hollander
09:22 PM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...
Wido: were you able to get the logs we talked about? Samuel Just
06:50 PM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...
I have some new logs as requested on IRC: https://www.holmes.nl/pub/osd.319-2.log.gz
The journal has now been move...
Wido den Hollander
06:25 PM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...
After a chat with sjust on IRC we think the journal size (100M) might be a issue.
This seems to be a admin error d...
Wido den Hollander
06:07 PM Bug #16982: OSD crash after upgrade to Jewel: give useful error when trying to commit 4000 maps t...
Logs are available at: https://www.holmes.nl/pub/osd.319.log.gz
I have to add, these OSDs are very far behind on O...
Wido den Hollander
05:50 PM Bug #16982 (Resolved): OSD crash after upgrade to Jewel: give useful error when trying to commit ...
While upgrading from Hammer to Jewel I'm seeing this happen on multiple OSDs.
These systems are running Ubuntu 14....
Wido den Hollander
09:06 PM Revision 7e19d0e7 (ceph): Merge pull request #10362 from xiexingguo/xxg-wip-bluefs-2016-07-20
os/bluestore: fix potential access violation
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Mark Nelson <mnel...
Sage Weil
09:05 PM Revision e9de4075 (ceph): Merge pull request #1115 from ceph/wip_add_sterr
Added stderr to the log file in addition to stdout
Reviewed-by: Dan Mick <dmick@redhat.com>
Dan Mick
08:55 PM rbd Bug #16773: FAILED assert(m_image_ctx.journal == nullptr)
Repeated here: http://pulpito.ceph.com/jdillaman-2016-08-08_08:12:47-rbd-wip-jd-testing---basic-vps/354673/
Both c...
Jason Dillaman
08:41 PM Bug #16975: "ReplicatedPG.cc: 3030: FAILED assert(0 == "out of order op")" in rados-jewel-distro-...
Also in upgrades
Run: http://pulpito.ceph.com/teuthology-2016-08-10_04:20:03-upgrade:jewel-x-master-distro-basic-vps...
Yuri Weinstein
08:21 PM Revision 3bdf96c2 (ceph): mon/MDSMonitor: move C_Updated class to .cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:15 PM Revision 704d06e9 (ceph): Added stderr to the log file in addition to stdout
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:32 PM rbd Cleanup #16991 (Resolved): rbd-mirror split-brain issues should be clearly visible in mirror status
Ensure that when a split-brain is detected, the image is moved to the error state under "rbd mirror image status" and... Jason Dillaman
07:29 PM rbd Cleanup #16990 (Resolved): 'rbd image-meta remove' of missing key does not return error
The command should indicate that the operation failed if the image or key doesn't exist. Jason Dillaman
07:12 PM rbd Cleanup #16989 (New): 'rbd mirror pool' commands should report error if action not executed
Jason Dillaman
07:11 PM rbd Cleanup #16989 (Duplicate): 'rbd mirror pool' commands should report error if action not executed
Jason Dillaman
07:11 PM rbd Cleanup #16989 (New): 'rbd mirror pool' commands should report error if action not executed
Some examples:
1. rbd mirror pool enable <PoolName> pool :- Doesn't throw a warning message when the pool is alre...
Jason Dillaman
07:06 PM rbd Bug #16988 (Resolved): 'rbd feature disable' against non-primary image results in hung CLI
The command will continuously repeat an error about requesting the exclusive lock:... Jason Dillaman
07:00 PM rbd Cleanup #16987 (Resolved): 'rbd du' of missing image does not return error
The command should indicate that the operation failed if the image doesn't exist. Jason Dillaman
06:58 PM rbd Cleanup #16986 (New): 'rbd mirror pool peer remove' of missing peer does not return error
The command should indicate that the operation failed if the peer doesn't exist. Jason Dillaman
06:52 PM rbd Cleanup #16985 (Resolved): Improve error reporting from "rbd feature enable/disable"
For example, attempting to enable the journaling feature on an image that doesn't have the exclusive-lock feature ena... Jason Dillaman
06:36 PM rbd Bug #16984 (Resolved): Disabling pool mirror mode with registered peers results orphaned mirrored...
Attempting to disable mirroring while one or more peers are still registered correctly results in an -EBUSY error. Ho... Jason Dillaman
06:20 PM rbd Bug #16980 (Fix Under Review): rbd-mirror: FAILED assert(m_state == STATE_STOPPING)
*PR*: https://github.com/ceph/ceph/pull/10667 Jason Dillaman
01:13 PM rbd Bug #16980 (Resolved): rbd-mirror: FAILED assert(m_state == STATE_STOPPING)
If the journal contains a failed maintenance op followed immediately by a new exclusive lock epoch (e.g. a second mai... Jason Dillaman
06:19 PM Revision 74ec7c91 (ceph): rbd-mirror: potential race condition during failure shutdown
Fixes: http://tracker.ceph.com/issues/16980
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:18 PM CephFS Bug #16983 (Resolved): mds: handle_client_open failing on open
Randy Orr reported an assertion failure on the ceph-users list:... Patrick Donnelly
06:16 PM rgw Bug #16935 (Pending Backport): Increase log level for messages occuring while running rgw admin c...
Casey Bodley
06:12 PM Revision fa127898 (ceph): Merge pull request #10425 from theanalyst/rgw/sync-paren-warn
rgw: kill a compile warning for rgw_sync
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:32 PM Revision ffe2c05d (ceph): Merge pull request #10666 from ceph/wip-cmake
cmake: install platlib into a subdir of build-base dir
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
04:33 PM Revision 831640bb (ceph): rgw: kill a compile warning for rgw_sync
killing the compile warning for
```
/ceph/src/rgw/rgw_sync.cc:1462:12:
warning: suggest explicit braces to avoid amb...
Abhishek Lekshmanan
04:17 PM Revision f83da172 (ceph): Merge pull request #10640 from vmcloud/libcephfs_jni_overflow
libcephfs: Fix the incorrect integer conversion in libcephfs_jni.cc
Reviewed-by: Noah Watkins <noahwatkins@gmail.com>
John Spray
04:14 PM Revision 5444721b (ceph): cmake: install platlib into a subdir of build-base dir
distutils' install command installs all stuff under $build-base, which
includes the temporary files. and rpm packagin...
Kefu Chai
03:33 PM Revision 8662d772 (ceph): Merge pull request #10602 from smanjara/wip-16935
rgw: raise log levels for common radosgw-admin errors
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:21 PM Bug #16981: OSD crashes under moderate write load when using bluestore
We started seeing other OSDs crash with the same symptoms. Seems like it's related to OSD memory usage.
Our enviro...
Yuri Gorshkov
01:36 PM Bug #16981 (Won't Fix): OSD crashes under moderate write load when using bluestore
Hi.
While testing out bluestore, one of our OSDs crashed suddenly outputting the following logs (see below):
Afte...
Yuri Gorshkov
03:00 PM Revision d89873b0 (ceph): Merge pull request #10110 from Yan-waller/yj-wip-rgwrados-0702
rgw: remove possible duplicate setting
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:57 PM Backport #16490 (Rejected): optimal is hammer
Discussed with Sam and Sage today in Core standup. Sam and Sage agreed we won't be pulling this into Hammer - closing. Ken Dreyer
01:56 PM Revision 02d91db7 (ceph): Merge pull request #9585 from vshankar/wip-15321
librbd: asynchronous v2 image creation
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:54 PM Revision a10dddc4 (ceph): Merge pull request #10034 from VictorDenisov/consistency_groups_images
librbd: add consistency groups operations with images
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:48 PM Revision 593558f2 (ceph): doc: update rbd glance configuration notes
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
12:29 PM rgw Backport #16958 (In Progress): jewel: Bug when using port 443s in rgw.
Loïc Dachary
12:28 PM Revision 22c9df1d (ceph): rgw: Fix for using port 443 with pre-signed urls.
Fixes http://tracker.ceph.com/issues/16548
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked fro...
Pritha Srivastava
12:26 PM rgw Backport #16934 (In Progress): jewel: Add zone rename to radosgw_admin
Loïc Dachary
12:26 PM Revision ce5e2504 (ceph): rgw: added zone rename to radosgw_admin
Added zone rename option to radosgw-admin help
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
(cherry picked ...
Shilpa MJ
12:24 PM rgw Backport #16901 (In Progress): jewel: segfault in RGWOp_MDLog_Notify
Loïc Dachary
12:24 PM Revision ce986aa6 (ceph): rgw: RGWMetaSyncCR holds refs to stacks for wakeup
because RGWCoroutine::wakeup() calls RGWCoroutinesStack::wakeup(), the
stack must also stay alive
Fixes: http://trac...
Casey Bodley
12:21 PM rgw Backport #16871 (In Progress): jewel: Have a flavor of bucket deletion in radosgw-admin to bypass...
Loïc Dachary
12:20 PM rgw Backport #16864 (In Progress): jewel: multisite segfault on ~RGWRealmWatcher if realm was deleted
Loïc Dachary
12:19 PM Revision 2485efc2 (ceph): rgw: clear realm watch on failed watch_restart
if the realm is deleted while the gateway has a watch, it's disconnected
and watch_restart() will fail. this results ...
Casey Bodley
12:18 PM rgw Backport #16863 (In Progress): jewel: use zone endpoints instead of zonegroup endpoints
Loïc Dachary
12:18 PM Revision fa2e42d4 (ceph): rgw: use endpoints from master zone instead of zonegroup
Fixes: http://tracker.ceph.com/issues/16834
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
12:10 PM rgw Backport #16862 (In Progress): jewel: "default" zone and zonegroup cannot be added to a realm
Loïc Dachary
12:10 PM Revision a865f26e (ceph): radosgw-admin: zone[group] modify can change realm id
allows the default zone and zonegroup (created with empty realm_id) to
be later added to a realm. the 'modify' comman...
Casey Bodley
12:05 PM rgw Backport #16792 (In Progress): jewel: metadata sync can skip markers for failed/incomplete entries
Loïc Dachary
12:04 PM rgw Backport #16794: jewel: multisite bucket sync doesn't retry objects that it fails to fetch
https://github.com/ceph/ceph/pull/10355/commits/aacc31f72cef6f151459e4a0543850edeeaf1938 does not apply cleanly and i... Loïc Dachary
12:03 PM Revision 92581a38 (ceph): rgw: fix marker tracker completion handling
Was not tracking high markers correctly. Could only work if there was a single
hole in the completion range. Just kee...
Yehuda Sadeh
12:00 PM rgw Backport #16793 (Need More Info): jewel: upgrade from old multisite to new multisite fails
Loïc Dachary
12:00 PM rgw Bug #16751: upgrade from old multisite to new multisite fails
Which pull request contains the associated fix ? Loïc Dachary
11:38 AM rgw Backport #16564 (In Progress): jewel: cors auto memleak
Loïc Dachary
11:03 AM rgw Backport #16564: jewel: cors auto memleak
https://github.com/ceph/ceph/pull/9979/commits/69c6cf551754e51debb4e645716a89e29517f4ee from https://github.com/ceph/... Loïc Dachary
11:37 AM rbd Bug #16741 (Resolved): io getting stuck after advancing journal object set
Yes, it is not reproduced any more, after #16223 was resolved. Mykola Golub
11:37 AM Revision fb36dd0c (ceph): rgw: fix potential memory leaks in RGWPutCORS_ObjStore_S3::get_params
We should free `data` before return or jump to `done_err` label.
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
(cherr...
Yan Jun
11:36 AM rgw Backport #16393: jewel: rgw: Swift's object versioning doesn't support restoring a previous versi...
This does not cherry pick cleanly and the conflicts are non trivial. Since it's a feature, it should probably be done... Loïc Dachary
11:33 AM CephFS Feature #16419: add statx-like interface to libcephfs
Test run mostly passed last night, with only failures for unrelated problems -- the known problem with valgrind on ce... Jeff Layton
11:33 AM Revision c587e9e5 (ceph): Merge pull request #10026 from SUSE/wip-16392-jewel
jewel: master: build failures with boost > 1.58
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:31 AM rgw Bug #14090 (Resolved): rgw: the response XML format of admin policy API is error
Loïc Dachary
11:29 AM rbd Bug #16478: Non-primary image is recording journal events during image sync
PR: https://github.com/ceph/ceph/pull/10462 Mykola Golub
08:37 AM rbd Bug #16478: Non-primary image is recording journal events during image sync
What is the corresponding pull request ? Loïc Dachary
11:22 AM Revision c28c84cb (ceph): Merge pull request #1110 from fullerdj/wip-djf-20160808
cephfs/vstart_runner: add -w option to ps
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:22 AM rgw Bug #15926 (Resolved): radosgw-admin period push --url fails with 'could not find connection'
Loïc Dachary
11:21 AM rgw Backport #15958 (Resolved): jewel: radosgw-admin period push --url fails with 'could not find con...
Loïc Dachary
10:58 AM Backport #16507 (In Progress): jewel: "ceph_test_librbd_api: symbol lookup error: ceph_test_librb...
Loïc Dachary
07:10 AM Backport #16507: jewel: "ceph_test_librbd_api: symbol lookup error: ceph_test_librbd_api: undefin...
h3. Original description
Run: http://pulpito.ceph.com/teuthology-2016-06-26_02:45:02-upgrade:client-upgrade-jewel-...
Loïc Dachary
10:37 AM Revision f5db5a4b (ceph): mon: tolerate missing osd metadata
Just because one OSD's metadata is missing,
don't give up on outputting all the other
OSDs' metadata.
Signed-off-by:...
John Spray
10:36 AM Revision 36e5c864 (ceph): mon: fix metadata dumps for empty lists
Because 'r' was set inside loop, these would
fail to set it (leaving ENOSYS) if no
metadata is present.
Signed-off-b...
John Spray
10:33 AM Revision de99bd53 (ceph): mon: 'std::move` Metadata when updating it
to avoid copying of the std::map
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit dd67eaab0069...
Kefu Chai
10:28 AM Revision 828df399 (ceph): mon: fix 'mon metadata' for lone monitors
Previously, writing to the store was only
triggered when MMonMetadata was received
from peers, so if you had a single...
John Spray
10:25 AM Revision 308f5143 (ceph): ceph.spec.in: fix rpm package building error as follows:
error: Installed (but unpackaged) file(s) found:
/usr/lib/udev/rules.d/60-ceph-by-parttypeuuid.rules
Signed-of...
runsisi hust
10:24 AM Revision 727a704e (ceph): udev: always populate /dev/disk/by-parttypeuuid
ceph-disk activate-all walks /dev/disk/by-parttypeuuid at boot time. It
is not necessary when udev fires ADD event fo...
Loic Dachary
10:22 AM rgw Backport #16702 (New): jewel: multisite: bucket sync failures with tenant users
First backport attempt: https://github.com/ceph/ceph/pull/10522
This require a number of non trivial conflict reso...
Loïc Dachary
09:26 AM Revision c805ab35 (ceph): Merge pull request #10643 from tchaikov/wip-cmake
cmake: fix wrong path introduced by bb163e9
Reviewed-by: Oleh Prypin <oleh@pryp.in>
Kefu Chai
08:54 AM rbd Backport #16658: jewel: rbd-mirror: gracefully handle being blacklisted
https://github.com/ceph/ceph/commit/48f301decbf1f27937bb77a3b47e54933f272d7d conflicts Loïc Dachary
08:52 AM rbd Backport #16978: jewel: rbd-mirror: FAILED assert(m_on_update_status_finish == nullptr)
https://github.com/ceph/ceph/commit/6a465d9dad417e8b52909c5478f7e3e433748948 conflicts Loïc Dachary
07:03 AM rbd Backport #16978 (Resolved): jewel: rbd-mirror: FAILED assert(m_on_update_status_finish == nullptr)
https://github.com/ceph/ceph/pull/10792 Loïc Dachary
08:49 AM rbd Backport #16951 (In Progress): jewel: ceph 10.2.2 rbd status on image format 2 returns "(2) No su...
Loïc Dachary
08:49 AM Revision 775c78d4 (ceph): librbd: prevent creation of v2 image ids that are too large
The librbd API is capped at 24 characters for expressing the
object prefix for data blocks (including trailing null b...
Jason Dillaman
08:47 AM Revision 2209a8c6 (ceph): Merge pull request #10557 from wjwithagen/wip-wjw-test-onexit
test: More portable use of mmap(MAP_ANON)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:43 AM rbd Backport #16950: jewel: librbd/ExclusiveLock.cc: 197: FAILED assert(m_watch_handle != 0)
https://github.com/ceph/ceph/pull/10574/commits/814c305ce8c35b5ce01d7e29a912d5ef3978754b conflicts Loïc Dachary
08:42 AM rgw Bug #16968: synchonized bucket can't be used in other zonegroup
Data synchronization happens between zones within same zonegroup. Buckets can only accessed on the zonegroup where th... Yehuda Sadeh
08:39 AM rbd Backport #16904: jewel: journal should prefetch small chunks of the object during replay
https://github.com/ceph/ceph/commit/dad8328f2d502d18923c35f7b86a0cc2ccec133a conflicts Loïc Dachary
08:37 AM rbd Backport #16903 (Need More Info): jewel: Non-primary image is recording journal events during ima...
Loïc Dachary
08:35 AM rbd Backport #16902: jewel: rbd-mirror: image deleter should use pool id + global image uuid for key
https://github.com/ceph/ceph/commit/25203a8a9d59ff025d223ec1afaeb14946d54993 conflicts Loïc Dachary
08:30 AM rbd Backport #16869 (In Progress): jewel: Discard hangs when 'rbd_skip_partial_discard' is enabled
Loïc Dachary
08:25 AM rbd Backport #16868 (In Progress): jewel: Prevent the creation of a clone from a non-primary mirrored...
Loïc Dachary
08:25 AM Revision 2b272126 (ceph): librbd: prevent creation of clone from non-primary mirrored image
Fixes: http://tracker.ceph.com/issues/16449
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from com...
Mykola Golub
08:24 AM rbd Backport #16867 (In Progress): jewel: mkfs.xfs slow performance with discards and object map
Loïc Dachary
08:24 AM Revision 9fc5b415 (ceph): librbd: optimize away unnecessary object map updates
Fixes: http://tracker.ceph.com/issues/16689
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:23 AM Revision 81a25347 (ceph): rbd-replay: decode and replay discard IO operations
Fixes: http://tracker.ceph.com/issues/16707
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:23 AM rbd Backport #16796 (In Progress): jewel: Renaming old format image results in "Transport endpoint is...
Loïc Dachary
08:22 AM rbd Backport #16747: jewel: rbd-mirror: snap rename does not correctly replicate
https://github.com/ceph/ceph/commit/2f4cb26d8bbd1457bc261547103b56ad40b3c464 cherry-picks ok, but https://github.com/... Loïc Dachary
08:19 AM rbd Backport #16735: jewel: rbd-nbd does not properly handle resize notifications
https://github.com/ceph/ceph/commit/9952b75a0c8c9bed9792cb77671fd5588f32630f conflicts Loïc Dachary
08:18 AM rbd Backport #16701: jewel: rbd-mirror: image sync throttle needs to use pool id + image id to form u...
https://github.com/ceph/ceph/commit/8ad36cab7cbf3492bfa972b43e4a5f75a110bfe6 conflicts Loïc Dachary
08:15 AM rbd Backport #16593 (In Progress): jewel: FAILED assert(object_no < m_object_map.size())
Loïc Dachary
08:14 AM Revision 5968664f (ceph): librbd: failed assertion after shrinking a clone image twice
Fixes: http://tracker.ceph.com/issues/16561
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:13 AM rbd Backport #16576 (In Progress): jewel: rbd-mirror: FAILED assert(m_local_image_ctx->object_map != ...
Loïc Dachary
08:13 AM Revision 8316b6a6 (ceph): rbd-mirror: gracefully fail if object map is unavailable
If the exclusive lock was lost due to a watch failure from an
overloaded cluster, gracefully abort the image sync.
F...
Jason Dillaman
08:07 AM rbd Backport #16513 (In Progress): jewel: rbd-mirror: image-replayer: segfault when removing resync l...
Loïc Dachary
08:03 AM rbd Backport #16458 (In Progress): jewel: Potential crash during journal::Replay shut down
Loïc Dachary
08:03 AM Revision 18a66cb3 (ceph): librbd: journal::Replay no longer holds lock while completing callback
Fixes: http://tracker.ceph.com/issues/16433
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:02 AM rbd Backport #16373 (In Progress): jewel: rbd-mirror: gracefully handle missing sync point snapshots
Loïc Dachary
07:59 AM Revision 300aedd8 (ceph): cmake: fix wrong path introduced by bb163e9
s/CYTHON_MODULE_LIB/CYTHON_MODULE_DIR/
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:21 AM rbd Bug #16471 (Resolved): Image removal doesn't necessarily clean up all rbd_mirroring entries
Loïc Dachary
07:21 AM rbd Bug #16470 (Resolved): Timeout sending mirroring notification shouldn't result in failure
Loïc Dachary
07:21 AM rbd Bug #16450 (Resolved): Close journal and object map before flagging exclusive lock as released
Loïc Dachary
07:21 AM rbd Bug #16446 (Resolved): ExclusiveLock object leaked when switching to snapshot
Loïc Dachary
07:21 AM rbd Bug #16445 (Resolved): Whitelist EBUSY error from "snap unprotect" for journal replay
Loïc Dachary
07:21 AM rbd Bug #16411 (Resolved): rbd-mirror should disable proxied maintenance ops for non-primary image
Loïc Dachary
07:21 AM rbd Bug #16364 (Resolved): Crash when utilizing advisory locking API functions
Loïc Dachary
07:21 AM rbd Bug #16363 (Resolved): Journal duplicate op detection can cause lockdep error
Loïc Dachary
07:21 AM rbd Bug #16362 (Resolved): Journal needs to handle duplicate maintenance op tids
Loïc Dachary
07:21 AM rbd Bug #16352 (Resolved): rbd-mirror: ensure replay status formatter has completed before stopping r...
Loïc Dachary
07:21 AM rbd Bug #16350 (Resolved): Object map/fast-diff invalidated if journal replays the same snap remove e...
Loïc Dachary
07:21 AM rbd Bug #16348 (Resolved): Unable to disable journaling feature if in unexpected mirror state
Loïc Dachary
07:21 AM Messengers Bug #16237 (Resolved): AsyncConnection::lockmsg/async lockdep cycle: AsyncMessenger::lock, MDSDae...
Loïc Dachary
07:21 AM rbd Bug #16230 (Resolved): rbd-mirror: potential race condition accessing local image journal
Loïc Dachary
07:21 AM rbd Bug #16198 (Resolved): Possible race condition during journal transition from replay to ready
Loïc Dachary
07:21 AM rbd Bug #15761 (Resolved): When journaling is enabled, a flush request shouldn't flush the cache
Loïc Dachary
07:03 AM Stable releases Tasks #16344: jewel v10.2.3
h3. fs... Loïc Dachary
07:01 AM Stable releases Tasks #16344: jewel v10.2.3
h3. powercycle... Loïc Dachary
07:00 AM Stable releases Tasks #16344: jewel v10.2.3
h3. rgw... Loïc Dachary
06:59 AM Stable releases Tasks #16344: jewel v10.2.3
h3. rbd... Loïc Dachary
06:55 AM Stable releases Tasks #16344: jewel v10.2.3
h3. rados ... Loïc Dachary
06:47 AM Revision 8ff2b8e7 (ceph): rgw: raise log levels for common radosgw-admin errors
Currently while running radosgw-admin command we see these messages thrown at
the endusers since debug level is set t...
Shilpa MJ
06:11 AM Revision 9c3fe46a (ceph): doc/radosgw: fix description of response elements 'Part'
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn> wei qiaomiao
04:07 AM Revision 0911db3b (ceph): Merge pull request #9848 from dx9/wip-ac-boost
configure.ac: add _LIBS variables for boost_system and boost_iostreams
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:33 AM Revision 2bebfa4b (ceph): Merge pull request #10478 from wjwithagen/wip-wjw-freebsd-cmake-excludes
src/CMakeLists.txt: remove unneeded libraries from ceph-dencoder target
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:08 AM Revision 8082b2da (ceph): pybind: Rework rbd/setup.py for PyPI
Signed-off-by: Anirudha Bose <ani07nov@gmail.com> Anirudha Bose
03:08 AM Revision cb6ad527 (ceph): pybind: Add BUILD_DOC env var to rbd/setup.py
Bypass sanity check if building docs.
Issue: http://tracker.ceph.com/issues/16940
Signed-off-by: Anirudha Bose <ani0...
Anirudha Bose
02:45 AM Revision c97906f5 (ceph): libcephfs: Fix the incorrect integer conversion in libcephfs_jni.cc
Signed-off-by: wenjunhuang <wenjunhuang@tencent.com> wenjunhuang
02:39 AM Revision 0d413838 (ceph): Merge pull request #10568 from tchaikov/wip-cmake
cmake: specify distutils build path explicitly
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Kefu Chai
02:35 AM Revision f4085aab (ceph): Merge pull request #10455 from wjwithagen/wip-wjw-clang-NULL
src/kv/MemDB.cc: the type of the parameter of push_back() does not match the ops's value_type
Reviewed-by: Ramesh Ch...
Kefu Chai
01:58 AM Revision bb163e98 (ceph): cmake: specify distutils build path explicitly
so we don't need to replicate the logic in distutils/command/build.py
at different places.
Signed-off-by: Kefu Chai ...
Kefu Chai

08/09/2016

10:21 PM Revision 166a66be (ceph): common/TrackedOp: move ShardedTrackingData to .cc
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
09:35 PM Revision 70a0a86a (ceph): rgw/rest: don't print empty x-amz-request-id
I don't believe an empty string is ever a valid "x-amz-request-id" record.
Signed-off-by: Marcus Watts <mwatts@redha...
Marcus Watts
09:00 PM Revision 1a164bc9 (ceph): rpm: proper packaging of udev directories
The issue here is that ceph.spec.in does not package the directories
/usr/lib/udev and /usr/lib/udev/rules.d. The pro...
Nathan Cutler
08:54 PM rgw Bug #16976 (Resolved): rgw file uses too much CPU in gc/idle thread
In librgw/nfs-ganesha operation only, the periodic gc/idle thread is missing a delay step. Matt Benjamin
08:22 PM Bug #16827: "FAILED assert(0 == "racing read got wrong version")" in rados-jewel-distro-basic-smithi
also in http://qa-proxy.ceph.com/teuthology/teuthology-2016-08-06_22:00:03-rados-jewel-distro-basic-smithi/352700/teu... Yuri Weinstein
08:19 PM Bug #16975 (Resolved): "ReplicatedPG.cc: 3030: FAILED assert(0 == "out of order op")" in rados-je...
Run: http://pulpito.ceph.com/teuthology-2016-08-06_22:00:03-rados-jewel-distro-basic-smithi/
Job: 352796
Logs: http...
Yuri Weinstein
08:04 PM CephFS Feature #15069 (Fix Under Review): MDS: multifs: enable two filesystems to point to same pools if...
https://github.com/ceph/ceph/pull/10636 Douglas Fuller
08:04 PM CephFS Feature #15068 (Fix Under Review): fsck: multifs: enable repair tools to read from one filesystem...
Douglas Fuller
08:04 PM CephFS Feature #15068: fsck: multifs: enable repair tools to read from one filesystem and write to another
https://github.com/ceph/ceph/pull/10636 Douglas Fuller
07:47 PM CephFS Feature #16419: add statx-like interface to libcephfs
Found it. I had transposed the size and change_attr args in one call to update_inode_file_bits. fsx now seems to be O... Jeff Layton
03:22 PM CephFS Feature #16419: add statx-like interface to libcephfs
Mostly working now, but I'm seeing occasional problems with truncating files. I bisected the problem down to a one li... Jeff Layton
07:39 PM rbd Bug #16974 (Resolved): rbd-mirror: force-promoted image will remain R/O until local rbd-mirror da...
If the local rbd-mirror daemon was replicating events from a remote primary image to a local non-primary image and an... Jason Dillaman
06:54 PM Revision 253f2855 (ceph): Merge pull request #10635 from linuxbox2/rgw-file-aiee
rgw_file: unlock() must precede out label
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:24 PM rgw Bug #16935 (Fix Under Review): Increase log level for messages occuring while running rgw admin c...
https://github.com/ceph/ceph/pull/10602 Casey Bodley
06:24 PM Revision 9f64f34e (ceph): rgw_file: unlock() must precede out label
In lookup_handle(...).
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin
06:14 PM CephFS Feature #16973 (Resolved): Log path as well as ino when detecting metadata damage
Currently our cluster log messages look like this:... John Spray
05:57 PM Revision e0a0f2dc (ceph): bluestore/BitAllocator: Fix deadlock with musl libc
pthread_rwlock_wrlock() behaviour is undefined when calling thread holds lock. Added unlock() in shutdown() to avoid ... John Coyle
05:39 PM Revision fffcd6e5 (ceph): global/signal_handler: use sig_str instead of sys_siglist
musl libc does not provide sys_siglist[]
Signed-off-by: John Coyle <dx9err@gmail.com>
John Coyle
04:21 PM CephFS Bug #16909 (Fix Under Review): Stopping an MDS rank does not stop standby-replays for that rank
https://github.com/ceph/ceph/pull/10628 John Spray
04:20 PM CephFS Bug #16919 (Fix Under Review): MDS: Standby replay daemons don't drop purged strays
https://github.com/ceph/ceph/pull/10606 John Spray
03:44 PM Bug #16940 (Resolved): doc builders are still able to run: https://jenkins.ceph.com/job/ceph-docs...
Kefu Chai
09:13 AM Bug #16940 (Fix Under Review): doc builders are still able to run: https://jenkins.ceph.com/job/c...
https://github.com/ceph/ceph/pull/10623 Kefu Chai
03:35 PM Revision 2f460b7b (ceph): Merge pull request #10623 from tchaikov/wip-16940
admin/build-doc: bypass sanity check if building doc
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
03:09 PM Revision aacb7939 (ceph): Merge pull request #10625 from dachary/wip-16969-jewel
jewel: src/script/subman fails with KeyError: 'nband'
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
02:55 PM Revision 14f105c9 (ceph): Merge pull request #10417 from wjwithagen/wip-wjw-freebsd-clang
changes for Clang and yasm
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:34 PM devops Backport #16960 (Rejected): rpm: do not build static libraries
The debian packaging includes the user-facing static libraries ('*.a') and libtool metadata ('*.la') files. In the rp... Nathan Cutler
01:58 PM rgw Feature #16971 (Fix Under Review): HTTP Status count for RGW requests
We are capturing req, failed_req, get and put requests from every RGW node. It would be nice to have continuously inc... Prashant Kumar
01:43 PM Revision aef59d55 (ceph): Merge pull request #10232 from weiqiaomiao/wqm-wip-rgw-cleanbl
rgw:clean unuse bufferlist
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:29 PM Revision ccf3e85b (ceph): mon: tear down standby replays on MDS rank stop
Fixes: http://tracker.ceph.com/issues/16909
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
01:29 PM CephFS Bug #16925: multimds: cfuse (?) hang on fsx.sh workunit
this can either be caused by hang MDS request or be caused by hang read/write (MDS does not properly issue Frw caps t... Zheng Yan
01:29 PM Revision f23e15c9 (ceph): tasks/cephfs: test standby replay teardown on rank stop
Fixes: http://tracker.ceph.com/issues/16909
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
01:19 PM rbd Bug #16956 (Pending Backport): rbd-mirror: FAILED assert(m_on_update_status_finish == nullptr)
Mykola Golub
01:19 PM Revision e01ff2e3 (ceph): cephfs/vstart_runner: add -ww option to ps
vstart_runner can't find arguments to ceph daemons to identify them with
ps -x because commands are cut off at termin...
Douglas Fuller
01:18 PM Revision 67b86b8c (ceph): Merge pull request #10613 from dillaman/wip-16956
rbd-mirror: potential assertion failure during error-induced shutdown
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
12:14 PM rbd Bug #16970 (Fix Under Review): ImageReplayer::is_replaying does not include flush state
*PR*: https://github.com/ceph/ceph/pull/10627 Jason Dillaman
12:06 PM rbd Bug #16970 (Resolved): ImageReplayer::is_replaying does not include flush state
Jason Dillaman
12:13 PM Revision 7246f1b7 (ceph): rbd-mirror: replaying state should include flush action
Fixes: http://tracker.ceph.com/issues/16970
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:13 AM Revision b6d6fdfd (ceph): Merge pull request #10622 from xiexingguo/xxg-wip-kill-cephfs-warn
libcephfs: kill compiling warning
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:42 AM CephFS Bug #16954: Metadata damage reported with snapshots+smallcache+dirfrags ("object missing on disk")
Hmm, no failures in that re-run, so it's not quite completely reproducible. John Spray
10:25 AM Revision 0ca27727 (ceph): cmake: script that sets env vars for unit tests
Signed-off-by: Ali Maredia <amaredia@redhat.com>
(cherry picked from commit 15a669435aaa78562746f6728bb185b1e99a4274)
Ali Maredia
10:25 AM Revision 5ae0e43e (ceph): subman: use replace instead of format
Otherwise all {} are assumed to be substituted. Add a test.
Fixes: http://tracker.ceph.com/issues/16961
Signed-off-...
Loic Dachary
10:22 AM Backport #16969 (In Progress): jewel: src/script/subman fails with KeyError: '\n"band'
Loïc Dachary
10:16 AM Backport #16969 (Resolved): jewel: src/script/subman fails with KeyError: '\n"band'
https://github.com/ceph/ceph/pull/10625 Loïc Dachary
10:16 AM Bug #16961 (Pending Backport): src/script/subman fails with KeyError: '\n"band'
Loïc Dachary
08:50 AM Bug #16961 (Resolved): src/script/subman fails with KeyError: '\n"band'
Kefu Chai
07:16 AM Bug #16961 (Fix Under Review): src/script/subman fails with KeyError: '\n"band'
https://github.com/ceph/ceph/pull/10620 Loïc Dachary
09:19 AM devops Bug #16346 (Resolved): rpm: librgw-devel package does not depend on librgw2
Nathan Cutler
09:19 AM devops Bug #16345 (Resolved): rpm: shared library devel packages do not follow the soname
Nathan Cutler
09:18 AM Revision 1ab77924 (ceph): Merge pull request #9744 from SUSE/wip-16345
rpm: fix shared library devel package names and dependencies
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-b...
Nathan Cutler
09:12 AM Messengers Bug #16955 (Resolved): circular lock in Messenger/MessengerTest.SimpleTest/1
Kefu Chai
09:08 AM Revision 33387702 (ceph): doc,pybind: bypass sanity check if building doc
the empty .so file does not compile at all, so we need to bypass the
sanity check, if we are building docs. and what ...
Kefu Chai
09:08 AM Revision 133d2f9f (ceph): admin/build-doc: s/iquote /iquote/
currently this works fine, but we ran into this problem before. and
technically "-iquote<dir>" is the valid syntax, a...
Kefu Chai
09:08 AM Revision 2c7ec073 (ceph): Merge pull request #10612 from tchaikov/wip-16955
test/ceph_test_msgr: fix circular locking dependency
Reviewed-by: Haomai Wang <haomai@xsky.com>
Kefu Chai
08:50 AM Revision ad2c64fc (ceph): Merge pull request #10620 from dachary/wip-16961-subman
subman: use replace instead of format
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:39 AM Revision a0297f5f (ceph): doc/radosgw: remove reference of purge-temp.rst
purge-temp.rst was removed in 949f917.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:39 AM Revision a9bf4869 (ceph): doc/radosgw: fix the table formatting
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:39 AM Revision b3d9b8d9 (ceph): doc: silence sphinx warnings
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:34 AM Revision 954a999e (ceph): libcephfs: kill compiling warning
As below:
/home/jenkins-build/build/workspace/ceph-pull-requests/src/include/cephfs/libcephfs.h:1499:20: warning: ‘st...
xie xingguo
08:32 AM rgw Bug #16968 (Closed): synchonized bucket can't be used in other zonegroup
When multisite is configured, a bucket created in a zonegroup would be synchonized to other zonegroups. But the bucke... hikdata hik
08:20 AM Revision b006c136 (ceph): subman: use replace instead of format
Otherwise all {} are assumed to be substituted. Add a test.
Fixes: http://tracker.ceph.com/issues/16961
Signed-off-...
Loic Dachary
06:46 AM Bug #16351: jewel : 60-ceph-partuuid-workaround-rules still needed by debian jessie (udev 215-17)
Additional pull request, for the record: https://github.com/ceph/ceph/pull/10115 Loïc Dachary
06:45 AM rbd Backport #16484 (Resolved): jewel: ExclusiveLock object leaked when switching to snapshot
Loïc Dachary
06:41 AM Revision 954e978b (ceph): Merge pull request #10054 from dachary/wip-16484-jewel
jewel: ExclusiveLock object leaked when switching to snapshot
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Loïc Dachary
06:31 AM rbd Backport #16315 (Resolved): jewel: When journaling is enabled, a flush request shouldn't flush th...
Loïc Dachary
06:31 AM rbd Backport #16371 (Resolved): jewel: rbd-mirror: ensure replay status formatter has completed befor...
Loïc Dachary
06:31 AM rbd Backport #16372 (Resolved): jewel: Unable to disable journaling feature if in unexpected mirror s...
Loïc Dachary
06:31 AM rbd Backport #16423 (Resolved): jewel: Journal duplicate op detection can cause lockdep error
Loïc Dachary
06:31 AM rbd Backport #16424 (Resolved): jewel: Journal needs to handle duplicate maintenance op tids
Loïc Dachary
06:31 AM rbd Backport #16425 (Resolved): jewel: rbd-mirror: potential race condition accessing local image jou...
Loïc Dachary
06:31 AM rbd Backport #16426 (Resolved): jewel: Possible race condition during journal transition from replay ...
Loïc Dachary
06:31 AM rbd Backport #16459 (Resolved): jewel: rbd-mirror should disable proxied maintenance ops for non-prim...
Loïc Dachary
06:31 AM rbd Backport #16460 (Resolved): jewel: Crash when utilizing advisory locking API functions
Loïc Dachary
06:31 AM rbd Backport #16482 (Resolved): jewel: Timeout sending mirroring notification shouldn't result in fai...
Loïc Dachary
06:31 AM rbd Backport #16483 (Resolved): jewel: Close journal and object map before flagging exclusive lock as...
Loïc Dachary
06:30 AM rbd Backport #16485 (Resolved): jewel: Whitelist EBUSY error from "snap unprotect" for journal replay
Loïc Dachary
06:30 AM rbd Backport #16486 (Resolved): jewel: Object map/fast-diff invalidated if journal replays the same s...
Loïc Dachary
06:30 AM rbd Backport #16514 (Resolved): jewel: Image removal doesn't necessarily clean up all rbd_mirroring e...
Loïc Dachary
06:28 AM Revision d387bf44 (ceph): Merge pull request #10041 from dachary/wip-16315-jewel
jewel: When journaling is enabled, a flush request shouldn't flush the cache
Reviewed-by: Jason Dillaman <dillaman@r...
Loïc Dachary
06:27 AM Revision 14a44846 (ceph): Merge pull request #10055 from dachary/wip-16485-jewel
jewel: Whitelist EBUSY error from snap unprotect for journal replay
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Loïc Dachary
06:27 AM Revision fc39bd80 (ceph): Merge pull request #10053 from dachary/wip-16483-jewel
jewel: Close journal and object map before flagging exclusive lock as released
Reviewed-by: Mykola Golub <mgolub@mir...
Loïc Dachary
06:27 AM Revision fc084a32 (ceph): Merge pull request #10052 from dachary/wip-16482-jewel
jewel: Timeout sending mirroring notification shouldn't result in failure
Reviewed-by: Mykola Golub <mgolub@mirantis...
Loïc Dachary
06:26 AM Revision 543dd046 (ceph): Merge pull request #10051 from dachary/wip-16460-jewel
jewel: Crash when utilizing advisory locking API functions
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Loïc Dachary
06:26 AM Revision 8fb4121c (ceph): Merge pull request #10050 from dachary/wip-16459-jewel
jewel: rbd-mirror should disable proxied maintenance ops for non-primary image
Reviewed-by: Mykola Golub <mgolub@mir...
Loïc Dachary
06:26 AM Revision 64d5ff97 (ceph): Merge pull request #10047 from dachary/wip-16426-jewel
jewel: Possible race condition during journal transition from replay to ready
Reviewed-by: Mykola Golub <mgolub@mira...
Loïc Dachary
06:26 AM Revision 4fe02a62 (ceph): Merge pull request #10046 from dachary/wip-16425-jewel
jewel: rbd-mirror: potential race condition accessing local image journal
Reviewed-by: Mykola Golub <mgolub@mirantis...
Loïc Dachary
06:26 AM Revision b86aec99 (ceph): Merge pull request #10045 from dachary/wip-16424-jewel
jewel: Journal needs to handle duplicate maintenance op tids
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Loïc Dachary
06:25 AM Revision 4a6e48ed (ceph): Merge pull request #10044 from dachary/wip-16423-jewel
jewel: Journal duplicate op detection can cause lockdep error
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Loïc Dachary
06:25 AM Revision adcf5a7f (ceph): Merge pull request #10043 from dachary/wip-16371-jewel
jewel: rbd-mirror: ensure replay status formatter has completed before stopping replay
Reviewed-by: Mykola Golub <mg...
Loïc Dachary
06:25 AM Revision eab89942 (ceph): Merge pull request #10042 from dachary/wip-16372-jewel
jewel: Unable to disable journaling feature if in unexpected mirror state Loïc Dachary
06:24 AM Revision 289c2d2a (ceph): Merge pull request #10010 from dachary/wip-16486-jewel
jewel: Object map/fast-diff invalidated if journal replays the same snap remove event
Reviewed-by: Mykola Golub <mgo...
Loïc Dachary
06:24 AM Revision e01ebb93 (ceph): Merge pull request #10009 from dachary/wip-16514-jewel
jewel: Image removal doesn't necessarily clean up all rbd_mirroring entries
Reviewed-by: Mykola Golub <mgolub@mirant...
Loïc Dachary
03:22 AM Revision a9a5bbe0 (ceph): Merge pull request #10454 from SUSE/wip-quick-start
doc: add openSUSE instructions to quick-start-preflight
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:06 AM rbd Bug #16394 (Rejected): Ceph RBD
after offline talk, it's user's code problem. Haomai Wang
12:32 AM rbd Bug #16394: Ceph RBD
@Junming: ping Jason Dillaman
12:55 AM Revision 499c0e95 (ceph): rgw: for the create_bucket api, if the input creation_time is zero, we ...
Fixes: http://tracker.ceph.com/issues/16597
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn>
wei qiaomiao
12:53 AM Revision f1f4f272 (ceph): rgw: should assign 'olh_bl" to state.attrset[RGW_ATTR_OLH_ID_TAG] inste...
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn> wei qiaomiao
12:50 AM Revision 56820847 (ceph): rgw:clean unuse code in cls_statelog_check_state
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn> wei qiaomiao
12:44 AM Revision 0a6e8486 (ceph): rgw:clean unuse bufferlist
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn> wei qiaomiao
12:30 AM rbd Bug #16179: rbd-mirror: image sync object map reload logs message
Jason Dillaman
12:30 AM rbd Bug #16741 (Need More Info): io getting stuck after advancing journal object set
Jason Dillaman
12:27 AM rbd Bug #16967 (Resolved): rbd bench-write: seg fault when "--io-size" is larger than image size
Jason Dillaman

08/08/2016

11:29 PM Bug #16184: "FAIL: test/ceph_objectstore_tool.py" during `make check"

That bug was fixed in f58063578ca282d30320ea7febc50d78769e453b
In Comment #8 Yuri Weinstein wrote:
> See again ...
David Zafman
11:25 PM Revision aa5ef1dc (ceph): Merge pull request #10526 from xiexingguo/xxg-wip-misc-2016-07-30
osd: minor performance improvements and fixes
Reviewed-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein
11:24 PM Revision 94b5837b (ceph): Merge pull request #10548 from xiexingguo/xxg-wip-osd-2016-08-02
osd: more cleanups
Reviewed-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein
11:23 PM Revision 9efb0187 (ceph): Merge pull request #10559 from xiexingguo/xxg-wip-osd-2016-08-03
osd: drop unused variables/methods
Reviewed-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein
11:09 PM Feature #16966 (Resolved): Multiple SPDK BlueStore OSD instances per node
OSD processes fail when trying to create more than one SPDK-backed OSD on a single node. This is because there is no ... Orlando Moreno
10:55 PM Bug #16965 (Can't reproduce): test time out in rados run
Per Josh' suggestion -
Run: http://pulpito.ceph.com/yuriw-2016-08-05_14:30:29-rados-wip-yuri-testing_2016_08_05-di...
Yuri Weinstein
10:05 PM rbd Subtask #15239 (Resolved): Throttle in-flight image syncs to only a X concurrent
*PR*: https://github.com/ceph/ceph/pull/9623 Jason Dillaman
10:03 PM Revision fb34cd5b (ceph): mon/ConfigKeyService: pass strings by const ref
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
10:02 PM rbd Subtask #14414 (Closed): Add new "exclusive lock released" journal event to librbd
Resolved issue by tracking demotion/promotion via journal tags. Jason Dillaman
09:59 PM rbd Subtask #15108 (Resolved): Periodically update the sync point object number during sync
*PR*: https://github.com/ceph/ceph/pull/9699 Jason Dillaman
09:28 PM Bug #16964: F23 with apt-get installed fails in install-deps.sh
Loic: Ali suggested I assign you or Kefu to this issue. J. Eric Ivancich
08:43 PM Bug #16964 (Won't Fix): F23 with apt-get installed fails in install-deps.sh
On a F23 system that has @apt-get@ installed, @install-deps.sh@ fails.
Lines #63-#65 of @install-deps.sh@ contain:...
J. Eric Ivancich
08:59 PM Revision d566b96e (ceph): doc: add openSUSE instructions to quick-start-preflight
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
08:13 PM Linux kernel client Bug #16963 (Can't reproduce): rbd_assert(rbd_image_format_valid(rbd_dev->image_format)) on OSD death
... Ilya Dryomov
08:01 PM rbd Bug #16962 (Resolved): rbd-mirror: snap protect of non-layered image results in split-brain
Attempting to protect a snapshot against an image that doesn't support layering results in an error:... Jason Dillaman
07:57 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
@Kjetil: unfortunately we cannot just increase the length rbd_image_info_t::block_name_prefix [1] since that would br... Jason Dillaman
05:31 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
Reading into this - librbd/rbd having generated slightly out-of-spec id's is our mess to deal with ? (We get to maint... Kjetil Joergensen
07:48 PM Bug #16961 (Resolved): src/script/subman fails with KeyError: '\n"band'
[root@cephqe3 ~]# python /etc/cron.hourly/subman
Traceback (most recent call last):
File "/etc/cron.hourly/subm...
Loïc Dachary
07:44 PM devops Bug #16345: rpm: shared library devel packages do not follow the soname
Backporting this might cause lots of grief to downstream projects that are using the old package names. Nathan Cutler
07:41 PM devops Bug #16353: rpm: drop obsolete -compat metapackages
Jewel is already released: we cannot drop stuff. Nathan Cutler
07:33 PM Revision b759021f (ceph): compressor: isa-l extension for zlib plugin
Signed-off-by: Alyona Kiseleva <akiselyova@mirantis.com> Alyona Kiseleva
07:32 PM Revision 28d5af49 (ceph): Merge pull request #10212 from rzarzynski/wip-rgw-cleanup-auth
rgw: clean-up in the authentication infrastructure
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:30 PM devops Backport #16960 (Fix Under Review): rpm: do not build static libraries
*jewel PR*: https://github.com/ceph/ceph/pull/10616 Nathan Cutler
07:20 PM devops Backport #16960 (Rejected): rpm: do not build static libraries
The ceph.spec builds static libraries (because --disable-static is not passed to configure) and then removes them at ... Nathan Cutler
07:30 PM Revision 0fd8ad86 (ceph): Merge pull request #10233 from weiqiaomiao/wqm-wip-ver_check
rgw: fix wrong variable definition in cls_version_check func
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:01 PM devops Backport #16959 (In Progress): jewel: rpm: OBS needs ExclusiveArch
Nathan Cutler
07:00 PM devops Backport #16959 (Resolved): jewel: rpm: OBS needs ExclusiveArch
https://github.com/ceph/ceph/pull/10614 Nathan Cutler
07:01 PM Revision 0ff09607 (ceph): ExclusiveArch for suse_version
for SLES supports only x86_64 and aarch64 targets
for openSUSE (Tumbleweed and Leap) add ppc64/ppc64le targets.
fixe...
Michel Normand
06:59 PM devops Bug #16936 (Pending Backport): rpm: OBS needs ExclusiveArch
Nathan Cutler
06:56 PM Revision aadc9ae1 (ceph): Merge pull request #10594 from michelmno/forpull2
rpm: ExclusiveArch for suse_version
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Boris Ranto <branto@re...
Nathan Cutler
06:51 PM Revision f51f33b6 (ceph): Merge pull request #10122 from Yan-waller/yj-wiph-rgwradoscc-0704
rgw: fix the missing return value
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:46 PM Revision b6efcebb (ceph): Merge pull request #10194 from Yan-waller/yj-wip-rgwrados-0708
rgw: remove unused bufferlist variable
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:45 PM Revision 29ff40ec (ceph): Merge pull request #10203 from Yan-waller/yj-wip-rgwcache-0708
rgw: merge setting flags operation together and cleanups
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:44 PM rgw Backport #16958 (Resolved): jewel: Bug when using port 443s in rgw.
https://github.com/ceph/ceph/pull/10664 Nathan Cutler
06:42 PM rbd Bug #16956 (Fix Under Review): rbd-mirror: FAILED assert(m_on_update_status_finish == nullptr)
*PR*: https://github.com/ceph/ceph/pull/10613 Jason Dillaman
02:38 PM rbd Bug #16956 (Resolved): rbd-mirror: FAILED assert(m_on_update_status_finish == nullptr)
Jason Dillaman
06:42 PM Revision 3ab63045 (ceph): Merge pull request #10214 from theanalyst/rgw/multisite-fwd-log-cleanup
rgw: drop create_bucket in fwd_request log message
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:41 PM Revision a11a9319 (ceph): Merge pull request #10226 from Yan-waller/yj-wip-rgwrests3-0709
rgw: use the standard usage of string.find
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:41 PM Revision 6a465d9d (ceph): rbd-mirror: potential assertion failure during error-induced shutdown
Fixes: http://tracker.ceph.com/issues/16956
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:35 PM Revision 39629678 (ceph): Merge pull request #10299 from Yan-waller/yj-wiph-rgwmetadata-0715
rgw: miscellaneous cleanups
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:34 PM Revision 0e0c38da (ceph): Merge pull request #10408 from weiqiaomiao/wqm-wip-rgw-lc-set
rgw: fix wrong variable definition in rgw_cls_lc_set_entry function
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:26 PM Revision 7a7dad82 (ceph): Merge pull request #10562 from aclamk/wip-rgw-s3-keystone-cache-mutex
rgw: Got rid of recursive mutex.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:25 PM Revision 5d7486dc (ceph): Merge pull request #10424 from theanalyst/rgw/mp-complete-error-msg
rgw: log mp upload failures due to parts mismatch
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:14 PM Revision 9852b0c5 (ceph): Merge pull request #10475 from yonghengdexin735/wip-zzz-rgw
rgw/rgw_main: fix unnecessary variables defined
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Ca...
Casey Bodley
06:08 PM Revision d565e890 (ceph): Merge pull request #10589 from Yan-waller/yj-wip-rgwcls-0805
rgw: remove unused variables
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:56 PM Revision 491d0ce5 (ceph): Merge pull request #10611 from linuxbox2/rgw-nfs-28
Rgw nfs 28
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:56 PM devops Bug #16916: Hammer ceph-release Package Uses Obsolete URL
Confirmed that the issue is resolved. Thanks Alfredo!... James Saint-Rossy
03:43 PM devops Bug #16916 (Resolved): Hammer ceph-release Package Uses Obsolete URL
... Alfredo Deza
05:23 PM rgw Bug #16957 (New): NO_SSL_DL is not passed to civetweb during compilation of radosgw
RGW Makefile.am includes civetweb.c when compiling the radosgw binary. -DNO_SSL_DL is only provided to libcivetweb. Anonymous
05:18 PM rgw Bug #16548 (Pending Backport): Bug when using port 443s in rgw.
Nathan Cutler
04:52 PM devops Bug #16346: rpm: librgw-devel package does not depend on librgw2
Backport will be done in #16345 Nathan Cutler
04:23 PM Bug #16257: Ceph random bug is killing osds (os/filestore/FileStore.cc: 2912: FAILED assert(0 == ...
Run: http://pulpito.ceph.com/yuriw-2016-08-05_14:30:29-rados-wip-yuri-testing_2016_08_05-distro-basic-smithi/
Job: 3...
Yuri Weinstein
04:12 PM Revision cf1801c2 (ceph): test/ceph_test_msgr: fix circular locking dependency
* do not acquire lock when sending message
* remove lock in session
* reduce the scope guarded by locks for better pe...
Kefu Chai
04:12 PM Revision 7d7f9b30 (ceph): test/ceph_test_msgr: fix a mem leak
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:12 PM Revision a9a89e59 (ceph): test/ceph_test_msgr: better looking log
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:06 PM Messengers Bug #16955 (Fix Under Review): circular lock in Messenger/MessengerTest.SimpleTest/1
https://github.com/ceph/ceph/pull/10612 Kefu Chai
11:26 AM Messengers Bug #16955 (Resolved): circular lock in Messenger/MessengerTest.SimpleTest/1
... Kefu Chai
04:01 PM Bug #16929: thrashosds test-reweight-by-utilization failing due to sanity check, need to fix test
also in /a/yuriw-2016-08-05_14:30:29-rados-wip-yuri-testing_2016_08_05-distro-basic-smithi/350842/ Yuri Weinstein
03:11 PM Revision b4d079f2 (ceph): rgw nfs: fix write continuations
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
03:11 PM Revision d74d4617 (ceph): rgw nfs: don't leak fh->mtx in lookup_handle()
This change fixes a serious latent locking problem, noticed after
updating the ganesha/rgw driver invalidation after ...
Matt Benjamin
02:45 PM CephFS Bug #16926: multimds: kclient fails to mount
(pass "-k testing" when scheduling runs that will use a kclient, to ensure you're getting a nice recent cephfs kernel) John Spray
02:18 PM Revision 297220fd (ceph): rgw file: refuse to rename directories
The representation of paths as an aggregate involving any
number of objects argues against ever permitting such
opera...
Matt Benjamin
02:17 PM Revision 34224ecd (ceph): rgw_file: refuse ops on deleted targets
Detect these illegal cases, as they are indicate various incorrect
behaviors/bugs.
Signed-off-by: Matt Benjamin <mbe...
Matt Benjamin
01:49 PM CephFS Bug #16914: multimds: pathologically slow deletions in some tests
retest with fuse default permissions set differently because it's doing too many getattr at the moment John Spray
01:25 PM rbd Bug #16855 (In Progress): rbd mirror: after promote, the mirror image often be up+error
Actually, I was able to repeat the issue. Thanks. Jason Dillaman
01:09 PM rbd Bug #16855: rbd mirror: after promote, the mirror image often be up+error
@de Ian: it doesn't look like debugging was enabled for the first log. Can you please provide the exact steps you per... Jason Dillaman
01:05 PM rbd Bug #16179 (In Progress): rbd-mirror: image sync object map reload logs message
Jason Dillaman
01:00 PM rbd Feature #15706 (Resolved): Optionally limit the maximum number of snapshots for an image
Douglas Fuller
12:51 PM CephFS Support #16884: rename() doesn't work between directories
Donatas: currently, renaming files in and out of trees with different quotas is going to give you EXDEV. You can wor... John Spray
06:41 AM CephFS Support #16884: rename() doesn't work between directories
guys, so what's the summary about this 'feature'? Donatas Abraitis
12:46 PM rbd Bug #16176 (Need More Info): objectmap does not show object existence correctly
@Xinxin: I've tried to repeat your findings without success. Can you repeat with "debug rbd = 20" in your ceph client... Jason Dillaman
11:46 AM rgw Bug #16624: register the correct handler for cls_user_complete_stats
btw, in the original pr, Yehuda did mention that there isnt a need for backport Abhishek Lekshmanan
08:37 AM rgw Bug #16624: register the correct handler for cls_user_complete_stats
infernalis is EOL Loïc Dachary
10:48 AM CephFS Bug #16954: Metadata damage reported with snapshots+smallcache+dirfrags ("object missing on disk")
... John Spray
10:36 AM CephFS Bug #16954: Metadata damage reported with snapshots+smallcache+dirfrags ("object missing on disk")
Given that it happened twice in one job, seems a decent change it's reproducible, let's see:
http://pulpito.ceph.com...
John Spray
10:31 AM CephFS Bug #16954 (New): Metadata damage reported with snapshots+smallcache+dirfrags ("object missing on...

http://pulpito.ceph.com/jspray-2016-08-07_16:42:13-fs-wip-prompt-frag-distro-basic-mira/353833...
John Spray
10:40 AM Bug #16688 (New): Crash in "FileStore::queue_transactions" in rados run
resigning from myself for now. Kefu Chai
10:39 AM Bug #16688: Crash in "FileStore::queue_transactions" in rados run
i tried to to reproduce this issue manually. but seems osd.0 is not slow enough that it finished handling the pg-remo... Kefu Chai
09:13 AM Bug #16688: Crash in "FileStore::queue_transactions" in rados run
@Nathan
thanks for looking into the tests involving retired releases. yeah, they are upgraded tests
* 11429.yam...
Kefu Chai
10:21 AM Bug #16953 (Resolved): hammer: ceph-disk prepare not working on el7 using dmcrypt
Hello,
we are building a new cluster and want to use ceph version 0.94.7 (d56bdf93ced6b80b07397d57e3fa68fe68304432...
Martin Traxl
08:44 AM rgw Bug #15896 (Resolved): S3: set EncodingType in ListBucketResult
Loïc Dachary
08:44 AM CephFS Bug #14681 (Resolved): Wrong ceph get mdsmap assertion
Loïc Dachary
08:44 AM CephFS Bug #14319 (Resolved): Double decreased the count to trim caps which will cause failing to respon...
Loïc Dachary
08:43 AM Bug #12387 (Resolved): osd/PG.cc: 6879: FAILED assert(pg->peer_info.count(so))
Loïc Dachary
08:42 AM rbd Bug #16519 (Resolved): librbd: potential use after free on refresh error
Loïc Dachary
08:42 AM rbd Bug #16517 (Resolved): TaskFinisher: cancel all tasks wait until finisher done
Loïc Dachary
08:42 AM rgw Bug #16464 (Resolved): multisite sync races with deletes
Loïc Dachary
08:42 AM Messengers Bug #16418 (Resolved): async messenger mon crash
Loïc Dachary
08:42 AM Bug #16297 (Resolved): Monitor die if moncommand without "prefix" item
Loïc Dachary
08:42 AM CephFS Bug #16154 (Resolved): mds: lock waiters are not finished in the same order that they were added
Loïc Dachary
08:42 AM Bug #16138 (Resolved): sparse_read on ec pool should return extends with correct offset
Loïc Dachary
08:42 AM Bug #16127 (Resolved): OSDMonitor: drop pg temps from not the current primary
Loïc Dachary
08:42 AM rgw Feature #16004 (Resolved): rgw : support size suffixes for --max-size in radosgw-admin command
Loïc Dachary
08:42 AM rgw Bug #15940 (Resolved): rgw: aws4 parsing issue
Loïc Dachary
08:42 AM CephFS Bug #15920 (Resolved): mds/StrayManager.cc: 520: FAILED assert(dnl->is_primary())
Loïc Dachary
08:42 AM Messengers Bug #15849 (Resolved): msg/async: connection race hang
Loïc Dachary
08:42 AM rgw Bug #15779 (Resolved): rgw: account/container metadata not actually present in a request are dele...
Loïc Dachary
08:42 AM CephFS Bug #15723 (Resolved): client: fstat cap release
Loïc Dachary
08:42 AM rgw Bug #15720 (Resolved): most admin operations see a failed to create default zone error message
Loïc Dachary
08:42 AM Feature #15704 (Resolved): rados bench : add cleanup message with time it has taken to delete the...
Loïc Dachary
08:42 AM CephFS Bug #15689 (Resolved): Confusing MDS log message when shut down with stalled journaler reads
Loïc Dachary
08:42 AM CephFS Feature #15615 (Resolved): CephFSVolumeClient: List authorized IDs by share
Loïc Dachary
08:41 AM CephFS Feature #15406 (Resolved): Add versioning to CephFSVolumeClient interface
Loïc Dachary
08:41 AM Bug #14952 (Resolved): New pools have bogus "stuck inactive/unclean" HEALTH_ERR messages until th...
Loïc Dachary
08:37 AM rgw Bug #16412: Bucket index shards orphaned after bucket delete
infernalis is EOL Loïc Dachary
08:36 AM rgw Bug #13529: rgw: leak from RGWWatcher::handle_error
infernalis is EOL Loïc Dachary
08:36 AM rgw Bug #15445: multisite s3tests test_versioning_obj_create_versions_remove_special_names causes rad...
infernalis is EOL Loïc Dachary
08:36 AM rgw Bug #15243: rgw: can't remove non-versioned object after enabling versioning on bucket
infernalis is EOL Loïc Dachary
08:36 AM rgw Bug #14826: rgw: bucket listing following object delete is partial
infernalis is EOL Loïc Dachary
08:35 AM rgw Bug #12890: rgw: the swift key remains after removing a subuser
infernalis is EOL Loïc Dachary
08:35 AM rgw Bug #13817: RGW does not send HTTP header
infernalis is EOL Loïc Dachary
08:35 AM rgw Documentation #15444: orphan cleanup tool: document/test interaction w/ placement targets & multi...
infernalis is EOL Loïc Dachary
08:34 AM rgw Feature #15442: Orphan cleanup tool: Need to be able to list jobs
infernalis is EOL Loïc Dachary
08:34 AM CephFS Bug #11482: kclient: intermittent log warnings "client.XXXX isn't responding to mclientcaps(revoke)"
infernalis is EOL Loïc Dachary
08:33 AM Bug #14766: OSD reporting ENOTEMPTY and crashing
infernalis is EOL Loïc Dachary
08:33 AM rgw Bug #15745 (Resolved): RGW :: Subset of uploaded objects via radosgw are unretrievable when using...
Loïc Dachary
08:33 AM rbd Bug #15225 (Resolved): Linking to -lrbd causes process startup times to balloon
Loïc Dachary
08:33 AM rbd Bug #15121 (Resolved): Protect against excessively large object map sizes
Loïc Dachary
08:33 AM CephFS Bug #15050 (Resolved): deleting striped file in cephfs doesn't free up file's space
Loïc Dachary
08:33 AM devops Bug #15046 (Resolved): RPM packaging puts ceph_daemon.py in ceph-common, Debian packaging puts it...
Loïc Dachary
08:33 AM devops Bug #14906 (Resolved): redhat-lsb-core dependency was dropped, but is still needed
Loïc Dachary
08:33 AM devops Bug #14773 (Resolved): Fix message on attempt to use tell in interactive mode
Loïc Dachary
08:33 AM rgw Bug #14191 (Resolved): rgw: radosgw server abort when user passed bad parameters to set quota
Loïc Dachary
08:32 AM CephFS Bug #14144 (Resolved): standy-replay MDS does not cleanup finished replay threads
Loïc Dachary
08:32 AM rgw Bug #13239 (Resolved): Seg fault 9.0.3-1845-gf1ead76 : RGWRESTSimpleRequest::forward_request(RGWA...
Loïc Dachary
08:32 AM rgw Bug #13140 (Resolved): rgw: swift API returns more than real object count and bytes used when ret...
Loïc Dachary
08:32 AM rgw Feature #12997 (Resolved): rgw: default quota params
Loïc Dachary
08:32 AM rgw Bug #12955 (Resolved): Setting ACL on Object removes ETag
Loïc Dachary
08:32 AM rgw Bug #11076 (Resolved): Bucket owner isn't changed after unlink/link
Loïc Dachary
08:31 AM rbd Backport #16952 (Resolved): hammer: ceph 10.2.2 rbd status on image format 2 returns "(2) No such...
https://github.com/ceph/ceph/pull/10987 Loïc Dachary
08:31 AM rbd Backport #16951 (Resolved): jewel: ceph 10.2.2 rbd status on image format 2 returns "(2) No such ...
https://github.com/ceph/ceph/pull/10652 Loïc Dachary
08:31 AM rbd Backport #16950 (Resolved): jewel: librbd/ExclusiveLock.cc: 197: FAILED assert(m_watch_handle != 0)
https://github.com/ceph/ceph/pull/10827 Loïc Dachary
08:31 AM Bug #15573 (Resolved): systemd target files are not packaged in deb
Loïc Dachary
08:31 AM Bug #15523 (Resolved): osd: acting_primary not updated on split
Loïc Dachary
08:31 AM Bug #15426 (Resolved): is_split crash in handle_pg_create
Loïc Dachary
08:31 AM Bug #15366 (Resolved): osd: boot time request of full maps can get stuck (infernalis)
Loïc Dachary
08:31 AM Bug #15312 (Resolved): stray lfn object after split
Loïc Dachary
08:31 AM Bug #15113 (Resolved): assert(session) in Monitor::handle_command() if client resets the conn
Loïc Dachary
08:31 AM Feature #14971 (Resolved): common/obj_bencher.cc: make verify error fatal
Loïc Dachary
08:31 AM Bug #14963 (Resolved): Objects promoted unnecessarily when deleting from cache
Loïc Dachary
08:31 AM Bug #14950 (Resolved): keyring permisions for mon deamon
Loïc Dachary
08:31 AM Bug #14788 (Resolved): librados (C++) linker error (undefined reference)
Loïc Dachary
08:31 AM Bug #14752 (Resolved): osd: agent can spin if in low flush mode and no evict work
Loïc Dachary
08:31 AM Bug #14747 (Resolved): test_bit_vector.cc uses magic numbers against #defines that vary
Loïc Dachary
08:31 AM Bug #14706 (Resolved): systemd escaping of block devices in ceph-disk incorrect
Loïc Dachary
08:31 AM Bug #14686 (Resolved): OSDMap: reset osd_primary_affinity shared_ptr when deepish_copy_from
Loïc Dachary
08:31 AM Bug #14577 (Resolved): mon sync does not copy config-key
Loïc Dachary
08:30 AM Bug #14537 (Resolved): should compact full epochs in monitor
Loïc Dachary
08:30 AM Bug #14320 (Resolved): osd/ReplicatedPG: fix promotion recency logic
Loïc Dachary
08:30 AM Bug #14278 (Resolved): consume_maps clearing of waiting_for_pg needs to check the spg_t shard for...
Loïc Dachary
08:30 AM Bug #14212 (Resolved): osd/OSD.cc: 2469: FAILED assert(pg_stat_queue.empty()) on shutdown
Loïc Dachary
08:30 AM Bug #14151 (Resolved): ReplicatedPG: wrong result code checking logic during sparse_read
Loïc Dachary
08:30 AM Bug #14015 (Resolved): osd/PG.cc: 288: FAILED assert(info.last_epoch_started >= info.history.last...
Loïc Dachary
08:30 AM Bug #13805 (Resolved): segfault in Objecter::handle_watch_notify
Loïc Dachary
08:30 AM Bug #13438 (Resolved): ceph-disk prepare fails if device is a symlink
Loïc Dachary
08:30 AM Bug #13422 (Resolved): pid file that was deleted after ceph restart leads to osd process lose con...
Loïc Dachary
08:30 AM Backport #13039 (Resolved): hammer: osd/PG.cc: 6879: FAILED assert(pg->peer_info.count(so))
Loïc Dachary
08:30 AM Backport #16000 (Resolved): osd: fix omap digest compare when scrub
Loïc Dachary
08:29 AM rgw Backport #16733 (Rejected): infernalis: Bucket index shards orphaned after bucket delete
Loïc Dachary
08:28 AM rgw Backport #16316 (Rejected): infernalis: rgw: bucket listing following object delete is partial
Loïc Dachary
08:28 AM rgw Backport #15832 (Rejected): infernalis: RGW :: Subset of uploaded objects via radosgw are unretri...
Loïc Dachary
08:28 AM rbd Backport #15359 (Rejected): infernalis: Linking to -lrbd causes process startup times to balloon
Loïc Dachary
08:28 AM CephFS Backport #15281 (Rejected): infernalis: standy-replay MDS does not cleanup finished replay threads
Loïc Dachary
08:28 AM rgw Backport #15256 (Rejected): infernalis: rgw: radosgw server abort when user passed bad parameters...
Loïc Dachary
08:28 AM rgw Backport #15253 (Rejected): infernalis: rgw: can't remove non-versioned object after enabling ver...
Loïc Dachary
08:28 AM rbd Backport #15128 (Rejected): infernalis: Protect against excessively large object map sizes
Loïc Dachary
08:28 AM rgw Backport #15088 (Rejected): infernalis: Bucket owner isn't changed after unlink/link
Loïc Dachary
08:28 AM CephFS Backport #15057 (Rejected): infernalis: deleting striped file in cephfs doesn't free up file's space
Loïc Dachary
08:28 AM devops Backport #15048 (Rejected): infernalis: RPM packaging puts ceph_daemon.py in ceph-common, Debian ...
Loïc Dachary
08:28 AM CephFS Backport #14843 (Rejected): infernalis: test_object_deletion fails (tasks.cephfs.test_damage.Test...
Loïc Dachary
08:28 AM CephFS Backport #14761 (Rejected): infernalis: ceph-fuse does not mount at boot on Debian Jessie
Loïc Dachary
08:28 AM rgw Backport #14691 (Rejected): infernalis: Seg fault 9.0.3-1845-gf1ead76 : RGWRESTSimpleRequest::for...
Loïc Dachary
08:28 AM CephFS Backport #14690 (Rejected): infernalis: Client::_fsync() on a given file does not wait unsafe req...
Loïc Dachary
08:28 AM rgw Backport #14327 (Rejected): infernalis: rgw: the swift key remains after removing a subuser
Loïc Dachary
08:28 AM rgw Backport #14140 (Rejected): infernalis: rgw: leak from RGWWatcher::handle_error
Loïc Dachary
08:28 AM CephFS Backport #13890 (Rejected): infernalis: Race in TestSessionMap.test_version_splitting
Loïc Dachary
08:28 AM rgw Backport #13819 (Rejected): infernalis: Setting ACL on Object removes ETag
Loïc Dachary
08:25 AM CephFS Backport #16299: jewel: mds: fix SnapRealm::have_past_parents_open()
https://github.com/ceph/ceph/pull/9447 Loïc Dachary
08:24 AM Backport #15729 (Rejected): infernalis: osd: acting_primary not updated on split
Loïc Dachary
08:24 AM Backport #15488 (Rejected): infernalis: stray lfn object after split
Loïc Dachary
08:24 AM Backport #15645 (Rejected): infernalis: systemd target files are not packaged in deb
Loïc Dachary
08:24 AM Backport #15481 (Rejected): infernalis: is_split crash in handle_pg_create
Loïc Dachary
08:24 AM Backport #15421 (Rejected): infernalis: osd: boot time request of full maps can get stuck (infern...
Loïc Dachary
08:24 AM Backport #15227 (Rejected): infernalis: assert(session) in Monitor::handle_command() if client re...
Loïc Dachary
08:24 AM Backport #15161 (Rejected): infernalis: osd: agent can spin if in low flush mode and no evict work
Loïc Dachary
08:24 AM Backport #15148 (Rejected): infernalis: OSD reporting ENOTEMPTY and crashing
Loïc Dachary
08:24 AM Backport #15021 (Rejected): infernalis: keyring permisions for mon deamon
Loïc Dachary
08:24 AM devops Backport #14945 (Rejected): infernalis: redhat-lsb-core dependency was dropped, but is still needed
Loïc Dachary
08:24 AM Backport #14964 (Rejected): infernalis: Objects promoted unnecessarily when deleting from cache
Loïc Dachary
08:24 AM Backport #14916 (Rejected): infernalis: librados (C++) linker error (undefined reference)
Loïc Dachary
08:24 AM Backport #14782 (Rejected): infernalis: test_bit_vector.cc uses magic numbers against #defines th...
Loïc Dachary
08:24 AM devops Backport #14774 (Rejected): infernalis: Fix message on attempt to use tell in interactive mode
Loïc Dachary
08:24 AM Backport #14746 (Rejected): infernalis: systemd escaping of block devices in ceph-disk incorrect
Loïc Dachary
08:24 AM Backport #14719 (Rejected): infernalis: OSDMap: reset osd_primary_affinity shared_ptr when deepis...
Loïc Dachary
08:23 AM Backport #14688 (Rejected): infernalis: consume_maps clearing of waiting_for_pg needs to check th...
Loïc Dachary
08:23 AM Backport #14582 (Rejected): infernalis: pid file that was deleted after ceph restart leads to osd...
Loïc Dachary
08:23 AM Backport #14580 (Rejected): infernalis: should compact full epochs in monitor
Loïc Dachary
08:23 AM Backport #14578 (Rejected): infernalis: mon sync does not copy config-key
Loïc Dachary
08:23 AM Backport #14469 (Rejected): infernalis: osd/ReplicatedPG: fix promotion recency logic
Loïc Dachary
08:23 AM Backport #14286 (Rejected): infernalis: ReplicatedPG: wrong result code checking logic during spa...
Loïc Dachary
08:23 AM Backport #14284 (Rejected): infernalis: osd/OSD.cc: 2469: FAILED assert(pg_stat_queue.empty()) on...
Loïc Dachary
08:23 AM Backport #13933 (Rejected): infernalis: ceph-disk prepare fails if device is a symlink
Loïc Dachary
08:23 AM Backport #13808 (Rejected): infernalis: segfault in Objecter::handle_watch_notify
Loïc Dachary
08:22 AM CephFS Backport #14668 (Resolved): hammer: Wrong ceph get mdsmap assertion
Loïc Dachary
08:22 AM CephFS Backport #15056 (Resolved): hammer: deleting striped file in cephfs doesn't free up file's space
Loïc Dachary
08:22 AM Backport #15478 (Resolved): hammer: Pool quota alarm is not in effect
Loïc Dachary
08:22 AM Backport #15482 (Resolved): hammer: is_split crash in handle_pg_create
Loïc Dachary
08:21 AM CephFS Backport #15512 (Resolved): hammer: Double decreased the count to trim caps which will cause fail...
Loïc Dachary
08:21 AM Backport #15806 (Resolved): jewel: New pools have bogus "stuck inactive/unclean" HEALTH_ERR messa...
Loïc Dachary
08:21 AM CephFS Backport #15898 (Resolved): jewel: Confusing MDS log message when shut down with stalled journale...
Loïc Dachary
08:21 AM CephFS Backport #16041 (Resolved): jewel: mds/StrayManager.cc: 520: FAILED assert(dnl->is_primary())
Loïc Dachary
08:21 AM CephFS Backport #16082 (Resolved): hammer: mds: wrongly treat symlink inode as normal file/dir when syml...
Loïc Dachary
08:21 AM CephFS Backport #16135 (Resolved): jewel: MDS: fix getattr starve setattr
Loïc Dachary
08:21 AM CephFS Backport #16136 (Resolved): jewel: MDSMonitor fixes
Loïc Dachary
08:21 AM CephFS Backport #16152 (Resolved): jewel: fs: client: fstat cap release
Loïc Dachary
08:21 AM Backport #16249 (Resolved): jewel: sparse_read on ec pool should return extends with correct offset
Loïc Dachary
08:21 AM Backport #16338 (Resolved): jewel : rados bench : add cleanup message with time it has taken to d...
Loïc Dachary
08:21 AM rgw Backport #16339 (Resolved): jewel : rgw : support size suffixes for --max-size in radosgw-admin c...
Loïc Dachary
08:21 AM Backport #16374 (Resolved): jewel: AsyncConnection::lockmsg/async lockdep cycle: AsyncMessenger::...
Loïc Dachary
08:21 AM Backport #16380 (Resolved): jewel: msg/async: connection race hang
Loïc Dachary
08:20 AM Backport #16427 (Resolved): jewel: prepare_pgtemp needs to only update up_thru if newer than the ...
Loïc Dachary
08:20 AM Backport #16429 (Resolved): jewel: OSDMonitor: drop pg temps from not the current primary
Loïc Dachary
08:20 AM Backport #16431 (Resolved): jewel: librados,osd: bad flags can crash the osd
Loïc Dachary
08:20 AM Backport #16437 (Resolved): jewel: async messenger mon crash
Loïc Dachary
08:20 AM rbd Backport #16518 (Resolved): jewel: TaskFinisher: cancel all tasks wait until finisher done
Loïc Dachary
08:20 AM rbd Backport #16520 (Resolved): jewel: librbd: potential use after free on refresh error
Loïc Dachary
08:20 AM Backport #16549 (Resolved): jewel: Monitor die if moncommand without "prefix" item
Loïc Dachary
08:20 AM rgw Backport #16589 (Resolved): jewel: multisite sync races with deletes
Loïc Dachary
08:20 AM CephFS Backport #16626 (Resolved): hammer: Failing file operations on kernel based cephfs mount point le...
Loïc Dachary
08:19 AM CephFS Backport #16830 (Resolved): jewel: CephFSVolumeClient: List authorized IDs by share
Loïc Dachary
08:19 AM CephFS Backport #16831 (Resolved): jewel: Add versioning to CephFSVolumeClient interface
Loïc Dachary
08:06 AM Stable releases Tasks #16344: jewel v10.2.3
... Loïc Dachary
06:47 AM Revision 28575db3 (ceph): Merge pull request #9952 from dillaman/wip-fix-use-after-free-jewel
jewel: librbd: potential use after free on refresh error
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
06:45 AM Revision 3e36f8c6 (ceph): Merge pull request #9752 from dillaman/wip-fix-task-finisher-jewel
jewel: librbd: cancel all tasks should wait until finisher is done
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
04:03 AM Bug #16882 (Resolved): ceph_test_librbd and ceph_test_rbd_mirror fails with cmake build
Kefu Chai
04:01 AM Revision 3d00b355 (ceph): Merge pull request #10598 from dillaman/wip-16882
cmake: correct ceph_test_librbd/ceph_test_rbd_mirror linkage
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:57 AM Revision 3ec94d20 (ceph): fs: fuse_default_permissions = 0 for kernel build test
Ported from Zheng's #22: 2e283ce6d77c66a564d807f0b0909b238c4fb5f0
"This can reduce the test time becuase it avoids s...
Patrick Donnelly

08/07/2016

09:16 PM devops Bug #16949 (Fix Under Review): rpm: ceph installs stuff in %_udevrulesdir but does not own that d...
*master PR*: https://github.com/ceph/ceph/pull/10608 Nathan Cutler
09:07 PM devops Bug #16949 (Resolved): rpm: ceph installs stuff in %_udevrulesdir but does not own that directory
The ceph.spec.in file makes sure %_udevrulesdir is defined, and then it installs stuff in it, but it's missing a %dir... Nathan Cutler
04:38 PM Revision e5875012 (ceph): mon/Monitor: move C_Scrub, C_ScrubTimeout to .cc
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
04:10 PM Revision a4e979a4 (ceph): mon/PaxosService: move classes to cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
02:49 PM Revision df32a8b4 (ceph): Merge pull request #9566 from ffilz/master
Add ceph_ll_setlk and ceph_ll_getlk
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:48 PM Revision d9948bbd (ceph): Merge pull request #10452 from jcsp/wip-16556
test: break out librados-using cephfs test John Spray
01:24 PM Revision 3492153d (ceph): journaler: remove ununsed synchronous API routines
Synchronous callers now call the asynchronous version wrapped
around C_SaferCond. Also take care of mocked methods.
...
Venky Shankar
01:23 PM Revision 1c821323 (ceph): librbd: helper to generate unique image id
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
01:23 PM Revision d2baf76d (ceph): cls / librbd: use asynchronous image creation state machine
... plus changes in rbd class library to use helpers methods.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
01:23 PM Revision 830e0f1f (ceph): librbd: minor refactor in create_v1()
create_v2() uses util::generate_image_id() therefore not
requiring 'bid' to be passed in as parameter. This makes
bid...
Venky Shankar
01:23 PM Revision 76e2d867 (ceph): rbd-mirror: asynchronously create mirror images
Use the newly instroduced asynchronous image creation state
machine (CreateRequest) to create mirrored images.
Signe...
Venky Shankar
01:23 PM Revision 17131486 (ceph): test: fix CreateImageRequest unit test case
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
12:16 PM Bug #16948: filestore: fix skip omap clone in _collection_move_rename
https://github.com/ceph/ceph/pull/10604 Xinze Chi
08:55 AM Bug #16948 (Closed): filestore: fix skip omap clone in _collection_move_rename
object_map->clone would be skip because the spos is sync
in _set_replay_guard
Xinze Chi
11:01 AM Revision 226a5d20 (ceph): journaler: implement asynchronous remove()
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
11:01 AM Revision c4e439dc (ceph): librbd / journal: async journal removal state machine
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
11:01 AM Revision c4129418 (ceph): journaler: async journal object creation
Introduce asynchronous journal object creation. This is
a prerequisite for asynchronous creation of rbd image
journal...
Venky Shankar
11:01 AM Revision d5fa466d (ceph): librbd / journal: async journal creation state machine
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
11:01 AM Revision 65d44d57 (ceph): librbd: asynchronous image creation state machine
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
11:01 AM Revision 21e6573d (ceph): librbd / ImageCtx: singleton thread pool instance helper
Introduce static member function in ImageCtx to fetch (and
initialize) singleton thread pool.
Signed-off-by: Venky S...
Venky Shankar
11:01 AM Revision 1416f1c3 (ceph): librbd / ImageCtx: singleton safetimer instance helper
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
11:01 AM Revision c0848e26 (ceph): journaler: asynchronous JournalTrimmer::remove_objects()
Asynchronous removal of journal objects for a given rbd image.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
11:01 AM Revision 0dfbadda (ceph): journaler: implement asynchronous exists()
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
10:59 AM Bug #15628: segfault at 0 ip sp error 4 in libtcmalloc.so.4.1.2
we see "cephx client: could not verify service_ticket reply" just before segfault Sergey Jerusalimov
10:35 AM rbd Bug #16923 (Pending Backport): librbd/ExclusiveLock.cc: 197: FAILED assert(m_watch_handle != 0)
Mykola Golub
10:34 AM rbd Bug #16887 (Pending Backport): ceph 10.2.2 rbd status on image format 2 returns "(2) No such file...
Mykola Golub
10:33 AM Revision 89a37496 (ceph): Merge pull request #10574 from dillaman/wip-16923
librbd: delay acquiring lock if image watch has failed
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
10:33 AM Revision 8f8b92f3 (ceph): Merge pull request #10581 from dillaman/wip-16887
librbd: prevent creation of v2 image ids that are too large
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
10:09 AM Revision e9d4b38a (ceph): mon/MonClient.h: pass strings by const reference
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
09:26 AM devops Bug #14755 (Rejected): OBS needs ceph-rpmlintrc file
Like the Epoch-elimination patch, this is an OBS-specific thing that doesn't need to be upstream. Nathan Cutler
09:24 AM devops Bug #14944 (Rejected): libtool: install: warning: `librados.la' has not been installed in `/usr/l...
Warnings are probably harmless. Nathan Cutler
07:45 AM devops Fix #16947 (Rejected): rpm: unify openssl-devel build dependency
Nathan Cutler
07:44 AM devops Fix #16947 (Closed): rpm: unify openssl-devel build dependency
This isn't needed. The openssl package in SLE-12-SP1 and openSUSE has:... Nathan Cutler
06:51 AM devops Fix #16947 (Rejected): rpm: unify openssl-devel build dependency
Currently the openssl-devel build dependency is expressed differently in the spec file for RH/CentOS and for SUSE. Ho... Nathan Cutler
07:41 AM devops Bug #15138 (Resolved): RPM: openldap-devel and openssl-devel do not exist in SLE/openSUSE
Nathan Cutler

08/06/2016

09:07 PM Revision 80398f04 (ceph): src/CMakeLists.txt: remove unneeded libraries from ceph-dencoder target
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
05:37 PM Revision 08532ea1 (ceph): mon/PGMonitor: calc the %USED of pool using used/(used+avail)
we were using
"the raw space used by this pool" / "the raw space of the whole cluster"
as the %USED. but it's wrong:
...
Kefu Chai
04:59 PM Revision af3d3e25 (ceph): mon/PGMonitor: mark dump_object_stat_sum() as static
so we can test this method without create an instance of PGMonitor.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:09 PM rbd Bug #16176 (In Progress): objectmap does not show object existence correctly
Jason Dillaman
02:08 PM rbd Bug #16019 (Resolved): Failure in TestJournalReplay.Rename after injected socket failure
Believe this is resolved by issue #16404 Jason Dillaman
02:07 PM rbd Bug #15947 (Resolved): Sporadic TestImageReplayer.NextTag failure
Flagging as resolved by ticket #16708 Jason Dillaman
02:09 AM Revision 8bfd9f05 (ceph): cls_rbd: Implement images in consistency groups
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
02:09 AM Revision 1b826e13 (ceph): librbd: Implement consistency group images operations
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
02:09 AM Revision 3c70a761 (ceph): rbd: Add images to consistency groups cli
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov

08/05/2016

11:10 PM Bug #14461: test hung "joining thrashosds" in hammer tests
Run: http://pulpito.ceph.com/teuthology-2016-08-05_03:00:02-rados-hammer-distro-basic-vps/
Jobs: 350230
Logs: http:...
Yuri Weinstein
11:02 PM Bug #16932: ceph_test_msgr hang
also in http://qa-proxy.ceph.com/teuthology/yuriw-2016-08-04_10:50:30-rados-master_2016_08_04-distro-basic-smithi/349... Yuri Weinstein
05:07 PM Bug #16932: ceph_test_msgr hang
davidz@teuthology:/a/dzafman-2016-08-03_17:22:07-rados-wip-zafman-testing-jewel-distro-basic-smithi/348453 David Zafman
10:08 PM Revision 0fdd4626 (ceph): Merge pull request #1095 from smithfarm/wip-python-split-jewel
packages.yaml: reflect python-ceph package split Zack Cerza
10:00 PM Revision bef791d0 (ceph): Merge pull request #1101 from SUSE/wip-osd-recovery-jewel
osd_recovery: add delay to ensure maps propogate
Reviewed-by: Samuel Just <sjust@redhat.com>
Nathan Cutler
09:59 PM Revision 0089e61b (ceph): Merge pull request #1102 from SUSE/wip-osd-recovery-hammer
osd_recovery: add delay to ensure maps propogate
Reviewed-by: Samuel Just <sjust@redhat.com>
Nathan Cutler
09:05 PM rgw Backport #16945 (In Progress): jewel: RGW/civetweb no longer listens on IPv6: invalid port spec
Nathan Cutler
09:04 PM rgw Backport #16945 (Resolved): jewel: RGW/civetweb no longer listens on IPv6: invalid port spec
https://github.com/ceph/ceph/pull/10580 Nathan Cutler
09:04 PM CephFS Backport #16946 (Resolved): jewel: client: nlink count is not maintained correctly
https://github.com/ceph/ceph/pull/10877 Nathan Cutler
09:03 PM rgw Bug #16928 (Pending Backport): RGW/civetweb no longer listens on IPv6: invalid port spec
Nathan Cutler
09:00 PM rgw Bug #16928: RGW/civetweb no longer listens on IPv6: invalid port spec
Um, wherever you can put in --include foo.h you can put in -DFOO. So I'm not sure why you think --include is minimal... Marcus Watts
03:25 PM rgw Bug #16928: RGW/civetweb no longer listens on IPv6: invalid port spec
Marcus Watts wrote:
> should be a line like this,
> src/CMakeLists.txt: set_property(TARGET civetweb_common_objs
...
Robin Johnson
04:58 AM rgw Bug #16928: RGW/civetweb no longer listens on IPv6: invalid port spec

should be a line like this,
src/CMakeLists.txt: set_property(TARGET civetweb_common_objs
src/CMakeLists.txt: ...
Marcus Watts
12:26 AM rgw Bug #16928: RGW/civetweb no longer listens on IPv6: invalid port spec
Master:
https://github.com/ceph/ceph/pull/10579
Jewel:
https://github.com/ceph/ceph/pull/10580
Robin Johnson
12:11 AM rgw Bug #16928: RGW/civetweb no longer listens on IPv6: invalid port spec
civetweb.c is included twice for compiling, but only the libcivetweb.la output passes "--include ./civetweb/include/c... Robin Johnson
08:45 PM Revision 7d23761f (ceph): mon/MonClient.h: delete copy constr and assing op
Declaring a copy constructor and assignment operator without an
implementation will prevent copy and assignment, but ...
Michal Jarzabek
08:00 PM Bug #16672 (Resolved): OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collecti...
David Zafman
04:31 PM Bug #16672 (Pending Backport): OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_...
David Zafman
07:59 PM Backport #16915 (Resolved): Jewel: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_t...
David Zafman
07:48 PM Bug #16882 (Fix Under Review): ceph_test_librbd and ceph_test_rbd_mirror fails with cmake build
*PR*: https://github.com/ceph/ceph/pull/10598 Jason Dillaman
05:36 PM Bug #16882 (In Progress): ceph_test_librbd and ceph_test_rbd_mirror fails with cmake build
Jason Dillaman
07:46 PM Revision 5c987308 (ceph): Merge pull request #10561 from dzafman/wip-16672-jewel
Reviewed-by: Samuel Just <sjust@redhat.com> David Zafman
07:40 PM Bug #16351: jewel : 60-ceph-partuuid-workaround-rules still needed by debian jessie (udev 215-17)
Alexandre, thank you!
60-ceph-by-parttypeuuid.rules works!
Denis Pudov
04:41 PM Bug #16351: jewel : 60-ceph-partuuid-workaround-rules still needed by debian jessie (udev 215-17)
The fix is
60-ceph-by-parttypeuuid.rules
https://github.com/dachary/ceph/blob/35004a628b2969d8b2f1c02155bb235165a1d...
alexandre derumier
03:42 PM Bug #16351: jewel : 60-ceph-partuuid-workaround-rules still needed by debian jessie (udev 215-17)
Yes, i have added 60-ceph-partuuid-workaround-rules to /lib/udev/rules.d/ and got mounts but have problems with start... Denis Pudov
03:24 PM Bug #16351: jewel : 60-ceph-partuuid-workaround-rules still needed by debian jessie (udev 215-17)
@denis:
do you have tried the fix from loic ?
https://github.com/ceph/ceph/pull/9885/commits/35004a628b2969d8b2f1...
alexandre derumier
03:20 PM Bug #16351: jewel : 60-ceph-partuuid-workaround-rules still needed by debian jessie (udev 215-17)
alexandre derumier wrote:
> "associated mail thread":https://www.mail-archive.com/ceph-users@lists.ceph.com/msg28661...
Denis Pudov
07:34 PM Revision aa679df4 (ceph): cmake: correct ceph_test_librbd/ceph_test_rbd_mirror linkage
This now matches the autotools configuration and fixes the failed
assertion during test execution.
Fixes: http://tra...
Jason Dillaman
07:26 PM Revision 41af3bb4 (ceph): Merge pull request #10579 from dreamhost/wip-16928
rgw: Fix civetweb IPv6
verified: autobuild
Matt Benjamin
07:02 PM Revision b84046b9 (ceph): Merge pull request #10597 from pritha-srivastava/wip_ldap_fix
rgw: Fix for incorrect access key id in reworked ldap auth code.
verified non-regression (MS AD)
Matt Benjamin
05:31 PM Bug #16331: teuthology hang joining thrashosds, specifically Thrasher.thread
Sam comment in duplicate bug: If we have to remove that task, then so be it, but it would be nicer to kill it after a... David Zafman
05:30 PM Bug #16931 (Duplicate): thrashosds stuck: 2016-08-04T05:08:54.215 INFO:tasks.thrashosds.thrasher:...
David Zafman
05:17 PM Revision c7dae890 (ceph): rgw: Fix for incorrect access key id reworked ldap auth code.
The reworked ldap code does not use the correct access key id in get_policy.
Signed-off-by: Pritha Srivastava <prsri...
Pritha Srivastava
04:06 PM Bug #16941 (Can't reproduce): "test_s3.test_list_buckets_invalid_auth ... FAIL" in smoke-master-d...
Run: http://pulpito.ceph.com/teuthology-2016-08-04_05:00:02-smoke-master-distro-basic-vps/
Jobs: 349086, 349085
Log...
Yuri Weinstein
03:58 PM Bug #16940 (Resolved): doc builders are still able to run: https://jenkins.ceph.com/job/ceph-docs...
... Kefu Chai
03:41 PM rgw Bug #16939 (Fix Under Review): multisite: RGWPeriodPuller tries to pull from itself
https://github.com/ceph/ceph/pull/10596 Casey Bodley
03:36 PM rgw Bug #16939 (Resolved): multisite: RGWPeriodPuller tries to pull from itself
when RGWPeriodPuller::pull() is called repeatedly (as in RGWPeriodHistory), the period argument is being reused witho... Casey Bodley
03:41 PM Revision b0b1a8b4 (ceph): Merge pull request #10595 from tchaikov/wip-rocksdb
rocksdb: revert the change introduced by dc41731
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:40 PM Revision 06c384f1 (ceph): rgw: fixes for period puller
* reset epoch=0 before RGWPeriod::init() so we get the latest_epoch
* if we're the metadata master, don't try to pull...
Casey Bodley
03:33 PM Revision 1e1f65e0 (ceph): rocksdb: revert the change introduced by dc41731
dc41731 reverts the submodule reference of rocksdb, and point it to an
older version which fails to support ppc64le a...
Kefu Chai
03:22 PM Revision 8175ce07 (ceph): Merge pull request #10262 from dachary/wip-16580-ceph-disk-timeout
ceph-disk: timeout ceph-disk to avoid blocking forever
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-b...
Yuri Weinstein
03:15 PM devops Fix #16937 (Fix Under Review): disable LTTng-UST in openSUSE builds
*master PR*: https://github.com/ceph/ceph/pull/10592 Nathan Cutler
01:14 PM devops Fix #16937 (Resolved): disable LTTng-UST in openSUSE builds
LTTng-UST is not present in openSUSE, so it needs to be disabled there.
Michel Normand
03:14 PM Revision bb7424e8 (ceph): Merge pull request #10491 from xiexingguo/xxg-wip-osdmon-2016-07-28
osd/OSDMonitor: misc. fixes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
03:12 PM Revision 23e73180 (ceph): Merge pull request #9259 from xiexingguo/xxg-wip-fix-monclientpinger
mon: MonClient may hang on pinging an unresponsive monitor
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: ...
Yuri Weinstein
03:11 PM Revision e0e25dd9 (ceph): Merge pull request #10593 from linuxbox2/ldap-bindv3-again
rgw ldap: enforce simple_bind w/LDAPv3
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:09 PM Revision 4075f98d (ceph): Merge pull request #9718 from songbaisen/a8
mon: clear list in better way
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
03:09 PM Revision 6a1f5a29 (ceph): Merge pull request #10392 from stiopaa1/mon_monclient_moveCCancelMonCom...
mon/MonClient: move C_CancelMonCommand to cc file
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
03:08 PM devops Bug #16936 (Fix Under Review): rpm: OBS needs ExclusiveArch
https://github.com/ceph/ceph/pull/10594 Nathan Cutler
12:18 PM devops Bug #16936 (Resolved): rpm: OBS needs ExclusiveArch
For OBS builds we need to limit which architectures the RPMs are built for to only those architectures that are suppo... Nathan Cutler
03:08 PM Revision 8fd699c5 (ceph): Merge pull request #10470 from xiexingguo/xxg-wip-osd-2016-07-28
osd: minor performance improvements
Reviewed-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein
02:57 PM CephFS Bug #16919 (In Progress): MDS: Standby replay daemons don't drop purged strays
John Spray
02:57 PM CephFS Bug #16909 (In Progress): Stopping an MDS rank does not stop standby-replays for that rank
John Spray
02:55 PM Revision e688f5f8 (ceph): Merge pull request #10539 from jcsp/wip-mds-counters
mds: add perf counters for MDLog replay and SessionMap
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
02:38 PM Revision 08d54291 (ceph): rgw ldap: enforce simple_bind w/LDAPv3
Found by Harald Klein <hklein@redhat.com>.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin
02:34 PM Revision a8db0f4d (ceph): ExclusiveArch for suse_version
for SLES supports only x86_64 and aarch64 targets
for openSUSE (Tumbleweed and Leap) add ppc64/ppc64le targets.
fixe...
Michel Normand
02:12 PM rbd Bug #15947 (In Progress): Sporadic TestImageReplayer.NextTag failure
Jason Dillaman
01:52 PM Revision 8865846f (ceph): Merge pull request #10542 from ktdreyer/doc-rbd-libvirt-logging
doc: describe libvirt client logging
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:30 PM Revision f0146196 (ceph): Merge pull request #9562 from Abhishekvrshny/wip-16152-jewel
jewel: client: fstat cap release
Reviewed-by: John Spray <john.spray@redhat.com>
Loïc Dachary
01:30 PM Revision e400999a (ceph): Merge pull request #9561 from Abhishekvrshny/wip-16136-jewel
jewel: MDSMonitor fixes
Reviewed-by: John Spray <john.spray@redhat.com>
Loïc Dachary
01:29 PM Revision 0cb5ca6d (ceph): Merge pull request #9557 from Abhishekvrshny/wip-15898-jewel
jewel: Confusing MDS log message when shut down with stalled journaler reads
Reviewed-by: John Spray <john.spray@red...
Loïc Dachary
01:29 PM Revision 67f2eb01 (ceph): Merge pull request #9560 from Abhishekvrshny/wip-16135-jewel
jewel: MDS: fix getattr starve setattr
Reviewed-by: John Spray <john.spray@redhat.com>
Loïc Dachary
01:29 PM Revision 7ec15f69 (ceph): Merge pull request #9559 from Abhishekvrshny/wip-16041-jewel
jewel: mds/StrayManager.cc: 520: FAILED assert(dnl->is_primary())
Reviewed-by: John Spray <john.spray@redhat.com>
Loïc Dachary
01:22 PM devops Bug #16916: Hammer ceph-release Package Uses Obsolete URL
New ceph-release is built, it just needs to get included in the new repo, signed, and published Alfredo Deza
01:22 PM devops Bug #16916: Hammer ceph-release Package Uses Obsolete URL
Required a change in the Binary/Repo API to include newer ceph-release packages: https://github.com/ceph/chacra/pull/168 Alfredo Deza
11:51 AM devops Bug #16916 (In Progress): Hammer ceph-release Package Uses Obsolete URL
Alfredo Deza
01:20 PM Revision efa5f730 (ceph): Merge pull request #10488 from lande1234/wip-lan-testing
rbd-mirror: add additional test scenarios
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:17 PM Revision e51060ad (ceph): Merge pull request #9996 from dachary/wip-16437-jewel
jewel: async messenger mon crash
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Haomai Wang <haomai@xsky.com>
Loïc Dachary
01:10 PM Revision fda98f78 (ceph): Merge pull request #9997 from dachary/wip-16431-jewel
jewel: librados,osd: bad flags can crash the osd
Reviewed-by: Samuel Just <sjust@redhat.com>
Loïc Dachary
01:10 PM rgw Backport #16934: jewel: Add zone rename to radosgw_admin
h3. original description
https://github.com/ceph/ceph/pull/9779 needs to be backported to jewel
Nathan Cutler
07:20 AM rgw Backport #16934 (Resolved): jewel: Add zone rename to radosgw_admin
https://github.com/ceph/ceph/pull/10663 Shilpa MJ
01:10 PM Revision 56bbcb1a (ceph): Merge pull request #9998 from dachary/wip-16429-jewel
jewel: OSDMonitor: drop pg temps from not the current primary
Reviewed-by: Samuel Just <sjust@redhat.com>
Loïc Dachary
01:09 PM Revision 7586d693 (ceph): Merge pull request #10001 from dachary/wip-16427-jewel
jewel: prepare_pgtemp needs to only update up_thru if newer than the existing one
Reviewed-by: Samuel Just <sjust@re...
Loïc Dachary
01:09 PM Revision 3b28428f (ceph): Merge pull request #9743 from vumrao/wip-vumrao-16339
jewel : rgw: support size suffixes for --max-size in radosgw-admin command
Reviewed-by: Casey Bodley <cbodley@redhat...
Casey Bodley
12:36 PM rbd Bug #16921: rbd-nbd IO hang
[ 3799.647869] nbd: registered device at major 43
[ 4068.478821] block nbd0: NBD_DISCONNECT
[ 4068.478895] block nb...
Jason Dillaman
12:32 PM Backport #16917: Hammer leaves pg_TEMP directories when PG gets removed
@David: Thanks for the backport! Nathan Cutler
12:31 PM Backport #16917: Hammer leaves pg_TEMP directories when PG gets removed
Explanation for my edits: moved to "Backport" tracker because it's a backport; moved description to a comment because... Nathan Cutler
12:30 PM Backport #16917: Hammer leaves pg_TEMP directories when PG gets removed
h3. original description
This error triggers another bug #16672 on upgrade to later releases.
PGBackend::split_...
Nathan Cutler
04:26 AM Backport #16917 (Fix Under Review): Hammer leaves pg_TEMP directories when PG gets removed
David Zafman
04:24 AM Backport #16917: Hammer leaves pg_TEMP directories when PG gets removed
https://github.com/ceph/ceph/pull/10582 David Zafman
11:26 AM Revision 4a648d2d (ceph): Merge pull request #10573 from renhwztetecs/renhw-wip-doc-cephfs
doc/mds: fixup mds doc
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:22 AM Revision 6e34969b (ceph): mds: expose perf counters for SessionMap
So that we can see how many sessions exist via
the counters rather than only by looking at status.
Signed-off-by: Jo...
John Spray
11:22 AM Revision 9d84634d (ceph): mds: add perf counter for rate of replay
Useful for watching the progress of a daemon
in standby-replay or replay.
Signed-off-by: John Spray <john.spray@redh...
John Spray
11:01 AM Revision 8aeec4cf (ceph): Merge pull request #10512 from renhwztetecs/renhw-wip-mds-balancer
mds/MDBalancer: cleanup
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:00 AM Revision 019f1cf5 (ceph): Merge pull request #10485 from gregsfortytwo/wip-client-dump-complete
client: include COMPLETE and ORDERED states in cache dump
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:59 AM Revision 4dcae90e (ceph): Merge pull request #10533 from gregsfortytwo/wip-mds-dispatch-refcount
mds: fix up _dispatch ref-counting semantics
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:58 AM Revision f6d6bc7c (ceph): Merge pull request #10540 from jcsp/wip-mds-multimds-standby
mds: fix daemon selection when starting ranks
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
09:54 AM rgw Backport #16448 (Need More Info): hammer: default quota fixes
Wei-Chung Cheng
09:53 AM rgw Backport #16448: hammer: default quota fixes
the same problem with jewel
conflict with https://github.com/ceph/ceph/pull/9037
this introduce size unit is byte...
Wei-Chung Cheng
09:14 AM Revision 3db2973f (ceph): logrotate: Run as root/ceph
Currently, we run the logrotate scripts as ceph/ceph but that way we
cannot rotate the scripts created by qemu (they ...
Boris Ranto
08:50 AM Revision d1caad67 (ceph): rgw: remove unused variables
remove the unused bufferlist variables
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
Yan Jun
07:47 AM Revision 5a454c03 (ceph): doc/start/hardware-recommentdations: cosmetic
Junwang Zhao
07:39 AM rgw Bug #16935 (Resolved): Increase log level for messages occuring while running rgw admin command
# radosgw-admin period update --commit
2016-08-02 14:48:28.672409 7f9e630639c0 0 error in read_id for id : (2) No ...
Shilpa MJ
07:00 AM Bug #16933 (Fix Under Review): the %USED of "ceph df" is wrong
https://github.com/ceph/ceph/pull/10584 Kefu Chai
06:43 AM Bug #16933 (Resolved): the %USED of "ceph df" is wrong
... Kefu Chai
04:55 AM rgw Bug #16813: "radosgw --show-config" and "radosgw-admin --show-config" do not display current conf...
Hi James,
Actually, `--show-config` is a globally option that display the default code-level configurations and t...
Yan Jun
01:05 AM Bug #16718: "/bin/adjust-ulimits: line 16: exec: ceph-coverage: not found" in upgrade:client-upgr...
Not an rbd-specific issue -- ceph-coverage tool not available on host. Jason Dillaman
01:01 AM rbd Bug #16887 (Fix Under Review): ceph 10.2.2 rbd status on image format 2 returns "(2) No such file...
*PR*: https://github.com/ceph/ceph/pull/10581
Won't solve the issue for existing images since the API uses fixed w...
Jason Dillaman
01:00 AM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
This is a very old issue that could hit if the combination of a client's (global) instance id concatenated with a pot... Jason Dillaman
12:51 AM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
My assertions of this being jewel specific should be treated with a grain of salt, it may well be that we tipped over... Kjetil Joergensen
12:24 AM rbd Bug #16887 (In Progress): ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or d...
Jason Dillaman
12:56 AM Revision 4de7c8d0 (ceph): librbd: prevent creation of v2 image ids that are too large
The librbd API is capped at 24 characters for expressing the
object prefix for data blocks (including trailing null b...
Jason Dillaman
12:24 AM Revision 8b9954d0 (ceph): rgw: Fix civetweb IPv6
Commit c38e3cbb6f7c6221209f2b512cba18c564c895a4 introduced a second
compiled version of src/civetweb/src/civetweb.c, ...
Robin H. Johnson
12:21 AM rbd Bug #16889 (Need More Info): Ceph 10.2.2 meet a Segmentation fault after rename a image with form...
@de Ian: can you install the debuginfo packages so that the backtrace can resolve the full call stack? It quite possi... Jason Dillaman
12:15 AM Revision 921c556b (ceph): rgw: Fix civetweb IPv6
Commit c38e3cbb6f7c6221209f2b512cba18c564c895a4 introduced a second
compiled version of src/civetweb/src/civetweb.c, ...
Robin H. Johnson
12:01 AM Revision 6fed82a0 (ceph): Merge pull request #10565 from dzafman/wip-16672
OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()
Reviewed-by: Samuel Just <sjust@redh...
David Zafman

08/04/2016

11:47 PM Bug #15505: osd/ReplicatedPG.cc: 9925: FAILED assert(object_contexts.empty()) from ReplicatedPG::...
sjust@teuthology:/a/dzafman-2016-08-03_16:16:17-rados-wip-zafman-testing-distro-basic-smithi/348212/remote/smithi051/log Samuel Just
11:37 PM Bug #16932 (Duplicate): ceph_test_msgr hang
sjust@teuthology:/a/dzafman-2016-08-03_16:16:17-rados-wip-zafman-testing-distro-basic-smithi/348147 Samuel Just
11:34 PM Bug #16908: InvalidRead in OSD
sjust@teuthology:/a/dzafman-2016-08-03_16:16:17-rados-wip-zafman-testing-distro-basic-smithi/348187/remote Samuel Just
11:33 PM rgw Bug #16928: RGW/civetweb no longer listens on IPv6: invalid port spec
Ok, I can prove the USE_IPV6 is not defined when src/civetweb/src/civetweb.c is compiled, and it seems that civetweb/... Robin Johnson
10:56 PM rgw Bug #16928 (Resolved): RGW/civetweb no longer listens on IPv6: invalid port spec
civetweb: 0x7f507d36cbe0: set_ports_option: [::]:7480: invalid port spec. Expecting list of: [IP_ADDRESS:]PORT[s|r]
...
Robin Johnson
11:31 PM Bug #16931: thrashosds stuck: 2016-08-04T05:08:54.215 INFO:tasks.thrashosds.thrasher:joining the ...
If we have to remove that task, then so be it, but it would be nicer to kill it after a timeout. Samuel Just
11:30 PM Bug #16931 (Duplicate): thrashosds stuck: 2016-08-04T05:08:54.215 INFO:tasks.thrashosds.thrasher:...
sjust@teuthology:/a/dzafman-2016-08-03_16:16:17-rados-wip-zafman-testing-distro-basic-smithi/348212 Samuel Just
11:19 PM rgw Bug #16930 (Resolved): s3tests-test-readwrite failing with 500
sjust@teuthology:/a/dzafman-2016-08-03_16:16:17-rados-wip-zafman-testing-distro-basic-smithi/348084 Samuel Just
11:15 PM Bug #16929 (Duplicate): thrashosds test-reweight-by-utilization failing due to sanity check, need...
2016-08-04T00:40:23.643 INFO:teuthology.orchestra.run.smithi036.stderr:2016-08-04 07:40:23.614954 7fda75ffb700 1 -- ... Samuel Just
09:57 PM Revision 2bff73a0 (ceph): osd: fix updating same_interval_since logic of project_pg_history()
We shall always return the newest/biggest same_interval_since,
so we shall add this check during spliting as well as ...
xie xingguo
09:57 PM Revision d4459541 (ceph): osd: drop duplicated sched_scrub during tick()
We will do it in tick_without_osd_lock().
Also make sure that we do it only if the OSD is currently alive.
Signed-of...
xie xingguo
09:57 PM Revision 80780b95 (ceph): osd: move methods which don't need osd_lock from tick into tick_without...
These methods can be actually called without osd_lock in hand(have their own locks),
so it is good for performance to...
xie xingguo
09:16 PM Revision 81c826e4 (ceph): src/common/lockdep.cc Reduce logging noise if lockdep is not tested
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
09:01 PM Revision b0dbd1ff (ceph): Merge pull request #10545 from trociny/fixup-rbd-mirror-test
qa/workunits/rbd: wait for image deleted before checking health
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:55 PM Revision 7c51f3dd (ceph): mon/OSDMonitor.cc: remove unneeded casts
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:27 PM rbd Bug #16921 (New): rbd-nbd IO hang
Running fsx_nbd on my local trusty VM works just fine. Examining the test logs, they appear to be missing the first c... Jason Dillaman
06:13 PM rbd Bug #16921 (In Progress): rbd-nbd IO hang
Jason Dillaman
02:45 PM rbd Bug #16921 (Resolved): rbd-nbd IO hang
It can be reproduced on jewel with *rbd/thrash/{base/install.yaml clusters/{fixed-2.yaml openstack.yaml} fs/xfs.yaml ... Loïc Dachary
08:04 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
so, I tried to run ceph outside of docker to run gdb on ceph-mon, but I don't know what I suppose to see.
$ gdb /usr...
stephane beuret
07:41 PM Revision da4f735d (ceph): Merge pull request #9271 from XinzeChi/wip-fix-digest-hammer
osd: fix omap digest compare when scrub
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: David Zafman <dzafm...
Nathan Cutler
07:38 PM Revision 4a12a88d (ceph): Merge pull request #8805 from SUSE/wip-15482-hammer
hammer: is_split crash in handle_pg_create
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
07:37 PM Revision 6f107f1a (ceph): Merge pull request #8593 from renhwsky/wip-15478-hammer
hammer: Pool quota alarm is not in effect
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Nathan Cutler <ncut...
Nathan Cutler
07:26 PM CephFS Bug #16926 (Rejected): multimds: kclient fails to mount
In many test cases, the kernel client fails to mount with EIO:
http://pulpito.ceph.com/pdonnell-2016-08-03_12:43:1...
Patrick Donnelly
06:58 PM CephFS Bug #16925 (Can't reproduce): multimds: cfuse (?) hang on fsx.sh workunit
http://pulpito.ceph.com/pdonnell-2016-07-18_20:02:54-multimds-master---basic-mira/321794/... Patrick Donnelly
06:30 PM Revision 8e8d55b7 (ceph): doc: describe libvirt client logging
Describe how to configure logging and the admin socket for debugging RBD
libvirt clients.
Thanks to Jason Dillman <j...
Ken Dreyer
06:11 PM rbd Bug #16923 (Fix Under Review): librbd/ExclusiveLock.cc: 197: FAILED assert(m_watch_handle != 0)
*PR*: https://github.com/ceph/ceph/pull/10574 Jason Dillaman
04:47 PM rbd Bug #16923 (Resolved): librbd/ExclusiveLock.cc: 197: FAILED assert(m_watch_handle != 0)
ceph version 10.2.0 (3a9fba20ec743699b69bd0181dd6c54dc01c64b9)
1: (()+0x24c4bb) [0x7fdebcbde4bb]
2: (()+0x...
Jason Dillaman
06:05 PM Revision dfe9f3ea (ceph): librbd: delay acquiring exclusive lock if watch has failed
Fixes: http://tracker.ceph.com/issues/16923
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:49 PM Revision 814c305c (ceph): librbd: convert ImageWatcher class to template
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
05:23 PM CephFS Bug #16924: Crash replaying EExport
git blame points at b7e698a52bf7838f8e37842074c510a6561f165b from Zheng.
> mds: no bloom filter for replica dir
>...
Greg Farnum
04:49 PM CephFS Bug #16924 (Resolved): Crash replaying EExport
... John Spray
05:06 PM Revision 0f18c347 (ceph): test: More portable use of mmap(MAP_ANON)
From the Linux manual:
MAP_ANONYMOUS
The mapping is not backed by any file; its contents
are initial...
Willem Jan Withagen
04:45 PM Bug #16688: Crash in "FileStore::queue_transactions" in rados run
@Kefu: This is ... Nathan Cutler
10:48 AM Bug #16688 (Need More Info): Crash in "FileStore::queue_transactions" in rados run
@Yuri, are we still supporting firefly? 0.80.* is retired, i think. Kefu Chai
01:55 PM CephFS Bug #16919: MDS: Standby replay daemons don't drop purged strays
The standby does have all the information about which files are open (since they get journaled), right? Or do we only... Greg Farnum
09:59 AM CephFS Bug #16919 (Resolved): MDS: Standby replay daemons don't drop purged strays

This is not fatal, because the inodes will ultimately end up at the top of the LRU list and get trimmed, but it's a...
John Spray
01:10 PM Revision 367cb840 (ceph): Merge pull request #10566 from batrick/mds-daemon-unused
mds: remove unused MDSDaemon::objecter
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
01:07 PM rgw Bug #16861 (Resolved): unittest_rgw_bencode failed during `make check`
Abhishek Lekshmanan
12:45 PM Revision 6996b76d (ceph): Merge pull request #10007 from dachary/wip-15806-jewel
jewel: New pools have bogus stuck inactive/unclean HEALTH_ERR messages until they are first active and clean
Reviewe...
Loïc Dachary
12:43 PM Revision 8586e9bd (ceph): Merge pull request #10006 from dachary/wip-16249-jewel
jewel: sparse_read on ec pool should return extends with correct offset
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
12:43 PM Revision e85b58bb (ceph): Merge pull request #9740 from vumrao/wip-vumrao-16338
jewel : rados: Add cleanup message with time to rados bench output
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
12:42 PM Revision f05eaaea (ceph): Merge pull request #10004 from dachary/wip-16374-jewel
jewel: AsyncConnection::lockmsg/async lockdep cycle: AsyncMessenger::lock, MDSDaemon::mds_lock, AsyncConnection::lock... Loïc Dachary
12:42 PM Revision 093f30d1 (ceph): Merge pull request #10003 from dachary/wip-16380-jewel
jewel: msg/async: connection race hang
Reviewed-by: Haomai Wang <haomai@xsky.com>
Loïc Dachary
12:27 PM Bug #16841 (Duplicate): rados/basic/{rados.yaml clusters/{fixed-2.yaml openstack.yaml} fs/btrfs.y...
Loïc Dachary
12:24 PM CephFS Documentation #16906: doc: clarify path restriction instructions
@John Spray
fixup:
https://github.com/ceph/ceph/pull/10573/commits/d1277f116cd297bae8da7b3e1a7000d3f99c6a51
huanwen ren
12:14 PM Revision d1277f11 (ceph): doc/mds: add generated files into the /etc/ceph/
Fixes: 16906
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
huanwen ren
10:41 AM CephFS Bug #16920 (New): mds.inodes* perf counters sound like the number of inodes but they aren't

These counters actually reflect the LRU, which is a collection of dentries, not inodes.
mds_mem.ino on the other...
John Spray
10:35 AM Revision 648442bf (ceph): Merge pull request #10036 from liewegas/wip-16297-jewel
mon: Monitor: validate prefix on handle_command()
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:31 AM Backport #16918 (In Progress): hammer: making stop.sh more portable
Nathan Cutler
09:03 AM Backport #16918 (Resolved): hammer: making stop.sh more portable
https://github.com/ceph/ceph/pull/10569
for portability/compatibility reasons I'd like to request a backport of th...
Joshua Schmid
09:22 AM Bug #16913: multimds: OSD deep scrub failure
Sam, any known bugs like this in the OSD on master? John Spray
07:53 AM Revision a35e2fa5 (ceph): Merge pull request #9547 from jcsp/wip-jewel-15705
jewel backport: mds: fix mdsmap print_summary with standby replays
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
07:46 AM Backport #16915: Jewel: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collect...
h3. original description
During a upgrade from 0.94.7 to 10.2.2 I'm seeing multiple OSDs crash with this backtrace...
Nathan Cutler
07:38 AM Revision bc03507f (ceph): test/ceph_objectstore_tool.py: Don't use btrfs on FreeBSD
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
02:33 AM Revision dae43c7f (ceph): osd: add a comment for the purpose of pinned_maps
For a better understanding since it can confuse newcommers.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
02:04 AM Revision 50903488 (ceph): mds: remove unused MDSDaemon::objecter
Leftover from a2682edb76ceac428c686e0ac21c06511e27693e.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
01:17 AM Backport #16917 (Rejected): Hammer leaves pg_TEMP directories when PG gets removed
https://github.com/ceph/ceph/pull/10582 David Zafman

08/03/2016

11:47 PM Revision c400c94a (ceph): Merge pull request #29 from immesys/add-locks-rebased
rados: add support for object locking + test Noah Watkins
11:08 PM Revision 00aeae84 (ceph): osd: use osd_target_transaction_size when batch removing objects
Hard code transaction size to be 300 is not good. Since we already
introduce osd_target_transaction_size for the same...
xie xingguo
11:05 PM Revision 8af10317 (ceph): osd: fix rare race while looking for a pg
When _have_pg() returns true, we drop the pg_map_lock
and pg->lock() simultaneously. So theoretically the
subsequent ...
xie xingguo
11:05 PM Revision 686ef2ac (ceph): osd: don't get transaction too big during clear_temp_objects()
Basically we don't allow a transaction to get too big, e.g., to
avoid contiguously occupation of CPU.
We break and q...
xie xingguo
11:05 PM Revision 5eccd8dc (ceph): osd: kill _lookup_pg() method
It is never used and I see no chance it will be used.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
10:50 PM Revision 628bae93 (ceph): rados: add support for object locking + test
Emmet Cassidy
10:49 PM Bug #15429: ceph-qa-suite upgrade suite: OSD crash due to starting up post-jewel osd after firefl...
That test actually doesn't stop at hammer at all. I'm confused. Samuel Just
10:21 PM Bug #15429: ceph-qa-suite upgrade suite: OSD crash due to starting up post-jewel osd after firefl...
Somehow that most recent one bypassed hammer and upgraded straight to master. Samuel Just
09:48 PM devops Bug #16916 (Resolved): Hammer ceph-release Package Uses Obsolete URL
When installing the repo using this rpm: http://download.ceph.com/rpm-hammer/el7/noarch/ceph-release-1-0.el7.noarch.r... James Saint-Rossy
09:30 PM rgw Bug #16813: "radosgw --show-config" and "radosgw-admin --show-config" do not display current conf...
Hi Yan,
OK that works, but I don't see it documented anywhere. Can the `--show-config` be added to the `radosgw-a...
James Saint-Rossy
09:29 PM Backport #16915: Jewel: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collect...
https://github.com/ceph/ceph/pull/10561
We should put the master pull request first after review and testing. The...
David Zafman
09:28 PM Backport #16915 (Resolved): Jewel: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_t...
https://github.com/ceph/ceph/pull/10561 David Zafman
09:10 PM Revision 7e1ba28b (ceph): os: Fix HashIndex::recursive_remove() to remove everything but original...
Fixes: http://tracker.ceph.com/issues/16672
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
09:10 PM Revision cb1f17f0 (ceph): filestore: Clear objects before calling collection_list() again
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 892303cd02b64b622669183c2acffcdd7a8f3547)
David Zafman
09:10 PM Revision bdcfcaf8 (ceph): filestore: Improve logging
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b78c457785553e3a6e4f901bfebb41fc9c4d9bd5)
David Zafman
09:08 PM CephFS Bug #16914 (Resolved): multimds: pathologically slow deletions in some tests
http://qa-proxy.ceph.com/teuthology/pdonnell-2016-07-18_20:02:54-multimds-master---basic-mira/321823/teuthology.log
...
Patrick Donnelly
08:52 PM CephFS Bug #16886: multimds: kclient hang (?) in tests
Another blogbench:
http://pulpito.ceph.com/pdonnell-2016-07-29_08:28:00-multimds-master---basic-mira/339886/
<p...
Patrick Donnelly
08:13 PM Bug #16672: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()
And is it possible that the osds which crashed hadn't been restarted since the pg_num/pgp_num change? Samuel Just
08:10 PM Bug #16672: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()
By pg split, I mean increasing the pg_num and pgp_num on a pool. Samuel Just
08:06 PM Bug #16672: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()
Here's a question: did anyone recently perform pg splits? Samuel Just
03:40 PM Bug #16672: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()
https://github.com/ceph/ceph/pull/10565 David Zafman
08:01 PM CephFS Feature #16419: add statx-like interface to libcephfs
I have a prototype set for this, but I now think that the handling of the change_attr is wrong for directories. I'm g... Jeff Layton
07:51 PM Bug #16913 (Can't reproduce): multimds: OSD deep scrub failure
http://pulpito.ceph.com/pdonnell-2016-07-29_08:28:00-multimds-master---basic-mira/339923/... Patrick Donnelly
07:01 PM Fix #16912 (New): Jewel ceph-dbg packages are missing for Debian-based distributions
There are no debug symbols available for the 'ceph' package binaries on Debian-based distributions, making performanc... J. Ryan Earl
04:39 PM Revision f62f7abb (ceph): Merge pull request #10307 from pritha-srivastava/wip_s3_auth_rework
rgw: Rework of s3 LDAP Authentication code.
verified: MS AD
Matt Benjamin
03:56 PM Revision f444862d (ceph): Got rid of recursive mutex.
Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com> Adam Kupczyk
02:59 PM Bug #16910 (Closed): cluster takes 30 mins to detect node down and meanwhile rbd is unresponsive
We have a 3 node cluster on ubuntu 14.04 with jewel 10.2.2:
* node1 = 7 OSDs, Mon
* node2 = 7 OSDs, Mon
* node3 = ...
Martin Hoffmann
02:17 PM rgw Bug #16894 (Fix Under Review): multisite: metadata master can get the wrong value for 'oldest_log...
https://github.com/ceph/ceph/pull/10558 Casey Bodley
01:56 PM CephFS Bug #16909 (Resolved): Stopping an MDS rank does not stop standby-replays for that rank

Run vstart with MDS=2 and -s flag
Set max_mds to 2
See that you get two active daemons and two standby-replays
S...
John Spray
01:49 PM Bug #16908 (Resolved): InvalidRead in OSD
Seen on master today:... John Spray
12:57 PM CephFS Bug #16640: libcephfs: Java bindings failing to load on CentOS
Yes, you really don't want to load the unversioned library at runtime. It's possible that you'll end up picking up a ... Jeff Layton
12:31 PM Revision 3b9e73f3 (ceph): Merge pull request #7542 from SUSE/wip-14668-hammer
hammer: Wrong ceph get mdsmap assertion
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:31 PM Revision d34ac2a4 (ceph): Merge pull request #8042 from ukernel/hammer-15050
hammer: mds: fix stray purging in 'stripe_count > 1' case
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:31 PM rgw Bug #16581: rgw: error is logged when binding civetweb to an ip
Abhishek Lekshmanan wrote:
> While we're at it, there is an upstream support for ssl + civetweb, we could probably a...
Abhishek Lekshmanan
12:30 PM rgw Bug #16581: rgw: error is logged when binding civetweb to an ip
While we're at it, there is an upstream pr support for ssl + civetweb, we could probably address this one also as a p... Abhishek Lekshmanan
10:02 AM rgw Bug #16581 (In Progress): rgw: error is logged when binding civetweb to an ip
Abhishek Lekshmanan
12:31 PM Revision 8f51f146 (ceph): Merge pull request #8804 from SUSE/wip-15512-hammer
hammer: Double decreased the count to trim caps which will cause failing to respond to cache pressure
Reviewed-by: J...
John Spray
12:31 PM Revision 4773e9c4 (ceph): Merge pull request #9404 from SUSE/wip-16082-hammer
hammer: mds: wrongly treat symlink inode as normal file/dir when symlink inode is stale on kcephfs
Reviewed-by: John...
John Spray
12:30 PM Revision 85a25e43 (ceph): Merge pull request #10198 from SUSE/wip-16626-hammer
hammer: Failing file operations on kernel based cephfs mount point leaves unaccessible file behind on hammer 0.94.7
...
John Spray
11:22 AM Bug #16841: rados/basic/{rados.yaml clusters/{fixed-2.yaml openstack.yaml} fs/btrfs.yaml msgr/ran...
Trying to reproduce in Sepia with
teuthology-suite --verbose --suite rados --filter="rados/basic/{rados.yaml clust...
Nathan Cutler
11:21 AM CephFS Bug #16881: RuntimeError: Files in flight high water is unexpectedly low (0 / 6)
They are racy, but this particular case is a bit odd:... John Spray
11:19 AM Backport #16507: jewel: "ceph_test_librbd_api: symbol lookup error: ceph_test_librbd_api: undefin...
Nathan, thanks for updating this ticket and creating a backport ticket for this issue! Kefu Chai
03:30 AM Backport #16507 (Fix Under Review): jewel: "ceph_test_librbd_api: symbol lookup error: ceph_test_...
https://github.com/ceph/ceph/pull/10552 Kefu Chai
11:13 AM rgw Backport #16815 (In Progress): radosgw-admin region-map set is not reporting the bucket quota cor...
Wei-Chung Cheng
11:13 AM rgw Backport #16317 (In Progress): hammer: rgw: bucket listing following object delete is partial
Wei-Chung Cheng
11:11 AM Revision a3003f6f (ceph): rgw: reset return code in when iterating over the bucket the objects
Fixes: #14826
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit e23fdcbbce47aaf041b9f8a...
Orit Wasserman
11:08 AM CephFS Bug #16668 (Pending Backport): client: nlink count is not maintained correctly
John Spray
11:05 AM Revision 64211fa7 (ceph): rgw: fix compilation
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 9dfbae6d65bf6f8ab7cdf8597d556505b81cedd9)
Yehuda Sadeh
11:04 AM Revision 3e45c6bb (ceph): rgw: add bucket_quota to RGWRegionMap::encode_json
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit e18b72f7e97a65af681e368d3706a465603df89d)
Orit Wasserman
11:02 AM CephFS Documentation #16906: doc: clarify path restriction instructions
So there's no bug here as such, it's just that the instructions don't explicitly tell you to write out your client ke... John Spray
08:08 AM CephFS Documentation #16906 (Resolved): doc: clarify path restriction instructions
I do path restriction follow:http://docs.ceph.com/docs/master/cephfs/client-auth/... huanwen ren
10:57 AM Bug #15356: Objecter: valgrind unclean and suppression not working in CentOS
I'm pretty much out of ideas, so I've written to valgrind-users about this to see if anyone can help John Spray
10:47 AM Bug #15356: Objecter: valgrind unclean and suppression not working in CentOS
The last thing I tried (which also didn't help) was this:... John Spray
10:45 AM CephFS Bug #16880 (Duplicate): saw valgrind issue <kind>Leak_StillReachable</kind> in /var/log/ceph/va...
See:
http://tracker.ceph.com/issues/14794
http://tracker.ceph.com/issues/15356
(aka The Mystery Of the Valgrind ...
John Spray
10:41 AM CephFS Bug #16876 (Duplicate): java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jni/libcephf...
This should be fixed in master now (there was a backed-out change for 16640 in teuthology, then finally the fix was h... John Spray
10:39 AM CephFS Bug #16879 (Resolved): scrub: inode wrongly marked free: 0x10000000002
John Spray
10:30 AM Revision bd8b5181 (ceph): rpm: remove major version from shared library devel pkg names
Fixes: http://tracker.ceph.com/issues/16345
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
10:30 AM Revision 51cbbfe9 (ceph): rpm: align librgw-devel dependencies with debian packaging
Fixes: http://tracker.ceph.com/issues/16346
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
10:30 AM Revision 33b67ee6 (ceph): rpm: drop obsolete devel-compat meta package
Everyone should upgrade through Firefly -> Hammer -> etc to pick up the newer
package names.
Signed-off-by: Ken Drey...
Nathan Cutler
10:30 AM Revision 64b03dcf (ceph): rpm: provide -devel library packages that are being obsoleted
This patch ensures that packages with the new name properly
replace old-named packages on upgrades.
Signed-off-by: N...
Nathan Cutler
10:26 AM RADOS Bug #16890: rbd diff outputs nothing when the image is layered and with a writeback cache tier
Yes, the snap list operation is on SNAPDIR,but in ReplicatedPG::do_op, find_object_context finds out the head and sna... Chao Zhao
09:25 AM Bug #16579 (Closed): OSDs crash with task_numa_find_cpu with kernel-4.4.13
Fixed in kernel 4.4.16 by https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=v4.4.16&id=4... Ilya Dryomov
06:55 AM Revision ba88a3aa (ceph): os: Fix HashIndex::recursive_remove() to remove everything but original...
Fixes: http://tracker.ceph.com/issues/16672
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
06:55 AM Revision 892303cd (ceph): filestore: Clear objects before calling collection_list() again
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:55 AM Revision b78c4577 (ceph): filestore: Improve logging
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
05:45 AM rbd Backport #16904 (Resolved): jewel: journal should prefetch small chunks of the object during replay
https://github.com/ceph/ceph/pull/10684 Nathan Cutler
05:44 AM rbd Backport #16903 (Resolved): jewel: Non-primary image is recording journal events during image sync
https://github.com/ceph/ceph/pull/10797 Nathan Cutler
05:44 AM rbd Backport #16902 (Resolved): jewel: rbd-mirror: image deleter should use pool id + global image uu...
https://github.com/ceph/ceph/pull/11433 Nathan Cutler
05:44 AM rgw Backport #16901 (Resolved): jewel: segfault in RGWOp_MDLog_Notify
https://github.com/ceph/ceph/pull/10662 Nathan Cutler
05:43 AM Bug #16899 (Resolved): buffer::list::const_iterator not exposed
https://github.com/ceph/ceph/pull/8173 Nathan Cutler
05:23 AM Revision b40f4d43 (ceph): tests: Add test for global static non-POD segfault
libcommon.a is linked statically to librados and libcephfs. When the global
destructors for these libraries are calle...
Brad Hubbard
04:57 AM Linux kernel client Bug #15255: kclient: lost filesystem operations (on mds disconnect?)
Not sure how far along you got, Jeff, but you should be able to identify which scenario you're in based on the MDSMap... Greg Farnum
03:25 AM rbd Bug #16898 (Resolved): "TestLibRBD.UpdateFeatures" tests failed in upgrade:client-upgrade-inferna...
run http://pulpito.ceph.com/kchai-2016-08-02_07:44:12-upgrade-wip-16507-jewel---basic-mira/
jobs: 346861
logs: http...
Kefu Chai
01:19 AM Revision 7c51349b (ceph): mds/MDBalancer: some types of definitions are cleanup
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
01:19 AM Revision 7905f31d (ceph): mds/MDBalancer: redundance cleanup
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
01:19 AM Revision ff9a5cb2 (ceph): mds/MDBalancer: change OPT_FLOAT to OPT_DOUBLE
utime_t convert double in MDBalancer::tick(),
so g_conf->mds_bal_sample_interval should be set OPT_DOUBLE
Signed-off...
huanwen ren
01:19 AM Revision 54787697 (ceph): mds/MDBalancer: add err info when ifstream open failure
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren

08/02/2016

11:56 PM Bug #16672 (In Progress): OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_colle...

I can reproduce this crash by creating a _TEMP directory when there isn't a _head for that pg on the osd. What I f...
David Zafman
10:57 PM Bug #16897 (Can't reproduce): Multiple BlueFS crash during replay
Got multiple crashes during BlueFS replay and end up recreating the cluster.
1.
2016-07-13 19:56:59.337657 7f9...
Somnath Roy
10:21 PM Revision 30cffa06 (ceph): osd: initialize class_handler of OSD properly
The destructor of OSD will delete class_handler arbitrarily
and there are cases we'll fail to start an osd before we
...
xie xingguo
10:21 PM Revision 9ce5028e (ceph): osd: kill redundant call of cancel_all_events()
The agent_timer.shutdown() method will call cancel_all_events()
within in a more safe and elegant way, so we don't ha...
xie xingguo
10:21 PM Revision 41b4c7a4 (ceph): osd: add sanity check for scrubs_active counter
To make sure there is no underflow and the scrub logic
works fine.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
10:21 PM Revision 420843a9 (ceph): osd/ReplicatedPG: fix typo(from ECANCELLED to ECANCELED)
According to Linux Man pages:
ECANCELED Operation canceled (POSIX.1)
So ECANCELED is the preferred one.
Si...
xie xingguo
10:04 PM Revision a2786cdd (ceph): mon/HealthMonitor: add override to virtual functs
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
07:40 PM Revision c162a8a0 (ceph): Merge remote-tracking branch 'upstream/pull/10543/head'
* upstream/pull/10543/head:
vstart.sh: only delete conf if -n
Patrick Donnelly
07:21 PM Linux kernel client Bug #15255: kclient: lost filesystem operations (on mds disconnect?)
I started looking at this today. Some notes:
My understanding of how this works is that when the client goes unres...
Jeff Layton
07:18 PM Bug #16895 (Resolved): src/test: some tests are silencing vstart admin socket setup failures
The cause of the recent build failures [1] (resolved by [3]) exposed a separate problem in (some) tests where vstart.... Patrick Donnelly
07:16 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
Patch is for illustrative purposes - not intended as a solution. Kjetil Joergensen
07:15 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
Less broken formatting:... Kjetil Joergensen
07:14 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
To un-break my previous comment slightly:
librbd's create_v2 makes the block prefix / id as: bid_ss << std::hex <<...
Kjetil Joergensen
05:45 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
Actually - if I read this correctly - somehow we consistently end up with block_prefix (including rbd_data.) that's 2... Kjetil Joergensen
01:59 AM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
And - it's not consistent. I have one 10.2.2 cluster where this is a problem and one where it's not. Is the length of... Kjetil Joergensen
07:08 PM CephFS Bug #16186 (Duplicate): kclient: drops requests without poking system calls on reconnect
Jeff Layton
07:08 PM CephFS Bug #16186: kclient: drops requests without poking system calls on reconnect
I'm going to go ahead and close this out, and pursue the follow-up work in tracker #15255.
Jeff Layton
06:43 PM Revision 119f06fc (ceph): Merge pull request #10492 from chhabaramesh/master
os/bluestore: remove cmake warning from extent alloc functions
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Igor Fedotov
06:37 PM rgw Bug #16894 (Resolved): multisite: metadata master can get the wrong value for 'oldest_log_period'
When the metadata master starts up, it goes backwards through its per-period metadata logs until it finds a period wi... Casey Bodley
06:35 PM Bug #16874 (Rejected): ERROR: error accessing '/home/ceph/ceph/src/dev/osd0/*'
That doesn't even look like a failure, the script is just checking whether there's already an osd there. Please reop... Samuel Just
06:34 PM Bug #16873 (Rejected): g++: internal compiler error: Killed (program cc1plus)
Unless this is happening in the upstream infrastructure, this doesn't seem to be a ceph bug. Samuel Just
06:33 PM Bug #11350 (Resolved): lost_unfound_mark should not use MOSDPGLog -- orders differently from repops
Samuel Just
06:32 PM Bug #10847 (Can't reproduce): stuck recovering, MOSDPGPush took 25 minutes from send to recieve
Samuel Just
06:31 PM Bug #13897 (Can't reproduce): (jewel) rados/objectstore/objectstore.yaml common/Mutex.cc: 105: FA...
This doesn't seem to be happening on master, I'm going to chalk it up to an infernalis bug which has since been fixed. Samuel Just
06:30 PM Bug #16257 (Need More Info): Ceph random bug is killing osds (os/filestore/FileStore.cc: 2912: FA...
Please include enough log so that we can see the actual error. One of the things that can cause that assert is an EIO. Samuel Just
06:30 PM Bug #13995 (Can't reproduce): ceph-osd "nonce collision" due to unshared pid namespaces
Feel free to reopen once there is more information. Samuel Just
06:28 PM Bug #9570 (Rejected): osd crash in FileJournal::WriteFinisher::entry() aio
Seems to be a kernel bug. Samuel Just
06:27 PM Bug #15774: osd_op_queue_cut_off osd_op_queue debug_random generate assert failure.
If I understand this correctly, the bug is that with the strict cutoff at 127, it's possible for a push on a newly cr... Samuel Just
06:17 PM Revision c3ca7ad4 (ceph): vstart.sh: only delete conf if -n
src/test/ceph_objectstore_tool.py depends on an implicit "-k" when not
creating a new cluster. (Deleting the conf fil...
Patrick Donnelly
05:52 PM rbd Bug #16227 (Resolved): rbd-mirror: volume rename followed by delete, not deleted on secondary
Mykola Golub
05:51 PM rbd Bug #16538 (Pending Backport): rbd-mirror: image deleter should use pool id + global image uuid f...
Mykola Golub
05:50 PM rbd Bug #16478 (Pending Backport): Non-primary image is recording journal events during image sync
Mykola Golub
05:48 PM Revision 57b69b92 (ceph): Merge pull request #10462 from dillaman/wip-16478
rbd-mirror: non-primary image is recording journal events during image sync
Reviewed-by: Mykola Golub <mgolub@mirant...
Mykola Golub
05:14 PM Revision 42905a6d (ceph): Merge pull request #10484 from dillaman/wip-16538
rbd-mirror: image deleter should use pool id + global image uuid for key
Reviewed-by: Mykola Golub <mgolub@mirantis....
Mykola Golub
05:06 PM Revision a5f63f72 (ceph): qa/workunits/rbd: wait for image deleted before checking health
This is a fixup to the previous commit.
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
05:04 PM Revision 48cd11fe (ceph): Merge pull request #10458 from gregsfortytwo/wip-doc-troubleshooting
doc: extend the CephFS troubleshooting guide
Reviewed-by: Zack Cerza <zack@redhat.com>
Reviewed-by: John Spray <john...
John Spray
03:50 PM Revision 79b01188 (ceph): Merge pull request #9695 from ktdreyer/doc-tarballs-url
doc: update canonical tarballs URL
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
03:49 PM RADOS Bug #16605: Can't fix PG stats after manual shard deletion
A quick fix would be:
L11680 of ReplicatedPG.cc
We can comment out the repair conditional to update the stats a...
Bryan Apperson
03:46 PM RADOS Bug #16605: Can't fix PG stats after manual shard deletion
Also may relate to:
http://tracker.ceph.com/issues/8752
http://tracker.ceph.com/issues/1376
http://tracker.ceph....
Bryan Apperson
03:39 PM Revision 4fc84ad9 (ceph): os/bluestore: remove cmake warning from extent alloc functions.
tracker link: http://tracker.ceph.com/issues/16766
Signed-off-by: Ramesh Chander <Ramesh.Chander@sandisk.com>
Ramesh Chander
03:33 PM CephFS Bug #16668 (Resolved): client: nlink count is not maintained correctly
Ok, PR is now merged! Jeff Layton
03:31 PM Revision a2c2c832 (ceph): Merge pull request #1107 from ceph/wip-16879
suites/fs: fix log whitelist for inotable repair
Reviewed-by: Jeff Layton <jlayton@redhat.com>
John Spray
03:29 PM Revision 01cd578c (ceph): Merge pull request #10386 from ceph/wip-jlayton-nlink
Fix attribute handling at lookup time
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
03:11 PM rgw Bug #16581: rgw: error is logged when binding civetweb to an ip
Yeah, we seem to parse port as an integer early, though civetweb seperately gets the conf value as a string, so it do... Abhishek Lekshmanan
10:59 AM rgw Bug #16581: rgw: error is logged when binding civetweb to an ip
Abhishek Lekshmanan
03:10 PM Revision af113a47 (ceph): Merge pull request #10541 from tchaikov/wip-cmake
cmake: install ceph_test_rados_striper_api_*
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
02:59 PM Bug #16882: ceph_test_librbd and ceph_test_rbd_mirror fails with cmake build
lgtm Samuel Just
02:57 PM RADOS Bug #16890: rbd diff outputs nothing when the image is layered and with a writeback cache tier
This looks like a bug with the object we choose to promote. The snap list operation is logically on SNAPDIR or somet... Samuel Just
10:46 AM RADOS Bug #16890: rbd diff outputs nothing when the image is layered and with a writeback cache tier
sorry, typo in the steps to reproduce:
2. with cache tier
-->
2. without cache tier
Chao Zhao
09:35 AM RADOS Bug #16890 (Fix Under Review): rbd diff outputs nothing when the image is layered and with a writ...
I found this problem with v0.80.7, but in master branch ,it's still exists.
Here are the steps to reproduce:
# ...
Chao Zhao
02:57 PM Bug #15350: ceph-disk failed on centos in ceph-disk-jewel-distro-basic-mira
Loïc, could you take a look at this issue? Kefu Chai
02:44 PM Backport #16507: jewel: "ceph_test_librbd_api: symbol lookup error: ceph_test_librbd_api: undefin...
rescheduling another run at http://pulpito.ceph.com/kchai-2016-08-02_07:44:12-upgrade-wip-16507-jewel---basic-mira/
...
Kefu Chai
09:07 AM Backport #16507: jewel: "ceph_test_librbd_api: symbol lookup error: ceph_test_librbd_api: undefin...
pushed to ceph.git/wip-16507-jewel. pending on test.
being tested at http://pulpito.ceph.com/kchai-2016-08-02_03:2...
Kefu Chai
09:00 AM Backport #16507: jewel: "ceph_test_librbd_api: symbol lookup error: ceph_test_librbd_api: undefin...
the commit of 6c645780dd485770abd54e3585975098fd808354 was merged after infernalis,
it excludes iterator_impl symbo...
Kefu Chai
02:38 PM Revision 62e51717 (ceph): cmake: install ceph_test_rados_striper_api_*
so we can test them in ceph-qa-suite
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:28 PM Revision e499d1c8 (ceph): Merge pull request #10293 from theanalyst/wip-16589-jewel
jewel: multisite sync races with deletes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Yehuda Sadeh <y...
Casey Bodley
01:57 PM Revision 4a256f50 (ceph): test: unit test cases for disabling librbd journal by policy
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:56 PM Revision f7eeacd0 (ceph): librbd: optionally support disabling journal appends via policy
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:56 PM Revision f453554e (ceph): librbd: remove unused journal replay canceled callback
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:56 PM Revision 405142c6 (ceph): librbd: do not record journal events if append is disabled by policy
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:56 PM Revision f1e39198 (ceph): librbd: removed namespace indentation from legacy classes
Better follows the Ceph C++ style guide
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:56 PM Revision a945c2c2 (ceph): librbd: convert AioImageRequest derived classes to templates
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:56 PM Revision 65b336f6 (ceph): librbd: move read callback helpers to narrowest scope
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:56 PM Revision 840a473e (ceph): librbd: convert AioObjectRequest/AioObjectRead classes to templates
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:56 PM Revision 2e5076eb (ceph): librbd: utilize factory methods to create AioObjectRequest objects
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:22 PM rgw Bug #16695 (Fix Under Review): radosgw Consumes too much CPU time to synchronize metadata or data...
-https://github.com/ceph/ceph/pull/10467- Casey Bodley
01:21 PM rgw Bug #16666 (Pending Backport): segfault in RGWOp_MDLog_Notify
Casey Bodley
01:12 PM Revision 4d95e5c0 (ceph): Merge pull request #10505 from wjwithagen/wip-wjw-dns-resolv
src/common/dns_resolve.cc: reorder the includes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:03 PM Revision 39e1b657 (ceph): mds: fix daemon selection when starting ranks
Previously, if "standby for rank" was set, but
"standby for fscid" wasn't, the daemon wouldn't
be recognised as the r...
John Spray
12:20 PM Linux kernel client Bug #14901: misdirected requests on 4.2 during rebalancing
A couple of weeks from now? It's up to the Ubuntu kernel team. Ilya Dryomov
11:37 AM Linux kernel client Bug #14901: misdirected requests on 4.2 during rebalancing
Is there any way to know when backport will hit 4.4 Ubuntu kernel? Ruslan Usifov
11:31 AM Revision 552ddd4a (ceph): Merge pull request #1100 from ajarr/wip-manila-backports-jewel
jewel: backports for OpenStack Manila
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:31 AM Revision 269d7427 (ceph): Merge pull request #10453 from ajarr/wip-manila-backports-jewel
jewel: essential backports for OpenStack Manila
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:20 AM Revision e8a89892 (ceph): test: add a link count test
...and use the lowlevel calls to emulate what ganesha would do. In
particular, it dumps its inode from the cache afte...
Jeff Layton
11:20 AM Revision a2ce16f8 (ceph): client: add mask parameter to _do_lookup
We need to allow callers to specify caps to acquire during a lookup, as
they may need to scrape certain info out of t...
Jeff Layton
11:20 AM Revision f3605d39 (ceph): client: plumb a mask argument into _lookup
...and attempt to pass in a sane value there, based on what we'll do
with the resulting inode.
Signed-off-by: Jeff L...
Jeff Layton
11:20 AM Revision 9e847674 (ceph): client: only skip querying the MDS in _lookup when we have the necessar...
If we don't have the caps we'll need later, then we must reissue the
lookup to get them regardless of whether we have...
Jeff Layton
11:20 AM Revision 14ee7bcb (ceph): ceph: don't fudge the ctime in stat() unless it's really older than the...
The current code just looks at the sec field, but the difference may
only be evident in the nsec field.
Signed-off-b...
Jeff Layton
11:20 AM Revision c0bba0f9 (ceph): cephfs: remove some unused constants
The CEPH_CAP_SFLOCK shift value (and the other constants derived from
it) are entirely unused. Ditto for CEPH_CAP_BIT...
Jeff Layton
11:20 AM Revision d85ba575 (ceph): doc: add a new document on capabilities
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
11:16 AM Revision 09c8cd0f (ceph): Merge pull request #1084 from ceph/wip-16640
task/packages: install libcephfs1-dev John Spray
11:13 AM CephFS Bug #16879 (Fix Under Review): scrub: inode wrongly marked free: 0x10000000002
https://github.com/ceph/ceph-qa-suite/pull/1107 John Spray
11:12 AM Revision ed1e7f15 (ceph): suites/fs: fix log whitelist for inotable repair
Fixes: http://tracker.ceph.com/issues/16879
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
10:57 AM Revision 2e9c37ad (ceph): ceph_volume_client: fix log messages
Log the path of the volume during creation and deletion of volumes.
Signed-off-by: Ramana Raja <rraja@redhat.com>
(c...
Ramana Raja
10:57 AM Revision d3e22db9 (ceph): ceph_volume_client: cleanup auth meta files
Remove auth meta files on last rule for an auth ID deletion
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry pi...
Ramana Raja
10:57 AM Revision a0ffc859 (ceph): ceph_volume_client: disallow tenants to share auth IDs
Restrict an auth ID to a single OpenStack tenant to enforce
strong tenant isolation of shares.
Signed-off-by: Ramana...
Ramana Raja
10:57 AM Revision e8dd1eee (ceph): ceph_volume_client: add versioning
Add class attributes to CephFSVolumeClient to version
its capabilities.
'version' attribute stores the current versi...
Ramana Raja
10:57 AM Revision e1eb8afe (ceph): ceph_volume_client: version on-disk metadata
Version on-disk metadata with two attributes,
'compat version', the minimum CephFSVolume Client
version that can deco...
Ramana Raja
10:57 AM Revision e14dc25e (ceph): pybind: enable integer flags to libcephfs open
The 'rw+' style flags are handy and convenient, but
they don't capture all possibilities. Change to
optionally accep...
John Spray
10:57 AM Revision 748a5a08 (ceph): pybind: ceph_volume_client authentication metadata
Store a two-way mapping between auth IDs and volumes.
Enables us to record some metadata on auth ids (which
openstac...
John Spray
10:57 AM Revision 8f7defb5 (ceph): ceph_volume_client: modify data layout in meta files
Notable changes to data layout in auth meta and volume meta files:
In the auth meta files, add a 'dirty' flag to tra...
Ramana Raja
10:57 AM Revision 0c13bf2d (ceph): ceph_volume_client: recover from dirty auth and auth meta updates
Check dirty flag after locking something and call recover() if we are
opening something dirty (racing with another in...
Ramana Raja
10:57 AM Revision bde2c8f1 (ceph): pybind: expose fsync in cephfs binding.
So we don't necessary to syncfs when want to persistent
some file.
Signed-off-by: Xiaoxi Chen <xiaoxchen@ebay.com>
(...
Xiaoxi Chen
10:57 AM Revision 4f874dd9 (ceph): ceph_volume_client: use fsync instead of syncfs
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit 27eb51baab4cda6b385aef53fc7c3962a9debae5)
Ramana Raja
10:57 AM Revision d2792ef1 (ceph): ceph_volume_client: restrict volume group names
Prevent craftily-named volume groups from colliding with meta files.
Signed-off-by: Ramana Raja <rraja@redhat.com>
(...
Ramana Raja
10:57 AM Revision e77684fc (ceph): cephfs.pyx: implement python bindings for fstat
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit f58403f3d19e22edeb8f91b6f87a0b7947b0ff21)
Ramana Raja
10:57 AM Revision 7cea0eee (ceph): ceph_volume_client: modify locking of meta files
File locks are applied on meta files before updating the meta
file contents. These meta files would need to be cleane...
Ramana Raja
10:57 AM Revision 7e93d3d0 (ceph): ceph_volume_client: create/delete VMeta for create/delete volume
Create and delete volume meta files during creation and deletion of
volumes.
Signed-off-by: Ramana Raja <rraja@redha...
Ramana Raja
10:48 AM rbd Bug #16889: Ceph 10.2.2 meet a Segmentation fault after rename a image with format 1
de lan wrote:
> my test result of v10.2.2:http://www.daisycloud.org:9091/teuthology-2016-08-02_16:01:23-rbd:cli-v10....
de lan
10:12 AM rbd Bug #16889: Ceph 10.2.2 meet a Segmentation fault after rename a image with format 1
my test result of v10.2.2:http://www.daisycloud.org:9091/teuthology-2016-08-02_16:01:23-rbd:cli-v10.2.2---basic-plana... de lan
09:07 AM rbd Bug #16889 (Can't reproduce): Ceph 10.2.2 meet a Segmentation fault after rename a image with for...
Hi!,when i test zhe ceph 10.2.2,it often meet a Segmentation fault after rename a image with format 1。
The CI test...
de lan
09:34 AM rgw Bug #16388 (Resolved): Wrong Content-Range and Content-Length for zero size object with Range req...
commit:4a90e648ed87433f026d03e6a499549c4bb8b710 Pavan Rallabhandi
09:01 AM Revision c6546bb2 (ceph): buffer: fix iterator_impl visibility through typedef
The following program doesn't compile because of symbol visibility issues.
While bufferlist::iterator is a class impl...
Noah Watkins
08:50 AM Revision d40e9aae (ceph): doc/mds: consistent with "../doc/rados/deployment/index.rst"
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
08:34 AM Revision b175a864 (ceph): src/CmakeLists.txt: Changes Linux type include libraries
- On FreeBSD libuuid, libresolv, libdl are all in libc.
So do not use them while linking, otherwise missing lib er...
Willem Jan Withagen
08:34 AM Revision 59c208d9 (ceph): src/CmakeLists.txt: Changes for the Clang compiler
- Added a lot more Clang flags to supress warnings, since Clang
is way much more verbose. And while there rearrang...
Willem Jan Withagen
08:34 AM Revision 8ba3eaac (ceph): src/CmakeLists.txt: Changes for the arch selctor with yasm compiler
- uname onf freebsd returns amd64
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Willem Jan Withagen
08:32 AM rgw Backport #16778 (In Progress): multisite: 400-error with certain complete multipart upload requests
https://github.com/ceph/ceph/pull/10537 Abhishek Lekshmanan
08:30 AM Revision e825dd2f (ceph): rgw multisite: preserve zone's extra pool
In current multisite scenarios,if a bucket is created in master, we end
up storing multipart metadata in `$source-zon...
Abhishek Lekshmanan
07:37 AM Revision 9fa7af97 (ceph): Merge pull request #10535 from dzafman/wip-cot-fix
test: Removeall merged after print_function commit needs a fix
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:30 AM rbd Bug #16855: rbd mirror: after promote, the mirror image often be up+error
@Jason Dillaman
Hi.
I have repoduced it,and taken zhe log.
it shows that zhe image is split-brained,and it didn't...
de lan
05:29 AM Revision f5806357 (ceph): test: Removeall merged after print_function commit needs a fix
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
03:45 AM Bug #16278: Ceph OSD one bluestore crashes on start
Looking at other issues, it seems like the relevant error is:... Mikaël Cluseau
03:25 AM rgw Bug #16888 (Resolved): [multisite] operating bucket's acl&cors is not restricted on slave zone
modify bucket's acl cors on slave zone will not sync to master.so it should be restricted or redirected. Zengran Zhang
02:38 AM Revision 12253367 (ceph): mds: fix up _dispatch ref-counting semantics
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
02:34 AM Bug #16715 (Resolved): async connection recursive lock
Haomai Wang
02:34 AM Bug #16716 (Resolved): async messenger lockdep crash
Haomai Wang
02:33 AM Bug #16714 (Resolved): async messenger process_events osd segfault
Haomai Wang

08/01/2016

11:54 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
Summary: It looks like the block_name_prefix/rbd_id may accidentally have been extended by one byte, "rbd status" doe... Kjetil Joergensen
11:35 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
For anybody else with the same problem, really-dirty-hack full of awful assumptions: rados -p rbd listwatchers rbd_he... Kjetil Joergensen
09:58 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
As for - why this impacts us. We use/abuse a combination of advisory locking (hint) and watchers to paper over mandat... Kjetil Joergensen
08:43 PM rbd Bug #16887: ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or directory"
With --debug-rados=20/20
Ok - so there seems to be some disagreement about what the rbd_header. object should be n...
Kjetil Joergensen
08:05 PM rbd Bug #16887 (Resolved): ceph 10.2.2 rbd status on image format 2 returns "(2) No such file or dire...
Not quite sure when this started failing, it only ended up noticeable now. So, I can't tell you exactly when, but I'm... Kjetil Joergensen
11:29 PM rgw Bug #16581: rgw: error is logged when binding civetweb to an ip
+1. I've confirmed that the civetweb documentation says this is a valid syntax:
https://github.com/civetweb/cive...
James Saint-Rossy
11:21 PM Bug #16184: "FAIL: test/ceph_objectstore_tool.py" during `make check"
See again during `make check`:... Yuri Weinstein
05:03 PM Bug #16184: "FAIL: test/ceph_objectstore_tool.py" during `make check"
Here's another one from https://jenkins.ceph.com/job/ceph-pull-requests/9835/consoleFull#842358957c212b007-e891-4176-... Josh Durgin
11:15 PM CephFS Feature #10627: teuthology: qa: enable Samba runs on RHEL
Passing this to John to watch. Greg Farnum
10:54 PM Revision 895a9d92 (ceph): common/hobject: make set_bitwise_key_u32() faster
For now BlueStore is the only caller of set_bitwise_key_u32(),
and it will always passed in hash_reverse_bits.
Since...
xie xingguo
10:54 PM Revision 013f394d (ceph): osd/ReplicatedPG: avoid unnecessary implicitly cast
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
10:54 PM Revision 1addc92f (ceph): osd: move buffer-related stats from tick() to tick_without_osd_lock()
1. these counters are of type atomic_t and are public-access safe.
2. since the tick() thread requires the big osd_l...
xie xingguo
10:54 PM Revision 3e3def6e (ceph): osd: drop buffer-related stats from _dispatch()
By moving the buffer-related stats into tick_without_osd_lock(),
we are already accurate enough updating period of th...
xie xingguo
10:54 PM Revision 4ff6c819 (ceph): osd: drop idle increasement of iterator of clear_queued_recovery()
Because we are going to return anyway under this case.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
10:54 PM Revision 966c7c2b (ceph): common/config: change type of osd_mon_ack_timeout from int to double
We may use osd_mon_ack_timeout the following way:
double backoff = stats_ack_timeout / g_conf->osd_mon_ack_timeout;...
xie xingguo
10:40 PM Revision 98b9ed1d (ceph): Merge pull request #10344 from xiexingguo:xxg-wip-pipe-2016-07-19-02
msg/simple: apply prefetch policy more precisely
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Conflicts:
src/msg/s...
Josh Durgin
10:08 PM Revision f9be456d (ceph): Merge pull request #10532 from linuxbox2/rgw-ldap-recon
rgw: add reinit/rebind logic (ldap)
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
09:36 PM Revision 9b8fccf6 (ceph): rgw: add reinit/rebind logic (ldap)
Gracefully handle stale LDAP connections by rebinding--verified
with MS AD. Rebind is attempted once per request unt...
Matt Benjamin
09:30 PM Revision c39e671c (ceph): Merge pull request #10365 from majianpeng/osd-perfcounter
osd/ReplicatedPG: for sync-read it don't cacl l_osd_op_r_prepare_lat.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
09:29 PM Revision 9d811caf (ceph): Merge pull request #10450 from xiexingguo/xxg-wip-cleanup-options
osd: cleanup options and other redundancies
Reviewed-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein
09:28 PM Revision 4f5e4dff (ceph): Merge pull request #10471 from xiexingguo/xxg-wip-fix-memdb-assert
kv/MemDB: fix assert triggerred by m_total_bytes underflow Yuri Weinstein
09:27 PM Revision a6023468 (ceph): Merge pull request #9679 from xiexingguo/xxg-wip-fix-cephx
auth/cephx: misc fixes
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:26 PM Revision ef97f939 (ceph): Merge pull request #9734 from xiexingguo/xxg-wip-cleanup-omap
os/filestore: add sanity checks and cleanups for mount() process
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:25 PM Revision e08022f5 (ceph): Merge pull request #10231 from yonghengdexin735/wip-zzz-paxosserver-type
mon/PaxosService: make the return value type inconsistent
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu...
Yuri Weinstein
09:22 PM Revision 8548a1e9 (ceph): Merge pull request #10340 from yuyuyu101/wip-16715
msg/async/AsyncConnection: replace Mutex with std::mutex for peformance
Reviewed-by: Gregory Farnum <gfarnum@redhat....
Yuri Weinstein
09:17 PM Bug #15350: ceph-disk failed on centos in ceph-disk-jewel-distro-basic-mira
Run: http://pulpito.ceph.com/teuthology-2016-07-27_03:10:04-ceph-disk-jewel-distro-basic-mira/
Jobs: all
Yuri Weinstein
08:50 PM CephFS Support #16884: rename() doesn't work between directories
Zheng, what are the limits and requirements of that quota root EXDEV?
I think it's probably required and can't cha...
Greg Farnum
08:15 PM CephFS Support #16884: rename() doesn't work between directories
Debug output is:
todir->snapid:-2 todir->quota.is_enable:0 fromdir->snapid:-2 fromdir->quota->max_files:20000 return...
Donatas Abraitis
08:12 PM CephFS Support #16884: rename() doesn't work between directories
What about removing this block at all? Or is it required too much? Donatas Abraitis
08:04 PM CephFS Support #16884: rename() doesn't work between directories
Looks like this part is failing: https://github.com/ceph/ceph/blob/0080b6bc92cefdd2115c904fd0c83ae83c9c2f01/src/clien... Donatas Abraitis
08:00 PM CephFS Support #16884: rename() doesn't work between directories
More details, please. Cross-directory rename definitely works in general. What's the output of "mount"? What versions... Greg Farnum
07:03 PM CephFS Support #16884 (Closed): rename() doesn't work between directories
Hi folks!
looks like rename() just doesn't work between directories. Here is the snippet FTP daemon does:
#incl...
Donatas Abraitis
08:39 PM CephFS Bug #16886: multimds: kclient hang (?) in tests
Updated title/description. Patrick Donnelly
07:54 PM CephFS Bug #16886: multimds: kclient hang (?) in tests
Well I feel silly. This is actually more general but wasn't obvious by how I had organized the failures. I'm going to... Patrick Donnelly
07:32 PM CephFS Bug #16886 (Can't reproduce): multimds: kclient hang (?) in tests
There are strange pauses which are showing up in several tests for the kclient:
* http://qa-proxy.ceph.com/teuthol...
Patrick Donnelly
08:26 PM Bug #16685: "saw valgrind issues" in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-29_14:35:52-rados-wip-yuri-testing2_2016_7_30-distro-basic-smithi/
Jobs: ...
Yuri Weinstein
08:14 PM Revision 63c88a71 (ceph): Merge pull request #10531 from scuttlemonkey/master
Add UK mirror and update copyright Patrick McGarry
08:03 PM Revision 4f2f79ca (ceph): doc: added new UK Ceph mirror to doc and mirroring
Signed-off-by: Patrick McGarry <pmcgarry@redhat.com> Patrick McGarry
07:59 PM Revision 87c579ce (ceph): Merge remote-tracking branch 'origin/master'
Patrick McGarry
07:50 PM Revision 4a90e648 (ceph): Merge pull request #10207 from prallabh/wip-16388
rgw: Fix incorrect content length and range for zero sized objects during range requests
Reviewed-by: Orit Wasserman...
Casey Bodley
07:26 PM Revision 94db6ef8 (ceph): Merge pull request #10510 from yehudasa/wip-16861
test_rgw_bencode: null terminate strings before checking
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:11 PM Feature #16885 (New): ceph should warn the administrator when it fails to open log_file for writing
I'm using Ceph v10.2.2. If I have an old root-owned log file in /var/log/ceph, like so:... Ken Dreyer
06:57 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
root@ceph1:/# ps -ef
UID PID PPID C STIME TTY TIME CMD
ceph 1 0 0 18:51 ? 00:...
stephane beuret
05:42 AM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
I must admit that I have trouble putting it in place. I do not know enough how to use gdb, and as my ceph-mon is in a... stephane beuret
06:01 PM Revision 699b7c8d (ceph): rgw: Have a flavor of bucket deletion to bypass GC and to trigger
object deletions async.
Fixes: http://tracker.ceph.com/issues/15557
Signed-off-by: Pavan Rallabhandi <PRallabhandi@w...
root
05:16 PM rgw Backport #16734 (In Progress): hammer: Bucket index shards orphaned after bucket delete
Nathan Cutler
05:05 PM rgw Backport #16734: hammer: Bucket index shards orphaned after bucket delete
https://github.com/ceph/ceph/pull/10530 Yehuda Sadeh
04:57 PM Revision 81aef600 (ceph): rgw: remove bucket index objects when deleting the bucket
Fixes: http://tracker.ceph.com/issues/16412
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from c...
Orit Wasserman
04:53 PM Revision ef9e8dc3 (ceph): Merge pull request #9944 from sileht/master
python-rados: extends ReadOp/WriteOp API
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
04:42 PM CephFS Bug #16879: scrub: inode wrongly marked free: 0x10000000002
This test also fails with the master branch (as of earlier this morning):
http://pulpito.ceph.com/jlayton-2016...
Jeff Layton
03:08 PM CephFS Bug #16879: scrub: inode wrongly marked free: 0x10000000002
Rebased onto current master branch, and still seeing the error. Rerunning the test now on a branch without any of my ... Jeff Layton
01:00 PM CephFS Bug #16879: scrub: inode wrongly marked free: 0x10000000002
Reran the test and it failed again: (btw: thanks Nathan for the pointer to how to filter out failures and rerun only ... Jeff Layton
12:34 PM CephFS Bug #16879: scrub: inode wrongly marked free: 0x10000000002
Ahh thanks, Nathan. Ok, this is a recently-added test and my local ceph-qa-suite was missing it. A git pull fixed tha... Jeff Layton
11:36 AM CephFS Bug #16879: scrub: inode wrongly marked free: 0x10000000002
I found it by looking at the "task" function in "tasks/cephfs_test_runner.py" - it says: ... Nathan Cutler
11:35 AM CephFS Bug #16879: scrub: inode wrongly marked free: 0x10000000002
Hi Jeff, this:
https://github.com/ceph/ceph-qa-suite/blob/master/tasks/cephfs/test_forward_scrub.py
Nathan Cutler
10:51 AM CephFS Bug #16879: scrub: inode wrongly marked free: 0x10000000002
Message comes from CInode::validate_disk_state, but I haven't yet been able to figure out where the test itself comes... Jeff Layton
10:23 AM CephFS Bug #16879 (Resolved): scrub: inode wrongly marked free: 0x10000000002
I ran the "fs" testsuite on a branch that has a pile of small, userland client-side patches. One of the tests (tasks/... Jeff Layton
04:26 PM Revision 6c04c94d (ceph): Merge pull request #10098 from dzafman/wip-16568
tools: New "removeall" used to remove head with snapshots
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:17 PM Revision 43de9824 (ceph): Merge pull request #10085 from chengweiv5/fix-doc
doc: ceph-deploy mon add doesn't take multiple nodes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:46 PM rgw Bug #16856 (In Progress): ACL request for objects with underscore at end and beginning
Abhishek Lekshmanan
03:44 PM rgw Bug #16856: ACL request for objects with underscore at end and beginning
I've a wip-patch for this at https://github.com/ceph/ceph/pull/10528 Abhishek Lekshmanan
03:34 PM RADOS Feature #16883 (New): omap not supported by ec pools
In Jewel (ceph-10.2.1+git.1464009581.b8ee9e4-1.2), flushing a cache pool appears to work for all objects except rbd r... Eric Jackson
03:22 PM Revision a94ec15a (ceph): For zero sized objects, return 416 during range requests
Signed-off-by: Pavan Rallabhandi <PRallabhandi@walmartlabs.com> root
03:22 PM Revision 67bfbf41 (ceph): For zero sized objects, let the range adhere as per the RFC
Signed-off-by: Pavan Rallabhandi <PRallabhandi@walmartlabs.com> root
03:22 PM Revision a3b5a461 (ceph): For range requests, let the range be dumped before the error is honored.
Signed-off-by: Pavan Rallabhandi <PRallabhandi@walmartlabs.com> root
02:59 PM Revision e3ba5e85 (ceph): Merge pull request #10480 from ceph/lifecycle-cleanup
Clean up lifecycle thread
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:37 PM rgw Bug #16767: RadosGW Multipart Cleanup Failure
With apologies for pestering, is there anyone looking into this? This bug affects the viability of Ceph as a backing... Brian Felton
01:34 PM CephFS Bug #16807: Crash in handle_slave_rename_prep
Zheng Yan
12:56 PM CephFS Bug #16876: java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jni/libcephfs_jni.so
Of course, it may be that I reached the box too late and the filesystem had been changed. I'm not sure how to tell. E... Jeff Layton
12:03 PM Revision f9fbdcdd (ceph): common: kill set_nibblewise_key_u32() method
Which is never used by anyone.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
11:36 AM Bug #16882: ceph_test_librbd and ceph_test_rbd_mirror fails with cmake build
https://github.com/tchaikov/ceph/tree/wip-smaller-libcommon fixes ceph_test_librbd. Kefu Chai
11:36 AM Bug #16882 (Resolved): ceph_test_librbd and ceph_test_rbd_mirror fails with cmake build
... Kefu Chai
10:57 AM CephFS Bug #16832 (Resolved): libcephfs failure at shutdown (Attempt to free invalid pointer)
I haven't seen this in the latest test runs, so I'm going to go ahead and close this out under the assumption that is... Jeff Layton
10:40 AM CephFS Bug #16881: RuntimeError: Files in flight high water is unexpectedly low (0 / 6)
Comments in test_strays.py seem to indicate that this test is racy anyway:... Jeff Layton
10:39 AM CephFS Bug #16881 (Resolved): RuntimeError: Files in flight high water is unexpectedly low (0 / 6)
During a test_files_throttle test run, I hit the following error:... Jeff Layton
10:34 AM CephFS Bug #16880: saw valgrind issue <kind>Leak_StillReachable</kind> in /var/log/ceph/valgrind/clien...
client.0.log is here:
http://qa-proxy.ceph.com/teuthology/jlayton-2016-07-29_18:51:42-fs-wip-jlayton-nlink---b...
Jeff Layton
10:27 AM CephFS Bug #16880 (Duplicate): saw valgrind issue <kind>Leak_StillReachable</kind> in /var/log/ceph/va...
One of my "fs" test runs over the weekend failed with this:... Jeff Layton
09:51 AM Bug #16878 (Resolved): filestore: utilization ratio calculation does not take journal size into a...
It is easy to fill up a Ceph cluster (FileStore) by running "rados bench write".
Assuming the full and nearfull fa...
Nathan Cutler
09:10 AM rgw Backport #16732 (In Progress): jewel: Bucket index shards orphaned after bucket delete
Abhishek Varshney
09:04 AM rgw Backport #16731 (In Progress): jewel: failed to create bucket after upgrade from hammer to jewel
Abhishek Varshney
09:02 AM rgw Backport #16700 (In Progress): jewel: rgw: segmentation fault on error_repo in data sync
Abhishek Varshney
08:59 AM rgw Backport #16696: jewel: segfault in RGWBucketShardIncrementalSyncCR
Waiting for http://tracker.ceph.com/issues/16702 to be resolved before backporting this Abhishek Varshney
08:18 AM Revision 059ed62f (ceph): rgw: remove bucket index objects when deleting the bucket
Fixes: http://tracker.ceph.com/issues/16412
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from c...
Orit Wasserman
08:14 AM Revision 93d78755 (ceph): rgw: add missing master_zone when running with old default region config
Fixes: http://tracker.ceph.com/issues/16627
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from ...
Orit Wasserman
08:12 AM Revision dc963833 (ceph): rgw: fix error_repo segfault in data sync
RGWDataSyncShardCR will only allocate an error_repo if it's doing
incremental sync, so RGWDataSyncSingleEntryCR needs...
Casey Bodley
07:31 AM rgw Backport #16702: jewel: multisite: bucket sync failures with tenant users
Backported https://github.com/ceph/ceph/pull/10075 and https://github.com/ceph/ceph/pull/10252 in the PR Abhishek Varshney
07:30 AM rgw Backport #16702 (In Progress): jewel: multisite: bucket sync failures with tenant users
Abhishek Varshney
07:09 AM rgw Backport #16447: jewel: default quota fixes
It might be conflicting in rgw_quota.cc around the constructor for RGWQuotaHandlerImpl, which is not needed anymore. ... Pavan Rallabhandi
06:47 AM rgw Backport #16447 (Need More Info): jewel: default quota fixes
This does not cleanly backport to jewel as it conflicts with https://github.com/ceph/ceph/pull/9037. Abhishek Varshney
06:59 AM Revision bcdc2df3 (ceph): rgw: Rework of s3 LDAP Authentication code.
The LDAP authentication code has been reworked based
on the new authentication infrastructure.
Signed-off-by: Pritha...
Pritha Srivastava
06:52 AM Revision 4f5346cc (ceph): doc/cephfs: fix up mds_standby_replay describe
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
06:33 AM rgw Backport #16319 (In Progress): jewel: radosgw-admin: inconsistency in uid/email handling
Abhishek Varshney
06:32 AM Revision 962e7dc4 (ceph): rgw-admin: convert user email addresses to lower case
Fixes the email address inconsistency documented in upstream
Ceph BUG #13598
Signed-off-by: Matt Benjamin <mbenjamin...
Matt Benjamin
06:32 AM Revision 3f8298a0 (ceph): rgw-admin: return error on email address conflict (add user)
Fixes the error return inconsistency documented in upstream
Ceph issue #13598
Revised after upstream review, permits...
Matt Benjamin
06:32 AM Revision 67eb9619 (ceph): rgw: add line space between inl. member function defns (rgw_user.h)
This is a cosmetic change only.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit 5a7f7...
Matt Benjamin
06:30 AM rgw Backport #16312 (In Progress): jewel: selinux denials in RGW
Abhishek Varshney
06:28 AM Revision 461782ee (ceph): selinux: allow chown for self and setattr for /var/run/ceph
Fixes: http://tracker.ceph.com/issues/16126
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commi...
Boris Ranto
06:27 AM rgw Backport #16272 (In Progress): jewel: rgw ldap: fix ldap bindpw parsing
Abhishek Varshney
06:26 AM Revision fe57acee (ceph): rgw ldap: fix ldap bindpw parsing
Also add additional LDAP debugging output at 0, 10, and 15 to make
troubleshooting easier.
Fixes DN search issue usi...
Matt Benjamin
04:24 AM Revision 2ead8478 (ceph): mon/OSDMonitor: fix CEPH_FEATURE_SERVER_JEWEL of preprocess_boot() check
We shall check CEPH_FEATURE_SERVER_JEWEL carried by osd_features of
MOSDBoot message, as it will be properly filled b...
xie xingguo
04:24 AM Revision 3b160df0 (ceph): mon/OSDMonitor: expose require_kraken_osds flag to user
For newly created cluster the CEPH_OSDMAP_REQUIRE_KRAKEN will be
automatically set, while for existing clusters it wi...
xie xingguo
02:51 AM rgw Bug #16877 (Duplicate): mulsites synchonize objects in limitless loop
When multisite is configured, radosgw will update objects in limitless loop. For example, zone-a create an object nam... hikdata hik
02:36 AM CephFS Bug #16768: multimds: check_rstat assertion failure
Here's another instance of the assertion failure on a more recent master branch:
http://qa-proxy.ceph.com/teutholo...
Patrick Donnelly

07/31/2016

09:12 PM CephFS Bug #16876 (Duplicate): java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jni/libcephf...
I had a failed fs testsuite run, and a couple of the jobs failed with what looks like the error below:... Jeff Layton
09:08 PM Revision 4c9a2317 (ceph): src/global/pidfile.cc: Assign elements in structures individually
- Assigning structure is better per element.
The order of elements is not always the same in very OS.
So "hardc...
Willem Jan Withagen

07/30/2016

08:33 PM Revision 9bef6cf8 (ceph): Merge remote-tracking branch 'upstream/pull/10514/head'
* upstream/pull/10514/head:
src/vstart.sh: stop script aborting when ceph.cfg is not there
Reviewed-by: Patrick Do...
Patrick Donnelly
08:05 PM Revision df495186 (ceph): src/vstart.sh: stop script aborting when ceph.cfg is not there
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
04:59 PM Revision 77ec14a9 (ceph): Merge pull request #10432 from dillaman/wip-16708
rbd-mirror: potential IO stall when using asok flush request
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
04:34 PM rbd Bug #16223 (Pending Backport): journal should prefetch small chunks of the object during replay
Mykola Golub
04:28 PM Revision df2aa585 (ceph): Merge pull request #10341 from dillaman/wip-16223
rbd-mirror: reduce memory footprint during journal replay
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
04:06 PM Revision 429e9c03 (ceph): rgw: aws4: fix buffer sharing issue with chunked uploads
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
(cherry picked from commit dd9f53115a452e1e4268a1036f8fb69f9c1b8...
Javier M. Mellid
10:35 AM rgw Bug #16813: "radosgw --show-config" and "radosgw-admin --show-config" do not display current conf...
Hi, We can get the accurate configuration by specifying rgw instance name (eg. -n client.rgw.us-east-1). since we may... Yan Jun
10:09 AM Bug #16873: g++: internal compiler error: Killed (program cc1plus)
-j causes make to compile stuff in parallel, which increases the memory demands.
If you have two CPUs/cores, you ...
Nathan Cutler
09:48 AM Bug #16873: g++: internal compiler error: Killed (program cc1plus)
Haomai Wang wrote:
> I think you don't have enough memory to compile, please check dmesg output
Thx.
Yutong Liang
09:47 AM Bug #16873: g++: internal compiler error: Killed (program cc1plus)
Nathan Cutler wrote:
> So, the compilation succeeds if the machine has 8G of memory? And it succeeds if you omit -j?...
Yutong Liang
08:35 AM Bug #16873: g++: internal compiler error: Killed (program cc1plus)
So, the compilation succeeds if the machine has 8G of memory? And it succeeds if you omit -j? Both of these would be ... Nathan Cutler
05:21 AM Bug #16873: g++: internal compiler error: Killed (program cc1plus)
I think you don't have enough memory to compile, please check dmesg output Haomai Wang
03:30 AM Bug #16873 (Rejected): g++: internal compiler error: Killed (program cc1plus)
System: OS X 10.10.5
Virtual Machine: Parallel Desktop 11.2
Virtual Machine: CentOS 7
Ceph Version: Hammer branch
...
Yutong Liang
10:06 AM Bug #16874: ERROR: error accessing '/home/ceph/ceph/src/dev/osd0/*'
Which official guide? Can you provide the URL? Nathan Cutler
09:45 AM Bug #16874 (Rejected): ERROR: error accessing '/home/ceph/ceph/src/dev/osd0/*'
When I set up the development environment according to the official guide, it reports this problem.
ERROR: err...
Yutong Liang
08:15 AM Revision 5c630e37 (ceph): python-rados: Implements new write_ops
* rados_write_op_create
* rados_write_op_append
* rados_write_op_write_full
* rados_write_op_write
* rados_write_op_r...
Mehdi Abaakouk
08:15 AM Revision 250e1653 (ceph): python-rados: add some read_op/write_op methods
This change adds python API for the following C methods:
* rados_aio_write_op_operate
* rados_write_op_omap_set
* rad...
Mehdi Abaakouk
07:08 AM Revision d1c9757a (ceph): os/bluestore: fix dump of bluestore_lextent_t
The blob field can be negative, which means this extent is shared,
so we shall use dump_int() method instead of dump_...
xie xingguo
05:24 AM Revision 00b6fe11 (ceph): Merge pull request #10489 from ceph/wip-cmake
cmake changes
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Kefu Chai
03:32 AM rgw Backport #16872 (In Progress): hammer: Have a flavor of bucket deletion in radosgw-admin to bypas...
Nathan Cutler
03:27 AM rgw Backport #16872 (Resolved): hammer: Have a flavor of bucket deletion in radosgw-admin to bypass g...
https://github.com/ceph/ceph/pull/10509 Nathan Cutler
03:27 AM Backport #16870: hammer: OSD: crash on EIO during deep-scrubing
*master PR*: https://github.com/ceph/ceph/pull/3595
Note that the hammer backport will not be a straight-forward c...
Nathan Cutler
03:26 AM Backport #16870 (Resolved): hammer: OSD: crash on EIO during deep-scrubing
https://github.com/ceph/ceph/pull/11935 Nathan Cutler
03:27 AM rgw Backport #16871 (Resolved): jewel: Have a flavor of bucket deletion in radosgw-admin to bypass ga...
https://github.com/ceph/ceph/pull/10661 Nathan Cutler
03:25 AM rbd Backport #16869 (Resolved): jewel: Discard hangs when 'rbd_skip_partial_discard' is enabled
https://github.com/ceph/ceph/pull/10797 Nathan Cutler
03:25 AM rbd Backport #16868 (Resolved): jewel: Prevent the creation of a clone from a non-primary mirrored image
https://github.com/ceph/ceph/pull/10650 Nathan Cutler
03:24 AM rbd Backport #16867 (Resolved): jewel: mkfs.xfs slow performance with discards and object map
https://github.com/ceph/ceph/pull/10649 Nathan Cutler
03:24 AM Backport #16866 (Resolved): jewel: OSD: "ceph osd df" does not show summarized info correctly if ...
https://github.com/ceph/ceph/pull/10759 Nathan Cutler
03:24 AM Backport #16865 (Resolved): jewel: saw valgrind issues in ReplicatedPG::new_repop
https://github.com/ceph/ceph/pull/10760 Nathan Cutler
03:24 AM rgw Backport #16864 (Resolved): jewel: multisite segfault on ~RGWRealmWatcher if realm was deleted
https://github.com/ceph/ceph/pull/10660 Nathan Cutler
03:23 AM rgw Backport #16863 (Resolved): jewel: use zone endpoints instead of zonegroup endpoints
https://github.com/ceph/ceph/pull/10659 Nathan Cutler
03:23 AM rgw Backport #16862 (Resolved): jewel: "default" zone and zonegroup cannot be added to a realm
https://github.com/ceph/ceph/pull/10658 Nathan Cutler

07/29/2016

11:07 PM rgw Bug #16861: unittest_rgw_bencode failed during `make check`
Here's a proposed fix:
https://github.com/ceph/ceph/pull/10510
(didn't even test compile, so need to do that be...
Yehuda Sadeh
08:42 PM rgw Bug #16861 (Resolved): unittest_rgw_bencode failed during `make check`
... Yuri Weinstein
11:07 PM Revision 4410eedc (ceph): test_rgw_bencode: null terminate strings before checking
Fixes: http://tracker.ceph.com/issues/16861
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:41 PM rgw Feature #15557 (Pending Backport): Have a flavor of bucket deletion in radosgw-admin to bypass ga...
hammer backport PR:
https://github.com/ceph/ceph/pull/10509
Yehuda Sadeh
10:18 PM CephFS Documentation #16743 (Resolved): client: config settings missing in documentation
Patrick Donnelly
09:54 PM Bug #16611 (Resolved): build/ops: issue while building against libxfs
Nathan Cutler
09:52 PM Bug #16672: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()
Two more osds:
ceph-post-file: 3a0db99a-556d-478c-a4bd-927413c18762
ceph-post-file: 088e0d65-1a2c-4857-aedd-d38b4d9...
Eric Cook
09:52 PM Backport #16612 (Resolved): hammer: build/ops: issue while building against libxfs
Nathan Cutler
09:51 PM Revision 3c4d14fe (ceph): Merge pull request #10182 from gaurav36/wip-configure-xfs-issue-hammer
hammer: configure: Add -D_LARGEFILE64_SOURCE to Linux build.
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by...
Nathan Cutler
08:59 PM Revision 3421851f (ceph): doc: add some links to CephFS troubleshooting guide
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
08:26 PM Revision 1c5778ec (ceph): doc: extend the CephFS troubleshooting guide
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
06:57 PM Revision 13d42705 (ceph): common/dns_resolve.h: Make sure the .h file has al required includes.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
06:29 PM Revision 12b51f44 (ceph): src/include/compat.h:define CLOCK_REALTIME_COARSE if not available
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
06:22 PM Revision 45575854 (ceph): src/common/dns_resolve.cc: reorder the includes
- dns_resolv.h should only be include after all the std-includes are
made. Otherwise it will result into undefined...
Willem Jan Withagen
06:18 PM Revision 9ff85744 (ceph): Merge pull request #1103 from ceph/wip-fix-bad-check-jewel
backport - Wip fix bad check Zack Cerza
05:56 PM Revision 30c4b3be (ceph): libcephfs: Add unit tests for ceph_ll_setlk and ceph_ll_getlk
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com> Frank S. Filz
04:53 PM Revision e061d8d1 (ceph): Add checks to make sure that the subscription manager is not already en...
Add ability to set monitor_interface and public_network values (as opposed
to using hard coded values)
This change s...
Warren Usui
04:26 PM Revision a27bbaae (ceph): cmake: link libcommon against pthread
as Thread.cc lives in libcommon, and global is not using libpthread
directly. so moving libpthread linkage from libgl...
Kefu Chai
04:24 PM rgw Bug #16856: ACL request for objects with underscore at end and beginning
I'm guessing we end up setting namespace for the object as temp here (rgw_common: from_index_key()) and this starts t... Abhishek Lekshmanan
08:49 AM rgw Bug #16856: ACL request for objects with underscore at end and beginning
... Martin Born
08:47 AM rgw Bug #16856 (Resolved): ACL request for objects with underscore at end and beginning
It seems that an ACL-request to an object starting with an underscore and ending with another underscore is
broken ...
Martin Born
04:04 PM Revision e5b3ee0b (ceph): Merge pull request #10177 from BlaXpirit/ceph-tests-py3
pybind: Port Python-based tests and remaining Python bindings to Python 3
Reviewed-by: Case Bodley <cbodley@redhat.c...
Josh Durgin
03:57 PM Bug #14468 (Resolved): osd: dup op detection doesn't handle guarded writes
https://github.com/ceph/ceph/pull/10170 Josh Durgin
03:56 PM rbd Bug #15353 (Rejected): librbd: disable optimizations that result in pipelining guarded writes mix...
Yes, now that we store write errors in the pg log this shouldn't be an issue. Josh Durgin
03:04 PM rbd Bug #15353 (Need More Info): librbd: disable optimizations that result in pipelining guarded writ...
@Josh: do the recent PG log changes make this ticket obsolete? Jason Dillaman
03:34 PM Revision bc299e56 (ceph): Clean up lifecycle thread
Make sure that the lifecycle thread is terminated and all memory is
cleaned up on shutdown.
Signed-off-by: Daniel Gr...
Daniel Gryniewicz
03:13 PM Revision a955647a (ceph): Merge remote-tracking branch 'upstream/pull/10312/head'
* upstream/pull/10312/head:
vstart: refactor and fix forced config changes
vstart: cleanup echoed commands and sh...
Patrick Donnelly
03:12 PM Revision 417c54f1 (ceph): cmake: exclude private symbols in librbd
missed it in 0edfad0.
* librbd: pass '--exclude-libs,ALL' to linker
* rbd: link against used libraries explicitly, rb...
Kefu Chai
03:12 PM Revision 998a5062 (ceph): cmake: do not link ec_jerasure_generic against crush
crush is not used in erasure plugins at this moment.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:12 PM Revision ce1d2e47 (ceph): cmake: remove uuid
as it is replaced by the boost implementation, and not detected in
cmake anymore.
Signed-off-by: Kefu Chai <kchai@re...
Kefu Chai
03:12 PM Revision 221c47d3 (ceph): cmake: set policies
this makes sure we are compatible with latest and future cmake
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:12 PM Revision 7296be4e (ceph): cmake: use fullpaths of libraries
better off using the detected path, instead of using the default path
for finding the linked libaries.
see "cmake -...
Kefu Chai
03:12 PM Revision aa524e68 (ceph): cmake: remove duplicated linked lib for libcommon
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:12 PM Revision 8bac1c1e (ceph): cmake: do not reference undefined variables
* AIO_LIBS is now named AIO_LIBARIES, and there is not point to print
out its path
* USE_NSS is not defined if NSS ...
Kefu Chai
03:12 PM Revision 8bf5cd16 (ceph): cmake: cleanup Findfuse.cmake
* remove unused stuff, we do not pass/use FUSE_VERSION in cmake.
the FUSE_VERSION we are using is defined by "fuse_...
Kefu Chai
03:07 PM rbd Bug #15871 (Resolved): Replay of snap remove journal event caused assertion failure
Fixed under ticket #16114 and was backported via same ticket. Jason Dillaman
03:05 PM rbd Bug #15561 (Closed): RBD image can be listed but not opened
@Ke Ke: feel free to re-open if you are still experiencing this issue. Jason Dillaman
02:55 PM rbd Bug #16740 (In Progress): Cannot disable journaling or remove non-mirrored, "non-primary" image
Jason Dillaman
02:52 PM Revision 45a2532d (ceph): msg/FastStrategy.h: add override to virtual funct
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
02:48 PM Revision a591fd21 (ceph): msg/QueueStrategy: add override to virtual functs
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
02:17 PM Revision 20dd3ade (ceph): Merge pull request #10483 from trociny/fixup-test-rbd-mirror
qa/workunits/rbd: small fixup and improvements for rbd-mirror tests
Reviewed-by: Jason Dillaman <dillaman@hotmail.com>
Jason Dillaman
01:46 PM Revision 53a01d3d (ceph): task/packages: install libcephfs-dev
The way we currently build the cephfs java
bindings depends on the unversioned .so file
which is in the -dev package,...
John Spray
01:41 PM Revision 8999ae14 (ceph): Merge pull request #10374 from ktdreyer/wip-doc-debug-ceph-fuse
doc: add troubleshooting steps for ceph-fuse
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
01:31 PM rbd Bug #16689 (Pending Backport): mkfs.xfs slow performance with discards and object map
Mykola Golub
01:31 PM Revision 1d4384c5 (ceph): Merge pull request #10332 from dillaman/wip-16689
librbd: optimize away unnecessary object map updates
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
01:08 PM Revision ae4b1744 (ceph): doc: add troubleshooting steps for ceph-fuse
Thanks to John Spray <jspray@redhat.com> on ceph-devel for this
information.
Signed-off-by: Ken Dreyer <kdreyer@redh...
Ken Dreyer
12:51 PM Revision d974dc11 (ceph): Merge pull request #1082 from ceph/wip-mds-minor
tasks/cephfs: check cache size health warning John Spray
12:49 PM Revision 80c0dfcb (ceph): Merge pull request #10479 from batrick/standby-notes
doc: small standby doc edits
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:48 PM Revision df0720c9 (ceph): Merge pull request #10434 from batrick/i16743
doc: add client config ref
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: John Spray <john.spray@redhat....
John Spray
12:34 PM rbd Bug #16855 (Need More Info): rbd mirror: after promote, the mirror image often be up+error
@de Ian: can you please provide a debug log from the rbd-mirror daemon executing against cluster 'cluster1'? You need... Jason Dillaman
07:28 AM rbd Bug #16855 (Resolved): rbd mirror: after promote, the mirror image often be up+error
HI!
when i do some demote and promote operation.zhe mirror image often become up+error....
de lan
12:29 PM Revision bacc5b08 (ceph): Merge pull request #10409 from weiqiaomiao/wqm-wip-rgw-reboot
rgw:fix rgw boot failed after upgrade to master latest version Daniel Gryniewicz
12:18 PM CephFS Backport #16797 (In Progress): jewel: MDS Deadlock on shutdown active rank while busy with metada...
Abhishek Varshney
12:15 PM Revision 7c2eab19 (ceph): mds: move Finisher to unlocked shutdown
This commit resolves a deadlock reported in i16042 where the thread calling
MDSRankDispatcher::shutdown would hold th...
Patrick Donnelly
12:13 PM CephFS Bug #16842: mds: replacement MDS crashes on InoTable release
Min Chen: can you describe the client part of how to reproduce this? What does the client have to be doing to reprod... John Spray
12:08 PM CephFS Backport #16621 (In Progress): jewel: mds: `session evict` tell command blocks forever with async...
Abhishek Varshney
12:07 PM Revision 28697fc5 (ceph): mds: Kill C_SaferCond in evict_sessions()
MDSRankDispatcher::evict_sessions waits on a C_SaferCond for
kill_session to complete on each of its victims. Change ...
Douglas Fuller
11:48 AM CephFS Backport #16620 (In Progress): jewel: Fix shutting down mds timed-out due to deadlock
Abhishek Varshney
11:45 AM Revision 49a1ce93 (ceph): msg/async: remove the unnecessary checking to wakup event_wait
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
(cherry picked from commit 560dc32771be00664c4b22a0ebca5190cd246e0a)
Zhi Zhang
11:45 AM Revision 1d3a8168 (ceph): mds: fix shutting down mds timed-out due to deadlock
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
(cherry picked from commit ca069149654ecd10778cd5327bf59b9643e23967)
Zhi Zhang
11:44 AM CephFS Backport #16299 (In Progress): jewel: mds: fix SnapRealm::have_past_parents_open()
Abhishek Varshney
11:42 AM Revision 2beb56a1 (ceph): mds: fix SnapRealm::have_past_parents_open()
the '!' got delete accidentally in commit f7fb2cb52c (mds: fix open
snap parents tracking)
Signed-off-by: Yan, Zheng...
Yan, Zheng
11:42 AM Revision 05a6c839 (ceph): tasks/cephfs: check cache size health warning
Fortunately we already have a test that creates the condition,
so just tweak it to exceed the 150% threshold for the ...
John Spray
11:35 AM Backport #16657 (In Progress): jewel: i386 tarball gitbuilder failure on master:
Abhishek Varshney
11:21 AM Backport #16586 (In Progress): jewel: partprobe intermittent issues during ceph-disk prepare
Abhishek Varshney
11:19 AM Revision 3d6d36a1 (ceph): ceph-disk: partprobe should block udev induced BLKRRPART
Wrap partprobe with flock to stop udev from issuing BLKRRPART because
this is racy and frequently fails with a messag...
Loic Dachary
11:16 AM Backport #16585: jewel: enormous CLOSE_WAIT connections after re-spawning a mds daemon
There is a conflict in backporting this. It is with the commit f97d0d2ccb9347a6252909975e5a81668f3bd406, which is not... Abhishek Varshney
11:15 AM Revision 2c422e30 (ceph): rgw: add handling of memory allocation failure in AWS4 auth.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
(cherry picked from commit ddbb0ab9d5046672795ec876221de9...
Radoslaw Zarzynski
11:15 AM Revision 276ec72e (ceph): rgw: use std::unique_ptr for rgw_aws4_auth management.
This is purely for code maintainability.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
(cherry picked ...
Radoslaw Zarzynski
11:15 AM Revision 8cd7f44d (ceph): rgw: aws4: add STREAMING-AWS4-HMAC-SHA256-PAYLOAD support
When authenticating requests using the Authorization header in AWS4, you have
the option of uploading the payload in ...
Javier M. Mellid
11:15 AM Bug #16390: enormous CLOSE_WAIT connections after re-spawning a mds daemon
There is a conflict in backporting this. It is with the commit f97d0d2ccb9347a6252909975e5a81668f3bd406, which is not... Abhishek Varshney
11:00 AM CephFS Cleanup #15923 (Resolved): MDS: remove TMAP2OMAP check and move Objecter into MDSRank
John Spray
10:58 AM CephFS Cleanup #16195 (Resolved): mds: Don't spam log with standby_replay_restart messages
John Spray
10:45 AM Backport #16583 (In Progress): jewel: mon crash: crush/CrushWrapper.h: 940: FAILED assert(success...
Abhishek Varshney
10:44 AM CephFS Bug #16857 (Duplicate): Crash in Client::_invalidate_kernel_dcache
... John Spray
10:43 AM Revision 79e2acb9 (ceph): crush: reset bucket->h.items[i] when removing tree item
* crush: so we don't see the reference after the removing, this keeps
check_item_loc() happy, and move_bucket() use...
Kefu Chai
10:42 AM Backport #16577 (In Progress): jewel : 60-ceph-partuuid-workaround-rules still needed by debian j...
Abhishek Varshney
10:15 AM Fix #16746: Fix the Ceph and Ceph UT compiling error in AArm64
The update in PR https://github.com/ceph/ceph/pull/10427 is partly duplicated with https://github.com/ceph/ceph/pull/... Anonymous
08:31 AM Revision cb8236c1 (ceph): msg/test: fix the guided compile-command to ceph_test_msgr
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn> Yan Jun
08:10 AM Bug #16034 (Pending Backport): OSD: crash on EIO during deep-scrubing
*master PR*: https://github.com/ceph/ceph/pull/3595
Note that the hammer backport will not be a straight-forward c...
Nathan Cutler
08:09 AM Revision e8e2cb6d (ceph): mon: remove the redudant jugement in LogMonitor tick function
Signed-off-by: song baisen <song.baisen@zte.com.cn> ceph zte
08:03 AM Bug #16845 (Can't reproduce): E: Sub-process /usr/bin/dpkg returned an error code (1)
Nathan Cutler
05:52 AM Bug #16845: E: Sub-process /usr/bin/dpkg returned an error code (1)
hi! @Nathan Cutler
I have find that zhe test environment left some package configuration file.such as:
ubuntu@pl...
de lan
07:41 AM Bug #15006 (Resolved): objects unfound after repair (fixed by repeering the pg)
Nathan Cutler
07:41 AM Backport #15002 (Resolved): hammer: objects unfound after repair (fixed by repeering the pg)
Nathan Cutler
07:40 AM Revision 79753edf (ceph): Merge pull request #7961 from dzafman/wip-15002
hammer: objects unfound after repair (fixed by repeering the pg)
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewe...
Nathan Cutler
07:39 AM Bug #15641 (Resolved): [MON] Fixed calculation of %USED.
Nathan Cutler
07:39 AM Backport #15635 (Resolved): hammer: [MON] Fixed calculation of %USED.
Nathan Cutler
07:38 AM Revision 75271a25 (ceph): Merge pull request #9125 from dzafman/wip-15635
hammer: [MON] Fixed calculation of %USED
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Nathan Cutler <ncu...
Nathan Cutler
07:37 AM Bug #14438 (Resolved): "FAILED assert(pg->info.history.same_interval_since == p.same_interval_sin...
Nathan Cutler
07:36 AM Backport #15315 (Resolved): hammer: "FAILED assert(pg->info.history.same_interval_since == p.same...
Nathan Cutler
07:36 AM Revision 76fa3b10 (ceph): Merge pull request #8464 from dzafman/wip-13039-15315
hammer: "FAILED assert(pg->info.history.same_interval_since == p.same_interval_since)" in upgrade:hammer-x-jewel-dist... Nathan Cutler
07:33 AM Bug #14313 (Resolved): ECBackend: send write and read sub ops on behalf of client ops at normal p...
Nathan Cutler
07:33 AM Backport #15293 (Resolved): hammer: ECBackend: send write and read sub ops on behalf of client op...
Nathan Cutler
07:32 AM Revision cf5f1117 (ceph): Merge pull request #8573 from Vicente-Cheng/wip-15293-hammer
hammer: ECBackend: send write and read sub ops on behalf of client ops at normal priority
Reviewed-by: Samuel Just <...
Nathan Cutler
07:32 AM Bug #15391 (Resolved): ReplicatedPG.cc: 430: FAILED assert(!actingbackfill.empty()): old watch ti...
Nathan Cutler
07:31 AM Backport #15525 (Resolved): hammer: ReplicatedPG.cc: 430: FAILED assert(!actingbackfill.empty()):...
Nathan Cutler
07:31 AM Revision 76ce7757 (ceph): Merge pull request #8665 from Vicente-Cheng/wip-15525-hammer
hammer: ReplicatedPG.cc: 430: FAILED assert(!actingbackfill.empty()): old watch timeout tries to queue repop on repli... Nathan Cutler
07:30 AM Bug #13992 (Resolved): LibRadosMiscConnectFailure.ConnectFailure (not so intermittent) failure in...
Nathan Cutler
07:30 AM Backport #15320 (Resolved): hammer: LibRadosMiscConnectFailure.ConnectFailure (not so intermitten...
Nathan Cutler
07:29 AM Revision 8629d378 (ceph): Merge pull request #8806 from SUSE/wip-15320-hammer
hammer: LibRadosMiscConnectFailure.ConnectFailure (not so intermittent) failure in upgrade/hammer-x
Reviewed-by: Sam...
Nathan Cutler
07:28 AM Backport #15730 (Resolved): hammer: osd: acting_primary not updated on split
Nathan Cutler
07:28 AM Revision 79fc4018 (ceph): Merge pull request #9001 from Vicente-Cheng/wip-15730-hammer
hammer: osd: acting_primary not updated on split
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Nathan Cut...
Nathan Cutler
07:27 AM Bug #15760 (Resolved): LibRadosWatchNotifyPPTests/LibRadosWatchNotifyPP.WatchNotify2Timeout/1 segv
Nathan Cutler
07:27 AM Backport #15796 (Resolved): hammer: LibRadosWatchNotifyPPTests/LibRadosWatchNotifyPP.WatchNotify2...
Nathan Cutler
07:26 AM Revision f4d56b03 (ceph): Merge pull request #9400 from Vicente-Cheng/wip-15796-hammer
hammer: LibRadosWatchNotifyPPTests/LibRadosWatchNotifyPP.WatchNotify2Timeout/1 segv
Reviewed-by: Samuel Just <sjust@...
Nathan Cutler
07:25 AM Bug #15686 (Resolved): reweight-by-utilization:- While increasing the weight of the underutilized...
Nathan Cutler
07:25 AM Backport #15770 (Resolved): hammer: reweight-by-utilization:- While increasing the weight of the ...
Nathan Cutler
07:24 AM Revision f71c9e65 (ceph): Merge pull request #9416 from chardan/wip-15770-hammer
hammer: mon/OSDMonistor: improve reweight_by_utilization() logic
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewe...
Nathan Cutler
07:23 AM Bug #16847 (Resolved): hammer: ceph-qa-suite do_pg_scrub() does nothing due to scrub stamp change
Nathan Cutler
07:22 AM Revision d4872eca (ceph): Merge pull request #1104 from smithfarm/wip-16847
Wip 16847
Reviewed-by: Samuel Just <sjust@redhat.com>
Nathan Cutler
07:21 AM rgw Backport #16698 (Resolved): hammer: multidelete query parameter not correctly parsed
Nathan Cutler
07:21 AM Revision fdb730e1 (ceph): Merge pull request #10189 from dreamhost/wip-16618-hammer
rgw: fix multi-delete query param parsing.
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Reviewed-by: Nathan Cutler ...
Nathan Cutler
07:20 AM rgw Backport #16382 (Resolved): hammer: comparing return code to ERR_NOT_MODIFIED in rgw_rest_s3.cc (...
Nathan Cutler
07:19 AM rgw Bug #14005 (Resolved): RGW shouldn't send Content-Type nor Content-Length for 304 responses
Nathan Cutler
07:18 AM rgw Backport #15283 (Resolved): hammer: RGW shouldn't send Content-Type nor Content-Length for 304 re...
Nathan Cutler
07:17 AM Revision f9e8dc82 (ceph): Merge pull request #8379 from Vicente-Cheng/wip-15283-hammer
hammer: RGW shouldn't send Content-Type nor Content-Length for 304 responses
Reviewed-by: Orit Wasserman <owasserm@r...
Nathan Cutler
07:15 AM rgw Backport #15257 (Resolved): hammer: rgw: radosgw server abort when user passed bad parameters to ...
Nathan Cutler
07:14 AM Revision f3cbf5f8 (ceph): Merge pull request #8313 from SUSE/wip-15257-hammer
hammer: rgw: radosgw server abort when user passed bad parameters to set quota
Reviewed-by: Orit Wasserman <owasserm...
Nathan Cutler
07:13 AM rgw Backport #15839 (Resolved): hammer: CORS: Access-Control-Allow-Origin should return * when set th...
Nathan Cutler
07:13 AM Revision ba8de3ab (ceph): Merge pull request #8528 from wido/hammer-issue-15348
rgw: Set Access-Control-Allow-Origin to a Asterisk if allowed in a rule
Reviewed-by: Orit Wasserman <owasserm@redhat...
Nathan Cutler
07:11 AM rgw Backport #16262 (Resolved): hammer: backport rgwx-copy-if-newer for radosgw-sync
Nathan Cutler
07:10 AM Revision 95621986 (ceph): Merge pull request #9671 from ceph/hammer-rgw-copy-if-newer
hammer: rgw: backport rgwx-copy-if-newer for radosgw-agent
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Reviewe...
Nathan Cutler
07:10 AM rgw Bug #14375 (Resolved): subuser rm fails with status 125
Nathan Cutler
07:09 AM rgw Backport #16190 (Resolved): hammer: subuser rm fails with status 125
Nathan Cutler
07:09 AM Revision 28107d3e (ceph): Merge pull request #9961 from SUSE/wip-16190-hammer
hammer: subuser rm fails with status 125
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Nathan Cutler
07:08 AM rgw Bug #15812 (Resolved): No Last-Modified, Content-Size and X-Object-Manifest headers if no segment...
Nathan Cutler
07:08 AM rgw Backport #15966 (Resolved): hammer: No Last-Modified, Content-Size and X-Object-Manifest headers ...
Nathan Cutler
07:07 AM Revision 5e1a57a6 (ceph): Merge pull request #9402 from SUSE/wip-15966-hammer
hammer: No Last-Modified, Content-Size and X-Object-Manifest headers if no segments in DLO manifest
Reviewed-by: Ori...
Nathan Cutler
04:58 AM Revision aba7d3b8 (ceph): Test scenario
Signed-off-by: lande1234 <lan.de3@zte.com.cn> de lan
04:44 AM Revision 56480683 (ceph): rgw: fix typo
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn> Yan Jun
04:34 AM Revision 9fd92962 (ceph): os/bluestore: narrow lock scope for cache trim()
The cache trim() process can become be time consuming
when the cache size is huge. Since it can be operated
safely un...
xie xingguo
04:28 AM rbd Feature #13186: I hope retain snapshot of the rbd block, after rbd block export and import
zouming zou wrote:
> (1)I have a rbd block foo_c01,that contain a snapshot foo_c01_s01.then,I export foo_c01 to foo_...
Yang Dongsheng
03:18 AM CephFS Bug #16556: LibCephFS.InterProcessLocking failing on master and jewel
It's not only Ceph's locks, mutexes, etc. that we need to be aware of or concerned with. I have seen multiple occurre... Brad Hubbard
03:08 AM CephFS Bug #16556: LibCephFS.InterProcessLocking failing on master and jewel
Kefu Chai
03:05 AM CephFS Bug #16556: LibCephFS.InterProcessLocking failing on master and jewel
John,
i marked PR#10472 as a fix of this issue. it does. but i would like to keep this issue open, because:
by ...
Kefu Chai
03:15 AM Revision 1e8f40b7 (ceph): os/bluestore: drop redundant std::hex
And add "0x" prefix for hexadecimal output.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
03:13 AM Revision f6cfb48b (ceph): os/bluestore: add check when try to get_block_device_size()
If "id" passed in is greater than bdev.size(), then
bdev[id] is undefined and the code is at risk of accessing
violat...
xie xingguo
03:13 AM Revision 55f0a56d (ceph): os/bluestore: check against underflow when adjust buffer size
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
03:13 AM Revision d734dbaa (ceph): os/bluestore: fix potential access violation
According to BlueFS::_init_alloc(), if the relevant bdev
does not exist, we will skip initializing the corresponding
...
xie xingguo
03:08 AM Bug #16744 (Resolved): debian/rules invokes cmake with -DCMAKE_BUILD_TYPE=None, builds without -g
Dan Mick
02:26 AM rgw Bug #16854 (In Progress): the usage log record date is 16 hours later than the real operate time...
hi all,
i want get the usage of user,so i use the command radosgw-admin usage
show ,but i can not get the usage w...
joke lee
01:20 AM Revision edb17c32 (ceph): rgw/rgw_main: fix unnecessary variables defined
Signed-off-by: zhang.zezhu <zhang.zezhu@zte.com.cn> Zezhu Zhang
12:49 AM Revision e7cfdc84 (ceph): Merge pull request #10379 from xiexingguo/xxg-wip-bluestore-2016-07-21
os/bluestore: fix bitmap allocating failure if max_alloc_size is 0
Mark's Comments:
This passed Jenkins checks.
Thi...
Mark Nelson
12:32 AM Revision efc68bc0 (ceph): Merge pull request #10140 from ifed01/wip-bluestore-fsck-update
os/bluestore: replace interval_set with a bitset for used_block conta…
Mark's Comments:
This passed Jenkins checks....
Mark Nelson

07/28/2016

11:19 PM Revision a06bb0df (ceph): client: include COMPLETE and ORDERED states in cache dump
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
10:34 PM Revision b7c30754 (ceph): src/kv/MemDB.cc: the type of the parameter of push_back() does not matc...
- NULL is a C-type usage, which is allow by GCC.
But Clang is more strict in checking.
Error looks like:
src/kv/M...
Willem Jan Withagen
10:22 PM Revision 9504157f (ceph): osd: move heartbeat_check() from tick() to tick_without_osd_lock()
The heartbeat_check() logic requires heartbeat_lock only, so it shall
work without osd_lock in hand. By doing this, w...
xie xingguo
10:22 PM Revision b425c3b8 (ceph): osd: move updating of had_map_since out of loop
The had_map_since always sticks to the timestamp
of the last map we ever updated. So this shall ease
CPU a liitle whe...
xie xingguo
10:16 PM Bug #16852 (Can't reproduce): "FAILED assert(m_total_bytes >= bl_old.length())" in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-27_11:33:48-rados-wip-yuri-testing_2016_7_27-distro-basic-smithi/
Job: 33...
Yuri Weinstein
09:53 PM Revision 67e1e622 (ceph): fix indentation error in docstring
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit af973259eff9ffbbbe9aa209c3b3dd2d80d7219b)
Alfredo Deza
09:53 PM Revision 31d78195 (ceph): Merge pull request #1106 from ceph/wip-flake8
fix flake8 errors
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
09:52 PM Revision 5529c657 (ceph): tox.ini: exclude .tox dir from flake8
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
(cherry picked from commit 50f32756a472c29cc6c18a128e5b6cc99c9371e5)
Josh Durgin
09:52 PM Revision 4c7d8206 (ceph): do not ommit syntax errors in linter checks
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit db69142b9078fd9ed35fb3a542fc340dae9be665)
Alfredo Deza
09:51 PM Revision 60ba652b (ceph): tox.ini: exclude .tox dir from flake8
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
(cherry picked from commit 50f32756a472c29cc6c18a128e5b6cc99c9371e5)
Josh Durgin
09:45 PM Revision cee7a241 (ceph): cephfs/filesystem: remove unused var
flake8 passes now
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
09:44 PM Revision 50f32756 (ceph): tox.ini: exclude .tox dir from flake8
Signed-off-by: Josh Durgin <jdurgin@redhat.com> Josh Durgin
09:43 PM Revision 23498a96 (ceph): mon/OSDMonitor: avoid potential expensive grace calculation
The grace calculation during check_failure() is now very complicated
and time-consuming. Therefore we shall skip this...
xie xingguo
09:41 PM Revision 1b6f6f27 (ceph): mon/OSDMonitor: improve reweight_by_utilization() logic
By calling reweight_by_utilization() method, we are aiming at an evener result
of utilization among all osds. To achi...
xie xingguo
09:40 PM Revision e49218b8 (ceph): Merge pull request #1105 from athanatos/wip-ec-pg-log
update diverge priors tests - this is handled by persisting the missing set now
Reviewed-by: Josh Durgin <jdurgin@re...
Josh Durgin
09:39 PM Bug #16851 (Can't reproduce): "[ FAILED ] CReadOpsTest.Omap" in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-27_11:33:48-rados-wip-yuri-testing_2016_7_27-distro-basic-smithi/
Job: 33...
Yuri Weinstein
08:46 PM rbd Bug #16227 (Fix Under Review): rbd-mirror: volume rename followed by delete, not deleted on secon...
*PR*: https://github.com/ceph/ceph/pull/10484
(will be backported with ticket #16538)
Jason Dillaman
08:25 PM rbd Bug #16227 (In Progress): rbd-mirror: volume rename followed by delete, not deleted on secondary
Jason Dillaman
08:46 PM rbd Bug #16538 (Fix Under Review): rbd-mirror: image deleter should use pool id + global image uuid f...
*PR*: https://github.com/ceph/ceph/pull/10484 Jason Dillaman
08:40 PM devops Fix #16440: [initscripts]: systemd-run is not needed in initscripts
More issue description.
My initial problem was connected with hammer radosgw on el7. I couldn't run radosgw under...
Vladislav Odintsov
07:48 PM devops Fix #16440 (Pending Backport): [initscripts]: systemd-run is not needed in initscripts
Loïc Dachary
08:36 PM Revision 87b32d15 (ceph): librbd: support deleting image by id instead of name
The rbd-mirror daemon will use this API to delete images instead
of attempting to use the local image name.
Fixes: h...
Jason Dillaman
08:36 PM Revision 25203a8a (ceph): rbd-mirror: use pool id + global image id as deletion primary key
Fixes: http://tracker.ceph.com/issues/16538
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
07:19 PM rbd Feature #16171 (Fix Under Review): Request exclusive lock if owner sends -ENOTSUPP for proxied ma...
*PR*: https://github.com/ceph/ceph/pull/10481 Jason Dillaman
03:38 PM rbd Feature #16171 (In Progress): Request exclusive lock if owner sends -ENOTSUPP for proxied mainten...
Jason Dillaman
07:09 PM Revision d2d2d90d (ceph): librbd: request exclusive lock if current owner cannot execute op
The initial krbd implementation will not support executing maintenance
ops and instead will return -EOPNOTSUPP. In th...
Jason Dillaman
06:49 PM Bug #16849 (Can't reproduce): "MaxWhileTries: 'check health'" timed out in smoke-master-distro-ba...
Run: http://pulpito.ceph.com/teuthology-2016-07-27_05:00:02-smoke-master-distro-basic-vps/
Job: 336468
Logs: http:/...
Yuri Weinstein
06:33 PM CephFS Bug #16842: mds: replacement MDS crashes on InoTable release
This looks more complicated than that to reproduce. The code that's crashing is timing out a client connection that d... Greg Farnum
06:25 AM CephFS Bug #16842 (Can't reproduce): mds: replacement MDS crashes on InoTable release
ceph version 10.2.0-2638-gf7fc985
reproduce step:
1. new fs and start mds.a
2. start mds.b
3. kill mds.a
fai...
Min Chen
06:29 PM Bug #16848 (Rejected): ObjectModDesc::update_snaps does not apply the update if the object has be...
Samuel Just
06:29 PM Bug #16848: ObjectModDesc::update_snaps does not apply the update if the object has been stashed ...
Nevermind, it works as-is. rmobject() doesn't clear the bl and all users do update_snaps first. Samuel Just
06:22 PM Bug #16848 (Rejected): ObjectModDesc::update_snaps does not apply the update if the object has be...
This only comes into play when snaps are used with EC. Further, you'd have to rollback a trim operation on a clone. ... Samuel Just
06:17 PM Revision 00ca666a (ceph): doc: add historical warning for mds_standby_replay
When testing < v10.2.1 with standby replay, I was often confused why the
MDS daemons would go into replay even when t...
Patrick Donnelly
06:17 PM Revision 080028b6 (ceph): doc: fix config separator/title size.
This makes the setting consistent with the others.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:04 PM rbd Bug #16386 (Pending Backport): Discard hangs when 'rbd_skip_partial_discard' is enabled
Jason Dillaman
06:03 PM Revision 1fe05668 (ceph): Merge pull request #10060 from trociny/wip-16386
librbd: discard hangs when 'rbd_skip_partial_discard' is enabled
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:47 PM Bug #16847 (Fix Under Review): hammer: ceph-qa-suite do_pg_scrub() does nothing due to scrub stam...
*hammer PR*: https://github.com/ceph/ceph-qa-suite/pull/1104 Nathan Cutler
05:44 PM Bug #16847: hammer: ceph-qa-suite do_pg_scrub() does nothing due to scrub stamp change
Showed up in: http://158.69.78.47:8081/ubuntu-2016-07-27_15:27:10-rados-hammer-backports---basic-openstack/
Fixed ...
Nathan Cutler
05:41 PM Bug #16847 (Resolved): hammer: ceph-qa-suite do_pg_scrub() does nothing due to scrub stamp change
This bug is haunting the hammer-backports integration tests. Copied from #15679.
2016-05-01T02:38:57.946 INFO:task...
Nathan Cutler
05:45 PM Revision 20302cde (ceph): repair_test: Disable scheduled scrubbing to not mess up do_pg_scrub()
Fixes: http://tracker.ceph.com/issues/15679
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
05:45 PM Revision 5606a87f (ceph): ceph_manager: do_pg_scrub: keep scrubbing until it's done
The ceph pg scrub ... command isn't really guarranteed to
start a scrub, keep reissuing it until the scrub actually
h...
Samuel Just
05:44 PM Revision 2850b6f3 (ceph): Merge pull request #10472 from tchaikov/wip-cmake
cmake: exclude non-public symbols in shared libraries
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
04:17 PM Revision e58b5c53 (ceph): Merge pull request #10273 from yonghengdexin735/wip-zzz-pip-delete-no_c...
msg/simple/Pipe: eliminating casts for the comparing of len and recv_max_prefetch
Reviewed-by: Greg Farnum <gfarnum@...
Greg Farnum
03:16 PM Bug #16827 (Duplicate): "FAILED assert(0 == "racing read got wrong version")" in rados-jewel-dist...
Samuel Just
02:58 PM rgw Bug #16839 (Pending Backport): "default" zone and zonegroup cannot be added to a realm
Casey Bodley
02:26 PM rgw Bug #16839: "default" zone and zonegroup cannot be added to a realm
Orit Wasserman wrote:
> Creating a default realm will have backward compatibility issue as it doesn't exists in jewe...
Casey Bodley
07:55 AM rgw Bug #16839: "default" zone and zonegroup cannot be added to a realm
Creating a default realm will have backward compatibility issue as it doesn't exists in jewel.
How about using zoneg...
Orit Wasserman
02:55 PM Revision c056a8b3 (ceph): Merge pull request #10477 from cbodley/wip-16839
radosgw-admin: zone[group] modify can change realm id
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
02:53 PM Revision f8c0e344 (ceph): Merge pull request #9988 from ifed01/wip-bluestore-reduce-blob4
os/bluestore: get rid off blob's ref_map for non-shared objects
Mark's Comments:
This passed Jenkins checks.
This P...
Mark Nelson
02:50 PM Revision ef394161 (ceph): Merge pull request #10439 from weiqiaomiao/wqm-wip-rgw-zonedump
rgw: add lc_pool when decode or encode struct RGWZoneParams
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:34 PM rgw Bug #16323 (Resolved): terminate called after throwing an instance of 'std::out_of_range' in rgw-...
No longer reproducible after https://github.com/ceph/ceph/pull/8528 was fixed. Nathan Cutler
02:17 PM Revision 064b7e95 (ceph): radosgw-admin: zone[group] modify can change realm id
allows the default zone and zonegroup (created with empty realm_id) to
be later added to a realm. the 'modify' comman...
Casey Bodley
02:07 PM Bug #16845 (Need More Info): E: Sub-process /usr/bin/dpkg returned an error code (1)
Nathan Cutler
02:07 PM Bug #16845: E: Sub-process /usr/bin/dpkg returned an error code (1)
... Nathan Cutler
12:12 PM Bug #16845: E: Sub-process /usr/bin/dpkg returned an error code (1)
zhe pre version of master branch test log: http://www.daisycloud.org:9091/lan-2016-07-28_19:57:54-rados-wip-lan-testi... de lan
12:10 PM Bug #16845: E: Sub-process /usr/bin/dpkg returned an error code (1)
zhe newest version of master branch test log: http://www.daisycloud.org:9091/lan-2016-07-28_19:58:25-rados-wip-lanenv... de lan
12:01 PM Bug #16845 (Can't reproduce): E: Sub-process /usr/bin/dpkg returned an error code (1)
Hi,when i run CI test by the newest version of master branch.
the ceph-common_11.0.0-1038-ga1be358-1trusty_amd64...
de lan
01:58 PM CephFS Bug #16844 (Duplicate): hammer: libcephfs-java/test.sh fails
Nathan Cutler
11:09 AM CephFS Bug #16844 (Duplicate): hammer: libcephfs-java/test.sh fails
Failing consistently on hammer-backports branch:
http://pulpito.ceph.com/smithfarm-2016-07-25_05:09:12-fs-hammer-ba...
Nathan Cutler
01:56 PM Linux kernel client Bug #16630 (Closed): rbd map vs rbd_watch_errcb deadlock
Ilya Dryomov
01:53 PM Revision a9884978 (ceph): Merge pull request #10476 from yonghengdexin735/wip-zzz-CDir
mds/CDir: remove the part of judgment for _next_dentry_on_set
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
01:38 PM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
Jeff, I couldn't reproduce this issue using your branch, wip-jlayton-nlink, in my local machine. were you able to rep... Ramana Raja
12:31 PM Revision b5dc3af3 (ceph): mds/CDir: remove the part of judgment for _next_dentry_on_set
Signed-off-by: zhang.zezhu <zhang.zezhu@zte.com.cn> Zezhu Zhang
12:27 PM Revision d8d14831 (ceph): Merge pull request #10428 from jcsp/wip-16592
mon: validate states transmitted in beacons
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Greg Fa...
John Spray
12:02 PM Bug #16846 (Resolved): Website ceph.com/get does not point to Jewel
Hello,
https://ceph.com/get is not pointing to latest release Jewel.
Regards,
Sherif
Sherif Nagy
11:59 AM Revision 8a8c26b7 (ceph): mon: validate states transmitted in beacons
Since FSMap was added, the state of a daemon can lead
to an entirely invalid map, but we were letting daemons
send an...
John Spray
11:55 AM Revision fdb971a2 (ceph): qa/workunits/rbd: small fixup and improvements for rbd-mirror tests
- log to stderr;
- log status if a `wait_for` function failed;
- don't needlessly sleep in `wait_for` functions after...
Mykola Golub
11:55 AM Revision 8dbe42d3 (ceph): qa/workunits/rbd: wait for image deleted before checking health
When a primiry image is being deleted, the mirrored image might
temporary be reported in error state, before deletion...
Mykola Golub
11:20 AM CephFS Bug #16556 (Fix Under Review): LibCephFS.InterProcessLocking failing on master and jewel
https://github.com/ceph/ceph/pull/10472 Kefu Chai
08:40 AM CephFS Bug #16556: LibCephFS.InterProcessLocking failing on master and jewel
... Kefu Chai
11:16 AM Revision b41905bd (ceph): cmake: link rgw_a against cls_lock_client
rgw_lc.cc is using it.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:15 AM Revision 2b119e81 (ceph): Merge pull request #10429 from jcsp/wip-16807-assertion
mds: add assertion in handle_slave_rename_prep
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Yan, Zheng...
John Spray
11:15 AM Revision 0edfad08 (ceph): cmake: exclude private symbols in public libs
we should avoid exposing non-public symbols from user facing dynamic
libraries. so pass '--exclude-libs' with appropr...
Kefu Chai
11:15 AM Revision 8382dda5 (ceph): cmake: move common_utf8 closer to where it is used
for example, json_spirit uses common_utf8, so link json_spirit against common_utf8.
because libcommon includes json_s...
Kefu Chai
10:36 AM Revision 41e51eb5 (ceph): suites: fix asok_dump_tree.yaml
This had an extra ceph and install task.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
10:35 AM Revision c669f1ec (ceph): cephfs: add test for dump tree admin socket command
Add test_dump_tree to validate the MDS admin socket command
dump tree. Add a parameter for path_to_ino to enable the ...
Douglas Fuller
10:35 AM Revision ec6dab79 (ceph): Merge pull request #9925 from fullerdj/wip-djf-11171
mds: Add path filtering for dump cache
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:31 AM Revision ce99bcac (ceph): cephfs: Added a inotable repair case to the test
Vishal Kanaujia
10:31 AM Revision 60dc9688 (ceph): suites/fs: log whitelist for inotable repair
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
10:25 AM Revision f742113e (ceph): Merge pull request #10281 from vishalkanaujia/wip_inotable_repair
cephfs: Inotable repair during forward scrub
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
08:30 AM Revision 3839f730 (ceph): kv/MemDB: allow _load() to passed out result to caller
The _load() process can fail. By detecting there error
cases earlier, we can avoid other weird failure cases
later.
...
xie xingguo
08:02 AM Revision 3f364080 (ceph): mon/OSDMonitor: make error handling for "osd lost" command more fine-gr...
If the specified osd is not down or doesn't exist, we shall
return error instead of success. So caller can abort(if d...
xie xingguo
07:50 AM rgw Bug #16357: radosgw stats error
Possibly https://github.com/ceph/ceph/pull/9584? I'm still able to see the issue in master though Abhishek Lekshmanan
07:47 AM rgw Bug #13635: radosgw duplicate email address
I would like to know the reasoning behind email address being unique. I understand that uid need to be unique, howeve... Horace Ng
07:00 AM Revision 9717417b (ceph): test: fix librbd tests for rbd_skip_partial_discard
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
06:29 AM Revision b3a0d6dd (ceph): kv/MemDB: fix load/save process of kv pairs
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
06:28 AM Revision dc41731f (ceph): librbd: discard hangs when 'rbd_skip_partial_discard' is enabled
Fixes: http://tracker.ceph.com/issues/16386
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
06:14 AM Bug #16841 (Duplicate): rados/basic/{rados.yaml clusters/{fixed-2.yaml openstack.yaml} fs/btrfs.y...
Test description: rados/basic/{rados.yaml clusters/{fixed-2.yaml openstack.yaml} fs/btrfs.yaml msgr/random.yaml msgr-... Nathan Cutler
05:45 AM Revision 7a296fa0 (ceph): tools: fix the core dump when get the crushmap do not exist
Signed-off-by:song baisen <song.baisen@zte.com.cn> ceph zte
02:29 AM Revision d8ad0855 (ceph): rgw:fix rgw boot failed after upgrade to master latest version
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn> wei qiaomiao
02:09 AM Revision 4aaa73fd (ceph): mds: cleanup Locker::check_inode_max_size()
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
01:47 AM Revision 1d01c687 (ceph): msg/simple/Pipe: eliminating casts for the comparing of len and recv_ma...
Signed-off-by: zhang.zezhu <zhang.zezhu@zte.com.cn> Zezhu Zhang

07/27/2016

11:09 PM Bug #16827: "FAILED assert(0 == "racing read got wrong version")" in rados-jewel-distro-basic-smithi

My analysis is that a proxy write interleaved with a promotion. The promotion expected the user version to be 351...
David Zafman
02:37 AM Bug #16827 (Duplicate): "FAILED assert(0 == "racing read got wrong version")" in rados-jewel-dist...
Run: http://pulpito.ceph.com/teuthology-2016-07-20_22:00:01-rados-jewel-distro-basic-smithi/
Jobs: 326655, 326535
L...
Yuri Weinstein
10:30 PM Revision b2112576 (ceph): osd: drop redundant existence check of osd
The is_up() check implicitly coveres the exist() check,
so below here the exist() check is not necessary.
Signed-off...
xie xingguo
10:30 PM Revision 01e696e8 (ceph): common/config: kill osd_compression_plugins option
It is not used anywhere and removing the unnecessary code
is always the preferred option.
Signed-off-by: xie xingguo...
xie xingguo
10:30 PM Revision ac311c54 (ceph): osd: drop redundant ping of tp thread
Because the lock_suspend_timeout() process of PG does the same thing
for each loop.
Signed-off-by: xie xingguo <xie....
xie xingguo
10:30 PM Revision 9fb31318 (ceph): osd: fix wrong tip if no-recover flag is unset
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
09:39 PM rgw Bug #16836 (Can't reproduce): hammer-backports: cephtest/{swift,s3-tests} fail to bootstrap
Not reproducible. Nathan Cutler
04:05 PM rgw Bug #16836 (Can't reproduce): hammer-backports: cephtest/{swift,s3-tests} fail to bootstrap
This happened in a bunch of jobs in hammer-backports testing - see
http://pulpito.ceph.com/smithfarm-2016-07-25_05:0...
Nathan Cutler
09:29 PM rgw Bug #16839 (Resolved): "default" zone and zonegroup cannot be added to a realm
Radosgw creates a zone and zonegroup by default, but does not create a default realm. The default zone and zonegroup ... Casey Bodley
09:25 PM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
Thanks, I did see those messages but since there's so much noise from all the activity it was hard to go hey that's t... Victor Payno
09:05 PM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
That's exactly the problem.
For obscure implementation reasons, kernel client currently supports only 510 snapshot...
Ilya Dryomov
08:33 PM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
>> Because of our load testing the number of snapshots could
very well make it to 10k per rbd.
Victor Payno
07:24 PM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
I'll attach the wider log to an email.
Yes, it has 697 snapshots. The overall average snapshot count per rdb is 35...
Victor Payno
12:49 PM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
Sorry about that - I've raised the upload issue internally. For now, just email the logs directly to me.
You've t...
Ilya Dryomov
03:21 AM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
Same problem again. Couldn't upload a 5MB file. It reads "(Maximum size: 73.4 MB)" on the form. Victor Payno
02:12 AM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
I will also note here that enabling lockdep in the kernel on the client side makes the problem go away for some reaso... Patrick McLean
02:07 AM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
Apologies for the 41 log files.
We were unable to upload the single file compressed with xz, gz or bzip2 (1.1MB, 1...
Victor Payno
01:48 AM Linux kernel client Bug #16630: rbd map vs rbd_watch_errcb deadlock
# cat /sys/kernel/debug/ceph/*/osdc
REQUESTS 1 homeless 0
322452 osd2 37.a819967 [2]/2 [2]/2 rbd_heade...
Victor Payno
09:21 PM Revision 9ad2ccf2 (ceph): doc: add client config ref
Fixes: http://tracker.ceph.com/issues/16743
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:15 PM Revision 98602ae6 (ceph): Merge pull request #10457 from SUSE/wip-15497
doc: add Backporting section to Essentials chapter
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
09:07 PM CephFS Bug #16829: ceph-mds crashing constantly
1) Possibly, but we're more likely to just lock out pools which have data in them.
2) You mean you intermingled RB...
Greg Farnum
08:50 PM CephFS Bug #16829: ceph-mds crashing constantly
So, two things:
1) can ceph-mds be made more resiliant when finding data from non-existing filesystems?
2) I ca...
Tomasz Torcz
06:31 PM CephFS Bug #16829 (Closed): ceph-mds crashing constantly
It looks like you did "fs rm" and "fs new" but kept the same metadata pool in RADOS. That doesn't work; you can resol... Greg Farnum
12:50 PM CephFS Bug #16829 (Closed): ceph-mds crashing constantly
I'm using CEPH packages from Fedora 24: ceph-mds-10.2.2-2.fc24.x86_64
I've created simple cephfs once, stored some...
Tomasz Torcz
07:48 PM Revision ad42602d (ceph): Fix rechecking of health in loop
Use the newer stdout value for checking
ceph health again.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni
07:41 PM Revision f2dc74e0 (ceph): doc: add Backporting section to Essentials chapter
... and fix some broken links.
Fixes: http://tracker.ceph.com/issues/15497
Signed-off-by: Nathan Cutler <ncutler@sus...
Nathan Cutler
07:25 PM Revision 16e75938 (ceph): osd_recovery: add delay to ensure maps propogate
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit ddabdb7f722b192435b87bc31fe587b93cc53924)
Samuel Just
07:23 PM Revision 81e8ad9c (ceph): osd_recovery: add delay to ensure maps propogate
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit ddabdb7f722b192435b87bc31fe587b93cc53924)
Samuel Just
07:21 PM Revision aed7de29 (ceph): Merge pull request #10414 from SUSE/wip-doc-dev
doc: add Upload logs to archive server section...
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
06:20 PM Revision 2f805199 (ceph): doc: add Upload logs to archive server section...
...to Testing in the cloud testing chapter
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
06:17 PM rgw Bug #16834 (Pending Backport): use zone endpoints instead of zonegroup endpoints
Casey Bodley
05:31 PM rgw Bug #16834 (Fix Under Review): use zone endpoints instead of zonegroup endpoints
https://github.com/ceph/ceph/pull/10456 Casey Bodley
03:43 PM rgw Bug #16834 (Resolved): use zone endpoints instead of zonegroup endpoints
The command to change the master zone (radosgw-admin zone modify --master) does not change the zonegroup's endpoints ... Casey Bodley
06:13 PM Revision 0b85d413 (ceph): Merge pull request #10456 from cbodley/wip-16834
rgw: use endpoints from master zone instead of zonegroup
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
05:23 PM Revision d4872ec9 (ceph): rgw: use endpoints from master zone instead of zonegroup
Fixes: http://tracker.ceph.com/issues/16834
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:12 PM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
Ahh, my home box has a more up to date "file" program:
$ file /tmp/1469612731.18395.core
/tmp/1469612731....
Jeff Layton
04:49 PM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
I believe I hit this as well on my own branch (wip-jlayton-nlink), which has commit 3173d2ea1. Test results are here:... Jeff Layton
04:58 PM Revision b0be797a (ceph): cmake: Support extra arguments to tests using add_ceph_test
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:58 PM Revision 2fee38fd (ceph): tools: Fix --journal-path usage description
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:58 PM Revision ce2036d7 (ceph): test: Improve output for error diagnostics
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:58 PM Revision 5a3a8bc7 (ceph): test: ceph-objectstore-tool add --namespace option
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:58 PM Revision c33b1dc8 (ceph): test: ceph-objectstore-tool add configurable number of cloned objects
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:58 PM Revision ca75c226 (ceph): test: Don't compact json so errors are easier to identify
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:58 PM Revision b55e0dae (ceph): tools: New "removeall" used to remove head with snapshots
Use --force to allow remove to only remove head object
Adding testing to unit test
Signed-off-by: David Zafman <dzaf...
David Zafman
04:58 PM Revision 60de4a9c (ceph): test: Use --head option instead of grep
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:57 PM Revision b4923510 (ceph): Merge pull request #1099 from ceph/wip-fix-bad-check
Fix rechecking of health in loop vasukulkarni
04:41 PM CephFS Bug #16832: libcephfs failure at shutdown (Attempt to free invalid pointer)
@Jeff: Just in case you don't know it yet, here is a trick for rescheduling failed and dead jobs from a previous run ... Nathan Cutler
04:17 PM CephFS Bug #16832: libcephfs failure at shutdown (Attempt to free invalid pointer)
The other two test failures -- one was a segfault in ceph_test_libcephfs:
(gdb) bt
#0 0x00007f771c5aaa63 in lock...
Jeff Layton
02:58 PM CephFS Bug #16832: libcephfs failure at shutdown (Attempt to free invalid pointer)
> 1) some binary segfaulted, but I don't seem to be able to track down the core to see what actually failed:
<dgallo...
David Galloway
02:47 PM CephFS Bug #16832 (Resolved): libcephfs failure at shutdown (Attempt to free invalid pointer)
My fs test run had 3 failures:
1) some binary segfaulted, but I don't seem to be able to track down the core to se...
Jeff Layton
04:34 PM rgw Bug #16357: radosgw stats error
@Orit: does it happen in jewel? Nathan Cutler
08:34 AM rgw Bug #16357: radosgw stats error
This no longer happens in master (it still does in hammer).
We need to figure out what exactly fixed it and backport...
Orit Wasserman
04:20 PM Revision f3256201 (ceph): Merge pull request #10396 from zhouruisong/master
rgw:add a s3 API of make torrent for a object Daniel Gryniewicz
03:49 PM Revision e93f25c6 (ceph): Merge pull request #10438 from ceph/wip-arm64
ARM64 fixes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Reviewed-b...
Kefu Chai
03:40 PM Revision ebf0f6b1 (ceph): Merge pull request #10418 from wjwithagen/wip-wjw-freebsd-rocksdb
cmake: pass cmake's compiler and flags to compile RocksDB into build
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:01 PM Bug #15941 (Resolved): unittest_bit_alloc: fails intermittently
seems to be passing consistently now Josh Durgin
02:59 PM Bug #16028 (Won't Fix): File >100GB crash OSDs(?)
Yeah, that's not gonna work. rados level objects are supposed to be bounded size (think 4 MB). You want to be using... Samuel Just
02:58 PM Bug #15242 (Can't reproduce): tasks/rados_python.yaml TestRados.test_monitor_log failure
Josh Durgin
02:57 PM Bug #13128 (Won't Fix): mixed client firefly osd with hammer client - rados api test failure
firefly is EOL Josh Durgin
02:33 PM CephFS Feature #15406 (Pending Backport): Add versioning to CephFSVolumeClient interface
Ramana Raja
02:32 PM CephFS Feature #15615 (Pending Backport): CephFSVolumeClient: List authorized IDs by share
Ramana Raja
01:54 PM CephFS Backport #16831 (In Progress): jewel: Add versioning to CephFSVolumeClient interface
Ramana Raja
01:53 PM CephFS Backport #16831 (Resolved): jewel: Add versioning to CephFSVolumeClient interface
https://github.com/ceph/ceph/pull/10453
https://github.com/ceph/ceph-qa-suite/pull/1100
Ramana Raja
01:23 PM CephFS Backport #16830 (In Progress): jewel: CephFSVolumeClient: List authorized IDs by share
Ramana Raja
01:03 PM CephFS Backport #16830 (Resolved): jewel: CephFSVolumeClient: List authorized IDs by share
https://github.com/ceph/ceph/pull/10453
https://github.com/ceph/ceph-qa-suite/pull/1100
Ramana Raja
01:15 PM Revision 12f84d24 (ceph): tasks/cephfs/test_volume_client: test authentication metadata
Test the usecases for the authentication metadata stored
by the volume client:
* Obtain the list of auth IDs having ...
Ramana Raja
01:13 PM Revision 97a77234 (ceph): tasks/cephfs: test read-only authorization for volumes
Test whether mount access to volumes can be restricted to read-only.
Fixes: http://tracker.ceph.com/issues/15614
Si...
Ramana Raja
01:12 PM Revision f753e401 (ceph): tasks/cephfs: add function to configure guest credentials
In the test_volume_client module, refactor code to add a function
that configures credentials for a guest to mount a ...
Ramana Raja
01:07 PM Bug #16672: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()

Hello
Last month I made fifteen times the upgrade on my dev platform and last week production without problems.
T...
Jimmy Goffaux
12:26 PM Revision 2cd3ed8a (ceph): ceph_volume_client: allow read-only authorization for volumes
Allow clients to be restricted to read-only mount of the volume
by restricting their ceph auth ID's MDS and OSD caps ...
Ramana Raja
12:23 PM rbd Feature #15388 (Resolved): Inherit the Parent Image properties while Cloning a rbd Image
Jason Dillaman
12:23 PM Revision bdeef717 (ceph): Merge pull request #9334 from yangdongsheng/rbd_clone_hiberit
rbd: inherit the parent image features when cloning an image
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:22 PM rbd Feature #6626 (Resolved): openstack: cinder: allow users to delete snapshots that have clones
Jason Dillaman
12:21 PM Revision 8db3083b (ceph): Merge pull request #10087 from yangdongsheng/rbd_snap_remove_force
rbd: Allow user to remove snapshot with --force to auto flatten children
Reviewed-by: Jason Dillaman <dillaman@redha...
Jason Dillaman
12:19 PM Revision 4e8e68aa (ceph): Merge pull request #9371 from ukernel/wip-osx-fuse
build ceph-fuse on OSX
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:58 AM CephFS Cleanup #16035 (Resolved): Remove "cephfs" CLI
Nathan Cutler
11:01 AM CephFS Cleanup #16035: Remove "cephfs" CLI
Mop-up *master PR*: https://github.com/ceph/ceph/pull/10444 Nathan Cutler
11:00 AM CephFS Cleanup #16035 (Fix Under Review): Remove "cephfs" CLI
Nathan Cutler
11:44 AM Revision d9a02221 (ceph): Merge pull request #10436 from gregsfortytwo/wip-snapshot-doc
Add documentation about snapshots
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:42 AM Revision 49d6d40a (ceph): Merge pull request #10399 from renhwztetecs/renhw-wip-mds-cleanup2
mds: unuse Class and cleanup
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:22 AM CephFS Bug #16556: LibCephFS.InterProcessLocking failing on master and jewel
Looking into what's happening in the case of running LibCephFS.InterProcessLocking on its own, I see that the forked ... John Spray
05:52 AM CephFS Bug #16556: LibCephFS.InterProcessLocking failing on master and jewel
tested with latest master, still fails.
@greg, do we have a fix for this issue now?
Kefu Chai
11:18 AM Revision 268a4716 (ceph): test: break out librados-using cephfs test
We are seeing an issue due to the lockdep symbols
in libcephfs and librados clashing, which shows itself
after a fork...
John Spray
11:15 AM Revision fba249fd (ceph): Merge pull request #10444 from SUSE/wip-drop-cephfs-mopup
man/Makefile-client.am: drop legacy cephfs tool
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray <j...
John Spray
10:59 AM CephFS Cleanup #16808 (Resolved): Merge "ceph-fs-common" into "ceph-common"
Nathan Cutler
06:27 AM CephFS Cleanup #16808: Merge "ceph-fs-common" into "ceph-common"
https://github.com/ceph/ceph-qa-suite/pull/1098 is still open Nathan Cutler
05:32 AM CephFS Cleanup #16808 (Resolved): Merge "ceph-fs-common" into "ceph-common"
Kefu Chai
09:36 AM Revision 756810fe (ceph): mds: unuse Class and cleanup
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
09:05 AM Revision 3faecc2d (ceph): Merge pull request #1098 from smithfarm/wip-16808
packages/packages.yaml: drop ceph-fs-common-dbg
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
08:56 AM Revision 2d16a18e (ceph): os/bluestore: add perf counters for compress/decompress performance mea...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
08:34 AM Revision 80fcbb6e (ceph): src/CMakeLists.txt: pass compiler and flags used to compile into RocksD...
- make sure the right compiler is used in CXX
- NDEBUG if the current code is not being build with debugging
Signed...
Willem Jan Withagen
06:28 AM Backport #16550 (Resolved): hammer:Monitor die if moncommand without "prefix" item
Nathan Cutler
06:28 AM Revision 91889db7 (ceph): Merge pull request #10038 from tchaikov/wip-16297-hammer
mon: Monitor: validate prefix on handle_command()
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Nathan Cu...
Nathan Cutler
05:32 AM Revision 4587b0d1 (ceph): Merge pull request #10433 from SUSE/wip-16808
deb: merge ceph-fs-common into ceph-common
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Kefu Chai <k...
Kefu Chai
03:46 AM rgw Bug #16828 (Can't reproduce): radosgw swift interface put object response 500 error?
hello,
I startup a radosgw (Civetweb embedded), i want use swift interface to put/get oject;
my radosgw's ceph c...
colin lau
02:49 AM Revision 2c5363c4 (ceph): msg/async/AsyncConnection: replace Mutex with std::mutex for peformance
The 16714 issue is caused by when replacing process. Accept connection will
try to acquire another connection's lock....
Haomai Wang

07/26/2016

11:27 PM rgw Bug #16824 (New): Swift API - DLO manifest cannot be retrieved with 'multipart-manifest=get' query
Suppose I have uploaded a 2G DLO to Radosgw (0.94.6):... Mark Kirkwood
10:48 PM Revision 9cd7e990 (ceph): Merge pull request #10342 from songbaisen/b6
logmon: check is_leader() before doing any work on get_trim_to()
Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Yuri Weinstein
10:48 PM Revision ffc81d1e (ceph): Merge pull request #10343 from xiexingguo/xxg-wip-pipe-2016-07-19
msg/simple: fix wrong condition checking of writing TAG_CLOSE on closing
Reviewed-by: Gregory Farnum <gfarnum@redhat...
Yuri Weinstein
10:47 PM Revision 71f393d7 (ceph): Merge pull request #10345 from tchaikov/wip-dump-cmdline
global/signal_handler: dump cmdline instead of arg[0]
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Yuri Weinstein
10:46 PM Revision 3cb8e352 (ceph): Merge pull request #10356 from stiopaa1/msg_message_changeConstructorsR...
msg/Message.h: remove code duplication
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
10:39 PM Revision f3871726 (ceph): Merge pull request #9290 from xiexingguo/xxg-wip-replicatedpg-cleaner
tools: do not closed stdout ; fix overload of "<" operator
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
10:39 PM Revision 296e4851 (ceph): Merge pull request #9362 from xiexingguo/xxg-wip-texttable-df
tools: use TextTable for "rados df" plain output
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
10:38 PM Revision 38609de1 (ceph): Merge pull request #9894 from gaowanlong/osd_recovery_max_omap_entries_...
osd: limit omap data in push op
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein
10:36 PM Revision a6c0952c (ceph): Merge pull request #10369 from ceph/wip-16715
msg/async/Event: ensure not refer to member variable which may destroyed
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:33 PM Bug #16823 (Duplicate): "Error EDOM: Refusing to reweight: we only have 592640 kb used across all...
Run: http://pulpito.ceph.com/yuriw-2016-07-25_09:25:30-rados-wip-yuri-testing2_2016_7_21-distro-basic-smithi/
Job: 3...
Yuri Weinstein
10:27 PM rgw Bug #16822 (New): Swift API - DLO etag is computed from manifest rather than from etags of segments
Consider uploading 2 multi-part dynamic large objects via the Swift API to Radosgw (version 0.94.6) and stat'ing them... Mark Kirkwood
10:18 PM Bug #16821 (Can't reproduce): s3tests' request time out (adjust the test ?)
Run: http://pulpito.ceph.com/yuriw-2016-07-25_09:34:28-rados-wip-yuri-testing_2016_7_20-distro-basic-smithi/
Job: 33...
Yuri Weinstein
10:12 PM Bug #16820 (Duplicate): "common/lockdep.cc: 299: FAILED assert(0)" in rados run
Yuri Weinstein
08:31 PM Bug #16820 (Duplicate): "common/lockdep.cc: 299: FAILED assert(0)" in rados run
Part of PRs testing
Run: http://pulpito.ceph.com/yuriw-2016-07-25_09:34:28-rados-wip-yuri-testing_2016_7_20-distro-b...
Yuri Weinstein
08:52 PM Bug #16672: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()
since my log file was over the limit i used ceph-post-file.
ceph-post-file: 3dc42022-1e9f-42ea-97c4-ad8a30e90fa1
Eric Cook
08:36 PM Bug #16672: OSD crash with Hammer to Jewel Upgrade: void FileStore::init_temp_collections()
Samuel Just wrote:
> We'll need debugging when it happens:
>
> debug osd = 20
> debug filestore = 20
> debug ms...
Eric Cook
08:38 PM Bug #16725: "cephtool/test.sh) ... with status 22" failure in rados run
Run - http://pulpito.ceph.com/yuriw-2016-07-25_09:34:28-rados-wip-yuri-testing_2016_7_20-distro-basic-smithi/
Jobs: ...
Yuri Weinstein
08:21 PM Bug #16685: "saw valgrind issues" in rados run
/a/yuriw-2016-07-25_09:34:28-rados-wip-yuri-testing_2016_7_20-distro-basic-smithi/333016/summary.yaml
/a/yuriw-2016-...
Yuri Weinstein
08:21 PM rgw Feature #13718: rgw:CivetWeb http and https be support in the same time.
*master PR* https://github.com/ceph/ceph/pull/10335 Nathan Cutler
08:18 PM CephFS Bug #16754: mounting cephfs root and sub-directory on the same node makes the sub-directory inacc...
Given the current state of CephFS kernel support I wouldn't expect so. The upstream community still asks users to run... Greg Farnum
05:06 PM CephFS Bug #16754: mounting cephfs root and sub-directory on the same node makes the sub-directory inacc...
@Greg does that mean there is a chance that 3.16 kernel may never have the fix back-ported ? Rohith Radhakrishnan
04:09 PM CephFS Bug #16754: mounting cephfs root and sub-directory on the same node makes the sub-directory inacc...
Hmm, we aren't very good about tagging CephFS patches for stable trees. Distributors might have an easier time mainta... Greg Farnum
03:37 PM CephFS Bug #16754: mounting cephfs root and sub-directory on the same node makes the sub-directory inacc...
@Rohith new Ceph patches go onto the latest upstream linux kernel, and then it's up to linux distributions which thin... John Spray
03:18 PM CephFS Bug #16754: mounting cephfs root and sub-directory on the same node makes the sub-directory inacc...
@John: For Ubuntu 14.04.02, 3.16v kernel is the latest and I using the most recent version of 3.16 kernel. In that ca... Rohith Radhakrishnan
02:15 PM CephFS Bug #16754 (Can't reproduce): mounting cephfs root and sub-directory on the same node makes the s...
Closing because this is happening on an old kernel. Please re-open if you can reproduce the issue on a recent 4.x ke... John Spray
07:53 PM Revision 17a5fd22 (ceph): Merge pull request #10358 from xiexingguo/xxg-wip-bluestore-2016-07-20
kv/MemDB: fix wrong output target and add sanity checks
Mark's Comments:
This passed Jenkins checks.
This passed "c...
Mark Nelson
07:51 PM Revision 796c29e9 (ceph): Merge pull request #10349 from xiexingguo/xxg-wip-bluestore-2016-07-19
os/bluestore: add a boundary check of cache read
Mark's Comments:
This passed Jenkins checks.
This passed "ceph_tes...
Mark Nelson
07:07 PM Revision 4c32c37a (ceph): Merge pull request #10442 from weiqiaomiao/wqm-wip-rgw-getlc
rgw: return "NoSuchLifecycleConfiguration" if lifecycle config does not exist Daniel Gryniewicz
07:02 PM Revision 3b2e5072 (ceph): msg/Pipe: move DelayedDelivery class to cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
06:16 PM rgw Bug #16817 (Pending Backport): multisite segfault on ~RGWRealmWatcher if realm was deleted
Casey Bodley
04:54 PM rgw Bug #16817 (In Progress): multisite segfault on ~RGWRealmWatcher if realm was deleted
https://github.com/ceph/ceph/pull/10446 Casey Bodley
04:39 PM rgw Bug #16817 (Resolved): multisite segfault on ~RGWRealmWatcher if realm was deleted
In a running multisite cluster:
$ radosgw-admin realm delete --rgw-realm=dev
the command succeeds, and deletes ...
Casey Bodley
06:10 PM ceph-ansible Bug #16818 (New): ceph-mds : create mds keyring Operation not permitted\nError connecting to clu...
This run is using ansible v2 which is set as default by teuthology bootstrap, I do see lot of barevariable warning
m...
Vasu Kulkarni
05:43 PM Revision 5416960d (ceph): Merge pull request #10446 from cbodley/wip-16817
rgw: clear realm watch on failed watch_restart
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
05:34 PM Revision 05e14bf8 (ceph): Merge pull request #10391 from ceph/wip-cmake
cmake changes
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
05:12 PM Revision 89c72828 (ceph): qa/qa_scripts/cephscrub.sh: do not try to remove ceph-fs-common package
The ceph-fs-common package is being dropped.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
05:11 PM Backport #14592: osd crashes when handling a stale pg-create message (hammer)
Moving to backport tracker because it will presumably be a hammer-only change. Nathan Cutler
05:09 PM Bug #13990 (Resolved): Hammer (0.94.3) OSD does not delete old OSD Maps in a timely fashion (mayb...
Nathan Cutler
05:09 PM Backport #15193 (Resolved): hammer: Hammer (0.94.3) OSD does not delete old OSD Maps in a timely ...
Nathan Cutler
05:08 PM Revision f3c4f7b6 (ceph): Merge pull request #9090 from tchaikov/wip-13990-hammer
hammer: osd: remove all stale osdmaps in handle_osd_map()
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: N...
Nathan Cutler
04:50 PM Revision e5b8b5b2 (ceph): rgw: clear realm watch on failed watch_restart
if the realm is deleted while the gateway has a watch, it's disconnected
and watch_restart() will fail. this results ...
Casey Bodley
04:28 PM Revision bf5c61a1 (ceph): os/bluestore: add store statfs parameters to bluestore perf counters
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
03:02 PM Revision a459c500 (ceph): Merge pull request #10443 from wjwithagen/patch-13
src/CMakeLists.txt: remove double flag -Wno-invalid-offsetof
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:56 PM rbd Bug #16717: "[ FAILED ] TestLibRBD.TestCreateLsDeletePP" in upgrade:client-upgrade-jewel-distro...
run: http://pulpito.ceph.com/teuthology-2016-07-20_02:45:02-upgrade:client-upgrade-jewel-distro-basic-smithi/
Jobs: ...
Yuri Weinstein
02:55 PM Bug #16531 (Rejected): OSD remove from Crush map not working
It's actually not located where you are looking for it... It's not clear that the tool *should* remove it in that cas... Samuel Just
02:51 PM RADOS Feature #16760: detect osd failures when all osds are down
This isn't really a bug. We use the osds to do failure detection and there weren't any left around. I'm changing th... Samuel Just
02:48 PM Bug #10405 (Can't reproduce): osd crashes on osd/ReplicatedPG.cc: 9025: FAILED assert(is_backfill...
Firefly is EOL - if this is happening on hammer please reopen. Josh Durgin
02:42 PM Bug #16416 (Resolved): ec-lost-unfound hang due to min_size default change
Samuel Just
02:41 PM Bug #15407 (Resolved): "ReplicatedPG.cc: 2986: FAILED assert(0 == "out of order op")" with short_...
Samuel Just
02:40 PM Bug #16413 (Resolved): 11429: 330s not enough to delete the objects
Samuel Just
02:28 PM Revision 2b877caf (ceph): man/Makefile-client.am: drop legacy cephfs tool
Somehow c76c31d312ce7a623acd99dbdedfe471c0cd445f missed this bit.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
02:16 PM rgw Feature #12790: rgw: multipart uploads copy part support
The current test cases in s3-tests got old and they could be affected by some kind of regression. The attached script... Javier M. Mellid
02:15 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
Hmm, all we can tell from the backtrace is that a data structure got corrupted at some stage. The function where you... John Spray
02:02 PM CephFS Bug #16768: multimds: check_rstat assertion failure
Zheng, I think we already have "debug mds = 20", right? From the config for this run: http://pulpito.ceph.com/pdonnel... Patrick Donnelly
01:55 PM CephFS Bug #16768: multimds: check_rstat assertion failure
please add a line "debug mds = 10" to ceph.conf Zheng Yan
01:53 PM Revision 4c4e0bc3 (ceph): Merge pull request #10401 from theanalyst/rgw/test-multi-nose-attr
rgw: test/multi.py add a destructive attr to tests
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:50 PM CephFS Bug #16739: Client::setxattr always sends setxattr request to MDS
Zheng says the client also doesn't release the caps voluntarily, which makes this extra bad.
(Maybe that should be i...
Greg Farnum
01:25 PM Revision 9884cd25 (ceph): doc: describe snapshots for developers, and warn about multi-fs
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
12:56 PM Revision a2e41a4f (ceph): src/CMakeLists.txt: remove double flag -Wno-invalid-offsetof
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
12:43 PM Revision c24d4807 (ceph): Merge pull request #10375 from xiexingguo/xxg-wip-fix-bmap-ut-failure
os/bluestore: use small encoding for bluefs extent and fnode
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Igor Fedotov
12:39 PM rgw Backport #16815 (Resolved): radosgw-admin region-map set is not reporting the bucket quota correc...
https://github.com/ceph/ceph/pull/10554
The output of the region-map command is not showing the correct bucket quo...
Daniel Gryniewicz
12:09 PM Revision cdbe2103 (ceph): os/bluestore: use small encoding for bluefs extent and fnode
Also change bdev of extent from uint16_t to uint8_t, which matches
the fnode prefer_bdev field better, and is good fo...
xie xingguo
11:47 AM Bug #16800: SELinux denials found
> What does it contain?
a magic string, for example, 'ceph osd volume v026', noting that the osd already exists. i...
Kefu Chai
11:37 AM Revision fbda59a6 (ceph): test_librbd: add a test for newly introduced api of snap_remove2
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:37 AM Revision 95240f2c (ceph): rbd: introduce no-progress for rbd snap remove.
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:24 AM Linux kernel client Bug #16630 (Need More Info): rbd map vs rbd_watch_errcb deadlock
ceph-devel thread: http://www.spinics.net/lists/ceph-devel/msg31257.html... Ilya Dryomov
11:11 AM Bug #16686 (Resolved): cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:...
Kefu Chai
06:12 AM Bug #16686 (Fix Under Review): cephfs.test_volume_client.TestVolumeClient failure (with "src/tcma...
https://github.com/ceph/ceph/pull/10440 Kefu Chai
05:23 AM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
found it. it's in libcommon, to be specific, it is... Kefu Chai
03:40 AM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
backtrace with libc allocator.... Kefu Chai
11:10 AM Revision 0b9eeaad (ceph): Merge pull request #10440 from tchaikov/wip-16686
msg/async: remove static member variable
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Reviewed-by: Haomai Wang <h...
Kefu Chai
10:45 AM Revision df14dbf6 (ceph): deb: merge ceph-fs-common into ceph-common
Fixes: http://tracker.ceph.com/issues/16808
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
10:09 AM Revision b32b5f1c (ceph): rgw: return "NoSuchLifecycleConfiguration" if lc config does not exist
return error code "NoSuchLifecycleConfiguration" if lifecycle configuration does not exist
as AmazonS3 latest API doe...
wei qiaomiao
09:28 AM CephFS Bug #10944: Deadlock, MDS logs "slow request", getattr pAsLsXsFs failed to rdlock
Oliver: on the mailing list it seemed like this was probably not a cephfs issue (there were very busy cache tiers). John Spray
02:10 AM CephFS Bug #10944: Deadlock, MDS logs "slow request", getattr pAsLsXsFs failed to rdlock
Hi,
client kernel: 4.5.5
MDS Server kernel: 4.5.5
Only ONE client is accessing.
Only a specific directory wi...
Oliver Dzombc
08:56 AM devops Cleanup #15549: systemd unit files are getting installed twice
*master PR*: https://github.com/ceph/ceph/pull/8667
(checked jewel and it's fixed there as well)
Nathan Cutler
08:35 AM Revision b49a7e2a (ceph): msg/Accepter: move include to cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
07:38 AM Revision 6c2b6ceb (ceph): rgw:add a s3 API of make torrent for a object
When you execute the command gettorrent of a object, a torrent file will be produced and returned.
The torrent also w...
ruisong zhou
06:51 AM Revision 74eafb4a (ceph): Merge pull request #10430 from tchaikov/wip-cephtool-test.sh
qa/workunits/cephtool/test.sh: use absolute path for TEMP_DIR
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
06:23 AM Revision a3a547fc (ceph): librbd: introduce a new api of snap_remove2
currently, we only have one api for snap_remove, but if we want to
pass more options about snapshot removal, that's i...
Yang Dongsheng
06:23 AM Revision fe1d4c44 (ceph): librbd: introduce a new flag of RBD_SNAP_REMOVE_FLATTEN
introduce RBD_SNAP_REMOVE_FLATTEN for flags of Image::snap_remove2()
to auto flatten the children of snapshot which w...
Yang Dongsheng
06:23 AM Revision 95502ece (ceph): librbd: coding style: add space after comma
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
06:23 AM Revision bb55b3b5 (ceph): librbd: coding style: fix the indent problem
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
06:23 AM Revision 9cf4878c (ceph): librbd: fix a incorrect input for cpp_strerror()
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
06:23 AM Revision 0575a9e8 (ceph): tools/rbd: introduce an option of --force for snap remove
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
06:23 AM Revision ebc5b9e0 (ceph): pybind: add remove_snap2 api in python binding
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
06:19 AM Bug #16801 (Pending Backport): saw valgrind issues in ReplicatedPG::new_repop
Kefu Chai
06:18 AM Revision a36cbee2 (ceph): Merge pull request #10423 from ceph/wip-16801
osd: fix the mem leak of RepGather
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
06:03 AM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Xiaoxi Chen wrote:
> Likely fixed by this commit https://github.com/ceph/ceph/pull/8480
Confirmed, set crush_ru...
Artemy Kapitula
05:51 AM Revision e92c9cc1 (ceph): cmake: move flock.cc from libmds into libcommon
as we don't need to compile the whole mds just for building the
libcephfs
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:27 AM Revision 76e7b693 (ceph): msg/async: remove static member variable
msgr is part of libcommon. and the later is linked into both libcephfs
and librados. and hence into cephfs.so and rad...
Kefu Chai
04:58 AM Revision 40b7016e (ceph): Merge pull request #10304 from ukernel/wip-16610
ObjectCacher: fix last_write check in bh_write_adjacencies()
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
03:12 AM Revision e14f21ff (ceph): rgw: add lc_pool when decode or encode struct RGWZoneParams
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn> wei qiaomiao
03:08 AM Revision 7818d91f (ceph): Update to upstream rocksdb
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
03:05 AM Revision dbdd1a85 (ceph): erasure-code/jerasure/CMakeLists.txt: set NEON flags for neon objs
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
03:05 AM Revision 7595b0b6 (ceph): src/test/CMakeLists.txt: don't assume Intel (sse/sse2)
Fixes ARM64 build of ceph_perf_local test
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick
02:26 AM CephFS Bug #16764 (Resolved): ceph-fuse crash on force unmount with file open
Zheng Yan

07/25/2016

11:35 PM Bug #16688: Crash in "FileStore::queue_transactions" in rados run
This was seen in another rados run:
loic-2016-07-18_07:08:24-rados-master---basic-smithi/320873
It was the same...
David Zafman
10:29 PM Revision 59753415 (ceph): Fix rechecking of health in loop
Use the newer stdout value for checking
ceph health again.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni
10:10 PM Revision 35f08afc (ceph): Add myself to mailmap and organizationmap
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com> Frank S. Filz
10:10 PM Revision 2b53841c (ceph): libcephfs: Add ceph_ll_setlk and ceph_ll_getlk wrapper functions
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com> Frank S. Filz
09:41 PM Bug #14616 (Resolved): When logging to a file fails, ceph logs excessively to stderr
Nathan Cutler
09:41 PM Backport #15081 (Resolved): hammer: When logging to a file fails, ceph logs excessively to stderr
Nathan Cutler
09:40 PM Backport #16430 (Resolved): hammer: OSDMonitor: drop pg temps from not the current primary
Nathan Cutler
09:39 PM Bug #15870 (Resolved): ceph-osd valgrind invalid reads/writes
Nathan Cutler
09:39 PM Backport #15962 (Resolved): hammer: ceph-osd valgrind invalid reads/writes
Nathan Cutler
09:38 PM Bug #13965 (Resolved): jewel: osd/PGLog.h: 88: FAILED assert(rollback_info_trimmed_to == head)
Nathan Cutler
09:38 PM Backport #14326 (Resolved): hammer: osd/PGLog.h: 88: FAILED assert(rollback_info_trimmed_to == head)
Nathan Cutler
09:37 PM Bug #14695 (Resolved): osd: rados cppool omap to ec pool crashes osd
Nathan Cutler
09:37 PM Backport #15647 (Resolved): hammer: osd: rados cppool omap to ec pool crashes osd
Nathan Cutler
09:36 PM Feature #12248 (Resolved): Add units to rados bench output
Nathan Cutler
09:34 PM Bug #15403 (Resolved): rados/test.sh workunit timesout on OpenStack
Nathan Cutler
09:34 PM Backport #15699 (Resolved): hammer: rados/test.sh workunit timesout on OpenStack
Nathan Cutler
09:33 PM Backport #16572 (Resolved): hammer: remove duplication in dump_historic_op output
Nathan Cutler
09:10 PM Backport #15717 (Resolved): hammer: Add units to rados bench output
Brad Hubbard
09:06 PM rgw Bug #16813 (New): "radosgw --show-config" and "radosgw-admin --show-config" do not display curren...
These switches seem to show a mixture of the current configuration and the default configuration depending on the set... James Saint-Rossy
08:38 PM CephFS Cleanup #16808: Merge "ceph-fs-common" into "ceph-common"
Oh, and for 16035 we definitely shouldn't backport, we should only remove things in new versions. John Spray
08:37 PM CephFS Cleanup #16808: Merge "ceph-fs-common" into "ceph-common"
I don't feel strongly. My intuition would be that we should avoid changes in jewel that might confuse anyone, unless... John Spray
08:29 PM CephFS Cleanup #16808: Merge "ceph-fs-common" into "ceph-common"
@John: Would it make sense to backport #16035 and this one to jewel? Nathan Cutler
08:13 PM CephFS Cleanup #16808 (Fix Under Review): Merge "ceph-fs-common" into "ceph-common"
*master PRs*:
https://github.com/ceph/ceph/pull/10433 (ceph)
https://github.com/ceph/ceph-qa-suite/pull/1098 (cep...
Nathan Cutler
02:52 PM CephFS Cleanup #16808 (Resolved): Merge "ceph-fs-common" into "ceph-common"
After the merge of https://github.com/ceph/ceph/pull/10243 the ceph-fs-common package (which exists only in Debian) c... Nathan Cutler
08:08 PM Revision 0324f573 (ceph): packages/packages.yaml: drop ceph-fs-common-dbg
Meant to be merged together with https://github.com/ceph/ceph/pull/10433
Fixes: http://tracker.ceph.com/issues/16808...
Nathan Cutler
07:44 PM Revision 2fe8edb8 (ceph): Merge pull request #10227 from SUSE/wip-15081-hammer
hammer: When logging to a file fails, ceph logs excessively to stderr
Reviewed-by: Samuel Just <sjust@redhat.com>
Nathan Cutler
07:43 PM Revision 67b7f11c (ceph): Merge pull request #9893 from Vicente-Cheng/wip-16430-hammer
hammer: OSDMonitor: drop pg temps from not the current primary
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-...
Nathan Cutler
07:42 PM Revision bd59c969 (ceph): Merge pull request #9238 from SUSE/wip-15962-hammer
hammer: ceph-osd valgrind invalid reads/writes
Reviewed-by: Samuel Just <sjust@redhat.com>
Nathan Cutler
07:42 PM Revision 3794e3ad (ceph): Merge pull request #8849 from SUSE/wip-14326-hammer
hammer: osd/PGLog.h: 88: FAILED assert(rollback_info_trimmed_to == head)
Reviewed-by: Samuel Just <sjust@redhat.com>
Nathan Cutler
07:40 PM Revision 89233e32 (ceph): Merge pull request #8845 from SUSE/wip-15647-hammer
hammer: osd: rados cppool omap to ec pool crashes osd
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Natha...
Nathan Cutler
07:11 PM CephFS Documentation #16743: client: config settings missing in documentation
Patrick Donnelly
07:10 PM CephFS Documentation #16743: client: config settings missing in documentation
PR: https://github.com/ceph/ceph/pull/10434 Patrick Donnelly
06:35 PM rbd Bug #16811 (New): [udev] /dev/rbd/<poolname>/<imagename> symlink should have an fsid in it
It's possible to map images from different clusters on the same box. Currently, if (poolname, imagename) pair happen... Ilya Dryomov
05:37 PM Revision f369d9cc (ceph): Merge pull request #1094 from ceph/wip_reduce_rados
Reduce number of jobs for hammer branch
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Nathan Cutler <nc...
Josh Durgin
05:30 PM Revision ec4b0c3d (ceph): packages.yaml: reflect python-ceph package split
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit 0216330568fc1dec2e866bbfd1e49dc42266e1ab)
Ricardo Dias
05:11 PM rgw Bug #11239: civetweb defaults to libssl.so and libcrypto.so when versions not passed
Ah, never mind. Nathan Cutler
03:31 PM rgw Bug #11239 (Fix Under Review): civetweb defaults to libssl.so and libcrypto.so when versions not ...
https://github.com/ceph/ceph/pull/10335 Kefu Chai
05:03 PM rbd Bug #16478 (In Progress): Non-primary image is recording journal events during image sync
Jason Dillaman
05:02 PM rbd Bug #16741: io getting stuck after advancing journal object set
@Mykola: do you think this is still and issue after the recent changes introduced in the reduce memory footprint branch? Jason Dillaman
04:50 PM rbd Bug #16708 (Fix Under Review): Sporadic failure in TestImageReplayer.StartReplayAndWrite
*PR*: https://github.com/ceph/ceph/pull/10432 Jason Dillaman
04:44 PM Revision 6064f234 (ceph): librbd: ensure that AIO ops are started prior to request
Fixes: http://tracker.ceph.com/issues/16708
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:43 PM rgw Bug #16806: S3 API returns bad Canonical User ID
I'd say it's a bug in the client library more than Ceph; and I've filed a bug with them
https://github.com/rustycono...
Robin Johnson
11:07 AM rgw Bug #16806 (New): S3 API returns bad Canonical User ID
list all buckets request returs something like:... Victor Efimov
04:42 PM Revision 3df7213c (ceph): librbd: helper method for creating and starting AioCompletions
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:38 PM Revision 8ed7d0c0 (ceph): Merge pull request #1074 from SUSE/wip-python-split
packages.yaml: reflect python-ceph package split Zack Cerza
03:53 PM Revision 4111bf15 (ceph): os/bluestore: add csum on/off test case
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
03:53 PM Revision dac1d31c (ceph): Reduce number of jobs for hammer branch
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
02:48 PM CephFS Cleanup #16035 (Pending Backport): Remove "cephfs" CLI
Nathan Cutler
02:20 PM Revision 2dbff88a (ceph): Merge pull request #10243 from jcsp/wip-cephfs-cleanup
CephFS: misc. cleanups and remove legacy cephfs tool
Reviewed-by: Nathan Cutler <ncutler@suse.com>
John Spray
02:16 PM CephFS Bug #16768: multimds: check_rstat assertion failure
I've opened a separate ticket for the segfault, seems likely to be it's own issue (http://tracker.ceph.com/issues/16807) John Spray
02:13 PM CephFS Bug #16768: multimds: check_rstat assertion failure
Zheng, which setting is that and how do I enable it? Sorry... Patrick Donnelly
02:59 AM CephFS Bug #16768: multimds: check_rstat assertion failure
please enable mds_debug Zheng Yan
02:15 PM CephFS Bug #16807: Crash in handle_slave_rename_prep
Added an assertion to see if this is happening when a rename points to a null dentry
https://github.com/ceph/ceph/pu...
John Spray
02:12 PM CephFS Bug #16807 (Resolved): Crash in handle_slave_rename_prep
Opening from Patrick's http://tracker.ceph.com/issues/16768... John Spray
02:12 PM Revision 7fe9c15f (ceph): mds: add assertion in handle_slave_rename_prep
This function assumes that the source path
does not point to a null dentry, and that
path_traverse is therefore setti...
John Spray
01:36 PM Revision e82632e5 (ceph): os/bluestore: allow csum verification disable on read.
Signed-off-by: Igor Fedotov <ifed@mirantis.com> Igor Fedotov
01:29 PM Revision 55691af6 (ceph): Merge pull request #9716 from xiexingguo/xxg-wip-server_droppinlock2
Server: drop locks and auth pins if wait for pending truncate
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
01:05 PM Revision 253143b5 (ceph): Merge pull request #8470 from dachary/wip-15403-api-test-timeout-hammer
hammer: tests: be more generous with test timeout
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
01:05 PM Revision 81133dd6 (ceph): Merge pull request #9977 from shun-s/hammer
replcatedBackend: delete one of the repeated op->mark_started in ReplicatedBackend::sub_op_modify_impl
Reviewed-by: ...
Nathan Cutler
12:44 PM CephFS Bug #16592: Jewel: monitor asserts on "mon/MDSMonitor.cc: 2796: FAILED assert(info.state == MDSMa...
It is interesting that we're hitting this in maybe_promote_standby and *not* in sanity(). Sanity gets called after p... John Spray
10:13 AM CephFS Bug #16592: Jewel: monitor asserts on "mon/MDSMonitor.cc: 2796: FAILED assert(info.state == MDSMa...
Denis: you are seeing http://tracker.ceph.com/issues/15705, unrelated to this ticket. John Spray
12:41 PM CephFS Bug #16774 (Rejected): file: ceph.file.layout.pool_namespace: No such attribute
Yes, pretty sure that version is simply too old. John Spray
12:37 PM Bug #16800: SELinux denials found
Hi Kefu,
we only need to call restorecon on the root of a mount point, the rest of the mount point will then inher...
Boris Ranto
02:29 AM Bug #16800: SELinux denials found
Hi Boris, could you help to shed some lights on this issue?
all of them has "unlabeled_t" domain in tcontext.
B...
Kefu Chai
02:09 AM Bug #16800 (Resolved): SELinux denials found
reformatted output:
SELinux denials found on ubuntu@mira101.front.sepia.ceph.com: ['type=AVC msg=audit(1469366530....
Kefu Chai
12:13 PM Stable releases Tasks #15895: hammer v0.94.8
h3. fs... Nathan Cutler
12:08 PM Stable releases Tasks #15895: hammer v0.94.8
h3. powercycle... Nathan Cutler
12:06 PM Stable releases Tasks #15895: hammer v0.94.8
h3. rgw... Nathan Cutler
06:59 AM Stable releases Tasks #15895: hammer v0.94.8
h3. rados
h4. CentOS 7.2 run:...
Nathan Cutler
12:11 PM Revision 9deee089 (ceph): os/bluestore: fix unittest_bluestore_types to properly handle different...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
11:31 AM Fix #16746: Fix the Ceph and Ceph UT compiling error in AArm64
Change the PR to https://github.com/ceph/ceph/pull/10427
The previous one was in a mess, not good to review.
Sorry...
Anonymous
10:51 AM Revision d71845ce (ceph): Merge pull request #8960 from badone/wip-hammer-rados-bench-units
hammer: Add units to rados bench output and clean up formatting
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
09:28 AM Bug #16805 (Resolved): "osd reweight-by-utilization" fails: Refusing to reweight: we only have 58...
... Kefu Chai
09:26 AM Feature #15789: Give requested scrubs a higher priority
Trying to fix by PR: -https://github.com/ceph/ceph/pull/10426- (closed) Wanlong Gao
09:09 AM Feature #15789: Give requested scrubs a higher priority
Wanlong Gao wrote:
> Samuel Just wrote:
> > It seems like requested scrubs will wait behind scheduled scrubs, that'...
Wanlong Gao
08:58 AM Revision de68fe38 (ceph): qa/workunits/cephtool/test.sh: use absolute path for TEMP_DIR
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:52 AM Revision 96407cbd (ceph): rgw: log mp upload failures due to parts mismatch
Like all the other error messages in complete multipart upload, add a
more descriptive reason when we fail a multipar...
Abhishek Lekshmanan
08:44 AM Bug #16641 (Resolved): hammer-backports: OSD crash in *lost-unfound* tests with msgr-failures
Nathan Cutler
08:44 AM Bug #16641: hammer-backports: OSD crash in *lost-unfound* tests with msgr-failures
https://github.com/ceph/ceph-qa-suite/pull/1089 fixed it Nathan Cutler
08:44 AM Revision 11943316 (ceph): Merge pull request #10261 from songbaisen/b1
mon: remove the redundant cancel_probe_timeout function
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:42 AM Revision 32014ad3 (ceph): Merge pull request #1089 from smithfarm/wip-832-hammer
Wip 832 hammer
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
08:32 AM Bug #16801: saw valgrind issues in ReplicatedPG::new_repop
tested at http://pulpito.ceph.com/kchai-2016-07-24_23:13:57-rados-wip-16801---basic-mira/, failure is irrelevant to t... Kefu Chai
08:30 AM Bug #16801 (Fix Under Review): saw valgrind issues in ReplicatedPG::new_repop
https://github.com/ceph/ceph/pull/10423 Kefu Chai
04:31 AM Bug #16801: saw valgrind issues in ReplicatedPG::new_repop
being tested at http://pulpito.ceph.com/kchai-2016-07-24_21:25:48-rados-wip-16801---basic-mira/, failed due to #16803. Kefu Chai
03:56 AM Bug #16801: saw valgrind issues in ReplicatedPG::new_repop
Kefu Chai
03:25 AM Bug #16801 (Resolved): saw valgrind issues in ReplicatedPG::new_repop
/kchai-2016-07-24_02:17:13-rados-wip-kefu-testing---basic-mira/331161/remote/mira045/log/valgrind/osd.5.log.gz Kefu Chai
08:29 AM Revision d3a28465 (ceph): osd: fix the mem leak of RepGather
ReplicatedPG::new_repop() returns a pointer to RepGather with two refcounts,
one is held by ReplicatedPG::repop_queue...
Kefu Chai
08:25 AM rgw Bug #16712 (Pending Backport): multisite: 400-error with certain complete multipart upload requests
Abhishek Lekshmanan
08:23 AM Bug #16804: Leak_StillReachable in mon
https://github.com/ceph/ceph/pull/10391 Kefu Chai
08:22 AM Bug #16804 (Resolved): Leak_StillReachable in mon
... Kefu Chai
08:22 AM Revision 8268d1ba (ceph): cmake: do not link against profiler if gperftools is found
this behaviour matches the autotools. and we should not enable profiling
unless asked to do so.
Fixes: http://tracke...
Kefu Chai
08:17 AM Revision 07206f31 (ceph): cmake: cleanup Findgperftools.cmake
remove unused bits
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:59 AM Revision 845295aa (ceph): msg/Accepter.h: add override to virtual function
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
07:40 AM Revision f8553f3a (ceph): cmake: do not include undefind paths
for example
```
include_directories(${LEVELDB_PREFIX}/include)
```
does not make sense if `LEVELDB_PREFIX` is not def...
Kefu Chai
07:40 AM Revision 94db627c (ceph): cmake: fix libaio detection
* we used to check the header file of "aio.h" which is part of glibc,
the glibc async i/o, and the corresponding li...
Kefu Chai
07:40 AM Revision 342d8279 (ceph): cmake: cleanup Findblkid.cmake
* remove unused bits
* fix the wrong mark_as_advanced() call.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:40 AM Revision 98c3df5a (ceph): cmake: cleanup Findudev.cmake
remove the crufts for handling the REQUIRED argument.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:39 AM Revision 89521942 (ceph): cmake: add "make uninstall" support
following https://cmake.org/Wiki/RecipeAddUninstallTarget
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:39 AM Revision 03a860ed (ceph): cmake: add missing FindBacktrace.cmake
FindBacktrace.cmake is missing in older versions of cmake. so put a copy
in our tree.
Signed-off-by: Kefu Chai <kcha...
Kefu Chai
07:39 AM Revision bfc25cbc (ceph): cmake: cleanup Findbabeltrace.cmake
* we don't need the BABELTRACE_PATH_HINT setting, as packaging script
requires the the babeltrace pacakges explicit...
Kefu Chai
07:39 AM Revision 3170f16e (ceph): cmake: do not check libuuid anymore
libuuid dependency is not found in ceph.spec.in or debian/control.
and we are not using libuuid since 62bfc7a.
Signe...
Kefu Chai
07:39 AM Revision 3f6fd585 (ceph): cmake: cleanup Findtcmalloc.cmake
use find_package_handle_standard_args() and remove unused bits.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:39 AM Revision e21d98ae (ceph): cmake: cleanup FindOpenLdap.cmake
* use find_package_handle_standard_args() and remove unused bits.
* rename OPENLDAP_LIBS to OPENLDAP_LIBRARIES, to be...
Kefu Chai
07:39 AM Revision d4104b74 (ceph): cmake: add "WITH_SUBMAN" option
it is used by ceph.spec.in for installing subscription manager cron job
on rhel.
Signed-off-by: Kefu Chai <kchai@red...
Kefu Chai
07:07 AM CephFS Bug #16737 (Resolved): Mounting ceph fs on client leads to kernel crash
Zheng Yan
06:09 AM CephFS Bug #16737: Mounting ceph fs on client leads to kernel crash
yes. the issue is not seen with newer kernels. Rohith Radhakrishnan
02:29 AM CephFS Bug #16737: Mounting ceph fs on client leads to kernel crash
seem like duplicate of http://tracker.ceph.com/issues/15302. Updating your kernel should resolve this issue. Zheng Yan
07:04 AM Bug #16714: async messenger process_events osd segfault
https://github.com/ceph/ceph/pull/10369 Haomai Wang
06:53 AM Bug #16714: async messenger process_events osd segfault
and in ceph-mon also, see /a/kchai-2016-07-24_21:25:48-rados-wip-16801---basic-mira/331678... Kefu Chai
07:03 AM Bug #16716 (Fix Under Review): async messenger lockdep crash
https://github.com/ceph/ceph/pull/10340 Kefu Chai
06:35 AM Revision b44ed47c (ceph): Merge pull request #10319 from wjwithagen/wip-wjw-fix-posix-tests
src/test/cli/* tests: POSIX Convert grep -P to grep -E
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:16 AM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Hi Xiaoxi Chen!
I did a test with special conditions: three rulesets with ids=0,2,3:
rule replicated_ruleset {
...
Artemy Kapitula
06:16 AM Bug #16706 (Pending Backport): OSD: "ceph osd df" does not show summarized info correctly if one ...
https://github.com/ceph/ceph/pull/10308 Kefu Chai
05:58 AM rbd Bug #16394: Ceph RBD
junming rao wrote:
> @Jason
> This is debug logs from librbd;
> thanks。
junming rao
05:56 AM rbd Bug #16394: Ceph RBD
@Jason
This is debug logs from librbd;
thanks。
junming rao
05:23 AM Revision 88c604df (ceph): Merge pull request #10308 from xiexingguo/xxg-wip-fix-osd-df
mon/osdmonitor: fix incorrect output of "osd df" due to osd out
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:58 AM Revision 03a3f71a (ceph): Merge pull request #10091 from rubenk/add-osd-id-to-service-description
systemd: add osd id to service description
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:54 AM Revision b96cfc34 (ceph): Merge pull request #10089 from gaowanlong/omapbench_usage
test: fix usage info of omapbench
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:43 AM Revision a048e195 (ceph): Merge pull request #10251 from stiopaa1/osd_watch_addConsts
osd/Watch: add consts to member functions
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:31 AM Bug #16802 (Can't reproduce): "AttributeError: managers" when running a rados qa suite
... Kefu Chai
02:42 AM Revision 16ce830c (ceph): Merge pull request #10419 from jcsp/wip-16764
client: fix shutdown with open inodes Zheng Yan

07/24/2016

09:04 PM CephFS Bug #16768: multimds: check_rstat assertion failure
Segmentation fault in another test which may be related:... Patrick Donnelly
09:03 PM CephFS Bug #16768: multimds: check_rstat assertion failure
Another of the same:... Patrick Donnelly
08:33 PM Backport #16659 (In Progress): jewel: ReplicatedBackend doesn't increment stats on pull, only push
Nathan Cutler
08:33 PM Revision 46246e39 (ceph): osd: increment stas on recovery pull also
PGMap::recovery_rate_summary() summaries the recovery progress from
a pool's
pool_stat_t.stats.sum.num_{objects_recov...
Kefu Chai
07:57 PM Revision bfe3a892 (ceph): rados/singleton: use xfs instead
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 7e0fb5dd617c2f87ef4bc952f7f5a26b4205db85)
Samuel Just
07:57 PM Revision c96f04b5 (ceph): divergent_priors: add sleep after reviving divergent
Basically same thing as
c0b0ec2831f410d89b695a1d08122334d8ee907a
client is getting ENXIO when trying to do osd tell b...
Samuel Just
07:35 PM Bug #16641: hammer-backports: OSD crash in *lost-unfound* tests with msgr-failures
I guess this commit might be involved, and should be dropped from the PR?
https://github.com/ceph/ceph-qa-suite/pu...
Nathan Cutler
07:23 PM Bug #16641: hammer-backports: OSD crash in *lost-unfound* tests with msgr-failures
Two more rounds of just the relevant tests:
* http://158.69.66.4:8081/ubuntu-2016-07-23_21:53:47-rados:singleton-h...
Nathan Cutler
07:32 PM Stable releases Tasks #15895: hammer v0.94.8
... Nathan Cutler
07:05 PM Backport #16798 (In Progress): jewel: ceph command line tool chokes on ceph –w (the dash is unico...
Nathan Cutler
07:04 PM Revision 3da251fe (ceph): pybind/ceph_argparse: handle non ascii unicode args
we raise UnicodeDecodeError at seeing non-ascii args if we fail to match
it with any command signatures. instead, we ...
Kefu Chai
07:04 PM Revision b01af21c (ceph): Fix tabs->whitespace in ceph_argparse
Signed-off-by: Oleh Prypin <oleh@pryp.in>
(cherry picked from commit bef2c83c1da7dcc32fc2ff98cf214fc93bef75b8)
Oleh Prypin
07:01 PM Revision bb2dc953 (ceph): Make usage of builtins in ceph_argparse compatible with Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in>
(cherry picked from commit ddf06041ef80ac9606da8d57f048d2e23233d122)
Oleh Prypin
04:46 PM Revision a586ce2e (ceph): vstart: cleanup echoed commands and sh issues
o Add prun/prunb for echoing out a command and running it.
o Add quotes around some variables to prevent word splitti...
Patrick Donnelly
04:46 PM Revision 9f2c7418 (ceph): vstart: refactor and fix forced config changes
Despite using the -k option, vstart would sometimes (e.g. --smallmds) append
changes to the config file. This commit...
Patrick Donnelly
04:44 PM CephFS Cleanup #16035 (Fix Under Review): Remove "cephfs" CLI
John Spray
04:44 PM CephFS Bug #16255 (Fix Under Review): ceph-create-keys: sometimes blocks forever if mds "allow" is set
https://github.com/ceph/ceph/pull/10415
John Spray
04:24 PM CephFS Cleanup #16195 (Fix Under Review): mds: Don't spam log with standby_replay_restart messages
https://github.com/ceph/ceph/pull/10243/commits John Spray
04:23 PM CephFS Feature #16570 (Resolved): MDS health warning for failure to enforce cache size limit
John Spray
04:22 PM CephFS Bug #16764 (Fix Under Review): ceph-fuse crash on force unmount with file open
https://github.com/ceph/ceph/pull/10419 John Spray
04:21 PM Revision d642b4fa (ceph): client: fix shutdown with open inodes
This piece of code was dereferencing an invalid
iterator (invalidated by call to erase())
Fixes: http://tracker.cep...
John Spray
03:13 PM rbd Cleanup #16130 (Resolved): Proxied operations shouldn't result in error messages if replayed
Jason Dillaman
03:13 PM Revision b0029b3d (ceph): Merge pull request #9724 from vumrao/wip-vumrao-16130
rbd: cleanup - Proxied operations shouldn't result in error messages if replayed
Reviewed-by: Jason Dillaman <dillam...
Jason Dillaman
03:13 PM rbd Bug #16449 (Pending Backport): Prevent the creation of a clone from a non-primary mirrored image
Jason Dillaman
03:12 PM Revision ab5ebdef (ceph): Merge pull request #10123 from trociny/wip-16449
librbd: prevent creation of clone from non-primary mirrored image
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:10 PM rbd Bug #16717 (In Progress): "[ FAILED ] TestLibRBD.TestCreateLsDeletePP" in upgrade:client-upgrad...
@Mykola: instead of waiting (possibly for a very long time) for the backport, perhaps just change the test [1] to ove... Jason Dillaman
03:07 PM Revision d8080914 (ceph): Merge pull request #10348 from trociny/wip-16717
test: use wrapper that respects RBD_FEATURES when creating rbd image
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:18 PM Linux kernel client Bug #14901: misdirected requests on 4.2 during rebalancing
... Ilya Dryomov
02:16 PM Linux kernel client Bug #14901 (Pending Backport): misdirected requests on 4.2 during rebalancing
Ilya Dryomov
10:18 AM Revision af1598a3 (ceph): Merge pull request #10352 from wjwithagen/wip-wjw-freebsd-cmake-2
cmake: work to get inital FreeBSD stuff
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:51 AM Revision c819596e (ceph): mon/Elector:move C_ElectionExpire class to cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
07:17 AM Revision b1f084a8 (ceph): Merge pull request #10354 from stiopaa1/msg_message_addConst
msg/Message.h: add const to member function
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

07/23/2016

09:59 PM CephFS Bug #16691: sepia LRC lost directories
The offending dentries that point to damaged dirfrags have been removed (by removing the omap keys). The objects the... John Spray
09:56 PM Revision 278196d8 (ceph): ceph-create-keys: fix existing-but-different case
We just have to refrain from calling get-or-create
if the named key already exists, to avoid potentially
having an er...
John Spray
09:47 PM rbd Bug #16799 (Duplicate): hammer-backports: rbd import fails in cache tier test
Nathan Cutler
08:17 PM rbd Bug #16799 (Duplicate): hammer-backports: rbd import fails in cache tier test
test: rados/singleton-nomsgr/{all/export-after-evict.yaml}
what happens:...
Nathan Cutler
07:51 PM Bug #16641: hammer-backports: OSD crash in *lost-unfound* tests with msgr-failures
A very similar and reproducible crash happens in the following tests:
* rados/singleton/{all/lost-unfound-delete.y...
Nathan Cutler
07:40 PM Bug #16641: hammer-backports: OSD crash in *lost-unfound* tests with msgr-failures
@David: Regarding the newline in the logs, that was caused by an error in one of the backports, which is now fixed.
...
Nathan Cutler
07:24 PM Revision e990bde0 (ceph): Merge pull request #10413 from SUSE/wip-doc-dev
doc: add Prepare tenant section to Testing in the cloud chapter
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
05:24 PM Revision e6f2d4e8 (ceph): doc: add "Prepare tenant" section to "Testing in the cloud" chapter
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
04:31 PM rgw Feature #10342: rgw: tool to clean up clutter
Hi Yehuda, where could the tool be found? Abhishek Varshney
01:50 PM rgw Bug #16444: rgw-admin: better error message when user has no buckets yet
Pull request https://github.com/ceph/ceph/pull/10162 got merged. Gaurav Garg
01:37 PM Revision 7e87eaf5 (ceph): Merge pull request #10162 from gaurav36/bug-16444-radosgw-error-message
rgw: better error message when user has no bucket created yet
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
06:58 AM Bug #11464: osd: do_op e7022843/plana409159-266/head//1 is unfound, can't do anything
Note: this was backported to hammer in https://github.com/ceph/ceph/pull/7961 Nathan Cutler
05:40 AM Revision 28c0539b (ceph): rgw: fix wrong variable definition in rgw_cls_lc_set_entry function
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn> wei qiaomiao
04:13 AM Revision 91a29bc4 (ceph): msg/simple: cleanups
should save the `errno` which may be changed by `ldout` and/or `<<` operator
Signed-off-by: Yan Jun <yan.jun8@zte.co...
Yan Jun
01:35 AM Revision 167bbefe (ceph): common/perf_counters.: Remove unnecessary judgment
Signed-off-by: zhang.zezhu <zhang.zezhu@zte.com.cn> Zezhu Zhang
01:01 AM Revision 0d4672ae (ceph): osd: fix typo in comment of store_statfs_t
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
12:57 AM Revision c421875b (ceph): kv/MemDB: fill in statfs directly
Which is faster.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo

07/22/2016

11:22 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
don't know if it's usefull, but when I launch the command in debug mode 10 I have this log:
2016-07-22 23:18:43.43...
stephane beuret
07:11 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
output of ceph -s
2016-07-22 19:08:42.844997 6c700470 0 -- :/1260326585 >> 192.168.100.151:6789/0 pipe(0x6c405b30 s...
stephane beuret
07:03 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
sorry: /usr/bin/ceph-mds ceph -d -i mds-ceph1 --setuser ceph --setgroup ceph stephane beuret
06:56 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
ceph mon crash when I launch:
/usr/bin/ceph-mds --cluster ceph -d -i mds-ceph1 --setuser ceph --s
It's the first md...
stephane beuret
01:09 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
Also, has this ever worked before for you? I don't know that we've ever done any cephfs testing at all on ARM builds. John Spray
01:08 PM CephFS Bug #16771: mon crash in MDSMonitor::prepare_beacon on ARM
Please provide more information.
What series of commands did you run that caused the crash?
Were there already ...
John Spray
10:19 PM rgw Documentation #13523: rgw: document civetweb ssl configuration
All the steps for configuring multistage rgw are for http only. Could you please give us the steps for https along w... Russell Islam
10:17 PM rbd Bug #16708: Sporadic failure in TestImageReplayer.StartReplayAndWrite
also in https://jenkins.ceph.com/job/ceph-pull-requests/9476/consoleFull#-1053578855d63714d2-c8d8-41fc-a9d4-8dee30be4c32 Josh Durgin
01:10 PM rbd Bug #16708 (In Progress): Sporadic failure in TestImageReplayer.StartReplayAndWrite
Jason Dillaman
06:21 AM rbd Bug #16708: Sporadic failure in TestImageReplayer.StartReplayAndWrite
spotted again in https://jenkins.ceph.com/job/ceph-pull-requests/9474/consoleFull#-1053578855d63714d2-c8d8-41fc-a9d4-... Kefu Chai
10:11 PM Revision f84be8f6 (ceph): Merge pull request #10405 from athanatos/wip-ec-pg-log
osd: fixups to explicitly persistenting missing sets
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
09:46 PM Revision c12b3513 (ceph): Merge pull request #1003 from athanatos/wip-15655
ceph_manager: test [test-]reweight-by-(utilization|pg)
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
09:35 PM Revision e3159dfa (ceph): divergent_priors: we no longer track divergent priors explicitely
The rest of the test is still valuable to ensure that we detect missing
items which are not in the log, but now that ...
Samuel Just
09:35 PM Revision 3ebd7fdd (ceph): config: add osd_debug_verify_missing_on_start
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 45995c9f (ceph): osd_types: fix type of ChangeTracker::clean()
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:30 PM Revision 379fa357 (ceph): osd_types: rename swap to claim, restrict to the non-tracking variant
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:28 PM Revision b76c8903 (ceph): Merge pull request #1091 from athanatos/wip-16413
11429: wait_for_clean between restarting the osds and starting the bench
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
09:28 PM Revision 0623a0de (ceph): Merge pull request #1090 from athanatos/wip-16416
ec_lost_unfound: set min_size to 2
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
09:27 PM Revision b0e239da (ceph): Merge pull request #10334 from ceph/wip-ec-pg-log
osd: persist the missing set explicitly
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
08:46 PM Revision f80d10c8 (ceph): rpm: move libatomic_ops-devel to non-distro-specific section
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 94e4f2190b6ab3ff7b57b0b6095fea6d9228d917)
Nathan Cutler
08:46 PM Revision a28810c6 (ceph): rpm: move gperftools-devel to non-distro-specific section
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 06940e29b702c7437dc9f8df365fcc383cb882e1)
Nathan Cutler
08:46 PM Revision e6b7a4ba (ceph): rpm: use new name of libatomic_ops-devel
The previous form, libatomic-ops-devel, has been deprecated since May 23, 2012.
Signed-off-by: Nathan Cutler <ncutle...
Nathan Cutler
08:46 PM Revision 9bbf2e8d (ceph): fix tcmalloc handling in spec file
- there is no gperftools/tcmalloc on s390(x) yet
- explicitly disable tcmalloc when built without
Signed-off-by: Dan...
Dan Horák
08:42 PM devops Backport #16795 (In Progress): jewel: libatomic-ops-devel was renamed in May 2012 - fix in ceph.spec
Nathan Cutler
08:36 PM devops Backport #16795 (Resolved): jewel: libatomic-ops-devel was renamed in May 2012 - fix in ceph.spec
https://github.com/ceph/ceph/pull/10357 Nathan Cutler
08:39 PM Backport #16798 (Resolved): jewel: ceph command line tool chokes on ceph –w (the dash is unicode ...
https://github.com/ceph/ceph/pull/10420 Nathan Cutler
08:37 PM CephFS Backport #16797 (Resolved): jewel: MDS Deadlock on shutdown active rank while busy with metadata IO
https://github.com/ceph/ceph/pull/10502 Nathan Cutler
08:37 PM rbd Backport #16796 (Resolved): jewel: Renaming old format image results in "Transport endpoint is no...
https://github.com/ceph/ceph/pull/10684 Nathan Cutler
08:36 PM rgw Backport #16794 (Resolved): jewel: multisite bucket sync doesn't retry objects that it fails to f...
https://github.com/ceph/ceph/pull/11021 Nathan Cutler
08:36 PM rgw Backport #16793 (Resolved): jewel: upgrade from old multisite to new multisite fails
https://github.com/ceph/ceph/pull/10891 Nathan Cutler
08:35 PM rgw Backport #16792 (Resolved): jewel: metadata sync can skip markers for failed/incomplete entries
https://github.com/ceph/ceph/pull/10657 Nathan Cutler
08:35 PM devops Fix #16645 (Pending Backport): libatomic-ops-devel was renamed in May 2012 - fix in ceph.spec
Nathan Cutler
08:31 PM Revision ea437e4c (ceph): Merge pull request #10363 from SUSE/wip-16645
Fix libatomic_ops-devel in SUSE and specfile cleanup
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-by: Ken D...
Nathan Cutler
08:21 PM Revision 81aef8ce (ceph): Merge pull request #10241 from Yan-waller/yj-wip-rgwrests3-0710
rgw: add return value checking to avoid possible subsequent `parse` exception
Reviewed-by: Abhishek Lekshmanan <abhi...
Yehuda Sadeh
08:13 PM Revision 05f634c9 (ceph): Merge pull request #10331 from rzarzynski/wip-rgw-keystone-doc-fix
rgw, doc: fix formatting around Keystone-related options.
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Yehuda Sadeh
08:06 PM Bug #16787: Ceph 10.2.2 handles --prefix and --sbindir configure options poorly
This seems to be because of a check that if DESTDIR is present during install time "--prefix=/usr" is passed to the P... Roy Keene
06:48 PM Bug #16787 (Closed): Ceph 10.2.2 handles --prefix and --sbindir configure options poorly
Ceph v10.2.2 with configure options --prefix='' --sbindir=/bin still installs files into "/usr/bin", "/usr/lib", and ... Roy Keene
07:58 PM Bug #16791 (Closed): Ceph v10.2.2 build system runs the "arch" command to determine CPU architecture
Ceph v10.2.2 build system runs the "arch" command to determine CPU architecture when looking for "yasm" in configure.... Roy Keene
07:53 PM Bug #16790 (Closed): Ceph v10.2.2 build system runs "lsb_release" to determine how to layout file...
Ceph v10.2.2's build system runs "lsb_release" in src/pybind/rados/Makefile.am to determine how to install.
This r...
Roy Keene
07:11 PM Bug #16789 (Closed): Ceph v10.2.2 build overwrites PYTHONPATH
Building Ceph v10.2.2 overwrites PYTHONPATH, which may be needed to provide "setuptools"/"pip"/"virtualenv".
This ...
Roy Keene
07:10 PM Bug #3647: forgot the auth options for Cephx and added them later: Get msg: 7ff9faaad700 monclie...
I see this when I perform ceph -s
2016-07-22 19:08:42.844997 6c700470 0 -- :/1260326585 >> 192.168.100.151:6789/0 p...
stephane beuret
06:52 PM Bug #16788 (Closed): Ceph v10.2.2 build relies on many python packages not checked for during con...
Ceph v10.2.2 build will fail if the build host lacks Python packages for "pip", "setuptools", or "virtualenv" but the... Roy Keene
06:43 PM Bug #16786 (New): Compiling with --without-cython seems to produce an entirely broken Ceph CLI, b...
Ceph v10.2.2 compiled with --without-cython compiles and installs the Ceph CLI tools fine, but they do not appear to ... Roy Keene
06:42 PM Revision c835f6dd (ceph): rpm: use new name of libatomic_ops-devel
The previous form, libatomic-ops-devel, has been deprecated since May 23, 2012.
Signed-off-by: Nathan Cutler <ncutle...
Nathan Cutler
06:42 PM Revision 06940e29 (ceph): rpm: move gperftools-devel to non-distro-specific section
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
06:42 PM Revision 94e4f219 (ceph): rpm: move libatomic_ops-devel to non-distro-specific section
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
06:40 PM Bug #16785 (Closed): Build fails with --without-radosgw unless you also specify --without-ldap
Ceph v10.2.2 configure script produces an error when building with --without-radosgw specified unless you also specif... Roy Keene
06:38 PM rgw Tasks #16784 (Fix Under Review): RADOSGW feature requires FCGI which no longer has an upstream so...
RADOSGW of Ceph v10.2.2 relies on FCGI, but the upstream source for this no longer actually exists. Roy Keene
06:36 PM Bug #16783 (Won't Fix): Build fails if you disable radosgw (--without-radosgw) during linking
Attempting to build Ceph v10.2.2 with the configure option --without-radosgw leads to linking failure for "rbd-mirror... Roy Keene
06:33 PM Bug #16782 (Closed): build fails without libcurl
Configure script of Ceph v10.2.2 does not check for the presence of libcurl, but build fails without it (even without... Roy Keene
06:31 PM Revision 8c48f87e (ceph): Merge pull request #10322 from ceph/wip-debian-python-warnings
debian: python related changes
Reviewed-by: Dan Mick <dmick@redhat.com>
Dan Mick
06:30 PM CephFS Feature #16775: MDS command for listing open files
See also #15507. Greg Farnum
11:18 AM CephFS Feature #16775 (Resolved): MDS command for listing open files

John Spray
04:34 PM Bug #16781 (Can't reproduce): "Error: Failed to add partition" in ceph-disk-jewel-distro-basic-mira
Run: http://pulpito.ceph.com/teuthology-2016-07-20_03:10:03-ceph-disk-jewel-distro-basic-mira/
Jobs: all
Logs: http...
Yuri Weinstein
04:30 PM rbd Feature #16780 (Resolved): rbd-mirror: use sparse read during image sync
If 1 byte is used in a primary image backing object, the image sync process will read and write a full object size ch... Jason Dillaman
04:12 PM Bug #16779 (Can't reproduce): smoke suite is not passing on ovh
Run: http://pulpito.ovh.sepia.ceph.com:8081/teuthology-2016-07-20_05:00:01-smoke-master-testing-basic-openstack/
Job...
Yuri Weinstein
04:08 PM Revision a66b4cc9 (ceph): rgw: add rest handlers to query sync status
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
04:08 PM Revision d67436bb (ceph): rgw: enable async calls to time_log_trim
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
04:08 PM Revision 20f31a41 (ceph): rgw: add RGWRadosTimelogTrimCR
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
04:08 PM Revision 6a366f95 (ceph): rgw: add RGWDataLogTrimCR
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
04:08 PM Revision 3b674bbd (ceph): rgw: add RGWSyncLogTrimThread to RGWRados
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
04:08 PM Revision 6b1e40d7 (ceph): rgw: use separate cr manager for read_sync_status
RGWCoroutinesManager::run() is not reentrant, so concurrent users of
read_sync_status() must use different managers
...
Casey Bodley
03:56 PM Revision 637e959f (ceph): rgw: test/multi.py add a destructive attr to tests
Since the `test_zonegroup_remove` actually destroys a zonegroup, we
could just filter this out and run the suite as
`...
Abhishek Lekshmanan
03:43 PM Revision 42916c01 (ceph): Merge pull request #10400 from tchaikov/wip-test_async_compressor
cmake: fix the build of unittest_async_compressor
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
03:42 PM rgw Backport #16778 (Resolved): multisite: 400-error with certain complete multipart upload requests
https://github.com/ceph/ceph/pull/10537 Abhishek Lekshmanan
03:26 PM Revision ccef4b0f (ceph): rgw: expose sync managers through RGWRados
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
03:26 PM Revision b7cd4e0e (ceph): rgw: change read_sync_status interface
RGWDataSyncStatusManager::read_sync_status() now operates on the given
parameter, rather than its internal member var...
Casey Bodley
03:25 PM CephFS Bug #16255: ceph-create-keys: sometimes blocks forever if mds "allow" is set
We've encountered the same issue when upgrading. The " on systemd-using systems will probably not be seeing this" is ... Alfredo Deza
03:19 PM Revision b900b948 (ceph): Merge pull request #25 from quantum/mon-command-inbuf
Add support for mon_command input buffer Noah Watkins
03:13 PM Revision f4cbfec5 (ceph): cmake: fix the build of unittest_async_compressor
it was broken by 1e8388c
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:53 PM Bug #12287 (Pending Backport): ceph command line tool chokes on ceph –w (the dash is unicode 'en ...
Kefu Chai
02:53 PM Revision 65bd58b4 (ceph): Merge pull request #8943 from tchaikov/wip-12287
pybind/ceph_argparse: handle non ascii unicode args
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Kefu Chai
02:47 PM Revision b3782f5b (ceph): Merge pull request #9737 from chenji-kael/wip-rgw-lifecycle
rgw:lifecycle feature [rebased] Daniel Gryniewicz
02:22 PM CephFS Bug #16691: sepia LRC lost directories
(Mainly for my reference) etherpad from repairing is here http://etherpad.corp.redhat.com/efev9SA7rn John Spray
02:19 PM Revision 74144bca (ceph): Merge pull request #10397 from theanalyst/wip-rgw-non-ec
wip: rgw multisite: preserve zone's extra pool
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
12:45 PM devops Feature #16776 (In Progress): Enable RPM build without ceph-test subpackage
Ricardo Dias
11:47 AM devops Feature #16776 (Resolved): Enable RPM build without ceph-test subpackage
A full build of ceph, including the ceph-test package, requires much more computational resources than building witho... Nathan Cutler
12:13 PM Bug #16777 (Resolved): the recovering can lead some osds to reach 100% space usage.
there is no full checking in the recovering io path.
but backfill is ok, because it have too_full_for_backfill() che...
Ruifeng Yang
11:04 AM Revision cfae7758 (ceph): librbd: check the RBD_FEATURE_LAYERING for the features of child image.
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision a187b346 (ceph): tools/rbd: set order to default value if it is not specified in options.
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision 6264acb4 (ceph): tools/rbd: use create4() for both of format 1 and format 2.
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision 22f77dd3 (ceph): librbd: introduce RBD_IMAGE_OPTION_FEATURES_[SET|CLEAR] for features ov...
Currently, if we want to use the default options for rbd, we need to omit the
RBD_IMAGE_OPTION_FEATURES, but if we wa...
Yang Dongsheng
11:04 AM Revision 3508f400 (ceph): tools/rbd: set RBD_IMAGE_OPTION_FEATURES_CLEAR when --image-shared spec...
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision c37df5e6 (ceph): pybind: don't set the default values for the options not specified in c...
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision 49420765 (ceph): pybind: don't set the default values for the options not specified in c...
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision 98251eae (ceph): pybind: don't set the default values for the options not specified in c...
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision df81ba1c (ceph): librbd: set RBD_FEATURE_STRIPINGV2 in create if needed.
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision 6f5571f7 (ceph): librbd: set the default options when they are not specified.
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision d97fe01c (ceph): librbd/clone: set RBD_FEATURE_STRIPINGV2 in feature if stripe related o...
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision dd299e0f (ceph): librbd/copy: set RBD_FEATURE_STRIPINGV2 in feature if stripe related op...
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
11:04 AM Revision a9db1999 (ceph): tools/rbd: only set the options specified by user in get_image_options().
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
10:59 AM Feature #15789: Give requested scrubs a higher priority
Samuel Just wrote:
> It seems like requested scrubs will wait behind scheduled scrubs, that's not great.
Samuel, ...
Wanlong Gao
10:23 AM Revision 4e7946c2 (ceph): Merge pull request #10394 from tchaikov/wip-16772
cmake: disable unittest_async_compressor
Reviewed-by: Haomai Wang <haomai@xsky.com>
Haomai Wang
10:14 AM Revision b9a2048c (ceph): rgw: better error message when user has no bucket created yet
Currently when there is no bucket in the cluster and user execute
"$radosgw-admin user stats --uid=testid" command ...
Gaurav Garg
10:01 AM Revision 95b46c9d (ceph): Merge pull request #10381 from SUSE/wip-doc-rgw-cgi-warning
doc/radosgw: rename config.rst to config-fcgi.rst
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
09:39 AM rgw Bug #16712: multisite: 400-error with certain complete multipart upload requests
master pr: https://github.com/ceph/ceph/pull/10397 Abhishek Lekshmanan
08:57 AM Revision d4ecc956 (ceph): rgw multisite: preserve zone's extra pool
In current multisite scenarios,if a bucket is created in master, we end
up storing multipart metadata in `$source-zon...
Abhishek Lekshmanan
08:19 AM CephFS Bug #16774: file: ceph.file.layout.pool_namespace: No such attribute
Zheng Yan wrote:
> It seems client does not support pool namespace. which client are you using ? (kernel or ceph-fus...
de lan
07:34 AM CephFS Bug #16774: file: ceph.file.layout.pool_namespace: No such attribute
It seems client does not support pool namespace. which client are you using ? (kernel or ceph-fuse, which version) Zheng Yan
07:30 AM CephFS Bug #16774 (Rejected): file: ceph.file.layout.pool_namespace: No such attribute
Hi!
when i test the ci: kcephfs/cephfs/{conf.yaml clusters/fixed-3-cephfs.yaml fs/btrfs.yaml inline/no.yaml tasks/kc...
de lan
08:04 AM Revision 1e8388c3 (ceph): cmake: disable unittest_async_compressor
as async compressor is not used anywhere. and haomai agrees to disable
this test.
Signed-off-by: Kefu Chai <kchai@re...
Kefu Chai
07:55 AM Revision 5864626d (ceph): pybind/ceph_argparse: handle non ascii unicode args
we raise UnicodeDecodeError at seeing non-ascii args if we fail to match
it with any command signatures. instead, we ...
Kefu Chai
07:03 AM rbd Bug #16773 (Resolved): FAILED assert(m_image_ctx.journal == nullptr)
Hi!
when i test the ci suite:rbd:valgrind/{base/install.yaml clusters/{fixed-1.yaml openstack.yaml} fs/xfs.yaml va...
de lan
07:02 AM Revision 48f4576d (ceph): debian: remove ${shlibs:Depends} from python-* packages
* debian/control:
as we have listed the linked libraries in Depends section, for example,
python-rados depends on...
Kefu Chai
07:02 AM Revision 7db7f236 (ceph): debian: depends on python-all-dev instead of python-dev
* debian/control: Build-Depends: s/python-dev/python-all-dev/, per
https://wiki.debian.org/Python/FAQ#Build_depen...
Kefu Chai
07:02 AM Revision f11acf2b (ceph): debian: use python:Depends for ceph-{common,base,osd}'s deps
* ceph-base: use ${python:Depends} instead of listing the python
dependencies manually, dh_python2 will scan the re...
Kefu Chai
06:23 AM Revision abe5da0e (ceph): debian: do not run dh-python against non-python packages
some packages do not package python modules or scripts. so override
dh_python2 to exclude them.
this change silences...
Kefu Chai
06:14 AM Backport #14799: hammer: CentOS 7 tcmalloc::ThreadCache valgrind error libboost_thread-mt.so.1.53
the osd is not linked against tcmalloc. But it uses a library that is and there really is nothing the compilation pro... Loïc Dachary
04:15 AM Backport #14799: hammer: CentOS 7 tcmalloc::ThreadCache valgrind error libboost_thread-mt.so.1.53
@Kefu, it's happening on the notcmalloc jobs, so osd should not linked against tcmalloc. Nathan Cutler
06:10 AM CephFS Bug #16754: mounting cephfs root and sub-directory on the same node makes the sub-directory inacc...
3.16.0-76
Rohith Radhakrishnan
02:35 AM CephFS Bug #16754: mounting cephfs root and sub-directory on the same node makes the sub-directory inacc...
I can't reproduce this on 4.5 kernel. which verion of kernel are you using? Zheng Yan
06:06 AM Bug #16772: seg fault in unittest_async_compressor during "make check" run
and i'd suggest remove async compressor and its test. as we are not using async compressor at all. Kefu Chai
06:02 AM Bug #16772: seg fault in unittest_async_compressor during "make check" run
yuri, are you using autotools or cmake?
in the case of cmake, shall we instead run "ctest -R unittest_async_compre...
Kefu Chai
05:39 AM Revision aacba7f1 (ceph): Merge pull request #8150 from wjwithagen/patch-3
.gitignore: exclude coredumps, logfiles and temporary testresults
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:22 AM Revision 2cc533b3 (ceph): rgw: don't ignore ENOENT in RGWRemoteDataLog::read_sync_status()
rest handlers for sync status need to return ENOENT errors. the only
other callers are in radosgw-admin, so the ENOEN...
Casey Bodley
04:22 AM Revision 1756b749 (ceph): Add op to get Lifecycle configuration
Signed-off-by: Daniel Gryniewicz <dang@redhat.com> Daniel Gryniewicz
04:22 AM Revision abe4b137 (ceph): RGW:lifecycle feature[rebase]
As same as amazon S3 interface,"PUT Bucket lifecycle" and
"DELETE Bucket lifecycle" have been implemented,
"GET Bucke...
Ji Chen
02:24 AM Revision 034e6bd1 (ceph): client: record null dentry's lease
Current code drops null dentry's lease silently. If the client later
modifies the null dentry, lease release is not e...
Yan, Zheng
02:24 AM Revision 0eac66a3 (ceph): client: fix Client::encode_inode_release()
it should return true when release was added to mds request.
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
02:24 AM Revision 86346118 (ceph): client: fix Client::choose_target_mds()
dirfrag's auth mds is recorded in CInode::fragmap
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
02:24 AM Revision 6844bf6b (ceph): mds: avoid unnecessary log flush for unstable locks
we can avoid log flush if unstable locks are caused by revoking caps
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
02:24 AM Revision 5a813285 (ceph): mds: don't flush log when truncating client_writeable_range
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
02:24 AM Revision 21ee645c (ceph): mds: don't call mdlog->flush() in Server::early_reply()
Server::journal_and_reply() calls mdlog->flush() if early reply
is not allowed.
Signed-off-by: Yan, Zheng <zyan@redh...
Yan, Zheng
02:24 AM Revision fdf98c10 (ceph): mds: mds: avoid unnecessary log flush when setattr
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
02:24 AM Revision 0ecac210 (ceph): mds: avoid unnecessary log flush for CInode::WAIT_TRUNC
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
02:14 AM Revision c5c95e7f (ceph): rgw: add empty_on_enoent flag to RGWSimpleRadosReadCR
RGWSimpleRadosReadCR won't currently fail with ENOENT, but instead
passes an empty object to handle_data(). add an em...
Casey Bodley
02:14 AM Revision 30823c5d (ceph): rgw: use RGWShardCollectCR for RGWReadDataSyncStatusCoroutine
this allows us to limit the number of outstanding requests for shard
markers
there also appeared to be issues with s...
Casey Bodley
02:14 AM Revision 821c70d7 (ceph): rgw: add dout_prefix for rgw_data_sync.cc
and took out the redundant 'rgw' from 'rgw meta sync:'
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:14 AM Revision ebbb70bd (ceph): rgw: add json decoders for data sync status
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley

07/21/2016

10:13 PM Bug #16772 (Can't reproduce): seg fault in unittest_async_compressor during "make check" run
Josh confirmed it on master and this one was on wip-yuri-testing2_2016_7_21 PRs branch... Yuri Weinstein
10:02 PM rgw Bug #16742 (Pending Backport): multisite bucket sync doesn't retry objects that it fails to fetch
Yehuda Sadeh
10:01 PM rgw Bug #16759 (Pending Backport): metadata sync can skip markers for failed/incomplete entries
Fixed by commit:f5801c726efdc2f3067a071e6bb5ac83fd0cd147 Yehuda Sadeh
09:17 PM Bug #16183 (Rejected): "FAIL: test/cephtool-test-mon.sh" during `make check`
I don't see an error anymore, so closing Yuri Weinstein
09:15 PM rbd Bug #16529: "[ FAILED ] TestClsRbd.mirror_image" in upgrade:jewel-x-master-distro-basic-vps
http://qa-proxy.ceph.com/teuthology/teuthology-2016-07-20_04:20:03-upgrade:jewel-x-master-distro-basic-vps/325448/teu... Yuri Weinstein
09:12 PM Revision 01b10c3a (ceph): Merge pull request #9089 from SirishaGuduru/bugfix15603
doc: Modification for "TEST S3 ACCESS" section in "INSTALL CEPH OBJECT GATEWAY" page
Reviewed-by: Abhishek Lekshman...
Yehuda Sadeh
09:11 PM CephFS Bug #16771 (New): mon crash in MDSMonitor::prepare_beacon on ARM
ceph 10.2.2
ubuntu 16.10
in Docker version 1.11.1, build 5604cbe
on arch armhf (rapsberry pi running hypriot)
<...
stephane beuret
09:07 PM Revision 692fbf2a (ceph): Merge pull request #10388 from yehudasa/wip-rgw-sync-err-injection
rgw: add configurables for {data,meta} sync error injection
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
09:03 PM Revision 69c12e8d (ceph): Add ceph-ansible installer.
Also fix iso rhel handling in openstack script
Updated openstack README.
Fixes: http://tracker.ceph.com/issues/16770...
Warren Usui
08:42 PM rgw Bug #15915: rgw command is consuming all the cpu time

> Good to know, thank you very much for testing. That means we can reproduce by running against older versions of l...
Russell Islam
08:29 PM rgw Bug #15915: rgw command is consuming all the cpu time
Russell Islam wrote:
> Tested with later version of curl. In my case 7.43. Got rid of this issue.
Good to know, t...
Casey Bodley
08:21 PM rgw Bug #15915: rgw command is consuming all the cpu time
Tested with later version of curl. In my case 7.43. Got rid of this issue. Russell Islam
08:26 PM Revision e84148a6 (ceph): rgw: add configurables for {data,meta} sync error injection
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
08:15 PM Bug #13281 (Resolved): create does not work on a cache tier whiteout
hammer backport done in https://github.com/ceph/ceph/pull/10255 Nathan Cutler
06:09 PM Bug #13281 (Pending Backport): create does not work on a cache tier whiteout
This is now needed in hammer because 75321943729f1d5dfacb68645e3c5483740d66f8 (which caused the bug) was backported t... Nathan Cutler
08:11 PM CephFS Bug #16768 (Resolved): multimds: check_rstat assertion failure
... Patrick Donnelly
08:07 PM Revision c08104a2 (ceph): Add support for mon_command input buffer
Jared Watts
08:05 PM Revision 3943c453 (ceph): ceph_manager: use time before mon command for timeout
Slow mon commands can cause a false failure.
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commi...
Samuel Just
08:05 PM Revision e80b6878 (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
08:01 PM Revision ce98eed6 (ceph): tasks/ceph_manager: dump pgs if other peering timeouts expire
We were doing this for one of the recovery timeouts but not all of them.
Signed-off-by: Sage Weil <sage@redhat.com>
...
Sage Weil
07:18 PM rgw Bug #16767 (Resolved): RadosGW Multipart Cleanup Failure
My current setup is a Ceph Hammer cluster running 0.94.6. The rest of the cluster details are irrelevant to this iss... Brian Felton
06:56 PM rbd Bug #16223 (Fix Under Review): journal should prefetch small chunks of the object during replay
Jason Dillaman
06:25 PM devops Bug #15874: Upon hammer->jewel upgrade, OSD cannot access journal device until after reboot
Workaround:... Daniel Kraft
06:02 PM Bug #16762: c98ced1d5ae broke the build
Also, background info here:
http://marc.info/?l=ceph-devel&m=146907331005525&w=2
Original commit here:
https...
Mark Nelson
05:59 PM Bug #16762 (Resolved): c98ced1d5ae broke the build
This has been fixed in #10377 and verified by Kefu that it passed Jenkins tests.
https://github.com/ceph/ceph/pull...
Mark Nelson
12:26 AM Bug #16762 (Resolved): c98ced1d5ae broke the build
c98ced1d5ae broke unittest_bit_alloc:
unittest_bit_alloc: /home/jenkins-build/build/workspace/ceph-pull-requests/s...
Dan Mick
05:52 PM Bug #16766 (Resolved): bluestore compilation warnings from BitAllocator.h
Classes in BitAllocator.h have overloaded virtual functions, which have been producing these warnings for months. Ple... Casey Bodley
04:52 PM Revision dad8328f (ceph): journal: helper class for organizing optional settings
Additional runtime configuration settings will be needed. The
new class will avoid the need to expand the constructor...
Jason Dillaman
04:52 PM Revision f7362e9a (ceph): journal: optionally fetch entries in small chunks during replay
Support fetching the full object or incremental chunks (with a
minimum of at least a single decoded entry if availabl...
Jason Dillaman
04:52 PM Revision 8c1877b8 (ceph): journal: optionally restrict maximum entry payload size
Journal playback will need to read at least a full entry which was
currently limited to the maximum object size. In m...
Jason Dillaman
04:52 PM Revision 2666d366 (ceph): journal: replay should only read from a single object set
Previously it was prefetching up to 2 object sets worth of journal
data objects which consumed too much memory.
Sign...
Jason Dillaman
04:52 PM Revision 28d5ca16 (ceph): journal: support streaming entry playback
Now that it's possible for the ObjectPlayer to only read a
partial subset of available entries, the JournalPlayer nee...
Jason Dillaman
04:52 PM Revision 11475f4f (ceph): journal: improve debug log messages
rbd-mirror debugging involved potentially thousands of journals
concurrently running. The instance address will corre...
Jason Dillaman
04:52 PM Revision 2c65471d (ceph): journal: possible deadlock during flush of journal entries
If a future flush is requested at the exact same moment that an
overflow is detected, the two threads will deadlock s...
Jason Dillaman
04:52 PM Revision 08a8ee98 (ceph): journal: optimize speed of live replay journal pruning
When streaming playback, avoid the unnecessary watch delay when
one or more entries have been pruned.
Signed-off-by:...
Jason Dillaman
04:52 PM Revision 47e0fbf2 (ceph): librbd: wait for journal commit op event to be safely recorded
Operation request op finish events should not be fire and forget.
Instead, ensure the event is committed to the journ...
Jason Dillaman
04:52 PM Revision 11d7500b (ceph): librbd: new configuration option to restrict journal payload size
Ensure that, by default, IO journal events are broken up into manageable
sizes when factoring in that an rbd-mirror d...
Jason Dillaman
04:52 PM Revision 24883e06 (ceph): rbd-mirror: configuration options to control replay throttling
Fixes: http://tracker.ceph.com/issues/16223
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:52 PM Revision 73cdd080 (ceph): rbd-mirror: shut down image replayers in parallel
When multiple pools are being replicated, start the shut down
process concurrently across all pool replayers.
Signed...
Jason Dillaman
04:52 PM Revision 0275c7ca (ceph): rbd-mirror: fix issues detected when attempting clean shut down
Fixed lockdep issue from status update callback and fixed the
potential for a stuck status state.
Signed-off-by: Jas...
Jason Dillaman
04:52 PM Revision e6cdf955 (ceph): rbd-mirror: potential memory leak when attempting to cancel image sync
The cancel request could race with the actual scheduling of the image
sync operation.
Signed-off-by: Jason Dillaman ...
Jason Dillaman
04:52 PM Revision 862e5815 (ceph): rbd-mirror: do not cancel maintenance ops with missing finish events
librbd will replay these ops when opening an image, so rbd-mirror
should also ensure these ops are replayed.
Signed-...
Jason Dillaman
04:52 PM Revision 574be748 (ceph): qa/workunits/rbd: override rbd-mirror integration test poll frequency
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:34 PM Bug #16525: mon crash: crush/CrushWrapper.h: 940: FAILED assert(successful_detach)
Same issue with armhf packages.... stephane beuret
04:31 PM CephFS Bug #16042 (Pending Backport): MDS Deadlock on shutdown active rank while busy with metadata IO
Patrick Donnelly
04:02 PM Revision a0294e64 (ceph): Revert RGW torrent
Revert the RGW torrent commit for now, it was causing issues.
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Daniel Gryniewicz
03:48 PM rbd Bug #15947: Sporadic TestImageReplayer.NextTag failure
Another instance: https://jenkins.ceph.com/job/ceph-pull-requests/9411/console... Josh Durgin
03:35 PM Revision e1dc386f (ceph): pybind: Make CephFS bindings and tests compatible with Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
03:35 PM Revision 773e0129 (ceph): pybind: Make RBD Python bindings compatible with Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
03:35 PM Revision fcb3a2a2 (ceph): Make Python setup scripts compatible with Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
03:35 PM Revision 64838001 (ceph): tests: Make OSD tests compatible with Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
03:35 PM Revision b24b646a (ceph): tests: Make librbd tests compatible with Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
03:35 PM Revision 75c71b4e (ceph): tests: Make RGW tests compatible with Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
03:35 PM Revision b775b3d8 (ceph): tests: Make misc. Python tests compatible with Python 3
Signed-off-by: Oleh Prypin <oleh@pryp.in> Oleh Prypin
03:27 PM Bug #16755: ceph-disk: encryption assumes admin key is present
Put up a PR: https://github.com/ceph/ceph/pull/10382 Chris Holcombe
03:03 PM Revision 4c3a1f81 (ceph): msg/Message.h: remove code duplication
Remove code duplication in constructors.
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
Michal Jarzabek
03:01 PM Revision 0555abad (ceph): Merge pull request #10377 from chhabaramesh/extent_alloc
os/bluestore:Fix size calculation in bitallocator
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Kef...
Kefu Chai
02:42 PM CephFS Bug #16668: client: nlink count is not maintained correctly
Pull request with the fix is up here:
https://github.com/ceph/ceph/pull/10386
Jeff Layton
01:54 PM Revision f2bea590 (ceph): Merge pull request #9589 from zhouruisong/master
rgw:add a s3 API of make torrent for a object Daniel Gryniewicz
01:29 PM Revision 5dce39df (ceph): mon/MonClient: move C_CancelMonCommand to cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
01:15 PM CephFS Bug #16764 (Resolved): ceph-fuse crash on force unmount with file open

Reproducing this in a vstart environment:
1. Mount a client
2. in python, do "f = open('mnt/foo.bin', 'w')"
3....
John Spray
01:10 PM Bug #16763 (Resolved): rados --striper put failes when object size is 0 bytes
... Richard Arends
12:58 PM Revision bcbf5d66 (ceph): Merge pull request #1088 from ceph/jewel-mds-snap-failover
fs: add snapshot tests to mds thrashing
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:58 PM Revision 894a5f8d (ceph): Merge pull request #10373 from ceph/jewel-mds-snap-failover
Jewel mds snap failover
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:54 PM Revision 2febf6a8 (ceph): mon/MonClient: move C_Tick struct to cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
12:17 PM Revision d788bae6 (ceph): doc/radosgw: rename config.rst to config-fcgi.rst
This file documents how to configure RGW to use Apache/FastCGI, so rename
the file and modify the title and intro to ...
Nathan Cutler
11:32 AM Revision a2e7ea9c (ceph): Merge pull request #10244 from jcsp/wip-cephfs-health-doc
doc/cephfs: explain the various health messages
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
11:32 AM Revision ef1405ab (ceph): doc/cephfs: explain the various health messages
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
11:08 AM CephFS Bug #16397: nfsd selinux denials causing knfs tests to fail
The other thing of note is the logs seem to indicate that these hosts are running pretty bleeding-edge kernels -- 4.7... Jeff Layton
11:06 AM CephFS Bug #16397: nfsd selinux denials causing knfs tests to fail
As Scott Mayhew pointed out, the version of nfs-utils that ships in RHEL7.2 uses fopen to open the channel file, and ... Jeff Layton
10:51 AM rbd Bug #16555 (In Progress): librbd should permit removal of image being bootstrapped by rbd-mirror
Mykola Golub
10:41 AM Revision a55bd6dd (ceph): os/bluestore: move sanity check to a proper place
This is obviously not the proper place to check the allocation
result. Also the origin check logic is more portable, ...
xie xingguo
10:05 AM rgw Bug #16751 (Pending Backport): upgrade from old multisite to new multisite fails
Orit Wasserman
09:56 AM Backport #14799: hammer: CentOS 7 tcmalloc::ThreadCache valgrind error libboost_thread-mt.so.1.53
this happens when osd is dynamically linked against tcmalloc and libboost_thread, and libboost_thread is dynamically ... Kefu Chai
09:15 AM Backport #14799 (Fix Under Review): hammer: CentOS 7 tcmalloc::ThreadCache valgrind error libboos...
https://github.com/ceph/teuthology/pull/915 Loïc Dachary
09:47 AM Revision 0be5d5f9 (ceph): os/bluestore:Fix size calculation in bitallocator
Signed-off-by: Ramesh Chander <Ramesh.Chander@sandisk.com> Ramesh Chander
09:38 AM Bug #16761 (Resolved): gitbuilder doesn't catch errors in CTest output
Kefu Chai
09:24 AM Bug #16761 (Fix Under Review): gitbuilder doesn't catch errors in CTest output
https://github.com/ceph/autobuild-ceph/pull/79 Kefu Chai
09:22 AM Revision 88f383c7 (ceph): Merge pull request #10149 from wjwithagen/patch-12
CMakeList.txt: link ceph_objectstore_tool against fuse only if WITH_FUSE
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:42 AM Revision fa63e464 (ceph): os/bluestore: fix bitmap allocating failure if max_alloc_size is 0
If max_alloc_size is 0(means no limit), the original logic will
always hardcode need_blks to 0, which is incorrect.
...
xie xingguo
08:05 AM rbd Feature #15632 (Fix Under Review): Expose librbd API methods to directly acquire and release the ...
PR: https://github.com/ceph/ceph/pull/9592 Mykola Golub
08:04 AM rbd Bug #16321 (Pending Backport): Renaming old format image results in "Transport endpoint is not co...
Mykola Golub
07:59 AM Revision 2f7264e8 (ceph): src/tools/CMakeLists.txt: conditionalise the FUSE usage
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
07:58 AM rbd Feature #14738 (Fix Under Review): Optionally unregister "laggy" journal clients
PR: https://github.com/ceph/ceph/pull/10378 Mykola Golub
07:40 AM Bug #16715 (Fix Under Review): async connection recursive lock
https://github.com/ceph/ceph/pull/10340 Kefu Chai
03:00 AM Revision 278ea12b (ceph): Merge pull request #10366 from ceph/wip-cmake-debian
debian: bump compat to 9
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Dan Mick <dmick@redhat.com>
Kefu Chai
02:42 AM Revision 390ac1d6 (ceph): Merge pull request #10361 from ceph/wip-cmake
cmake changes
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Kefu Chai
02:07 AM Bug #13937: osd/ECBackend.cc: 201: FAILED assert(res.errors.empty())
PR for master here: https://github.com/ceph/ceph/pull/9304 (currently marked DNM) Ken Dreyer
12:11 AM CephFS Bug #4212: mds: open_snap_parents isn't called all the times it needs to be
I had a misunderstanding about what data a SnapRealm/sr_t has directly.
So, yes, right now we need *all* past_pare...
Greg Farnum

07/20/2016

11:39 PM Bug #16761 (Resolved): gitbuilder doesn't catch errors in CTest output
...so the make check gitbuilders are not useful anymore.
I'm not sure where this breakage is, but I'm just filing ...
Dan Mick
11:25 PM RADOS Feature #16760 (New): detect osd failures when all osds are down
During our system test at Cisco one of the things we do is simulate a complete storage failure. We do this by taking ... David Peraza
10:43 PM Revision 1b1c86f2 (ceph): Merge pull request #10355 from yehudasa/wip-16742
rgw: back off bucket sync on failures, don't store marker
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yehuda Sadeh
09:50 PM Revision f5801c72 (ceph): rgw: fix marker tracker completion handling
Was not tracking high markers correctly. Could only work if there was a single
hole in the completion range. Just kee...
Yehuda Sadeh
09:50 PM Revision aacc31f7 (ceph): rgw: fix collection of object sync errors
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
09:08 PM rgw Bug #16759 (Resolved): metadata sync can skip markers for failed/incomplete entries
A metadata sync for 'bucket55' never completed, but a sync for a later entry in the same shard succeeded and updated ... Casey Bodley
08:50 PM Feature #16758 (New): HEALTH_ERR status is misleading
In many cases even when the status is HEALTH_ERR, the ceph is operational with few lost or unfound objects, I believe... Vasu Kulkarni
08:24 PM Revision 013eab89 (ceph): Merge pull request #1085 from ceph/wip_add_newest
Added option to search for newest good/built commit (7 commits back)
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
08:19 PM CephFS Feature #16757 (New): enable MDS replacement migration
Right now, without multi-mds the only way we have to switch MDSes is to do a failover from the current active to some... Greg Farnum
07:42 PM Revision 5528932e (ceph): rgw: collect() stops if error encoutered
and returns true if needed to be called again
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
06:57 PM Linux kernel client Bug #14901: misdirected requests on 4.2 during rebalancing
Not stupid at all. The fix is set to be backported to 3.15+, it might take a bit more time for it to propagate to Ub... Ilya Dryomov
06:53 PM Linux kernel client Bug #14901: misdirected requests on 4.2 during rebalancing
Perhaps a stupid question. Have we any chanse to use try this new rbd driver on kernel 4.4? We use Ubuntu 14.4 and th... Ruslan Usifov
05:25 PM Linux kernel client Bug #14901: misdirected requests on 4.2 during rebalancing
Nothing - I think I fixed it. The patch just needs to be reviewed and will be merged ASAP, hopefully into the final ... Ilya Dryomov
04:58 PM Linux kernel client Bug #14901: misdirected requests on 4.2 during rebalancing
Hello
We have not very new hdd that may fail quite often, so what you need from us to hel to you? Debug output con...
Ruslan Usifov
12:21 PM Linux kernel client Bug #14901 (Fix Under Review): misdirected requests on 4.2 during rebalancing
Ilya Dryomov
06:56 PM Bug #15724: Bluestore OSD high CPU usage on idle cluster, OSD does not start after restart
I have seen the same problem, running with "ceph -v" 85bb43e111692989d2296a389ce45377d2297d6f.
There are actually th...
Anonymous
06:03 PM Revision 52be7727 (ceph): osd/ReplicatedPG: for sync-read it don't cacl l_osd_op_r_prepare_lat.
Only sync-read, the l_osd_op_r_prepare_lat is equal
l_osd_op_r_process_lat. So don't calc for sync-read.
Signed-off-...
Jianpeng Ma
06:02 PM Revision c1c6cfc4 (ceph): debian: bump compat to 9
dh_auto_configure set -DCMAKE_BUILD_TYPE=None so the default does not
take effect at all. this is on purpose, see [1]...
Kefu Chai
05:53 PM Revision d21a3cd3 (ceph): Merge pull request #10368 from oritwas/wip-rgw-upgrade-period-commit
rgw: fix upgrade from old multisite to new multisite configuration
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:56 PM Revision 31b2f483 (ceph): Merge pull request #10360 from ceph/wip-include-include
cmake: add_subdirectory(include)
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
04:34 PM Revision e0a1321c (ceph): Merge pull request #10315 from onyb/wip-cephfs-pypi
pybind: Rework cephfs/setup.py for PyPI
Reviewed-by: Kefu Chai <kchai@redhat.com>
John Spray
03:33 PM Bug #16755 (Resolved): ceph-disk: encryption assumes admin key is present
When testing the ceph-disk in jewel new behavior was noticed where it assumes an admin key is present on all the osd ... Chris Holcombe
03:30 PM rgw Bug #16712 (In Progress): multisite: 400-error with certain complete multipart upload requests
I'm guessing this is happening when we update the bucket instance, we don't copy over the source data_extra pool and ... Abhishek Lekshmanan
03:10 PM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
reverting https://github.com/ceph/ceph/pull/10145 fixes this issue. Kefu Chai
02:21 PM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
in ceph_volume_client.py, we have... Kefu Chai
10:27 AM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
Reproduce with a script like this:... John Spray
10:18 AM Bug #16686 (In Progress): cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc....
moving to ceph subproject, as autotools build passes. Kefu Chai
02:43 PM Revision 29750039 (ceph): Merge pull request #10316 from batrick/mds-standby-assertions
mds: add assertions for standby_daemons invariant
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:43 PM Revision 92c58903 (ceph): Merge pull request #10347 from renhwztetecs/renhw-wip-test-add-fsdump
test/mds: add fs dump in test_ceph_argparse.py
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:36 PM Revision 27574785 (ceph): Merge pull request #10202 from xiaoxichen/fix_16588
mds/MDSMap default metadata pool to -1 (was: output None instead of 0 when no fs present.)
Reviewed-by: John Spray <...
John Spray
02:16 PM Revision b43a106f (ceph): Merge pull request #1080 from ajarr/wip-15615
tasks/cephfs/test_volume_client: test authentication metadata
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:15 PM Revision 6e056f6b (ceph): Merge pull request #9864 from ajarr/wip-15615
ceph_volume_client: store authentication metadata
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:02 PM CephFS Feature #16468: kclient: Exclude ceph.* xattr namespace in listxattr
I gave a shot at fixing this today (kclient only) as per the email thread.
listxattr() does not return internal xa...
Venky Shankar
02:00 PM CephFS Bug #16668: client: nlink count is not maintained correctly
Ok, I have a couple of small patches that fix the testcase. One is a client-side patch to fix the ctime handling in f... Jeff Layton
01:59 PM Revision 062bfc75 (ceph): README.FreeBSD: Cmake instructions
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
01:57 PM Revision b4b00f43 (ceph): FindNSS.cmake: find includes in /usr/local/includes/nss/nss
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
01:57 PM Revision e1dcab2e (ceph): do_freebsd-cmake.sh: script to cmake on FreeBSD
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
01:57 PM Revision a38a7fa1 (ceph): CMakeLists.txt: Add FreeBSD isms
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
01:37 PM CephFS Support #16526: cephfs client side quotas - nfs-ganesha
Oh, we just recently flipped the bit so quotas are enforced by default. This should work if you set "client quota = t... Greg Farnum
09:21 AM CephFS Support #16526: cephfs client side quotas - nfs-ganesha
For this test I was using the below versions:
ceph version 10.2.1 (3a66dd4f30852819c1bdaa8ec23c795d4ad77269)
nfs-...
sean redmond
01:28 PM Revision 12257c2d (ceph): Merge pull request #10327 from xiexingguo/xxg-wip-bluestore-2016-07-18
os/bluestore: misc fixes/cleanups
Mark's Comments:
This passed "ceph_test_objectstore --gtest_filter=*/2".
This PR m...
Mark Nelson
01:22 PM Revision c3b632e4 (ceph): Merge pull request #10257 from chhabaramesh/extent_alloc
os/bluestore: extent alloc functionality for stupid and bitmap allocator
Mark's Comments:
This passed "ceph_test_obj...
Mark Nelson
12:44 PM Revision 6ea50dab (ceph): msg/async/Event: ensure not refer to member variable which may destroyed
If nonwait is false, another thread is waiting for complete. After calling f()
this thread will notify for finishing ...
Haomai Wang
12:26 PM Bug #15117: hammer: CentOS 7 tcmalloc::ThreadCache valgrind error
Nathan Cutler
12:25 PM Bug #15117: hammer: CentOS 7 tcmalloc::ThreadCache valgrind error
Very similar errors showing up now in hammer-backports, always in notcmalloc jobs. For example:
/a/smithfarm-2016-...
Nathan Cutler
12:15 PM CephFS Bug #16754 (Can't reproduce): mounting cephfs root and sub-directory on the same node makes the s...
Steps to reproduce:
*********************************************************************
ems@host1: sudo mount -t ...
Rohith Radhakrishnan
12:00 PM Revision 6d7841c6 (ceph): rgw: fix upgrade from old multisite to new multisite configuration
We need to store the updated current period after adding the old converted regions
Fixes: http://tracker.ceph.com/is...
Orit Wasserman
11:42 AM Revision 4dd92f99 (ceph): src/test/cli/* tests: POSIX Convert grep -P to grep -E (v2)
- FreeBSD does not have grep -P
- [Posix grep]: replace \t by [[:space:]]
Signed-off-by: Willem Jan Withagen <wjw@d...
Willem Jan Withagen
11:33 AM Revision 85f82caa (ceph): Added tests for the striper layer of rados
Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch> Sebastien Ponce
10:58 AM rgw Bug #16753 (Closed): radosgw-admin user list crashes
seems to be fixed in latest mster Orit Wasserman
09:56 AM rgw Bug #16753 (Closed): radosgw-admin user list crashes
eph version v11.0.0-711-gd1f681a (d1f681a2741ac805d1a21087023147dddd218940)
1: ./bin/radosgw-admin() [0x6da51f]
2...
Orit Wasserman
10:07 AM Revision 73f46a90 (ceph): Merge pull request #9082 from stiopaa1/osd_TestOpsSocketHook_removeUnne...
pass string by const ref and add override to virtual function
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:57 AM Bug #16744: debian/rules invokes cmake with -DCMAKE_BUILD_TYPE=None, builds without -g
another fix is available at https://github.com/ceph/ceph/pull/10366 Kefu Chai
04:57 AM Bug #16744 (Fix Under Review): debian/rules invokes cmake with -DCMAKE_BUILD_TYPE=None, builds wi...

commit
9ea7c49eac0d666d952c7c91f22166561ec240c8 pushed for check/gitbuild as wip-16744
Dan Mick
04:50 AM Bug #16744: debian/rules invokes cmake with -DCMAKE_BUILD_TYPE=None, builds without -g
That does seem to be enough to get the build type back to default and add the -g flag. Dan Mick
09:48 AM rgw Bug #16752 (Closed): Cannot start radosgw when there is a default zonegroup but no default zone w...
Orit Wasserman
09:45 AM rgw Bug #16751 (Resolved): upgrade from old multisite to new multisite fails
Updated current period was not stored correctly Orit Wasserman
09:27 AM devops Backport #16750 (In Progress): jewel: ceph-osd-prestart.sh contains Upstart-specific code
Nathan Cutler
09:05 AM devops Backport #16750 (Resolved): jewel: ceph-osd-prestart.sh contains Upstart-specific code
https://github.com/ceph/ceph/pull/10364 Nathan Cutler
09:27 AM Revision b26acc03 (ceph): ceph-osd-prestart.sh: drop Upstart-specific code
Before this patch, the ceph-osd-prestart.sh script would do Upstart-specific
things if the journal device failed to a...
Nathan Cutler
09:04 AM devops Bug #15984 (Pending Backport): ceph-osd-prestart.sh contains Upstart-specific code
Nathan Cutler
09:01 AM Revision ce74e3bd (ceph): Merge pull request #9667 from SUSE/wip-15984
ceph-osd-prestart.sh: drop Upstart-specific code
Reviewed-by: Boris Ranto <branto@redhat.com>
Boris Ranto
09:01 AM Bug #16675 (Resolved): "SELinux denials" in ceph-deploy-jewel-distro-basic-mira
Kefu Chai
09:00 AM Revision 28819d35 (ceph): Merge pull request #10339 from tchaikov/wip-16675
selinux: allow read /proc/<pid>/cmdline
Reviewed-by: Boris Ranto <branto@redhat.com>
Kefu Chai
08:44 AM Bug #16749 (Won't Fix): Ceph filestore statfs assert and osd core dump
[root@web-ui ~]# ceph -v
ceph version 10.2.0 (3a9fba20ec743699b69bd0181dd6c54dc01c64b9)
[root@web-ui audit]# ce...
Clive Xu
08:29 AM devops Fix #16645 (Fix Under Review): libatomic-ops-devel was renamed in May 2012 - fix in ceph.spec
*master PR*: https://github.com/ceph/ceph/pull/10363 Nathan Cutler
08:22 AM Revision e8a16b7f (ceph): cmake: remove unused Findfio.cmake
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:21 AM Revision b5607f88 (ceph): cmake: Findfcgi.cmake cleanups
FindPackageHandleStandardArgs() takes care of the find_package()
boilderplate stuff. so no need to repeat them. and r...
Kefu Chai
08:06 AM CephFS Bug #16737: Mounting ceph fs on client leads to kernel crash
attaching full kernel log Rohith Radhakrishnan
08:01 AM Revision 21a852fd (ceph): cmake: do not include $lrc_srcs in unittest_erasure_code_lrc
as ${lrc_srcs} is not defined in the scope where
unittest_erasure_code_lrc is added as a target. and instead we link
...
Kefu Chai
07:56 AM Revision 1df15fd8 (ceph): cmake: s/EXTRA_LIBS/EXTRALIBS/
it's a typo, i think. as EXTRA_LIBS is never defined anywhere.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:52 AM Stable releases Tasks #15895: hammer v0.94.8
h3. fs... Nathan Cutler
07:49 AM Stable releases Tasks #15895: hammer v0.94.8
h3. powercycle... Nathan Cutler
07:32 AM Stable releases Tasks #15895: hammer v0.94.8
h3. rgw... Nathan Cutler
07:28 AM Stable releases Tasks #15895: hammer v0.94.8
h3. rados... Nathan Cutler
07:29 AM Revision c3bcb25b (ceph): cmake: s/HAVE_FUSE/WITH_FUSE/ s/HAVE_LIBFUSE/WITH_FUSE/
we don't define HAVE_FUSE, and HAVE_LIBFUSE is defined to be compatible
with autotools. so use WITH_FUSE in cmake whe...
Kefu Chai
07:16 AM Revision 48da9f94 (ceph): cmake: remove $UNITTEST_CXX_FLAGS from ceph-kvstore-tool's linked libs
it does not make sense to link against CXX_FLAGS.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:10 AM Revision ec84d716 (ceph): cmake: CMAKE_MODULE_PATH is a list and empty by default
we should not reference it using ${CMAKE_MODULE_PATH} before assigning
to it.
Signed-off-by: Kefu Chai <kchai@redhat...
Kefu Chai
06:49 AM Revision 59379658 (ceph): mon/PaxosService.cc:the returned value type is inconsistent
Signed-off-by: zhang.zezhu <zhang.zezhu@zte.com.cn> Zezhu Zhang
06:49 AM Revision 1558a48c (ceph): fs: add snapshot tests to mds thrashing
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit b9b18c7b4ec17f1461b335e0c4ef3f36be70f74e)
Yan, Zheng
06:47 AM Revision cf6dcf0a (ceph): cmake: add "WITH_PROFILER" option
this option matches '--with-profiler' option in autoconf. and it is off
by default. we should not link against libpro...
Kefu Chai
06:47 AM Revision 636522b6 (ceph): cmake: use FindBacktrace instead of Findexecinfo
always better to use upstream cmake modules.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:47 AM Revision b482cf08 (ceph): cmake: use HAVE_ARMV8_CRC not ${HAVE_ARMV8_CRC}
as this variable could be undefined.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:47 AM Revision 25c76b19 (ceph): cmake: s/PTHREAD_LIBS/CMAKE_THREAD_LIBS_INIT/
${CMAKE_THREAD_LIBS_INIT} is defined by find_package(Thread), while
PTHREAD_LIBS is defined by the acx_pthread.m4.
S...
Kefu Chai
06:47 AM Revision 8582aa86 (ceph): cmake: add_subdirectory(include)
fixes the packaging failure introduced by 741f990
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:15 AM CephFS Bug #3718: multi-client dbench gets stuck over NFS exported cephfs
Probably not a bug any more? Greg Farnum
06:14 AM CephFS Bug #1787 (Closed): mds: laggy oneshot replays pollute mdsmap
One shot replay got zapped. Greg Farnum
06:08 AM CephFS Bug #5864 (Closed): cfuse_workunit_suites_ffsb suite on Centos hangs with *** Got Signal Interrup...
Greg Farnum
06:08 AM CephFS Bug #4732 (Closed): uclient: client/Inode.cc: 126: FAILED assert(cap_refs[c] > 0)
Things have changed. Greg Farnum
05:59 AM CephFS Bug #4738 (Closed): libceph: unlink vs. readdir (and other dir orders)
We have file locking and redid the listing code. Greg Farnum
05:57 AM CephFS Bug #8432 (Closed): ceph-fuse process not dying
These are definitely out of date, whatever the bug was. Greg Farnum
05:52 AM CephFS Bug #9276: Client::get_file_extent_osds asserts in object_locator_to_pg if osd map is out of date
This might be fixed now? Greg Farnum
05:48 AM Revision a16ba7d0 (ceph): kv/MemDB: assert to confirm that we don't access violation or underflow
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
05:46 AM CephFS Bug #3845 (Closed): mds: standby_for_rank not getting cleared on takeover
A bunch of this got rejiggered in John's multi-fs and follow-on work; it's probably gone. Greg Farnum
05:42 AM CephFS Bug #9884 (Closed): too many files in /usr for multiple_rsync.sh
Pretty sure we reduced the size and this isn't a problem any more. Greg Farnum
05:41 AM CephFS Bug #10061: uclient: MDS: output cap data in messages
This should also be exposed via the admin socket. Greg Farnum
05:40 AM Revision 3c3b78f1 (ceph): kv/MemDB: fix wrong output stream of error message
The origin logic choose the wrong target and has no effect.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
05:35 AM CephFS Bug #10542: ceph-fuse cap trimming fails with: mount: only root can use "--options" option
I think this got resolved into one of the many fuse cache invalidate PRs, but I'm not sure. Greg Farnum
05:28 AM devops Backport #16748 (In Progress): jewel: mount.ceph: move from ceph-base to ceph-common and add syml...
Nathan Cutler
05:17 AM devops Backport #16748 (Resolved): jewel: mount.ceph: move from ceph-base to ceph-common and add symlink...
https://github.com/ceph/ceph/pull/10357 Nathan Cutler
05:28 AM Revision 1e622a5d (ceph): rpm: Fix creation of mount.ceph symbolic link for SUSE distros
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit 976c9d4f31793712b2af334e4a7a58745af8c099)
Ricardo Dias
05:28 AM CephFS Cleanup #11 (Resolved): mds: replace ALLOW_MESSAGES_FROM macro
This got fixed up in the security stuff last summer. Greg Farnum
05:27 AM Revision 89cb116c (ceph): build/ops: build mount.ceph and mount.fuse.ceph as client binaries
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit b2675ff82445cda9873292ac2be8186e054098ed)
Nathan Cutler
05:27 AM Revision 84b45b75 (ceph): rpm: move mount.ceph from ceph-base to ceph-common
Ceph clients use mount.ceph to mount CephFS filesystems, and
ceph-base is not expected to be installed on client syst...
Nathan Cutler
05:27 AM Revision e028cd14 (ceph): rpm: create mount.ceph symlink in /sbin (SUSE only)
Fixes: http://tracker.ceph.com/issues/16598
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
05:25 AM Revision ad67d1c1 (ceph): makefile: install mount.fuse.ceph,mount.ceph into /usr/sbin
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 52021ff9f0b23c36a012f19c7388dcfb2281b523)
Con...
Kefu Chai
05:16 AM rbd Backport #16747 (Resolved): jewel: rbd-mirror: snap rename does not correctly replicate
https://github.com/ceph/ceph/pull/10684 Nathan Cutler
05:16 AM devops Fix #16598 (Pending Backport): mount.ceph: move from ceph-base to ceph-common and add symlink in ...
Nathan Cutler
02:53 AM Revision ed8f6964 (ceph): msg/simple: close the socket fd while failed
Maybe we should close socket file descriptor while bind/listen
failed, avoid consuming too many socket fds.
Signed-o...
Yan Jun
02:43 AM Revision 2538b77a (ceph): client: fix MetaRequest::set_other_inode()
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 265f96bda7e106883063f074133450ce39ee262c)
Yan, Zheng
02:42 AM Revision ffcfe69e (ceph): client: close directory's snapdir when deleting directory
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 3099cabd11a16d22c6707631861bef0aa176ed02)
Yan, Zheng
02:38 AM Revision b9007025 (ceph): client: invalidate snap inodes after removing snapshot
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit f180ad149ab510626fcd6cbd8221f550f9858126)
Yan, Zheng
02:38 AM Revision d9f957a5 (ceph): mds: fix incorrect "unconnected snaprealm xxx" warning
If a snaprealm has no child/parent snaprelam, and the snaprealm inode
is not in the cache while client reconnects. Th...
Yan, Zheng
02:38 AM Revision 3e745ef3 (ceph): qa/workunits/fs: fix expect_failure function in test scripts
The origin expect_failure function return 0 regardness of command's
return value.
Signed-off-by: Yan, Zheng <zyan@re...
Yan, Zheng
02:37 AM Revision 3bc31746 (ceph): os/bluestore: add a boundary check of cache read
By trapping the "==" case and break, we can finish
the cache read just in time. As a result, we can avoid
two extra o...
xie xingguo
02:37 AM Revision 37157d14 (ceph): client: make sure snapflush is sent before normal cap message
MDS does null snapflush when it receives normal cap message. So client
must send snapflush first.
Signed-off-by: Yan...
Yan, Zheng
02:36 AM Revision 326d46b5 (ceph): client: unify cap flush and snapcap flush
This patch includes following changes
- assign flush tid to snapcap flush
- remove session's flushing_capsnaps list. ...
Yan, Zheng
02:36 AM Revision 5c2ff040 (ceph): mds: handle partly purged directory
For a snapshoted direcotry whose snaprealm parents are being opened,
MDS does not know if the directory is purgeable....
Yan, Zheng
02:36 AM Revision 57b39f04 (ceph): mds: do files recovery after processing cap flushes
File recovery may update inode and trigger inode COW. MDS relies on
client caps to setup CInode::client_need_snapflus...
Yan, Zheng
02:35 AM Revision bace1c8c (ceph): mds: combine MDCache::{reconnected_caps,cap_imports_dirty}
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 57067e032e84bbdb69c499aa7ea93ca68082569b)
Yan, Zheng
02:35 AM Revision 365bda18 (ceph): mds: remove CEPH_LOCK_IFLOCKL from cinode_lock_info
Currently we don't support dirty CEPH_CAP_FLOCK_EXCL
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from...
Yan, Zheng
02:34 AM Revision 55367c5c (ceph): mds: rebuild the internal states that tracking pending snapflush
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 1b7d198f633a8608b704f82f01a3f4a4a3a4892b)
Yan, Zheng
02:34 AM Revision 0897fc4f (ceph): mds: using cap_reconnect_t to track cap recconect
Previous commit extended cap_reconnect_t to include snapflush
related information. This information are needed in var...
Yan, Zheng
02:34 AM Revision ac508dc9 (ceph): mds: add 'follows' of first pending snapflush to cap reconnect message
This helps the recovering MDS to reconstruct the internal states that
tracking pending snapflush.
Signed-off-by: Yan...
Yan, Zheng
02:34 AM Revision c258f52a (ceph): mds: journal snap inodes that need flush when expiring log segment
Treat snap inodes that need flush in the same way as open files.
When MDS recovers, this make sure that journal repla...
Yan, Zheng
02:33 AM Revision 42dd72df (ceph): mds: properly update client_snap_caps when splitting snap inode
update the new snap inode's client_snap_caps according to the old
snap inode.
Signed-off-by: Yan, Zheng <zyan@redhat...
Yan, Zheng
02:28 AM Revision 2102e018 (ceph): Merge pull request #1073 from ceph/wip-mds-snap-failover
fs: add snapshot tests to mds thrashing Zheng Yan
02:22 AM Revision 0a44aaa7 (ceph): Merge pull request #10353 from rjfd/wip-fix-ceph-mount
rpm: Fix creation of mount.ceph symbolic link for SUSE distros
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
02:06 AM Revision f0426fbf (ceph): Merge pull request #10351 from ceph/wip-cmake
cmake changes
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Kefu Chai
01:19 AM Fix #16746 (Fix Under Review): Fix the Ceph and Ceph UT compiling error in AArm64
The source files have been updated. Please help to have a review.
https://github.com/ceph/ceph/pull/10311
Thanks a ...
Anonymous
01:17 AM Fix #16746 (Fix Under Review): Fix the Ceph and Ceph UT compiling error in AArm64
In AArm64 system when compile the Ceph, because some compiling options are missed, the compiler stops at src/erasure-... Anonymous
01:14 AM Revision 05795cd7 (ceph): mon: paxos add the timeout function when peon recovery
Now the peon only have 10s from init to active.But when the leader
from init to active he may start twice or more r...
ceph zte
12:37 AM Revision 76b5451d (ceph): logmon: check is_leader() before doing any work on get_trim_to()
Signed-off-by: song baisen <song.baisen@zte.com.cn> ceph zte
12:29 AM CephFS Feature #16745 (Pending Backport): mon: prevent allocating snapids allocated for CephFS
The MDS allocates its own snapids. In general, the monitor allocates self-managed snapids for librados users.
We n...
Greg Farnum

07/19/2016

11:55 PM Revision 1c131345 (ceph): Added option to search for newest good/built commit (7 commits back)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
11:29 PM CephFS Bug #11789 (Can't reproduce): knfs mount fails with "getfh failed: Function not implemented"
Greg Farnum
11:28 PM CephFS Bug #12209 (Won't Fix): CephFS should have a complete timeout mechanism to avoid endless waiting ...
There's been no movement here and we didn't seem to like the idea. Greg Farnum
11:26 PM CephFS Bug #13689 (Won't Fix): ceph-mds not build with libjemalloc
We're switching to cmake so hopefully this is fixed. Greg Farnum
11:23 PM CephFS Support #15268 (Resolved): CephFS mount blocks VM
Greg Farnum
11:22 PM CephFS Bug #15783: client: enable acls by default
Zheng? Greg Farnum
11:20 PM CephFS Documentation #3113 (Rejected): Ceph FS Options Could Use Some Additional Information
The cephfs tool got zapped. Greg Farnum
11:19 PM CephFS Fix #4286 (Rejected): SLES 11 - cfuse: disable 'big_writes'and 'atomic_o_trunc
I think/hope we can ditch this now. There have been several SLES11 service packs and SLES12 is out now. Greg Farnum
11:12 PM CephFS Bug #16322 (Need More Info): ceph mds getting killed for no reason
Greg Farnum
11:08 PM CephFS Bug #15502 (Resolved): files read or written with cephfs (fuse or kernel) on client drop all thei...
I think this is all cleaned up now. Greg Farnum
10:54 PM CephFS Bug #4212: mds: open_snap_parents isn't called all the times it needs to be
See the email thread at http://www.spinics.net/lists/ceph-devel/msg12818.html
Unfortunately it doesn't include any...
Greg Farnum
10:43 PM Bug #16744: debian/rules invokes cmake with -DCMAKE_BUILD_TYPE=None, builds without -g
It's possible that this is enough; it's looking promising:
override_dh_auto_configure:
- dh_auto_configure...
Dan Mick
09:47 PM Bug #16744 (Resolved): debian/rules invokes cmake with -DCMAKE_BUILD_TYPE=None, builds without -g
Debian builds are building without -g, which, among other things, messes up gdb.
This is from dh_auto_build; while...
Dan Mick
10:38 PM rgw Bug #16742: multisite bucket sync doesn't retry objects that it fails to fetch
See https://github.com/ceph/ceph/pull/10355
Yehuda Sadeh
08:30 PM rgw Bug #16742 (Resolved): multisite bucket sync doesn't retry objects that it fails to fetch
Reading through logs downstream QA, I see some large multipart objects that we fail to sync with 'store->fetch_remote... Casey Bodley
10:37 PM Revision 1f3fec80 (ceph): rgw: back off bucket sync on failures, don't store marker
Fixes: http://tracker.ceph.com/issues/16742
If we fail on any single entry in bucket, skip updating the marker track...
Yehuda Sadeh
09:16 PM Revision 472a5d8d (ceph): Merge pull request #10295 from xiexingguo/xxg-wip-bluestore-2016-07-14
kv/MemDB: misc fixes and cleanups
Mark's Comments:
This passed "ceph_test_objectstore --gtest_filter=*/2".
This PR d...
Mark Nelson
09:15 PM Revision dd4de0f7 (ceph): Merge pull request #10294 from xiexingguo/xxg-wip-bluestore-2016-07-13
os/bluestore: use BE for gifting and reclaiming from bluefs
Mark's Comments:
This passed "ceph_test_objectstore --gt...
Mark Nelson
09:12 PM Revision 81c10210 (ceph): Merge pull request #10277 from xiexingguo/xxg-wip-fix-posix-fallocate
os/bluestore: fix error handling of posix_fallocate()
Mark's Comments:
This passed "ceph_test_objectstore --gtest_fi...
Mark Nelson
08:50 PM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
I think the ceph-mgr PR that John put in has some of the rudiments to enable connected-client version tracking. You m... Greg Farnum
10:41 AM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
Cool, sounds good. Dan van der Ster
10:40 AM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
I should have not changed the title as title covers all the three requests! Vikhyat Umrao
10:33 AM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
Sorry Dan if I have made things confusing.
My new note is for one additional request in same path of enhancement s...
Vikhyat Umrao
09:54 AM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
Why not log all clients' versions when they connect, regardless if they're older/newer/equal to the server? (That was... Dan van der Ster
09:28 AM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
- While discussing with Kefu and Brad we have one more idea of adding a log if tunables are not compatible between ce... Vikhyat Umrao
08:03 AM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
- One more enhancement would be great here.
- As we recommend running both ceph server side daemons and clients to b...
Vikhyat Umrao
08:39 PM CephFS Documentation #16743 (Resolved): client: config settings missing in documentation
These include at least:
* client_cache_mid
* client_oc_size
* client_oc_max_objects
* client_oc_max_dirty
* cl...
Patrick Donnelly
08:05 PM CephFS Bug #16668: client: nlink count is not maintained correctly
I think the actual bug here is that, as you note, ll_lookup calls fill_stat without checking that it has As (and what... Greg Farnum
05:01 PM CephFS Bug #16668: client: nlink count is not maintained correctly
Actually we could probably just always return the updated inode attrs on unlink. There's always the possibility that ... Jeff Layton
04:46 PM CephFS Bug #16668: client: nlink count is not maintained correctly
Ok, I think I sort of get it now. Here's my reproducer:... Jeff Layton
04:13 PM CephFS Bug #16668: client: nlink count is not maintained correctly
Successful test -- the lookup after the unlink calls into _do_lookup:... Jeff Layton
03:41 PM CephFS Bug #16668: client: nlink count is not maintained correctly
Tracked down the problem with the ctime and it appears to be a fairly simple bug in fill_stat(). It was only looking ... Jeff Layton
06:49 PM rbd Bug #16741 (Resolved): io getting stuck after advancing journal object set
I can easily reproduce this issue running write bench on an image that has small object size journal:... Mykola Golub
05:19 PM rbd Bug #16622 (Pending Backport): rbd-mirror: snap rename does not correctly replicate
Mykola Golub
05:16 PM Revision ee75375f (ceph): Merge pull request #10249 from dillaman/wip-16622
rbd-mirror: snap rename does not properly replicate to peers
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
05:00 PM devops Fix #16598: mount.ceph: move from ceph-base to ceph-common and add symlink in /sbin for SUSE
Sigh, the symbolic link creation code was all wrong. Fix is here: https://github.com/ceph/ceph/pull/10353 Nathan Cutler
09:22 AM devops Fix #16598: mount.ceph: move from ceph-base to ceph-common and add symlink in /sbin for SUSE
Backporting note: any jewel backport would need https://github.com/ceph/ceph/52021ff9 Nathan Cutler
12:39 AM devops Fix #16598 (Resolved): mount.ceph: move from ceph-base to ceph-common and add symlink in /sbin fo...
Nathan Cutler
04:22 PM rbd Bug #16740 (Resolved): Cannot disable journaling or remove non-mirrored, "non-primary" image
Use rbd-mirror to create a non-primary image. If the 'rbd_mirroring' object is removed, this image will now be treate... Jason Dillaman
03:40 PM rgw Bug #16712: multisite: 400-error with certain complete multipart upload requests
also the value of bucket instance at this point (in domain root pool) also says the data extra pool as us-1.rgw.bucke... Abhishek Lekshmanan
03:13 PM rgw Bug #16712: multisite: 400-error with certain complete multipart upload requests
looking at the rgw.meta pool object for the corresponding bucket, we actually store the data_extra_pool as the primar... Abhishek Lekshmanan
07:51 AM rgw Bug #16712: multisite: 400-error with certain complete multipart upload requests
uploaded via ceph-post-file at fbb3cff0-2dcb-42c3-ba12-68e18472415c Abhishek Lekshmanan
02:52 PM Bug #13990: Hammer (0.94.3) OSD does not delete old OSD Maps in a timely fashion (maybe at all?)
Kefu,
We seems also hit this issue, in some OSD we have 75GB+ (327839) old osd maps in meta dir. Now we are on the...
Xiaoxi Chen
02:43 PM Revision 6199d2ef (ceph): Merge pull request #10313 from ceph/objclass-perm-feedback
Objclass perm feedback
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:40 PM Revision 976c9d4f (ceph): rpm: Fix creation of mount.ceph symbolic link for SUSE distros
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:25 PM Revision eb71afdb (ceph): cmake: disable VTA for osdcap.cc
this silences the warning of:
```
In file included from
/home/jenkins-build/build/workspace/ceph-pull-requests/src/go...
Kefu Chai
02:25 PM Revision 3173d2ea (ceph): cmake: remove util.cc from lib{rados,cephfs},ceph-objectstore-tool
util.cc is included by both librados and libcephfs, the `lvm` static
variable in `lsb_release_parse()` will be free t...
Kefu Chai
02:23 PM Revision 741f9907 (ceph): cmake: restructure src/CMakeLists.txt in a more hierarchical way
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:56 PM CephFS Bug #16737: Mounting ceph fs on client leads to kernel crash
the screenshot does not contain full backtrace. please setup netconsole to get full kernel message Zheng Yan
10:25 AM CephFS Bug #16737 (Resolved): Mounting ceph fs on client leads to kernel crash
Mounting the cephfs on client side with IO running leads to the client crashing sometimes.
Client version:-
uname...
Rohith Radhakrishnan
01:50 PM CephFS Bug #16739 (Resolved): Client::setxattr always sends setxattr request to MDS
If client has CEPH_CAP_AUTH_EXCL, it can updates xattr locally and marks CEPH_CAP_AUTH_EXCL dirty Zheng Yan
01:48 PM RADOS Bug #14115: crypto: race in nss init
In my case the problem was related to incompatible libraries or such:
https://github.com/haiwen/seafile/issues/1720
...
Enno Gröper
01:43 PM Bug #16159 (Resolved): Global: global_init_prefork() can't catch ftruncate error of pidfh
xie xingguo
01:43 PM CephFS Support #16738 (Closed): mount.ceph: unknown mount options: rbytes and norbytes
Ceph: @v10.2.2 (45107e21c568dd033c2f0a3107dec8f0b0e58374)@
Linux Kernel: @4.6.3-300.fc24.x86_64@
Hello,
When t...
Alexander Trost
01:32 PM CephFS Bug #16610: Jewel: segfault in ObjectCacher::FlusherThread
https://github.com/ceph/ceph/pull/10304 Zheng Yan
01:32 PM CephFS Bug #16610 (Fix Under Review): Jewel: segfault in ObjectCacher::FlusherThread
Zheng Yan
05:07 AM CephFS Bug #16610: Jewel: segfault in ObjectCacher::FlusherThread
Just to keep the full history in this issue, we have understood that the segfault only appears in VM with AMD62xx pro... Goncalo Borges
01:28 PM Revision fdfca557 (ceph): rbd-mirror: event preprocessor to handle snap rename operations
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:28 PM Revision 4df913d1 (ceph): rbd-mirror: preprocess journal events prior to applying
Fixes: http://tracker.ceph.com/issues/16622
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:28 PM Revision 77699bfe (ceph): librbd: simple duplicate op checks for all maintenance operations
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:28 PM Revision f70b90c4 (ceph): librbd: record original snap name in snap rename journal event
Remote peers need a key to map snapshot ids between clusters.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:28 PM Revision 57cd75e8 (ceph): librbd: separate journal event decoding and processing
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:28 PM Revision 270cb74b (ceph): librbd: improve journaling debug log messages
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:27 PM Revision 2f4cb26d (ceph): qa/workunits/rbd: exercise snapshot renames within rbd-mirror test
Snapshot rename operations utilize the (cluster) unique snapshot
sequence to prevent attempts at replays. When mirror...
Jason Dillaman
01:09 PM CephFS Cleanup #15923 (Fix Under Review): MDS: remove TMAP2OMAP check and move Objecter into MDSRank
https://github.com/ceph/ceph/pull/10243 John Spray
01:09 PM CephFS Cleanup #16035: Remove "cephfs" CLI
https://github.com/ceph/ceph/pull/10243 John Spray
01:00 PM Revision 1f1ef811 (ceph): mds: don't spam log with standby_replay_restart messages
Fixes: http://tracker.ceph.com/issues/16195
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
01:00 PM Revision c76c31d3 (ceph): tools: remove legacy `cephfs` tool
This has been deprecated for quite some time, in favour
of using proper vxattr and libcephfs interfaces.
Fixes: http...
John Spray
12:59 PM Revision c49d87b8 (ceph): mds: return error on empty command message
Previously this returned 0 and an empty
response, which in turn upsets the python
code that calls commands.
Signed-o...
John Spray
12:59 PM Revision a2682edb (ceph): mds: remove TMAP2OMAP check and refactor
Removing this check allows us to finally move
the Objecter instance down into MDSRank where
it belongs.
Fixes: http:...
John Spray
12:24 PM rbd Bug #16529: "[ FAILED ] TestClsRbd.mirror_image" in upgrade:jewel-x-master-distro-basic-vps
The upgrade test installs 10.2.0, upgrades the OSDs to a point release but keeps the test_cls_rbd at 10.2.0. There wa... Jason Dillaman
11:33 AM CephFS Bug #16397: nfsd selinux denials causing knfs tests to fail
I'm trying to get some clarification of what the application was doing when it got these AVC denials. In the meantime... Jeff Layton
11:07 AM CephFS Bug #16397: nfsd selinux denials causing knfs tests to fail
Just some notes. It looks like the machine has already been torn down and rebuilt, but the new machine is using the s... Jeff Layton
11:23 AM rbd Bug #16707 (Fix Under Review): rbd-replay-prep doesn't record discard IO events
*PR*: https://github.com/ceph/ceph/pull/10332 Jason Dillaman
11:22 AM Revision e5b41886 (ceph): librbd: optimize away unnecessary object map updates
Fixes: http://tracker.ceph.com/issues/16689
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:22 AM Revision b7a4db21 (ceph): rbd-replay: decode and replay discard IO operations
Fixes: http://tracker.ceph.com/issues/16707
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
10:04 AM Revision 71cdedce (ceph): global/signal_handler: dump cmdline instead of arg[0]
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:51 AM Revision 86578007 (ceph): Merge pull request #10250 from gregsfortytwo/wip-sessionmap-committing
mds: Return "committing" rather than "committed" member in get_committing
Reviewed-by: John Spray <john.spray@redhat...
John Spray
09:51 AM Bug #16729 (Resolved): run_mon() fails in rados-striper.sh
Kefu Chai
09:21 AM Bug #16729 (Fix Under Review): run_mon() fails in rados-striper.sh
https://github.com/ceph/ceph/pull/10346 Kefu Chai
01:16 AM Bug #16729 (Resolved): run_mon() fails in rados-striper.sh
ceph client is not able to connect to ceph-mon with the bound address. "ceph osd pool delete rbd rbd --yes-i-really-r... Kefu Chai
09:50 AM Revision 6f3ce3ae (ceph): Merge pull request #10346 from tchaikov/wip-make-check
test: ceph-disk.sh do not kill all daemons
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
09:17 AM rbd Bug #16717 (Fix Under Review): "[ FAILED ] TestLibRBD.TestCreateLsDeletePP" in upgrade:client-u...
PR: https://github.com/ceph/ceph/pull/10348 Mykola Golub
07:37 AM rbd Bug #16717 (In Progress): "[ FAILED ] TestLibRBD.TestCreateLsDeletePP" in upgrade:client-upgrad...
Mykola Golub
07:35 AM rbd Bug #16717: "[ FAILED ] TestLibRBD.TestCreateLsDeletePP" in upgrade:client-upgrade-jewel-distro...
I guess running hammer ceph_test_librbd_api with jewel librbd is intentional (to run only hammer tests using jewel li... Mykola Golub
07:27 AM rbd Bug #16717: "[ FAILED ] TestLibRBD.TestCreateLsDeletePP" in upgrade:client-upgrade-jewel-distro...
The teuthology suit upgrades client host from hammer to jewel and reverts ceph_test_librbd_api to hammer using this p... Mykola Golub
08:45 AM Revision f07b645f (ceph): test/mds: add fs dump in test_ceph_argparse.py
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
08:35 AM Linux kernel client Bug #14901 (In Progress): misdirected requests on 4.2 during rebalancing
OK, so this is not fixed in 4.7 (yet). After two more reports, I went through all the logs again and managed to repr... Ilya Dryomov
08:30 AM Revision 700db8e8 (ceph): test: ceph-disk.sh: do not kill all daemons
this causes mysterious "racing" issues when running ceph-helper tests in
parallel.
Fixes: http://tracker.ceph.com/is...
Kefu Chai
08:30 AM Revision 3db9ed50 (ceph): Revert "cmake: label some tests with "Racing""
This reverts commit 3a21d0040a7a96aefcf0f4876ee4006c4225019c.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:30 AM Revision 1727fdd5 (ceph): Revert "run-make-check.sh: run tests in two steps"
This reverts commit cd0dfc305d3861b9baf332a1cc13f1c716d8017b.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:24 AM rgw Bug #16736 (New): rgw: a bucket with non-empty tenant can't link to specified user
a bucket create under a user with tenant can't link to other user, and a bucket create under a user without tenant ca... wei qiaomiao
08:04 AM Revision d5c12af0 (ceph): msg/simple: apply prefetch policy more precisely
We shall apply prefetch policy based on the residual length aftering
checking cache instead of the original request l...
xie xingguo
07:39 AM Revision 6fbd7b00 (ceph): test: use wrapper that respects RBD_FEATURES when creating rbd image
Fixes: http://tracker.ceph.com/issues/16717
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
07:29 AM Revision 483e5fc2 (ceph): msg/simple: fix wrong condition checking of writing TAG_CLOSE on closing
The sd is initialized to -1 and will be resetted to -1 whenever it is
invalidated. So "if (sd)" is not reasonable eno...
xie xingguo
07:27 AM rbd Backport #16735 (Resolved): jewel: rbd-nbd does not properly handle resize notifications
https://github.com/ceph/ceph/pull/10679 Nathan Cutler
07:26 AM rgw Backport #16734 (Resolved): hammer: Bucket index shards orphaned after bucket delete
https://github.com/ceph/ceph/pull/10530 Nathan Cutler
07:26 AM rgw Backport #16733 (Rejected): infernalis: Bucket index shards orphaned after bucket delete
Nathan Cutler
07:26 AM rgw Backport #16732 (Resolved): jewel: Bucket index shards orphaned after bucket delete
https://github.com/ceph/ceph/pull/10525 Nathan Cutler
07:26 AM rgw Backport #16731 (Resolved): jewel: failed to create bucket after upgrade from hammer to jewel
https://github.com/ceph/ceph/pull/10524 Nathan Cutler
05:15 AM rbd Bug #16223: journal should prefetch small chunks of the object during replay
*PR*: https://github.com/ceph/ceph/pull/10341 Jason Dillaman
05:08 AM CephFS Bug #16709: No output for "ceph mds rmfailed 0 --yes-i-really-mean-it" command
Yes that would be ideal. as of now we cannot be sure if it has been actually removed or not. Rohith Radhakrishnan
05:07 AM rbd Bug #15715 (Pending Backport): rbd-nbd does not properly handle resize notifications
Mykola Golub
04:46 AM CephFS Bug #16730 (Won't Fix): mds'dump display incomplete
This is deliberate. "mds dump" dumps a specific filesystem (it defaults to the first one, but a client which is set u... Greg Farnum
02:34 AM CephFS Bug #16730: mds'dump display incomplete
mds dump" and "fs dump" are repeated,and "mds dump" display incomplete.
so delete "mds dump" I think is the best cho...
huanwen ren
01:32 AM CephFS Bug #16730 (Won't Fix): mds'dump display incomplete
create "cephfs&&leadorfs2" fs when run "create fs flag set enable_multiple"... huanwen ren
04:34 AM Revision d0ff7148 (ceph): pybind: Replace -I with -iquote in cephfs test
Signed-off-by: Anirudha Bose <ani07nov@gmail.com> Anirudha Bose
03:40 AM Bug #16675 (Fix Under Review): "SELinux denials" in ceph-deploy-jewel-distro-basic-mira
https://github.com/ceph/ceph/pull/10339 Kefu Chai
02:55 AM Bug #16675: "SELinux denials" in ceph-deploy-jewel-distro-basic-mira
this is a regression introduced by e7c4246d Kefu Chai
03:35 AM Revision b05b41e3 (ceph): selinux: allow read /proc/<pid>/cmdline
we read /proc/<pid>/cmdline to figure out who is terminating us.
Fixes: http://tracker.ceph.com/issues/16675
Signed-...
Kefu Chai
02:36 AM Revision d1f681a2 (ceph): Merge pull request #10317 from wjwithagen/wip-wjw-fix-dl-lib
Cmake: fix using CMAKE_DL_LIBS instead of dl
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:58 AM Revision 89cd5dd2 (ceph): mds/MDSMap output -1 instead of 0 when no fs present.
When no fs present, the mdsmap::dump will output metadata_pool: 0,
which is misleading.
Change the initial value of ...
Xiaoxi Chen
01:34 AM Revision 6535f6ad (ceph): rgw: add suport for creating S3 type subuser of admin rest api
Fixes: http://tracker.ceph.com/issues/16682
The original code cannot support create s3 type subuser of admin rest ap...
洁 李
12:28 AM Revision 12c06836 (ceph): Merge pull request #10147 from SUSE/wip-16598
rpm: move mount.ceph from ceph-base to ceph-common and add symlink in /sbin for SUSE
Reviewed-by: Ken Dreyer <kdreye...
Nathan Cutler

07/18/2016

11:28 PM Revision 88e6244e (ceph): Merge pull request #9411 from ceph/wip-rocksdb-perf
os/RocksDBStore: use effective Get API instead of iterator api
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by:...
Yuri Weinstein
11:23 PM Revision cbd8acbb (ceph): Merge pull request #10130 from yonghengdexin735/wip-zzz-add-
src/common/buffer.cc fix judgment for lseek
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Yuri Weinstein
11:22 PM Revision 4f3ba226 (ceph): Merge pull request #10197 from songbaisen/b0
mon: write fsid use the right return value
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
10:29 PM CephFS Bug #16397 (New): nfsd selinux denials causing knfs tests to fail
Oh dear, this is happening again:
http://pulpito.ceph.com/teuthology-2016-07-13_02:25:02-knfs-jewel-testing-basic-...
John Spray
10:20 PM rgw Bug #16727 (New): s3tests-test-readwrite failed in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-15_16:58:50-rados-wip-yuri-testing2_2016_7_15-distro-basic-smithi/
Job: 3...
Yuri Weinstein
10:05 PM Bug #16725 (Can't reproduce): "cephtool/test.sh) ... with status 22" failure in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-15_16:58:50-rados-wip-yuri-testing2_2016_7_15-distro-basic-smithi/
Job: 3...
Yuri Weinstein
09:50 PM Bug #16331: teuthology hang joining thrashosds, specifically Thrasher.thread
http://qa-proxy.ceph.com/teuthology/yuriw-2016-07-15_16:58:50-rados-wip-yuri-testing2_2016_7_15-distro-basic-smithi/3... Yuri Weinstein
09:20 PM Bug #16723 (Can't reproduce): "TestIoctx.test_aio_read ... FAIL" in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-15_16:58:50-rados-wip-yuri-testing2_2016_7_15-distro-basic-smithi/
Job: 3...
Yuri Weinstein
09:00 PM Revision 95a7c1ea (ceph): msg/Message.h: add const to member function
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:53 PM Revision a78cdff6 (ceph): pybind: Rework cephfs/setup.py for PyPI
Also use `set_include_dirs' in distutils.ccompiler instead of `add_include_dir'
for supporting non-standard include d...
Anirudha Bose
08:44 PM Revision a3438bac (ceph): Merge pull request #9291 from trociny/wip-15715
rbd-nbd does not properly handle resize notifications
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:44 PM Revision ada1abb6 (ceph): Merge pull request #9878 from neurodrone/rbd_api_shrink_check_on_resize
librbd: add explicit shrink check while resizing images
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:20 PM CephFS Cleanup #16035: Remove "cephfs" CLI
For additional info, quoting Sage from an internal RH bug (sorry this is restricted, not sure why. https://bugzilla.r... Ken Dreyer
03:18 PM CephFS Cleanup #16035: Remove "cephfs" CLI
(Agreed with merging "ceph-fs-common" into "ceph-common". I've never found an explanation for why that was its own pa... Ken Dreyer
02:25 PM CephFS Cleanup #16035: Remove "cephfs" CLI
After the cephfs tool is dropped, mount.ceph will be the only thing remaining in the (deb-only) "ceph-fs-common" pack... Nathan Cutler
08:19 PM CephFS Bug #16691: sepia LRC lost directories
Well, I checked the code again and the tmap2omap path looks appropriately durable.
I did notice one thing that hel...
Greg Farnum
01:53 PM CephFS Bug #16691: sepia LRC lost directories
Plan is for greg to look into the TMAP2OMAP OSD code to look for what might have causd that.
Afterwards John+Doug ...
John Spray
08:03 PM rgw Bug #16712: multisite: 400-error with certain complete multipart upload requests
Abhishek Lekshmanan wrote:
> the multipart upload only finds 6 parts because the buckets non-ec pool in the third zo...
Casey Bodley
03:41 PM rgw Bug #16712 (Resolved): multisite: 400-error with certain complete multipart upload requests
Sometimes complete multipart upload returns a 400 error, saying incomplete parts, even though the client has got a 20... Abhishek Lekshmanan
08:01 PM Revision 0080b6bc (ceph): Merge pull request #9955 from ukernel/wip-mds-snap-failover
mds: snap failover fixes
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
07:39 PM CephFS Bug #16709: No output for "ceph mds rmfailed 0 --yes-i-really-mean-it" command
Without looking at the code, I would imagine that you're seeing EINVAL for rank 1 because there is no such rank (so i... John Spray
12:28 PM CephFS Bug #16709 (Resolved): No output for "ceph mds rmfailed 0 --yes-i-really-mean-it" command
there is no output for the command ceph mds rmfailed 0 --yes-i-really-mean-it. The command is successful how many eve... Rohith Radhakrishnan
06:07 PM rbd Bug #16689 (Fix Under Review): mkfs.xfs slow performance with discards and object map
*PR*: https://github.com/ceph/ceph/pull/10332 Jason Dillaman
05:37 PM rbd Bug #16689 (In Progress): mkfs.xfs slow performance with discards and object map
Jason Dillaman
02:38 PM rbd Bug #16689: mkfs.xfs slow performance with discards and object map
Attaching the raw lttng files for librbd runs. The new image is 10G instead of the 100G in the previous case, but all... Vaibhav Bhembre
05:59 PM Revision 132b6ff9 (ceph): Merge pull request #10283 from ceph/wip-cmake
cmake changes
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
05:42 PM Bug #16675: "SELinux denials" in ceph-deploy-jewel-distro-basic-mira
http://pulpito.ceph.com/teuthology-2016-07-17_02:50:02-ceph-deploy-jewel-distro-basic-mira/
['319273', '319275', '31...
Yuri Weinstein
02:10 PM Bug #16675: "SELinux denials" in ceph-deploy-jewel-distro-basic-mira
http://pulpito.ceph.com/joshd-2016-07-11_16:45:32-rados-master---basic-smithi/308036/ Loïc Dachary
05:41 PM Revision e51ef921 (ceph): msg/EventSelect: move includes to cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
05:21 PM Revision b2675ff8 (ceph): build/ops: build mount.ceph and mount.fuse.ceph as client binaries
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
05:12 PM Bug #16714: async messenger process_events osd segfault
sjust@teuthology:/a/samuelj-2016-07-14_14:34:22-rados-wip-ec-pg-log-distro-basic-smithi/314437$
Samuel Just
05:11 PM Bug #16714: async messenger process_events osd segfault
sjust@teuthology:/a/samuelj-2016-07-14_14:34:22-rados-wip-ec-pg-log-distro-basic-smithi/314374$
Samuel Just
04:41 PM Bug #16714: async messenger process_events osd segfault
sjust@teuthology:/a/samuelj-2016-07-14_14:34:22-rados-wip-ec-pg-log-distro-basic-smithi/314514/remote$
Samuel Just
04:24 PM Bug #16714 (Resolved): async messenger process_events osd segfault
-20> 2016-07-16 08:52:02.307392 7ff7cccf8700 10 osd.4 68 new session (outgoing) 0xa666000 con=0xa411800 addr=172.... Samuel Just
04:55 PM Bug #16718 (Duplicate): "/bin/adjust-ulimits: line 16: exec: ceph-coverage: not found" in upgrade...
Run: http://pulpito.ceph.com/teuthology-2016-07-13_02:45:02-upgrade:client-upgrade-jewel-distro-basic-smithi/
Jobs: ...
Yuri Weinstein
04:51 PM rbd Bug #16717 (Resolved): "[ FAILED ] TestLibRBD.TestCreateLsDeletePP" in upgrade:client-upgrade-j...
Run: http://pulpito.ceph.com/teuthology-2016-07-13_02:45:02-upgrade:client-upgrade-jewel-distro-basic-smithi/
Job: 3...
Yuri Weinstein
04:49 PM rgw Bug #15915: rgw command is consuming all the cpu time
Thanks for the update. I will test this issue with later version of curl and keep you posted here. Russell Islam
02:05 PM rgw Bug #15915: rgw command is consuming all the cpu time
Russell Islam wrote:
> [root@ceph-client7 ceph-config]# curl --version
> curl 7.29.0 (x86_64-redhat-linux-gnu) libc...
Casey Bodley
04:43 PM CephFS Bug #16592: Jewel: monitor asserts on "mon/MDSMonitor.cc: 2796: FAILED assert(info.state == MDSMa...
Dzianis reported that he upgraded to 10.2.2 without ever upgrading to 10.2.0 (and downgrading after, if that's even p... Patrick Donnelly
04:42 PM CephFS Bug #16592: Jewel: monitor asserts on "mon/MDSMonitor.cc: 2796: FAILED assert(info.state == MDSMa...
I make (maybe wrong, but no way back) one-shot upgrade: stop all client, stop all ceph daemons (mds,osd,mon) and run ... Denis kaganovich
04:38 PM Bug #16716 (Resolved): async messenger lockdep crash
sjust@teuthology:/a/samuelj-2016-07-14_14:34:22-rados-wip-ec-pg-log-distro-basic-smithi/314523/remote$
max_rece...
Samuel Just
04:36 PM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Likely fixed by this commit https://github.com/ceph/ceph/pull/8480
The problem is in 10.2.2 code we assume ruleset...
Xiaoxi Chen
07:53 AM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Hi,
if you created >exactly<
rule default {
ruleset 0
type replicated
min_size 2
max_size 10
step choose...
Oliver Dzombc
07:24 AM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
> did you already check my work around ?
> Simply add a ruleset with id 0 and default.
Hi Oliver!
Yes, I tried...
Artemy Kapitula
04:36 PM Bug #16715 (Resolved): async connection recursive lock
-9> 2016-07-16 08:00:17.102423 7f95863ac700 1 -- 172.21.15.66:6805/28647 learned_addr learned my addr 172.21.15.... Samuel Just
04:08 PM Revision 53af1759 (ceph): os/bluestore: do not use ref_map for non-shared objects
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
04:08 PM Revision c98ced1d (ceph): extent alloc functionality for stupid and bitmap allocator
Signed-off-by: Ramesh Chander <Ramesh.Chander@sandisk.com> Ramesh Chander
04:06 PM Revision 5509dcba (ceph): os/bluestore: add HAS_REFMAP flag to bluestore_blob_t
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
04:06 PM Revision dc23080b (ceph): os/bluestore: add compressed_length_orig field to bluestore_blob_t to t...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
04:06 PM Revision 0bf09760 (ceph): os/bluestore: extend bluestore_blob_t interface to be able to use exter...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
04:06 PM Revision 49007179 (ceph): os/bluestore: implements "fast-track" to insert records into bluestore_...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
04:06 PM Revision dd5efb11 (ceph): os/bluestore: introduce set_lextent/deref_lextent methods to bluestore...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
04:06 PM Revision d7d25fb1 (ceph): os/bluestore: add logical offset to lex_old vector for bluestore_onode_...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
03:47 PM Revision e3bd1033 (ceph): os/bluestore: use p2 macros to simplify bit-allocator block alignment
Mark's comments:
This passed "ceph_test_objectstore --gtest_filter=*/2".
This PR did not appear to have a significan...
xie xingguo
03:45 PM Revision 7f564d9e (ceph): os/bluestore: fix potential uninitialized nid of onode
The _zero() process may implicitly create a new onode,
thus we shall call _assign_nid() to initialize the nid
properl...
xie xingguo
03:42 PM Revision 61769636 (ceph): os/bluestore: end scope of std::hex properly; convert csum error to EIO
Mark's comments:
This passed "ceph_test_objectstore --gtest_filter=*/2".
This PR did not appear to have a significan...
xie xingguo
02:49 PM Bug #16706 (Fix Under Review): OSD: "ceph osd df" does not show summarized info correctly if one ...
Kefu Chai
10:51 AM Bug #16706: OSD: "ceph osd df" does not show summarized info correctly if one or more OSDs are out
https://github.com/ceph/ceph/commit/ab685f7a2c5edf136a621b3c593404b3d7f0b616 xie xingguo
10:50 AM Bug #16706 (Resolved): OSD: "ceph osd df" does not show summarized info correctly if one or more ...
For example:
-5 10.00999 - 5586G 2989G 2596G 0 0 host ceph192-9-9-8
11 0.90999 1.00000 9...
xie xingguo
02:48 PM Bug #16686 (Fix Under Review): cephfs.test_volume_client.TestVolumeClient failure (with "src/tcma...
https://github.com/ceph/ceph/pull/10329 Kefu Chai
12:33 PM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
Kefu has offered to look at this as a possible link issue (thanks Kefu!) John Spray
02:47 PM Bug #16503 (Rejected): OSD's assert during snap trim osd/ReplicatedPG.cc: 2655: FAILED assert(0)
- not a bug. Vikhyat Umrao
02:40 PM Bug #16688: Crash in "FileStore::queue_transactions" in rados run
will take a look Kefu Chai
02:39 PM Bug #16690 (Resolved): 'cecephtoolphtool' timeout in rados run
... Kefu Chai
02:37 PM devops Fix #16598: mount.ceph: move from ceph-base to ceph-common and add symlink in /sbin for SUSE
*master PR*: https://github.com/ceph/ceph/pull/10147 Nathan Cutler
02:36 PM devops Fix #16598: mount.ceph: move from ceph-base to ceph-common and add symlink in /sbin for SUSE
Nathan Cutler
02:30 PM Bug #16674: SELinux is preventing /usr/bin/ceph-osd from read access on the file blkid.tab
This happens because we use a default location for blkid cache (src/common/blkdev.cc):
@205 if (blkid_get_cache(...
Boris Ranto
02:26 PM Backport #16507: jewel: "ceph_test_librbd_api: symbol lookup error: ceph_test_librbd_api: undefin...
@ceph::buffer::list::iterator_impl<false>::advance(int)@ was changed to @buffer::list::iterator_impl<is_const>::advan... Kefu Chai
02:22 PM Revision d7d0f5dd (ceph): test: fix usage info of omapbench
Fix the default value info of "--omaptype" and the wrong indent
of "--name" option.
Signed-off-by: Wanlong Gao <wanl...
Wanlong Gao
02:16 PM Revision b8c24bf2 (ceph): rpm: move mount.ceph from ceph-base to ceph-common
Ceph clients use mount.ceph to mount CephFS filesystems, and
ceph-base is not expected to be installed on client syst...
Nathan Cutler
01:57 PM Bug #16413: 11429: 330s not enough to delete the objects
http://pulpito.ceph.com/joshd-2016-07-11_16:45:32-rados-master---basic-smithi/307927/ Loïc Dachary
01:51 PM Bug #16710 (Rejected): TmapMigratePP.DataScan tmap_migrate.cc:50: Failure
The corresponding file was removed by commit:e1f96e2d08a34602313819fd25cdbaa02795856a Loïc Dachary
01:47 PM Bug #16710 (Rejected): TmapMigratePP.DataScan tmap_migrate.cc:50: Failure
http://pulpito.ceph.com/joshd-2016-07-11_16:45:32-rados-master---basic-smithi/307912/... Loïc Dachary
01:36 PM Revision b090e9da (ceph): rpm: create mount.ceph symlink in /sbin (SUSE only)
Fixes: http://tracker.ceph.com/issues/16598
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
01:29 PM Revision 9697ca34 (ceph): rgw, doc: fix formatting around Keystone-related options.
This patch brings a small fix for broken formatting around
two configurables in doc/radosgw/config-ref.rst. Those are...
Radoslaw Zarzynski
01:00 PM Revision bc1ecdfb (ceph): rgw: ONLY improve code formatting in rgw_object_expirer_core.{cc,h}.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
12:59 PM Revision 99f7d6eb (ceph): rgw: fix skipping some objects to delete by RadosGW's object expirer.
Wei Qiaomiao has found that expired objects, which should be removed by
the object expirer of RadosGW, might be left ...
Radoslaw Zarzynski
12:47 PM rgw Bug #16705 (In Progress): rgw: there may be some objects not delete in some circumstances
Radoslaw Zarzynski
12:52 AM rgw Bug #16705 (Resolved): rgw: there may be some objects not delete in some circumstances
A ObjectExpirer Process Round is start from 'last_run' to 'round_start' ,
if the last process round break in functio...
wei qiaomiao
12:29 PM Revision aa1b9aa9 (ceph): Merge pull request #1077 from trociny/wip-16386
rbd: tests with rbd_skip_partial_discard option enabled
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:26 PM rbd Bug #16708 (Resolved): Sporadic failure in TestImageReplayer.StartReplayAndWrite
From Mykola:... Jason Dillaman
12:22 PM rbd Bug #16223 (In Progress): journal should prefetch small chunks of the object during replay
Jason Dillaman
11:53 AM rbd Bug #16707 (Resolved): rbd-replay-prep doesn't record discard IO events
Jason Dillaman
11:08 AM Revision 77312877 (ceph): ceph_volume_client: fix log messages
Log the path of the volume during creation and deletion of volumes.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
11:08 AM Revision ec2e6e37 (ceph): ceph_volume_client: cleanup auth meta files
Remove auth meta files on last rule for an auth ID deletion
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
11:08 AM Revision 82445a20 (ceph): ceph_volume_client: disallow tenants to share auth IDs
Restrict an auth ID to a single OpenStack tenant to enforce
strong tenant isolation of shares.
Signed-off-by: Ramana...
Ramana Raja
11:08 AM Revision 46876fb2 (ceph): ceph_volume_client: add versioning
Add class attributes to CephFSVolumeClient to version
its capabilities.
'version' attribute stores the current versi...
Ramana Raja
11:08 AM Revision 1c1d65a4 (ceph): ceph_volume_client: version on-disk metadata
Version on-disk metadata with two attributes,
'compat version', the minimum CephFSVolume Client
version that can deco...
Ramana Raja
11:08 AM Revision 37fbfc7a (ceph): ceph_volume_client: create/delete VMeta for create/delete volume
Create and delete volume meta files during creation and deletion of
volumes.
Signed-off-by: Ramana Raja <rraja@redha...
Ramana Raja
10:46 AM Revision 1e473544 (ceph): mon/osdmonitor: fix incorrect output of "osd df" due to osd out
If an osd is automatically marked as out, the output of "osd df"
is not right, as follow:
-5 10.00999 - 5586...
xie xingguo
10:41 AM Revision 98f50ceb (ceph): mon/osdmonitor: initialize local variable "kb_avail_i"
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
10:07 AM Revision 82ccf7e5 (ceph): os/bluestore: fix error handling of posix_fadvise() syscall
According to Linux man page:
On success, zero is returned. On error, an error number is returned.
Signed-off-by: xi...
xie xingguo
10:06 AM Revision 5678584f (ceph): pybind: enable integer flags to libcephfs open
The 'rw+' style flags are handy and convenient, but
they don't capture all possibilities. Change to
optionally accep...
John Spray
10:06 AM Revision d2e9eb55 (ceph): pybind: ceph_volume_client authentication metadata
Store a two-way mapping between auth IDs and volumes.
Enables us to record some metadata on auth ids (which
openstac...
John Spray
10:06 AM Revision 7c8a28a7 (ceph): ceph_volume_client: modify data layout in meta files
Notable changes to data layout in auth meta and volume meta files:
In the auth meta files, add a 'dirty' flag to tra...
Ramana Raja
10:06 AM Revision 647a2447 (ceph): ceph_volume_client: recover from dirty auth and auth meta updates
Check dirty flag after locking something and call recover() if we are
opening something dirty (racing with another in...
Ramana Raja
10:06 AM Revision 27eb51ba (ceph): ceph_volume_client: use fsync instead of syncfs
Signed-off-by: Ramana Raja <rraja@redhat.com> Ramana Raja
10:06 AM Revision 7f7d2a76 (ceph): ceph_volume_client: restrict volume group names
Prevent craftily-named volume groups from colliding with meta files.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
10:06 AM Revision f58403f3 (ceph): cephfs.pyx: implement python bindings for fstat
Signed-off-by: Ramana Raja <rraja@redhat.com> Ramana Raja
10:06 AM Revision f7c03722 (ceph): ceph_volume_client: modify locking of meta files
File locks are applied on meta files before updating the meta
file contents. These meta files would need to be cleane...
Ramana Raja
08:08 AM Revision 012f8f9e (ceph): os/bluestore: trim cache on collection_list() too
Currently we trim cache on all other read operations
other than this one.
Signed-off-by: xie xingguo <xie.xingguo@zt...
xie xingguo
07:49 AM Revision 93978195 (ceph): os/bluestore: assert available of stat doesn't underflow
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
07:42 AM rgw Documentation #16687: radosgw-admin example in swift authentication section is incomplete
Moving to documentation section Abhishek Lekshmanan
07:31 AM Stable releases Tasks #15895: hammer v0.94.8
... Nathan Cutler
07:09 AM Revision 2910bf92 (ceph): kv/MemDB: fix compilation on OSX
Include "include/compat.h" for TEMP_FAILURE_RETRY
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
07:09 AM Revision eaec7707 (ceph): rgw: fix compilation on OSX
On OSX, some fields of struct stat have different names.
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
07:07 AM rbd Bug #16529: "[ FAILED ] TestClsRbd.mirror_image" in upgrade:jewel-x-master-distro-basic-vps
http://pulpito.ceph.com/teuthology-2016-07-17_04:20:03-upgrade:jewel-x-master-distro-basic-vps/319486/
http://pulpit...
Loïc Dachary
07:01 AM Revision 1fb15a21 (ceph): compat: define ceph_pthread_{set,get}name()
pthread_setname_np() exists on OSX, but it only accepts a sinlge
argument. Defining a two parameters version pthread_...
Yan, Zheng
06:56 AM Bug #15407: "ReplicatedPG.cc: 2986: FAILED assert(0 == "out of order op")" with short_pg_log
http://pulpito.ceph.com/teuthology-2016-07-17_04:20:03-upgrade:jewel-x-master-distro-basic-vps/319485/... Loïc Dachary
06:53 AM Revision bed1a5cc (ceph): ceph-disk: timeout ceph-disk to avoid blocking forever
When ceph-disk runs from udev or init script, it is in the background
and should it block for any reason, it may keep...
Loic Dachary
06:32 AM Revision 4a09620a (ceph): os/bluestore: en/decode csum_type/csum_chunk_order more efficiently
These two fields are of type uint8_t, so varint encoding/decoding
is unnecessary.
Signed-off-by: xie xingguo <xie.xi...
xie xingguo
03:31 AM Revision 1c07f2e2 (ceph): os/bluestore: make csum_type checking more efficient
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
03:08 AM Revision 7e319f14 (ceph): encoding: don't encode/decode 'size_t'
encode/decode funtions for type 'size_t' on OSX are ambiguous
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
03:08 AM Revision 0e7daa19 (ceph): ceph-dencoder: fix build with '--without-libaio'
bluestore is not compiled with '--without-libaio'
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
03:08 AM Revision a6eb0d7d (ceph): os/FuseStore: fix build under FreeBSD/OSX
include proper headers for statfs(2)
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
03:08 AM Revision ddb4a28f (ceph): ceph-fuse: fix compilation on OSX
Osxfuse does not define FUSE_CAP_DONT_MASK/FUSE_SET_ATTR_ATIME_NOW.
Besides, its header files are under osxfuse/ dire...
Yan, Zheng
03:08 AM Revision c26b1464 (ceph): build: check if posix_fadvise() exists
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
03:08 AM Revision 99cf3c13 (ceph): compat: define EREMOTEIO for OSX
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
03:08 AM Revision edf23836 (ceph): compat: error code translation for OSX
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
03:08 AM Revision 23f9505e (ceph): time: make ceph_time clocks work under OSX
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
03:08 AM Revision 620f3bdc (ceph): build: don't link to libuuid
we have already moved to use boost uuid implementation
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
03:08 AM Revision c80eb1b5 (ceph): msg: don't use thread_local variable
thread_local is not supported by OSX
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
03:08 AM Revision 200406fa (ceph): compat: define HOST_NAME_MAX for OSX
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
03:08 AM Revision 474abb82 (ceph): OSDMonitor: drop pg temp from sources other than the current primary
Fixes: http://tracker.ceph.com/issues/16127
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit ...
Samuel Just
02:33 AM Revision cab254e9 (ceph): os/bluestore: revert preferred csum behavior
This passes "ceph_test_objectstore --gtest_filter=*/2".
This restores 4K random read performance to previous levels w...
Mark Nelson
02:26 AM Revision bf70bcb6 (ceph): Bluestore: Fixed a Bluestore crash
A bluestore race condition is been fixed by protecting txc structures
within _txc_state_poc with collection lock.
Ma...
Somnath Roy

07/17/2016

12:40 PM Revision 51807549 (ceph): msg/EventSelect.h: add override to virtual funct
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
12:29 AM rbd Bug #16689: mkfs.xfs slow performance with discards and object map
I am attaching 2 files for lttng trace run captured while running: _mkfs.xfs -s size=4096 -f /dev/sda_.
* replay.1...
Vaibhav Bhembre

07/16/2016

05:31 PM Revision 0f044e08 (ceph): mds: add assertions for standby_daemons invariant
These assertions catch state changes of an mds in standby_daemons to a state
other than MDSMap::STATE_STANDBY. Curren...
Patrick Donnelly
05:08 PM CephFS Bug #16592: Jewel: monitor asserts on "mon/MDSMonitor.cc: 2796: FAILED assert(info.state == MDSMa...
PR for added assertions: https://github.com/ceph/ceph/pull/10316 Patrick Donnelly
02:28 PM rbd Feature #15468: Feature : cephx user management for RBD images
Few more things: I really wants to hide from such user as much information about cluster, as possible. Right now anyo... George Shuklin
12:08 PM Revision aab972c0 (ceph): Cmake: fix using CMAKE_DL_LIBS instead of dl
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
09:31 AM rgw Backport #16699 (In Progress): jewel: multidelete query parameter not correctly parsed
Nathan Cutler
09:29 AM rgw Backport #16698 (In Progress): hammer: multidelete query parameter not correctly parsed
Nathan Cutler
07:28 AM Revision efd8d9d9 (ceph): msg/EventKqueue.h: add override to virtual func
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
05:43 AM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Hi Oliver Dzombc,
would you mind paste the PR link here?
Xiaoxi Chen
04:00 AM Revision 5a695974 (ceph): cmake: restructure src/CMakeLists.txt in a more hierarchical way
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:00 AM Revision c30c5223 (ceph): cmake: only allow up to 1 hour for a ceph test
quote from
https://cmake.org/cmake/help/v3.0/prop_test/TIMEOUT.html?highlight=timeout
> If it exceeds that the test ...
Kefu Chai
04:00 AM Revision cd0dfc30 (ceph): run-make-check.sh: run tests in two steps
this is a workaround of the timeout found in jenkins. currently three
tests are found timeout, and they are labeld wi...
Kefu Chai
04:00 AM Revision 64a8bfbb (ceph): cmake: link libcommon against $CRYPTO_LIBS
as ceph_crypt.cc is using the symbols in it, and libcommon contains
ceph_crypt.cc.
Signed-off-by: Kefu Chai <kchai@r...
Kefu Chai
04:00 AM Revision 941605d4 (ceph): cmake: remove duplicated src from ceph_rgw_jsonparser
they are included by rgw_a as well. and ceph_rgw_jsonparser is linked
against rgw_a.
Signed-off-by: Kefu Chai <kchai...
Kefu Chai
04:00 AM Revision 45176611 (ceph): cmake: do not pass --disable-pip-version-check if not supported
on older versions of pip, this option is not supported, and
--disable-pip-version-check is implied with --no-index. s...
Kefu Chai
04:00 AM Revision 3a21d004 (ceph): cmake: label some tests with "Racing"
two tests timesout for unknown reasons, so label them with
"Racing" and "LongRunning" labels.
Signed-off-by: Kefu Ch...
Kefu Chai
03:41 AM Revision 9566ae27 (ceph): mds: use FSMap::insert to add to standby_daemons
This reduces the number of code sites which modify standby_daemons.
Signed-off-by: Patrick Donnelly <pdonnell@redhat...
Patrick Donnelly
02:57 AM Revision 5b14e283 (ceph): cmake: no need to depend run-tox-ceph-disk on test
run-tox-ceph-disk and run-tox-ceph-detect-init are already added as
test, so "ctest" and "make {test,check}" will run...
Kefu Chai
02:57 AM Revision ce5724ef (ceph): cmake: add a "tests" target to build tests
please note "make test" is used by cmake to run tests, so we cannot just
repurpose it to *build* them.
* AddCephTest...
Kefu Chai
02:19 AM Revision 3e577547 (ceph): Merge pull request #10301 from cbodley/wip-rgw-meta-stack-wakeup
rgw: RGWMetaSyncCR holds refs to stacks instead of crs
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Reviewed-by: Ma...
Yehuda Sadeh

07/15/2016

09:00 PM Revision eaf4eaee (ceph): msg/EventPoll.h: add override to virtual functions
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:30 PM Revision 967e2e72 (ceph): rbd: tests with rbd_skip_partial_discard option enabled
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
08:27 PM Revision 95b16616 (ceph): rbd: move copy_on_read overrides to config dir
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
07:41 PM Revision d11a6be1 (ceph): release: release notes update for objclass-perms
Signed-off-by: Noah Watkins <noahwatkins@gmail.com> Noah Watkins
07:28 PM Revision 298bc939 (ceph): osd: use static method and simplify return
Signed-off-by: Noah Watkins <noahwatkins@gmail.com> Noah Watkins
07:18 PM CephFS Bug #16668: client: nlink count is not maintained correctly
I set up a ganesha + ceph test rig today and was able to reproduce the problem. Interestingly, it does not reproduce ... Jeff Layton
06:10 PM rbd Documentation #16704 (Duplicate): RBD replay needs to document new configuration option
The "rbd_tracing" configuration option needs to be set to true to enable tracing. Jason Dillaman
05:37 PM Revision b15cf42a (ceph): install-deps: Get the latest virtualenv in a temporary folder
to work around a bug in old virtualenv
Signed-off-by: Oleh Prypin <oleh@pryp.in>
(cherry picked from commit 2699b6d8...
Oleh Prypin
04:24 PM CephFS Bug #16592: Jewel: monitor asserts on "mon/MDSMonitor.cc: 2796: FAILED assert(info.state == MDSMa...
So, rambling brain dump of my current thoughts on this:
I haven't been able to reproduce this problem. There are t...
Patrick Donnelly
04:15 PM Bug #16703 (Resolved): "Version '0.94.7-33-g387d5c1-1trusty' for 'libcephfs1-dev' was not found" ...
Backed out on teuthology master. Looks like there's a packages.yaml in ceph-qa-suite that needs updating instead. John Spray
03:30 PM Bug #16703 (Resolved): "Version '0.94.7-33-g387d5c1-1trusty' for 'libcephfs1-dev' was not found" ...
Run: http://pulpito.ceph.com/teuthology-2016-07-15_03:00:02-rados-hammer-distro-basic-vps/
Jobs: 197
Logs: http://q...
Yuri Weinstein
03:41 PM Revision 83cd7852 (ceph): rgw: fix trimming object expirer's hints.
Fixes: http://tracker.ceph.com/issues/16684
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Radoslaw Zarzynski
03:20 PM Revision e4bc1604 (ceph): rgw: RGWMetaSyncCR holds refs to stacks for wakeup
because RGWCoroutine::wakeup() calls RGWCoroutinesStack::wakeup(), the
stack must also stay alive
Fixes: http://trac...
Casey Bodley
03:19 PM CephFS Backport #16697 (Fix Under Review): jewel: ceph-fuse is not linked to libtcmalloc
PR for jewel is https://github.com/ceph/ceph/pull/10303 Ken Dreyer
09:36 AM CephFS Backport #16697 (Resolved): jewel: ceph-fuse is not linked to libtcmalloc
https://github.com/ceph/ceph/pull/10303 Nathan Cutler
01:40 PM Bug #16686: cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:283] Attemp...
The above issue is reproducible with Ceph master
(HEAD commit bf58aeb6d5a6a07d83374c750d177a78ce027c3c) built using
...
Ramana Raja
01:34 PM Revision 4025a2eb (ceph): Merge pull request #10306 from tchaikov/wip-no-mktemp-p
qa/workunits/cephtool/test.sh: s/TMPDIR/TEMP_DIR/
Reviewed-by: Haomai Wang <haomai@xsky.com>
Kefu Chai
12:17 PM rgw Bug #16412 (Pending Backport): Bucket index shards orphaned after bucket delete
https://github.com/ceph/ceph/pull/10120 Orit Wasserman
12:16 PM rgw Bug #16627 (Pending Backport): failed to create bucket after upgrade from hammer to jewel
Orit Wasserman
11:59 AM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Hi Artemy,
did you already check my work around ?
Simply add a ruleset with id 0 and default.
Something lik...
Oliver Dzombc
11:44 AM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Exactly the same problem on 10.2.1.
It's DEADLY critical
ceph version 10.2.1 (3a66dd4f30852819c1bdaa8ec23c795d...
Artemy Kapitula
11:07 AM rgw Bug #16694 (Duplicate): Radosgw use swift API create container ACL failed
Really looks like a duplicate of #15976. In the provided log we can see that POST method was used:... Radoslaw Zarzynski
11:02 AM rgw Bug #16694 (Resolved): Radosgw use swift API create container ACL failed
Radoslaw Zarzynski
10:53 AM rgw Bug #16694: Radosgw use swift API create container ACL failed
Sirisha Guduru wrote:
> Firstly, in the command mentioned, "swift post -r '.r:*,.rlistings'", i don't see any contai...
Sirisha Guduru
09:50 AM rgw Bug #16694: Radosgw use swift API create container ACL failed
Firstly, in the command mentioned, "swift post -r '.r:*,.rlistings'", i don't see any container name mentioned. If it... Sirisha Guduru
08:16 AM rgw Bug #16694 (Duplicate): Radosgw use swift API create container ACL failed
radosgw support swift API, and I try to use swiftclient update a container's ACL with X-Container-Read: * (allows an... chen bob
11:02 AM rgw Bug #15976 (Resolved): rgw: updating CORS/ACLs might not work in some circumstances
Radoslaw Zarzynski
10:06 AM Bug #16639 (Resolved): flush_pg_stats crashing in hammer integration tests
i dropped 5793b13492feecad399451e3a83836722b6e9abc in https://github.com/ceph/ceph/pull/9090, so closing this issue a... Kefu Chai
10:01 AM Bug #16639: flush_pg_stats crashing in hammer integration tests
should drop 5793b13492feecad399451e3a83836722b6e9abc, see https://github.com/ceph/ceph/blob/hammer/src/osd/PG.cc#L679... Kefu Chai
10:03 AM Revision b31ac2d3 (ceph): osd: reset session->osdmap if session is not waiting for a map anymore
we should release the osdmap reference once we are done with it,
otherwise we might need to wait very long to update ...
Kefu Chai
09:36 AM rgw Backport #16702 (Resolved): jewel: multisite: bucket sync failures with tenant users
https://github.com/ceph/ceph/pull/10845 Nathan Cutler
09:36 AM rbd Backport #16701 (Resolved): jewel: rbd-mirror: image sync throttle needs to use pool id + image i...
https://github.com/ceph/ceph/pull/10678 Nathan Cutler
09:36 AM rgw Backport #16700 (Resolved): jewel: rgw: segmentation fault on error_repo in data sync
https://github.com/ceph/ceph/pull/10523 Nathan Cutler
09:36 AM rgw Backport #16699 (Resolved): jewel: multidelete query parameter not correctly parsed
https://github.com/ceph/ceph/pull/10188 Nathan Cutler
09:36 AM rgw Backport #16698 (Resolved): hammer: multidelete query parameter not correctly parsed
https://github.com/ceph/ceph/pull/10189 Nathan Cutler
09:35 AM rgw Backport #16696 (Resolved): jewel: segfault in RGWBucketShardIncrementalSyncCR
https://github.com/ceph/ceph/pull/10845 Nathan Cutler
09:25 AM Revision bf58aeb6 (ceph): Merge pull request #9972 from ceph/objclass-perm
osd: object class loading and execution permissions
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Samuel Jus...
Kefu Chai
09:09 AM Revision 316c15bc (ceph): Merge pull request #9980 from gaowanlong/split_out_handle_pg_scrub
osd: small cleanups
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:05 AM Revision 91039586 (ceph): Merge pull request #10126 from dx9/wip-fcntl-warns
test/libcephfs: fix gcc sys/fcntl.h warnings
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:03 AM Revision 56df5dcd (ceph): Merge pull request #10166 from wjwithagen/wip-wjw-cmake-test_rados_tool.sh
test_rados_tool.sh: Make script work under ctest
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:03 AM Revision e0a5e674 (ceph): Merge pull request #9782 from Ved-vampir/zlib_cleanup
compressor: zlib compressor plugin cleanup
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:53 AM rgw Bug #16695: radosgw Consumes too much CPU time to synchronize metadata or data between multisite
I find the problem is the function do_curl_wait. The function call curl_multi_wait in do_curl_wait will be waken beca... bajie white
08:41 AM rgw Bug #16695 (Resolved): radosgw Consumes too much CPU time to synchronize metadata or data between...
In the 10.2.0 version, the multisite function is added. I configure two sites int a realm : one is the master zone in... bajie white
08:48 AM Revision 83e64fad (ceph): test: run_seed_to_range.sh: check existance of a directory using [ -d "...
sadly, sh evalutes `[ -d ]` to true. as it takes "-d" as a non-empty
string as true.
this fixes following failure
``...
Kefu Chai
08:20 AM Revision 7c1b4560 (ceph): qa/workunits/cephtool/test.sh: s/TMPDIR/TEMP_DIR/
this fixes the test failure of
```
2016-07-12T23:29:40.935
INFO:tasks.workunit.client.0.mira101.stderr:/home/ubuntu/c...
Kefu Chai
07:09 AM Bug #16257: Ceph random bug is killing osds (os/filestore/FileStore.cc: 2912: FAILED assert(0 == ...
yes, I also see this assert from my ceph cluster:
#0 0x00003fff99acf27c in __GI_raise (sig=<optimized out>) at ../s...
min fang
07:00 AM rgw Bug #16682: ceph jewel failed create s3 tpye subuser from admin rest api
Orit Wasserman wrote:
> Hi,
> can you provide rgw logs with debug_rgw=20 and debug_ms=5?
here is the log
7 =...
joke lee
06:21 AM Revision e5c262bf (ceph): qa/workunits/cephtool/test.sh: use mktemp $TEMP_DIR/XXX instead
mktemp -p is not supported on FreeBSD
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:11 AM Bug #16685 (Fix Under Review): "saw valgrind issues" in rados run
https://github.com/ceph/ceph/pull/10300 Kefu Chai
04:51 AM Bug #16693: *** Caught signal (Segmentation fault) **in thread 7faa84d7b700 thread_name:ms_async_...
The test log:
http://daisycloud.org:9092/xxg-2016-07-14_21:41:55-rados:basic-wip-xxg-testing---basic-plana/1030/teut...
de lan
03:38 AM Bug #16693 (Closed): *** Caught signal (Segmentation fault) **in thread 7faa84d7b700 thread_name:...
Hi!
when i test the rados suites by zhe newest version of the master branch, there are so many core dump and the osd...
de lan
04:15 AM Revision e0b94ff3 (ceph): Merge pull request #10131 from badone/wip-peering-doc-fixes
doc: peering.rst, fix typo
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Reviewed-by: Kefu Chai <...
Kefu Chai
04:13 AM Revision b342e4f0 (ceph): Merge pull request #10292 from badone/wip-perf-counters-doc-fixes
doc: perf_counters.rst fix trivial typo
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Reviewed-by...
Kefu Chai
03:39 AM Revision ce166c2c (ceph): ObjectCacher: fix last_write check in bh_write_adjacencies()
Make the last_write check in bh_write_adjacencies() match corresponding
check in flush().
Fixes: http://tracker.ceph...
Yan, Zheng
03:28 AM CephFS Bug #16655: ceph-fuse is not linked to libtcmalloc
https://github.com/ceph/ceph/pull/10303 Zheng Yan
03:24 AM Revision 00f3fd4a (ceph): ceph-fuse: link to libtcmalloc or jemalloc
Fixes: http://tracker.ceph.com/issues/16655
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit e6...
Yan, Zheng
02:25 AM CephFS Bug #16691: sepia LRC lost directories
what do you mean they are old? what does 'rados stat xxxx' show? Zheng Yan
01:55 AM Revision 3be6e1c7 (ceph): test: ceph-detect-init/run-tox.sh: run it from any path
this follows the pattern in ceph-disk. this enables us to run
ceph-detect-init/run-tox.sh from the ${CMAKE_BINARY_DIR...
Kefu Chai
01:15 AM Revision 3099cabd (ceph): client: close directory's snapdir when deleting directory
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
01:15 AM Revision 265f96bd (ceph): client: fix MetaRequest::set_other_inode()
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
01:11 AM Revision 48837799 (ceph): mds: properly update client_snap_caps when splitting snap inode
update the new snap inode's client_snap_caps according to the old
snap inode.
Signed-off-by: Yan, Zheng <zyan@redhat...
Yan, Zheng
01:11 AM Revision 306153b3 (ceph): mds: journal snap inodes that need flush when expiring log segment
Treat snap inodes that need flush in the same way as open files.
When MDS recovers, this make sure that journal repla...
Yan, Zheng
01:11 AM Revision dd3963a8 (ceph): mds: add 'follows' of first pending snapflush to cap reconnect message
This helps the recovering MDS to reconstruct the internal states that
tracking pending snapflush.
Signed-off-by: Yan...
Yan, Zheng
01:11 AM Revision 25b6011d (ceph): mds: using cap_reconnect_t to track cap recconect
Previous commit extended cap_reconnect_t to include snapflush
related information. This information are needed in var...
Yan, Zheng
01:11 AM Revision 1b7d198f (ceph): mds: rebuild the internal states that tracking pending snapflush
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
01:11 AM Revision cfc3ec17 (ceph): mds: remove CEPH_LOCK_IFLOCKL from cinode_lock_info
Currently we don't support dirty CEPH_CAP_FLOCK_EXCL
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
01:11 AM Revision 57067e03 (ceph): mds: combine MDCache::{reconnected_caps,cap_imports_dirty}
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
01:11 AM Revision dd98448d (ceph): mds: do files recovery after processing cap flushes
File recovery may update inode and trigger inode COW. MDS relies on
client caps to setup CInode::client_need_snapflus...
Yan, Zheng
01:11 AM Revision bc50e030 (ceph): mds: handle partly purged directory
For a snapshoted direcotry whose snaprealm parents are being opened,
MDS does not know if the directory is purgeable....
Yan, Zheng
01:11 AM Revision a05e996b (ceph): client: unify cap flush and snapcap flush
This patch includes following changes
- assign flush tid to snapcap flush
- remove session's flushing_capsnaps list. ...
Yan, Zheng
01:11 AM Revision d3916717 (ceph): client: make sure snapflush is sent before normal cap message
MDS does null snapflush when it receives normal cap message. So client
must send snapflush first.
Signed-off-by: Yan...
Yan, Zheng
01:11 AM Revision 16f7d7c7 (ceph): qa/workunits/fs: fix expect_failure function in test scripts
The origin expect_failure function return 0 regardness of command's
return value.
Signed-off-by: Yan, Zheng <zyan@re...
Yan, Zheng
01:11 AM Revision 85e687de (ceph): mds: fix incorrect "unconnected snaprealm xxx" warning
If a snaprealm has no child/parent snaprelam, and the snaprealm inode
is not in the cache while client reconnects. Th...
Yan, Zheng
01:11 AM Revision f180ad14 (ceph): client: invalidate snap inodes after removing snapshot
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
12:10 AM rgw Bug #16665 (Pending Backport): segfault in RGWBucketShardIncrementalSyncCR
Yehuda Sadeh

07/14/2016

11:33 PM CephFS Documentation #16664 (Resolved): Standby Replay configuration doc is wrong
Greg Farnum
04:12 PM CephFS Documentation #16664: Standby Replay configuration doc is wrong
Backport: https://github.com/ceph/ceph/pull/10298
I can't mark this issue as Resolved for some reason.
Patrick Donnelly
11:18 PM CephFS Bug #16655: ceph-fuse is not linked to libtcmalloc
tcmalloc is also missing from @ldd /usr/bin/ceph-fuse@ in ceph-fuse-0.94.7-0.el7, FYI, so this has gone on for quite ... Ken Dreyer
01:39 PM CephFS Bug #16655 (Pending Backport): ceph-fuse is not linked to libtcmalloc
Kefu Chai
10:40 PM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Hi Xiaoxi Chen,
that you have something to reproduce:
Edit your crushmap, remove ruleset 0.
So if your crus...
Oliver Dzombc
01:14 PM Bug #16653: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Hi,
so is there anything i can do, to get more info about it ?
Its a big problem, that we can not add any pool...
Oliver Dzombc
10:16 PM Revision 3f6daa90 (ceph): Merge pull request #9491 from Yan-waller/yj-wip-fixbuildpushop
osd/ReplicatedBackend: add sanity check during build_push_op()
Reviewed-by: Haomai Wang <haomai@xsky.com>
Yuri Weinstein
10:15 PM Revision f748b959 (ceph): Merge pull request #9510 from renhwztetecs/renhw-wip-common
common: unknown hash type of judgment modification
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
10:14 PM Revision 5d1339bb (ceph): Merge pull request #9729 from stiopaa1/common_workqueue_addMove
common/WorkQueue: add std move
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
10:13 PM Revision 125c42a4 (ceph): Merge pull request #9770 from tanghaodong25/submit-transaction-perfcounter
kv/RocksDB: add perfcounter for submit_transaction_sync operation
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:55 PM Bug #16692 (Duplicate): deep-scrub Error EAGAIN in cephmanager task in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-12_13:07:42-rados-wip-yuri-testing_2016_7_12-distro-basic-smithi/
Jobs: 3...
Yuri Weinstein
09:48 PM CephFS Bug #16691 (Resolved): sepia LRC lost directories
If you log in to the sepia long-running cluster, it has 37 directories whose objects it lost.
I spot-checked one o...
Greg Farnum
09:39 PM Bug #16690 (Resolved): 'cecephtoolphtool' timeout in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-12_13:07:42-rados-wip-yuri-testing_2016_7_12-distro-basic-smithi/
Job: 30...
Yuri Weinstein
09:38 PM rbd Bug #16689 (Resolved): mkfs.xfs slow performance with discards and object map
Examples:
object-map enabled:
time mkfs.xfs -s size=4096 -f /dev/sda
real 9m10.882s
user 0m0.000s
sys 0m0.012s...
Jason Dillaman
09:28 PM Bug #16688 (Won't Fix): Crash in "FileStore::queue_transactions" in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-12_13:07:42-rados-wip-yuri-testing_2016_7_12-distro-basic-smithi/
Jobs: 3...
Yuri Weinstein
09:06 PM rgw Documentation #16687 (Resolved): radosgw-admin example in swift authentication section is incomplete
In the swift authentication page (http://docs.ceph.com/docs/master/radosgw/swift/auth/), an example is provided for c... Matt Benjamin
09:06 PM Revision 49001d99 (ceph): Merge pull request #10274 from yehudasa/wip-16665
rgw: collect skips a specific coroutine stack
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:34 PM rgw Bug #15915: rgw command is consuming all the cpu time
[root@ceph-client7 ceph-config]# curl --version
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.19.1 Basi...
Russell Islam
07:03 PM rgw Bug #15915: rgw command is consuming all the cpu time
Russell Islam wrote:
> This is still in version 10.2.2. Can we get some update on this?
We've still been unable t...
Casey Bodley
08:02 PM Revision ba849e3b (ceph): librbd: prevent creation of clone from non-primary mirrored image
Fixes: http://tracker.ceph.com/issues/16449
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
06:42 PM rgw Bug #16618 (Pending Backport): multidelete query parameter not correctly parsed
Yehuda Sadeh
06:42 PM Revision f01f2190 (ceph): Merge pull request #10187 from dreamhost/wip-16618
rgw: fix multi-delete query param parsing.
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
06:40 PM rgw Bug #16469 (Pending Backport): multisite: bucket sync failures with tenant users
https://github.com/ceph/ceph/pull/10075 merged
backport will need https://github.com/ceph/ceph/pull/10252 as well ...
Casey Bodley
06:19 PM rgw Bug #16682: ceph jewel failed create s3 tpye subuser from admin rest api
Hi,
can you provide rgw logs with debug_rgw=20 and debug_ms=5?
Orit Wasserman
06:45 AM rgw Bug #16682 (Resolved): ceph jewel failed create s3 tpye subuser from admin rest api
hi
in jewel 10.2.2 ,i failed to create s3-type subuser with admin rest api,
the request and response as follows:
...
joke lee
06:09 PM rgw Bug #16666 (Fix Under Review): segfault in RGWOp_MDLog_Notify
opened https://github.com/ceph/ceph/pull/10301 Casey Bodley
05:39 PM CephFS Bug #16640 (New): libcephfs: Java bindings failing to load on CentOS
Let's leave this open to work out if there is a change to the build we can make to avoid the java bindings requiring ... John Spray
04:01 PM CephFS Bug #16640: libcephfs: Java bindings failing to load on CentOS
Noah, John, I'm guessing the Java bindings ought to link to the versioned libcephfs_jni.so.1.0.0 instead of the unver... Ken Dreyer
05:38 PM CephFS Feature #4139 (Resolved): MDS: forward scrub: add scrub_stamp infrastructure and a function to sc...
I think Greg meant to mark this Resolved. Nathan Cutler
01:11 AM CephFS Feature #4139: MDS: forward scrub: add scrub_stamp infrastructure and a function to scrub a singl...
This bit has been done forever: we have admin socket interfaces to scrub a dentry or recursive folder. Greg Farnum
05:36 PM Backport #16680: hammer: config set with negative value results in "error setting 'filestore_merg...
h3. original description
In the filestore-config-ref we say...
> filestore merge threshold
> Description: Min ...
Nathan Cutler
03:30 AM Backport #16680 (In Progress): hammer: config set with negative value results in "error setting '...
Kefu Chai
03:08 AM Backport #16680 (Fix Under Review): hammer: config set with negative value results in "error sett...
https://github.com/ceph/ceph/pull/10291 Brad Hubbard
05:25 PM rgw Bug #16603 (Pending Backport): rgw: segmentation fault on error_repo in data sync
Ken Dreyer wrote:
> Yehuda/Casey: did the above PR fully solve this issue? Can this ticket move to "Pending backport...
Casey Bodley
04:10 PM rgw Bug #16603: rgw: segmentation fault on error_repo in data sync
Yehuda/Casey: did the above PR fully solve this issue? Can this ticket move to "Pending backport" now? Ken Dreyer
04:59 PM Bug #16685: "saw valgrind issues" in rados run
<error>
<unique>0x0</unique>
<tid>1</tid>
<kind>UninitCondition</kind>
<what>Conditional jump or move dep...
Haomai Wang
04:52 PM Bug #16685 (Closed): "saw valgrind issues" in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-12_13:07:42-rados-wip-yuri-testing_2016_7_12-distro-basic-smithi/
Jobs: ...
Yuri Weinstein
04:59 PM Bug #16686 (Resolved): cephfs.test_volume_client.TestVolumeClient failure (with "src/tcmalloc.cc:...
Ran into the following test failure, when running VolumeClient
tests using vstart_runner locally on a vstart Ceph cl...
Ramana Raja
04:50 PM rgw Bug #16673 (Fix Under Review): rgw: setting rgw_swift_url_prefix = "/" doesn't work as expected
Pull request: https://github.com/ceph/ceph/pull/10280. Radoslaw Zarzynski
04:49 PM rgw Bug #16684 (Resolved): rgw: object expirer's hints might be trimmed without processing in some ci...
Radoslaw Zarzynski
04:36 PM Bug #16683 (Can't reproduce): dead job at "injecting socket failure" in rados run
Run: http://pulpito.ceph.com/yuriw-2016-07-12_13:07:42-rados-wip-yuri-testing_2016_7_12-distro-basic-smithi/
Jobs: ...
Yuri Weinstein
04:22 PM Revision ee99c1f7 (ceph): rgw: subtle optimization and cleanups
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn> Yan Jun
04:10 PM Revision d794e295 (ceph): Merge remote-tracking branch 'upstream/pull/10298/head' into jewel
* upstream/pull/10298/head:
doc: fix standby replay config
Patrick Donnelly
04:01 PM Revision 7178f23c (ceph): doc: fix standby replay config
I tried using these settings in tests without success. The correct config names
are prefixed with "mds".
Fixes: http...
Patrick Donnelly
03:34 PM RADOS Bug #14115: crypto: race in nss init
Any news on this? I think I'm running into this, too:
@common/ceph_crypto.cc: In function 'void ceph::crypto::init...
Enno Gröper
02:48 PM Revision 6785393c (ceph): Merge pull request #10289 from jdurgin/wip-googletest-centos
fix the rpm build for centos
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
02:48 PM Revision c47d14a5 (ceph): TestPGLog: verify that the tracker is tracking changes in the test cases
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:48 PM Revision 56b3f4bf (ceph): OSD: add superblock incompat bit for explicit missing
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:48 PM Revision 820c5b70 (ceph): osd: add option to verify stored missing on start
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:48 PM Revision 57264b9b (ceph): ReplicatedPG::on_removal: clear missing set as well
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:48 PM Revision 5b118ca7 (ceph): osd_types: make pg_missing_t::[r]missing private
We want to ensure that nothing is mutating these outside
of the interface.
Signed-off-by: Samuel Just <sjust@redhat....
Samuel Just
02:48 PM Revision c1c40810 (ceph): PGLog: move some log/missing handling methods into header and template ...
The local missing type is about to differ from a remote missing type,
but these methods will be able to manipulate ei...
Samuel Just
02:48 PM Revision abcd1375 (ceph): osd_types: template pg_missing_t based on whether it tracks changes
We'll use the version with TrackChanges = true as the local missing
set so that we can transparently track changes. ...
Samuel Just
02:48 PM Revision f014f0c1 (ceph): PGLog: rename claim_log_clear_rollback_info to reset_backfill_claim_log
This clarifies that the state should be reset as if we are restarting
backfill: this includes the missing set.
Signe...
Samuel Just
02:48 PM Revision 9e1cc048 (ceph): PGLog: s/write_log/write_log_and_missing/g
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:48 PM Revision 3fc1c7e3 (ceph): PGLog: s/read_log/read_log_and_missing/g
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:48 PM Revision 44cb6d30 (ceph): PGLog,ceph_objectstore_tool: persist the missing set
As a side effect, the divergent_priors set is no longer
necessary, remove it. Also, ceph_objectstore_tool needed
to ...
Samuel Just
02:48 PM Revision 89af2563 (ceph): PGLog: remove missing_got and missing_rm
Apparently not used.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
01:47 PM Revision 277079da (ceph): swift /info implementation.
Implementation for swift /info API.
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
Signed-off-by: Radoslaw Z...
Pritha Srivastava
01:47 PM Revision dcfd7a92 (ceph): rgw: settle /info implementation across other swift-at-root features.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
01:47 PM Revision d34b1eed (ceph): rgw: add support for the crossdomain.xml resource of Swift API.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
01:47 PM Revision a3c04064 (ceph): rgw: add support for the healthcheck feature of Swift API.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
01:46 PM Revision dbf5b5b7 (ceph): rgw: fix the handling of rgw_swift_url_prefix.
This patch fixes to the support for placing the Swift API in the root
of URL hierarchy. Unfortunately, the whole conc...
Radoslaw Zarzynski
01:46 PM Revision 379f6edf (ceph): rgw: ONLY improve code formatting around RGWRESTMgr.
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com> Radoslaw Zarzynski
01:44 PM CephFS Bug #16610: Jewel: segfault in ObjectCacher::FlusherThread
looks like ObjectCacher::bh_write_adjacencies() passed an empty list to ObjectCacher::bh_write_scattered(). Maybe the... Zheng Yan
01:42 PM Revision a01e32d1 (ceph): Merge pull request #10271 from linuxbox2/rgw-rename
rgw_file: fix rename cases and unify unlink
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
01:25 PM CephFS Bug #16668: client: nlink count is not maintained correctly
It also occurred to me yesterday that I was using the path-based calls, whereas ganesha would likely be using the ll ... Jeff Layton
01:16 PM Revision 6a86bfe8 (ceph): Merge pull request #8618 from linuxbox2/rgw-file-setattr
rgw: file setattr
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
12:33 PM Revision 4de1c3c2 (ceph): rgw_file: implement rgw_setattr
Introduce a new RGWSetattrs RGWOp descendant, to create or replace
sets of attrs on buckets or objects.
This version...
Matt Benjamin
12:31 PM Revision a0ffd6b1 (ceph): Merge pull request #10284 from linuxbox2/rgwfile_write_guard
rgw_file: refuse partial, out-of-order writes
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
12:26 PM Revision e5cf8c1a (ceph): Merge pull request #10258 from ukernel/wip-16655
ceph-fuse: link to libtcmalloc or jemalloc
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:57 AM Revision 41479a94 (ceph): rgw: fix indents
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn> Yan Jun
11:38 AM Revision f8ecf532 (ceph): Merge pull request #10168 from batrick/client-inode-des
client: move Inode specific cleanup to destructor
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:34 AM Revision 90676f45 (ceph): kv/MemDB: drop a meaningless assert
The string.clear() is stl method, which shall guarantee
the string will become empty. So this is absolutely
unnecessa...
xie xingguo
11:34 AM Revision 80b398b7 (ceph): kv/MemDB: fix MemDB::_init()
1. mkdir() returns zero on success, or -1 if an error
occurred (in which case, errno is set appropriately).
2. we ...
xie xingguo
11:33 AM Revision 20def20f (ceph): kv/MemDB: use VOID_TEMP_FAILURE_RETRY wrapper to close fd
Which is safer.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
11:33 AM Revision b150081d (ceph): kv/MemDB: fix fd leak
Also translate the error message to the output properly.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
11:33 AM Revision 44223489 (ceph): kv/MemDB: remove duplicated using statement of std::string
MemDB.h has already done such thing.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
11:33 AM Revision f8394a2a (ceph): Merge pull request #10169 from batrick/client-inode-cons
client: note order of member init in cons
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:21 AM Revision 4b5e2d6c (ceph): os/bluestore: use map to tracking writing buffers
By keeping the writing buffers ordered, the finish_write()
process does not need to traverse the whole writing list
e...
xie xingguo
11:20 AM Revision ad86588a (ceph): Merge pull request #10265 from tchaikov/wip-ceph-fs-warnings
include/ceph_fs.h: guard `#define CEPH_SETATTR_*` with #ifndef
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:19 AM Revision 4b7a5cb2 (ceph): Merge pull request #10142 from batrick/i16042
mds: move Finisher to unlocked shutdown
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:18 AM Revision 5195c94e (ceph): Merge pull request #10176 from renhwztetecs/renhw-wip-mon-mds
mon/mds: add err info when load_metadata is abnormal
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
11:15 AM Revision 3325ab02 (ceph): os/bluestore: remove expecting_objects checking for stary bnode/onode
It actually never works for now and there is no easy way to do such check.
Signed-off-by: xie xingguo <xie.xingguo@z...
xie xingguo
10:56 AM Revision 453b69f4 (ceph): Merge pull request #10192 from batrick/mon-minor
mon: use clearer code structure
Reviewed-by: songbaisen <song.baisen@zte.com.cn>
John Spray
10:55 AM Revision b8c5647e (ceph): Merge pull request #10200 from renhwztetecs/renhw-wip-mds-journal
osdc/mds: fixup pos parameter in the journaler
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:50 AM devops Backport #16442 (In Progress): hammer: [initscripts]: systemd-run is not needed in initscripts
Nathan Cutler
10:49 AM Backport #16652 (Rejected): [initscripts]: systemd-run is not needed in initscripts
kraken backporting has not started yet Nathan Cutler
10:39 AM CephFS Bug #8255 (Resolved): mds: directory with missing object cannot be removed
This kind of issue should be handled cleanly (MDS will raise 'damaged' health alert, specifics in "damage ls") as of ... John Spray
08:34 AM Revision 73084b33 (ceph): doc: peering.rst, fix typo
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
08:33 AM Revision 10de0b0d (ceph): doc: perf_counters.rst fix trivial typo
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
08:15 AM rgw Bug #16464: multisite sync races with deletes
For a clean backport ideally we'd have in https://github.com/ceph/ceph/pull/9295 as well.. I am making a backport pr ... Abhishek Lekshmanan
08:07 AM Revision 8981f3be (ceph): rgw: add pg_ver to tombstone_cache
a tombstone cache was added to remember the mtime of deleted objects for
use with the HTTP_IF_MODIFIED_SINCE header, ...
Casey Bodley
08:06 AM Revision 571a1325 (ceph): rgw: stop bucket lease only after draining object sync operations
Fixes: http://tracker.ceph.com/issues/16143
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from comm...
Yehuda Sadeh
08:06 AM Revision 09eee3be (ceph): rgw: squash bi complete bi log entries
only process the newest complete operation in a bilog listing.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cher...
Yehuda Sadeh
08:06 AM Revision c34dbd4b (ceph): rgw: data sync squash, prioritize object removal
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 2fcd8b1d49aae2fd03b986dd10bb3f98d3b8f32e)
Yehuda Sadeh
08:06 AM Revision bdef8b23 (ceph): cls/rgw: fix timespan comparison
Fixes: http://tracker.ceph.com/issues/16220
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from comm...
Yehuda Sadeh
08:06 AM Revision 24d48311 (ceph): cls_rgw: dir_suggest entries bucket index logging
Fixes: http://tracker.ceph.com/issues/16222
Log entries that were set through the dir_suggest mechanism in
the bucke...
Yehuda Sadeh
08:06 AM Revision 354e81c1 (ceph): cls/rgw: reduce tag_timeout significantly
The tag timeout is used for applying dir_suggest changes. Shorten it
so that changes will be reported early and can b...
Yehuda Sadeh
08:06 AM Revision f651a8f0 (ceph): rgw: rgw_obj comparison also accounts for bucket id
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit a7f32c4b1bd951b1a18b7d13013dc8e2822d6ffc)
Yehuda Sadeh
08:06 AM Revision 6c32fe8a (ceph): rgw: add obj tombstone cache
The obj tombstone cache is used in multi-zone environmet to keep
track of removed objects' mtime. This is then used t...
Yehuda Sadeh
08:06 AM Revision 78484829 (ceph): rgw: use vector for librados handles
using a vector instead of an array of pointers cleans up our
initialization/shutdown logic
Signed-off-by: Casey Bodl...
Casey Bodley
08:06 AM Revision 047379c2 (ceph): rgw: remove unneeded RGWRados::num_rados_handles
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 72d5a485e41ac5824c30556b6cfe659094cd303c)
Casey Bodley
08:06 AM Revision 9591e505 (ceph): rgw: dont need atomic RGWRados::next_rados_handle
next_rados_handle is only accessed under an exclusive handle_lock
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(...
Casey Bodley
08:06 AM Revision 7af0306d (ceph): rgw: don't leak RGWRados::cr_registry on error
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 53a7f1a9951fa21cb46b5fb3914db3547b568aa5)
Casey Bodley
07:59 AM Bug #16677: Unable to create rbd image format 2 on Hammer cluster from Jewel client
@Igor: I can confirm that your suggestion (adjusting feature bit client side) fixes the issue. Thanks for the quick r... Stefan Kooman
07:32 AM Bug #16677: Unable to create rbd image format 2 on Hammer cluster from Jewel client
Hello Stefan,
This is probably rbd default feature problem. Hammer suports: layering, strippingV2, exclusive_Lock ...
Igor Podoski
07:54 AM rgw Backport #16589 (In Progress): jewel: multisite sync races with deletes
Abhishek Lekshmanan
06:13 AM Revision c5e5ef71 (ceph): Merge pull request #9933 from chhabaramesh/master
kv: In memory keyvalue db implementation
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Mark Nelson <mnelson@...
Kefu Chai
05:38 AM Feature #16681 (New): Creating EC pool using replicated ruleset should perhaps require a force flag
Issue description:-
While creating a EC pool if we use the ruleset "replicated_ruleset" with type "replicated", t...
Rohith Radhakrishnan
03:32 AM Revision 3a30ffc2 (ceph): qa: Add test for #13829
qa/workunits/cephtool/test.sh: add test for setting negative int options
src/test/daemon_config.cc: remove tests for ...
Brad Hubbard
03:27 AM Revision f70e4adf (ceph): common: Allow config set with negative value
A recent commit disabled negative values but they are required for variables
such as filestore_merge_threshold.
Modi...
Brad Hubbard
03:24 AM Bug #13829 (Pending Backport): config set with negative value results in "error setting 'filestor...
Kefu Chai
02:41 AM rbd Bug #16623: segfault in unittest_rbd_mirror
Always some problems when on the bleeding edge. Jason Dillaman
01:42 AM rbd Bug #16623 (Resolved): segfault in unittest_rbd_mirror
Damn, I thought about a problem in the gmock/gtest code but dismissed it as "unlikely"
Sure enough, it works fine ...
Brad Hubbard
01:33 AM Bug #16671: "ceph df"object num is negative
The pool that has negative values always be the cephfs data pool.And if it is a rados issue, can you give a clue of w... xiaomeng tu
01:20 AM Bug #16628: Ceph build broken in AArm64
Change the PR to https://github.com/ceph/rocksdb/pull/10
The previous one (#9) has been closed by accident.
Please ...
Anonymous
01:14 AM CephFS Feature #12275 (Duplicate): Handle metadata migration during forward scrub
#4143 and #4144 Greg Farnum
01:03 AM CephFS Feature #12141: cephfs-data-scan: File size correction from backward scan
This was discussed elsewhere, but we need to be able to disable file size correction as well – via a config option at... Greg Farnum
12:54 AM Revision b9b18c7b (ceph): fs: add snapshot tests to mds thrashing
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
 

Also available in: Atom