Activity
From 10/01/2014 to 10/30/2014
10/30/2014
- 11:49 PM Revision c5f8d6ed (ceph): osd: past_interval display bug on acting
- The acting array was incorrectly including the primary and up_primary.
http://tracker.ceph.com/issues/9752 Fixes: #9... - 09:42 PM Revision 905aba2f (ceph): client: cast m->get_client_tid() to compare to 16-bit Inode::flushing_c...
- m->get_client_tid() is 64 bits (as it should be), but Inode::flushing_cap_tid
is only 16 bits. 16 bits should be plen... - 09:40 PM Revision c20a2421 (ceph): client: cast m->get_client_tid() to compare to 16-bit Inode::flushing_c...
- m->get_client_tid() is 64 bits (as it should be), but Inode::flushing_cap_tid
is only 16 bits. 16 bits should be plen... - 09:32 PM Bug #9971 (Duplicate): OSD crashes again after restarting due to op thread time out at writing pg...
- This crashes observed when one OSD was restarted after being down for a long time, it crashed again
because its op t... - 08:56 PM Revision 92d90715 (ceph): Merge pull request #224 from ceph/wip-9710
- Wip 9710
- 08:49 PM Revision 4afb5427 (ceph): ReplicatedPG: cancel cb on blacklisted watcher
- Fixes: #8315
Backport: firefly
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 16bd45777... - 08:48 PM Revision 037aa342 (ceph): ReplicatedPG::on_removal: clear rollback info
- Fixes: #9293
Backport: firefly
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 544b8c7ff... - 08:48 PM Revision 8978c8dc (ceph): Merge remote-tracking branch 'origin/wip-9574' into wip-sam-firefly-bac...
- 08:47 PM Revision 8401e7ff (ceph): PG: release backfill reservations if a backfill peer rejects
- Also, the full peer will wait until the rejection from the primary
to do a state transition.
Fixes: #9626
Backport: ... - 08:47 PM Revision 5df09fa1 (ceph): Merge remote-tracking branch 'origin/wip-9113' into wip-sam-firefly-bac...
- 08:46 PM Revision a0937ef2 (ceph): osd/osd_types: consider CRUSH_ITEM_NONE in check_new_interval() min_siz...
- Fixes: #9718
Backport: firefly
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit d947050c82a511f9... - 08:43 PM Revision 35e8e6b2 (ceph): PG:: reset_interval_flush and in set_last_peering_reset
- If we have a change in the prior set, but not in the up/acting set, we go back
through Reset in order to reset peerin... - 08:42 PM Revision 3f35db42 (ceph): ReplicatedPG: writeout hit_set object with correct prior_version
- Fixes: #9875
Backport: giant, firefly
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 1a... - 08:39 PM Feature #9954: buffer: method to ensure an extent is contiguous
- Haomai Wang wrote:
> Hmm, just a another approach.
> Maybe we can use another interface called "get_range" for the ... - 06:49 PM Feature #9954: buffer: method to ensure an extent is contiguous
- Hmm, just a another approach.
Maybe we can use another interface called "get_range" for the same goal.
| 1M byte... - 01:34 PM Feature #9954 (Resolved): buffer: method to ensure an extent is contiguous
- Add a method to assure that an extent in a bufferlist is contigous. Something like
bufferlist bl;
...
char *... - 08:33 PM Feature #9966: librados: set user_version operation
- My recollection is that we preserve them when moving objects in/out of the cache tier. I assume we want them to also...
- 06:38 PM Feature #9966: librados: set user_version operation
- What's the purpose of this? User versions are "user" only in the sense that they're the versions we expose to them as...
- 02:08 PM Feature #9966 (New): librados: set user_version operation
- 08:26 PM Feature #9953: osd: efficient ObjectStore::Transaction encoding
- haomai's slides
- 01:31 PM Feature #9953 (Resolved): osd: efficient ObjectStore::Transaction encoding
- Haomai and Dong proposed a vastly improved Transaction encoding during CDS. Video is here:
https://www.youtube.co... - 08:22 PM Revision c489aafe (ceph): Merge pull request #2835 from leseb/doc-rbd-juno
- doc: update RBD for Juno
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 06:35 PM Revision 936c74fd (ceph): Merge pull request #2831 from yuyuyu101/async-kqueue
- AsyncMessenger: Add kqueue support
- 06:33 PM Bug #9752 (Pending Backport): acting in past intervals contains primary and up_primary (looks lik...
- 04:53 PM Bug #9752 (Fix Under Review): acting in past intervals contains primary and up_primary (looks lik...
- https://github.com/ceph/ceph/pull/2843
- 02:36 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- On a cluster running from sources with...
- 01:52 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- ...
- 01:44 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- Fortunately I saved an entire osd directory from which I was able to extract osdmaps with duplicates related to attac...
- 10:36 AM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- ...
- 10:33 AM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- Could it be that the "the acting vector":https://github.com/ceph/ceph/blob/giant/src/osd/osd_types.h#L1391 size is no...
- 06:31 PM Revision 632c1455 (ceph): Merge pull request #2839 from ceph/wip-9944
- osdc/Objecter: fix null dref when pool dne
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 06:19 PM Revision 0778a4f2 (ceph): Merge pull request #2811 from ceph/wip-vstart
- init-ceph: make ./init-ceph behave from src dir on systemd
- 05:56 PM Revision 50c2c758 (ceph): osdc/Objecter: fix null dref when pool dne
- If the base pool does not exist, we need to avoid dereferencing pi.
This simplest fix is to return with POOL_DNE earl... - 05:05 PM Revision 0ba01583 (ceph): Merge pull request #2837 from ceph/wip-9945
- messages: fix COMPAT_VERSION on MClientSession
Reviewed-by: Sage Weil <sage@redhat.com> - 05:05 PM Revision ebe16373 (ceph): Merge pull request #2838 from ceph/wip-9945-giant
- messages: fix COMPAT_VERSION on MClientSession
Reviewed-by: Sage Weil <sage@redhat.com> - 04:52 PM Revision b704f0dd (ceph): messages: fix COMPAT_VERSION on MClientSession
- This was incorrectly incremented to 2 by omission
of an explicit COMPAT_VERSION value.
Fixes: #9945
Signed-off-by: ... - 04:50 PM Revision 1eb9bcb1 (ceph): messages: fix COMPAT_VERSION on MClientSession
- This was incorrectly incremented to 2 by omission
of an explicit COMPAT_VERSION value.
Fixes: #9945
Signed-off-by: ... - 04:14 PM Revision 48c9f8c4 (ceph): Merge pull request #2830 from ceph/wip-9800-giant
- client: allow xattr caps in inject_release_failure
Reviewed-by: Greg Farnum <gfarnum@redhat.com> - 03:26 PM Bug #9970 (Resolved): document erasure coded pool simple operations
- Move part of http://ceph.com/docs/master/dev/erasure-coded-pool/#interface to the rados operation guide and fix the i...
- 03:01 PM Bug #9969 (Can't reproduce): osd: crash in delete, tcmalloc, PGLog::write_log (dumpling)
- ...
- 02:17 PM Feature #8633 (Duplicate): allow writes before recovering a replica
- see #7861
- 02:10 PM RADOS Feature #9967 (New): rados: pool rollback
- roll back an entire pool to a previous snapshot. this is O(n): we enumerate objects and call rollback() on each one.
- 02:07 PM Feature #9965 (New): rados: new import from pipe/file
- - use file format from ceph_objectstore_tool and new export (#9964)
- take care to preserve snapshot state
- preser... - 02:05 PM Feature #9964 (Resolved): rados: new export [range] to pipe/file
- - export a range of hash values (or the entire pool) to stdout (or a file).
- use the same format that ceph_objectst... - 02:03 PM Feature #9963 (Fix Under Review): librados: improve get_objects and get_position interfaces
- The requirement is that export (or some other user) needs to be able to
#. partition the hash space into N segment... - 01:59 PM Feature #9962 (In Progress): osd: kill 'category' in stats and public API
- 01:58 PM Feature #9962 (Resolved): osd: kill 'category' in stats and public API
- 01:56 PM Feature #9961 (Resolved): osd: new MOSDClientSubOp and Reply
- Discussed during CDS here:
http://pad.ceph.com/p/hammer-fixed_memory_layout
http://youtu.be/CTp4eP9kPok
Create... - 01:48 PM Feature #9960 (Resolved): osd: adjust hint(s) for replica vs primary writes
- We should generally DONTNEED on replicas, regardless of what the client asked us to do.
- 01:48 PM Feature #9959 (Resolved): osd: pass client fadvise hints through to objecstore
- 01:47 PM Feature #9958 (Resolved): osd: add fadvise op to Objectstore::Transaction
- Add fadvise op to ObjectStore::Transaction. Mirror posix_fadvise(2).
See #9957. - 01:45 PM Feature #9957 (Resolved): librados: add fadvise op
- Add an fadvise operation to ObjectOperation. Mirror posix_fadvise(2).
Add it right around here: https://github.co... - 01:45 PM Feature #9956 (Resolved): osd: reenable alloc hints if kernel is known to be safe
- 01:42 PM Bug #9480 (Resolved): OSD is crashing while object deletion
- 01:37 PM Feature #9955 (Resolved): osd: allow encoded bufferlist to be used in place of map<K,V> for kv APIs
- This will avoid encode/reencode overhead to convert things to an STL structure. Eventually, once we pass through the...
- 01:31 PM RADOS Feature #9952: osd: smarter choice of primary to minimize recovery disruption
- We currently choose the first up osd as the primary unless it is impossible to do so. But, we can do better: other o...
- 01:30 PM RADOS Feature #9952 (New): osd: smarter choice of primary to minimize recovery disruption
- 01:29 PM Feature #7862 (In Progress): allow backfill/recovery while below min_size
- 01:28 PM Feature #9951 (New): librados, osd: per-object scrub operation
- librados operation to scrub a single object.
- 01:27 PM Feature #9950 (New): rados: add ability to read a specific replica/shard from CLI
- 01:25 PM Feature #9949 (New): librados: add ability to read a specific replica or shard
- Part of make scrub/repair work is being able to explicitly fetch any copy or shard of an object. Extend librados to ...
- 01:24 PM Feature #9948 (New): osd: add scrub result query interface
- This will use the admin interface (ceph tell <pgid> ...), similar to 'ceph tell <pgid> query'. results in json. see...
- 01:24 PM Feature #9947 (New): osd: store scrub error state in kv store; clear on peering event
- 11:39 AM Bug #9944 (Pending Backport): objecter: pool dne checks not correct
- 10:56 AM Bug #9944 (Fix Under Review): objecter: pool dne checks not correct
- https://github.com/ceph/ceph/pull/2839
- 09:06 AM Bug #9944 (Resolved): objecter: pool dne checks not correct
- ...
- 11:20 AM Revision 51e189c1 (ceph): Merge pull request #2834 from dachary/wip-warning
- tests: fix signed/unsigned warning
Reviewed-by: Christophe Courtaut <christophe.courtaut@gmail.com> - 11:08 AM Bug #9942 (Won't Fix): Debian armhf packages are missing in latest repo updates for Debian in Fir...
- we don't (and never have) built armhf packages for ceph.com.
we do have a bunch of armv7l hardware and did build... - 04:26 AM Bug #9942 (Won't Fix): Debian armhf packages are missing in latest repo updates for Debian in Fir...
- I'm trying to install Ceph with ceph-deploy on a armhf cluster but it failed:
[MS0][ERROR ] RuntimeError: command ... - 10:59 AM Revision c96fe592 (ceph): doc: update RBD for Juno
- This commit introduces some updates for the OpenStack Juno release. New
flags have been added, many trailing spaces w... - 10:35 AM Bug #9750: pg incomplete
- ...
- 10:04 AM Bug #9945 (Resolved): giant: MClientSession COMPAT_VERSION is 2, should be 1
- yup!
- 09:52 AM Bug #9945 (Fix Under Review): giant: MClientSession COMPAT_VERSION is 2, should be 1
- https://github.com/ceph/ceph/pull/2837
https://github.com/ceph/ceph/pull/2838 - 09:41 AM Bug #9945 (Resolved): giant: MClientSession COMPAT_VERSION is 2, should be 1
- 09:37 AM CephFS Feature #9881 (In Progress): mds: admin command to flush the mds journal
- 07:55 AM Bug #9916: osd: crash in check_ops_in_flight
- The crash happened with radosgw as the client, so I guess it is formed by objecter - https://github.com/ceph/ceph/blo...
- 05:54 AM Revision 56ee3b41 (ceph): doc/release-notes: it's 8MB, not 32MB
- Signed-off-by: Sage Weil <sage@redhat.com>
- 04:36 AM Feature #9943 (In Progress): osd: mark pg and use replica on EIO from client read
- Copy the below email thread and open an issue to track the enhancement....
- 02:56 AM Bug #9941 (Rejected): rados command line crashes when trying to copy pool snapshot
- We are exploring options to regularly preserve the contents of the pools backing our rados gateways. For that we crea...
- 12:53 AM Bug #8797: "ceph status" do not exit with python_2.7.8
- Just a note that people are hitting this in fedora 21, now:
https://bugzilla.redhat.com/show_bug.cgi?id=1155335
10/29/2014
- 11:32 PM Revision 45346c4a (ceph): Removed second rgw task as we need only one when combibed (+) workloads...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:45 PM Revision f7431cc3 (ceph): msg/Pipe: discard delay queue before incoming queue
- Shutdown the delayed delivery before the incoming queue in case the
DelayedDelivery thread is busy queuing messages.
... - 09:34 PM CephFS Feature #9940: uclient: be more robust when dealing with outstanding RADOS IO and stale caps
- While in the general case it is necessary to fence clients that have become unresponsive to the MDS, this type of "so...
- 09:23 PM CephFS Feature #9940 (New): uclient: be more robust when dealing with outstanding RADOS IO and stale caps
- If we've given IO to the Objecter and our caps go stale, we need to do something to handle it.
- 09:31 PM Revision 8a18d8ba (ceph): Merge remote-tracking branch 'gh/giant' into m
- Conflicts:
tasks/ceph_manager.py - 09:30 PM Revision 1c329a4d (ceph): upgrade/dumpling-firefly-x: sync iwth giant
- 09:30 PM Revision 4c90d9db (ceph): upgrade/firefly-x: sync with giant
- 09:06 PM CephFS Bug #1666 (Resolved): hadoop: time-related meta-data problems
- We now take client timestamps for almost everything, so this should no longer be a problem and I'm closing it unless ...
- 08:53 PM Revision 44d6da18 (ceph): Added "+"to all workloads to reduce amount of jobs
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 08:50 PM Revision e2e6f973 (ceph): Merge tag 'v0.87'
- v0.87
- 08:08 PM Revision 675f1c7e (ceph): Merge pull request #2829 from ceph/wip-doc-fs-quickstart
- doc: include 'fs new' stuff in cephfs quickstart
- 07:16 PM Revision 5a473a9e (ceph): Merge pull request #2828 from Vicente-Cheng/master
- rbd: Fix the rbd export when image size more than 2G
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 07:13 PM Bug #9939 (Resolved): "giant" no longer log scrub errors
- Scrubbing problematic PGs no longer report found errors: there no more records of discovered errors in ...
- 06:03 PM Revision c51c8f9d (ceph): 0.87
- 05:15 PM Revision ce6f22d6 (ceph): AsyncMessenger: Add kqueue support
- AsyncMessenger will select event driver following epoll, kqueue and
select(now not exists) sequence
Fix #9926
Signed... - 04:04 PM Revision 22ec49c2 (ceph): Merge pull request #223 from ceph/wip-9672
- Added timeout: 6h to one more workunit
- 03:56 PM Revision 71d92c6d (ceph): Added timeout: 6h to one more workunit
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 02:49 PM Bug #9916 (Need More Info): osd: crash in check_ops_in_flight
- how is the OSDOp being formed? this looks like a bug on the client side to me. the attr ops should have name_len by...
- 02:45 PM Bug #9910 (Pending Backport): ceph_test_rados: out of order, probably due to message delay logic
- 11:22 AM Bug #9910 (Fix Under Review): ceph_test_rados: out of order, probably due to message delay logic
- https://github.com/ceph/ceph/pull/2832
- 01:16 PM Feature #9776: try to make address sanitizer work
- Ok, so the gcc version required to make this work is only a month or two old (dynamic linking bug fix). So, we're go...
- 01:11 PM Bug #9875 (Pending Backport): stuck recovering due to unfound hit_set object
- 11:44 AM rbd Bug #9936: Exporting images larger than 2GB fails
- PR: https://github.com/ceph/ceph/pull/2828
- 11:43 AM rbd Bug #9936 (Resolved): Exporting images larger than 2GB fails
- An lseek64 result code is copied into an int32, causing an overflow for large images.
- 11:37 AM RADOS Bug #9911: ceph not placing replicas to OSDs on same host as down/out OSD
- Sorry, forgot that the majority agreement does not work with two replicas. Everything is ok now.
- 10:44 AM RADOS Bug #9911: ceph not placing replicas to OSDs on same host as down/out OSD
- Andrey Korolyov wrote:
> Can confirm placement mess on giant: I am backfilling one node from another one within two-... - 10:41 AM RADOS Bug #9911: ceph not placing replicas to OSDs on same host as down/out OSD
- Can confirm placement mess on giant: I am backfilling one node from another one within two-node cluster. After today`...
- 11:17 AM Linux kernel client Bug #9928: kernel BUG at fs/ceph/caps.c:2307!
- The very first error message is:...
- 10:37 AM Linux kernel client Bug #9928: kernel BUG at fs/ceph/caps.c:2307!
- ...
- 08:30 AM Linux kernel client Bug #9928: kernel BUG at fs/ceph/caps.c:2307!
- MDS cache dump at ~/jcsp/9928/cachedump.1870.mds0 on teuthology.
This was taken at around 0800 local, long after t... - 07:55 AM Linux kernel client Bug #9928 (Resolved): kernel BUG at fs/ceph/caps.c:2307!
Client's view of its operations:...- 11:09 AM Revision 5a4c3aa5 (ceph): client: allow xattr caps in inject_release_failure
- Because some test environments generate spurious
rmxattr operations, allow the client to release
'X' caps. Allows xa... - 11:04 AM CephFS Bug #9935: client: segfault on ceph_rmdir path "/"
- Yes, EBUSY is what a local filesystem gives you, so that sounds right to me.
- 10:48 AM CephFS Bug #9935 (Resolved): client: segfault on ceph_rmdir path "/"
- A segfault occurs when removing the root directory. What is the expected behavior? I think -EBUSY is what makes sense.
- 11:02 AM Revision 214ac9fb (ceph): doc: include 'fs new' stuff in cephfs quickstart
- Not sure how 'quick' this really is now compared with
the full filesystem instructions, but let's not leave
it incomp... - 10:00 AM Bug #9891: "Assertion: os/DBObjectMap.cc: 1214: FAILED assert(0)" in upgrade:firefly-x-giant-dist...
- does not appear to be a ceph issue.. either bad disk or leveldb corruption or something. lowering priority.
- 09:54 AM rgw Documentation #9934 (Closed): rgw: document backing pool capabilities and API usage
- Document what RGW is capable of in terms of defining multiple backing RADOS pools and how they can be used via the S3...
- 09:52 AM rgw Feature #9933 (New): rgw: implement S3 RR (reduced redundancy) API
- - mark a particular backing pool as the 'rr' one
- make RGW understand the S3 API for RR and use that backing pool f... - 09:51 AM rgw Feature #9932 (Resolved): rgw: map swift X-Storage-Policy header to rgw pools
- This will let people use the new Swift "storage policies" API to use the preexisting RGW functionality
- 09:29 AM Subtask #9931 (New): create selinux policies for ceph-mon, ceph-osd, ceph-mds
- From an internal red hat discussion:
There are probably three distinct things we need to do to get cephs and
SELi... - 09:27 AM Cleanup #9930 (New): gtest: update, move to submodule
- the version we have is very old. update to a newer version, and possibly/probably move to a submodule.
- 07:11 AM Revision 1fef4c3d (ceph): Get the currently atime of the object in cache pool for eviction
- Because if there are mutiple atime in agent_state for the same object, we should use the recently one.
Signed-off-by... - 07:09 AM Revision 66b4cd9d (ceph): tests: fix signed/unsigned warning
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 05:25 AM Bug #9927: RHEL: selinux-policy-targeted rpm update triggers slow requests
- Here's a solution:...
- 03:46 AM Bug #9927: RHEL: selinux-policy-targeted rpm update triggers slow requests
- It is triggered by fixfiles -C /etc/selinux/targeted/contexts/files/file_contexts.pre restore...
- 03:35 AM Bug #9927 (Can't reproduce): RHEL: selinux-policy-targeted rpm update triggers slow requests
- We observe slow requests while updating a server to RHEL6.6. The upgrade includes selinux-policy-targeted, which runs...
- 04:21 AM Revision 4b87a81c (ceph): rbd: Fix the rbd export when image size more than 2G
- When using export <image-name> <path> and the size of image is more
than 2G, the previous version about finish() coul... - 02:59 AM Revision ef1980f5 (ceph): osd: tiering: calculate object age during eviction when there is no hit
- set
Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com> - 12:11 AM Bug #9919 (Resolved): tests: qa/workunits/cephtool/test.sh injectargs instability
- 12:03 AM Revision 5c051f5c (ceph): Merge pull request #2823 from dachary/wip-9919-injectargs-side-effects
- qa: avoid qa/workunits/cephtool/test.sh unstability
Backport: giant, firefly
Reviewed-by: Sage Weil <sage@redhat.com>
10/28/2014
- 10:52 PM Feature #9926 (Resolved): AsyncMessenger: Support kqueue interface for BSD and mac osx OS
- 09:23 PM Revision 6fca23f6 (ceph): qa: avoid qa/workunits/cephtool/test.sh unstability
- For testing injectargs a configuration option was changed that has side
effects on the cluster. It could introduce ra... - 09:14 PM Bug #9910: ceph_test_rados: out of order, probably due to message delay logic
- ...
- 09:08 PM Bug #9910: ceph_test_rados: out of order, probably due to message delay logic
- wip-9910
- 09:00 PM Bug #9910: ceph_test_rados: out of order, probably due to message delay logic
- yeah, almost certain this is a bug with delayed messages. testing a fix.
ubuntu@teuthology:/a/sage-bug-9910-a/576723 - 04:25 PM Bug #9910 (In Progress): ceph_test_rados: out of order, probably due to message delay logic
- reproducing with client ms logs
- 08:10 PM Revision 548dfa5f (ceph): Merge remote-tracking branch 'origin/giant'
- 08:09 PM Revision 5d74c810 (ceph): Merge remote-tracking branch 'origin/wip-9806-giant' into giant
- Reviewed-by: Samuel Just <sam.just@inktank.com>
- 05:35 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
I happen to notice the issue because I happen to look at this guys pastebin. I didn't interact with him at all. N...- 03:46 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- It is unfortunately gone...
- 03:00 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- First thing we want to get is an osdmap from the misbehaving epoch.
Loic: you can get the osdmap for a particular ... - 02:21 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- Actually, that thread is the same instance as david's.
- 02:10 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- See the thread "[ceph-users] Troubleshooting Incomplete PGs" for another instance of this (and there are several more...
- 05:08 PM Bug #9921: msgr/osd/pg dead lock giant
- https://github.com/ceph/ceph/pull/2825
- 04:56 PM Bug #9921 (Fix Under Review): msgr/osd/pg dead lock giant
- wip-9921, totally untested.
- 02:51 PM Bug #9921: msgr/osd/pg dead lock giant
- From what I recall, none of these are simple locks to get rid of. I'm not actually sure how to go about it; even some...
- 02:14 PM Bug #9921: msgr/osd/pg dead lock giant
- SimpleMessenger lock is held by an accepting Pipe trying to replace an old Pipe:...
- 01:50 PM Bug #9921: msgr/osd/pg dead lock giant
- nvm, different deadlock
- 01:49 PM Bug #9921 (Duplicate): msgr/osd/pg dead lock giant
- just kidding, this appears to be 9898
- 11:03 AM Bug #9921 (Resolved): msgr/osd/pg dead lock giant
- commit:2d6980570af2226fdee0edfcfe5a8e7f60fae615
/a/teuthology-2014-10-27_02:32:02-rados-giant-distro-basic-multi/5... - 03:42 PM Bug #9750: pg incomplete
- I'm afraid these maps are lost...
- 03:22 PM Bug #9750: pg incomplete
- Yeah, you'll want maps from back when the acting set was wonky. Might want to look into the past intervals code perh...
- 02:25 PM Bug #9919 (Fix Under Review): tests: qa/workunits/cephtool/test.sh injectargs instability
- https://github.com/ceph/ceph/pull/2823
- 09:42 AM Bug #9919 (Resolved): tests: qa/workunits/cephtool/test.sh injectargs instability
- By modifying *osd_debug_drop_ping_probability = '444'* it introduces a side effect on the cluster that can create pro...
- 12:43 PM CephFS Bug #9900 (Duplicate): Failure in multiple_rsync (directories wrongly appear changed)
- I imagine this is a dup of #9894?
- 12:29 PM Revision 54abbc61 (ceph): Merge pull request #2809 from ceph/wip-9800
- client: allow xattr caps in inject_release_failure
Reviewed-by: Greg Farnum <greg@inktank.com> - 12:24 PM Linux kernel client Bug #5429: libceph: rcu stall, null deref in osd_reset->__reset_osd->__remove_osd
- I bet there is another trace of this somewhere, no rcu stall, just plain NULL deref in rb_erase(). Will try to inves...
- 11:36 AM Linux kernel client Bug #5429: libceph: rcu stall, null deref in osd_reset->__reset_osd->__remove_osd
- Got reports of the 2nd trace (http://tracker.ceph.com/issues/5429#note-7) occuring on a kernel with the notify fixes.
- 12:18 PM CephFS Bug #9800 (Pending Backport): client-limits test is not passing
- I don't know that we need/want to try and push this in before release (although since it's all guarded inside of a br...
- 05:29 AM CephFS Bug #9800 (Resolved): client-limits test is not passing
- ...
- 11:40 AM Revision 5691c68a (ceph): client: allow xattr caps in inject_release_failure
- Because some test environments generate spurious
rmxattr operations, allow the client to release
'X' caps. Allows xa... - 11:21 AM Bug #9920: admin socket check hang, osd appears fine
- Hmm, osd.4 seems fine, not sure why the admin socket check didn't work.
- 10:00 AM Bug #9920 (Can't reproduce): admin socket check hang, osd appears fine
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-27_17:18:01-upgrade:firefly-x-giant-distro-basic-v...
- 11:12 AM CephFS Bug #8255 (Fix Under Review): mds: directory with missing object cannot be removed
- https://github.com/ceph/ceph/pull/2821
- 08:54 AM Bug #9288 (Resolved): "Assertion `nlock == 0' failed" in upgrade:firefly-firefly-testing-basic-vp...
- 08:52 AM rgw Bug #9866 (Resolved): "test_s3.test_multipart_upload ... ERROR" in upgrade:firefly:older-firefly-...
- 07:28 AM Revision aa640840 (ceph): Merge pull request #2818 from hjwsm1989/master
- Fix the match error when starting OSD daemons.
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 07:09 AM Revision 59507101 (ceph): Fix the match error when starting OSD daemons.
- If we have osd.7 and osd.77 on the same host, osd.7 will not be mounted if
osd.77 is mounted.
Signed-off-by: huan... - 04:23 AM rgw Bug #9918: RGW-Swift: SubUser access permissions, does not seems to work
- 2014-10-28 16:43:28.776693 7f5cd87c0700 1 civetweb: 0x7f5d2c0093f0: 127.0.0.1 - - [28/Oct/2014:16:43:28 +0530] "GET ...
- 04:18 AM rgw Bug #9918 (Resolved): RGW-Swift: SubUser access permissions, does not seems to work
- Create users and sub-users in generic development env:-
This is relevant json DS:-
{ "user_id": "user1",
"disp... - 03:58 AM rgw Bug #9917: RADOSGW: Not able to create Swift objects with erasure coded pool
- 2014-10-28 15:59:41.468515 7f0863fef700 20 RGWEnv::set(): HTTP_HOST: localhost:8000
2014-10-28 15:59:41.468583 7f086... - 03:58 AM rgw Bug #9917: RADOSGW: Not able to create Swift objects with erasure coded pool
- able to create rados object:-
#./ceph osd pool create mypool 20 20 erasure
DEVELOPER MODE: setting PATH, PYTHONPA... - 03:56 AM rgw Bug #9917 (Won't Fix): RADOSGW: Not able to create Swift objects with erasure coded pool
- ceph@Ubuntu14:~/ceph-0.86/src$ MON=3 MDS=0 RGW=1 OSD=3 ./vstart.sh -d -n -x -r
going verbose **
[./fetch_config /tm... - 03:18 AM Revision abd3fd3e (ceph): fix can not disable max_size quota
- Currently if we enable quota and set max_size = -1, it doesn’t
mean max_size is unlimited as expected. Instead, it me... - 02:44 AM Revision 9fbfb391 (ceph): Merge pull request #2815 from wonzhq/evict-atime
- osd: cache tiering: fix the atime logic of the eviction
Reviewed-by: Sage Weil <sage@redhat.com> - 01:37 AM Revision 622c5ac4 (ceph): osd: cache tiering: fix the atime logic of the eviction
- Reported-by: Xinze Chi <xmdxcxz@gmail.com>
Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com> - 01:32 AM Revision 35a387a4 (ceph): Merge pull request #2786 from ceph/wip-9869
- client: cast m->get_client_tid() to compare to 16-bit Inode::flushing_cap_tid
10/27/2014
- 11:59 PM Revision b90b4830 (ceph): remove collection_rename
- No more users! Complicated semantics!
Signed-off-by: Sage Weil <sage@redhat.com> - 11:59 PM Revision 11fcad5a (ceph): os/ObjectStore: remove version calls from interface
- No reason to expose these.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:59 PM Revision 7093ce65 (ceph): os/FileStore: remove old collection conversion code
- This relies on collection_add and _remove, which we want to kill. Make
people upgrade to firefly first.
Signed-off-... - 11:59 PM Revision ffda7c41 (ceph): osd: s/collection_remove/remove/
- The implementations are identical.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:59 PM Revision 11e98fde (ceph): ceph_test_filestore_idempotent_sequence: use collection_move
- Signed-off-by: Sage Weil <sage@redhat.com>
- 11:59 PM Revision eb1c3300 (ceph): ceph_test_objectstore: s/collection_remove/remove/
- They are identical.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:59 PM Revision cfa22900 (ceph): os/ObjectStore: remove collection_{add,remove}
- Move the add+remove a move normally translates to directly into
that method.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:59 PM Revision 6f2b274b (ceph): os/FileStore: assume COLL_ADD is always followed by COLL_REMOVE
- In practice, it is. Turn this into a "single" atomic op.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:59 PM Revision 856504c7 (ceph): ceph_test_filestore_idempotent_sequence: drop collection_rename
- Not used.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:59 PM Revision 5dc990c1 (ceph): osd: remove pgs with "remove" flag on startup
- Just like we do removal or temp collections.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:59 PM Revision a80f2f6a (ceph): ceph_filestore_dump: use "remove" marker instead of collection rename
- Instead of renaming the collection to FORREMOVAL, just mark it with an
attr.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:58 PM Revision de52873d (ceph): osd, filestore: move automatic upgrade into mount()
- Signed-off-by: Sage Weil <sage@redhat.com>
- 11:58 PM Revision b889b6b5 (ceph): remove ceph_dupstore
- This is broken and useless.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:58 PM Revision 5f8a1df0 (ceph): osd, filestore: move convertfs into FileStore
- There is no reason for this level of detail to be exposed to the OSD.
There is one significant change here: we are n... - 11:58 PM Revision 86919f5e (ceph): osd, filestore: mount in upgrade() caller
- Signed-off-by: Sage Weil <sage@redhat.com>
- 11:19 PM Revision a5184cf4 (ceph): client: cast m->get_client_tid() to compare to 16-bit Inode::flushing_c...
- m->get_client_tid() is 64 bits (as it should be), but Inode::flushing_cap_tid
is only 16 bits. 16 bits should be plen... - 10:27 PM Revision a4caed8a (ceph): client: fix I_COMPLETE_ORDERED checking
- Current code marks a directory inode as complete and ordered when readdir
finishes, but it does not check if the dire... - 10:21 PM Bug #9916 (Resolved): osd: crash in check_ops_in_flight
- Assertion failure:...
- 10:02 PM Revision 387d5d82 (ceph): init-ceph: make ./init-ceph behave from src dir on systemd
- Signed-off-by: Sage Weil <sage@redhat.com>
- 09:53 PM Revision 10382d1b (ceph): Merge pull request #2802 from dachary/wip-mailmap
- mailmap: Federico Gimenez affiliation
Reviewed-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> - 09:08 PM Revision 1f996122 (ceph): ReplicatedPG: clean out completed trimmed objects as we go
- Also, explicitely maintain a max number of concurrently trimming
objects.
Fixes: 9113
Backport: dumpling, firefly, g... - 09:08 PM Revision 01efc44a (ceph): ReplicatedPG: do not queue the snap trimmer constantly
- Previously, we continuously requeued the snap trimmer while in
TrimmingObjects. This is not a good idea now that we ... - 09:08 PM Revision 25fb957e (ceph): osd: initialize purged_snap on backfill start; restart backfill if change
- If we backfill a PG to a new OSD, we currently neglect to initialize
purged_snaps. As a result, the first time the s... - 09:08 PM Revision 496e561d (ceph): ReplicatedPG: don't move on to the next snap immediately
- If we have a bunch of trimmed snaps for which we have no
objects, we'll spin for a long time. Instead, requeue.
Fix... - 08:37 PM Revision a6357f2f (ceph): unittest_shared_cache: fix build line
- Signed-off-by: Sage Weil <sage@redhat.com>
- 08:33 PM Revision 8bc2461b (ceph): Merge remote-tracking branch 'gh/giant'
- Conflicts:
src/test/common/test_shared_cache.cc - 08:29 PM Revision 1abb620d (ceph): doc/release-notes: giant notes
- Signed-off-by: Sage Weil <sage@redhat.com>
- 08:20 PM Revision 490ae489 (ceph): Merge pull request #2630 from ceph/wip-9545
- os/FileStore: do not loop in sync_entry on shutdown
Reviewed-by: Samuel Just <sam.just@inktank.com> - 07:58 PM Revision 6a438090 (ceph): rgw_rest_client.cc: remove self assignment of new_info.effective_uri
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com> - 07:44 PM Bug #9915 (Resolved): osd: eviction logic reversed
- commit:622c5ac
- 07:44 PM Revision 64d3b14f (ceph): Merge branch 'wip-da-SCA-20141025'
- Reviewed-by: Sage Weil <sage@redhat.com>
- 07:44 PM Revision 1bd2abec (ceph): cls_rgw_client.cc: fix potential null pointer deref
- Fix for:
CID 1054853 (#1 of 1): Dereference before null check (REVERSE_INULL)
check_after_deref: Null-checking is_t... - 07:44 PM Revision 1cef8339 (ceph): arch/neon.c: check result of fread()
- Fix for:
CID 1128384 (#1 of 1): Ignoring number of bytes read (CHECKED_RETURN)
check_return: fread(void * restrict,... - 07:44 PM Revision c952cb92 (ceph): rgw/rgw_formats.cc: fix realloc memory leak
- Fix handling of realloc. If realloc() fails it returns NULL, assigning
the return value of realloc() directly to the ... - 07:44 PM Revision 4f5d1f48 (ceph): msg/async/Event.cc: use static_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:44 PM Revision be674c55 (ceph): test/libradosstriper/striping.cc: fix wrong indentation
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:44 PM Revision c92d47e5 (ceph): libradosstriper/striping.cc: fix strdup memory leaks
- Fix memory leak caused by using std::string to hold result
of strdup call returned from getObjName().
Fix for Coveri... - 07:44 PM Revision 09edada9 (ceph): test/librbd/fsx.c: fix indentation (NESTING_INDENT_MISMATCH)
- Fix indentation to the same as the original fsx.c .
Fix for Coverity issue:
CID 1219473 (#1-2 of 2): Nesting level ... - 07:44 PM Revision 17c327fe (ceph): rgw/rgw_rest_s3.cc: use !empty() instead of size() > 0
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:44 PM Revision 5c7b8c6f (ceph): rgw/rgw_rest_swift.cc: use empty() instead of size()
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:44 PM Revision 7f446ea6 (ceph): rgw/rgw_rest_user.cc: reduce scope of key_type
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:44 PM Revision 2ecd43ba (ceph): test_str_map.cc: remove unused variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:44 PM Revision 0214653b (ceph): mon_store_converter.cc: move convert() call out of assert()
- The convert() call is changing data. To prevent Heisenbugs
depending in NDEBUG definition (e.g. if debug is off).
Mo... - 07:44 PM Revision 4522a68a (ceph): AsyncConnection.cc: prefer ++operator for non-primitive iterators
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:44 PM Revision 6f614fca (ceph): test_rbd_replay.cc: fix va_list parameter handling
- Fix for:
[src/test/test_rbd_replay.cc:193]: (portability) Passing NULL after the
last typed argument to a variadic f... - 07:44 PM Revision 6c4a08c1 (ceph): SyntheticClient.cc: remove empty lines in if/else blocks
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:44 PM Revision 56de4caf (ceph): SyntheticClient.cc: check return value of getdir()
- Check return value as done in all other places. Fix error messages
to print correct function name getdir and not read... - 06:17 PM CephFS Feature #4138 (Fix Under Review): MDS: forward scrub: add functionality to verify disk data is co...
- This bit at least has been isolated and put into a PR:
https://github.com/ceph/ceph/pull/2814 - 06:04 PM Revision 1cf9600b (ceph): Merge pull request #2805 from xinxinsh/wip-check-trimmed-pg-log
- check to_remove before setting transaction
Reviewed-by: Sage Weil <sage@redhat.com> - 06:03 PM Revision fab71f4b (ceph): Merge pull request #2808 from ceph/wip-crush-link-id
- mon: fix `osd crush link` id resolution
Reviewed-by: Sage Weil <sage@redhat.com> - 06:02 PM Revision ba7943e8 (ceph): Merge pull request #2589 from majianpeng/bug-fix
- Clock: Using clock_gettime instead of gettimeofday in linux os.
Reviewed-by: Sage Weil <sage@redhat.com> - 04:56 PM Bug #9910: ceph_test_rados: out of order, probably due to message delay logic
- another one: ubuntu@teuthology:/var/lib/teuthworker/archive/teuthology-2014-10-27_02:32:02-rados-giant-distro-basic-m...
- 01:15 PM Bug #9910 (Resolved): ceph_test_rados: out of order, probably due to message delay logic
- /a/samuelj-2014-10-24_23:51:24-rados-wip-sam-testing-wip-testing-vanilla-fixes-basic-multi/571220
* commit:f7431cc... - 04:23 PM CephFS Bug #9870 (Resolved): kernel: not handling cap_flush_ack messages properly
- 04:06 PM Revision b17e24c1 (ceph): Merge pull request #2806 from zhouyuan/lrc_dead_code
- Remove dead code in EC LRC plugin
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 03:35 PM Revision 84a5c849 (ceph): vstart.sh: Fix usage
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 03:33 PM Linux kernel client Bug #9894: kcephfs: rm -r left files behind
- 03:25 PM rbd Bug #9391: fio rbd driver rewrites same blocks
- @Mark: I have to take a look at fio for that. Is this all about sequential writes only? Do you see a different behavi...
- 02:44 PM Bug #9891: "Assertion: os/DBObjectMap.cc: 1214: FAILED assert(0)" in upgrade:firefly-x-giant-dist...
- 2014-10-25 18:56:23.243456 7fefdcc3e700 20 filestore dbobjectmap: seq is 485
2014-10-25 18:56:23.243559 7fefdd43f700... - 02:31 PM Bug #9913 (Resolved): mon: audit log entires for forwarded requests lack info
- ...
- 02:27 PM Bug #9912 (Won't Fix): ceph osd up # not a valid command in 0.80.7
- there is no way to administratively make an osd 'up'. the daemon needs to go through it's startup procedure and join...
- 02:24 PM Bug #9912 (Won't Fix): ceph osd up # not a valid command in 0.80.7
- There is a valid command for setting an osd down:...
- 02:16 PM RADOS Bug #9911: ceph not placing replicas to OSDs on same host as down/out OSD
- ceph -s output with an OSD down and type host:...
- 02:11 PM RADOS Bug #9911 (Rejected): ceph not placing replicas to OSDs on same host as down/out OSD
- On a 3 node firefly cluster with 6 OSDs per host and 3x replication, when noup is set and 1 OSD is marked down/out, a...
- 01:38 PM Feature #9598: re-enable Objecter fast dispatch
- 01:13 PM Bug #9909 (Resolved): lost_unfound test/rados tool flawed, EEXIST when putting empty object
- ubuntu@teuthology:/a/samuelj-2014-10-24_23:51:24-rados-wip-sam-testing-wip-testing-vanilla-fixes-basic-multi/571037
... - 01:09 PM Bug #7995: osd shutdown: ./common/shared_cache.hpp: 93: FAILED assert(weak_refs.empty())
- ubuntu@teuthology:/a/samuelj-2014-10-24_23:51:24-rados-wip-sam-testing-wip-testing-vanilla-fixes-basic-multi/571474/r...
- 11:31 AM rgw Bug #9877: In some cases it's possible for rgw to segfault on http COPY
- You mean #9226 ?
- 11:16 AM rgw Bug #9907 (Resolved): radosgw-admin: can't disable max_size quota
- From pull request, by Dong Lei:...
- 11:05 AM Linux kernel client Feature #9906 (Resolved): Inline data support
Currently the fuse client supports CEPH_FEATURE_MDS_INLINE_DATA but the kernel client does not.
- 10:53 AM Revision a9a21854 (ceph): mon: fix `osd crush link` id resolution
- A junk value for ID was falling through from
the outer scope. Rename the outer one to
`osdid` and look up `id` expli... - 10:28 AM CephFS Bug #9904 (Resolved): Don't crash MDS on clients sending messages with bad seq
- Currently in Server::handle_client_session, we do this:...
- 10:14 AM CephFS Feature #9903 (Resolved): Recover lost dirfrag via data pool
[While the MDS cluster is offline and journal has been flushed if necessary]
Given that a particular dirfrag obj...- 10:10 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Ok, let me know what happens.
- 10:09 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Nothing reported from valgrind. Also haven't seen crashes lately. At this point I'm thinking the issues were corrup...
- 10:06 AM Feature #9902 (Duplicate): Tool for RADOS import/export pool to file
To assist with CephFS disaster recovery, provide the ability to dump an entire pool (the cephfs metadata pool) to a...- 10:00 AM Support #9901 (New): libgoogle-perftools4: tcmalloc performance regression on armhf
- Just to keep track of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766986
- 09:36 AM CephFS Bug #9900 (Duplicate): Failure in multiple_rsync (directories wrongly appear changed)
http://pulpito.ceph.com/teuthology-2014-10-24_23:08:01-kcephfs-giant-testing-basic-multi/570840/
http://pulpito.ce...- 09:34 AM rgw Bug #9892: radosgw_admin.py: failed len(out['entries']) == 0 on usage show
- seem like a broken test. We write an object here:...
- 09:09 AM rgw Bug #9148: rgw: multiregion tests failing, s3tests.functional.test_s3.test_region_copy_object
- Seems that the slow_backend param has not been applied on the s3tests giant branch.
- 09:08 AM rgw Bug #9148: rgw: multiregion tests failing, s3tests.functional.test_s3.test_region_copy_object
- in latest run, still trying to copy the 100M:...
- 09:09 AM devops Bug #9747 (Resolved): ceph.spec.in will always use 95-ceph-osd-alt.rules
- 08:24 AM Bug #9702: "MaxWhileTries: 'wait_until_healthy'reached maximum tries" in upgrade:firefly-x-giant-...
- Update in run http://pulpito.front.sepia.ceph.com/teuthology-2014-10-26_18:13:01-upgrade:firefly-x-giant-distro-basic...
- 07:10 AM Revision 18776702 (ceph): Remove dead code in EC LRC plugin
- The layer_minimum_to_decode() seems to be dead.
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com> - 06:05 AM CephFS Bug #9800: client-limits test is not passing
- https://github.com/ceph/ceph/pull/2809
http://pulpito.front.sepia.ceph.com/john-2014-10-27_13:05:29-fs:recovery-wip-... - 03:45 AM Revision a6c02a18 (ceph): mon: re-bootstrap if we get probed by a mon that is way ahead
- During bootstrap we verify that our paxos commits overlap with the other
mons we will form a quorum with. If they do... - 03:45 AM Revision 92d2a38e (ceph): mon/Paxos: fix off-by-one in last_ vs first_committed check
- peon last_committed + 1 == leader first_committed is okay. Note that the
other check (where I clean up whitespace) g... - 03:37 AM Revision 6fd88792 (ceph): Merge pull request #2717 from dachary/wip-9747-ceph-spec-firefly
- rpm: 95-ceph-osd-alt.rules is not needed for centos7 / rhel7 (firefly)
10/26/2014
- 09:26 PM Revision a05dedc6 (ceph): check to_remove before setting transaction
- currently if you dump transaction for a single rbd write, a transaction
of OMAP_RMKEYS will be listed even if to_remo... - 07:54 PM Bug #9895 (Duplicate): Master/giant branch: OSD deadlock during recovery
- #9898
- 11:24 AM Bug #9895 (Duplicate): Master/giant branch: OSD deadlock during recovery
- Given eight-OSD, two-node cluster (node01 and node04), three mons (node01, node04, twin2). OSDs placed on node04 acts...
- 06:58 PM Revision 6f8524ef (ceph): Merge pull request #2800 from ceph/wip-enoent-race
- os/LevelDBStore, RocksDBStore: fix race handling for get store size
Reviewed-by: Joao Eduardo Luis <joao@redhat.com> - 05:30 PM Revision de8c49e8 (ceph): Merge pull request #220 from ceph/wip-9419
- Changed load to rados/load-gen-big.sh
- 05:29 PM Revision 26967a1a (ceph): Changed load to rados/load-gen-big.sh
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 05:10 PM Revision f99c5f9a (ceph): rgw/rgw_rados.cc: remove unused variable 'objs'
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision f2340aa5 (ceph): test_shared_cache.cc: reduce scope of local variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 8ebe9e9d (ceph): test_sharedptr_registry.cc: reduce scope of local variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 170db690 (ceph): TestCrushWrapper.cc: reduce scope of variabele
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 5e9492c4 (ceph): TestErasureCodeIsa.cc: reduce scope of 'err' variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision abb2b801 (ceph): objectstore/store_test.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 94a0ec14 (ceph): test_disk_bw.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 61872e43 (ceph): JournalScanner.cc: reduce scope of local variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 52ca2b1a (ceph): fuse_ll.cc: use reinterpret_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision ddfdcc30 (ceph): common/escape.c: add cppcheck-suppress
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 912743cf (ceph): PGLog.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 79545624 (ceph): osd/ReplicatedPG.cc: use !empty() instead of size() > 0
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision d9abd535 (ceph): ErasureCodeIsa.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 2f9bf475 (ceph): ErasureCodeLrc.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision d62b96f3 (ceph): mds/MDS.cc: remove unused local variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 48a1dc36 (ceph): mds/Server.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 935edd75 (ceph): mon/OSDMonitor.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 9d874484 (ceph): os/HashIndex.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision ca347b0a (ceph): os/KeyValueStore.cc: reduce scope of variables
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision f4f652d5 (ceph): os/chain_xattr.cc: reduce scope of some variables
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 3d61d8a8 (ceph): osd/PG.h: add cppcheck-suppress
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision f4de4375 (ceph): osd/PGLog.cc: reduce scope of variable, remove not needed code
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision be66b825 (ceph): osd/ReplicatedPG.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 53f2dad7 (ceph): rbd-replay-prep.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision 10ddfbf0 (ceph): rgw_rest_user.cc: reduce scope of key_type in several places
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision c01e7d26 (ceph): TestSignalHandlers.cc: add cppcheck-suppress nullPointer
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision c3ee13a1 (ceph): cls_rbd_client.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 05:10 PM Revision e145bff8 (ceph): ErasureCodePlugin.cc: reduce scope of variable
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 04:51 PM rbd Bug #9391: fio rbd driver rewrites same blocks
- Hi Guys,
This is all on the fio side. From what I remember, when you are doing sequential writes and specify mult... - 03:33 PM rgw Bug #9899 (Resolved): Error "coverage ceph osd pool get '' pg_num" in upgrade:dumpling-dumpling-d...
- Seems related to rgw and 3-upgrade-sequence/upgrade-osd-mon-mds.yaml configurations...
- 02:33 PM Messengers Bug #9898: osd: fast dispatch deadlock in mark_down (giant)
- Looks like the same as I reported some hours before: #9895. Please close mine or this one as a duplicate.
- 12:19 PM Messengers Bug #9898: osd: fast dispatch deadlock in mark_down (giant)
- ubuntu@teuthology:/var/lib/teuthworker/archive/sage-2014-10-24_21:12:40-rados-wip-sam-testing-distro-basic-multi/570144
- 12:18 PM Messengers Bug #9898: osd: fast dispatch deadlock in mark_down (giant)
- full backtrace
- 12:17 PM Messengers Bug #9898 (Resolved): osd: fast dispatch deadlock in mark_down (giant)
- this is basically a dup of the issue we saw with fast dispach in the objecter, but with the osd....
- 11:49 AM rbd Bug #9855 (Resolved): rbd "Segmentation fault" in upgrade:firefly:singleton-firefly-distro-basic-...
- fixed test
- 11:48 AM Linux kernel client Bug #9896: krbd: EPERM from map-snapshot-io.sh
- ubuntu@teuthology:/a/teuthology-2014-10-24_23:06:01-krbd-giant-testing-basic-multi/570827 too
- 11:48 AM Linux kernel client Bug #9896 (Resolved): krbd: EPERM from map-snapshot-io.sh
- ...
- 11:24 AM Linux kernel client Bug #9894 (Resolved): kcephfs: rm -r left files behind
- ...
- 11:21 AM rgw Bug #9148: rgw: multiregion tests failing, s3tests.functional.test_s3.test_region_copy_object
- also
ubuntu@teuthology:/a/teuthology-2014-10-24_23:02:01-rgw-giant-distro-basic-multi/570719
ubuntu@teuthology:/a/t... - 11:16 AM rgw Bug #9148: rgw: multiregion tests failing, s3tests.functional.test_s3.test_region_copy_object
- teuthology-2014-10-24_23:02:01-rgw-giant-distro-basic-multi/570701 fails with slow_backend:true on giant....
- 11:19 AM rgw Bug #9892 (Resolved): radosgw_admin.py: failed len(out['entries']) == 0 on usage show
- ...
- 08:42 AM Bug #9891 (Resolved): "Assertion: os/DBObjectMap.cc: 1214: FAILED assert(0)" in upgrade:firefly-x...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-25_18:13:01-upgrade:firefly-x-giant-distro-basic-m...
- 05:03 AM Subtask #9890: mon: VIRT usage 2.4G larger than tcmalloc's VIRT stats (dumpling, centos6.3)
- forgot to mention that leveldb stores for all mons are several GB large, even after compaction:...
- 04:57 AM Subtask #9890: mon: VIRT usage 2.4G larger than tcmalloc's VIRT stats (dumpling, centos6.3)
- mon.c (in quorum) is being the synchronization provider for mon.b (restarted with valgrind memcheck).
mon.c's spik... - 04:39 AM Subtask #9890 (Can't reproduce): mon: VIRT usage 2.4G larger than tcmalloc's VIRT stats (dumpling...
* centos 6.3
* ceph version 0.67.11 (bc8b67bef6309a32361be76cd11fb56b057ea9d2)
* Stressing the monitors with qa...- 04:26 AM Bug #9889 (Closed): mon: leveldb weirdness
- Inquiries on leveldb on the monitors and weirdness sometimes associated.
This ticket is being used to track severa...
10/25/2014
- 11:50 PM Revision 53e2ba00 (ceph): mailmap: Federico Gimenez affiliation
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 11:44 PM Revision 1f566023 (ceph): Merge pull request #2753 from dachary/wip-mailmap
- mailmap updates
- 11:23 PM Revision b00da2bc (ceph): Merge pull request #219 from ceph/wip-9419
- Wip 9419
- 11:02 PM Revision c8ea52f7 (ceph): Removed msd from upgrade sequence, as it's not correct for dumpling-to-...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:55 PM Revision fe4f6234 (ceph): Restored restart order
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:50 PM Revision 3b4442a2 (ceph): Changed rados workload to test-upgrade-firefly.sh on dumplimg branch
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:04 AM Feature #9888: AsyncMessenger: Async event threads can shared by all AsyncMessenger
- +1
- 07:32 AM Feature #9888 (Resolved): AsyncMessenger: Async event threads can shared by all AsyncMessenger
- Now, each AsyncMessenger will create "ms_async_op_threads" threads which will process incoming/outcoming connections....
- 04:23 AM Revision eea9803a (ceph): os/LevelDBStore, RocksDBStore: fix race handling for get store size
- If we get ENOENT, skip this file, instead of adding in undefined stat
values.
Backport: firefly
Signed-off-by: Sage ...
10/24/2014
- 11:02 PM Revision 1b5b7151 (ceph): Testing
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:22 PM Revision 06a73c39 (ceph): doc/release-notes: v0.87 giant (draft)
- Signed-off-by: Sage Weil <sage@redhat.com>
- 09:54 PM Revision edec0b09 (ceph): Merge pull request #218 from ceph/wip-9419
- Restart osd only added
- 09:53 PM Revision fd2943a0 (ceph): Merge pull request #2763 from ceph/wip-da-SCA-20141010
- Some fixes from SCA runs
Reviewed-by: Sage Weil <sage@redhat.com> - 09:36 PM Revision 784f6d52 (ceph): fuse_ll.cc: use reinterpret_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 09:36 PM Revision ecbbf87d (ceph): Paxos.cc: use reinterpret_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 09:35 PM Revision 3994cca9 (ceph): librados.cc: use static_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 09:35 PM Revision cdc74cbe (ceph): Fixed restart
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:27 PM Bug #9727: 0.86 EC+ KV OSDs crashing
- Not sure, I'm still waiting for crash for master branch
- 06:10 AM Bug #9727: 0.86 EC+ KV OSDs crashing
- will this be an issue solved in Giant?
- 09:24 PM Revision 71d7c57e (ceph): Fixed typo
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:22 PM Revision 80a6d7ce (ceph): Modified restart to have mon.a, mon.b, mon.c, osd.0, osd.1
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:14 PM Revision 05cc1426 (ceph): Restart osd only added
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 08:20 PM Revision b05efddb (ceph): Merge pull request #2799 from athanatos/wip-9480
- Wip 9480
Reviewed-by: Sage Weil <sage@redhat.com> - 07:55 PM Revision 2c4be559 (ceph): Merge pull request #2798 from athanatos/wip-9875
- ReplicatedPG: writeout hit_set object with correct prior_version
Reviewed-by: Sage Weil <sage@redhat.com> - 07:08 PM Revision e3ff56cf (ceph): Merge pull request #217 from ceph/wip-9419
- Cleaned up tests structure
- 07:04 PM Revision 730e0ee3 (ceph): Put mds after ods in restart
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 06:38 PM Revision 647cb868 (ceph): Merge pull request #209 from ceph/wip-9866
- upgrade client node before finish
- 06:35 PM Revision ccb2b6f2 (ceph): Merge pull request #2789 from ceph/wip-rgw-explicit-reason
- rgw: send http status reason explicitly in fastcgi
- 06:19 PM Revision 191c45be (ceph): Merge remote-tracking branch 'gh/giant'
- 06:19 PM Revision 719dc171 (ceph): Revert "Enforce cache size on read requests"
- This reverts commit 4fc9fffc494abedac0a9b1ce44706343f18466f1.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:19 PM Revision 71d32027 (ceph): Revert "osdc: Fix ObjectCounter::_readx perf counters"
- This reverts commit 830373ef018a78c3fe9d1b9ade208249fe8ccc6a.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:19 PM Revision c2cebe5b (ceph): Revert "osdc: Fix compiler warning"
- This reverts commit cb290a117ae17961c9e43e5fe76bb3edb2ed7efa.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:16 PM Revision a1f23b7a (ceph): Revert "rbd: ObjectCacher reads can hang when reading sparse files"
- This reverts commit cdb7675a21c9107e3596c90c2b1598def3c6899f.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:16 PM Revision b808cdfa (ceph): Revert "Fix read performance regression in ObjectCacher"
- This reverts commit 65be257e9295619b960b49f6aa80ecdf8ea4d16a.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:14 PM Revision c4b2abdd (ceph): .gitmodules: ignoring changes in rocksdb submodule
- Signed-off-by: Federico Gimenez <fgimenez@coit.es>
(cherry picked from commit 60eaeca4ddccc79b29b17ad433c6569cb2a89500) - 06:12 PM Revision 7272bb88 (ceph): Merge pull request #2797 from ceph/wip-rbd-revert
- rbd/objectcacher: revert recent changes for giant
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 06:06 PM Revision 082416fc (ceph): Revert "Enforce cache size on read requests"
- This reverts commit 4fc9fffc494abedac0a9b1ce44706343f18466f1.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:06 PM Revision 544b9a82 (ceph): Revert "rbd: ObjectCacher reads can hang when reading sparse files"
- This reverts commit cdb7675a21c9107e3596c90c2b1598def3c6899f.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:05 PM Revision 3b1eafca (ceph): Revert "Fix read performance regression in ObjectCacher"
- This reverts commit 65be257e9295619b960b49f6aa80ecdf8ea4d16a.
Too late for giant.
Signed-off-by: Sage Weil <sage@re... - 05:58 PM Revision 3ef6fd1d (ceph): Merge pull request #2768 from ceph/wip-msgr
- msgr: merge AsyncMessenger
Lightly reviewed. Won't impact build or runtime unless explicitly enabled with ms_type =... - 05:56 PM Revision d8442eb5 (ceph): common/Timer: kill RWTimer
- This doesn't work the way we hoped it would, and as of
8253ead1748fc429bf48f5334ee4460ee865d941. Remove it.
Signed-... - 05:49 PM Revision 7d62170e (ceph): Merge pull request #2795 from ceph/wip-9873
- objecter: fix tick_event shutdown race (9873)
Reviewed-by: David Zafman <dzafman@redhat.com> - 05:40 PM Revision 6a1392ee (ceph): Merge pull request #2793 from dachary/wip-dead-code-lrc
- erasure-code: remove LRC dead code
- 04:57 PM Revision f0b9339e (ceph): Cleaned up tests structure
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 04:45 PM Revision 7719e3d6 (ceph): Merge pull request #216 from ceph/wip-cleanup-giant
- Cleaned up confusing upgrade-sequence numbering
- 04:32 PM Revision f76f83ce (ceph): osdc/Objecter: fix tick_event handling in shutdown vs tick race
- If we fail to cancel the tick_event, we rely on tick() itself to clear
tick_event. I'm not quite sure how we got thi... - 04:20 PM Revision 48484356 (ceph): common/Timer: recheck stopping before sleep if we dropped the lock
- If we have safe_callbacks==false, the stopping flag may have changed while
we were doing our callback. Recheck it and... - 04:20 PM Revision 676053c4 (ceph): Cleaned up confusing upgrade-sequence numbering
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 03:09 PM Revision 8d511425 (ceph): erasure-code: remove LRC dead code
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 03:01 PM Revision dd071904 (ceph): Merge pull request #2790 from fgimenez/git-ignore-src-rocksdb
- .gitmodules: ignoring changes in rocksdb submodule
- 02:38 PM Bug #9746: reconcile upstream ceph.spec.in with other ceph.spec (SuSE, EPEL, etc)
- https://build.opensuse.org/package/show/home:netsroth/ceph
- 02:06 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Still no crashes under valgrind? How many osds are running under valgrind? We should probably leave it running for ...
- 01:58 PM Revision 3c740e6c (ceph): Merge pull request #2791 from majianpeng/fix1
- ECTransaction: Remove unused typedef.
Reviewed-by: Sage Weil <sage@redhat.com> - 01:20 PM Bug #9480 (Pending Backport): OSD is crashing while object deletion
- 11:40 AM rgw Bug #9866: "test_s3.test_multipart_upload ... ERROR" in upgrade:firefly:older-firefly-distro-basi...
- yuri, please close it when we get a pass on the nightlies.
- 11:35 AM rgw Bug #9886 (Resolved): rgw: apache 2.4 does not send http status reason string
- There's an issue with certain apache 2.4 versions, where it doesn't send back the http status reason in the response....
- 11:34 AM rgw Bug #9878 (Pending Backport): rhel7 s3-tests fail due to missing reason
- commit:a9dd4af
- 11:26 AM rbd Bug #8912: librbd segfaults when creating new image (rbd-ephemeral-clone-stable-icehouse)
- For better searchability, the backtrace for this crash is:...
- 11:24 AM rbd Bug #9513 (Pending Backport): rbd_cache=true default setting is degading librbd performance ~10X ...
- reverted the backport for now as fully fixing the ObjectCacher is too large a change close to the giant release
- 11:14 AM CephFS Bug #9884: too many files in /usr for multiple_rsync.sh
- Yeah, just cutting it down to a more predictable/smaller directory sounds good to me.
- 10:50 AM CephFS Bug #9884: too many files in /usr for multiple_rsync.sh
- one failure http://pulpito.ceph.com/teuthology-2014-10-20_23:04:01-fs-giant-distro-basic-multi/562537/
- 10:49 AM CephFS Bug #9884 (Closed): too many files in /usr for multiple_rsync.sh
- for example, plana81 has 60k files in /usr, but plana90 has 90k files in /usr. perhaps multiple_rsync should /usr/src...
- 10:51 AM Bug #9873 (Resolved): rados bench crash
- 10:15 AM Bug #9873: rados bench crash
- ubuntu@teuthology:/a/samuelj-2014-10-23_17:44:53-rados-wip-sam-testing-wip-testing-vanilla-fixes-basic-multi/567665
- 09:38 AM Bug #9873 (Fix Under Review): rados bench crash
- https://github.com/ceph/ceph/pull/2795
- 09:07 AM Bug #9873 (In Progress): rados bench crash
- 09:53 AM CephFS Feature #3882 (Rejected): Hide snapshot directory name in mount/mtab
- we can now restrict snap access by uid...
- 09:49 AM CephFS Feature #9883 (Resolved): journal-tool: smarter scavenge (conditionally update dir objects)
- 09:42 AM CephFS Feature #9881 (Resolved): mds: admin command to flush the mds journal
- 09:41 AM CephFS Feature #9880 (Resolved): mds: more gracefully handle EIO on missing dir object
- 08:53 AM rgw Bug #9877: In some cases it's possible for rgw to segfault on http COPY
- looks like #9266.
- 06:46 AM Revision 9d09e375 (ceph): ECTransaction: Remove unused typedef.
- Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
- 06:46 AM Revision 60eaeca4 (ceph): .gitmodules: ignoring changes in rocksdb submodule
- Signed-off-by: Federico Gimenez <fgimenez@coit.es>
- 12:59 AM Revision 6d8a5766 (ceph): Merge pull request #2783 from xanpeng/patch-1
- Remove unnecessary expressions about conf_journal_sz
Reviewed-by: Sage Weil <sage@redhat.com> - 12:57 AM Revision 9d1b585f (ceph): Merge pull request #2787 from ceph/fix-fstat-mode
- java: fill in stat structure correctly
Reviewed-by: Sage Weil <sage@redhat.com> - 12:54 AM Revision 4e7b8412 (ceph): Merge pull request #2784 from xinxinsh/master
- check rocksdb library when '--with-librocksdb' option is enabled
Reviewed-by: Sage Weil <sage@redhat.com> - 12:41 AM Revision a9dd4af4 (ceph): rgw: send http status reason explicitly in fastcgi
- There are issues in certain versions of apache 2.4, where the reason is
not sent back. Instead, just provide the reas... - 12:21 AM Revision e4d89ba3 (ceph): Merge pull request #214 from ceph/revert-213-wip-s3tests-branch
- Revert "Changed s3tests to run off "branch: giant-noreason" per Yehuda's...
- 12:21 AM Revision ecf6732f (ceph): Revert "Changed s3tests to run off "branch: giant-noreason" per Yehuda'...
- 12:12 AM Revision 790d3df3 (ceph): Merge pull request #211 from ceph/wip-apache-worker
- apache: switch to use the apache worker mpm
Reviewed-by: Sage Weil <sage@redhat.com> - 12:00 AM Revision 823f459b (ceph): Merge pull request #213 from ceph/wip-s3tests-branch
- Changed s3tests to run off "branch: giant-noreason" per Yehuda's fix for #9169
10/23/2014
- 11:50 PM Revision eed790bd (ceph): Changed s3tests to run off "branch: giant-noreason" per Yehuda's fix fo...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:44 PM Revision bf4d72a9 (ceph): Merge remote-tracking branch 'gh/giant'
- 11:08 PM Revision ca1937cb (ceph): apache: switch to use the apache worker mpm
- Fixes: #9169
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit c3b53c326558dd3dd435c9e3fdbc... - 11:08 PM Revision c4d60297 (ceph): apache: change template to load mpm worker module
- in apache 2.4
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 35c9cae84c7964ad96381c7455c... - 11:08 PM Revision 1fd89f4e (ceph): apache: switch to use the apache worker mpm
- Fixes: #9169
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit c3b53c326558dd3dd435c9e3fdbc... - 11:08 PM Revision 14b5a9af (ceph): apache: change template to load mpm worker module
- in apache 2.4
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 35c9cae84c7964ad96381c7455c... - 11:05 PM Revision dd6194f6 (ceph): Merge branch 'wip-apache-worker'
- 11:05 PM Revision c3b53c32 (ceph): apache: switch to use the apache worker mpm
- Fixes: #9169
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> - 11:04 PM Revision 35c9cae8 (ceph): apache: change template to load mpm worker module
- in apache 2.4
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> - 09:35 PM rgw Bug #9878: rhel7 s3-tests fail due to missing reason
- 06:10 PM rgw Bug #9878 (Resolved): rhel7 s3-tests fail due to missing reason
- commit:a9dd4af401328e8f9071dee52470a0685ceb296b
- 08:58 PM Revision 44a8d59b (ceph): java: fill in stat structure correctly
- Added stat filling helper function but only stat and lstat were updated.
This patch makes fstat use it. Crucially the... - 08:57 PM Revision cb9262ab (ceph): Objecter: resend linger ops on any interval change
- Watch/notify ops need to be resent after a pg split occurs, as well as
a few other circumstances that the existing ob... - 08:46 PM Revision 6a90775d (ceph): Merge pull request #2775 from ceph/wip-9675.dumpling
- CrushWrapper: pick a ruleset same as rule_id
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 08:45 PM Revision 8a9b953b (ceph): Merge pull request #2785 from athanatos/wip-9821
- PG:: reset_interval_flush and in set_last_peering_reset
Reviewed-by: Sage Weil <sage@redhat.com> - 07:32 PM Revision 9a12467a (ceph): Merge pull request #2733 from dachary/wip-9372-injectargs
- cli: do not parse injectargs arguments twice
Reviewed-by: Dan Mick <dan.mick@inktank.com> - 06:29 PM Revision 860a3ac1 (ceph): Merge pull request #2759 from dachary/wip-9836-test-mon-id
- tests: mon id is incorrectly skipped
- 06:08 PM rgw Bug #9169 (Resolved): 100-continue broken for centos/rhel
- 04:58 PM rgw Bug #9877 (Resolved): In some cases it's possible for rgw to segfault on http COPY
on 0.80.4
-81> 2014-10-23 22:22:05.586898 7f83547f8700 1 ====== starting new request req=0x7f8368013400 ==...- 04:52 PM Revision f2178d6a (ceph): Merge pull request #2766 from dachary/wip-9408-buffer-alignment-giant
- erasure-code: buffer alignment (giant)
Reviewed-by: Samuel Just <sam.just@inktank.com> - 04:11 PM Revision 1a3ad307 (ceph): ReplicatedPG: writeout hit_set object with correct prior_version
- Fixes: #9875
Backport: giant, firefly
Signed-off-by: Samuel Just <sam.just@inktank.com> - 03:26 PM Revision 50a7b3de (ceph): Merge pull request #2781 from zhouyuan/lrc_layer_plugin_doc
- EC: document the LRC per layer plugin configuration
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 03:03 PM Bug #9876 (Resolved): failed pull needs to allow mark_unfound_lost revert eventually
- 01:50 PM rgw Bug #9616 (Resolved): upgrade test restarts rgw, test gets 500
- 01:47 PM CephFS Bug #9869 (Pending Backport): Client: not handling cap_flush_ack messages properly
- I tested this manually with a patch that sets the starting tid value to 65535 and looking at the logs. That causes im...
- 01:47 PM rbd Bug #9854: librbd: reads contending for cache space can cause livelock
- Reads thrashing the cache can be reproduced with:...
- 01:44 PM Bug #9821 (Pending Backport): failed to recover before timeout expired
- 09:41 AM Bug #9821 (Fix Under Review): failed to recover before timeout expired
- 12:47 PM CephFS Bug #9870: kernel: not handling cap_flush_ack messages properly
- 12:43 PM Bug #9372: injectarg boolean option is discarded
- There is a warkaround (using --), not sure it deserves backporting.
- 12:41 PM Bug #9372 (Resolved): injectarg boolean option is discarded
- 11:38 AM rbd Feature #9733: Separate rbd listing into CAP
- Is the list of OSD class methods documented somewhere?
- 11:37 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Other details as per sjustwork on irc:
* 3-node ceph cluster, 2 OSDs per node (1ssd 1hdd). All ssds are assigned ... - 10:34 AM Bug #9731: Ceph 0.80.6 OSD crashes
- backtrace from last core...
- 10:19 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Forgot to attach latest core file from the crash prior to testing with valgrind when running wip-9731
- 11:30 AM Bug #9836: mon unit tests use the wrong id
- Although it could be backported to giant and firefly, it does not create actual problems. Only some tests use the mon...
- 11:28 AM Bug #9836 (Resolved): mon unit tests use the wrong id
- 11:05 AM Revision 8ae942a9 (ceph): Remove unnecessary expressions about conf_journal_sz
- Signed-off-by: Xan Peng xanpeng@gmail.com
- 09:59 AM Bug #9408 (Pending Backport): erasure-code: misalignment
- It can't be easily cherry picked because the code has changed. That can happen on firefly too. Backporting would make...
- 09:44 AM Bug #9874: ceph_test_rados, out of order ops
- - exec:
client.0:
- ceph osd pool create base 4
- ceph osd pool create cache 4
- ceph osd tier ad... - 08:54 AM Bug #9874 (Duplicate): ceph_test_rados, out of order ops
- 2014-10-22T17:06:21.115 INFO:tasks.rados.rados.0.burnupi60.stderr:Error: finished tid 3 when last_acked_tid was 7
20... - 09:21 AM Bug #7995: osd shutdown: ./common/shared_cache.hpp: 93: FAILED assert(weak_refs.empty())
- ubuntu@teuthology:/a/samuelj-2014-10-22_14:27:22-rados-wip-sam-testing-wip-testing-vanilla-fixes-basic-multi/566853/r...
- 09:07 AM Bug #9875 (Resolved): stuck recovering due to unfound hit_set object
- The hitset creation log entries have the same version for version and prior_version. This causes divergent entry det...
- 08:50 AM Bug #9873 (Resolved): rados bench crash
- 2014-10-23T00:25:06.570 INFO:tasks.radosbench.radosbench.0.mira034.stderr:osdc/Objecter.cc: 3971: FAILED assert(!tick...
- 08:49 AM devops Fix #5900: Create a Python package for ceph Python bindings
- https://github.com/ceph/ceph/compare/wip-5900
- 06:32 AM Revision 024efeb6 (ceph): EC: document the LRC per layer plugin configuration
- LRC now uses Jerasure as the default EC backend. But it is actually
possible to switch to other backend like Isa usin... - 06:30 AM Revision 4ddadf06 (ceph): Thrasher: Disable ceph_objectstore_tool tests if old release missing co...
- Leaving disabled until merge of import/export fixes
Fixes: #9805
Signed-off-by: David Zafman <dzafman@redhat.com> - 05:20 AM Revision a460c3b8 (ceph): check rocksdb library when '--with-librocksdb' option is enabled
- Signed-off-by: xinxin shu <xinxin.shu@intel.com>
- 04:01 AM rgw Feature #8562 (Fix Under Review): rgw: Conditional PUT on ETag
- 02:21 AM Revision a295c18a (ceph): Thrasher: Disable ceph_objectstore_tool tests if old release missing co...
- Don't need to explicitly turn off the test during some upgrades
Leaving disabled until merge of import/export fixes
... - 12:30 AM Revision fabd4b57 (ceph): client: cast m->get_client_tid() to compare to 16-bit Inode::flushing_c...
- m->get_client_tid() is 64 bits (as it should be), but Inode::flushing_cap_tid
is only 16 bits. 16 bits should be plen... - 12:22 AM Revision 5ca69d66 (ceph): Merge pull request #2767 from derricks/more_verbose_error_output
- Make better error reporting for client's call to rados.Rados
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 12:14 AM Revision 95a0ee1d (ceph): qa: use sudo when rsyncing /usr so we can read everything
- Signed-off-by: Greg Farnum <greg@inktank.com>
(cherry picked from commit fa07c04231db2d130de54647957ffab4a7a53733) - 12:11 AM Revision fa07c042 (ceph): qa: use sudo when rsyncing /usr so we can read everything
- Signed-off-by: Greg Farnum <greg@inktank.com>
10/22/2014
- 11:25 PM Revision e48ba9dd (ceph): Merge pull request #210 from ceph/wip-9419
- Fixed dirs strucrture
- 10:12 PM Revision f660adab (ceph): apache: switch to use the apache worker mpm
- Fixes: #9169
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> - 10:12 PM Revision 3db4d6f9 (ceph): apache: change template to load mpm worker module
- in apache 2.4
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> - 09:15 PM Documentation #9872 (Closed): erasure-code: document the LRC per layer plugin configuration
- It is possible to set the profile on a per layer basis using the low level configuration http://ceph.com/docs/master/...
- 08:50 PM Revision a2ddd50c (ceph): Fixed dirs strucrture
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 07:43 PM Revision 4128814d (ceph): FDCache: purge hoid on clear
- We no longer require that a lock on the FD be held for the duration of an
operation, only while accessing the actual ... - 07:41 PM Revision 3abbd4c3 (ceph): shared_cache: add purge and tests
- purge detaches the lru shared_ptr currently associated from
the key from the lru even if there are still references.
... - 07:40 PM Revision c116b4b5 (ceph): shared_cache::add: do not delete value if existed
- The method contract specifies that we do not want to delete
value if we are not inserting it, so do not initialize va... - 07:32 PM Revision 1df5e2ef (ceph): upgrade/firefly: upgrade client host before doing final workloads
- This triggered an error on older because s3tests triggers a but in the
original radosgw, but we may as well do it for... - 06:36 PM Revision 42bcabfe (ceph): Merge pull request #2777 from ceph/wip-9859
- mon: Monitor: MMonGetMap doesn't require caps
Reviewed-by: Sage Weil <sage@redhat.com> - 06:33 PM Revision 227ecd8b (ceph): mon: Monitor: MMonGetMap doesn't require caps
- We are dropping the requirement for MON_CAP_R for MMonGetMap.
Reason is simple enough: clients may need to contact t... - 06:29 PM Revision 3f706f2b (ceph): upgrade/firefly: don't thash primary affinity with dumpling clients
- Fixes: #9865
Signed-off-by: Sage Weil <sage@redhat.com> - 06:25 PM Revision bb9f4c35 (ceph): tasks/thrashosds: support overrides
- e.g.,
overrides:
thrashosds:
thrash_primary_affinity: false
...
tasks:
- install:
- ceph:
- thrashosds:
- work... - 06:19 PM Revision 7e41c93e (ceph): tasks/thrashosds: support overrides
- e.g.,
overrides:
thrashosds:
thrash_primary_affinity: false
...
tasks:
- install:
- ceph:
- thrashosds:
- work... - 06:16 PM Bug #9731: Ceph 0.80.6 OSD crashes
- We don't really want leak-check, it is likely slowing down the osds more than necessary.
- 05:23 PM Bug #9731: Ceph 0.80.6 OSD crashes
- so far no luck replicating this with...
- 04:45 PM Bug #9731: Ceph 0.80.6 OSD crashes
- We probably want to let them run under valgrind overnight if possible.
- 03:32 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Right, I couldn't get 3/3 under valgrind to ever come up to a good health, probably because of the load on it. Howev...
- 03:27 PM Bug #9731: Ceph 0.80.6 OSD crashes
- (Last I heard, 2/3 were running valgrind, cluster is healthy)
Question: what version are the clients? - 08:16 AM Bug #9731: Ceph 0.80.6 OSD crashes
- the 3rd OSD won't join, it is now always aborting at startup. log attached. Perhaps all the starting/stopping has c...
- 08:01 AM Bug #9731: Ceph 0.80.6 OSD crashes
- after installing wip-9731 but before running under valgrind, I received a crash at 2014-10-22 10:44:42.326583 log at...
- 07:51 AM Bug #9731: Ceph 0.80.6 OSD crashes
- I've got ceph updated to the wip-9731, and am attempting to start the OSDs under valgrind. However, the first one ap...
- 05:34 PM CephFS Bug #9870 (Resolved): kernel: not handling cap_flush_ack messages properly
- This is the analogue to #9869, which Zheng tells me is also a problem in the kernel. We need to downcast the message ...
- 05:34 PM Revision bdbcf760 (ceph): ceph_manager: ceph_objectstore_tool testing off by default
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:32 PM Revision 523cb63b (ceph): ceph_manager: ceph_objectstore_tool testing off by default
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:30 PM CephFS Bug #9869: Client: not handling cap_flush_ack messages properly
- Waiting for this to build so it can be tested.
- 05:28 PM CephFS Bug #9869 (Resolved): Client: not handling cap_flush_ack messages properly
- We saw a log segment that contained this:...
- 04:47 PM Fix #9566 (Fix Under Review): osd: prioritize recovery of OSDs with most work to do
- Here is a draft for review: https://github.com/ceph/ceph/pull/2778 if this sounds reasonable I'll write tests. Otherw...
- 04:30 PM Revision b9450b53 (ceph): CrushWrapper: pick a ruleset same as rule_id
- Originally in the add_simple_ruleset funtion, the ruleset_id
is not reused but rule_id is reused. So after some add/r... - 03:13 PM Revision 04034a0c (ceph): Smarter s3tests branch selection
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
(cherry picked from commit 1b8d31986a5a8bc4cd9fea90eb680db3ca1866c8) - 03:13 PM Revision 01b556af (ceph): Smarter s3tests branch selection
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
(cherry picked from commit 1b8d31986a5a8bc4cd9fea90eb680db3ca1866c8) - 03:12 PM Revision 1b8d3198 (ceph): Smarter s3tests branch selection
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 02:47 PM Documentation #9867 (Closed): PGs per OSD documentation needs clarification
- Documentation in question:
http://ceph.com/docs/master/rados/operations/placement-groups/
http://ceph.com/docs/mast... - 02:37 PM rgw Bug #9169: 100-continue broken for centos/rhel
- The problem seem to be unrelated to the fastcgi module. The actual issue is that we're running the apache with mpm co...
- 01:15 PM Bug #9864: osd doesn't report new stats for 3 hours when running test LibCephFS.MulticlientSimple
- I think it's monitor bug. It took about two hours to commit an update...
- 11:06 AM Bug #9864: osd doesn't report new stats for 3 hours when running test LibCephFS.MulticlientSimple
- let's add debug to teh test yaml so that we have logs next time?
- 10:59 AM Bug #9864: osd doesn't report new stats for 3 hours when running test LibCephFS.MulticlientSimple
- there is no mds log or client log. but ceph.log on both burnupi58 and burnupi58 look strange...
- 09:31 AM Bug #9864 (Can't reproduce): osd doesn't report new stats for 3 hours when running test LibCephFS...
- ...
- 12:53 PM Bug #9480: OSD is crashing while object deletion
- 12:32 PM rgw Bug #9866 (Fix Under Review): "test_s3.test_multipart_upload ... ERROR" in upgrade:firefly:older-...
- https://github.com/ceph/ceph-qa-suite/pull/209
- 10:30 AM rgw Bug #9866 (Resolved): "test_s3.test_multipart_upload ... ERROR" in upgrade:firefly:older-firefly-...
- Run http://pulpito.front.sepia.ceph.com/teuthology-2014-10-21_18:40:01-upgrade:firefly:older-firefly-distro-basic-vps...
- 12:17 PM rbd Bug #9854 (In Progress): librbd: reads contending for cache space can cause livelock
- 11:41 AM rbd Bug #9854: librbd: reads contending for cache space can cause livelock
- Update:
Run teuthology-2014-10-21_23:17:01-upgrade:firefly:newer-firefly-distro-basic-vps
Job: ['565380']
Logs... - 11:35 AM Bug #9859 (Resolved): Commit 2ac2a96 appears to break OSD creation
- 10:43 AM Bug #9859: Commit 2ac2a96 appears to break OSD creation
- Problem has been identified.
This went unnoticed as vstart.sh, even with cephx disabled, always creates a keyring,... - 10:18 AM Bug #9859: Commit 2ac2a96 appears to break OSD creation
- also, 2ac2a96 is the merge commit for the branch of c0e3bc9a
- 10:11 AM Bug #9859: Commit 2ac2a96 appears to break OSD creation
- Yesterday I figured as far as the monitor not handling 'MMonGetMap' messages from the OSD during mkfs because the OSD...
- 09:59 AM Bug #9859 (In Progress): Commit 2ac2a96 appears to break OSD creation
- 11:29 AM rgw Bug #9865 (Resolved): "Assertion: osdc/ObjectCacher.cc" in upgrade:firefly:older-firefly-distro-b...
- pushed fix to giant and firefly branches of ceph-qa-suite
- 11:19 AM rgw Bug #9865: "Assertion: osdc/ObjectCacher.cc" in upgrade:firefly:older-firefly-distro-basic-vps run
- thrasher needs to not thrash primary affinity in this case. client connects before the primary-affinity is set so th...
- 11:10 AM rgw Bug #9865 (In Progress): "Assertion: osdc/ObjectCacher.cc" in upgrade:firefly:older-firefly-distr...
- 10:22 AM rgw Bug #9865 (Resolved): "Assertion: osdc/ObjectCacher.cc" in upgrade:firefly:older-firefly-distro-b...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-21_18:40:01-upgrade:firefly:older-firefly-distro-b...
- 10:49 AM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
- Full logs from pastebin to survive expiration.
- 10:32 AM Bug #8885: SIGABRT in TrackedOp::dump() via dump_ops_in_flight()
- /a/samuelj-2014-10-21_16:45:57-rados-wip-sam-testing-wip-testing-vanilla-fixes-basic-multi/564093/remote
- 10:29 AM Bug #9675: splitting a pool doesn't start when rule_id != ruleset_id
- Note that this patch will not change existing crushmaps, it will just make new rules using matching ruleset_id == rul...
- 10:00 AM Bug #9675 (Pending Backport): splitting a pool doesn't start when rule_id != ruleset_id
- pending backports awaiting review/merge on
* dumpling: https://github.com/ceph/ceph/pull/2775
* emperor: https://... - 10:05 AM Bug #9851: crash on journal/filestore shutdown on firefly
- Running http://pulpito.ceph.com/loic-2014-10-22_10:04:57-upgrade:firefly-x-giant-testing-basic-vps/ which is s/branch...
- 09:14 AM Bug #9851: crash on journal/filestore shutdown on firefly
- Running http://pulpito.ceph.com/loic-2014-10-22_20:28:41-rados:thrash-wip-9851-testing-basic-vps/
- 09:09 AM Bug #9851: crash on journal/filestore shutdown on firefly
- 09:05 AM Bug #9851: crash on journal/filestore shutdown on firefly
- I wonder how to re-run http://pulpito.ceph.com/teuthology-2014-10-18_19:22:02-upgrade:firefly-x-giant-distro-basic-mu...
- 10:01 AM Bug #9852 (Fix Under Review): mon: monitor asserts on 'ceph mds add_data_pool X' if X is an ID th...
- https://github.com/ceph/ceph/pull/2773
- 09:46 AM rbd Bug #9857 (Resolved): rbd readahead division by zero exception
- 09:45 AM rbd Bug #9857: rbd readahead division by zero exception
- PR: https://github.com/ceph/ceph/pull/2770
- 08:53 AM devops Bug #9860: grub/os-prober launch kills most ceph OSD
- And sda1 which is the ext4 mounted disj of osd.13
Oct 22 07:42:00 stri os-prober: debug: running /usr/lib/os-probe... - 08:45 AM devops Bug #9860: grub/os-prober launch kills most ceph OSD
- Logs detailing what os-prober was doing when one of the OSD crashed, sda2 is the journal partition of osd.13 who got ...
- 08:42 AM devops Bug #9860: grub/os-prober launch kills most ceph OSD
- 08:25 AM devops Bug #9860: grub/os-prober launch kills most ceph OSD
- Adding more complete log lines with ASSERT references
<guerby> 2014-10-22 07:42:07.369785 7f6edf0b5700 0 -- 192.1... - 12:12 AM devops Bug #9860 (Fix Under Review): grub/os-prober launch kills most ceph OSD
- h3. Workaround
Disable os-probe with ... - 08:09 AM Bug #9858 (Rejected): osd crush rule create-erasure idempotency failure
- This was a side effect of process being killed at random. It was possible to reproduce it consistently until https://...
- 04:10 AM Bug #5925: hung ceph_test_rados_delete_pools_parallel
- this was fun though.
I'll stop with the noise now and test this with the patch from #9845. - 04:08 AM Bug #5925 (Can't reproduce): hung ceph_test_rados_delete_pools_parallel
- and then I read David's comments on this ticket and I felt dumb.
- 04:06 AM Bug #5925: hung ceph_test_rados_delete_pools_parallel
- My last statement about the tick even was inaccurate.
gdb tells me that 'tick_event' is still set by the time we i... - 03:48 AM Bug #5925: hung ceph_test_rados_delete_pools_parallel
- Hit this again while testing a mon patch. Setting to this 'Verified' again until I check with David or Sam on what t...
- 02:58 AM Bug #9585: ceph assertion using rocksdb store in master branch
- Hi Tamilarasi, it's still broken for the master branch? Give a link to the corresponding job for pulpito.ceph.com?
- 02:56 AM Bug #9814 (Resolved): FAILED assert(0) In function 'GenericObjectMap::Header GenericObjectMap::lo...
- 01:58 AM Bug #9761: ceph-osd: segfault at 654c30 ip 00007f00dc5f1f07 sp 00007f00c5642e00 error 7 in ld-2.1...
- No.
- 12:59 AM Revision 9803cedf (ceph): init-radosgw.sysv: set ulimit -n before starting daemon
- If we do the ulimit inside the daemon command we will have already
dropped privs and will fail.
Fixes: #9587
Backpor... - 12:09 AM Revision 2687b3d8 (ceph): s/ceph_test_rados/rados_loadgen_big workload
- fixes: #9610
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
10/21/2014
- 11:53 PM Revision 317b83dd (ceph): Merge pull request #2770 from ceph/wip-9857
- rbd: Correct readahead divide by zero exception
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 10:52 PM Revision 5a5ba221 (ceph): Merge pull request #206 from ceph/wip-9672
- Added timeout: 6h to workunit
- 10:45 PM Revision 4ed7b8e2 (ceph): Added timeout: 6h to workunit
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:32 PM Bug #9859: Commit 2ac2a96 appears to break OSD creation
- Specifically, this is with osd creation where the monmap isn't specified (similar to how vstart does it, but not ceph...
- 09:09 PM Bug #9859 (Resolved): Commit 2ac2a96 appears to break OSD creation
- Narrowed this down through Joao's comments and bisecting to hit this commit. Not sure if this only happens under spec...
- 09:04 PM Revision fb8fc811 (ceph): Merge pull request #205 from dachary/wip-erasure-code-isa-giant
- erasure-code: isa plugin thrashods suite
Reviewed-by: Samuel Just <sam.just@inktank.com> - 09:02 PM Revision ad24d984 (ceph): erasure-code: isa plugin thrashods suite
- Add the distros directory which enumerates the os_type and
os_version on which the suite is to run.
http://tracker.c... - 09:01 PM Revision 0d1f8859 (ceph): Merge pull request #165 from dachary/wip-erasure-code-isa
- erasure-code: isa plugin thrashods suite
Reviewed-by: Samuel Just <sam.just@inktank.com> - 08:44 PM Revision e81d8878 (ceph): Make better error reporting for client's call to rados.Rados
- Signed-off-by: Derrick Schneider derrick.schneider@gmail.com
- 08:32 PM Revision 309c74d8 (ceph): CrushWrapper: pick a ruleset same as rule_id
- Originally in the add_simple_ruleset funtion, the ruleset_id
is not reused but rule_id is reused. So after some add/r... - 08:15 PM Revision ef23c377 (ceph): Merge pull request #203 from ceph/wip-9419
- Fixed dir structure problem
- 08:14 PM Revision 78066bd0 (ceph): fixed issue:9288 in firefly:older suite - avoid upgrading clients
- in paralllel to the workloads
Signed-off-by: tamil <tamil.muthamizhan@inktank.com> - 07:59 PM Revision a9c967b9 (ceph): fixing issue with bug:9288 - do not upgrade clients when workload is
- running in parallel
Signed-off-by: tamil <tamil.muthamizhan@inktank.com> - 06:25 PM Revision dabde883 (ceph): Merge pull request #204 from dachary/wip-spurious-erasure-code-workload
- erasure-code: dumpling-firefly-x/parallel/6-final-workload is incorrect
- 06:18 PM rgw Bug #9169: 100-continue broken for centos/rhel
- Running a simplified yaml, see https://gist.github.com/yuriw/1603e536ee33a28f93a4
Note: Moved clients to separate ... - 04:53 PM rgw Bug #9169: 100-continue broken for centos/rhel
- Running a simplified yaml, see https://gist.github.com/yuriw/1603e536ee33a28f93a4
Note: Moved clients to separate ... - 10:16 AM rgw Bug #9169: 100-continue broken for centos/rhel
- See the dupe #9825 for latest run info
- 10:07 AM rgw Bug #9169: 100-continue broken for centos/rhel
- yuri to make a minimal test case
- 06:14 PM Revision 93642ecd (ceph): Fixed rgw task, added logging
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 06:11 PM Revision e88f3ecc (ceph): Merge branch 'firefly' of https://github.com/ceph/ceph-qa-suite into wi...
- 06:02 PM Revision 81fa93c7 (ceph): erasure-code: dumpling-firefly-x/parallel/6-final-workload is incorrect
- 6-final-workload/ec-rados-plugin=jerasure-k=2-m=1.yaml was added to the
wrong directory.
Signed-off-by: Loic Dachary... - 06:02 PM Revision d9ff3a6b (ceph): PG:: reset_interval_flush and in set_last_peering_reset
- If we have a change in the prior set, but not in the up/acting set, we go back
through Reset in order to reset peerin... - 05:57 PM Revision ecfcb2e0 (ceph): Merge pull request #189 from ceph/wip-apache-max-requests
- apache: set MaxRequestsPerChild to 0
- 05:57 PM Revision 148c9440 (ceph): Merge pull request #199 from ceph/wip-rgw-ec-slow-backend
- rgw: mark ec related rgw suites as slow backend
- 05:50 PM rgw Bug #9587 (Fix Under Review): ceph-radosgw sysvinit script on EL6 cannot set ulimit
- https://github.com/ceph/ceph/pull/2771
This could use a manual test as well to ensure the limit is properly set on... - 05:39 PM Revision d2fe792c (ceph): Merge remote-tracking branch 'gh/giant'
- 05:38 PM Revision a49d7450 (ceph): objecter: Unlock in shutdown before waiting for timer thread
- Fixes: #9845
Reviewed-by: Sage Weil <sage@redhat.com>
Signed-off-by: David Zafman <dzafman@redhat.com> - 05:33 PM Revision bc8fd492 (ceph): erasure-code: use ErasureCode::SIMD_ALIGN in ceph_erasure_code_benchmark
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 05:33 PM Revision c894812c (ceph): erasure-code: add ErasureCode::encode unit test
- Re-create and describe the situation that is fixed by
91a7e18f60bbc9acab3045baaa1b6505474ec4a9 which reworks the buff... - 05:33 PM Revision 0749a291 (ceph): erasure-code: expose ErasureCode::SIMD_ALIGN as a const
- For test purposes and it will also be useful for plugins that must
ensure the chunk size is a multiple of SIMD_ALIGN.... - 05:33 PM Revision abc1cfbc (ceph): ceph_erasure_code_benchmark: use 32-byte aligned input
- The benchmark is supposed to measure the encoding/decoding speed and
not the overhead of buffer realignments.
Signed... - 05:33 PM Revision fdeeeb1b (ceph): erasure code: use 32-byte aligned buffers
- Requiring page aligned buffers and realigning the input if necessary
creates measurable oberhead. ceph_erasure_code_b... - 05:33 PM Revision 3ce06154 (ceph): erasure code: use a function for the chunk mapping index
- 05:33 PM Revision 61543394 (ceph): common: add an aligned buffer with less alignment than a page
- SIMD optimized erasure code computation needs aligned memory. Buffers
aligned to a page boundary are not needed thoug... - 05:33 PM Revision 681dad89 (ceph): common: remove dead code in buffer.cc
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 05:23 PM Revision 52180a59 (ceph): mon: MDSMonitor: update function doxygen description
- Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
- 05:23 PM Revision c589f3f6 (ceph): mon: MDSMonitor: proper error output if pool DNE on 'add_data_pool'
- Fixes: #9852
Signed-off-by: Joao Eduardo Luis <joao@redhat.com> - 05:23 PM Revision 12f1151a (ceph): mon: MDSMonitor: have 'filesystem_command' return int instead of bool
- Makes for readable, expectable, prettier code.
Signed-off-by: Joao Eduardo Luis <joao@redhat.com> - 05:23 PM Bug #9858: osd crush rule create-erasure idempotency failure
- reproduced with *while make -j8 check ; do : ; done* after ~30 minutes (i.e. ~15 runs).
- 05:03 PM Bug #9858 (Rejected): osd crush rule create-erasure idempotency failure
- The *./ceph osd crush rule create-erasure ruleset3* command run by test/mon/osd-crush.sh sometime fails to notice the...
- 05:20 PM Bug #9837 (Duplicate): rbd crash when upgrading from v0.80.5 to firefly
- this could be same as bug # 9288, modified the upgrade:firefly suite to NOT upgrade clients when workload is in progr...
- 05:19 PM rbd Feature #9733: Separate rbd listing into CAP
- It sounds like Nova is configured to use RBD as the backing store for its ephemeral disk images instead of the local ...
- 11:51 AM rbd Feature #9733: Separate rbd listing into CAP
- OK, putting the pool argument first does work. We have consequently found out that Nova does require list permissions...
- 10:54 AM rbd Feature #9733: Separate rbd listing into CAP
- Try placing the "pool=test" argument before the "object_prefix XYZ" portion of the cap:...
- 05:16 PM Bug #9610 (Resolved): Crash "RadosModel.h: In function 'virtual void WriteOp::_finish(TestOp::Cal...
- fixed in multi-version suite already - commit b966da7b71c8aee22ff8e58b3b0c105b1d7ca4bf
fixed in upgrade:firefly/ol... - 02:06 PM Bug #9610: Crash "RadosModel.h: In function 'virtual void WriteOp::_finish(TestOp::CallbackInfo*)...
- New ceph_test_rados is too picky for dumpling osds. We only want to use dumpling ceph_test_rados against clusters wi...
- 02:06 PM Bug #9610: Crash "RadosModel.h: In function 'virtual void WriteOp::_finish(TestOp::CallbackInfo*)...
- also: ubuntu@teuthology:/a/teuthology-2014-10-20_18:40:02-upgrade:firefly:older-firefly-distro-basic-vps/561550
<... - 12:53 PM Bug #9610: Crash "RadosModel.h: In function 'virtual void WriteOp::_finish(TestOp::CallbackInfo*)...
- seeing this on the upgrade test from v0.67.11 to firefly [v0.80.7]...
- 04:56 PM Revision 64cf8ea9 (ceph): msg/async/AsyncConnection: drop unused port
- Signed-off-by: Sage Weil <sage@redhat.com>
- 04:55 PM Revision c0256329 (ceph): msg/async: rename ms_event_ -> ms_async_, drop unused config options
- Signed-off-by: Sage Weil <sage@redhat.com>
- 04:55 PM Revision 57d81953 (ceph): msg/Makefile: keep headers
- Signed-off-by: Sage Weil <sage@redhat.com>
- 04:55 PM Revision 86d3b187 (ceph): msg/Messenger: allow ms_type 'random'
- Randomly select simple or async, for testing purposes.
Signed-off-by: Sage Weil <sage@redhat.com> - 04:54 PM Bug #9752: acting in past intervals contains primary and up_primary (looks like duplicates but is...
"kit" on #ceph was in a situation of having incomplete pg. They sent the pg query output and it showed strange pas...- 04:44 PM rbd Bug #9857 (Fix Under Review): rbd readahead division by zero exception
- 03:53 PM rbd Bug #9857 (In Progress): rbd readahead division by zero exception
- 02:42 PM rbd Bug #9857 (Resolved): rbd readahead division by zero exception
- When using old-format RBD images, the RBD readahead block alignments are initialized to zero because the stripe param...
- 04:44 PM Revision b4741b31 (ceph): Fixed dir structure problem
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 04:07 PM rbd Bug #9855: rbd "Segmentation fault" in upgrade:firefly:singleton-firefly-distro-basic-vps run
- Tamilarasi muthamizhan wrote:
> I think this issue could be related to bug # 9288, upgrading clients when workload i... - 02:04 PM rbd Bug #9855: rbd "Segmentation fault" in upgrade:firefly:singleton-firefly-distro-basic-vps run
- I think this issue could be related to bug # 9288, upgrading clients when workload is in progress.
- 02:02 PM rbd Bug #9855: rbd "Segmentation fault" in upgrade:firefly:singleton-firefly-distro-basic-vps run
- more logs:
ubuntu@teuthology:/a/teuthology-2014-10-20_18:40:02-upgrade:firefly:older-firefly-distro-basic-vps/561562 - 11:11 AM rbd Bug #9855: rbd "Segmentation fault" in upgrade:firefly:singleton-firefly-distro-basic-vps run
- logs: ubuntu@teuthology:/a/teuthology-2014-10-20_19:10:01-upgrade:firefly:newer-firefly-distro-basic-vps/561993
- 11:07 AM rbd Bug #9855 (Resolved): rbd "Segmentation fault" in upgrade:firefly:singleton-firefly-distro-basic-...
- On:
os_type: rhel
os_version: '6.4'
Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-20_20:50:... - 03:32 PM rgw Bug #9612: "ERROR: test suite for <module 's3tests.functional'" in multi-version-giant-testing-ba...
- ...
- 03:24 PM rgw Bug #9612 (Rejected): "ERROR: test suite for <module 's3tests.functional'" in multi-version-giant...
- that's giant rgw and dumpling osds, shouldn't work.
- 03:31 PM Revision eeb1da50 (ceph): Merge branch 'msg-event-worker-mode' of git://github.com/yuyuyu101/ceph...
- 03:31 PM Revision 4e4702de (ceph): Merge pull request #2710 from yuyuyu101/keyvaluestore-clone-rmattr
- Fix Keyvaluestore clone rmattr
- 03:22 PM CephFS Feature #9557 (Fix Under Review): mds: verify backtrace on fetch_dir
- 10:44 AM CephFS Feature #9557 (In Progress): mds: verify backtrace on fetch_dir
- 03:19 PM Feature #7104: rest-api: support commands requiring 'w' cap without 'rw' cap
- Please stop throwing this bug in the FS tracker just because it has the word MDS in it...
- 03:05 PM Revision d0b37c24 (ceph): Merge pull request #202 from dachary/wip-9841-no-lrc-giant
- erasure-code: enclose no-lrc in a task (giant)
- 03:04 PM Revision dc72410e (ceph): Merge pull request #201 from dachary/wip-9841-no-lrc
- erasure-code: enclose no-lrc in a task
- 02:58 PM rgw Bug #9616: upgrade test restarts rgw, test gets 500
- fixed...
- 02:33 PM Bug #9823 (Won't Fix): ceph-osd mkfs or ceph auth add : exit -9
- It did not show up after the fix. The tests use a lot more than the default 1024 file descriptors allowed. Marking wo...
- 02:25 PM devops Bug #9665: ceph-disk zap should call partprobe
- Running http://pulpito.ceph.com/loic-2014-10-21_14:25:31-ceph-deploy:singleton-wip-9665-ceph-disk-partprobe-testing-b...
- 02:19 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Sorry, still out sick today. Hoping to be in tomorrow.
- 11:10 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Brad House wrote:
> Sorry, I only have access during the week to the test system, and I'm out sick today. Hopefully... - 02:17 PM devops Bug #9807 (Duplicate): Missing radosgw packages in various upgrade suites
- This was basically the same issue that was thought to be fixed and centos still had issues in issue #9824 but should ...
- 02:13 PM devops Bug #9747: ceph.spec.in will always use 95-ceph-osd-alt.rules
- gitbuilder was clean but got trimed
- 01:56 PM Revision 3e17a087 (ceph): os/FileJournal: When dump journal, using correctly seq avoid misjudging...
- In func FileJournal::dump, it always using seq=0 as last-seq and it can
misjudge the journal corrupt.
Signed-off-by:... - 01:55 PM Revision 350da8c9 (ceph): os: io_event.res is the size written
- And not an error code to be converted with cpp_strerror()
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(che... - 01:55 PM Revision ecff3761 (ceph): os/FileJournal: For journal-aio-mode, don't use aio when closing journal.
- For jouranl-aio-mode when closing journal, the write_finish_thread_entry may exit before
write_thread_entry. This cau... - 01:55 PM Revision dbc33fba (ceph): os/FileJournal: Only using aio then alloc the related resources.
- If define HAVE_LIBAIO, it alloc related resouces. But itt don't check whether
using aio mode. Only using aio it alloc... - 01:55 PM Revision 3312c6ee (ceph): os/FileJournal: Tune the judge logic for read_header.
- When reading journal-header, it should firstly check the result of
pread and then do decoce operation.
Signed-off-by... - 01:55 PM Revision b4210758 (ceph): os/FileJournal: signal aio_cond even if seq is 0
- This can happen if we write a journal but no events.
Reported-by: Somnath Roy <somnath.roy@sandisk.com>
Reported-by:... - 01:55 PM Revision 4a43ea17 (ceph): os/FileJournal: Update the journal header when closing journal
- When closing journal, it should check must_write_header and update
journal header if must_write_header alreay set.
It... - 01:53 PM Bug #9288: "Assertion `nlock == 0' failed" in upgrade:firefly-firefly-testing-basic-vps suite
- fixed it ...
- 11:17 AM Bug #9288: "Assertion `nlock == 0' failed" in upgrade:firefly-firefly-testing-basic-vps suite
- the job is upgrading client.0 (vpm072) in that test too.
i think
- install.upgrade:
all:
bran... - 01:53 PM Revision 0975ec9c (ceph): Revert "os/FileJournal: stop aio completion thread *after* writer thread"
- This reverts commit 334631ae4641824b3df49245f36a8fd4b143bf3f.
- 01:47 PM Bug #9408: erasure-code: misalignment
- 01:34 PM Revision 34f11662 (ceph): Merge pull request #2761 from fgimenez/do-autogen-defaults-to-nss
- do_autogen.sh: default configure with nss instead of cryptopp
Reviewed-by: Sage Weil <sage@redhat.com> - 01:34 PM Bug #9485 (In Progress): Monitor crash due to wrong crush rule set
- Did not forget about it, just busy with other things.
- 01:33 PM Bug #9684 (Can't reproduce): "Scrubbing terminated" in upgrade:firefly-firefly-distro-basic-multi...
- no log or core
- 01:32 PM Bug #9434 (Can't reproduce): rbd rm hangs
- 01:30 PM Bug #9702 (Duplicate): "MaxWhileTries: 'wait_until_healthy'reached maximum tries" in upgrade:fire...
- probably dup of #9835
- 01:29 PM Bug #9703 (Resolved): "Segmentation fault" in upgrade:firefly-x-giant-distro-basic-multi run
- 01:27 PM Bug #9739 (Won't Fix): rados cli: listsnaps does not list snaps
- because you haven't written to it yet!
- 01:19 PM Bug #9761: ceph-osd: segfault at 654c30 ip 00007f00dc5f1f07 sp 00007f00c5642e00 error 7 in ld-2.1...
- Has this happened more than once?
- 01:18 PM Bug #9794 (Resolved): vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- checked firefly; no need to backport.
- 01:15 PM Bug #9794: vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- 01:15 PM Bug #9794 (Resolved): vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- 01:11 PM Bug #9419 (Resolved): dumpling->firefly upgrade, sending setallochint?
- 01:09 PM Bug #9649 (Can't reproduce): OSD hang in op_tp
- 01:07 PM Bug #9559 (Resolved): ?off-by-one vulnerability?ceph-0.80.5/src/common/fd.cc dump_open_fds() func...
- 11:43 AM CephFS Bug #8809 (Can't reproduce): uclient: memory leak
- maybe fixed by 2313ce1d024361fd7f4d2cbca789010f0fe0faad
- 11:34 AM Bug #9856 (Duplicate): osd crashed after upgrade from v0.80.5 to firefly
- #9851
- 11:26 AM Bug #9856: osd crashed after upgrade from v0.80.5 to firefly
- more jobs: ubuntu@teuthology:/a/teuthology-2014-10-20_19:10:01-upgrade:firefly:newer-firefly-distro-basic-vps/561999
... - 11:23 AM Bug #9856 (Duplicate): osd crashed after upgrade from v0.80.5 to firefly
- osd crashed after upgrading from ceph v0.80.5 to firefly and during thrashing,
logs: ubuntu@teuthology:/a/teutholo... - 11:10 AM Linux kernel client Bug #9507 (Resolved): calling llistxattr(2) on a symlink crashes the client
- 10:55 AM CephFS Bug #9674: nightly failed multiple_rsync.sh
- commit:477073aba1da880dfd0b8c82f4792788579f28b9 in master and commit:44ce33c12443909b02c7ee451ad45400f55d53c9 in giant
- 10:38 AM Bug #9845 (Resolved): hung ceph_test_rados_delete_pools_parallel
- 12:59 AM Bug #9845 (Fix Under Review): hung ceph_test_rados_delete_pools_parallel
- 12:48 AM Bug #9845 (Resolved): hung ceph_test_rados_delete_pools_parallel
- ...
- 10:00 AM Revision ddc9bc05 (ceph): libcephfs.cc: use reinterpret_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 09:57 AM rgw Bug #9575 (Duplicate): s3tests.functional.test_s3.test_region_copy_object fails (races with rados...
- 09:43 AM rgw Bug #3896 (Resolved): rest-bench common/WorkQueue.cc: 54: FAILED assert(_threads.empty())
- 09:42 AM rgw Bug #1673 (Won't Fix): rgw: mod_fastcgi needs to be backward compatible
- 09:41 AM rgw Bug #8251: radosgw-agent does not sync objects uploaded to recreated buckets
- closed and obsolete : https://github.com/ceph/ceph/pull/2765
- 09:40 AM rgw Bug #8550 (Resolved): rgw: need to reduce calls to rgw_obj.set_obj()
- 09:38 AM rgw Bug #9043 (Duplicate): rgw:Cannot add object to Ceph using Openstack Dashboard(Horizon) in firefly
- 09:31 AM rgw Bug #9525 (Duplicate): Deleted object shows in object listing
- 09:29 AM rgw Bug #9576 (Fix Under Review): rgw: update object content-length doesn't work correctly
- 09:27 AM rgw Bug #9500 (Duplicate): 0.80.5 on CentOS 6.5: radosgw-admin fails to correctly name subuser object
- 09:27 AM rgw Bug #9500: 0.80.5 on CentOS 6.5: radosgw-admin fails to correctly name subuser object
- unlikely to be ubuntu vs centos. this looks like #8587 or releated issues (pending backport to firefly)
- 09:25 AM rgw Bug #9469 (Rejected): RadosGW performance degrades with high concurrency workload.
- please send an email about this to ceph-devel; that is a better forum to discuss performance issues.
- 09:23 AM rgw Bug #9543 (Rejected): AssertionError(s) in upgrade:dumpling-dumpling-distro-basic-vps run
- 09:23 AM rgw Bug #9588 (Rejected): Keystone s3 auth integration lacking access_key = tenant:user ability suppo...
- thanks Mark!
- 09:21 AM rgw Bug #9766 (Rejected): s3tests: test_100_continue failing
- this is almost certainly a configuration error. need rgw print continue = true and patched mod_fastcgi
- 09:20 AM rgw Bug #9002 (Duplicate): Creating swift key with --gen-secret in separate step from subuser creatio...
- #8587
- 09:19 AM rgw Bug #8676 (Duplicate): md5sum check failed during readwrite.py
- this appears to be resolved by #9307
- 09:17 AM rgw Bug #9307 (Resolved): "s3.test_multipart_upload_multiple_sizes ... ERROR" in upgrade:dumpling-fir...
- 09:17 AM rgw Bug #9307: "s3.test_multipart_upload_multiple_sizes ... ERROR" in upgrade:dumpling-firefly-x-mast...
- 09:16 AM rbd Bug #9854 (Resolved): librbd: reads contending for cache space can cause livelock
- As a result of accounting for reads properly with #9513. Using qemu-io (a test program) is one way to trigger this - ...
- 09:13 AM rgw Bug #9039 (Resolved): Using COPY on radosgw to copy object from one bucket to another that's in a...
- 09:07 AM Bug #9675 (In Progress): splitting a pool doesn't start when rule_id != ruleset_id
- 09:06 AM rbd Bug #9513 (Resolved): rbd_cache=true default setting is degading librbd performance ~10X in Giant
- backported in commit:65be257e9295619b960b49f6aa80ecdf8ea4d16a
- 09:04 AM Bug #9813 (Resolved): cryptopp dependency missing for deb-based systems
- 08:45 AM Bug #9813: cryptopp dependency missing for deb-based systems
- Already addressed by [1], cheers!
[1] https://github.com/ceph/ceph/pull/2761 - 08:54 AM Bug #9853 (Duplicate): coredump in upgrade:firefly-x-giant-distro-basic-vps run
- #9851
- 08:21 AM Bug #9853 (Duplicate): coredump in upgrade:firefly-x-giant-distro-basic-vps run
- On:
os_type: rhel
os_version: '6.5'
Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-20_15... - 08:52 AM rgw Bug #9825 (Duplicate): s3tests failing on rhel 6.4 and 6.5 in upgrade:dumpling-firefly-x:parallel...
- this is #9169
- 08:33 AM rgw Bug #9825: s3tests failing on rhel 6.4 and 6.5 in upgrade:dumpling-firefly-x:parallel-giant-distr...
- In the run teuthology/teuthology-2014-10-20_15:01:14-upgrade:firefly-x-giant-distro-basic-vps , jobs ['560024', '5600...
- 08:35 AM Revision fbf89f50 (ceph): rbd: Correct readahead divide by zero exception
- When readahead is used on old-format RBD images, a divide
by zero signal will be thrown. This was caused by initiali... - 08:12 AM Bug #9073 (Pending Backport): OSD with device/partition journals down after fresh deploy or upgra...
- 07:50 AM Bug #9073: OSD with device/partition journals down after fresh deploy or upgrade to 0.83
- https://github.com/ceph/ceph/pull/2764 is a better fix. The isolated patch made sense to me at the time but it looks ...
- 08:09 AM Linux kernel client Bug #9561 (Rejected): libceph: do not crash if auth reply is not understood
- I believe the code is correct as is and I misdiagnosed the original issue. :(
- 08:09 AM Linux kernel client Bug #9560 (Rejected): libceph: msg kmalloc failure handling on the reply path
- I believe the code is correct as is and I misdiagnosed the original issue.
- 07:53 AM Revision d9e340c9 (ceph): Makefile.am: remove also old *.o/lo files
- Make sure all no longer used/build *.o and *.lo files are
removed on 'make clean' e.g. after moving files around in
t... - 07:39 AM Revision 4cf3b5c3 (ceph): FileJournal.cc: use reinterpret_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:39 AM Revision 32665fa0 (ceph): client/Client.cc: prefer empty() over size() for emptiness check
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:39 AM Revision 89eb2fe2 (ceph): crush/CrushWrapper.cc: use reinterpret_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:35 AM Bug #9852 (Resolved): mon: monitor asserts on 'ceph mds add_data_pool X' if X is an ID that DNE
- ...
- 06:58 AM Bug #9851 (Fix Under Review): crash on journal/filestore shutdown on firefly
- https://github.com/ceph/ceph/pull/2764
- 06:42 AM Bug #9851 (Resolved): crash on journal/filestore shutdown on firefly
- saw this on several runs, e.g. /var/lib/teuthworker/archive/teuthology-2014-10-18_19:22:02-upgrade:firefly-x-giant-di...
- 06:44 AM Revision e72dfb48 (ceph): Default configure with nss instead of cryptopp
- The -n option for nss has been changed to -c to give the
chance to pass cryptopp flag to configure
Signed-off-by: Fe... - 06:03 AM Revision a566610a (ceph): doc: update injectargs syntax
- Modify the examples to use the simpler syntax, not involving -- or
grouping with quotes.
Signed-off-by: Loic Dachary... - 06:03 AM Revision 2ec36095 (ceph): cli: CEPH_ARGS must be before injectargs
- It is incorrect to append the content of CEPH_ARGS to the argument list
when running injectargs. For instance if
C... - 06:03 AM Revision a458bd83 (ceph): cli: do not parse injectargs arguments twice
- The arguments of injectargs being valid ceph arguments, they are.
consumed when the ceph cli calls rados.conf_parse_a... - 06:02 AM Revision f1afb182 (ceph): cli: add verbose information related to argument parsing
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 05:45 AM Revision f931e76b (ceph): Merge pull request #2419 from sponce/wip-9356
- Fixed seg fault described in bug 9356 by adding reference counting on an...
Reviewed-by: Loic Dachary <loic-201408@d... - 04:24 AM Revision 963c6359 (ceph): erasure-code: enclose no-lrc in a task
- http://tracker.ceph.com/issues/9841 Fixes: #9841
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picke... - 04:13 AM Revision 98ef86a2 (ceph): erasure-code: enclose no-lrc in a task
- http://tracker.ceph.com/issues/9841 Fixes: #9841
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 01:48 AM devops Bug #9840: Monitor hung when add new osd
- using the valgrin find errors:
==17554== Thread 7:
==17554== Invalid read of size 4
==17554== at 0x3168A0C380: ... - 12:50 AM Bug #5925 (Can't reproduce): hung ceph_test_rados_delete_pools_parallel
Filed #9845 to describe the recent occurence. This bug was probably something else, so I'm setting it back to "Can...
10/20/2014
- 11:51 PM Bug #5925: hung ceph_test_rados_delete_pools_parallel
- I don't think this would have happened when safe_callbacks was true. It was set to false in a fix for #9582. See al...
- 07:02 PM Bug #5925: hung ceph_test_rados_delete_pools_parallel
Yup, there is a shutdown race. Thread 1 is waiting for the timer thread while holding the Objecter::rwlock in writ...- 11:31 PM Revision 6146d66a (ceph): fixed dumpling-firefly-x suite to upgrade to firefly branch during upgr...
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 11:22 PM Fix #9834 (Rejected): osd_scrub_load_threshold should be checked during scrubbing
- 10:14 AM Fix #9834: osd_scrub_load_threshold should be checked during scrubbing
- I'm not sure this is something we should do. We attempt to schedule scrubs during periods of low disk usage, but if t...
- 07:25 AM Fix #9834 (Rejected): osd_scrub_load_threshold should be checked during scrubbing
- "osd_scrub_load_threshold":https://github.com/ceph/ceph/blob/firefly/src/common/config_opts.h#L515 is "considered":ht...
- 11:20 PM Bug #9844 (Won't Fix): "initiating reconnect" (log) race; crash of multiple OSDs (domino effect)
- On 0.87 I watch "ceph osd tree" and notice that one OSD (leveldb/keyvaluestore-dev) is "down".
In its log I see
... - 11:04 PM Revision 6d0de9ed (ceph): Merge pull request #198 from ceph/wip-9419
- Added a case to test #9419 as part of nightlies runs (task #9568)
- 11:01 PM Revision 8c2af313 (ceph): Fixed sytax errors, removed "sequential" clause per Tamil's comments.
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:45 PM Bug #9356 (Resolved): ceph_test_rados_striper_api_aio Segmentation faults
- https://github.com/ceph/ceph/pull/2419
- 10:12 PM Revision fe9acb1c (ceph): added new test to upgrade client first and also added rbd workload
- to run in parallel to upgrades in firefly/older and firefly/newer suites
Signed-off-by: tamil <tamil.muthamizhan@ink... - 09:51 PM Revision 57588e2b (ceph): rgw: mark ec related rgw suites as slow backend
- We want to avoid tests that time out due to a too slow backend.
Reviwed-by: Josh Durgin <josh.durgin@inktank.com>
Si... - 09:50 PM Revision 85221bc3 (ceph): rgw: mark ec related rgw suites as slow backend
- We want to avoid tests that time out due to a too slow backend.
Reviwed-by: Josh Durgin <josh.durgin@inktank.com>
Si... - 09:49 PM Revision c817c135 (ceph): Merge pull request #200 from dachary/wip-erasure-code-giant
- backport erasure code fixes to giant
- 09:46 PM Revision 4c75fdd7 (ceph): Now indeed added rgw workload
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:44 PM Revision 4d38b5d3 (ceph): upgrade/dumpling-x: do not do ec test on mixed cluster
- dumpling doens't support it
Signed-off-by: Sage Weil <sage@redhat.com> - 09:43 PM Revision 10c4a22f (ceph): erasure-code: upgrade/firefly-x/stress-split-erasure-code
- Mimic upgrade/firefly-x/stress-split only with thrashosd configured with
min_in: 4 for k=3,m=1 . All erasure code wor... - 09:41 PM Revision e98813ad (ceph): erasure-code: do not include k=3,m=1 in dumpling-x
- Because thrashosd does not have min_in: 4 and that we don't want to set
it because other workloads may be influenced.... - 09:41 PM Revision cd3fc3d1 (ceph): erasure-code: add thrash-erasure-code to suites/rados
- Because it needs the thrasher to have min_in: 4 otherewise k=3,m=1 will
block.
http://tracker.ceph.com/issues/9648 F... - 09:41 PM Revision e48a0a39 (ceph): erasure-code: unfound test needs a non empty file
- Other rados put will fail as follows
$ touch /tmp/bar
$ ./rados -p rbd put existing_3 /tmp/bar
$ ./rados -p rbd put ... - 09:39 PM Revision 7a2df8d0 (ceph): erasure-code: fix bugous ec-rados-default.yaml in some suites
- The ec-rados-default.yaml was linked to suites as if it was a task
although it is a workload intended for parallel up... - 09:38 PM Bug #9839 (Rejected): ErasureCodePluginSelectJerasure: generic plugin : abort
- ...
- 03:23 PM Bug #9839 (Need More Info): ErasureCodePluginSelectJerasure: generic plugin : abort
- 03:23 PM Bug #9839: ErasureCodePluginSelectJerasure: generic plugin : abort
- When trying to run manually *ceph-osd -i 0* it hangs at the same point.
- 03:02 PM Bug #9839 (Rejected): ErasureCodePluginSelectJerasure: generic plugin : abort
- It fails when pre-loading the plugin in a context where erasure-code is not used.
http://pulpito.ceph.com/teutholo... - 09:38 PM Revision 75ee20da (ceph): erasure-code: CEPH_FEATURE_ERASURE_CODE_PLUGINS_V2 integration tests
- http://tracker.ceph.com/issues/9343 Refs: #9343
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 09:38 PM Revision 9aee7606 (ceph): erasure-code: assert that firefly-x/stress-split cannot load lrc
- Because it would crash existing plugins.
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 09:37 PM Revision 1c5526de (ceph): fixed firefly-x suite to not upgrade mon.c twice and optimized the suit...
- included another upgrade combination to dumpling-firefly-x suite
Signed-off-by: tamil <tamil.muthamizhan@inktank.com> - 09:36 PM Revision 767262b1 (ceph): Fixed double 'tasks' incorrect lines, added rados and rgw workloads
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:28 PM Revision 70592df0 (ceph): optimized the suite and added tests to upgrade client first
- Signed-off-by: tamil <tmuthami@redhat.com>
- 09:07 PM Revision 13643d6c (ceph): mailmap: Wyllys Ingersoll affiliation
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 09:07 PM Revision b42627b4 (ceph): mailmap: Ma Jianpeng name normalization
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 09:07 PM Revision a4fcc21f (ceph): mailmap: Jiantao He name normalization
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 09:06 PM Revision 4eee5f06 (ceph): mailmap: VRan Liu affiliation
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 09:06 PM Revision d80ea6aa (ceph): mailmap: Mehdi Abaakouk affiliation
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 09:06 PM Revision 82ce82c3 (ceph): mailmap: Jiantao He affiliation
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 09:06 PM Revision d8b260a7 (ceph): mailmap: Yann Dupont affiliation
- Reviewed-by: Yann Dupont <yann@objoo.org>
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 08:52 PM Revision 263805d9 (ceph): rgw: mark ec related rgw suites as slow backend
- We want to avoid tests that time out due to a too slow backend.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> - 08:49 PM Revision 65be257e (ceph): Fix read performance regression in ObjectCacher
- The regression was introduced in commit
4fc9fffc494abedac0a9b1ce44706343f18466f1. The problem is that the cache
thin... - 08:20 PM Revision 6bae21c0 (ceph): optimized the suite and added ceph_objectstore_tool: false to thrashosd...
- Signed-off-by: tamil <tmuthami@redhat.com>
- 06:27 PM devops Bug #9840: Monitor hung when add new osd
- try again, monitor hung still
Thread 25 (Thread 0x7f93e5ec0700 (LWP 13652)):
#0 0x0000003168a0b5bc in pthread_co... - 06:17 PM devops Bug #9840 (Rejected): Monitor hung when add new osd
- ceph version: 0.80.6
Platform: Redhat RHLS 6.5
we want to test the replace disk case,
operator step:
1. ceph o... - 06:20 PM Revision 349eb518 (ceph): tests: mon id is incorrectly skipped
- The argument is shifted and $1 should be used to get the mon id instead
of $2.
http://tracker.ceph.com/issues/9836 F... - 06:11 PM Revision 24e5515d (ceph): Added a case to test #9419 as part of nightlies runs
- (task #9568)
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com> - 06:02 PM Bug #9419: dumpling->firefly upgrade, sending setallochint?
- This is done an a new case was added - PR https://github.com/ceph/ceph-qa-suite/pull/198
- 06:01 PM Feature #9568: Add test case to test #9419 (ceph wip-9419)
- This is done an a new case was added - PR https://github.com/ceph/ceph-qa-suite/pull/198
- 02:14 PM Feature #9568: Add test case to test #9419 (ceph wip-9419)
- this seems to require clients upgraded first running workloads against upgraded monitors and mixed versions of osds, ...
- 05:47 PM Revision feeda6b7 (ceph): rados command: Minor namespace fixes
- Fix rados cppool
Fix rados cp (add --target-nspace)
Add missing --target-locator to usage
Add namespace for clonedata... - 05:47 PM Revision 58d3b7f0 (ceph): rados command: Disable rados export/import (see feature #9403 to enable...
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision aae09762 (ceph): doc: Remove unused PendingReleaseNotes file
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision 09a6186d (ceph): doc: The dot package is included in graphviz package
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision 81f1a545 (ceph): doc: Changes to librados to fix doc errors
- Fixes: #9438
Signed-off-by: David Zafman <dzafman@redhat.com> - 05:47 PM Revision 9fbc083d (ceph): rados command: Add format support for ls operation
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision e42fb5e8 (ceph): Revert "ceph_test_rados_api_*: expose nspace"
- This reverts commit 977d289055d69ab8a7baaf7ef68c013019225833.
The nspace string doesn't need to be static because it... - 05:47 PM Revision d7a8148a (ceph): ceph_test_rados_api_*: expose RadosTest::nspace
- Expose RadosTestEC::nspace
Rename others to nspace for consistency
Signed-off-by: David Zafman <dzafman@redhat.com> - 05:47 PM Revision 21a0eb36 (ceph): test, key_value_store: Use pool rbd since no default data pool present
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision 3de15e8b (ceph): test: Handle destructor of KvStoreBench by adding io_ctx_ready bool
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision 760dddb5 (ceph): doc: Add namespace to description of rados_ioctx_t
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision aa837b0b (ceph): pybind: Add previously missed basic namespace to python bindings
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision b5ca7356 (ceph): rados: Fix ObjectIterator instantiation to specify correct value_type
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 05:47 PM Revision a03f85a8 (ceph): osd, osdc, librados, tools, rgw: Implement pgls of all namespaces
- Add release note
New librados interface
New pg_nls_response_t over the wire protocol
Ignore internal namespace (.ceph... - 05:47 PM Revision 9f772c8c (ceph): rados command: Enhance ls output to show namespaces
- Add rados --all option for ls to output all namespaces
Add rados --default option to cancel --all when in CEPH_ARGS e... - 05:47 PM Revision a5a9a5fa (ceph): test: New and updated testing for pgls of all namespaces
- Add pg_nls_response_t encoding type ceph-dencoder
New test ceph_test_rados_api_nlist
Add check for throw of error and... - 05:47 PM Revision d1333151 (ceph): test: Improvements to allow more thorough clean up between tests
- Remove snapshots at end of test so cleanup works
Fix test clean-up code to make sure ioctx is on SNAP_HEAD
Fix remain... - 05:47 PM Revision f5ebc92b (ceph): pybind, test: Use new rados_nobjects_list_open() variants
- Add listing objects with namespaces to pybind rados testing
Signed-off-by: David Zafman <dzafman@redhat.com> - 05:46 PM Revision 27d5ae61 (ceph): Merge pull request #2758 from ceph/wip-9820
- qa/workunits: cephtool: don't remove self's key on auth tests
Reviewed-by: Sage Weil <sage@redhat.com> - 05:00 PM Revision ac3c1cb5 (ceph): qa/workunits: cephtool: don't remove self's key on auth tests
- Suites run with CEPH_TEST_CLI_DUP_COMMAND=1, which will send a duplicate
command for every command issued with the 'c... - 04:46 PM Revision 5299db34 (ceph): Cleanup up useless method release in MultiAioCompletionImpl. It was exa...
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 04:46 PM Revision 52c97b0b (ceph): Fixed part of the seg fault described in bug 9356 by cleaning reference...
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 04:46 PM Revision 783fc66a (ceph): Fixed part of the seg fault described in bug 9356 by adding reference c...
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 04:46 PM Revision f26cd1b0 (ceph): Fixed remaining part of the seg fault described in bug 9356 by adding r...
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 04:46 PM Revision 98d77600 (ceph): Added missing semaphore in libradosstriper AIO tests leading to potenti...
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 04:14 PM rbd Feature #9733: Separate rbd listing into CAP
- OK, so one more question. This looks like it allows access to any pool. Is there a way to limit this to a particular ...
- 03:34 PM Revision dbe11d1e (ceph): Merge pull request #2757 from fgimenez/update-pool-names-in-dev-guide
- doc: updated names of default pools created at startup
- 03:04 PM Bug #9389 (Duplicate): ec pg stuck peering, did not send query for one shard
- 03:04 PM Bug #9822 (Resolved): failed to become clean before timeout expired
- 02:29 PM Bug #9822: failed to become clean before timeout expired
- 02:18 PM Bug #9821: failed to recover before timeout expired
- in wip-sam-testing
- 02:09 PM Bug #9821: failed to recover before timeout expired
- working on patch
- 01:55 PM Bug #9835 (Fix Under Review): osd: bug in misdirected op checks (firefly)
- https://github.com/ceph/ceph/pull/2760
- 10:12 AM Bug #9835: osd: bug in misdirected op checks (firefly)
- Maybe we need to adjust how we're handling waiting_for_pg, but I don't think that this particular check is a bug — th...
- 09:33 AM Bug #9835 (Resolved): osd: bug in misdirected op checks (firefly)
- ubuntu@teuthology:/var/lib/teuthworker/archive/teuthology-2014-10-18_19:22:02-upgrade:firefly-x-giant-distro-basic-mu...
- 01:32 PM Bug #9806: Objecter: resend linger ops on split
- 01:23 PM CephFS Feature #414 (Resolved): ceph-fuse: implement file locking
- 01:22 PM CephFS Bug #8576: teuthology: nfs tests failing on umount
- teuthology commit:4f2957c42d0f76a399cb26c660ede9243c095779 runs those commands as well as the previous ones.
- 01:02 PM CephFS Bug #9679 (Closed): Ceph hadoop terasort job failure
- Fixed in cephfs-hadoop repo.
- 11:43 AM Revision 777fe211 (ceph): Updated names of default pools created at startup
- 11:31 AM Bug #9288: "Assertion `nlock == 0' failed" in upgrade:firefly-firefly-testing-basic-vps suite
- logs: ubuntu@teuthology:/a/teuthology-2014-10-17_23:30:01-upgrade:firefly:newer-firefly-distro-basic-vps/555356
<p... - 11:20 AM Bug #9288 (New): "Assertion `nlock == 0' failed" in upgrade:firefly-firefly-testing-basic-vps suite
- this seems to look different from bug # 9040.
- 11:29 AM Bug #9837: rbd crash when upgrading from v0.80.5 to firefly
- ...
- 11:27 AM Bug #9837 (Duplicate): rbd crash when upgrading from v0.80.5 to firefly
- logs: ubuntu@teuthology:/a/teuthology-2014-10-17_23:30:01-upgrade:firefly:newer-firefly-distro-basic-vps/555359
<p... - 11:22 AM Bug #9836 (Fix Under Review): mon unit tests use the wrong id
- https://github.com/ceph/ceph/pull/2759
- 11:19 AM Bug #9836: mon unit tests use the wrong id
- It impacts
* "osd-erasure-code-profile.sh":https://github.com/ceph/ceph/blob/giant/src/test/mon/osd-erasure-code-... - 11:13 AM Bug #9836 (Resolved): mon unit tests use the wrong id
- the mon id is incorrect for mon tests using "the call_TEST_functions":https://github.com/ceph/ceph/blob/firefly/src/t...
- 11:15 AM CephFS Bug #9800: client-limits test is not passing
Same failure:
http://pulpito.front.sepia.ceph.com/teuthology-2014-10-17_23:04:02-fs-giant-distro-basic-multi/555...- 11:07 AM Linux kernel client Bug #9458 (Resolved): client wrongly fenced
- 11:06 AM Linux kernel client Bug #1513 (Resolved): kclient: cap migration can race with cap addition on client
- now cap import/export are ordered.
(commit 186e4f7a4b1883f3f46aa15366c0bcebc28fdda7, 4ee6a914edbbd2543884f0ad7d58ea4... - 10:46 AM Bug #9820 (Resolved): mon connection hang on cephtool/test.sh
- 10:38 AM Bug #9372: injectarg boolean option is discarded
- "fails on precise":http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-precise-i386-basic/log.cgi?log=14ed21f9ad...
- 10:06 AM Bug #9826 (Rejected): ceph osd crush rule ls should use the pending crush, if any
- 08:59 AM Bug #9826: ceph osd crush rule ls should use the pending crush, if any
- ...
- 09:18 AM rgw Bug #9825: s3tests failing on rhel 6.4 and 6.5 in upgrade:dumpling-firefly-x:parallel-giant-distr...
- I am wondering if it's related to changes in s3tests?
- 08:42 AM Revision 680b2e09 (ceph): Merge pull request #2751 from dachary/wip-warnings
- client: fix signed/unsigned compilation warnings
Reviewed-by: John Spray <john.spray@redhat.com> - 08:41 AM Bug #9819 (Won't Fix): EBUSY during scrub
- this is expected and harmless. we just report the failure and move it. it happens when paxos is busy when we reques...
- 08:38 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Sorry, I only have access during the week to the test system, and I'm out sick today. Hopefully I'll be able to cont...
- 05:26 AM Revision ea100ac7 (ceph): KeyValueStore: Add clone op detect to promote error
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 04:02 AM rgw Feature #8562: rgw: Conditional PUT on ETag
- Closed the previous out-of-synced PR and submitted a new one: https://github.com/ceph/ceph/pull/2756
- 01:38 AM rgw Feature #8562: rgw: Conditional PUT on ETag
- Here is a PR for discussion purpose: https://github.com/ceph/ceph/pull/2755
We may need to elaborate a bit on it aft... - 03:46 AM Bug #9816: mon exits unexpectedly and gracefully
- just a hunch: feels like you're capturing only stdout from the monitor, and the monitor may have hit the 'mon data av...
- 01:42 AM Linux kernel client Bug #9749: kcephfs: kernel divide-by-zero crash in __validate_layout (fs/ceph/ioctl.c)
- I guess we are just not used to doing it - I think we haven't filed any CVEs for ceph kernel bits (and kcephfs in par...
- 12:40 AM Revision 21dc6af6 (ceph): mailmap: Ilya Dryomov transition from Inktank to Red Hat
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 12:40 AM Revision 10371932 (ceph): mailmap: Greg Farnum name normalization
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 12:39 AM Revision f2074164 (ceph): mailmap: Cheng Cheng name normalization
- Reviewed-by: Cheng Cheng <ccheng.leo@gmail.com>
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
10/19/2014
- 08:29 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Any update?
- 07:20 PM CephFS Bug #9341 (Pending Backport): MDS: very slow rejoin
- Hmm, we didn't put this in Giant initially because we were trying not to perturb it. Master hasn't been run through t...
- 06:45 PM CephFS Bug #9341 (Fix Under Review): MDS: very slow rejoin
- Please include this fix to 0.87 which is affected just as badly as 0.80.x.
On 0.87 MDS stuck in "rejoin" for hours a... - 07:13 PM Bug #9826 (Fix Under Review): ceph osd crush rule ls should use the pending crush, if any
- 07:13 PM Bug #9826: ceph osd crush rule ls should use the pending crush, if any
- https://github.com/ceph/ceph/pull/2754
- 07:07 PM Bug #9826 (Rejected): ceph osd crush rule ls should use the pending crush, if any
- The following is racy:...
- 05:03 PM Bug #9823: ceph-osd mkfs or ceph auth add : exit -9
- Maybe it runs out of file descriptors because of the // runs. Since the erasure code test is the one using the more d...
- 03:12 PM Bug #9823: ceph-osd mkfs or ceph auth add : exit -9
- The error matching the mon log is different: auth add exits with -9 instead of mkfs....
- 03:02 PM Bug #9823: ceph-osd mkfs or ceph auth add : exit -9
- it was reproduced with a change to the script to keep the logs.
- 12:53 PM Bug #9823 (Won't Fix): ceph-osd mkfs or ceph auth add : exit -9
- While running src/test/erasure-code/test-erasure-code.sh in a loop, the following happened. The -9 exit code suggests...
- 04:41 PM Revision f76a676b (ceph): osd: log when scrub,deep scrub, repair starts
- So it can be matched, in the logs, with the log messages announcing it
is complete.
http://tracker.ceph.com/issues/9... - 04:27 PM Bug #9796: osd: crash on blacklisted watcher reconnect (dumpling)
- Observed similar crash in suite:upgrade:dumpling
Run http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-18_17:00... - 04:09 PM rgw Bug #9825: s3tests failing on rhel 6.4 and 6.5 in upgrade:dumpling-firefly-x:parallel-giant-distr...
- Same problems:
suite:upgrade:dumpling-x
Run http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-17_19:13:01-up... - 03:19 PM rgw Bug #9825: s3tests failing on rhel 6.4 and 6.5 in upgrade:dumpling-firefly-x:parallel-giant-distr...
- Log for rhel 6.5 job - http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-18_17:15:02-upgrade:dumpling-firefly-x:...
- 03:18 PM rgw Bug #9825 (Duplicate): s3tests failing on rhel 6.4 and 6.5 in upgrade:dumpling-firefly-x:parallel...
- Looks similar to #9763
Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-18_17:15:02-upgrade:dump... - 04:04 PM Revision 64d977b9 (ceph): client: fix signed/unsigned compilation warnings
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 02:26 PM Linux kernel client Bug #9749: kcephfs: kernel divide-by-zero crash in __validate_layout (fs/ceph/ioctl.c)
- This bug appears to be exploitable by unprivileged local users and will cause a machine-wide DoS. Is there some reaso...
- 10:17 AM Bug #9822 (Resolved): failed to become clean before timeout expired
- logs: ubuntu@teuthology:/a/teuthology-2014-10-17_02:32:01-rados-giant-distro-basic-multi/553345...
- 10:15 AM Bug #9821: failed to recover before timeout expired
- ubuntu@teuthology:/a/teuthology-2014-10-17_02:32:01-rados-giant-distro-basic-multi/553255
- 10:11 AM Bug #9821 (Resolved): failed to recover before timeout expired
- logs: ubuntu@teuthology:/a/teuthology-2014-10-17_02:32:01-rados-giant-distro-basic-multi/553125...
- 09:44 AM Feature #9817 (Fix Under Review): display X.XX deep-scrub starts
- https://github.com/ceph/ceph/pull/2752
- 08:15 AM Feature #9817 (Resolved): display X.XX deep-scrub starts
- It would be convenient to have a message in the logs when deep-scrub starts...
- 09:40 AM Bug #9820 (Resolved): mon connection hang on cephtool/test.sh
- log: ubuntu@teuthology:/a/teuthology-2014-10-17_02:32:01-rados-giant-distro-basic-multi/553035...
- 09:28 AM Bug #9819 (Won't Fix): EBUSY during scrub
- logs: ubuntu@teuthology:/a/teuthology-2014-10-17_02:32:01-rados-giant-distro-basic-multi/552986...
- 08:40 AM Bug #9818 (Resolved): ENXIO qa/workunits/cephtool/test.sh:test_osd_bench
- It looks like the OSD crashed but there is no more information than the following log at the moment. It was created w...
- 08:12 AM Bug #9816 (Can't reproduce): mon exits unexpectedly and gracefully
- ...
10/18/2014
- 09:25 PM Bug #9814 (Fix Under Review): FAILED assert(0) In function 'GenericObjectMap::Header GenericObjec...
- https://github.com/ceph/ceph/pull/2710
- 05:10 PM Bug #9814 (Resolved): FAILED assert(0) In function 'GenericObjectMap::Header GenericObjectMap::lo...
- LevelDB-based OSD (i.e. "keyvaluestore-dev") crashed as follows on 0.87 during backfill:...
- 07:54 PM Feature #9815 (Fix Under Review): run make check in parallel
- https://github.com/ceph/ceph/pull/2750
- 05:46 PM Feature #9815 (Resolved): run make check in parallel
- Individual tests run by make check may bind fixed ports or use identical files or subdirectories to store temporary d...
- 05:06 PM Bug #9744: cephx: verify_reply couldn't decrypt with error: error decoding block for decryption
- Sage Weil wrote:
> this happens when clocks are very skewed.
Are we OK with such vulnerability that allow to brin... - 03:43 PM Revision 4fc12b66 (ceph): Merge pull request #2744 from ceph/wip-9794
- mon: MDSMonitor: wait for osdmon to be writable when requesting proposal
Reviewed-by: Loic Dachary <loic-201408@dach... - 03:27 AM Bug #9813 (Resolved): cryptopp dependency missing for deb-based systems
- Hi, when following [1] from a trusty64 box I've noticed that the libcrypto++-dev entry is missing from deps.deb.txt. ...
- 02:21 AM Revision 54eb13f3 (ceph): s/thrashosds/workload for now in dumpling-firefly-x/stress-split suite
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 12:37 AM Revision 5caa7ed7 (ceph): Merge pull request #196 from ceph/wip-9805
- Added ceph_objectstore_tool: false, fixes #9805
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
10/17/2014
- 11:44 PM Revision 47e4d177 (ceph): Added ceph_objectstore_tool: false, fixes #9805
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:31 PM Revision b7aed6db (ceph): Merge pull request #186 from ceph/wip_9758
- Wip 9758 (version to version upgrades firefly)
- 10:13 PM Revision e5fc8f7f (ceph): Merge pull request #2746 from ceph/wip-adamcrume
- osdc: Fix compiler warning
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Reviewed-by: Loic Dachary <loic-201408... - 09:48 PM Revision 949cfc61 (ceph): replace thrashosd with a workload.
- avoid running 2 thrashosds in the same job.
Signed-off-by: tamil <tamil.muthamizhan@inktank.com> - 08:46 PM Revision 3271a408 (ceph): Fixed dirs structure and distros
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 08:30 PM Bug #9810 (Duplicate): dout_emergency is silenced in ceph-osd
- "ceph-osd closes stderr":https://github.com/ceph/ceph/blob/giant/src/ceph_osd.cc#L499 and this may be the reason why ...
- 07:56 PM Revision 82211ce1 (ceph): Removed hardcodeded v0.80.7 and replaced with firefly branch
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 07:45 PM Revision 30618f2b (ceph): Fixed typos
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 07:36 PM Revision 7da054c5 (ceph): Adding new tests, so we have two upgrade paths now:
- In all-x/versions-steps-x.yaml
v0.80.4 -> v0.80.5 -> v0.80.6 -> v0.80.7 -> -x (branch to be tested)
and
in all/versi... - 07:09 PM Revision cb290a11 (ceph): osdc: Fix compiler warning
- Was getting:
./osdc/ObjectCacher.h:169:51: warning: comparison between signed and unsigned integer expressions [-Wsi... - 06:08 PM Revision 2ae1cba5 (ceph): mon: MDSMonitor: wait for osdmon to be writable when requesting proposal
- Otherwise we may end up requesting the osdmon to propose while it is
mid-proposal. We can't simply return EAGAIN to ... - 05:59 PM Revision 0dd473cb (ceph): mon: MDSMonitor: have management_command() returning int instead of bool
- We can more easily differentiate between errors we get out of this
function, which makes the code a bit more versatil... - 05:47 PM Revision 5a10b95f (ceph): Merge pull request #2716 from ceph/wip-firefly-9419
- Backport fix for bug #9419
- 05:44 PM Revision cc69c16c (ceph): Merge pull request #2724 from dachary/wip-9073-journal-aio-mode-firefly
- os/FileJournal: stop aio completion thread *after* writer thread
- 05:38 PM Revision 22877ba7 (ceph): Merge pull request #2708 from ceph/wip-9718
- osd/osd_types: consider CRUSH_ITEM_NONE in check_new_interval() min_size
Reviewed-by: Samuel Just <sam.just@inktank.... - 05:38 PM Revision 234f5a23 (ceph): Merge pull request #2711 from guangyy/wip-9614-followup
- Follow-up fix for 9614
Reviewed-by: Samuel Just <sam.just@inktank.com> - 05:03 PM Bug #9809 (Rejected): common/perf_counters.cc: 105: FAILED assert(idx < m_upper_bound)
- I changed the code and introduced the problem and then forgot I changed the code. Reverting the change fixes the prob...
- 04:50 PM Bug #9809 (Rejected): common/perf_counters.cc: 105: FAILED assert(idx < m_upper_bound)
- Steps to reproduce
* modify vstart.sh with ... - 05:01 PM Revision 91b2a2b6 (ceph): mon: MDSMonitor: don't return -EINVAL if function is bool
- Returning -EINVAL on a function that expects bool and the error code to
be in a variable 'r' can only achieve one thi... - 04:43 PM Revision 1d1ae413 (ceph): mon: MDSMonitor: check all conditions are met *before* osdmon proposal
- We should not allow ourselves to request the osdmon to propose before we
know for sure that we meet the required cond... - 04:37 PM Revision 07b7f101 (ceph): mon: MDSMonitor: return if fs exists on 'fs new'
- We were just setting return code to -EINVAL, while allowing the logic to
continue regardless. If we are to return er... - 04:28 PM Revision 542f3e40 (ceph): s/branch:dumpling/
- no need for a dumpling workload here.
- 04:27 PM Bug #9808 (Rejected): PG stuck in active+undersized+degraded+remapped+backfill_toofull
- The disk was 90% full ... hence the block.
- 04:21 PM Bug #9808: PG stuck in active+undersized+degraded+remapped+backfill_toofull
- The "scheduled":https://github.com/ceph/ceph/blob/giant/src/osd/PG.cc#L5674 "RequestBackfill":https://github.com/cep...
- 04:13 PM Bug #9808 (Rejected): PG stuck in active+undersized+degraded+remapped+backfill_toofull
- Steps to reproduce
* modify vstart.sh with ... - 04:24 PM Revision 8b61639d (ceph): Removed last step to 'firefly', in order to keep *only* released versio...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 04:21 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Just to check, there isn't anything interesting in dmesg, right?
- 03:07 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Oh, and the
--00:00:06:05.108 2312-- WARNING: unhandled syscall: 306
--00:00:06:05.108 2312-- You may be able to ... - 02:45 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Looks like in our testing we invoke valgrind as:
valgrind --suppressions=<suppression_file> --num-callers=50 --xml... - 02:14 PM Bug #9731: Ceph 0.80.6 OSD crashes
- wheezy gitbuilder should be working.
- 02:13 PM Bug #9731: Ceph 0.80.6 OSD crashes
- yeah, -f I think.
- 01:58 PM Bug #9731: Ceph 0.80.6 OSD crashes
- valgrind appears to detach from the console when running with ceph-osd, is there some other flag I need to pass to ce...
- 01:55 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Sage also pushed a wip-9731 based on 0.80.7 with a piece of debugging which would be handy. Reproducing with that wo...
- 09:23 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Brad House wrote:
> sure, just tell me the best command line to us as I haven't ever tried to run ceph-osd outside o... - 04:02 PM Revision 66cffd72 (ceph): Merge pull request #2736 from dachary/wip-backfill-documentation
- doc: updates on Backfill Reservation
Reviewed-by: David Zafman <david.zafman@inktank.com>
Reviewed-by: Dan Mick <dan... - 03:22 PM Bug #9788 (Rejected): "Assertion: common/HeartbeatMap.cc: 79" placeholder for "hit suicide timeou...
- Two osds, both on mira076 timed out:
osd5: a stat in the op_tp took 3 minutes (completed, surprisingly, right before... - 03:21 PM Revision fdf534dd (ceph): Merge pull request #2740 from ceph/giant-unknown-locktype
- mds: reply -EOPNOTSUPP for unknown lock type
- 03:21 PM Revision d758fafc (ceph): Merge pull request #2741 from ceph/emporer-unknown-locktype
- mds: reply -EOPNOTSUPP for unknown lock type
- 03:20 PM Revision f9cdaabe (ceph): Merge pull request #2742 from ceph/firefly-unknown-locktype
- mds: reply -EOPNOTSUPP for unknown lock type
- 03:16 PM Revision 6fa686c8 (ceph): Merge pull request #2743 from ceph/wip-mds-coverity
- mds: fix null dereference
Reviewed-by: Sage Weil <sage@redhat.com> - 03:13 PM Revision ab6c7373 (ceph): do not upgrade client when workload is in progress
- do not run 2 rgw tasks in a row from the same client
Signed-off-by: tamil <tamil.muthamizhan@inktank.com> - 03:11 PM Revision 1334be74 (ceph): Merge pull request #2738 from majianpeng/fix1
- Fix1 compile warning
Reviewed-by: Sage Weil <sage@redhat.com> - 03:03 PM devops Bug #9807: Missing radosgw packages in various upgrade suites
- looks like we are hitting a lot of failures in upgrade tests because of this issue.
- 03:01 PM devops Bug #9807 (Duplicate): Missing radosgw packages in various upgrade suites
- In teuthology-2014-10-16_19:00:01-upgrade:dumpling-x-firefly-distro-basic-vps...
- 02:57 PM Bug #9220 (Resolved): objecter doesn't reconnect watch on interval change w/ same primary
- This did not need backporting to dumpling after all, since it was broken after dumpling by commit:860d72770cdf092c027...
- 11:13 AM Bug #9220 (Pending Backport): objecter doesn't reconnect watch on interval change w/ same primary
- 02:09 PM Revision 2c064137 (ceph): mds: fix null dereference
- Server::handle_client_file_setlock() should return after calling
reply_request()
Signed-off-by: Yan, Zheng <zyan@red... - 02:05 PM Revision 37ce8656 (ceph): mds: reply -EOPNOTSUPP for unknown lock type
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 675392335c53ff7879031fb9184e4f35bcc90fe2) - 02:04 PM Revision 412c2770 (ceph): mds: reply -EOPNOTSUPP for unknown lock type
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 675392335c53ff7879031fb9184e4f35bcc90fe2) - 02:02 PM Revision 9e6ae73a (ceph): mds: reply -EOPNOTSUPP for unknown lock type
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 675392335c53ff7879031fb9184e4f35bcc90fe2) - 12:35 PM Revision e8288aa4 (ceph): removed a test that was upgrading client when workload was in progress.
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 12:09 PM Revision a17bdfb2 (ceph): Merge branch 'giant' of github.com:ceph/ceph-qa-suite into giant
- 12:09 PM Revision 116ddebf (ceph): removed upgrading clients in parallel to workloads
- and also do not run rgw workloads on mixed osds.
Signed-off-by: tamil <tamil.muthamizhan@inktank.com> - 11:20 AM Bug #9806 (Resolved): Objecter: resend linger ops on split
- Otherwise, we can lose notifies.
commit:cb9262abd7fd5f0a9f583bd34e4c425a049e56ce
- 10:50 AM Bug #9419: dumpling->firefly upgrade, sending setallochint?
- 10:49 AM Bug #9419: dumpling->firefly upgrade, sending setallochint?
- next step is to add a tests for this to the upgrade suties.
- 10:43 AM Bug #9073 (Resolved): OSD with device/partition journals down after fresh deploy or upgrade to 0.83
- 10:39 AM Bug #9614 (Pending Backport): PG stuck with remapped
- 10:38 AM Bug #9718 (Pending Backport): osd_types: check_new_interval: min_size check needs to consider CRU...
- 10:32 AM Bug #7995: osd shutdown: ./common/shared_cache.hpp: 93: FAILED assert(weak_refs.empty())
- ubuntu@teuthology:/a/samuelj-2014-10-15_20:19:09-rados-wip-sam-testing-wip-testing-vanilla-fixes-basic-multi/551397/r...
- 09:33 AM Documentation #9804 (Resolved): kvm and qemu do not document ceph/rbd support
- * looking for ceph or rbd in http://www.linux-kvm.org/page/Special:Search?search=ceph&go=Go : zero match
* on qemu.o... - 09:10 AM Bug #6756 (Fix Under Review): journal full hang on startup
- https://github.com/ceph/ceph/pull/2745
(rebased and retested old patch) - 07:48 AM Bug #9729 (Resolved): "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x:paralle...
- 07:47 AM rbd Bug #9642 (Resolved): Errors in test_rbd.test_* tests in upgrade:dumpling-firefly-x:parallel-gian...
- 07:46 AM rbd Bug #9642: Errors in test_rbd.test_* tests in upgrade:dumpling-firefly-x:parallel-giant-distro-ba...
- Fixed, tests passed on bare metal.
Last results - http://pulpito.front.sepia.ceph.com/teuthology-2014-10-16_17:10:01... - 06:04 AM Revision bb9add6c (ceph): test: fix compile warning in bufferlist.cc
- test/bufferlist.cc: In member function ‘virtual void
Buffer_constructors_Test::TestBody()’:
test/bufferlist.cc:154:36... - 05:19 AM Revision a49255f3 (ceph): librbd: fix compile warning in librbd/internal.cc.
- librbd/internal.cc: In function 'void
librbd::readahead(librbd::ImageCtx*, const std::vector<std::pair<long
unsigned ... - 05:16 AM Bug #9794: vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- I confirm that
* the problem can be reproduced 100% of the time on my laptop,
* that cherry-pick c84a13ae87eed555... - 04:17 AM Bug #9794: vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- Loic, try this patch with the same conditions in which you triggered it: c84a13ae87eed5550bafda394d983a8e843cc08c
... - 04:20 AM Revision 9754ca5f (ceph): Removed extra workload tag from workload3
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 02:24 AM Revision c5df2a57 (ceph): Better logging
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 01:52 AM Feature #9802 (New): When replaced a disk, the CRUSH weight of the related host changed
- In disk replacement test, when add a disk into cluster. The osd tree likes
below:... - 01:36 AM Revision 69b5c72c (ceph): doc: updates on Backfill Reservation
- The logic was changed by:
0985ae71bce32c4d9e0e9e9f68bed38eb3c26897
osd: prioritize backfill based on *how* degraded
... - 01:27 AM Revision 12286588 (ceph): osd/ReplicatedPG: do not clone or preserve snapdir on cache_evict
- If we cache_evict a head in a cache pool, we need to prevent
make_writeable() from cloning the head and finish_ctx() ... - 01:12 AM Revision 0214f2c6 (ceph): Changed test-upgrade-firefly.sh to test.sh - no need to use it for this...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 12:09 AM Revision 88e60144 (ceph): ceph_test_rados_api_tier: add EvictSnap2 test case
- Verify an evict doesn't create a snapdir object. Reproduces #8629
Signed-off-by: Sage Weil <sage@redhat.com>
(cherr...
10/16/2014
- 11:47 PM Revision 716f22ce (ceph): Fixed indentation more ...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:44 PM Revision 2fed2e26 (ceph): Fixed indentation more
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:26 PM Revision 2d2b4701 (ceph): Fixed indentation
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:18 PM Revision 8f4bd77d (ceph): Added v0.80.7, incorporated more comments, increased amount of worloads...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:40 PM Revision 7b83aa61 (ceph): Incorporated all Tamil's comments, nut #4 (branch "firefly-original" fo...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:27 PM Bug #9801 (Won't Fix): ceph 0.80.7 build rpm packages in centos 7 error
- ceph 0.80.7 build rpm packages in centos 7 error...
- 09:48 PM Revision 914fc8df (ceph): Replaced parallel with sequential.
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:33 PM Revision a9f302da (ceph): Merge remote-tracking branch 'origin/wip-rbd-readahead'
- Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Conflicts:
src/client/Fh.h - 09:27 PM Revision 0e1ba5e2 (ceph): Merge pull request #195 from ceph/wip-9729_master
- Wip 9729 master
- 09:21 PM Revision 0723aa05 (ceph): Merge branch 'firefly' of https://github.com/ceph/ceph-qa-suite into wi...
- 09:12 PM Revision 4a3574c7 (ceph): Added print
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:12 PM Revision d46b3166 (ceph): Added client.0 upgrade to firefly step
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:11 PM Revision cb186117 (ceph): Fixes #9729, running incompatible tests while the cluster is mixed betw...
- Changed to rados/test-upgrade-firefly.sh version
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com> - 08:15 PM Revision 0bb51db9 (ceph): Merge pull request #2588 from xinxinsh/wip-9595
- Fix #9595
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 07:33 PM Revision cb073a3b (ceph): dont run rbd tests parallel to upgrades
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 06:30 PM Bug #8629: cache_evict needs to prevent make_writeable from creating a snapdir
- https://github.com/ceph/ceph/pull/2737
- 05:24 PM Fix #9566 (In Progress): osd: prioritize recovery of OSDs with most work to do
- 05:11 PM Fix #9566: osd: prioritize recovery of OSDs with most work to do
- Related commits:
* "osd: prioritize backfill based on *how* degraded":https://github.com/ceph/ceph/commit/0985ae71bc... - 05:23 PM Revision 9cce52cf (ceph): Merge branch 'firefly' of github.com:ceph/ceph-qa-suite into firefly
- 05:22 PM Revision 61feb217 (ceph): added ceph task
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 05:04 PM Bug #9769 (Resolved): upgrade/firefly: latest_dumpling_release.yaml always fails
- 10:56 AM Bug #9769: upgrade/firefly: latest_dumpling_release.yaml always fails
- It fixed, testing now, here is the run passed:...
- 04:59 PM Bug #9765 (Duplicate): CachePool flush -> OSD Failed
- I'm pretty sure this is because #8629 has not yet been backported to firefly. It should be in 0.80.8. I'll prepare ...
- 05:48 AM Bug #9765: CachePool flush -> OSD Failed
- The 'forward' mode means we will modify cached objects in place but forward any 'misses'. It is also possible that t...
- 04:58 PM Bug #9731: Ceph 0.80.6 OSD crashes
- sure, just tell me the best command line to us as I haven't ever tried to run ceph-osd outside of the standard init s...
- 04:52 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Would it be possible to run the osds in question under valgrind?
- 01:49 PM Bug #9731: Ceph 0.80.6 OSD crashes
- core file for last crash as requested by Samuel Just
- 01:38 PM Bug #9731: Ceph 0.80.6 OSD crashes
- 12:48 PM Bug #9731: Ceph 0.80.6 OSD crashes
- Another crash from another node, this time with debug increased. Will attach log, here is the backtrace from gdb:
<... - 10:42 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Another backtrace from a different machine, definitely different:...
- 10:33 AM Bug #9731: Ceph 0.80.6 OSD crashes
- backtrace from last core file:...
- 10:02 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Can you reproduce with
debug osd = 20
debug ms = 1
debug filestore = 20
? - 06:47 AM Bug #9731: Ceph 0.80.6 OSD crashes
- 0.80.7 segfault core file and log. Happened immediately at startup after rebooting after update.
- 06:42 AM Bug #9731: Ceph 0.80.6 OSD crashes
- I just upgraded to 0.80.7, and got a crash on startup of one of my OSDs. I'll grab the log and core dump and attach ...
- 04:12 PM Revision 009f6d32 (ceph): optimizing upgrade tests
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 04:04 PM Bug #9794: vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- Reverting to 128 PG on master makes the problem disapear. 92 PG also works. 64 PG fails.
- 03:43 PM Bug #9794: vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- ...
- 01:54 PM Bug #9794: vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- It works on v0.85, bissecting
- 01:46 PM Bug #9794: vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- reproduced on a fresh ubuntu 14.04 with v0.86-408-gad2514d
- 03:04 PM Revision 6999b6bd (ceph): fixed syntax
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 02:59 PM Feature #9799: ceph tell {daemon}.{id} config set etc.
- Two things to consider:
The authentication model is pretty different for a network connection to the daemon vs. a ... - 01:19 PM Feature #9799 (Resolved): ceph tell {daemon}.{id} config set etc.
- It would be nice to be able to send asok commands to a daemon using ceph tell instead of login in the machine and usi...
- 02:56 PM Revision f40700cf (ceph): optimizing upgrade tests
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 02:19 PM Bug #9729 (Fix Under Review): "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x...
- 02:19 PM Bug #9729: "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x:parallel-giant-dis...
- Backport to master - https://github.com/ceph/ceph-qa-suite/pull/195
- 10:59 AM Bug #9729: "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x:parallel-giant-dis...
- Passed on nightlies:
http://pulpito.front.sepia.ceph.com/teuthology-2014-10-15_17:10:01-upgrade:dumpling-firefly-x... - 01:57 PM Revision 28761d8b (ceph): Merge pull request #181 from ceph/wip-client-flock
- tasks/mds_client_recovery: file lock test
Reviewed-by: Greg Farnum <greg@inktank.com> - 01:57 PM Revision ca44f503 (ceph): Merge pull request #2628 from ceph/wip-client-flock
- Wip client flock
Add support for file locking to the userspace client, and improve blocked-lock cancellation so that... - 01:54 PM CephFS Bug #9800 (Resolved): client-limits test is not passing
- /a/teuthology-2014-10-13_23:04:01-fs-giant-distro-basic-multi/547170
The client isn't dropping its caps:... - 01:15 PM rbd Bug #9595 (Resolved): librbd: internal methods can operate on extra objects when non-default stri...
- commit:7b66ee4928d934d684b361602de783b927988503
- 01:09 PM Revision 0b4b34aa (ceph): Merge pull request #2734 from ceph/wip-firefly-undump
- mds: fix --undump-journal
Reviewed-by: Sage Weil <sage@redhat.com> - 10:50 AM CephFS Feature #4137: MDS: Implement a forward-scrubbing mechanism.
- I realized today that we probably want to optionally scrub directories that were renamed into place following a scrub...
- 10:17 AM Revision 0a72235b (ceph): mds: fix --undump-journal
- This hadn't worked for a long time. This is a fix
for firefly only, as this code was refactored in giant.
Signed-of... - 09:11 AM Bug #9675: splitting a pool doesn't start when rule_id != ruleset_id
- See also the ceph-user thread "NO pg created for erasure-coded pool" where rule_id != ruleset on firefly.
- 05:57 AM Bug #9796 (Won't Fix): osd: crash on blacklisted watcher reconnect (dumpling)
- ...
- 03:22 AM Revision 8e7fb905 (ceph): Merge pull request #2732 from dachary/wip-9526-crush-rename-bucket
- ceph osd crush rename-bucket srcname dstname
Reviewed-by: Sage Weil <sage@redhat.com> - 03:15 AM Revision 42e5c40a (ceph): Merge pull request #2731 from dachary/wip-9790-display-auid
- auth: add display of auid to auth get / list when it is not the default
Reviewed-by: Sage Weil <sage@redhat.com> - 12:22 AM Revision 4606af79 (ceph): mon: unit tests for osd crush rename-bucket
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 12:22 AM Revision aa675604 (ceph): mon: add the osd crush rename-bucket command
- The synopsis is:
osd crush rename-bucket name1 name2
It is made idempotent by interpreting -EALREADY as returned b... - 12:18 AM Revision 1ddf4354 (ceph): ceph_mon: check available storage space for mon data dir on start
- error out if available storage space is below 'mon data avail crit'
Fixes: #9502
Signed-off-by: Joao Eduardo Luis <... - 12:18 AM Revision 835f8c6f (ceph): ceph-mon: check fs stats just before preforking
- Otherwise statfs may fail if mkfs hasn't been run yet or if the monitor
data directory does not exist. There are che... - 12:18 AM Revision a8fa009f (ceph): include/util.h: prevent multiple inclusion of header
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
(cherry picked from commit 76eff9503493312cb97e4a2f9236f4dbc... - 12:18 AM Revision f0a92d72 (ceph): common: util: add get_fs_stats() function
- simplifies the task of obtaining available/used disk space, as well as
used available percentage.
Signed-off-by: Joa... - 12:18 AM Revision 11231779 (ceph): mon: DataHealthService: use get_fs_stats() instead
- and relieve the DataStats struct from clutter by using
ceph_data_stats_t instead of multiple fields.
Signed-off-by: ... - 12:17 AM Revision 11d2c9dd (ceph): mon/Paxos: put source mon id in a temp variable
- Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit bb046ed01ecf58b8c87eeeee2e00a476e6fba467) - 12:17 AM Revision 6c5b9a66 (ceph): mon/Paxos: verify all new peons are still contiguous at end of round
- During the collect phase we verify that each peon has overlapping or
contiguous versions as us (and can therefore be ... - 12:17 AM Revision 1f4aaf64 (ceph): mon/Paxos: share state and verify contiguity early in collect phase
- We verify peons are contiguous and share new paxos states to catch peons
up at the end of the round. Do this each ti... - 12:17 AM Revision 0e57767d (ceph): mon/Paxos: fix off-by-one in last_ vs first_committed check
- peon last_committed + 1 == leader first_committed is okay. Note that the
other check (where I clean up whitespace) g... - 12:17 AM Revision e296685e (ceph): mon: re-bootstrap if we get probed by a mon that is way ahead
- During bootstrap we verify that our paxos commits overlap with the other
mons we will form a quorum with. If they do... - 12:13 AM Revision 30f3ac3f (ceph): crush: add CrushWrapper::rename_bucket and can_rename_bucket
- Rename a bucket and return -ENOTDIR if trying to rename an item. The
behavior is otherwise the same as rename_item an... - 12:13 AM Revision 29d13d41 (ceph): crush: unit tests for CrushWrapper rename item/bucket methods
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 12:12 AM Revision 5e2a8267 (ceph): crush: add CrushWrapper::rename_item and can_rename_item
- The can_rename_item is a const method checking if renaming an item could
succeed. If not it returns a unique -errno c... - 12:09 AM Revision f8107102 (ceph): add unittest for Striper::get_num_objects
- Signed-off-by: xinxin shu <xinxin.shu@intel.com>
- 12:02 AM Revision 236895ee (ceph): crush: improve constness of CrushWrapper methods
- A number of CrushWrapper get methods or predicates were not const
because they need to maintain transparently the rma...
10/15/2014
- 11:58 PM Revision 7b66ee49 (ceph): when non-default striping is used, internal methods can operate on extr...
- Fixes: #9595
Signed-off-by: xinxin shu <xinxin.shu@intel.com> - 11:29 PM Bug #9372 (Fix Under Review): injectarg boolean option is discarded
- https://github.com/ceph/ceph/pull/2733
- 11:05 PM Revision b56307ad (ceph): Merge pull request #194 from ceph/wip-9769
- Wip 9769
- 10:52 PM Revision bf9fd671 (ceph): Fixes #9769, the upgrade sequence upgrades osds first and then the mds ...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:48 PM Revision 566e6edc (ceph): Merge branch 'firefly' of https://github.com/ceph/ceph-qa-suite into wi...
- 10:18 PM Revision bf8fe2e3 (ceph): Merge pull request #2712 from lpabon/bug-8766
- Update vstart to setup users for s3-tests
- 10:16 PM Revision 308fa153 (ceph): Merge pull request #2705 from xinxinsh/master
- return value of handle_message for MSG_OSD_SUBOP/MSG_OSD_SUBOPREPLY shou...
Reviewed-by: Sage Weil <sage@redhat.com> - 10:03 PM Bug #9765: CachePool flush -> OSD Failed
I do not understand. Why data is written to the cache pool - forward
[root@ct3 ~]# ceph osd tier cache-mode cach...- 09:31 PM Bug #9765: CachePool flush -> OSD Failed
- On
[root@ct01 ~]# ceph --version
ceph version 0.80.7 (6c0127fcb58008793d3c8b62d925bc91963672a3)
the same error.
- 09:21 PM Revision 1f6b008b (ceph): Merge pull request #192 from ceph/wip-9729
- Wip 9729
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 09:15 PM Revision 39fe58a9 (ceph): Added print
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:12 PM Revision 4f997209 (ceph): Added client.0 upgrade to firefly step
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 08:25 PM Revision 3741aab3 (ceph): auth: unit tests for auid display
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 08:23 PM Revision 54af35d4 (ceph): upgrade/firefly: put client on separate node
- 08:22 PM Feature #9526 (Resolved): mon: 'osd crush rename-bucket <old> <new>'
- 05:23 PM Feature #9526 (Fix Under Review): mon: 'osd crush rename-bucket <old> <new>'
- https://github.com/ceph/ceph/pull/2732
- 01:53 PM Feature #9526 (In Progress): mon: 'osd crush rename-bucket <old> <new>'
- ...
- 08:22 PM Revision fc174990 (ceph): Fixes #9769, added overrides for legacy crush tunables
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 08:17 PM Bug #9790: ceph auth get does not always show auid
- Since it's a minor inconvenience there probably is no need to backport.
- 08:15 PM Bug #9790 (Resolved): ceph auth get does not always show auid
- Since it's a minor inconvenience there probably is no need to backport.
- 11:08 AM Bug #9790: ceph auth get does not always show auid
- https://github.com/ceph/ceph/pull/2731
- 11:00 AM Bug #9790: ceph auth get does not always show auid
- And it never shows with *ceph auth list* whatever the format
- 10:59 AM Bug #9790 (Resolved): ceph auth get does not always show auid
- The "auid shows in plain format":https://github.com/ceph/ceph/blob/giant/src/auth/KeyRing.cc#L251 but "not otherwise"...
- 07:35 PM Revision 322958a5 (ceph): qa/workunits/rbd/import_export.sh: be case insensitive
- Stop tripping over this change (from dumpling).
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commi... - 07:26 PM Revision 5558afa0 (ceph): qa/workunits/rbd/import_export.sh: be case insensitive
- Stop tripping over this change (from dumpling).
Signed-off-by: Sage Weil <sage@redhat.com> - 07:22 PM Revision 06a62dbb (ceph): qa/workunits/rbd/import_export.sh: case insensitive grep
- Stop tripping over the k vs K thing.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:31 PM Revision fcc36922 (ceph): auth: add display auid to KeyServer::encode_secrets
- http://tracker.ceph.com/issues/9790 Fixes: #9790
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 06:17 PM devops Bug #9795 (Rejected): [fedora20] yum fails when install qemu-kvm
- Hi.
When I try install qemu-kvm, yum tells a problem with dependencies.
ceph made ??the following repositories:
... - 06:09 PM Bug #9794 (Resolved): vstart.sh crashes MON with --paxos-propose-interval=0.01 and one MDS
- It must be something specific to my environment that triggers it because this is exactly the same command that "is ru...
- 06:08 PM Revision e45d0be1 (ceph): Fixes #9729, running incompatible tests while the cluster is mixed betw...
- Changed to rados/test-upgrade-firefly.sh version
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com> - 06:07 PM Revision fa2ff333 (ceph): auth: add display auid to KeyRing::encode_formatted
- http://tracker.ceph.com/issues/9790 Fixes: #9790
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 06:01 PM devops Bug #9793 (Rejected): Fedora 20 ceph-extras Repo missing
- Hi
I trying install qemu-kvm in Fedora 20 and ceph firefly, according with http://ceph.com/docs/firefly/install/in... - 05:15 PM Bug #9487 (Pending Backport): dumpling: snaptrimmer causes slow requests while backfilling. osd_s...
- 05:14 PM Bug #9718: osd_types: check_new_interval: min_size check needs to consider CRUSH_ITEM_NONE
- 03:58 PM Revision c44fbf7c (ceph): Merge pull request #2702 from ceph/wip-9706
- objecter: fix session locking, use after frees (#9706)
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com> - 02:59 PM Revision 67a7a3ab (ceph): Switched claint's nodes
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 02:55 PM Bug #9729: "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x:parallel-giant-dis...
- Testing changes in https://github.com/ceph/ceph-qa-suite/pull/192
NOTE: this has to sync up with the test suite on... - 01:50 PM Revision 659306df (ceph): Merge pull request #2726 from CzBiX/wip-doc-radosgw-federated-config
- doc: correct command of `config push`
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 01:35 PM Revision 3f6630e6 (ceph): test/cli-integration/rbd: hide stderr
- Signed-off-by: Sage Weil <sage@redhat.com>
- 01:27 PM rbd Feature #9733: Separate rbd listing into CAP
- Yes, working with Format 2 images, it indeed does mount without allowing listing. I've confirmed that our OpenStack e...
- 12:49 PM Feature #9792 (New): make it harder to remove cluster data pools
- - require a special key for this command
- pool removal doesn't apply immediately, but rather first switches pool to... - 12:45 PM rgw Feature #9791 (New): radosgw-agent: report sync delay
- Summarizing this is a bit complicated since there are multiple kinds of logs and each is sharded, but there could be ...
- 11:32 AM Bug #9788: "Assertion: common/HeartbeatMap.cc: 79" placeholder for "hit suicide timeout" issues
- suite:upgrade:dumpling
run: http://pulpito.front.sepia.ceph.com/teuthology-2014-10-14_17:00:01-upgrade:dumpling-dump... - 07:48 AM Bug #9788 (Closed): "Assertion: common/HeartbeatMap.cc: 79" placeholder for "hit suicide timeout"...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-13_19:30:01-upgrade:dumpling-firefly-x:stress-spli...
- 10:54 AM Bug #9731: Ceph 0.80.6 OSD crashes
- We included the patch I think should fix this in 80.7. Let me know what happens.
- 10:46 AM Bug #9706 (Resolved): osdc/Objecter.cc: 1570: FAILED assert(op->session)
- 09:15 AM Revision 2cbebc30 (ceph): doc: correct command of `config push`
- Signed-off-by: VRan Liu <gliuwr@gmail.com>
- 08:35 AM Revision 107cb0dd (ceph): rgw: correct "If-Modified-Since" handle.
- Normally client will use `Last-Modified` of server returned, as the
value of `If-Modified-Since`. So the `ctime` is e... - 07:38 AM rbd Bug #9742: `rbd map lun` fails with: (2) No such file or directory on kernel 3.14.14 w/ udev-216 ...
- no, this is running on bare metal. should i try re-generating auth keys for everything?
- 04:46 AM Revision ac92c455 (ceph): qa/workunits/fs/misc: Add a workunit for file lock interruption
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 04:05 AM Revision b0e6e85a (ceph): mds: fix neighbor lock check
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 03:07 AM devops Bug #9783: upgrade ceph-common (0.80.7-1trusty) over (0.80.5-0ubuntu0.14.04.1) fails
- ...
- 02:30 AM Revision e0d28e9d (ceph): Prep PR to address "mon warn on legacy crush tunables: false" issue
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 01:53 AM Revision 334631ae (ceph): os/FileJournal: stop aio completion thread *after* writer thread
- The writer thread may submit a new aio to update the header in its
final moments before shutting down. Do not stop t... - 12:42 AM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Adding links for commits fixing this issue here for reference:
https://github.com/ceph/ceph/commit/9b18d99817c8b54... - 12:39 AM CephFS Bug #8576: teuthology: nfs tests failing on umount
- I notice that if I execute 'service nfs stop' first, umounting cephfs always successes. 'service nfs stop' runs two c...
10/14/2014
- 11:37 PM Revision ea465ea1 (ceph): Put clients on different nodes to avoid conflict running with import_ex...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:57 PM Revision 111eec9f (ceph): Merge remote-tracking branch 'gh/firefly' into firefly-next
- 09:49 PM Revision 6e22c373 (ceph): Merge pull request #2721 from wyllys66/wip-8942
- librados: osd: Fixed JSON output for stray OSDs
Backport: giant, firefly
Reviewed-by: Sage Weil <sage@redhat.com> - 09:43 PM Revision 67051804 (ceph): doc/release-notes: v0.80.7
- Signed-off-by: Sage Weil <sage@redhat.com>
- 09:43 PM Revision b61468de (ceph): doc/dev/sepia: notes about sepia email list and irc channels
- Signed-off-by: Sage Weil <sage@redhat.com>
- 09:17 PM Revision f4432e63 (ceph): apache: set MaxRequestsPerChild to 0
- Otherwise the default is 10k.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> - 08:38 PM Revision 0aaae454 (ceph): Merge pull request #2719 from ceph/wip-inotable-init
- mds: fix inotable initialization/reset
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Greg Farnum <greg@inkt... - 07:42 PM Revision c9f9e72e (ceph): Revert "Objecter: disable fast dispatch of CEPH_MSG_OSD_OPREPLY messages"
- This reverts commit 3f23709c474292f9239f77a6cce26309fc86ce29.
We have changed mark_down() behavior so that it no lon... - 07:41 PM Revision 00907e03 (ceph): msg/simple: do not stop_and_wait on mark_down
- We originally blocked in mark_down for fast dispatch threads
to complete to avoid various races in the code. Most of... - 07:32 PM Bug #8620: rest/test.py occasional failure (dumpling)
- ubuntu@teuthology:/a/teuthology-2014-10-13_19:00:01-rados-dumpling-distro-basic-multi/545881
- 07:30 PM Bug #8851: Mon crash after update to 0.80.4
- In our product env, we use 0.83. Coming accross this problem too.
Try this patch https://github.com/ceph/ceph/pull/2... - 07:30 PM Bug #8851: Mon crash after update to 0.80.4
- In our product env, we use 0.83. Coming accross this problem too.
Try this patch https://github.com/ceph/ceph/pull/2... - 07:22 PM Bug #9765: CachePool flush -> OSD Failed
- ...
- 02:58 AM Bug #9765: CachePool flush -> OSD Failed
- I'm sorry!
*[root@ct3 ~]# ceph --version
ceph version 0.80.6 (f93610a4421cb670b08e974c6550ee715ac528ae)*
- 01:24 AM Bug #9765: CachePool flush -> OSD Failed
- in addition:...
- 01:19 AM Bug #9765 (Duplicate): CachePool flush -> OSD Failed
- Hi,All.
I encountered a problem flushing the data before deleting CachePool.
My crushmap:... - 07:10 PM Revision 6c0127fc (ceph): 0.80.7
- 06:55 PM Bug #9073: OSD with device/partition journals down after fresh deploy or upgrade to 0.83
- https://github.com/ceph/ceph/pull/2724
- 06:42 PM Bug #9073: OSD with device/partition journals down after fresh deploy or upgrade to 0.83
- Indeed ! Thanks !
- 06:32 PM Bug #9073: OSD with device/partition journals down after fresh deploy or upgrade to 0.83
- I don't think this is the patch you want see c776a89880fdac270e6334ad8e49fa616d05d0d4 and acfe62e0aa45bff208e38aeedad...
- 06:27 PM Bug #9073 (Fix Under Review): OSD with device/partition journals down after fresh deploy or upgra...
- * firefly backport https://github.com/ceph/ceph/pull/2724
- 06:22 PM Bug #9073 (Pending Backport): OSD with device/partition journals down after fresh deploy or upgra...
- The fix for this bug is https://github.com/ceph/ceph/commit/c776a89880fdac270e6334ad8e49fa616d05d0d4 and needs backpo...
- 06:49 PM Revision 35b8f8b7 (ceph): Merge pull request #2704 from almightybeeij/master
- libcephfs.h libcephfs.cc : Defined error codes for the mount function
Reviewed-by: Greg Farnum <greg@inktank.com> - 06:36 PM Revision 8a87a084 (ceph): tasks/s3tests: add slow backend configurable
- Adding this so that we can modify the clients' conf file as needed with slow backend.
This can be achieved by:
overr... - 06:36 PM Revision c449c6a4 (ceph): Merge pull request #184 from ceph/wip-s3tests-backend
- tasks/s3tests: add slow backend configurable
- 06:35 PM Revision 147f343c (ceph): Merge pull request #188 from ceph/wip-multi-version
- multiversion/dumpling-x: remove rgw
- 06:31 PM Bug #9785 (Resolved): /etc/ceph/dmcrypt-keys and key contents are created world-readable
- get_or_create_dmcrypt_key in ceph-disk creates the key_dir and key_files, but does not set any specific permissions o...
- 06:23 PM Bug #9768 (Duplicate): ceph-osd mkfs hangs
- 06:00 PM Bug #9768: ceph-osd mkfs hangs
- Created with ceph-disk prepare --fs-type=ext4 and ceph-disk activate /dev/loop3p1
- 04:46 PM Bug #9768: ceph-osd mkfs hangs
- On ubuntu-14.04 the logs of a ceph-osd mkfs on 0.80.5 that completes successfully.
- 04:04 PM Bug #9768: ceph-osd mkfs hangs
- 07:21 AM Bug #9768: ceph-osd mkfs hangs
- I browsed the patches to aio in 3.12.7 until now and saw nothing that could related to this problem https://www.kerne...
- 07:15 AM Bug #9768: ceph-osd mkfs hangs
- ...
- 06:01 AM Bug #9768: ceph-osd mkfs hangs
- Although https://github.com/ceph/ceph/commit/2f11631f3144f2cc0e04d718e40e716540c8af19 seems related, the log shows Fi...
- 05:45 AM Bug #9768 (Duplicate): ceph-osd mkfs hangs
- h3. Workaround for Firefly <= 0.80.7
If it shows with... - 06:17 PM Revision cf4e3009 (ceph): mon/OSDMonitor : Use user provided ruleset for replicated pool
- When creating a replicated pool, currently ceph ignore the ruleset
name provided by user but use a global default rul... - 06:17 PM Revision bfd7da10 (ceph): documentation: update osd pool create erasure
- The properties are replaced with erasure code profiles. Remove the
reference to properties and the documentation of e... - 06:15 PM CephFS Bug #9674: nightly failed multiple_rsync.sh
- rsync asks us to see previous errors;) yes, I think sudo should work
- 02:36 PM CephFS Bug #9674: nightly failed multiple_rsync.sh
- Well, that would make sense. How did you find those in the log?
We should probably just run this as sudo or someth... - 06:30 AM CephFS Bug #9674: nightly failed multiple_rsync.sh
- ...
- 06:08 PM Revision 7a0f52dc (ceph): multiversion/dumpling-x: remove rgw
- firefly radosgw + dumpling osds won't work. (Nor will anything newer
than firefly).
Signed-off-by: Sage Weil <sage@... - 05:58 PM Revision 22637f43 (ceph): doc: update lab notes
- Signed-off-by: Sage Weil <sage@redhat.com>
- 05:52 PM devops Bug #9783: upgrade ceph-common (0.80.7-1trusty) over (0.80.5-0ubuntu0.14.04.1) fails
- looks like 17732dc0c8878ea58813ad543c5359cb811079cc which probably should have included some other package control he...
- 04:55 PM devops Bug #9783 (Rejected): upgrade ceph-common (0.80.7-1trusty) over (0.80.5-0ubuntu0.14.04.1) fails
- This happens when switching from Ubuntu / Debian repositories to Ceph repositories:...
- 05:31 PM Bug #9784 (Resolved): All tools should be named consistently and argument parsing should be better
Slowly some of the tools like ceph_objectstore_tool have migrated to have underscores in the name. But I noticed s...- 05:29 PM Revision 50451d4f (ceph): Merge pull request #187 from ceph/wip-multi-version
- multi-version: do not run new ceph_test_rados against dumpling
- 05:29 PM Revision 2c5d436a (ceph): Merge pull request #2720 from ceph/wip-5977
- librbdpy: Added missing method docstrings
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 04:51 PM Revision 05b7edb5 (ceph): Fixing
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 04:42 PM Bug #9769: upgrade/firefly: latest_dumpling_release.yaml always fails
- Tests still failing but at different point.
See http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-14_14:22:47-u... - 09:17 AM Bug #9769: upgrade/firefly: latest_dumpling_release.yaml always fails
- From rerun with verbose:...
- 08:21 AM Bug #9769 (In Progress): upgrade/firefly: latest_dumpling_release.yaml always fails
- Running with verbose is on for job - http://qa-proxy.ceph.com/teuthology/sage-2014-10-13_20:46:44-upgrade:firefly-fir...
- 06:01 AM Bug #9769 (Resolved): upgrade/firefly: latest_dumpling_release.yaml always fails
- ...
- 04:32 PM Revision dcbde1cd (ceph): Fixes #9769, added overrides for legacy crush tunables
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 04:26 PM Revision 1703e096 (ceph): client.0 and client.1 on separate nodes and added upgrade step for clie...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 04:10 PM Revision 7022679e (ceph): librbdpy: Added missing method docstrings
- Several methods were missing docstrings, preventing the methods
from appearing in the generated documentation. Ensur... - 04:00 PM Revision b966da7b (ceph): multi-version: do not run new ceph_test_rados against dumpling
- Dumpling does not properly order reads (w/ RWORDERED) vs writes. The code
controlling that was totally rewritten in ... - 04:00 PM Bug #9408 (Fix Under Review): erasure-code: misalignment
- 03:57 PM Bug #9700 (Resolved): cephtool mon_osd intermittent failure
- I've not seen errors since this patch, except for firefly builds because this was not backported. Feel free to re-ope...
- 03:06 PM Bug #9388 (Duplicate): osd/PG.cc: 2945: FAILED assert(r == 0) in update_snap_map
- 03:01 PM Bug #9390 (Duplicate): EEXIST on split due to import/export
- 03:00 PM Bug #7588 (Resolved): OSD Seg fault in string assign ObjectOperation::C_ObjectOperation_copyget::...
- 02:59 PM Bug #9729: "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x:parallel-giant-dis...
- The corresponding line of code in master branch for test/librados/misc.cc was changed by Josh in Feb:
7a019b38 src/t... - 02:51 PM Bug #9729: "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x:parallel-giant-dis...
- Same issue in run http://pulpito.front.sepia.ceph.com/teuthology-2014-10-13_17:10:01-upgrade:dumpling-firefly-x:paral...
- 02:59 PM rgw Bug #9774 (Won't Fix): multi-version: giant rgw throws 500 with dumpling osds
- 09:42 AM rgw Bug #9774 (Won't Fix): multi-version: giant rgw throws 500 with dumpling osds
- ...
- 02:58 PM Bug #9757: mon: loops on osd pool create
- final commit is cf4e30095e8149d1df0f2c9b4c93c9df0779ec84
- 02:57 PM Bug #9757 (Resolved): mon: loops on osd pool create
- 02:31 PM Bug #9757 (Fix Under Review): mon: loops on osd pool create
- 02:28 PM Bug #9757: mon: loops on osd pool create
- This bug is dated october 12th with https://github.com/ceph/ceph/commit/0c1eafd7ab6f7d2a5eccd10ce267bde5e90932c5 whic...
- 01:51 PM Bug #9757: mon: loops on osd pool create
- * https://github.com/ceph/ceph/commit/fe43202449e3caf60e796f1205ef4303e905659d does not need to be backported because...
- 01:40 PM Bug #9757: mon: loops on osd pool create
- "mon/OSDMonitor : Use user provided ruleset for replicated pool":https://github.com/ceph/ceph/commit/cf4e30095e8149d1...
- 01:18 PM Bug #9757: mon: loops on osd pool create
- ...
- 12:54 PM Bug #9757: mon: loops on osd pool create
- This was run using the following backport https://github.com/ceph/ceph/commits/wip-9757
- 02:47 PM Feature #9781 (Resolved): ceph_objectstore_tool: On import handle splits
Once we have OSDMap information we need to check for splits during pg import:
Sam:
Upon import, if we detect a ...- 02:45 PM Feature #9780 (Resolved): ceph_objectstore_tool: Add OSDMap information to pg export
- Gather appropriate OSDMap information and include in export data.
- 02:43 PM Fix #7711: OpTracker output doesn't include op size for subops
- I didn't do this back then. We should get to it, though.
- 02:14 PM Linux kernel client Feature #9779: libceph: sync up with objecter
- Make sure not to break existing (correct!) behavior: we need to resent watch or notify when *any* member of the actin...
- 02:10 PM Linux kernel client Feature #9779 (Resolved): libceph: sync up with objecter
- - the way we resend lingering requests isn't quite the same
- __map_request() is too aggressive about resending:
... - 02:04 PM Linux kernel client Bug #8806 (Resolved): libceph: must use new tid when watch is resent
- 02:03 PM Revision 67539233 (ceph): mds: reply -EOPNOTSUPP for unknown lock type
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 02:02 PM Fix #9778 (New): forbid erasure code profile modifications that can modify data encoding
- even if --force is set in erasure-code-profile set because it can corrupt the content of the erasure coded pool. For ...
- 01:56 PM Revision c4bac3eb (ceph): mds: fix inotable initialization/reset
- interval_set::insert takes arguments start and len, not end.
Signed-off-by: Henry C Chang <henry.cy.chang@gmail.com>... - 01:25 PM Feature #9449 (Resolved): mon: make ceph -s break more things onto multiple lines (health blurbs,...
- 01:24 PM Feature #9598 (Fix Under Review): re-enable Objecter fast dispatch
- 01:24 PM Fix #9194 (In Progress): librados/osd: watch reconnect needs to be exclusive to detect possibly m...
- 01:12 PM Feature #9776 (New): try to make address sanitizer work
- 12:44 PM Feature #9198 (Fix Under Review): librados: notify callback includes gid of notifier
- 12:44 PM Feature #9197 (Fix Under Review): librados/osd: notify reply payload
- 12:43 PM Feature #8899 (Resolved): Kerberos/LDAP Support:: mon: define mon role capabilities
- 12:29 PM rgw Bug #9763 (Resolved): firefly upgrade tests fail s3tests, apache goes away
- https://github.com/ceph/s3-tests/commit/7e7457e1af8481cf111f25edab198d7498e18551
- 12:19 PM rgw Bug #9763: firefly upgrade tests fail s3tests, apache goes away
- looks like a bad test in s3-tests
- 11:13 AM Bug #5925: hung ceph_test_rados_delete_pools_parallel
- 08:47 AM Bug #5925: hung ceph_test_rados_delete_pools_parallel
- I've been reproducing this reliably with wip-9321.giant. Hung job in plana12....
- 11:12 AM Bug #9696 (Resolved): Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(wan...
- 10:30 AM rbd Bug #5977 (Resolved): librbd: python bindings need docstrings to show up in online docs
- commit:7022679e2c76c707d3d28c052045d11736582b3a
- 08:11 AM rbd Bug #5977: librbd: python bindings need docstrings to show up in online docs
- PR: https://github.com/ceph/ceph/pull/2720
- 08:10 AM rbd Bug #5977 (In Progress): librbd: python bindings need docstrings to show up in online docs
- 09:28 AM rbd Fix #7787: rbd diff takes longer as images grow larger
- Dependent on issue #4087
- 09:26 AM rbd Feature #7746: Capacity Management: rbd df
- Dependent on issue #4087
- 09:25 AM rbd Feature #7746 (In Progress): Capacity Management: rbd df
- 09:07 AM rbd Feature #7746 (Fix Under Review): Capacity Management: rbd df
- 09:13 AM rbd Bug #8329 (Need More Info): qemu-img rpm provided breaks snapshooting functionality on centos
- Andrija, according to Bugzilla, the availability of the "-s" option in qemu-img was a backporting bug and was effecti...
- 09:12 AM Linux kernel client Feature #190 (Resolved): krbd: DISCARD support
- 09:09 AM rbd Feature #8902 (Fix Under Review): rbd mirroring: librbd: funnel snapshot, resize events via lock ...
- 09:08 AM rgw Cleanup #9772 (In Progress): rgw: reorganize RGWRados
- 09:07 AM rgw Cleanup #9772 (Resolved): rgw: reorganize RGWRados
- need to clean up the different states, separate access to system objects vs data objects.
- 09:07 AM rbd Feature #8900 (Fix Under Review): rbd mirroring: librbd:making image locking mandatory
- 09:07 AM rbd Feature #4087 (Fix Under Review): rbd: bitmaps for tracking object existence
- 09:06 AM rgw Feature #9013: rgw: set civetweb as a default frontend
- Done, commit:63d0ec7b2c00b7f9515d492009115d87414a77ab.
- 09:02 AM rbd Bug #9771 (Won't Fix): Segmentation fault after upgrade v0.80.5 -> v0.80.6
- This is new test upgrades from v0.80.4 -> v0.80.5 -> v0.80.4->firefly and runs different workloads after each step.
... - 07:32 AM Bug #9731: Ceph 0.80.6 OSD crashes
- And here is another core file from another server. The backtrace in the log looks like a different path to me.
- 07:13 AM Bug #9731: Ceph 0.80.6 OSD crashes
- The Debian Wheezy build server doesn't seem to be online yet so I haven't been able to test your patch.
However, I... - 06:54 AM Revision 47249dee (ceph): Merge pull request #2718 from henrycc/wip-henrycc-inotable
- mds: fix inotable initialization/reset
- 06:41 AM Revision c95bb594 (ceph): mds: fix inotable initialization/reset
- interval_set::insert takes arguments start and len, not end.
Signed-off-by: Henry C Chang <henry.cy.chang@gmail.com> - 06:20 AM rbd Feature #9733: Separate rbd listing into CAP
- I apologize, I thought I mentioned that you need to use RBD image format 2, but re-reading my comments I seemed to ha...
- 06:20 AM CephFS Feature #9755: Fence late clients during reconnect timeout
- There can be certain cases where a client can reconnect after being evicted, e.g. if:
* the client didn't hold an... - 03:53 AM Fix #9767 (New): do not leak ceph-disk activate lock to the OSD
- The "activate_lock":https://github.com/ceph/ceph/blob/giant/src/ceph-disk#L1997 will leak to the OSD. This is harmles...
- 03:19 AM rgw Bug #9766 (Rejected): s3tests: test_100_continue failing
- Trying out s3tests on a ceph (0.80.5) cluster with ...
- 03:15 AM Revision 86c9871d (ceph): Added one more workload and one more step upgarde to teh current firefl...
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 02:07 AM Revision ec29f6d9 (ceph): Added mon.a and mon.b tp upgrade
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 01:38 AM Bug #9761: ceph-osd: segfault at 654c30 ip 00007f00dc5f1f07 sp 00007f00c5642e00 error 7 in ld-2.1...
- I cannot repeat this voluntarily. And debug.20 eats up space.
- 01:34 AM Bug #9761: ceph-osd: segfault at 654c30 ip 00007f00dc5f1f07 sp 00007f00c5642e00 error 7 in ld-2.1...
- Pavel Veretennikov wrote:
> Just found this error in the logs. Ceph 0.80.6, Ubuntu 14.04, kernel 3.13.0-36-generic
... - 01:29 AM Revision a163cb67 (ceph): Moved install.upgrades under upgrade-sequence, sequential block
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 01:18 AM Bug #7995: osd shutdown: ./common/shared_cache.hpp: 93: FAILED assert(weak_refs.empty())
- Looking at the ceph-osd.2.log uploaded by Sahana.
Prior to the reported problem, there was one more crash while merg... - 12:42 AM Linux kernel client Bug #9749 (Resolved): kcephfs: kernel divide-by-zero crash in __validate_layout (fs/ceph/ioctl.c)
- fixed by "ceph: fix divide-by-zero in __validate_layout()" in the testing branch
- 12:18 AM Revision a7204ae1 (ceph): Merge branch 'firefly' of https://github.com/ceph/ceph-qa-suite into wi...
- 12:16 AM Revision e9bc8ec2 (ceph): Merge pull request #185 from ceph/wip_fix_latest
- Moved latest_dumpling_release.yaml to teh oler dir
- 12:11 AM Revision ff08c24f (ceph): Moved latest_dumpling_release.yaml to teh oler dir
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 12:03 AM rgw Feature #8316: Ceilometer support for RGW Swift statistics
- If we want to support ceilometer, can't we support the statistics of both S3 & swift APIs?
10/13/2014
- 11:55 PM Revision 150e73da (ceph): Fixed workload by adding parallel clause
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:41 PM Revision 78da2dc0 (ceph): Merge pull request #177 from ceph/wip_9691
- Wip 9691 - (stable giant releases upgrades suite)
- 11:39 PM Revision afe6bd89 (ceph): rpm: 95-ceph-osd-alt.rules is not needed for centos7 / rhel7
- The || instead of && had it always installed. That was fixed in EPEL
already.
http://tracker.ceph.com/issues/9747 Fi... - 11:16 PM Revision f6d5f570 (ceph): Fixed yaml
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:01 PM Revision 759a746b (ceph): First draft for version-a to version-b suite
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:48 PM Revision 0ecd9ea2 (ceph): Bring in file to fix missng symlink.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 10:10 PM Revision e1c0a99a (ceph): Removed secod ceph-fuse
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:08 PM Revision 54900b5a (ceph): Merge branch 'giant' of https://github.com/ceph/ceph-qa-suite into wip_...
- 10:08 PM Revision cf5d6638 (ceph): Merge pull request #183 from ceph/update_upgrade_suits2
- Update upgrade suits2
- 10:07 PM Revision 61409179 (ceph): tasks/s3tests: add slow backend configurable
- Adding this so that we can modify the clients' conf file as needed with slow backend.
This can be achieved by:
overr... - 10:06 PM Revision df6d69de (ceph): Removing files not in master
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 08:52 PM Revision 5533b1d5 (ceph): Fixed dirs duplicates
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 08:45 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- I added a new test (#9758) and testing it on ceph-qa-suites branch 'wip_9758' which is doing step upgrades v0.80.4-v0...
- 10:52 AM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- wip-9731-firefly does not have this patch.
- 07:37 PM Revision 4db95170 (ceph): document 'command' requirements on admin_socket method
- Signed-off-by: Greg Farnum <greg@inktank.com>
- 06:35 PM Revision 5e88efd6 (ceph): Synced up d-f-x and f-x suites with the latests from master
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 06:27 PM Revision 935566d7 (ceph): Addded missing ceph task
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 06:17 PM Revision 67478196 (ceph): Merge pull request #2707 from ceph/wip-9731
- PGLog::IndexedLog::trim(): rollback_info_trimmed_to_riter may be log.ren...
Reviewed-by: Sage Weil <sage@redhat.com> - 05:40 PM rgw Bug #9763 (Resolved): firefly upgrade tests fail s3tests, apache goes away
- ...
- 05:38 PM Revision de08802d (ceph): osd: Remove unused PG functions queue_notify(), queue_info(), queue_log()
- Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 70ef4c11cbae669799c30c7592073ad7aa11dcd6) - 05:38 PM Revision d5bac46e (ceph): osd: Return EOPNOTSUPP if a set-alloc-hint occurs with OSDs that don't ...
- Add CEPH_FEATURE_OSD_SET_ALLOC_HINT feature bit
Collect the intersection of all peer feature bits during peering
When... - 05:34 PM Revision fa599aad (ceph): Merge remote-tracking branch 'origin/wip-7588-firefly' into firefly
- 05:34 PM Revision 805a4ff3 (ceph): Merge remote-tracking branch 'upstream/wip-9696-firefly' into firefly
- 04:50 PM CephFS Feature #414 (Fix Under Review): ceph-fuse: implement file locking
- 04:42 PM devops Bug #9747: ceph.spec.in will always use 95-ceph-osd-alt.rules
- running gitbuilder
- 04:40 PM devops Bug #9747 (Fix Under Review): ceph.spec.in will always use 95-ceph-osd-alt.rules
- * backported to giant already
* firefly backport https://github.com/ceph/ceph/pull/2717 - 08:16 AM devops Bug #9747 (Pending Backport): ceph.spec.in will always use 95-ceph-osd-alt.rules
- 03:46 PM Revision eb272454 (ceph): Merge pull request #2714 from ceph/wip-9730
- doc: `ceph-deploy mon create-initial` doesn't take arguments
Reviewed-by: John Wilkins <jowilkin@redhat.com> - 03:16 PM Revision f1fccb1d (ceph): rpm: 95-ceph-osd-alt.rules is not needed for centos7 / rhel7
- The || instead of && had it always installed. That was fixed in EPEL
already.
http://tracker.ceph.com/issues/9747 Fi... - 03:16 PM Revision eafdbfad (ceph): Merge pull request #2706 from dachary/wip-9747-ceph-spec
- rpm: 95-ceph-osd-alt.rules is not needed for centos7 / rhel7
Backport: giant, firefly
Reviewed-by: Sage Weil <sage@r... - 03:10 PM Revision b73fe1a1 (ceph): doc: remove node requirement from 'mon create-initial'
- Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
- 03:09 PM Revision 264f0fce (ceph): doc: remove whitespace
- Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
- 03:05 PM rbd Feature #9733: Separate rbd listing into CAP
- Using those caps does not allow the kernel client to mount the image:
[root@nodezz ~]# ceph auth caps client.rdleb... - 02:20 PM rbd Feature #9733: Separate rbd listing into CAP
- I've looked over that document a few times, but I'm not finding specifics about things like "object_prefix", "rbd_hea...
- 01:59 PM rbd Feature #9733: Separate rbd listing into CAP
- Yes, you should be able to use different users within Nova, Cinder, and Glance config files. The capability grammar ...
- 01:16 PM rbd Feature #9733: Separate rbd listing into CAP
- Let me try this and see if it will do what we think. I don't know enough about the Open Stack side, but I hope we can...
- 01:08 PM rbd Feature #9733: Separate rbd listing into CAP
- The RBD image directory is stored within an object named 'rbd_directory' in each pool. You could create a capspec wh...
- 02:18 PM Revision 20b27661 (ceph): Update vstart to setup users for s3-tests
- vstart.sh now creates the users for the default configuration
for the s3-tests, available on https://github.com/ceph/... - 01:01 PM Revision 3f8fb85b (ceph): Merge pull request #2591 from majianpeng/fix2
- os/FileStore: using FIEMAP_FLAGS_SYNC instead of fsync() before call fiemap
Backport: giant, firefly
Reviewed-by: Sa... - 12:52 PM CephFS Feature #9755: Fence late clients during reconnect timeout
- Hmm, I like the basic thrust of this, but I'm a little concerned as well — we have other tickets to let clients recon...
- 03:39 AM CephFS Feature #9755 (Resolved): Fence late clients during reconnect timeout
During reconnect, MDSs terminate the sessions of any clients which fail to reconnect within the window. Because wh...- 12:45 PM Linux kernel client Feature #190: krbd: DISCARD support
- This should go upstream to Linus in the next day or two (for 3.18-rc1).
- 11:29 AM Linux kernel client Feature #190: krbd: DISCARD support
- Alphe Salas wrote:
> I agree with Kyle and Brian. This feature is necessary. I would like to have more information a... - 11:27 AM Linux kernel client Feature #190: krbd: DISCARD support
- I agree with Kyle and Brian. This feature is necessary. I would like to have more information about the status of thi...
- 12:28 PM rbd Fix #7787 (In Progress): rbd diff takes longer as images grow larger
- 12:17 PM Bug #9761 (Rejected): ceph-osd: segfault at 654c30 ip 00007f00dc5f1f07 sp 00007f00c5642e00 error ...
- Just found this error in the logs. Ceph 0.80.6, Ubuntu 14.04, kernel 3.13.0-36-generic
Nothing special in the ceph... - 12:03 PM devops Bug #9760 (Rejected): librados2 fails to install from ceph-qa
- Which is causing lots of failures in ceph-deploy's test runs
Example full log of one of the failures: http://qa-pr... - 10:48 AM Bug #9731: Ceph 0.80.6 OSD crashes
- 10:19 AM Linux kernel client Bug #9749: kcephfs: kernel divide-by-zero crash in __validate_layout (fs/ceph/ioctl.c)
- 09:59 AM Bug #9714 (Duplicate): Dead jobs in upgrade:dumpling-firefly-x:stress-split-giant-distro-basic-mu...
- i think this is a dup of #9757
- 09:48 AM Bug #9714: Dead jobs in upgrade:dumpling-firefly-x:stress-split-giant-distro-basic-multi run
- Sam, can you take a look at this?
Still an issue in one off run - http://qa-proxy.ceph.com/teuthology/teuthology-2... - 09:35 AM rbd Bug #9742: `rbd map lun` fails with: (2) No such file or directory on kernel 3.14.14 w/ udev-216 ...
- is this running inside a container? this looks lik ea problem with the authentication keys and there is a known issu...
- 09:32 AM Bug #9744 (Won't Fix): cephx: verify_reply couldn't decrypt with error: error decoding block for ...
- this happens when clocks are very skewed.
- 08:59 AM rbd Bug #9602 (Closed): rbd export -> nc ->rbd import = memory leak
- Irek, thanks for the update. Closing as not a bug.
- 04:43 AM rbd Bug #9602: rbd export -> nc ->rbd import = memory leak
- Jason Dillaman wrote:
> I quickly attempted to reproduce this on the same version w/o success. Can you attach /etc/... - 08:47 AM Documentation #9730: ceph-deploy mon create-inital, does not take arguments
- merged commit eb27245 into master
- 08:46 AM Documentation #9730 (Resolved): ceph-deploy mon create-inital, does not take arguments
- Merged the pull request.
- 08:21 AM Documentation #9730 (In Progress): ceph-deploy mon create-inital, does not take arguments
- PR opened https://github.com/ceph/ceph/pull/2714
- 08:34 AM Bug #9757: mon: loops on osd pool create
- also breaking teuthology-2014-10-09_19:30:01-upgrade:dumpling-firefly-x:stress-split-giant-distro-basic-multi
- 06:31 AM Bug #9757 (Resolved): mon: loops on osd pool create
- http://pulpito.ceph.com/sage-2014-10-12_09:13:46-upgrade:dumpling-x-wip-sam-firefly-testing-distro-basic-multi/541361...
- 07:22 AM rgw Bug #8766: multipart minimum size error should be EntityTooSmall
- I have submitted the following patches:
Update s3-tests with the new small size multipart tests:
https://github.c... - 06:56 AM Cleanup #9756: Issues found by Clang
- start with
https://github.com/ceph/autobuild-ceph/blob/master/build-ceph.sh
and make a build-ceph-clang.sh. ... - 04:50 AM Cleanup #9756 (In Progress): Issues found by Clang
- I again [1] used Clang with -Weverything [2] to compile the Ceph repository [3].
There is still a huge amount of ser... - 06:44 AM Revision e464a776 (ceph): client: use atomic variable to track reference of MetaRequeset
- this allow us to increase reference count of MetaRequest while not holding
the client_lock
Signed-off-by: Yan, Zheng... - 06:44 AM Revision 09699454 (ceph): client: use finisher to abort MDS request
- When a request is interrupted, libfuse first locks an internal mutex,
then calls the interrupt callback. libfuse need... - 06:43 AM Revision 4134c149 (ceph): client: allow interrupting blocked file lock operation
- This commit introduce two new types of setfilelock request. Unlike
setfilelock (UNLOCK) request, these two new types ... - 06:22 AM rbd Bug #8329: qemu-img rpm provided breaks snapshooting functionality on centos
- Any info on this? At least can we define some prefered way of enabling qemu-img/kvm to speak to CEPH (Do it your self...
- 05:59 AM Revision 289e8b4a (ceph): client: register callback for fuse interrupt
- libfuse allows program to reigster a callback for interrupt. When a file
system operation is interrupted, the fuse ke... - 05:33 AM Revision 229a6dfe (ceph): FileStore:Round offset of fiemap down aligned with CEPH_PAGE_SIZE.
- There is a bug on xfs about fiemap. If offset unsigned, the result of
fiemap will leak some data.
Kernel commit eedf3... - 04:18 AM Revision 35bbb2d6 (ceph): The fix for issue 9614 was not completed, as a result, for those erasur...
- Signed-off-by: Guang Yang <yguang@yahoo-inc.com>
- 03:16 AM CephFS Feature #9754 (Resolved): A 'fence and evict' client eviction command
Currently the "session evict" operation on the MDS admin socket will terminate the session, and release any capabil...- 02:14 AM Revision fbf4d476 (ceph): KeyValueStore: Make clone error message more friendly
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 02:02 AM Revision b426460a (ceph): GenericObjectMap: sync transaction avoid lookup_parent failed
- Now rm_keys after clone in one transaction will lead to "lookup_parent"
in rm_keys failed because of nonexisting pare... - 02:01 AM Revision 674c9116 (ceph): StoreTest: Add clone xattr test
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 01:07 AM Linux kernel client Bug #9355 (Closed): rbd: map fails with EINVAL inside a container
- Opened #9753.
- 01:06 AM Linux kernel client Feature #9753 (Resolved): libceph: allow custom network namespaces
- See the bottom of #9355.
- 12:57 AM Linux kernel client Bug #9192: krbd: poor read (about 10%) vs write performance
- Hi Eric,
Thanks for doing this. I was concerned about this being a regression after the queueing changes, but it ... - 12:13 AM Revision 61a7888c (ceph): Minor modifications, added prints
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
10/12/2014
- 10:07 PM Bug #9614: PG stuck with remapped
- The original fix was not clean, just added a new pull request: https://github.com/ceph/ceph/pull/2711
- 09:06 PM Bug #9215: Ceph Firefly 0.80.5 : OSD flapping too frequently
- karan singh wrote:
> You can close this case , problem has been solved after applying fix (0.80.5-1-gc4b77d2)
May... - 06:43 PM Bug #9731: Ceph 0.80.6 OSD crashes
- I already saw the commit in branch. The status of this issue should not be New.
- 05:05 PM Revision d947050c (ceph): osd/osd_types: consider CRUSH_ITEM_NONE in check_new_interval() min_siz...
- Fixes: #9718
Backport: firefly
Signed-off-by: Sage Weil <sage@redhat.com> - 03:25 PM Revision 8fcdb09b (ceph): upgrade/dumpling-x: do not do ec test on mixed cluster
- dumpling doens't support it
Signed-off-by: Sage Weil <sage@redhat.com> - 03:23 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Results for the run teuthology-2014-10-11_19:00:02-upgrade:dumpling-x-wip-9731-firefly-distro-basic-multi
Still jo... - 02:44 PM Linux kernel client Bug #9192: krbd: poor read (about 10%) vs write performance
- I was able to get some dedicated test time on one of our Ceph test clusters to rerun the kernel RBD read/write tests ...
- 12:09 PM Bug #9752 (Resolved): acting in past intervals contains primary and up_primary (looks like duplic...
- In a 0.80.6 in the context of http://tracker.ceph.com/issues/9750 the following showed up (the full output can be fou...
- 11:20 AM Bug #9751: ceph tell osd.6 version hangs
- here is the gdb output of the OSD process that fails to answer to ceph tell
- 10:18 AM Bug #9751: ceph tell osd.6 version hangs
- attaching the log with lockdep = true, starting from when the osd boots up to the point where ceph tell blocks forever
- 10:10 AM Bug #9751: ceph tell osd.6 version hangs
- greg : the log is from when the osd started up to the point where ceph tell hangs
- 09:51 AM Bug #9751: ceph tell osd.6 version hangs
- Maybe similar to #9748 and #9714 ?
- 09:49 AM Bug #9751: ceph tell osd.6 version hangs
- Was the OSD already "hanging" when you generated this log?
- 09:21 AM Bug #9751 (Rejected): ceph tell osd.6 version hangs
- ...
- 10:05 AM Bug #9718 (Fix Under Review): osd_types: check_new_interval: min_size check needs to consider CRU...
- 09:36 AM Bug #9750: pg incomplete
- I guess it's not a bug indeed, only the logical outcome of something going wrong. What is probably a bug is having th...
- 09:32 AM Bug #9750 (Won't Fix): pg incomplete
- 09:07 AM Bug #9750: pg incomplete
- So you don't actually think it's a bug?
In any case, if you still have the disk accessible, you probably want to u... - 08:54 AM Bug #9750: pg incomplete
- osd.3 has failed recently (this morning) because btrfs turned it read-only. it is likely that it contains the missing...
- 08:45 AM Bug #9750: pg incomplete
- What did you *do* to this cluster? I don't think these PGs are supposed to have historical acting sets that look like...
- 08:01 AM Bug #9750 (Won't Fix): pg incomplete
- ...
10/11/2014
- 10:33 PM Linux kernel client Bug #9749 (Resolved): kcephfs: kernel divide-by-zero crash in __validate_layout (fs/ceph/ioctl.c)
- Our UC-KLEE tool discovered a Linux kernel divide-by-zero crash in the Ceph
client driver. I found the bug on kernel... - 07:49 PM Revision b8d2fc72 (ceph): osd/ReplicatedPG: carry CopyOpRef in copy_from completion
- There is a race with copy_from cancellation. The internal Objecter
completion decodes a bunch of data and copies it ... - 04:20 PM Revision 5ff4a850 (ceph): rpm: 95-ceph-osd-alt.rules is not needed for centos7 / rhel7
- The || instead of && had it always installed. That was fixed in EPEL
already.
http://tracker.ceph.com/issues/9747 Fi... - 03:52 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Sage has scheduled run on wip-9731-firefly http://pulpito.front.sepia.ceph.com/teuthology-2014-10-10_16:50:01-upgrade...
- 03:35 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- pre-firefly mons I think would also suffice to cause this bug. Actually, if you upgrade the osds from pre-firefly to...
- 03:29 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Can you rerun with wip-sam-firefly-testing? (actually, ignore the firefly branch for the moment and use wip-sam-firef...
- 01:05 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- I guess it's expected as backport is still pending.
Update:
In the run http://pulpito.front.sepia.ceph.com/teutho... - 01:10 PM Bug #7588 (Pending Backport): OSD Seg fault in string assign ObjectOperation::C_ObjectOperation_c...
- This actually doesn't seem to have been backported to firefly. I think it might be causing some of the cache/tiering...
- 01:01 PM Bug #9748 (Rejected): Dead jobs in upgrade:dumpling-x-firefly-distro-basic-multi run
- Jobs '537916', '537917'
Logs are in:
http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-10_19:00:01-upgrade... - 12:54 PM Bug #9714: Dead jobs in upgrade:dumpling-firefly-x:stress-split-giant-distro-basic-multi run
- Same problem in run - http://pulpito.front.sepia.ceph.com/teuthology-2014-10-10_19:00:01-upgrade:dumpling-x-firefly-d...
- 09:27 AM devops Bug #9747 (Fix Under Review): ceph.spec.in will always use 95-ceph-osd-alt.rules
- 09:22 AM devops Bug #9747: ceph.spec.in will always use 95-ceph-osd-alt.rules
- https://github.com/ceph/ceph/pull/2706
- 09:12 AM devops Bug #9747 (Resolved): ceph.spec.in will always use 95-ceph-osd-alt.rules
- In ceph.spec.in *%if (0%{?rhel} || 0%{?rhel} < 7)* "see sources":https://github.com/ceph/ceph/blob/giant/ceph.spec.in...
- 09:08 AM Bug #9746 (Resolved): reconcile upstream ceph.spec.in with other ceph.spec (SuSE, EPEL, etc)
- There are many differences between the "epel ceph.spec":https://dl.fedoraproject.org/pub/epel/7/SRPMS/c/ceph-0.80.5-8...
- 08:32 AM devops Bug #9721 (Rejected): partx -a should be called after creating the data partition
- The diagnostic is incorrect. At the time the data partition is created it does not make sense to try to activate it b...
- 07:44 AM Revision 50987eca (ceph): libcephfs.h libcephfs.cc : Defined error codes for the mount function
- Used new error codes from libcephfs.h to replace the magic numbers in the mount functon found in libcephfs.cc.
Signe... - 03:51 AM Revision b933777b (ceph): Merge pull request #2701 from ceph/wip-9716
- librados: Fix function prototypes in librados.h
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 03:41 AM Revision 17f01328 (ceph): Merge pull request #2678 from ceph/wip-8983
- rados: Parse command-line arguments strictly
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Reviewed-by: Loic Da... - 02:06 AM Revision 47de6f00 (ceph): Removed dupication of overrides
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 01:39 AM Revision 7bab0931 (ceph): return value of handle_message for MSG_OSD_SUBOP/MSG_OSD_SUBOPREPLY sho...
- if the return value is true , it will skip unnecessary checks
Signed-off-by: xinxin shu <xinxin.shu@intel.com>
10/10/2014
- 11:58 PM Revision a52d3e69 (ceph): Merge pull request #176 from ceph/fix_d-f-x_suite
- Fixed upgrade steps flow
- 11:56 PM Revision f011d72d (ceph): Merge pull request #2683 from ceph/wip-7796
- rgw: set length for keystone token validation request
Reviewed-by: Sage Weil <sage@redhat.com> - 11:52 PM Revision d9556768 (ceph): rados: Use strict_strtoll instead of strtoll
- Signed-off-by: Adam Crume <adamcrume@gmail.com>
- 11:48 PM Revision 809ddd29 (ceph): osdc/Objecter: fix use-after-frees in close_session, shutdown
- For, linger ops, _session_linger_op_remove invalidates our iterator; add
it to the list first. Same goes for the ot... - 11:36 PM Revision 72a2ab13 (ceph): osdc/Objecter: fix tick() session locking
- We need to take the session read lock before traversing the ops lists.
Fixes: #9706
Signed-off-by: Sage Weil <sage@r... - 10:35 PM Revision 48be6e45 (ceph): Incorporated Tamil's comments
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:06 PM Revision 74f8cf62 (ceph): Merge pull request #2672 from ceph/wip-9513
- Fix read performance regression in ObjectCacher
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 09:08 PM Revision d98b7553 (ceph): librados: Fix function prototypes in librados.h
- Fixes: 9716
Signed-off-by: Adam Crume <adamcrume@gmail.com> - 08:59 PM Revision c5fd2d04 (ceph): PG::choose_acting: in mixed cluster case, acting may include backfill
- Fixes: 9696
Backport: firefly, giant
Introduced: 92cfd370395385ca5537b5bc72220934c9f09026
Signed-off-by: Samuel Just ... - 08:57 PM Revision 4a3bc78c (ceph): PGLog::IndexedLog::trim(): rollback_info_trimmed_to_riter may be log.re...
- Fixes: #9731
Backport: giant, firefly
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit d4... - 08:55 PM Revision d458b4f0 (ceph): PGLog::IndexedLog::trim(): rollback_info_trimmed_to_riter may be log.re...
- Fixes: #9731
Backport: giant, firefly
Signed-off-by: Samuel Just <sam.just@inktank.com> - 08:51 PM Bug #9716 (Resolved): Warning in API headers when compiling with -Wstrict-prototypes
- commit:d98b75530b0ea8f243a4dc8e1881bc6da2bca99d
- 02:10 PM Bug #9716 (Fix Under Review): Warning in API headers when compiling with -Wstrict-prototypes
- https://github.com/ceph/ceph/pull/2701
- 01:44 PM Bug #9716: Warning in API headers when compiling with -Wstrict-prototypes
- Forgot to mention that qemu uses -Werror by default, hence the errors.
- 08:45 PM Bug #8983 (Resolved): rados bench -b option does not take orders of magnitude (k,M,..) but also d...
- commit:3b9dcff7755a3ffcb9df8a06e6d0e525e77de641
- 02:13 PM Bug #8983: rados bench -b option does not take orders of magnitude (k,M,..) but also does not thr...
- https://github.com/ceph/ceph/pull/2678
- 08:33 PM Revision 022bace0 (ceph): rados: Add tests for CLI strict parsing
- Fixes: 8983
Signed-off-by: Adam Crume <adamcrume@gmail.com> - 08:12 PM Bug #9143 (Rejected): Incorrect key sequence in encoding object name to key for GenericObjectMap
- 07:21 PM Bug #9731: Ceph 0.80.6 OSD crashes
- wip-firefly-9696-9731 should have a fix for this as well as 9696. Let me know whether that helps.
- 03:11 PM Bug #9731: Ceph 0.80.6 OSD crashes
- I think this is a bug in PGLog::IndexedLog::trim(). Making patch.
- 11:44 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Attached ceph OSD log from crash with debugging turned on.
- 11:03 AM Bug #9731: Ceph 0.80.6 OSD crashes
- I will add those to my configuration and restart ceph on each node.
Luckily this is just my test environment. - 10:47 AM Bug #9731: Ceph 0.80.6 OSD crashes
- Can you reproduce either of these with logging?
debug osd = 20
debug filestore = 20
debug ms = 1 - 09:45 AM Bug #9731 (Can't reproduce): Ceph 0.80.6 OSD crashes
- I received 2 different crashes on 2 different OSDs on different nodes within 30s of eachother on 0.80.6. I just upgr...
- 06:41 PM Bug #9744: cephx: verify_reply couldn't decrypt with error: error decoding block for decryption
- I think I found the problem: new node (with new OSD) had incorrect time.
Everything returned to normal after correct... - 06:10 PM Bug #9744: cephx: verify_reply couldn't decrypt with error: error decoding block for decryption
- Found the following in the logs of the new OSD:...
- 05:57 PM Bug #9744 (Won't Fix): cephx: verify_reply couldn't decrypt with error: error decoding block for ...
- Shortly after upgrade 0.80.5 to 0.80.6 cluster became slow and then almost completely stopped
with several OSDs exhi... - 06:13 PM Revision 181e0fe4 (ceph): Fixed typo in client name
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 05:45 PM rgw Bug #9307 (Resolved): "s3.test_multipart_upload_multiple_sizes ... ERROR" in upgrade:dumpling-fir...
- above errors from yuri are #9169.. something else
- 08:10 AM rgw Bug #9307: "s3.test_multipart_upload_multiple_sizes ... ERROR" in upgrade:dumpling-firefly-x-mast...
- Same issues in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-09_19:00:01-upgrade:dumpling-x-firefly-distro-b...
- 05:32 PM Revision bd61ee00 (ceph): Merge pull request #2684 from ceph/wip-9696
- PG::choose_acting: in mixed cluster case, acting may include backfill
Reviewed-by: Sage Weil <sage@redhat.com> - 05:25 PM Revision 26fe1801 (ceph): test: Fix rmpool in test_rados_tool.sh
- Signed-off-by: Adam Crume <adamcrume@gmail.com>
- 05:00 PM Fix #9199 (In Progress): librados: watch linger pings need to verify pg mapping hasn't changed
- 04:59 PM Fix #9196 (In Progress): librados: watch_check() to synchronous verify we haven't missed notifies
- 04:59 PM Fix #8905: msgr: encode osd epoch in nonce to avoid misc OSD reconnect races
- 04:56 PM Bug #9706 (Fix Under Review): osdc/Objecter.cc: 1570: FAILED assert(op->session)
- 09:26 AM Bug #9706 (In Progress): osdc/Objecter.cc: 1570: FAILED assert(op->session)
- tick() locking is broken
- 04:55 PM rgw Bug #7796 (Pending Backport): RGW Keystone token auth fails with '411 Length Required' when Keyst...
- 04:51 PM Revision 194a0088 (ceph): Added print statement
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 04:13 PM Revision 3e0e04ef (ceph): Merge pull request #2675 from ceph/wip-coverity-20141003
- Fix issues from SCA and Coverity
Reviewed-by: Sage Weil <sage@redhat.com> - 04:11 PM CephFS Bug #9679: Ceph hadoop terasort job failure
- I do believe that Hadoop kills the clients after they reach a point that the run-time believes everything has been fl...
- 02:02 PM CephFS Bug #9679: Ceph hadoop terasort job failure
- Looking at the bad client (11139), the first thing I notice is that the messaging is way backed up. What's the networ...
- 09:13 AM CephFS Bug #9679: Ceph hadoop terasort job failure
- Here is the directory listing. All of the files should be the same size....
- 03:07 PM rbd Bug #9513: rbd_cache=true default setting is degading librbd performance ~10X in Giant
- commit:82175ec94acc89dc75da0154f86187fb2e4dbf5e
- 03:06 PM rbd Bug #9513 (Pending Backport): rbd_cache=true default setting is degading librbd performance ~10X ...
- 01:59 PM Revision 75fc54bf (ceph): Merge pull request #2693 from ceph/giant-unused-variable
- Giant unused variable
- 01:57 PM Revision 459b2d24 (ceph): mds: Locker: remove unused variable
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 01:57 PM Revision 5b5aba73 (ceph): Merge pull request #2691 from ceph/firefly-unused-variable
- Firefly unused variable
- 01:56 PM Revision ddc8a827 (ceph): Merge pull request #2690 from ceph/dumpling-unused-variable
- mds: Locker: remove unused variable
- 01:50 PM rbd Bug #9742 (Resolved): `rbd map lun` fails with: (2) No such file or directory on kernel 3.14.14 w...
- when trying to map a standard rbd image as a block device, the command fails with (2) No such file or directory.
I... - 01:47 PM Revision a1ae7f47 (ceph): mds: Locker: remove unused variable
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 01:40 PM Revision 1db47d80 (ceph): mds: Locker: remove unused variable
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 01:27 PM Feature #9741 (Closed): teuthology-suite: allow scheduling sub-suites
- 01:18 PM Bug #9443: btrfs pwrite returns EEXIST on journal FileJournal::write_bl
- Don't run on that kernel. :(
(My understanding is that they have a fix in testing and it shouldn't be in an actual r... - 01:04 PM Bug #9443: btrfs pwrite returns EEXIST on journal FileJournal::write_bl
- Is there a workaround ?
- 01:12 PM Revision b17b43a8 (ceph): fuse: enable fuse_multithreaded by default
- GETFILELOCK MDS request may block for a long time, so we need to
use multithread event loop,
Signed-off-by: Yan, Zhe... - 01:12 PM Revision 6a2303a6 (ceph): client: add helper function that updates lock state
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 01:12 PM Revision a1b2c8ff (ceph): client: posix file lock support
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 01:08 PM Revision e075c27c (ceph): common: link mds/flock.o to libcommon
- later commit will use this code to track file locks held by cephfs
client.
Signed-off-by: Yan, Zheng <zyan@redhat.com> - 01:03 PM Bug #9740 (Duplicate): FileJournal::do_write assert(0)
- 12:59 PM Bug #9740 (Duplicate): FileJournal::do_write assert(0)
http://pulpito.ceph.com/loic-2014-10-10_08:45:20-rados:thrash-erasure-code-isa-master-testing-basic-vps/536207/
...- 01:00 PM Bug #9696 (Pending Backport): Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED as...
- 10:11 AM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Ok, can you reproduce with the logging above?
- 01:09 AM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Also, could either Loïc or Sam explain what exact combination of circumstances causes this assert to trigger? I can't...
- 12:59 AM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Sam, I can confirm with certainty that this did *not* happen during an upgrade from dumpling. All nodes were running ...
- 12:56 PM Revision 740db204 (ceph): Merge pull request #2685 from hejiantao5/patch-1
- Check the pointer before deleting
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 12:50 PM Revision 5c38bcbe (ceph): Merge pull request #2688 from leseb/fix-warning-message-img-format
- Fix error message when stripping with format 1
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 12:27 PM Revision 89ebcaa3 (ceph): Fixed JSON output for stray OSDs
- 12:14 PM Revision a8d597fc (ceph): Fix error message when stripping with format 1
- Since the option '--format' for specifying the rbd image format is
deprecated, we should recommend '--image-format' i... - 12:09 PM Bug #9739 (Won't Fix): rados cli: listsnaps does not list snaps
- To reproduce:...
- 12:04 PM Bug #9738 (Won't Fix): rados cli: objects not present in a snapshot are listed anyway
- To reproduce:...
- 11:54 AM Bug #9737 (Resolved): rados cli: --snapid (not --snap) option is broken
- Running "rados --pool mypool --snapid 1 ls" (assuming 1 is a valid snap number) crashes without printing or returning...
- 11:34 AM Revision 66afcd94 (ceph): Check pointer before deleting
- Here I think should check the pointer, to avoid potential risk
Signed-off-by: Jiantao He <hejiantao5@gmail.com> - 11:34 AM RADOS Bug #9736 (New): rados cli doesn't print specific usage errors
- If a user executes e.g. "rados lssnap", the command prints out the usage information. However, it does not say that ...
- 11:23 AM Bug #9735 (Resolved): "rados lock list" doesn't output final end-of-line
- The rados command-line utility doesn't output an end-of-line character at the end of the output of the "lock list" co...
- 11:10 AM Bug #9729: "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x:parallel-giant-dis...
- David, is it related to some code you were working on? Pls take a look and reassigned if necessary.
- 09:06 AM Bug #9729 (Resolved): "LibRadosMisc.Operate1PP" test failed in upgrade:dumpling-firefly-x:paralle...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-10_08:19:51-upgrade:dumpling-firefly-x:parallel-gi...
- 10:59 AM Feature #6258: ceph-disk: zap should wipefs
- A user in the #ceph-devel channel had issues, it wouldn't matter that he tried to zap the disk, the filesystem was st...
- 10:25 AM rbd Feature #9733 (New): Separate rbd listing into CAP
- We are concerned that if the key is compromised in our OpenStack environment, then all images in the pool can be list...
- 09:46 AM Bug #9732 (Resolved): ReplicatedPG::hit_set_trim osd/ReplicatedPG.cc: 11006: FAILED assert(obc)
- The timezone of the machine was incorrect CDT instead of CEST. All other machines (MON and OSD) are on CEST.
On a ... - 09:26 AM Documentation #9730 (Resolved): ceph-deploy mon create-inital, does not take arguments
- It uses the same hosts that where passed into `ceph-deploy new {HOSTS}`
But this sections says the user should pas... - 09:15 AM Feature #9728: erasure-code: jerasure support for NEON
- https://github.com/ceph/ceph/pull/2694
- 09:02 AM Feature #9728 (Resolved): erasure-code: jerasure support for NEON
- Work done by Janne Grunau @ https://github.com/jannau/ceph/compare/neon . It will be available in Hammer.
- 09:08 AM Revision 2c7c03c5 (ceph): ceph_erasure_code_benchmark: fix parameter handling
- Make sure k and m paramter are valid to prevent crash. Fix typo.
Fix for the following CID and other possible invali... - 09:05 AM Revision b2b28593 (ceph): Merge pull request #2686 from dachary/wip-client-dout
- client: add missing dendl and s/dout/ldout/
Reviewed-by: John Spray <john.spray@redhat.com> - 08:54 AM Revision 88133719 (ceph): tasks/mds_client_recovery: file lock test
- check that file lock doesn't get lost after an MDS restart
Signed-off-by: Yan, Zheng <zyan@redhat.com> - 08:50 AM rbd Feature #8902: rbd mirroring: librbd: funnel snapshot, resize events via lock holder
- WIP branch: https://github.com/ceph/ceph/compare/wip-8902
- 08:46 AM Bug #9702: "MaxWhileTries: 'wait_until_healthy'reached maximum tries" in upgrade:firefly-x-giant-...
- Same in run http://pulpito.front.sepia.ceph.com/teuthology-2014-10-08_19:20:02-upgrade:firefly-x-giant-distro-basic-m...
- 08:46 AM Bug #9703: "Segmentation fault" in upgrade:firefly-x-giant-distro-basic-multi run
- Same in run http://pulpito.front.sepia.ceph.com/teuthology-2014-10-08_19:20:02-upgrade:firefly-x-giant-distro-basic-m...
- 08:46 AM Revision 80215818 (ceph): client: add missing dendl and s/dout/ldout/
- Introduced in ce4436c9d4206ff4a4af7fdc16e571dcc77cd8b4
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 08:45 AM devops Bug #9724: VPS machines not being locked "No route to host"
- Why does this keep happening?
- 08:44 AM devops Bug #9724: VPS machines not being locked "No route to host"
- correct URL:
http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-09_19:00:01-upgrade:dumpling-x-firefly-distro-ba... - 07:59 AM devops Bug #9724 (Rejected): VPS machines not being locked "No route to host"
- In the run http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-09_19:00:01-upgrade:dumpling-x-firefly-distro-basic...
- 08:27 AM Bug #9727 (Duplicate): 0.86 EC+ KV OSDs crashing
- Hi, testing our Tiering setup with EC+KV backend a bit further on the latest dev release, our OSDS started to crash a...
- 08:03 AM devops Bug #9725 (Won't Fix): Error "'sudo yum install ceph-radosgw-0.67.11 -y'"in upgrade:dumpling-x-fi...
- In run http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-09_19:00:01-upgrade:dumpling-x-firefly-distro-basic-vps...
- 07:18 AM CephFS Bug #9692 (Resolved): ACL workunit syntax error
- 07:05 AM rgw Feature #9723 (New): Support metering info
- Add object storage metering support similar to openstack swift ceilometer. Its should able plugable with openstack ce...
- 05:57 AM Revision 98cb9a0c (ceph): Merge pull request #2671 from ceph/wip-da-fix-make_check
- Makefile.am: make sure everything was build before make check
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 05:54 AM Revision 800b9314 (ceph): Merge pull request #2669 from ceph/wip-9692
- qa/workunits/fs/misc: fix syntax error
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 05:39 AM devops Bug #9721 (Fix Under Review): partx -a should be called after creating the data partition
- https://github.com/ceph/ceph/pull/2648 and https://github.com/dachary/ceph/commit/81d6c5b5a33de745ae4a23536409de0c0e7...
- 05:26 AM devops Bug #9721: partx -a should be called after creating the data partition
- 05:18 AM devops Bug #9721 (Rejected): partx -a should be called after creating the data partition
- In the following udev is racing with the creation of the partition:...
- 03:23 AM Feature #9720 (Resolved): erasure-code: non regression should test jerasure variants
- check that content encoded with one variant exactly matches content encoded with another variant
- 01:37 AM Revision 345714b6 (ceph): Merge pull request #2681 from ceph/firefly-locker-null
- mds: Locker: fix a NULL deref in _update_cap_fields
- 01:37 AM Revision 7c76ef3a (ceph): Merge pull request #2680 from ceph/dumpling-locker-null
- mds: Locker: fix a NULL deref in _update_cap_fields
- 01:37 AM Revision 33d2c735 (ceph): Merge pull request #2679 from ceph/giant-locker-null
- mds: Locker: fix a NULL deref in _update_cap_fields
- 01:36 AM Revision d12f704b (ceph): Merge pull request #2676 from ceph/wip-print-mode
- client: print out mode, uid, gid if they are changed
- 01:30 AM Revision fa539b9c (ceph): qa/workunits/fs/misc: fix syntax error
- Signed-off-by: Yan, Zheng <zyan@redhat.com>
- 01:16 AM Revision 78be62f7 (ceph): Merge pull request #2677 from ceph/wip-mds-coverity
- Wip mds coverity
- 12:36 AM rgw Feature #8052: Support for Keystone Identity API v3
- From swift 2.2.0 changelog:
* Added support for Keystone v3 auth.
Keystone v3 introduced the concept ... - 12:05 AM Revision 2c65e249 (ceph): Merge pull request #180 from ceph/fix_stress-split_typo
- Still having fun fixing yaml syntax !
10/09/2014
- 11:59 PM Revision 36b8cd5a (ceph): Still having fun fixing yaml sytax !
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:40 PM Revision ad39be8e (ceph): Merge pull request #179 from ceph/fix_stress-split_typo
- Removed brackets (finally!)
- 11:39 PM Revision d189b8aa (ceph): Removed brackets (finily!)
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:21 PM Revision 9b18d998 (ceph): PG::choose_acting: in mixed cluster case, acting may include backfill
- Fixes: 9696
Backport: firefly, giant
Introduced: 92cfd370395385ca5537b5bc72220934c9f09026
Signed-off-by: Samuel Just ... - 10:51 PM Revision 3dd4ccad (ceph): rgw: set length for keystone token validation request
- Fixes: #7796
Backport: giany, firefly
Need to set content length to this request, as the server might not
handle a ch... - 10:35 PM Revision 03e4917d (ceph): Merge pull request #178 from ceph/fix_stress-split_typo
- Fixed one more typo
- 10:34 PM Revision 3779b44a (ceph): Fixed one more typo
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:15 PM Revision 1dbda2ec (ceph): mds: Locker: fix a NULL deref in _update_cap_fields
- The MClientCaps* is allowed to be NULL, so we can't deref it unless
the dirty param is non-zero. So don't do the ahea... - 10:15 PM Revision 2afb6feb (ceph): mds: Locker: fix a NULL deref in _update_cap_fields
- The MClientCaps* is allowed to be NULL, so we can't deref it unless
the dirty param is non-zero. So don't do the ahea... - 10:12 PM Revision 3cd8a7fb (ceph): mds: Locker: fix a NULL deref in _update_cap_fields
- The MClientCaps* is allowed to be NULL, so we can't deref it unless
the dirty param is non-zero. So don't do the ahea... - 09:38 PM Revision 41d6ca2f (ceph): Fixed empty line
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:35 PM Revision ec01b9c1 (ceph): First draft of stable release upgrade suite for giant
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:30 PM Revision 08eb77ee (ceph): Merge pull request #170 from ceph/wip-cephfs-exception
- tasks/cephfs: say which test failed in exception
Reviewed-by: Greg Farnum <greg@inktank.com> - 09:04 PM Revision 3b9dcff7 (ceph): rados: Parse command-line arguments strictly
- Many integers were parsed with functions that silently ignored junk at
the end of the string. Extra characters now c... - 08:24 PM Revision 202259ae (ceph): Fixed upgrade steps flow
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 05:43 PM Revision aa138eb8 (ceph): mds: MDirUpdate: initialize discover count to 0 if we're not discovering
- Otherwise it's left uninitialized and could do who-knows-what!
CID 1244229: Uninitialized scalar field (UNINIT_CTO... - 05:42 PM Revision 2a9ed93e (ceph): mds: MDSAuthCaps: init "read" param in default constructor
- CID 1244228: Uninitialized scalar field (UNINIT_CTOR)
/mds/MDSAuthCaps.h: 29 in MDSCapSpec::MDSCapSpec()()
Signed-... - 05:14 PM Bug #9718 (Resolved): osd_types: check_new_interval: min_size check needs to consider CRUSH_ITEM_...
- 04:47 PM Revision ce4436c9 (ceph): client: print out mode, uid, gid if they are changed
- These values can be printed by MClientRequest message output, but if
they're flushed out via cap updates we don't eve... - 04:40 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- wip-9696-firefly removes the assert on firefly, it's not valid for the compat case.
- 04:32 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- https://github.com/ceph/ceph/pull/2684/files
- 04:31 PM Bug #9696 (Fix Under Review): Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED as...
- 04:31 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Can you restart one of the crashing osds with
debug osd = 20
debug filestore = 20
debug ms = 1 ?
As far as we... - 04:26 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- 04:25 PM Bug #9696 (Fix Under Review): Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED as...
- https://github.com/ceph/ceph/pull/2684
- 04:20 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- 04:16 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- running in gitbuilder under the branch wip-9696-compat-acting
- 03:56 PM Bug #9696 (Fix Under Review): Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED as...
- 03:38 PM Bug #9696 (In Progress): Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(...
- https://github.com/ceph/ceph/pull/2682
- 03:01 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- It actually failed a new test case AFTER it went out into a stable release version.
- 02:28 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- Whoa, wait -- Loïc, are you saying this actually failed a test case and still made it into a release in a stable vers...
- 02:23 PM Bug #9696: Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(want_acting_ba...
- For the record http://tracker.ceph.com/issues/9715 hits the same assert in similar conditions in teuthology and the f...
- 03:46 PM rgw Bug #7796 (Fix Under Review): RGW Keystone token auth fails with '411 Length Required' when Keyst...
- 03:32 PM Bug #9715: assert(want_acting_backfill.size() - want_backfill.size() == num_want_acting) firefly
- sjust: I think it's due to the compatibility thing where we include the backfill peer in the acting set if there are ...
- 03:11 PM Bug #9715: assert(want_acting_backfill.size() - want_backfill.size() == num_want_acting) firefly
- I see the change (92cfd370) that added the assert and didn't consider "compat_mode." In older OSDs we only have one ...
- 02:20 PM Bug #9715 (Duplicate): assert(want_acting_backfill.size() - want_backfill.size() == num_want_acti...
- 02:08 PM Bug #9715: assert(want_acting_backfill.size() - want_backfill.size() == num_want_acting) firefly
- " assert(want_acting_backfill.size() - want_backfill.size() == num_want_acting);":https://github.com/ceph/ceph/blob/f...
- 09:51 AM Bug #9715 (Duplicate): assert(want_acting_backfill.size() - want_backfill.size() == num_want_acti...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-08_19:30:01-upgrade:dumpling-firefly-x:stress-spli...
- 03:14 PM Revision 7cb2840e (ceph): test_rgw_admin_log.cc: refactor to use calloc()
- Refactor code to use calloc() instead of malloc() to make
sure the char* TEST_BUCKET_OBJECT_SIZE memory is set to
zer... - 03:12 PM Bug #8983 (Fix Under Review): rados bench -b option does not take orders of magnitude (k,M,..) bu...
- 02:26 PM devops Bug #9712: ceph.com is not accessible from IPv6 only environments
- Works for me (native v6 ip).
Thanks! - 12:23 PM devops Bug #9712 (Resolved): ceph.com is not accessible from IPv6 only environments
- This is me. Somehow the ipv6 ip address became unassigned to the ceph.com dedicated server in DH's database. Not sure...
- 10:29 AM devops Bug #9712: ceph.com is not accessible from IPv6 only environments
- Apologies if somebody else should be handling this, but I think it's yours? :)
- 07:48 AM devops Bug #9712 (Resolved): ceph.com is not accessible from IPv6 only environments
- Some time ago we found that we can't connect to ceph.com:443. Moreover we can't either ping it....
- 01:55 PM Revision c43c85fd (ceph): test_rgw_admin_log.cc: fix use-after-free
- Fix for:
CID 1054876 (#1 of 1): Use after free (USE_AFTER_FREE)
pass_freed_arg: Passing freed pointer bucket_obj as... - 01:31 PM Revision c60a1707 (ceph): test/librados/c_write_operations.cc: free ressources
- Release completion as soon as no longer needed.
Fix for:
CID 1219593 (#1 of 1): Resource leak (RESOURCE_LEAK)
leak... - 01:14 PM Bug #9711 (Duplicate): 'cache' osd crash on ceph 0.86
- 01:29 AM Bug #9711 (Duplicate): 'cache' osd crash on ceph 0.86
- In a tiering setup cache+ EC on KV, one cache OSD has crashed after about 12hours testing with rados bench.
Stackt... - 01:13 PM Bug #9480: OSD is crashing while object deletion
- It's back http://tracker.ceph.com/issues/9711
- 12:07 PM CephFS Bug #9679: Ceph hadoop terasort job failure
- empty fs:...
- 08:21 AM CephFS Bug #9679: Ceph hadoop terasort job failure
- Thanks Huamin. Yeh, It looks like some writes are being lost, probably due to an unclean shutdown. I'll get some trac...
- 08:06 AM CephFS Bug #9679: Ceph hadoop terasort job failure
- For comparison, teragen files on CephFS
./hadoop/bin/hadoop fs -ls /in-dir-3
14/10/09 08:05:05 WARN util.NativeC... - 07:04 AM CephFS Bug #9679: Ceph hadoop terasort job failure
- Run the same tests on HDFS 2.4.1, thoguh on a different setup. Terasort finished without any problem.
Cmd:
./hado... - 11:46 AM rbd Feature #2467 (In Progress): qemu: implement bdrv_invalidate_cache
- Patch sent to qemu-devel@nongnu.org.
- 10:50 AM Bug #9716 (Resolved): Warning in API headers when compiling with -Wstrict-prototypes
- Configuring qemu fails because of the compile errors:...
- 09:40 AM Bug #9714 (Duplicate): Dead jobs in upgrade:dumpling-firefly-x:stress-split-giant-distro-basic-mu...
- Run http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-08_19:30:01-upgrade:dumpling-firefly-x:stress-split-giant-...
- 09:30 AM Linux kernel client Bug #9355: rbd: map fails with EINVAL inside a container
- Thanks for the update, Ilya! You actually gave me a hint as to a workaround - run the container with `--net host` so ...
- 08:59 AM Linux kernel client Bug #9355: rbd: map fails with EINVAL inside a container
- The...
- 09:23 AM rbd Feature #8902 (In Progress): rbd mirroring: librbd: funnel snapshot, resize events via lock holder
- ... also include flatten.
- 09:22 AM rbd Feature #8900 (In Progress): rbd mirroring: librbd:making image locking mandatory
- 08:28 AM Bug #9610: Crash "RadosModel.h: In function 'virtual void WriteOp::_finish(TestOp::CallbackInfo*)...
- 08:11 AM Bug #9610: Crash "RadosModel.h: In function 'virtual void WriteOp::_finish(TestOp::CallbackInfo*)...
- Still an issue: http://pulpito.front.sepia.ceph.com/teuthology-2014-10-08_23:20:03-multi-version-giant-distro-basic-m...
- 08:16 AM rgw Bug #9612 (New): "ERROR: test suite for <module 's3tests.functional'" in multi-version-giant-test...
- Still an issue: http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-08_23:20:03-multi-version-giant-distro-basic-m...
- 08:09 AM Bug #9705 (Duplicate): "RadosModel.h: 829: FAILED assert(0)" in multi-version-giant-distro-basic-...
- 07:41 AM Revision 158381e9 (ceph): Merge pull request #2511 from dachary/wip-catch-options-errors
- test,tools: catch option parsing exceptions
Reviewed-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@redhat.com> - 07:16 AM Revision 86ebaf6a (ceph): os/FileStore: Because do_fiemap will do fsync, so don't do fsync()
- before calling do_fiemap.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> - 07:06 AM Bug #9356: ceph_test_rados_striper_api_aio Segmentation faults
- I've just updated pull request 2419 with a more complete fix for the issue.
I was now able to reproduce 100% when my... - 06:17 AM Revision b39cb680 (ceph): Merge pull request #2629 from dachary/wip-heap-profiler
- perfglue: minors heap profiler updates and documentation
Reviewed-by: Jianpeng Ma <majianpeng@gmail.com> - 02:52 AM Bug #9327: Usability Issue: Ceph-deploy does not print all the commands which it is executing
- This issue seen in 0.84 build, can we cross check ones.
- 02:30 AM Feature #9420 (Fix Under Review): erasure-code: tools and archive to check for non regression of ...
- The gitbuilders have been updated, it is ready for review.
- 12:28 AM Bug #9077: Cluster is up in MON node even if Ceph is uninstalled in OSD node
- What will be state of OSD in 3 node cluster ?, in 3 node cluster there will be other OSD's running on other nodes, so...
10/08/2014
- 11:50 PM Revision 73a2c48b (ceph): Merge pull request #175 from ceph/fix_d-f-x_suite
- Fixed git issues
- 11:48 PM Revision 5b34f937 (ceph): Fixed git issues
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:21 PM Revision 345ad8fc (ceph): Merge pull request #174 from ceph/fix_d-f-x_suite
- Fix d-f-x suite
- 11:10 PM Revision 780c4dda (ceph): Fixed typo
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 11:08 PM CephFS Bug #9679: Ceph hadoop terasort job failure
- missing one of these?...
- 10:46 PM CephFS Bug #9679: Ceph hadoop terasort job failure
- My bet at this point is on the generation of the input data set. Teragen creates a file with X 100byte entries. When ...
- 11:08 PM Revision 8fbcf32e (ceph): Added a step 'upgrade-sequence0' to initial install task, renamed dirs
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 10:55 PM Revision a0815311 (ceph): ReplicatedPG::recover_backfill: update last_backfill to max() when back...
- Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 7a06a71e0f2023f66d003dfb0168f4fe51eaa058) - 10:55 PM Revision 50f67614 (ceph): osd: Fix problems in ReplicatedPG::do_op() logic
- Fix assert(is_degraded_object(soid)) in ReplicatedPG::wait_for_degraded_object()
Use last_backfill_started as the b... - 10:55 PM Revision 9be014c7 (ceph): ReplicatedPG::do_op: remove unused backfill_target_info
- Not removed in previous backported patch.
Signed-off-by: Samuel Just <sam.just@inktank.com> - 10:55 PM Revision eac96322 (ceph): ReplicatedPG: recover_backfill: don't prematurely adjust last_backfill
- We can't adjust last_backfill to object x until x has been fully
backfilled. pending_backfill_updates contains all t... - 10:54 PM Revision 3c889cd1 (ceph): Revert "ReplicatedPG::recover_backfill: do not update last_backfill pre...
- I'm going to backport the full version of this patch.
This reverts commit d4e67ff3037a3cc7ae2ecc9e1d8d086c45ae515a. - 10:49 PM Revision fce6524b (ceph): ReplicatedPG::prepare_transaction: info.last_backfill is inclusive
- Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 0a9a2d7b9c4013631e5e7d4b34bacaa4ec782147) - 10:49 PM Revision f955c51c (ceph): PG::BackfillInterval: use trim() in pop_front()
- Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 46dfd9197548a9d7cf4e5aa86497d73d8cc5d6ae) - 10:49 PM Revision 0642ca16 (ceph): PG::BackfillInfo: introduce trim_to
- We'll use this to trim off last_backfill_started since it'll
often be included in rescans.
Signed-off-by: Samuel Jus... - 10:49 PM Revision 7406f72f (ceph): PG,ReplicatedPG: remove the waiting_for_backfill_peer mechanism
- See previous patch.
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 6f975e35a1e29a01347... - 10:49 PM Revision b9c6f1f8 (ceph): ReplicatedPG: replace backfill_pos with last_backfill_started
- last_backfill_started reflects what pinfo.last_backfill will be
once all currently outstanding backfills complete. b... - 10:49 PM Revision 1f9e137b (ceph): ReplicatedPG: remove the other backfill related flushes
- Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 1f50750d0fd94ffddc14f3d7a1e95fa4449aa1b8... - 10:49 PM Revision 0cb797b3 (ceph): ReplicatedPG: don't rescan the local collection if we can avoid it
- Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 664b589b05243b30a92ac3642958d56fb9144e3d... - 10:19 PM Revision 66819c04 (ceph): Merge pull request #173 from ceph/wip_9709
- Wip 9709
- 09:50 PM Revision 3b486b89 (ceph): Fixed typo
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:47 PM Revision e6c898de (ceph): Add latest dumpling point release to the mix
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 08:56 PM Revision 46692332 (ceph): mount.ceph.c: ensure '\0' terminated string
- Reserve last char in array for '\0' to ensure termination
of the string.
Fix for:
CID 1128383 (#1 of 1): Buffer not... - 08:56 PM Revision 72e708c2 (ceph): osd/OSDMap.cc: prefer ++operator for non-primitive iterators
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 08:56 PM Revision d75856be (ceph): osd/ReplicatedBackend.cc: prefer ++operator for non-primitive iterators
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 08:56 PM Revision 43c0d37b (ceph): mds/flock.cc: reduce scope of some variables
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 08:56 PM Revision 557ca80f (ceph): SyntheticClient.cc: reduce scope of variables
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 08:56 PM Revision b414b1dc (ceph): ErasureCodeIsa.cc: reduce scope of variables
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 08:56 PM Revision 3bba7ce8 (ceph): test/librbd/fsx.c: fix potential unterminated string handling
- In case of strncpy() make sure string is '\0' terminated. Before
usage of strcat() check if the destination has enoug... - 08:56 PM Revision 042c5362 (ceph): rados_list_parallel.cc: cleanup before return from run()
- Fix for another case of:
CID 717112 (#1 of 1): Resource leak (RESOURCE_LEAK)
leaked_storage: Variable io_ctx going ... - 07:57 PM Bug #9559: ?off-by-one vulnerability?ceph-0.80.5/src/common/fd.cc dump_open_fds() function
- please give me a cve id ,thanks
- 07:39 PM Revision 0bbd8798 (ceph): Merge pull request #2586 from ceph/wip-mon-status
- mon: make health portion of ceph -s readable (multiple lines)
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com> - 07:26 PM Revision a389ffa4 (ceph): Merge pull request #2673 from dachary/wip-ceph-erasure-code-corpus
- build: add ceph-erasure-code-corpus to gitmodule_mirrors
Reviewed-by: Sandon Van Ness <sandon@inktank.com> - 07:22 PM Revision 865a0dc6 (ceph): build: add ceph-erasure-code-corpus to gitmodule_mirrors
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 06:19 PM Revision f06ffba0 (ceph): Makefile.am: make sure everything was build before make check
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 06:18 PM Revision 3d338970 (ceph): Merge remote-tracking branch 'upstream/giant'
- 06:08 PM Revision 3bfb5fab (ceph): Merge pull request #2616 from guangyy/wip-giant-9614
- PG::actingset should be used when checking the number of acting OSDs for a given PG.
Backport: firefly
Reviewed-by: ... - 06:07 PM Revision e0d37c55 (ceph): Merge pull request #2663 from ceph/wip-9496
- mon: PGMonitor: populate scrub timestamps with 'now' on pg creation
Reviewed-by: Samuel Just <sam.just@inktank.com> - 06:04 PM Revision 4a5af139 (ceph): Merge pull request #2650 from ceph/wip-9128
- Add reset_tp_timeout in long loop in add_source_info for suicide timeout
Reviewed-by: Samuel Just <sam.just@inktank.... - 06:01 PM Revision e684abcb (ceph): Merge pull request #2543 from ceph/wip-9419
- Wip 9419
Reviewed-by: Samuel Just <sam.just@inktank.com> - 04:23 PM Bug #9630 (Need More Info): osd: leaked pg refs on shutdown (dumpling)
- I'm out of ideas but happy to keep exploring if someone has a lead. If this happens again cross referencing the logs ...
- 04:12 PM Bug #9630: osd: leaked pg refs on shutdown (dumpling)
- "OSD::shutdown":https://github.com/ceph/ceph/blob/dumpling/src/osd/OSD.cc#L1521 clear() the "finished":https://github...
- 03:21 PM Bug #9630: osd: leaked pg refs on shutdown (dumpling)
- ...
- 01:53 PM Bug #9630: osd: leaked pg refs on shutdown (dumpling)
- The last thing that happened to pg 2.15 was...
- 01:35 PM Bug #9630: osd: leaked pg refs on shutdown (dumpling)
- Log lines related to pg 2.15...
- 11:38 AM Bug #9630: osd: leaked pg refs on shutdown (dumpling)
- It could not be in_progress_splits : the logs do not contain the word *split*
- 11:18 AM Bug #9630: osd: leaked pg refs on shutdown (dumpling)
- It is the same assert as http://tracker.ceph.com/issues/7891 but the PGBackend did not exist at the time, therefore t...
- 11:03 AM Bug #9630: osd: leaked pg refs on shutdown (dumpling)
- The osd.2 actually crashed with:...
- 10:07 AM Bug #9630: osd: leaked pg refs on shutdown (dumpling)
- The full valgrind report from remote/vpm180/log/valgrind/osd.2.log.gz...
- 03:58 PM Bug #8595: osd: client op blocks until backfill starts (dumpling)
- It seems that we need to backport the update_range/scan_range changes (intended to avoid backfill related flushes) fr...
- 01:17 PM Bug #8595: osd: client op blocks until backfill starts (dumpling)
- I think the least distasteful solution is to actually backport the last_backfill_started modifications. I'll start t...
- 03:38 PM rbd Feature #7272 (Duplicate): rbd: import performance
- 03:14 PM rbd Feature #7272: rbd: import performance
- Reads are single-threaded, but writes are asynchronous, so multiple could be in flight at once. (In rbd.cc, do_impor...
- 03:34 PM Revision acf33b5c (ceph): suites/fs: enable debug on recovery tests
- Signed-off-by: John Spray <john.spray@redhat.com>
- 03:27 PM Revision 6ac9efef (ceph): tasks/cephfs: say which test failed in exception
- Example:
Was: 'Test failure'
Now: Test failure: test_full_caps (tasks.mds_full.TestClusterFull)
Signed-off-by: John ... - 02:45 PM Revision 9f97c491 (ceph): Merge pull request #2670 from dachary/wip-9700-cephtool-mon-osd
- qa: move mon_mds tests last
Reviewed-by: John Spray <john.spray@redhat.com> - 02:33 PM Revision 9b3d345d (ceph): qa: move mon_mds tests last
- Assuming they are more likely than others to leave OSD/MON in an
unstable state that could have undefined side effect... - 02:28 PM Revision bf33e119 (ceph): Merge pull request #2569 from ceph/wip-9437
- Implement `tell` in MDS
Reviewed-by: Reviewed-by: Greg Farnum <greg@inktank.com> - 11:53 AM rbd Bug #9513 (Fix Under Review): rbd_cache=true default setting is degading librbd performance ~10X ...
- 11:06 AM Bug #9496 (Resolved): mon: pg scrub timestamps must be populated at pg creation
- 11:04 AM Bug #9128 (Resolved): Newly-restarted OSD may suicide itself after hitting suicide time out value...
- 11:04 AM Bug #9419 (Pending Backport): dumpling->firefly upgrade, sending setallochint?
- 11:01 AM Revision e27cf413 (ceph): qa: cephtool tests for `tell mds.X`
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:59 AM rbd Feature #8900: rbd mirroring: librbd:making image locking mandatory
- WIP branch: https://github.com/ceph/ceph/compare/wip-8900
- 10:58 AM Revision 316660d5 (ceph): mds: fix MDSAuthCap when cephx is disabled
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:58 AM Revision 5f6589cb (ceph): vstart: mds * auth caps
- ...so that the default client.admin identity
can call 'tell mds' things.
Signed-off-by: John Spray <john.spray@redha... - 10:58 AM Revision d15ecafe (ceph): vstart: create fewer pgs for fs pools
- Just so that dev clusters come up more
quickly.
Signed-off-by: John Spray <john.spray@redhat.com> - 10:58 AM Revision 82ecf60b (ceph): test: unit tests for MDSAuthCaps
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:58 AM Revision 620a722d (ceph): qa: fixup cephtool test when MDS exists
- We added MDS resetting code here a while back,
but the order of operations was such that a
"cluster up" was being run... - 10:58 AM Revision 9610029d (ceph): messages: fix constness in MCommand constructor
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:58 AM Revision 9552e8fc (ceph): common: fix cmd_getval constness
- ...so that one can pass in a const cmdmap.
Signed-off-by: John Spray <john.spray@redhat.com> - 10:58 AM Revision 5e7cb608 (ceph): mds: deprecation-warn on numeric mds names
- To be turned into strict check in post-hammer
release, so that we can always unambiguously
discriminate a string into... - 10:58 AM Revision fad2865f (ceph): mds: handle MCommand (mds tell)
- Separate path to legacy MMonCommand, because MCommand
from the CLI sends JSON-style commands.
Signed-off-by: John Sp... - 10:58 AM Revision e8f3f6b9 (ceph): mds: introduce MDS auth caps
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:58 AM Revision b9c0ce4f (ceph): osdc/Objecter: don't consume non-osd cmd replies
- ...so that Client can get command replies from MDSs.
Signed-off-by: John Spray <john.spray@redhat.com> - 10:58 AM Revision 688396ac (ceph): client: add mds_command operation
- akin to Objecter::osd_command
Signed-off-by: John Spray <john.spray@redhat.com> - 10:58 AM Revision fba3ede8 (ceph): libcephfs: add ceph_mds_command
- Wraps the equivalent fn in Client.
Signed-off-by: John Spray <john.spray@redhat.com> - 10:58 AM Revision 1eb93f5b (ceph): pybind/rados: add conf/conf_defaults attributes
- Store these from initialization so that given a Rados
object, we can read back config to initialize a
LibCephFS objec... - 10:58 AM Revision 0909fe4f (ceph): pybind/cephfs: implement conf_parse_argv
- So that when using `ceph` we can pass through
--debug-x args etc.
Signed-off-by: John Spray <john.spray@redhat.com> - 10:58 AM Revision 44e8390f (ceph): pybind/cephfs: implement mds_command
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:58 AM Revision 92178bc0 (ceph): pybind/ceph_argparse: implement 'tell mds'
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:58 AM Revision f93bf385 (ceph): mds: typedefs for rank and gid in MDSMap
- Make it clearer what these numbers are where they appear.
Signed-off-by: John Spray <john.spray@redhat.com> - 10:11 AM Revision da074f02 (ceph): Merge pull request #2668 from theanalyst/fix/mailmap-again
- Fix/mailmap again
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 09:40 AM Revision 8149ac63 (ceph): mailmap: Andreas Peters name normalization
- Reported-by: Loic Dachary <loic@dachary.org>
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com> - 09:40 AM Revision c967ced7 (ceph): mailmap: Yongyue sun affiliation
- Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
- 09:40 AM Revision 90ca5e3c (ceph): mailmap: João Eduardo Luís name normalization
- Reported-by: Loic Dachary <loic@dachary.org>
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com> - 09:37 AM rbd Bug #9642: Errors in test_rbd.test_* tests in upgrade:dumpling-firefly-x:parallel-giant-distro-ba...
- 08:49 AM Bug #9706 (Resolved): osdc/Objecter.cc: 1570: FAILED assert(op->session)
- This was actually on wip-sam-testing, but does not appear related to any of the patches.
ubuntu@teuthology:/a/samu... - 08:43 AM rgw Bug #9307 (New): "s3.test_multipart_upload_multiple_sizes ... ERROR" in upgrade:dumpling-firefly-...
- I see the same issues on giant run:
http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-07_15:54:57-upgrade:dum... - 08:31 AM Bug #9705 (Duplicate): "RadosModel.h: 829: FAILED assert(0)" in multi-version-giant-distro-basic-...
- Looks similar to #9528 (no root issue mentioned)
Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-1... - 08:18 AM Revision 8be3446e (ceph): Merge pull request #2665 from yuyuyu101/update-mailmap
- mailmap: add yuandong to organizationmap
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 08:05 AM Bug #9703 (Resolved): "Segmentation fault" in upgrade:firefly-x-giant-distro-basic-multi run
- I see coredump on mira076 client.1 (@*/531751/remote/mira076/@), but could not get any info about it.
Logs are in ... - 08:00 AM Bug #9702 (Duplicate): "MaxWhileTries: 'wait_until_healthy'reached maximum tries" in upgrade:fire...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-06_19:20:01-upgrade:firefly-x-giant-distro-basic-m...
- 07:56 AM Bug #9700: cephtool mon_osd intermittent failure
- Waiting about a week to see if it shows up again.
- 07:30 AM Bug #9700 (Fix Under Review): cephtool mon_osd intermittent failure
- https://github.com/ceph/ceph/pull/2670...
- 07:23 AM Bug #9700: cephtool mon_osd intermittent failure
- The osd 1 goes down during the following. Reading the script and what it does I can imagine why. Unless osd.1 dies be...
- 06:57 AM Bug #9700: cephtool mon_osd intermittent failure
- ENXIO is expected when ceph tell tries to join an osd that is not ready and it should be treated as EAGAIN. If it hap...
- 06:11 AM Bug #9700 (Resolved): cephtool mon_osd intermittent failure
Hit this one time on a gitbuilder: it's not clear to me why we have a 5-time retry here: some timeout raciness in t...- 07:56 AM Revision 9a32e8cb (ceph): Avoid unused pg_to_acting_osds call in OSDMap::get_primary_shard for no...
- Signed-off-by: Dong Yuan <yuandong1222@gmail.com>
- 07:53 AM Revision 8c4040b5 (ceph): AsyncMessenger: Remove unused option
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:53 AM Revision 7f2d660d (ceph): AsyncMessenger: add comments for structures
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:53 AM Revision afe2b1ac (ceph): AsyncMessenger: add copyright for async files
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:53 AM Revision 23924a3d (ceph): AsyncMessenger: Fix header file path
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:53 AM Revision ed862ec3 (ceph): AsyncMessenger: move Async* related file to msg/async
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:53 AM Revision 79a12de8 (ceph): AsyncConnection: Fix mark_down problem when calling send_message
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:52 AM Revision 268db100 (ceph): AsyncConnection: Rescheduler write event when connect successfully
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:52 AM Revision b8ae5629 (ceph): AsyncConnection: Avoid seq ack not send and skip sd<0 shutdown
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:52 AM Revision e25f2fea (ceph): AsyncMessenger: Avoid join when worker thread not started
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:47 AM Revision 6f6e7e25 (ceph): mon,mds: call ceph_heap_profiler_init() at boot time
- So that the CEPH_HEAP_PROFILER_INIT environment variable can be used to
start profiling.
Signed-off-by: Loic Dachary... - 07:47 AM Revision 64ca7443 (ceph): doc: update memory-profiling with examples
- * Update the ceph tell from ceph daemon tell id to the new
ceph tell deamon.id form
* Add usages examples for easi... - 07:47 AM Revision 472a4b32 (ceph): perfglue: profiler stats need more than 1024 bytes
- With a 1024 bytes buffer to display the stats, the end is truncated.
Use an array on the stack instead of leaking the... - 07:28 AM CephFS Feature #9437 (Resolved): make 'ceph tell mds.* ...' work, deprecate 'ceph mds tell * ...'
- ...
- 07:23 AM Revision cb36ccbb (ceph): mailmap: add yuandong to organizationmap
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 07:03 AM Revision 29b37716 (ceph): tools: move po::collect_unrecognized in the try block
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 07:03 AM Revision 3677fe0f (ceph): tools: allow_unregistered() options
- So that --debug-mon etc. can be parsed afterwards.
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 07:03 AM Revision bc0209e7 (ceph): test,tools: indentation, whitespace only
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 06:59 AM Revision b085fd8d (ceph): test,tools: capture boost::program_options in a try
- When something fails boost::program_options throws an exception that
needs to be caught.
Signed-off-by: Loic Dachary... - 06:59 AM Revision 0100c9cf (ceph): test: catch boost::program_options errors
- And display it before returning on error.
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 06:59 AM Revision 8e5b7aca (ceph): tools: display boost::program_options errors
- Instead of silently discarding them. Do not display the usage on error
as it will probably hide the error message tha... - 06:44 AM Revision fd20a1d0 (ceph): Merge pull request #2662 from dachary/wip-9677-ioprio-class-firefly
- common: ceph_ioprio_string_to_class always returns -EINVAL
- 06:44 AM Revision 66eb0466 (ceph): Merge pull request #2661 from dachary/wip-9677-ioprio-class-giant
- common: ceph_ioprio_string_to_class always returns -EINVAL
- 06:05 AM Revision e1eec9a0 (ceph): AsyncConnection: Optimize _try_send avoid new/delete
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:05 AM Revision 5df3212c (ceph): AsyncConnection: Reduce _try_send call
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:05 AM Revision c8dd0f2a (ceph): AsyncConnection: make send_message directly send message possibly
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:05 AM Revision b5ded994 (ceph): AsyncConnection: mark down connection as soon as possible
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision cce1ae56 (ceph): Event: Simply process_event impl
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision b9c86a31 (ceph): Event: Fix do_request bug
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision 19a9d953 (ceph): Event: Change time precision from millisecond to microsecond
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision da83dac2 (ceph): Event: time event can used as priority queue
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision 0caad0d7 (ceph): Event: Use array instead of unordered_map for file_events
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision 300cd7df (ceph): EventEpoll: don't need to expand epoll struct
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision f27e51be (ceph): Asyncconnection: Fix in_seq_acked problem
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision f7fd64dc (ceph): AsyncMessenger: Use unordered_map instead of map and remove unused codes
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision 05a238a1 (ceph): AsyncMessenger: Check send queue when message in queue before connect r...
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision 42d1368c (ceph): AsyncConnection: Rescheduler avoid dead lock
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision d746a1f6 (ceph): AsyncConnection: Fix incorrect usage for bufferlist::splice
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision d62fe90e (ceph): AsyncMessenger: Use round-robin to dispatch new connection
- EventCenter won't own lock to protect data, because each EventCenter will
master own connections.
Signed-off-by: Hao... - 06:04 AM Revision cc0554a5 (ceph): AsyncConnection: Avoid external thread access center
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision 27f7cc09 (ceph): Event: external_event lock may stuck in dead lock
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision ec913d0e (ceph): Add support for mon library
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision 13ed6c00 (ceph): Add wake up to EventCenter
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision e79f8093 (ceph): Use shared_ptr for EventCallback
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision b5d741b7 (ceph): Reconnect when socket is shutdown
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:04 AM Revision d9266a92 (ceph): AsyncMsgr: Fix remote_reset segv
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:03 AM Revision 071ba4a7 (ceph): Add event option
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:03 AM Revision 6bb277f6 (ceph): Add TimeEvent to Event API
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:03 AM Revision d41bb287 (ceph): Add STANDBY state process
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:03 AM Revision d43b0aeb (ceph): Fix Time Event problem
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:03 AM Revision 5783ea08 (ceph): Add EventCenter stop function
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:03 AM Revision 3554bed4 (ceph): Replace AsyncConnection* with AsyncconnectionRef
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:01 AM Revision a653af13 (ceph): Remove DispatchQueue in AsyncMessenger
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 06:01 AM Revision d09d28c5 (ceph): Add AsyncMessenger support
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 05:29 AM devops Support #8861: Deploying additional monitors fails.
- My work around that was to declare all monitors before install, and install all monitors at once. Pretty sure if I ne...
- 02:39 AM devops Support #8861: Deploying additional monitors fails.
- As per my update in #5195:
Same here. I have run through the latest quick start documentation and am using Ubuntu ... - 05:16 AM devops Bug #9697 (Rejected): exitcode of gatherkeys has changed the latests versions
- Hi,
We've been using ceph-deploy in a deployment component, and we also use the gatherkeys function.
In some earl... - 02:37 AM Bug #5195: "ceph-deploy mon create" fails when adding additional monitors
- Same here. I have run through the latest quick start documentation and am using Ubuntu 14.04.1 and Ceph firefly with ...
- 02:26 AM Revision 1b7fae7b (ceph): Merge pull request #2617 from ceph/wip-9628
- mds: Add session to sessionmap when its state becomes opening
Reviewed-by: Greg Farnum <greg@inktank.com> - 02:15 AM Bug #9356: ceph_test_rados_striper_api_aio Segmentation faults
- Finally I can reproduce it ! I know, I've already said that and was wrong...
Actually I still don't manage with the ... - 12:45 AM Revision 82175ec9 (ceph): Fix read performance regression in ObjectCacher
- The regression was introduced in commit
4fc9fffc494abedac0a9b1ce44706343f18466f1. The problem is that the cache
thin... - 12:35 AM Bug #9696 (Resolved): Upgrade from 0.80.5 to 0.80.6 causes OSDs to go down with FAILED assert(wan...
- After an upgrade from 0.80.5 to 0.80.6, almost *all* OSDs went down after hitting the following failed assertion:
... - 12:31 AM Bug #9408 (In Progress): erasure-code: misalignment
- 12:15 AM Bug #9677 (Resolved): osd_disk_thread_ioprio_class is ignored
10/07/2014
- 11:13 PM Revision 0dd3afd8 (ceph): mon: PGMonitor: populate scrub timestamps with 'now' on pg creation
- Fixes: #9496
Signed-off-by: Joao Eduardo Luis <joao@redhat.com> - 11:12 PM Revision ccdbfb44 (ceph): mon: PGMonitor: prettify access to pg_stats_t in register_pg
- Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
- 10:01 PM rgw Bug #8766: multipart minimum size error should be EntityTooSmall
- Josh Durgin wrote:
> The issue was reported on firefly - does it have the same behavior as master, or is there somet... - 05:48 PM rgw Bug #8766: multipart minimum size error should be EntityTooSmall
- The issue was reported on firefly - does it have the same behavior as master, or is there something that should be ba...
- 05:30 PM rgw Bug #8766: multipart minimum size error should be EntityTooSmall
- Here is the response from the gateway:...
- 12:56 PM rgw Bug #8766: multipart minimum size error should be EntityTooSmall
- Maybe the problem is that we don't send the xml body with the appropriate error?
- 12:52 PM rgw Bug #8766: multipart minimum size error should be EntityTooSmall
- I have added a test to s3-test to check for EntityTooSmall and it *passes* on the current code. According to AWS an ...
- 09:50 PM Feature #7104: rest-api: support commands requiring 'w' cap without 'rw' cap
- I'm happy to redefine the permissions if and when that becomes an option/requirement, but until then, it seems like t...
- 09:42 PM Feature #7104: rest-api: support commands requiring 'w' cap without 'rw' cap
- The immediate issue was resolved by switching it to rw (or so my code check and utter lack of memory tells me). But I...
- 09:28 PM Feature #7104: rest-api: support commands requiring 'w' cap without 'rw' cap
- Well, hang on a minute...the question is about the nature of the command, which is totally mds-specific, not rest-api...
- 07:07 AM Feature #7104: rest-api: support commands requiring 'w' cap without 'rw' cap
- I don't know that this is still a bug, but since it was a REST api issue I don't think it belongs in the MDS tracker ...
- 09:08 PM Revision 60de42c2 (ceph): Merge pull request #2660 from athanatos/wip-9203
- test/osd/Object: don't generate length of 0
Reviewed-by: Sage Weil <sage@redhat.com> - 09:06 PM Revision ae5d2949 (ceph): Merge pull request #2659 from athanatos/wip-9113
- Wip 9113
Reviewed-by: Sage Weil <sage@redhat.com> - 09:03 PM Revision ef006aeb (ceph): Merge pull request #2658 from athanatos/wip-9625
- PG: release backfill reservations if a backfill peer rejects
Reviewed-by: Sage Weil <sage@redhat.com> - 09:01 PM Revision 70ef4c11 (ceph): osd: Remove unused PG functions queue_notify(), queue_info(), queue_log()
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 09:01 PM Revision 9b39033f (ceph): osd: Return EOPNOTSUPP if a set-alloc-hint occurs with OSDs that don't ...
- Add CEPH_FEATURE_OSD_SET_ALLOC_HINT feature bit
Collect the intersection of all peer feature bits during peering
When... - 07:40 PM Revision 1036e982 (ceph): Merge remote-tracking branch 'gh/giant'
- Conflicts:
src/osdc/Objecter.cc - 07:34 PM Revision f91188e0 (ceph): Merge tag 'v0.86' into giant
- v0.86
- 07:28 PM CephFS Bug #9692 (Resolved): ACL workunit syntax error
- http://pulpito.ceph.com/gregf-2014-10-06_19:59:42-kcephfs-wip-9628-testing-basic-multi/531900...
- 07:26 PM CephFS Bug #9628 (Resolved): mds: race between ms_handle_accept() and ms_handle_reset()
- Merged to master in commit:1b7fae7b2953649564a9e226b4abedad0ce652cc
- 07:16 PM Revision d14ca34a (ceph): 0.86
- 06:42 PM Revision 1d22575c (ceph): Merge remote-tracking branch 'guangyy/wip-9008' into giant
- 06:41 PM Revision 887652f6 (ceph): Merge pull request #2631 from ceph/wip-rwtimer
- DNM: osdc/Objecter: use SafeTimer; make callbacks race-tolerant
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com> - 06:40 PM Revision 86926c60 (ceph): common: ceph_ioprio_string_to_class always returns -EINVAL
- The l string is always empty because std::transform needs a
pre-allocated string. Replace with the in-place version. ... - 06:39 PM Revision 5f2eec50 (ceph): osd: log error if set_ioprio fails to parse class
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit 5088e0d49332d579ba7e33c2c9baee3d5f70... - 06:39 PM Revision 2796d515 (ceph): common: set_ioprio debug message including pid
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit 33339c7754875eb7e513345ee6b26a9b2b4d... - 06:39 PM Revision d5ed6b05 (ceph): common: do not set ioprio if pid is not set
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit c7e4c0bfe70bf29d3b8fe4df4e4b934853e3... - 06:30 PM Revision 7c4e278a (ceph): common: ceph_ioprio_string_to_class always returns -EINVAL
- The l string is always empty because std::transform needs a
pre-allocated string. Replace with the in-place version. ... - 06:30 PM Revision 822b088e (ceph): osd: log error if set_ioprio fails to parse class
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit 5088e0d49332d579ba7e33c2c9baee3d5f70... - 06:30 PM Revision efb23b86 (ceph): common: set_ioprio debug message including pid
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit 33339c7754875eb7e513345ee6b26a9b2b4d... - 06:29 PM Revision 62f0ef40 (ceph): common: do not set ioprio if pid is not set
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit c7e4c0bfe70bf29d3b8fe4df4e4b934853e3... - 06:29 PM Revision 19c92d86 (ceph): doc: missing osd prefix to ioprio config options
- http://tracker.ceph.com/issues/9676 Fixes: #9676
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picke... - 05:51 PM rbd Bug #9513 (In Progress): rbd_cache=true default setting is degading librbd performance ~10X in Giant
- The regression was introduced in commit 4fc9fffc494abedac0a9b1ce44706343f18466f1 (according to git bisect). This is ...
- 05:51 PM Revision 45a201f3 (ceph): Merge pull request #2489 from guangyy/wip-9008
- For pgls OP, get/put budget on per list session basis, instead of per OP basis.
Reviewed-by: Greg Farnum <greg@inkta... - 05:38 PM Revision 174cef8c (ceph): Merge pull request #169 from ceph/wip_9642
- Removed client upgrade, fixes #9642
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 05:25 PM Revision b4e03957 (ceph): Removed client upgrade, fixes #9642
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 04:58 PM Revision e1bd1b27 (ceph): Merge pull request #2632 from ceph/wip-9039-firefly
- rgw: copy object data if target bucket is in a different pool
- 04:33 PM RADOS Bug #9606: mon: ambiguous error_status returned to user when type is wrong in a command
- regardless of this being properly parsed on the client or not, the monitor should not rely on client argument validat...
- 04:28 PM Bug #9496 (Fix Under Review): mon: pg scrub timestamps must be populated at pg creation
- https://github.com/ceph/ceph/pull/2663
also in wip-sam-testing - 01:46 PM Bug #9496: mon: pg scrub timestamps must be populated at pg creation
- Kind of odd, last scrub timestamp should never be 0.
- 03:54 PM Revision 6b692b9f (ceph): Merge pull request #2655 from ceph/wip-9635
- mon: fix async write completion waits
Fixes: #9635
Reviewed-by: Joao Eduardo Luis <joao@redhat.com> - 03:48 PM Revision 7f63eb77 (ceph): Merge pull request #168 from ceph/wip-objectstore-log
- log ceph_objectstore_tool output
- 03:47 PM Revision 51fd5ac4 (ceph): Merge pull request #2654 from dachary/wip-9677-ioprio-class
- common: ceph_ioprio_string_to_class always returns -EINVAL
Reviewed-by: Sage Weil <sage@redhat.com> - 03:37 PM Revision 7ba50e0c (ceph): tasks/ceph_manager: enable log for ceph_objectstore_tool
- Signed-off-by: Sage Weil <sage@redhat.com>
- 03:13 PM Revision cba5e1cf (ceph): Merge pull request #2626 from dachary/wip-rados-empty-file
- tools: rados put /dev/null should write() and not create()
Reviewed-by: Sage Weil <sage@redhat.com> - 02:35 PM Bug #9416 (Duplicate): ods crash in upgrade:dumpling-dumpling-distro-basic-vps run
- 02:35 PM Fix #9689 (New): ceph df reports % of global size used instead of MAX AVAIL 0.80.6
- running the ceph df command returns a much lower %USED than expected. instead of reporting %USED of MAX AVAIL, which ...
- 02:33 PM Bug #9503 (Pending Backport): Dumpling: removing many snapshots in a short time makes OSDs go ber...
- 01:57 PM Bug #9503: Dumpling: removing many snapshots in a short time makes OSDs go berserk
- https://github.com/ceph/ceph/pull/2659
- 02:23 PM Revision c00fe10f (ceph): Merge pull request #2652 from ceph/wip-msgr
- msgr: fix remaining direct references to "new SimpleMessenger" by replacing with the factory method
Reorganize the s... - 02:08 PM Bug #9203 (Resolved): ceph_test_rados: ObjectDesc::iterator::advance(bool): Assertion `pos < limi...
- 11:25 AM Bug #9203 (Fix Under Review): ceph_test_rados: ObjectDesc::iterator::advance(bool): Assertion `po...
- 02:06 PM Bug #9113 (Pending Backport): osd: snap trimming eats memory, linearly
- 11:25 AM Bug #9113 (Fix Under Review): osd: snap trimming eats memory, linearly
- 02:04 PM Bug #9626 (Pending Backport): PG: cancel backfill reservations if we get a cancel during backfill
- 11:25 AM Bug #9626 (Fix Under Review): PG: cancel backfill reservations if we get a cancel during backfill
- 01:57 PM Bug #7368: ceph osd repair * blocks after some minutes and prevent other ceph pg repair commands
- Loic, If I understand correctly, #9566 is "normal" backfilling, and Sage's explanation is clear. In my case, I had lo...
- 01:40 PM Bug #7368 (Can't reproduce): ceph osd repair * blocks after some minutes and prevent other ceph p...
- 01:51 PM Bug #9467 (Won't Fix): Delete default erasure coded profile getting succeeded
- This looks like exactly how it is supposed to work?
- 01:49 PM Bug #9434: rbd rm hangs
- Are your pgs clean? (ceph -s)
- 01:43 PM Bug #9551 (Duplicate): "Segmentation fault" in upgrade:firefly-firefly-testing-basic-vps run
- 01:42 PM Bug #2848 (Won't Fix): OSDMap: pool_id is 64-bit, but pool_max is 32-bit
- 01:32 PM Revision 2ac2a968 (ceph): Merge pull request #2560 from ceph/wip-9418
- mon: add new profiles & audit cap checks
Reviewed-by: Sage Weil <sage@redhat.com> - 01:32 PM Bug #9515 (Duplicate): "Segmentation fault (ceph_test_rados_api_io)" in upgrade:dumpling-giant-x:...
- Ok, hopefully fixed this time.
- 01:30 PM Revision ffe0a0e7 (ceph): Merge pull request #2647 from ceph/wip-rm-legacy-cli
- tools: remove old ceph.cc
Reviewed-by: Loic Dachary <loic@dachary.org> - 01:28 PM Bug #8822 (Resolved): osd: hang on shutdown, spinlocks
- 01:27 PM Revision 47f96006 (ceph): Merge pull request #2646 from ceph/wip-osd-op-macro
- rados.h: use macros to generate osd ops definitons and strings
Reviewed-by: Sage Weil <sage@redhat.com> - 01:25 PM Bug #9181: Osd: segv in OpTracker::unregister_inflight_op
- Somnath Roy wrote:
> Sam,
> This core is different and happening on Firefly. The other optracker fixes should also ... - 01:25 PM Bug #9181: Osd: segv in OpTracker::unregister_inflight_op
- Sam,
This core is different and happening on Firefly. The other optracker port should also be backported to Firefly ... - 01:15 PM Bug #9181 (Resolved): Osd: segv in OpTracker::unregister_inflight_op
- I think this got fixed with the other optracker fix?
- 01:22 PM Bug #9661 (Resolved): ceph_objectstore_tool doesn't work with memstore
- 6067f295e7bc571b43aa891f5560d96933721b19
- 01:20 PM Bug #9682 (Duplicate): "os/FileJournal.cc: 1677: FAILED assert(0)" in upgrade:firefly-firefly-dis...
- 10:55 AM Bug #9682 (Duplicate): "os/FileJournal.cc: 1677: FAILED assert(0)" in upgrade:firefly-firefly-dis...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-05_10:00:04-upgrade:firefly-firefly-distro-basic-m...
- 01:20 PM Revision 97dcc053 (ceph): 0.86
- 01:19 PM Bug #9683 (Duplicate): "Segmentation fault" in upgrade:firefly-firefly-distro-basic-multi run
- 10:58 AM Bug #9683 (Duplicate): "Segmentation fault" in upgrade:firefly-firefly-distro-basic-multi run
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-05_10:00:04-upgrade:firefly-firefly-distro-basic-m...
- 01:16 PM Bug #8333 (Can't reproduce): ceph_test_rados_delete_pools_parallel: Received fewer notifies than ...
- 01:12 PM Bug #9128: Newly-restarted OSD may suicide itself after hitting suicide time out value because it...
- 01:10 PM Bug #9322 (In Progress): OSDMap updates from pgmap can be delayed indefinitely
- 01:10 PM Bug #9321 (In Progress): pgmap updates from OSDMap can be delayed indefinitely
- 01:09 PM Bug #6101 (Can't reproduce): ceph-osd crash on corrupted store
- 01:04 PM Revision 32e8bcda (ceph): Run configure without liblttng on squeeze as well.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 01:03 PM Revision be6de4a9 (ceph): Run configure without liblttng on squeeze as well.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 12:28 PM Bug #9582 (Resolved): librados: segmentation fault on timeout
- i believe all patches affecting firefly and dumpling have been backported.
- 11:41 AM Bug #9582 (Pending Backport): librados: segmentation fault on timeout
- 12:11 PM Revision 3535b7ab (ceph): common: ceph_ioprio_string_to_class always returns -EINVAL
- The l string is always empty because std::transform needs a
pre-allocated string. Replace with the in-place version. ... - 12:09 PM Revision c7e4c0bf (ceph): common: do not set ioprio if pid is not set
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 12:09 PM Revision 33339c77 (ceph): common: set_ioprio debug message including pid
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 12:09 PM Revision 5088e0d4 (ceph): osd: log error if set_ioprio fails to parse class
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 11:42 AM Bug #9650 (Resolved): RWTimer cancel_event is racy
- 11:29 AM Bug #8520 (Can't reproduce): osd: segv in PushOp::print()
- 11:28 AM Bug #9008 (Pending Backport): Objecter: pg listing can deadlock when throttling is in use
- 11:28 AM Bug #9417 (Duplicate): "Segmentation fault" in upgrade:dumpling-giant-x-master-distro-basic-vps run
- 11:26 AM Bug #9614: PG stuck with remapped
- 11:03 AM Bug #9684 (Can't reproduce): "Scrubbing terminated" in upgrade:firefly-firefly-distro-basic-multi...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-05_10:00:04-upgrade:firefly-firefly-distro-basic-m...
- 10:28 AM rbd Bug #9642: Errors in test_rbd.test_* tests in upgrade:dumpling-firefly-x:parallel-giant-distro-ba...
- Should be fixed by https://github.com/ceph/ceph-qa-suite/pull/169
- 09:54 AM Messengers Fix #9678 (Rejected): errno shadowed in Pipe.cc
- 07:41 AM Messengers Fix #9678: errno shadowed in Pipe.cc
- If it is expected to see an error message when there is nothing to read, then I was mistaken.
Not retrieving the ... - 07:13 AM Messengers Fix #9678: errno shadowed in Pipe.cc
- Where's it being reset? That error message is admittedly strange but it actually happens because the underlying funct...
- 05:54 AM Messengers Fix #9678 (Rejected): errno shadowed in Pipe.cc
- In some places errno is used after it has been reset and the original error code does not show in the message. For in...
- 09:54 AM rbd Bug #6926 (Resolved): rbd: diff output includes previously non-existent objects as zeroed extents
- commit:9a1ab95176fe4d200a83b7b4f7e2b3097d541a7a
- 09:54 AM CephFS Bug #9679: Ceph hadoop terasort job failure
- https://issues.apache.org/jira/browse/MAPREDUCE-2018
- 09:53 AM CephFS Bug #9679: Ceph hadoop terasort job failure
- https://svn.apache.org/repos/asf/hadoop/common/branches/MAPREDUCE-233/src/examples/org/apache/hadoop/examples/terasor...
- 09:39 AM CephFS Bug #9679: Ceph hadoop terasort job failure
- Teragen command:
./hadoop/bin/hadoop jar ./hadoop-2.4.1/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.4.1.jar t... - 09:22 AM CephFS Bug #9679: Ceph hadoop terasort job failure
- Thanks for adding this. What command did you use to generate the input?
- 09:04 AM CephFS Bug #9679 (Closed): Ceph hadoop terasort job failure
- Hadoop version: 2.4.1
Ceph version:
ceph --version
ceph version 0.85-986-g031ef05 (031ef0551ebc98d824075558e884... - 09:36 AM rbd Bug #9680 (Duplicate): Errors in test_rbd.* in upgrade:dumpling-firefly-x:parallel-giant-distro-b...
- 09:28 AM rbd Bug #9680 (Duplicate): Errors in test_rbd.* in upgrade:dumpling-firefly-x:parallel-giant-distro-b...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-06_17:20:35-upgrade:dumpling-firefly-x:parallel-gi...
- 09:32 AM Linux kernel client Bug #4689: libceph: don't have alloc_msg methods limit length
- Related to #9560, #9561?
- 09:28 AM rbd Bug #5768 (Resolved): rbd-fuse: leak in enumerate_images()
- commit:9132ca47959ae1a9a658971b0c8f4fe6e8d0cad3
- 09:26 AM rbd Bug #7385: Objectcacher setting max object counts too low
- 09:24 AM rbd Bug #9391 (Need More Info): fio rbd driver rewrites same blocks
- 09:24 AM rbd Bug #9146 (Can't reproduce): EPERM from image_read.sh
- 09:22 AM rbd Bug #9602 (Need More Info): rbd export -> nc ->rbd import = memory leak
- 09:20 AM rgw Bug #9254 (Fix Under Review): rgw: civetweb requires explicit \r\n for http headers
- 09:15 AM rgw Bug #9039 (Pending Backport): Using COPY on radosgw to copy object from one bucket to another tha...
- 09:13 AM rgw Bug #8587 (Pending Backport): rgw: subuser object not created correctly
- 09:13 AM rgw Bug #9155 (Resolved): Swift Subuser - 403 Forbidden - during upload/post
- Fixed (#8587)
- 09:11 AM rgw Bug #5595 (Fix Under Review): object has a Content-Type, but its content_type property is not sho...
- 09:09 AM Bug #9677 (Pending Backport): osd_disk_thread_ioprio_class is ignored
- 05:10 AM Bug #9677: osd_disk_thread_ioprio_class is ignored
- https://github.com/ceph/ceph/pull/2654
- 04:48 AM Bug #9677 (Resolved): osd_disk_thread_ioprio_class is ignored
- The "osd_disk_thread_ioprio_class configuration option":http://ceph.com/docs/giant/rados/configuration/osd-config-ref...
- 09:00 AM Linux kernel client Bug #9355: rbd: map fails with EINVAL inside a container
- 08:54 AM Bug #9635 (Resolved): mon/Paxos.cc: 1033: FAILED assert(mon->is_leader())
- 08:15 AM Revision aa9041c5 (ceph): Merge pull request #2653 from dachary/wip-9676-ioprio-doc
- doc: missing osd prefix to ioprio config options
Reviewed-by: Mehdi Abaakouk <sileht@sileht.net> - 08:10 AM Revision 62235688 (ceph): doc: missing osd prefix to ioprio config options
- http://tracker.ceph.com/issues/9676 Fixes: #9676
Signed-off-by: Loic Dachary <loic-201408@dachary.org> - 07:03 AM CephFS Bug #9636 (Duplicate): segfault in CInode::get_caps_allowed_for_client
- 07:02 AM CephFS Bug #9562 (Resolved): Lockdep assertion in Filer purge
- Backported to giant:...
- 07:02 AM CephFS Bug #8576 (Need More Info): teuthology: nfs tests failing on umount
- 06:50 AM Bug #6756: journal full hang on startup
- ...
- 06:37 AM Bug #6003: journal Unable to read past sequence 406 ...
- ...
- 06:32 AM Bug #9418 (Pending Backport): mon: drop internal-purpose messages from clients without proper caps
- 04:23 AM Revision b2e4bd51 (ceph): msg: move SimpleMessenger to msg/simple/
- Signed-off-by: Sage Weil <sage@redhat.com>
- 04:23 AM Revision 5a860bec (ceph): librados: use Messenger factory method
- Signed-off-by: Sage Weil <sage@redhat.com>
- 04:22 AM Revision 5eff0ee9 (ceph): msg: use localized cct for derr
- Signed-off-by: Sage Weil <sage@redhat.com>
- 04:15 AM Revision 06aef6ff (ceph): doc/release-notes: v0.86
- Signed-off-by: Sage Weil <sage@redhat.com>
- 04:11 AM Revision 3484dd83 (ceph): Merge pull request #2651 from ceph/wip-ostool
- ceph_objectstore_tool: Accept CEPH_ARGS environment arguments
Reviewed-by: Sage Weil <sage@redhat.com> - 03:55 AM Bug #9077: Cluster is up in MON node even if Ceph is uninstalled in OSD node
- as per this document "http://docs.ceph.com/docs/master/rados/configuration/mon-osd-interaction/", that mon will get 3...
- 03:53 AM Bug #9077: Cluster is up in MON node even if Ceph is uninstalled in OSD node
- as per this document "http://docs.ceph.com/docs/master/rados/configuration/mon-osd-interaction/", that mon will get 3...
- 01:26 AM Revision 10fe7cfe (ceph): ceph_objectstore_tool: Accept CEPH_ARGS environment arguments
- Signed-off-by: David Zafman <dzafman@redhat.com>
- 01:15 AM Bug #9676 (Resolved): disk thread ioprio class misses osd
- 01:10 AM Bug #9676 (Fix Under Review): disk thread ioprio class misses osd
- https://github.com/ceph/ceph/pull/2653
- 01:06 AM Bug #9676 (Resolved): disk thread ioprio class misses osd
- http://ceph.com/docs/master/rados/configuration/osd-config-ref/
- 01:06 AM Revision 9b598525 (ceph): Merge pull request #167 from ceph/fix_stress-split_typo
- Fixed typo
- 01:05 AM Revision 7509b6d8 (ceph): Fixed typo
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 12:49 AM Revision 6aba0ab9 (ceph): Add reset_tp_timeout in long loop in add_source_info for suicide timeout
- Fixes: #9128
Signed-off-by: luowei@yahoo-inc.com - 12:28 AM Bug #9675: splitting a pool doesn't start when rule_id != ruleset_id
- Sorry for formatting... should be like this:...
- 12:24 AM Bug #9675 (Resolved): splitting a pool doesn't start when rule_id != ruleset_id
- commit:78e84f34da83abf5a62ae97bb84ab70774b164a6
Dumpling 0.67.10
Rule is like this:
{ "rule_id": 6,
... - 12:17 AM Revision 5aa95301 (ceph): Merge pull request #166 from ceph/upgrades_stress_split
- upgrade suite for stress-split tests for d-f-x
10/06/2014
- 11:26 PM Revision 6cdf3239 (ceph): Fix directory names.
- Make sure that the directories formerly number 0 through 9 get
scanned in the right order.
Signed-off-by: Warren Usui... - 10:53 PM Linux kernel client Bug #9355: rbd: map fails with EINVAL inside a container
- Note that we only see the debug output when we're trying to write to the RBD bus directly on the host - from within t...
- 10:32 PM Linux kernel client Bug #9355: rbd: map fails with EINVAL inside a container
- Here's some debugging after disabling auth.
As root on the CoreOS host, echoing directly into the RBD bus also doe... - 10:04 PM Linux kernel client Bug #9355: rbd: map fails with EINVAL inside a container
- For posterity, recording my conversation with Josh here. http://irclogs.ceph.widodh.nl/index.php?date=2014-09-04
<... - 10:03 PM Linux kernel client Bug #9355: rbd: map fails with EINVAL inside a container
- Seeing the same issue on a 3.16.2 kernel: ...
- 08:55 PM Linux kernel client Bug #9355: rbd: map fails with EINVAL inside a container
- A fellow member of the CoreOS community is also running into this: https://groups.google.com/forum/#!topic/coreos-use...
- 10:52 PM Revision 260933b1 (ceph): Merge branch 'wip-9658' into giant
- 10:50 PM Revision 726c6a14 (ceph): debian/control: fix python-ceph -> ceph file move to allow upgrades
- This is a backport of 5c6c366d2abe771c581690270c2d176ebb30c571 with the
version numbers changed, to compensate for th... - 10:47 PM Revision 6067f295 (ceph): Merge pull request #2639 from ceph/wip-9661
- Fix 9661: ceph_objectstore_tool doesn't work with memstore
Reviewed-by: Samuel Just <sam.just@inktank.com> - 10:23 PM Revision 52ac5203 (ceph): tools: remove old ceph.cc
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:22 PM Revision 63c7e16a (ceph): test/osd/Object: don't generate length of 0
- Fixes: #9203
Signed-off-by: Samuel Just <sam.just@inktank.com> - 06:27 PM CephFS Bug #9674: nightly failed multiple_rsync.sh
- rsync return codes aren't standard error codes. The man page says that 23 means...
- 05:59 PM CephFS Bug #9674: nightly failed multiple_rsync.sh
- #define ENFILE 23 /* File table overflow */
maybe we should adjust ulimit - 02:23 PM CephFS Bug #9674 (Resolved): nightly failed multiple_rsync.sh
- http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-03_23:04:01-fs-giant-distro-basic-multi/527949/...
- 06:20 PM Revision 9ffd3788 (ceph): Merge pull request #2649 from ceph/wip-os-recommend-doc-fix
- doc: update kernel recommendations, add tunables link
- 05:52 PM rbd Bug #9513: rbd_cache=true default setting is degading librbd performance ~10X in Giant
- Good to know that you are able to reproduce this.
I think the log entries you mentioned are there in Firefly as well... - 03:09 PM rbd Bug #9513: rbd_cache=true default setting is degading librbd performance ~10X in Giant
- I double-checked, and I had multiple versions of librbd on my path. (I forgot about installing one of them.) I remo...
- 01:14 PM rbd Bug #9513: rbd_cache=true default setting is degading librbd performance ~10X in Giant
- Hopefully, you made sure the librbd/librados libraries fio_rbd is loading are from the giant. As I said, replacing th...
- 11:55 AM rbd Bug #9513: rbd_cache=true default setting is degading librbd performance ~10X in Giant
- Thanks for the details. Unfortunately, I'm still unable to reproduce the issue. Was your cluster created in Firefly...
- 05:25 PM Revision abe4c353 (ceph): doc: update kernel recommendations, add tunables link
- No 3.16.[0-2] - same rbd deadlock regression as in 3.15.
Signed-off-by: Ilya Dryomov <idryomov@redhat.com> - 04:37 PM Revision 031ef055 (ceph): Merge pull request #2645 from ceph/wip-9663
- client: clean-up objecter on failed client init
Reviewed-by: Sage Weil <sage@redhat.com> - 04:15 PM Revision 6b9e20ac (ceph): ceph.spec: make ceph -> python-ceph dependency specify version
- It does this indirectly via ceph -> ceph-common -> python-ceph, but do so
here too for clarity/consistency.
Signed-o... - 03:52 PM devops Bug #9658 (Resolved): upgrade from dumpling to firefly is broken
- 03:06 PM devops Bug #9658: upgrade from dumpling to firefly is broken
- ubuntu@teuthology:/a/teuthology-2014-10-06_14:06:56-upgrade:dumpling-firefly-x:parallel-wip-9658-firefly-distro-basic...
- 12:51 PM devops Bug #9658: upgrade from dumpling to firefly is broken
- ubuntu@teuthology:/a/teuthology-2014-10-06_10:31:05-upgrade:dumpling-firefly-x:parallel-wip-9658-distro-basic-vps/529856
- 10:12 AM devops Bug #9658: upgrade from dumpling to firefly is broken
- sure, am testing it now
- 09:55 AM devops Bug #9658: upgrade from dumpling to firefly is broken
- Tamil, this should be fixed in the wip-9658 branch.. can you test please? The firefly backport will be a bit differe...
- 09:48 AM devops Bug #9658: upgrade from dumpling to firefly is broken
- 03:51 PM Revision e55cb1f6 (ceph): mon/MonClient: use generic Messenger factory
- Signed-off-by: Sage Weil <sage@redhat.com>
- 03:51 PM Revision 62b0bfdc (ceph): msg/Message: drop unneeded #include
- Signed-off-by: Sage Weil <sage@redhat.com>
- 03:51 PM Revision 69acc8ae (ceph): msg: make messenger type configurable
- Eventaully we may want to override this by passing the type in as an
arg, but let's do that later.
Signed-off-by: Sa... - 03:23 PM Bug #9203: ceph_test_rados: ObjectDesc::iterator::advance(bool): Assertion `pos < limit' failed.
- 02:54 PM Bug #9419: dumpling->firefly upgrade, sending setallochint?
- Notes on using feature bits already present. The problem is that CEPH_FEATURE_MSGR_KEEPALIVE2 was back ported, so we...
- 02:17 PM Bug #9385 (Duplicate): ceph_test_rados: incorrect buffer at pos ...
- 02:01 PM Revision 884f7c40 (ceph): Merge remote-tracking branch 'gh/wip-rpm-epoch-firefly' into firefly
- Reviewed-by: Boris Ranto <branto@redhat.com>
- 01:49 PM Documentation #9673 (Closed): Document ceph df numbers
- We need to just write down what they mean. It's one of the first questions, and it's one of the hardest ones to answ...
- 11:29 AM Bug #9664 (Rejected): mon: ceph osd metada failure on centos7
- it fails because the dockerized centos is has a fake systemd http://jperrin.github.io/centos/2014/09/25/centos-docker...
- 11:02 AM Bug #9657 (Resolved): MMDSBeacon: failure to decode; compat_version = 3 on Firefly monitor
- No backport is needed; this is done. (commit:25bcc39bb809e2d13beea1529e4ab92d1b61fa5b)
- 09:56 AM devops Tasks #9669 (Resolved): teuthology.front needs an upgrade
- We need a newer libvirt version on the machine, and Ubuntu precise just doesn't contain what we need. I can't even se...
- 09:39 AM devops Bug #9654 (Duplicate): "error: subprocess paste was killed by signal (Broken pipe)" in upgrade:du...
- 09:39 AM devops Bug #9656: Remove conditional statement in ceph-radosgw startup script log section
- Hmm yeah. I think the better solution would be to fix the /var/log/ceph (/var/log/radosgw?) permissions so that log ...
- 09:37 AM Bug #9663 (Resolved): Objecter assertion failure
- 09:34 AM devops Bug #9667 (Duplicate): Missing packages in upgrade:dumpling-firefly-x:parallel-giant-distro-basic...
- #9658
- 08:45 AM devops Bug #9667 (Duplicate): Missing packages in upgrade:dumpling-firefly-x:parallel-giant-distro-basic...
- This looks like a dupe of #9640 but a different version.
Job: http://qa-proxy.ceph.com/teuthology/teuthology-2014-... - 09:33 AM Bug #9668 (Rejected): osd killed by ABRT from FAILED assert
- this is almost certainly either the max files ulimit (ulimit -n , see max open files = ... in ceph.conf) or /proc/sys...
- 09:00 AM Bug #9668 (Rejected): osd killed by ABRT from FAILED assert
- -----------
[Mon Oct 6 15:09:03 2014] init: ceph-osd (ceph/46) main process (3058) killed by ABRT signal
---------... - 09:32 AM Bug #9655 (Resolved): tests: qa/workunits/cephtool/test.sh fails ENXIO
- 08:38 AM devops Fix #9666 (Resolved): ceph-disk error when activate is missing an argument is cryptic
- When the device argument is missing:...
- 08:14 AM devops Bug #9665: ceph-disk zap should call partprobe
- https://github.com/ceph/ceph/pull/2648
- 07:43 AM devops Bug #9665 (Resolved): ceph-disk zap should call partprobe
- h3. User description
Symptoms:
* A disk is used by an OSD
* The OSD is not longer useful and the disk is clear... - 08:09 AM Bug #9503: Dumpling: removing many snapshots in a short time makes OSDs go berserk
- I believe the fact that the commit message for 255b430a87201c7d0cf8f10a3c1e62cbe8dd2d93 said @Backfill@ where it shou...
- 08:04 AM Bug #9503: Dumpling: removing many snapshots in a short time makes OSDs go berserk
- Hi Sam,
I think this is fixed in master/giant.. correct? Just a gentle reminder that we'd appreciate a backport in d... - 08:04 AM Bug #9487: dumpling: snaptrimmer causes slow requests while backfilling. osd_snap_trim_sleep not ...
- Hi Sam,
Same as for #9503
I think this is fixed in master/giant.. correct? Just a gentle reminder that we'd appreci... - 07:51 AM Revision 07b86c43 (ceph): Merge pull request #2642 from johnugeorge/wip-9492-crush-giant
- Crush: Backporting fixes for #9492 to giant
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 07:50 AM Revision 31d57c9a (ceph): Merge pull request #2643 from johnugeorge/wip-9492-crush-firefly
- Crush: Backporting fixes for #9492 to firefly
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 12:51 AM RADOS Bug #9492 (Resolved): Crush Mapper crashes when number of replicas is less than total number of o...
10/05/2014
- 09:18 PM Revision bf450961 (ceph): Merge pull request #2644 from objoo/master
- Add one more case ( "=" ) and test get_str_vec as well.
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 08:15 PM Revision fe57fab2 (ceph): client: clean-up objecter on failed client init
- During mount() the objecter isn't shutdown if the mon client fails to
initialize. Objecter asserts in destructor expe... - 07:27 PM Revision ca10ce4f (ceph): Add one more case ( "=" ) and test get_str_vec as well.
- Signed-off-by: Yann Dupont <yann@objoo.org>
- 04:00 PM Revision 6462cf5a (ceph): Merge pull request #2641 from dachary/wip-9655-osd-tell
- qa: ceph tell must retry on ENXIO
Reviewed-by: Sage Weil <sage@redhat.com> - 01:14 PM Revision 257dcc95 (ceph): rados.h: use macros to generate osd ops definitons and strings
- Eliminate multiple points of maintenance by using macros - no
functional changes apart from adding strings which were... - 01:12 PM Bug #9663: Objecter assertion failure
- Probably this...
- 12:41 PM Bug #9663 (Resolved): Objecter assertion failure
- In latest Giant build. This bug appears to be related to http://tracker.ceph.com/issues/9067...
- 01:00 PM Bug #9664 (Rejected): mon: ceph osd metada failure on centos7
- "qa/workunits/cephtool/test.sh":https://github.com/ceph/ceph/blob/master/qa/workunits/cephtool/test.sh#L665 consisten...
10/04/2014
- 06:45 PM Revision e30c570c (ceph): Crush: Ensuring at most num-rep osds are selected
- Crush temporary buffers are allocated as per replica size configured
by the user.When there are more final osds (to b... - 06:45 PM Revision 548be0b2 (ceph): Crush: Ensuring at most num-rep osds are selected
- Crush temporary buffers are allocated as per replica size configured
by the user.When there are more final osds (to b... - 06:27 PM Revision 01e389ae (ceph): Crush: Ensuring at most num-rep osds are selected
- Crush temporary buffers are allocated as per replica size configured
by the user.When there are more final osds (to b... - 06:27 PM Revision 1858f06c (ceph): Crush: Ensuring at most num-rep osds are selected
- Crush temporary buffers are allocated as per replica size configured
by the user.When there are more final osds (to b... - 12:50 PM RADOS Bug #9492 (Fix Under Review): Crush Mapper crashes when number of replicas is less than total num...
- * firefly https://github.com/ceph/ceph/pull/2643
* giant https://github.com/ceph/ceph/pull/2642
running on http:/... - 12:33 PM RADOS Bug #9492: Crush Mapper crashes when number of replicas is less than total number of osds to be s...
- Pull req info :
fix for firstn rules: https://github.com/ceph/ceph/pull/2568
fix for indep rules : https://githu... - 04:41 AM RADOS Bug #9492 (Pending Backport): Crush Mapper crashes when number of replicas is less than total num...
- I think both patches should be backported to giant and firefly. Would you like to do that ? It essentially means you ...
- 02:46 AM RADOS Bug #9492 (Resolved): Crush Mapper crashes when number of replicas is less than total number of o...
- 09:45 AM Revision 5b8c705f (ceph): Merge pull request #2599 from johnugeorge/wip-9492-crush-indep
- Crush: Ensuring at most num-rep osds are selected for indep rules
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 09:34 AM Revision f1becf9a (ceph): qa: ceph tell must retry on ENXIO
- It is expected for ceph tell to fail with ENXIO if the daemon it is
trying to join is not ready for some reason. This... - 03:01 AM Revision 234b066b (ceph): Crush: Ensuring at most num-rep osds are selected
- Crush temporary buffers are allocated as per replica size configured
by the user.When there are more final osds (to b... - 02:38 AM Bug #9655 (Fix Under Review): tests: qa/workunits/cephtool/test.sh fails ENXIO
- https://github.com/ceph/ceph/pull/2641
- 12:56 AM Revision 38dde3d3 (ceph): Merge remote-tracking branch 'gh/giant'
- 12:02 AM Revision 25bcc39b (ceph): Merge pull request #2640 from ceph/wip-9657
- messages: provide an explicit COMPAT_VERSION in MMDSBeacon
Reviewed-by: Sage Weil <sage@redhat.com>
10/03/2014
- 11:22 PM Revision 5c6c366d (ceph): debian/control: fix python-ceph -> ceph file move to allow upgrades
- See fe3434f41cd09433975d7d0f9dbb2fae662e4a1b.
Signed-off-by: Sage Weil <sage@redhat.com> - 11:22 PM Revision 7ad54299 (ceph): upgrade suite for stress-split tests for d-f-x
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 11:06 PM Revision 35fd2722 (ceph): messages: provide an explicit COMPAT_VERSION in MMDSBeacon
- We weren't setting an explicit compat version and so the Message
was setting it to the head version, breaking communi... - 10:44 PM Revision 16e564ec (ceph): erasure-code: isa plugin thrashods suite
- Add the distros directory which enumerates the os_type and
os_version on which the suite is to run.
http://tracker.c... - 10:15 PM Revision 177a33b5 (ceph): MemStore: Need set/get_allow_sharded_objects() to work for ceph_objects...
- Keep a bool sharded in memory and use for set/get_allow_sharded_objects()
Create a file "sharded" in the data dir whe... - 10:15 PM Revision 0b155d00 (ceph): ceph_objectstore_tool: MemStore needs a CephContext
- Pass g_ceph_context to ObjectStore::create() needed by MemStore
Fixes: #9661
Signed-off-by: David Zafman <dzafman@r... - 08:45 PM Revision 7f6c31bf (ceph): debian/control: BuildDepend on lsb-release
- debian/rules uses it to make lttng build conditional.
Signed-off-by: Sage Weil <sage@redhat.com> - 06:58 PM Revision 8d79181d (ceph): Merge pull request #2635 from dachary/wip-9653-ceph-disk-bootstrap-osd-...
- ceph-disk: bootstrap-osd keyring ignores --statedir (giant)
- 06:58 PM Revision 9a3bac0c (ceph): Merge pull request #2634 from dachary/wip-9653-ceph-disk-bootstrap-osd-...
- ceph-disk: bootstrap-osd keyring ignores --statedir (firefly)
- 06:58 PM Revision 67d90318 (ceph): Merge pull request #2633 from dachary/wip-9653-ceph-disk-bootstrap-osd
- ceph-disk: bootstrap-osd keyring ignores --statedir
Reviewed-by: Sage Weil <sage@redhat.com> - 06:36 PM Bug #9657: MMDSBeacon: failure to decode; compat_version = 3 on Firefly monitor
- tested with wip-9657, fix works fine.
logs are copied to vpm102.front.sepia.ceph.com:/home/ubuntu/wip-9657 - 05:02 PM Bug #9657 (Pending Backport): MMDSBeacon: failure to decode; compat_version = 3 on Firefly monitor
- fix looks right. merged it into giant branch
- 04:11 PM Bug #9657: MMDSBeacon: failure to decode; compat_version = 3 on Firefly monitor
- https://github.com/ceph/ceph/pull/2640
Tamil will put it through the upgrade suite. - 04:07 PM Bug #9657 (Fix Under Review): MMDSBeacon: failure to decode; compat_version = 3 on Firefly monitor
- 04:05 PM Bug #9657: MMDSBeacon: failure to decode; compat_version = 3 on Firefly monitor
- Okay, it's because Message::encode() transmutes a compat_version of 0 into compat_version == HEAD_VERSION, and we are...
- 03:59 PM Bug #9657 (In Progress): MMDSBeacon: failure to decode; compat_version = 3 on Firefly monitor
- Well, good news and bad news:
This is not a monitor bug, and my initial guess is that it will only affect clusters r... - 11:11 AM Bug #9657 (Resolved): MMDSBeacon: failure to decode; compat_version = 3 on Firefly monitor
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-01_19:20:01-upgrade:firefly-x-giant-distro-basic-m...
- 06:24 PM Revision 027f74f9 (ceph): Merge pull request #2637 from dachary/wip-9245-test-mon-pending-giant
- mon: obsolete osdmonitor_prepare_command (giant)
- 06:21 PM Revision b890c1e4 (ceph): ceph.spec.: add epoch
- This is done in fedora packaging. Do it here too so that you can move
between upstream packages (from ceph.com) and ... - 06:21 PM Revision c8a8e476 (ceph): ceph.spec: fix typo
- Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit da9ae5c92ecb4059e0ec6be5ce03af46430e76a5) - 06:21 PM Revision 107bfd9e (ceph): ceph.spec.in: We need those nice recent changes for rhel7 in Fedora too.
- Signed-off-by: Erik Logtenberg <erik@logtenberg.eu>
(cherry picked from commit 00877ae502ac52613bcd5c5c834d72787d668dca) - 06:21 PM Revision 561261b6 (ceph): ceph.spec.in: Obselete ceph-libcephfs (not libcephfs)
- I am guessing that because it was a sub-package libcephfs was mistakenly
used instead of ceph-libcephfs.
Signed-off-... - 06:21 PM Revision 74c7f3ca (ceph): ceph.spec.in: No version on ceph-libs Obsoletes.
- If we are installing with the new package structure we don't ever want the
new package to co-exist with the old one; ... - 06:21 PM Revision a4f748aa (ceph): ceph.spec.in: Obsolete all older versions.
- Now this changeset can be used on all current ceph releases that already
have the package split.
Signed-off-by: Erik... - 06:21 PM Revision c82c29d6 (ceph): ceph.spec.in: Add a small comment on the empty %files section
- as suggested by Dan Mick.
Signed-off-by: Erik Logtenberg <erik@logtenberg.eu>
(cherry picked from commit e37b262c792... - 06:21 PM Revision 3c2b5c44 (ceph): ceph.spec.in: tests for rhel or centos need to not include _version
- rhel_version and centos_version are apparently the OpenSUSE Build
names; the native macros are just "rhel" and "cento... - 06:21 PM Revision d01db808 (ceph): ceph.spec.in: remove BuildRoot
- Deprecated
Fixes: #8143
Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 401319a1527dd9cb53989... - 06:21 PM Revision 7946c5e5 (ceph): Move fedora patch file (used by ceph.spec.in) to rpm/ subdir
- Signed-off-by: Dan Mick <dan.mick@inktank.com>
(cherry picked from commit 06b92cee621cbe33a6f17e8c64169db4453a5160) - 06:12 PM Revision cb2ae9af (ceph): ceph.spec.in, init-ceph.in: Don't autostart ceph service on Fedora.
- This patch is taken from the current Fedora package and makes the upstream
ceph.spec compliant with Fedora policy. Th... - 06:12 PM Revision 2b11376f (ceph): ceph.spec.in: Add obsoletes for libcephfs
- This fixes a bug for Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1116614
Signed-off-by: Erik Logtenberg <eri... - 06:11 PM Revision eefc62e3 (ceph): ceph.spec.in: add ceph-libs-compat
- Added a ceph-libs-compat package in accordance with Fedora packaging
guidelines [1], to handle the recent package spl... - 05:57 PM Revision cd430f93 (ceph): Merge remote-tracking branch 'gh/giant'
- Conflicts:
suites/multi-version/firefly-giant/basic/1-install/firefly-giant.yaml - 05:49 PM Revision 20ed7256 (ceph): Merge pull request #163 from dachary/wip-9652-erasure-code
- erasure-code: upgrade/firefly-x/stress-split-erasure-code
- 05:47 PM Revision e1d16945 (ceph): Merge pull request #162 from dachary/wip-9648-erasure-code-tests
- erasure-code: add thrash-erasure-code to suites/rados
- 05:44 PM Revision 51d62eb1 (ceph): Merge pull request #160 from dachary/wip-9387-erasure-code-unfound
- erasure-code: unfound test needs a non empty file
- 05:12 PM Revision 74aa7afc (ceph): mon/MonitorDBStore: add get_{keys,bytes}() accounting to Transaction
- Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit fd421b26748e872ddf8e0f068dda2106853edff1) - 05:12 PM Revision 0b978fb1 (ceph): mon/Paxos: add perfcounters for most paxos operations
- I'm focusing primarily on the ones that result in IO here.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked... - 05:04 PM devops Bug #9658: upgrade from dumpling to firefly is broken
- possible debian fix in wip-9658. asked ceph-maintainers and branto for review and help with the spec file change.
- 03:56 PM devops Bug #9658 (In Progress): upgrade from dumpling to firefly is broken
- 03:52 PM devops Bug #9658 (New): upgrade from dumpling to firefly is broken
- sandon: looks like the problem is a file that was in python-ceph was moved to ceph and apt is bailing due to over-wri...
- 03:52 PM devops Bug #9658 (In Progress): upgrade from dumpling to firefly is broken
- this is broken by commit:eb0f6e347969b40c0655d3165a6c4531c6b595a3, which is post 0.80.6. phew! yay testing.
- 02:49 PM devops Bug #9658 (Resolved): upgrade from dumpling to firefly is broken
- This is definitely blocking the upgrade testing for giant.
logs: http://qa-proxy.ceph.com/teuthology/teuthology-20... - 05:00 PM Revision 73d5bdb9 (ceph): tests: remove tests requiring osdmonitor_prepare_command
- Although they have been useful, their maintenance and fragility caused
more trouble than their benefits.
Signed-off-... - 05:00 PM Revision e8657814 (ceph): mon: obsolete osdmonitor_prepare_command
- And the mon_advanced_debug_mode option that is only used in the context
of osdmonitor_prepare_command.
http://tracke... - 05:00 PM Revision d0c2d7d5 (ceph): test: minor case fix
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit 6f698374562de74806203c7b41072572b59b... - 04:27 PM Revision a1996b5d (ceph): Merge pull request #2636 from dachary/wip-9245-test-mon-pending
- mon: obsolete osdmonitor_prepare_command
Reviewed-by: Sage Weil <sage@redhat.com> - 03:26 PM Revision d0ceb3ab (ceph): os/FileStore: do not loop in sync_entry on shutdown
- Normally we repeat a sync if the journal is full and asks for it or if we
have pending sync waiters. This isn't for ... - 03:24 PM Revision 87d06f11 (ceph): mon: MonCommands: adjust indentation for 'auth add'
- Eye-candy. We changed indentation of a few other entries and this one
was just too darn obvious, itching all over, n... - 03:24 PM Revision f0653c04 (ceph): qa/workunits: mon: auth_caps: account for mon blank caps
- test creating and entity with blank caps with and without '--force'
being specified. without '--force' they must fai... - 03:24 PM Revision 7e2bd229 (ceph): mon: Monitor: let 'handle_command()' deal with caps validation
- If a given client doesn't have the required caps when running a command,
it must receive an EACCES or EPERM reply. T... - 03:24 PM Revision 940c4e28 (ceph): mon: Monitor: match command module caps against what's on MonCommands.h
- We were checking the command's permissions against what we perceived as
the 'module' from parsing the command's "pref... - 03:24 PM Revision d6b702ce (ceph): mon: MonCap: add new profiles
- Adds three new profiles:
read-only: able to issue all read-only (MON_CAP_R) commands. Any
command that may tak... - 03:24 PM Revision ea96863d (ceph): qa/workunits: cephtool: test auth profiles
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 03:24 PM Revision d0113e07 (ceph): test: mon: test-mon-msg: Check which msgs the mons handle and reply to
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 03:24 PM Revision 3d78285d (ceph): mon: Monitor: create logical divisions on dispatch() based on msg nature
- Instead of a single switch(), have multiple switch() and order them by
increasing necessity of privileges.
This patc... - 03:24 PM Revision c0e3bc9a (ceph): mon: Monitor: check caps and source before dispatching messages
- Only dispatch messages that a client may send if said client has at
least MON_CAP_R, and only dispatch internal monit... - 03:24 PM Revision 74695617 (ceph): mon: Monitor: remove redudant call to osdmon's dispatch
- Backport: firefly
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com> - 03:24 PM Revision 5488f464 (ceph): test/vstart_wrapper.sh: use cephx
- Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
- 03:24 PM Revision 7e85bebd (ceph): qa/workunits: mon: auth_caps: cleanup on successful exit
- Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
- 03:24 PM Revision c7d5c253 (ceph): qa/workunits: mon: auth_caps: variables must be local
- We have variables with the same name that are being shared! We don't
hit any issues with it currently because the co... - 03:24 PM Revision 86124615 (ceph): mon: AuthMonitor: validate caps when creating or changing mon caps
- The monitor doesn't really know how to validate caps not meant for it.
The MDS or the OSD may very well allow blank c... - 03:16 PM Bug #9661 (Fix Under Review): ceph_objectstore_tool doesn't work with memstore
- 03:07 PM Bug #9661 (Resolved): ceph_objectstore_tool doesn't work with memstore
A CephContext* isn't passed to ObjectStore::create() so MemStore::mount() crashes.
MemStore::set_allow_sharded_o...- 03:04 PM devops Bug #9640: Missing packages in multi-version-giant-testing-basic-multi
- Looks like there two different issues here,
Update on "sudo apt-get update..."
Running the command line on a ma... - 11:20 AM devops Bug #9640: Missing packages in multi-version-giant-testing-basic-multi
- 4 jobs failed in http://pulpito.front.sepia.ceph.com/teuthology-2014-10-01_23:20:03-multi-version-giant-distro-basic-...
- 02:53 PM rbd Bug #9513: rbd_cache=true default setting is degading librbd performance ~10X in Giant
- Please make sure you are following these steps..
1. Build the latest giant package both in cluster and client side... - 01:35 PM rbd Bug #9513: rbd_cache=true default setting is degading librbd performance ~10X in Giant
- In my test cluster, I'm getting the same performance with "rbd cache = false" and "rbd cache = true". Could you post...
- 02:50 PM CephFS Feature #9659 (Duplicate): MDS: support cache eviction
- It would be really useful when writing certain kinds of tests (eg, for scrubbing) to be able to know that a particula...
- 02:12 PM Revision 038de003 (ceph): tests: remove tests requiring osdmonitor_prepare_command
- Although they have been useful, their maintenance and fragility caused
more trouble than their benefits.
Signed-off-... - 02:10 PM Revision 2abc8f40 (ceph): mon: obsolete osdmonitor_prepare_command
- And the mon_advanced_debug_mode option that is only used in the context
of osdmonitor_prepare_command.
http://tracke... - 02:09 PM Revision 6f698374 (ceph): test: minor case fix
- Signed-off-by: Loic Dachary <loic-201408@dachary.org>
- 01:53 PM Revision eb2f0f49 (ceph): ceph-disk: bootstrap-osd keyring ignores --statedir
- The STATEDIR variable is used to initialize the bootstrap-osd keyring
before it gets a chance to be overriden by --st... - 01:47 PM Revision 5a5e7e7b (ceph): ceph-disk: bootstrap-osd keyring ignores --statedir
- The STATEDIR variable is used to initialize the bootstrap-osd keyring
before it gets a chance to be overriden by --st... - 01:25 PM Revision 841c0376 (ceph): Merge pull request #2577 from dachary/wip-9570-cpp-strerror
- os: io_event.res is the size written
Reviewed-By: Christophe Courtaut <christophe.courtaut@gmail.com> - 12:08 PM Revision fa0bd06b (ceph): ceph-disk: bootstrap-osd keyring ignores --statedir
- The STATEDIR variable is used to initialize the bootstrap-osd keyring
before it gets a chance to be overriden by --st... - 12:01 PM Bug #9653 (Resolved): ceph-disk: bootstrap-osd keyring ignores --statedir
- 06:54 AM Bug #9653: ceph-disk: bootstrap-osd keyring ignores --statedir
- * giant https://github.com/ceph/ceph/pull/2635
* firefly https://github.com/ceph/ceph/pull/2634
- 05:13 AM Bug #9653 (Fix Under Review): ceph-disk: bootstrap-osd keyring ignores --statedir
- https://github.com/ceph/ceph/pull/2633
- 04:54 AM Bug #9653 (Resolved): ceph-disk: bootstrap-osd keyring ignores --statedir
- ...
- 11:40 AM Fix #9245 (Resolved): remove Monitor::osdmonitor_prepare_command
- 10:01 AM Fix #9245 (Fix Under Review): remove Monitor::osdmonitor_prepare_command
- giant backport https://github.com/ceph/ceph/pull/2637
- 09:27 AM Fix #9245 (Pending Backport): remove Monitor::osdmonitor_prepare_command
- 07:15 AM Fix #9245: remove Monitor::osdmonitor_prepare_command
- https://github.com/ceph/ceph/pull/2636
- 11:06 AM devops Bug #9656 (Rejected): Remove conditional statement in ceph-radosgw startup script log section
- The startup script has a conditional statement to determine if a log file exists, and will touch and chown the log fi...
- 11:03 AM Revision fbb36a46 (ceph): erasure-code: upgrade/firefly-x/stress-split-erasure-code
- Mimic upgrade/firefly-x/stress-split only with thrashosd configured with
min_in: 4 for k=3,m=1 . All erasure code wor... - 10:43 AM Bug #9655 (Resolved): tests: qa/workunits/cephtool/test.sh fails ENXIO
- ...
- 10:41 AM Revision 8c1e7b0e (ceph): erasure-code: do not include k=3,m=1 in dumpling-x
- Because thrashosd does not have min_in: 4 and that we don't want to set
it because other workloads may be influenced.... - 10:34 AM Bug #8083: erasure-code: fix static code analysis errors found in gf-complete
- For the record these are minor fixes and I expect to see them used when NEON is merged upstream and we update the jer...
- 10:12 AM Bug #8083 (Resolved): erasure-code: fix static code analysis errors found in gf-complete
- merged https://bitbucket.org/jimplank/gf-complete/pull-request/24/static-code-analysis-fixes
- 09:59 AM Revision 9d2cc2fd (ceph): erasure-code: add thrash-erasure-code to suites/rados
- Because it needs the thrasher to have min_in: 4 otherewise k=3,m=1 will
block.
http://tracker.ceph.com/issues/9648 F... - 09:04 AM devops Bug #9654 (Duplicate): "error: subprocess paste was killed by signal (Broken pipe)" in upgrade:du...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-01_19:10:01-upgrade:dumpling-firefly-x:parallel-gi...
- 07:36 AM rbd Feature #9374 (Resolved): rbd: use a rolling average for bench-write
- commit:b47fdd400e14bd1b5e5bea9d18f895c92b8050be
- 07:17 AM Bug #9644 (Can't reproduce): ceph-disk not playing nice with test/erasure-code/test-erasure-code.sh
- I tried with latest master and I'm no longer hitting it. I'm not sure if this was due to an environment issue or som...
- 04:32 AM Bug #9644: ceph-disk not playing nice with test/erasure-code/test-erasure-code.sh
- The CEPH_CONF and CEPH_ARGS are "taken care of when the test starts":https://github.com/ceph/ceph/blob/giant/src/test...
- 04:17 AM Bug #9644: ceph-disk not playing nice with test/erasure-code/test-erasure-code.sh
- Could you include the error you get also ? One idea that comes to mind is that the test-erasure-code.sh do require au...
- 06:52 AM CephFS Bug #9636: segfault in CInode::get_caps_allowed_for_client
- looks like it's the same as #9628
- 02:34 AM Revision 459dca16 (ceph): rgw: copy object data if target bucket is in a different pool
- Fixes: #9039
Backport: firefly
The new manifest does not provide a way to put the head and the tail in
separate pool... - 01:47 AM Revision 19be3583 (ceph): PG::actingset should be used when checking the number of acting OSDs fo...
- Signed-off-by: Guang Yang <yguang@yahoo-inc.com>
- 12:59 AM Revision 69d85fa9 (ceph): Merge remote-tracking branch 'gh/wip-sharedptr-registry-backport' into ...
- 12:55 AM Revision 41c6f4c3 (ceph): rbd: ObjectCacher reads can hang when reading sparse files
- The pending read list was not properly flushed when empty objects
were read from a space file.
Signed-off-by: Jason ... - 12:54 AM Revision b2efe7bb (ceph): Enforce cache size on read requests
- In-flight cache reads were not previously counted against
new cache read requests, which could result in very large
c... - 12:50 AM Revision 711a7e6f (ceph): rbd: ObjectCacher reads can hang when reading sparse files
- The pending read list was not properly flushed when empty objects
were read from a space file.
Signed-off-by: Jason ... - 12:50 AM Revision b7784dc1 (ceph): Enforce cache size on read requests
- In-flight cache reads were not previously counted against
new cache read requests, which could result in very large
c... - 12:42 AM Revision ac4fca06 (ceph): rgw: add .log to default log path
- Fixes: #9353
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
(cherry picked from commit 46732420... - 12:37 AM Bug #9619 (Can't reproduce): excessive mon memory usage when rbd rm 1PB
- At 83% completion (rbd rm big)...
10/02/2014
- 10:28 PM Revision f03ae7b0 (ceph): Merge pull request #2565 from ceph/wip-rgw-firefly-backports
- Wip rgw firefly backports
- 10:22 PM Revision 8253ead1 (ceph): osdc/Objecter: use SafeTimer; make callbacks race-tolerant
- The RWTimer event cancellation is racy. Instead, just make all of our
callbacks tolerate cancellation races. This i... - 09:54 PM Revision 94a7fbaa (ceph): rgw_main.cc: add missing virtual destructor for RGWRequest
- CID 1160858 (#1 of 1): Non-virtual destructor (VIRTUAL_DTOR)
nonvirtual_dtor: Class RGWLoadGenRequest has a destruct... - 09:54 PM Revision bf1933e5 (ceph): debian: python-flask is needed by ceph, not python-ceph
- It's used by ceph-rest-api which is in the 'ceph' (server) package.
Backport: firefly
Signed-off-by: Sage Weil <sage... - 09:54 PM Revision c4188e31 (ceph): ceph.spec: fix python-flask dependency
- This is needed by ceph-rest-api, which is in ceph.rpm; it's not related to
python-ceph (except that ceph-rest-api hap... - 09:54 PM Revision eb0f6e34 (ceph): ceph.spec.in: move ceph_rest_api.py into ceph
- Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 8cda623e0ba34a48a70e9ea988d619b15605c4fd) - 09:54 PM Revision a261b495 (ceph): debian: move ceph_rest_api.py into ceph
- Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit fe3434f41cd09433975d7d0f9dbb2fae662e4a1b) - 09:54 PM Revision 78c3ef90 (ceph): osdc/Objecter: only post_rx_buffer if no op timeout
- If we post an rx buffer and there is a timeout, the revocation can happen
while the reader has consumed the buffers b... - 09:13 PM Revision 9fee8de2 (ceph): Locker: accept ctime updates from clients without dirty write caps
- The ctime changes any time the inode does. That can happen even without
the file itself having changed, so we'd bette... - 09:13 PM Revision 5f601f09 (ceph): Locker: accept ctime updates from clients without dirty write caps
- The ctime changes any time the inode does. That can happen even without
the file itself having changed, so we'd bette... - 08:53 PM Bug #9625 (Need More Info): firefly: memory corruption
- 07:32 PM rgw Bug #9039: Using COPY on radosgw to copy object from one bucket to another that's in another pool...
- sent a pull request now, #2632
- 05:48 PM rgw Bug #9039: Using COPY on radosgw to copy object from one bucket to another that's in another pool...
- not sure what the state of this bug is then.. yehuda?
- 06:01 PM Bug #9544 (Resolved): osd: pg deletion vs create race leads to EEXIST on mkcoll (dumpling)
- 06:00 PM rbd Bug #6494 (Resolved): High memory consumption of qemu/librbd with enabled cache
- ok did dumpling too
- 05:51 PM rbd Bug #6494: High memory consumption of qemu/librbd with enabled cache
- backported to firefly. josh, should we do dumpling too?
- 05:51 PM Revision ec70d0bd (ceph): Merge pull request #161 from ceph/wip_add_firefly_version
- Added version v0.80.6
- 05:47 PM Revision 0b265e4c (ceph): Added version v0.80.6
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 05:46 PM rgw Bug #8621 (Resolved): civetweb frontend fails authentication if URL has special chars
- a953b313f1e2f884be6ee2ce356780f4f70849dd
- 05:46 PM rgw Bug #8718 (Resolved): CORS OPTIONS request fails for presigned urls
- 6fee71154d838868807fd9824d829c8250d9d2eb
- 05:45 PM rgw Bug #8784 (Resolved): rgw: completion leak
- b0d08aab837808f18708a4f8ced0503c0fce2fec
- 05:44 PM rgw Bug #9089 (Resolved): rgw: copy_obj_data() does not stripe target object
- 05:44 PM rgw Feature #9200 (Resolved): rgw: log civetweb access
- 05:42 PM rgw Bug #9206 (Resolved): rgw: cross rgw message headers filtered by apache 2.4
- 05:41 PM rgw Bug #9353 (Resolved): Log files created under /var/log/radosgw/ do not have the .log extension
- 05:37 PM rgw Bug #9148 (Resolved): rgw: multiregion tests failing, s3tests.functional.test_s3.test_region_copy...
- 05:37 PM rgw Bug #9226 (Resolved): rgw: crash when copying specific objects
- 05:36 PM rgw Bug #9208 (Resolved): rgw: civetweb does not drain request buffer correctly
- 05:36 PM rgw Bug #9201 (Resolved): rgw: bad object with different pool alignment
- 05:23 PM Feature #8391 (Resolved): sysvinit does not support custom cluster names
- 05:22 PM Feature #8203 (Resolved): Replica setting values in df output
- 05:22 PM Feature #7792 (Closed): leveldb 1.12.0 for rhel
- 05:21 PM Feature #7344 (Resolved): osd: add additional heartbeat on cluster interface
- 05:20 PM Feature #6261 (Resolved): ceph-filestore-dump use cases for disaster recovery
- 05:18 PM Feature #5614 (Resolved): mon: enable moving pools to HASHPSPOOL mode
- 05:15 PM Feature #4914 (Resolved): rados tool: read xattr from file / stdin
- 05:14 PM Feature #4005: Add perftools to the kernel debian package script
- 05:13 PM Feature #3345 (Resolved): support multiple clusters with sysvinit
- 05:13 PM Feature #3340 (New): refuse to accept "cluster=foo" in ceph.conf
- 05:13 PM Feature #3340 (Rejected): refuse to accept "cluster=foo" in ceph.conf
- 05:13 PM Feature #3288 (Resolved): docs: document the chooseleaf command in crush
- 05:12 PM Feature #3086 (Resolved): workqueue: dynamically adjust number of threads
- 05:12 PM Feature #2894 (Resolved): cli: help command for ceph subsystems
- 05:11 PM Feature #1880 (Rejected): osd: optionally log all request latencies
- 05:11 PM Messengers Feature #1851 (Rejected): SimpleMessenger: use non-blocking io
- 05:10 PM Feature #1267 (Rejected): osd: rgw class to do acl check
- 05:09 PM Feature #84 (Rejected): mon: auto adjust pg_num as pool grows
- 05:08 PM Feature #2222 (Resolved): osd: distinguish between 'degraded' and 'misplaced'
- 05:08 PM Feature #5907 (Resolved): permanently log all administrative actions
- 05:07 PM Feature #3849 (Resolved): Track slow PGs and times OSDs marked down
- 04:28 PM Feature #8560 (Resolved): mon: instrument paxos
- 03:58 PM rgw Bug #9651 (Duplicate): RGW: Object Removal Atomicity
- The issue appears then a system does down when there are pending object deletions. The object can be removed but will...
- 03:46 PM Revision 6065f0b1 (ceph): powercycle: fuse_default_permissions = 0 for kernel build
- Signed-off-by: Sage Weil <sage@redhat.com>
- 03:30 PM Bug #9650: RWTimer cancel_event is racy
- 03:30 PM Bug #9650 (Fix Under Review): RWTimer cancel_event is racy
- wip-rwtimer
- 02:57 PM Bug #9650: RWTimer cancel_event is racy
- The issue is that we execute events under a shared (read) lock, and we allow you to cancel them under a shared (read)...
- 01:55 PM Bug #9650 (Resolved): RWTimer cancel_event is racy
- (in safe mode) we carry the rwlock for the callback. but we use a separate mutex to protect the events. and we can
... - 03:30 PM Bug #9582 (Fix Under Review): librados: segmentation fault on timeout
- 10:23 AM Bug #9582 (In Progress): librados: segmentation fault on timeout
- hmm, several failures on giant
ubuntu@teuthology:/var/lib/teuthworker/archive/samuelj-2014-10-01_18:59:42-rados-gi... - 03:29 PM rgw Bug #9307 (Resolved): "s3.test_multipart_upload_multiple_sizes ... ERROR" in upgrade:dumpling-fir...
- 09:31 AM rgw Bug #9307: "s3.test_multipart_upload_multiple_sizes ... ERROR" in upgrade:dumpling-firefly-x-mast...
- suite:upgrade:dumpling-x
In run http://pulpito.front.sepia.ceph.com/teuthology-2014-10-01_19:00:02-upgrade:dumplin... - 02:15 PM CephFS Bug #9514 (Resolved): ceph-fuse pjd test is failing in giant nightlies
- Dumpling commit:5f601f099be98c2b061cc94fb06917e7543f3efe
Firefly commit:9fee8de25ab5c155cd6a3d32a71e45630a5ded15 - 01:56 PM Bug #8752: firefly: scrub/repair stat mismatch
- I think I found where it is happening. For a while I was using Btrfs-based OSDs with journals on SSD-based ext4. For ...
- 11:58 AM Bug #9559: ?off-by-one vulnerability?ceph-0.80.5/src/common/fd.cc dump_open_fds() function
- This was fixed in version 0.83 in commit 046c9769fc4eaffc1dd4a21b61c1c5696d537def, although I'm sure it could be back...
- 11:42 AM Bug #9649 (Can't reproduce): OSD hang in op_tp
- ubuntu@teuthology:/a/samuelj-2014-10-01_18:59:42-rados-giant-wip-testing-old-vanilla-basic-multi/524982
valgrind, ... - 11:30 AM Bug #9626: PG: cancel backfill reservations if we get a cancel during backfill
- 11:20 AM Feature #9647 (New): osd: hard cap on PGs per OSD
- 11:00 AM devops Feature #9411: remove qemu symlink for librbd on rhel7.1 (and later)
- This ticket is inaccurate.
The version of qemu-kvm that ships with base RHEL 6.x or 7.x does not and has no plans ... - 10:56 AM Bug #7995: osd shutdown: ./common/shared_cache.hpp: 93: FAILED assert(weak_refs.empty())
- ubuntu@teuthology:/a/samuelj-2014-10-01_18:59:42-rados-giant-wip-testing-old-vanilla-basic-multi/524988
- 10:51 AM devops Feature #3161 (Rejected): make gcov website public, via proxy on gitbuilder.sepia.ceph.com
- 10:50 AM Revision fc88521e (ceph): krbd: fsx: bump number of ops, enable discard
- Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
- 10:49 AM devops Feature #2663 (Closed): crowbar: UI for setting generic ceph.conf values
- 10:48 AM devops Feature #2910 (Closed): crowbar: Use JBOD mode for ceph-osd
- 10:47 AM Revision d940ec33 (ceph): Merge pull request #2627 from theanalyst/fix/mailmap
- mailmap: Yehuda Sadeh name normalization
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 10:46 AM devops Feature #8037 (Closed): Test leveldb 1.12 (or newer) and package as necessary
- 10:46 AM devops Feature #3023 (Closed): juju: automated QA of OpenStack RBD integration
- 10:46 AM devops Feature #3022 (Closed): juju: automated QA of Ceph
- 10:46 AM devops Feature #2695 (Closed): crowbar: Automated QA
- 10:45 AM devops Feature #3017 (Closed): juju: dev env setup
- 10:45 AM devops Feature #3018 (Closed): juju: test deploy of openstack
- 10:45 AM devops Feature #3020 (Closed): juju: change nova to use rbd
- 10:44 AM devops Feature #7925 (In Progress): Feature: create new download.ceph.com site
- 10:42 AM devops Feature #3021 (Closed): juju: change glance to use rbd
- 10:39 AM Revision 6c37984f (ceph): mailmap: Yehuda Sadeh name normalization
- Reported-by: Loic Dachary <loic@dachary.org>
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com> - 09:42 AM Bug #9644 (Can't reproduce): ceph-disk not playing nice with test/erasure-code/test-erasure-code.sh
- I haven't seen anyone complaining about this so either 1) no one is running this test, or 2) I'm the only one hitting...
- 09:26 AM Revision beff616f (ceph): ceph-disk: set guid if reusing a journal partition
- When reusing a journal partition (e.g. /dev/sda2) we should set a
new partition guid and link it correctly with the O... - 09:23 AM devops Bug #9643 (Rejected): Error "install ceph-devel-0.67.11 -y" in -upgrade:dumpling-x-firefly-distro...
- In run http://pulpito.front.sepia.ceph.com/teuthology-2014-10-01_19:00:02-upgrade:dumpling-x-firefly-distro-basic-vps...
- 08:39 AM rbd Bug #9642 (Resolved): Errors in test_rbd.test_* tests in upgrade:dumpling-firefly-x:parallel-gian...
- Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-10-01_15:06:04-upgrade:dumpling-firefly-x:parallel-gi...
- 08:17 AM Revision 50e80407 (ceph): tools: rados put /dev/null should write() and not create()
- In the rados.cc special case to handle put an empty objects, use
write_full() instead of create().
A special case wa... - 07:55 AM Bug #9619: excessive mon memory usage when rbd rm 1PB
- The mon memory indeed grows but after 30 minutes running I'm not sure it is related. And it's growing slowly....
- 06:45 AM Bug #9619 (New): excessive mon memory usage when rbd rm 1PB
- Checking the OSD memory usage when the problem is MON growth is not a good idea.
- 06:35 AM Bug #9619 (Can't reproduce): excessive mon memory usage when rbd rm 1PB
- With a vstart cluster with one monitor and three OSDs and...
- 07:42 AM Bug #9356: ceph_test_rados_striper_api_aio Segmentation faults
- I'm able to reproduce the problem with 0daddfbf1164d6ba3f38eee29d2f11acfa62f2b6 from your tree https://github.com/spo...
- 07:28 AM Bug #9356: ceph_test_rados_striper_api_aio Segmentation faults
- Damn... I was a bit too fast when I thought I was reproducing the issue !
I was indeed reproducing the original one,... - 05:40 AM Bug #9356: ceph_test_rados_striper_api_aio Segmentation faults
- I've finally managed to reproduce it, thanks to Loic : the trick was Ubuntu + debug mode. Maybe you also need more th...
- 06:06 AM Revision c598b8e9 (ceph): erasure-code: unfound test needs a non empty file
- Other rados put will fail as follows
$ touch /tmp/bar
$ ./rados -p rbd put existing_3 /tmp/bar
$ ./rados -p rbd put ... - 05:52 AM Revision b038969b (ceph): Merge pull request #2625 from ceph/wip-ysw-mailmap
- mailmap: update email address
Reviewed-by: Loic Dachary <loic-201408@dachary.org> - 05:34 AM Bug #8011 (Resolved): osd/ReplicatedPG.cc: 5244: FAILED assert(soid < scrubber.start || soid >= s...
- I'm unable to reproduce it any more, assuming fixed.
- 05:33 AM Bug #8747: OSD crash on scrub:osd/ReplicatedPG.cc: 5297: FAILED assert(soid < scrubber.start || s...
- I can't reproduce any more on 0.80.5 + Firefly HEAD as of 2014-09-16...
- 04:41 AM Revision 285a13a1 (ceph): libcephfs: get osd location on -1 should return EINVAL
- Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit b88af07ef5a3c9a484255b54149a6e6a635845dc)
c70... - 02:49 AM Revision 0b0a3731 (ceph): mailmap: update email address
- Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
- 01:02 AM Revision 461ece5e (ceph): doc/release-notes: fix attributions for 8702 fix
- Oops!
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 188370a94353e29fcb8981699022803e23f3fedd) - 01:01 AM Revision 188370a9 (ceph): doc/release-notes: fix attributions for 8702 fix
- Oops!
Signed-off-by: Sage Weil <sage@redhat.com> - 12:50 AM Revision 060a5b14 (ceph): common: Add cctid meta variable
- Fixes: #6228
Signed-off-by: Adam Crume <adamcrume@gmail.com>
(cherry picked from commit bb45621cb117131707a85154292a3... - 12:50 AM Revision 917529a7 (ceph): doc/release-notes: v0.80.6
- Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit c0dc3a56974a469b61523b67cc032cc5726a3a5f)
Conf... - 12:48 AM Revision c0dc3a56 (ceph): doc/release-notes: v0.80.6
- Signed-off-by: Sage Weil <sage@redhat.com>
10/01/2014
- 11:42 PM Revision 7dc6f946 (ceph): added ceph config option to firefly-x in order to turn off mon warning
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 11:20 PM Revision 73d7be0d (ceph): Merge pull request #2623 from ceph/wip-coverity-20141002
- build and coverity fixes
Reviewed-by: Sage Weil <sage@redhat.com> - 11:18 PM Revision b3e2e1ed (ceph): Merge pull request #2622 from dachary/wip-osd-pool-ls
- qa: fix osd pool ls invalid test
- 11:14 PM Revision 2f2f8c48 (ceph): Merge pull request #2621 from ceph/wip-objecter-shutdown
- Fix Objecter shutdown races with message handling
Reviewed-by: Sage Weil <sage@redhat.com> - 10:17 PM Revision 5b41d80b (ceph): rgw: swift GET / HEAD object returns X-Timestamp field
- Fixes: #8911
Backport: giant, firefly, dumpling
Swift clients expect X-Timestamp header, dump it.
Signed-off-by: Yeh... - 09:47 PM Revision 41b578f2 (ceph): Fixing branch assumptions
- Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
- 09:41 PM Revision 29356d87 (ceph): qa: fix osd pool ls invalid test
- expect_false does not extend past the pipe and fails because the command
succeeds
introduced in f05c977bbcd310a83e6d... - 09:31 PM Revision a1aa06b7 (ceph): ReplicatedPG: dump snap_trimq on pg query
- Signed-off-by: Samuel Just <sam.just@inktank.com>
- 09:31 PM Revision 34f38b68 (ceph): ReplicatedPG: do not queue the snap trimmer constantly
- Previously, we continuously requeued the snap trimmer while in
TrimmingObjects. This is not a good idea now that we ... - 09:31 PM Revision b29bf00f (ceph): ReplicatedPG: clean out completed trimmed objects as we go
- Also, explicitely maintain a max number of concurrently trimming
objects.
Fixes: 9113
Backport: dumpling, firefly, g... - 09:08 PM Revision 3374a0b2 (ceph): BtrfsFileStoreBackend.cc: fix string overflow
- Use strncpy() instead of strcpy and make sure the result
is '\0' terminated.
Fix for:
CID 1063700 (#1 of 1): Copy i... - 09:07 PM Revision 8b7fc61c (ceph): test_librbd.cc: fix compiler warning, cast to size_t
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 09:05 PM Revision e506f896 (ceph): Objecter: check the 'initialized' atomic_t safely
- shutdown() resets initialized to 0, but we can still receive messages
after this point, so fix message handlers to sk... - 08:45 PM Revision b1ca1f23 (ceph): Merge pull request #2525 from ceph/wip-9487
- RFC: initialize purged_snaps on backfill
Reviewed-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: Sage Weil <sag... - 08:23 PM Revision 7aacccd0 (ceph): Merge pull request #2620 from ceph/revert-2604-wip-9113
- Revert "ReplicatedPG: clean out completed trimmed objects as we go"
- 08:23 PM Revision 2e2e6eb3 (ceph): s/giant/firefly when setting the crush tunables
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 08:18 PM Revision 0f731ae5 (ceph): Revert "ReplicatedPG: clean out completed trimmed objects as we go"
- 08:17 PM Revision 7fa0e17f (ceph): s/giant/firefly
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 08:05 PM Revision fea01548 (ceph): mon: break recovery status onto separate lines
- This affects both the 'health' and 'pgmap' sections of 'ceph status'
output.
Signed-off-by: Sage Weil <sage@redhat.com> - 08:02 PM Revision 46a76d51 (ceph): mon: put 'ceph status' quorum status on new line
- Signed-off-by: Sage Weil <sage@redhat.com>
- 08:01 PM Revision e127c898 (ceph): mon: put 'ceph status' health items on separate lines
- This makes it *way* easier to read.
Signed-off-by: Sage Weil <sage@redhat.com> - 07:53 PM Revision ea434804 (ceph): Merge pull request #2619 from ceph/wip-8187
- librbd: Skip tier pools in list_children and snap_unprotect
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 07:33 PM Revision da9ae5c9 (ceph): ceph.spec: fix typo
- Signed-off-by: Sage Weil <sage@redhat.com>
- 07:23 PM Revision b1d5dc6b (ceph): Merge pull request #2614 from ceph/wip-rpm-epoch
- rpm: set epoch 1 to match fedora
Reviewed-by: Boris Ranto <branto@redhat.com> - 06:31 PM Revision 63b30d48 (ceph): librbd: Skip tier pools in list_children and snap_unprotect
- Fixes: #8187
Signed-off-by: Adam Crume <adamcrume@gmail.com> - 06:26 PM Revision 471f2611 (ceph): removing upgrade suites that are no longer required
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 05:28 PM Revision f26ba046 (ceph): Merge branch 'wip-9013' into giant
- 05:27 PM Revision 63d0ec7b (ceph): rgw: add civetweb as a default frontend
- Fixes: #9013
Originally the configurable was empty, now setting explicitly both
fastcgi and civetweb (on port 7480).
... - 05:17 PM Revision 48a0b759 (ceph): Merge remote-tracking branch 'origin/giant' into wip-merge
- Conflicts:
erasure-code/ec-rados-default.yaml
tasks/mds_client_limits.py
tasks/mds_client_recovery.py
tasks/mds_j... - 05:14 PM Bug #9625: firefly: memory corruption
- ubuntu@teuthology:/var/lib/teuthworker/archive/sage-bug-9625-e/521446
- 05:12 PM Bug #9625: firefly: memory corruption
- hit it again (or something very similar):...
- 04:52 PM Revision c79b53c2 (ceph): Merge pull request #2552 from ceph/wip-8188
- librados: Add rados_pool_get_tiers call
Reviewed-by: Sage Weil <sage@redhat.com> - 04:40 PM Revision d8ae14f4 (ceph): librados: Add rados_pool_get_base_tier call
- Fixes: #8188
Signed-off-by: Adam Crume <adamcrume@gmail.com> - 04:37 PM Revision f93610a4 (ceph): 0.80.6
- 04:23 PM Revision f5fa6852 (ceph): Merge pull request #2618 from ceph/wip-coverity-20141001
- Fixes for Coverity issues
Reviewed-by: Sage Weil <sage@redhat.com> - 04:22 PM Revision 46166eef (ceph): Merge pull request #2452 from ceph/wip-pool-ls
- mon: add 'osd pool ls [detail]' command
Reviewed-by: Joao Eduardo Luis <joao@redhat.com> - 04:14 PM Bug #9617 (Pending Backport): objecter shutdown races with msg dispatch
- 02:05 PM Bug #9617 (Fix Under Review): objecter shutdown races with msg dispatch
- https://github.com/ceph/ceph/pull/2621
- 03:34 PM Feature #5035 (Resolved): rados: smarter localized reads
- https://github.com/ceph/ceph/commit/22df77325165157c47bc782476e0e3ab9cf652c4
- 03:17 PM devops Bug #9640 (Rejected): Missing packages in multi-version-giant-testing-basic-multi
- In run http://pulpito.front.sepia.ceph.com/teuthology-2014-10-01_14:25:21-multi-version-giant-distro-basic-multi/
... - 03:05 PM Revision 5b58f165 (ceph): test_librbd.cc: fix compiler warning
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 03:05 PM Revision 58c732f3 (ceph): client/SyntheticClient.cc: remove dead code
- Fix for:
const: At condition do_sync, the value of do_sync must be equal to 0.
dead_error_condition: The condition d... - 03:02 PM Revision 3184a207 (ceph): doc: A couple of fixes to the CloudStack documentation
- 02:18 PM Bug #9537 (Resolved): OSD crash after writing 10GB file onto EC Pool: FAILED assert(hinfo.get_tot...
- 02:03 PM Revision 88022e82 (ceph): SyntheticClient.cc: remove dead code
- Fix for coverity issue:
const: At condition unsafe > 0, the value of unsafe must be equal to 0.
dead_error_condition... - 02:03 PM Revision 17fa397b (ceph): LogEntry.h: init LogEntry::prio in constructor
- CID 1240202 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
uninit_member: Non-static class member prio is not i... - 01:41 PM rbd Bug #8187 (Resolved): librbd: list_children() reports duplicates with cache pools
- 11:56 AM rbd Bug #8187 (Fix Under Review): librbd: list_children() reports duplicates with cache pools
- https://github.com/ceph/ceph/pull/2619
- 01:34 PM Revision 7d6e21d8 (ceph): osd: fix need_journal call
- From 2955b3da4e2c472c18b45e81eba791f8ccd58061
Signed-off-by: Sage Weil <sage@redhat.com> - 01:11 PM Revision 2b441e5a (ceph): Merge pull request #2607 from yuyuyu101/wip-9580
- ObjectStore: Add "need_journal" interface to make aware of journal devic...
Reviewed-by: Sage Weil <sage@redhat.com> - 01:10 PM Revision ee194c2a (ceph): Merge pull request #2608 from yuyuyu101/pipe-iovec
- Pipe: avoid redundancy new/delete for struct iovec
Reviewed-by: Sage Weil <sage@redhat.com> - 01:02 PM Revision 83888362 (ceph): ceph.spec.: add epoch
- This is done in fedora packaging. Do it here too so that you can move
between upstream packages (from ceph.com) and ... - 12:54 PM Revision 17544a46 (ceph): Merge pull request #2615 from ceph/wip-fsls-json
- mon: fix JSON `fs ls` output
Reviewed-by: Sage Weil <sage@redhat.com> - 12:53 PM Bug #9572 (Resolved): erasure-code: BlaumRoth default encoding regression
- 12:51 PM Bug #9620 (Resolved): tests: qa/workunits/cephtool/test.sh race condition
- 12:47 PM Bug #9356: ceph_test_rados_striper_api_aio Segmentation faults
- Demoting to Normal because it only happens in debug mode.
- 06:45 AM Bug #9356: ceph_test_rados_striper_api_aio Segmentation faults
- 02:45 AM Bug #9356: ceph_test_rados_striper_api_aio Segmentation faults
- Using ...
- 12:30 PM Bug #9570 (Need More Info): osd crash in FileJournal::WriteFinisher::entry() aio
- I'm out of ideas. There hopefully is enough background information to help with diagnostic when / if it re-surfaces.
- 12:10 PM Bug #9570: osd crash in FileJournal::WriteFinisher::entry() aio
- A theory that does not explain the problem, for the record....
- 11:35 AM Bug #9570: osd crash in FileJournal::WriteFinisher::entry() aio
- What probably happens is that "the aio_info":https://github.com/ceph/ceph/blob/giant/src/os/FileJournal.cc#L1303 that...
- 09:23 AM Bug #9570: osd crash in FileJournal::WriteFinisher::entry() aio
- "linux 3.12.7":https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.7 has been released january 2014. The patc...
- 09:17 AM Bug #9570 (In Progress): osd crash in FileJournal::WriteFinisher::entry() aio
- debian/changelog does not show anything that suggest a bug was fixed in libaio after 0.3.109-2 which could relate to ...
- 08:52 AM Bug #9570: osd crash in FileJournal::WriteFinisher::entry() aio
- linux kernel is 3.12.7 and libaio is 0.3.109-2ubuntu1
- 07:29 AM Bug #9570 (Need More Info): osd crash in FileJournal::WriteFinisher::entry() aio
- 06:40 AM Bug #9570: osd crash in FileJournal::WriteFinisher::entry() aio
- The "aio: v4 ensure access to ctx->ring_pages is correctly serialised for migration":https://git.kernel.org/cgit/linu...
- 06:22 AM Bug #9570: osd crash in FileJournal::WriteFinisher::entry() aio
- Although "aio: protect reqs_available updates from changes in interrupt handlers":https://git.kernel.org/cgit/linux/k...
- 05:45 AM Bug #9570: osd crash in FileJournal::WriteFinisher::entry() aio
- It turns out that the alignment requirement has to be enforced indeed. On a 3.13 linux kernel the following:...
- 11:09 AM Revision a470c96e (ceph): mon: fix JSON `fs ls` output
- A missing list terminator was causing unparseable output.
Signed-off-by: John Spray <john.spray@redhat.com> - 10:42 AM CephFS Bug #9636 (Duplicate): segfault in CInode::get_caps_allowed_for_client
While doing ad-hoc killing of clients stuck on full cluster: unchecked dereference of session connection....- 09:52 AM Feature #8188 (Resolved): librados: interface to inspect pool properties
- 09:39 AM rbd Feature #4454 (Closed): openstack: support volume migration in Cinder
- tracking via https://blueprints.launchpad.net/cinder/+spec/generic-volume-migration
- 09:36 AM rbd Feature #7921 (Resolved): Openstack: live migration for ephemeral volumes
- 09:35 AM rbd Feature #7920 (Resolved): Openstack: cloning for rbd ephemeral disks
- 09:29 AM rbd Feature #5138 (Closed): LIO Support
- Being tracked in Red Hat Bugzilla
- 09:25 AM rbd Feature #4087 (In Progress): rbd: bitmaps for tracking object existence
- 09:24 AM rbd Feature #4804 (Rejected): tgt: switch to aio
- iSCSI work now focused on LIO
- 09:23 AM Feature #9302 (Resolved): mon: 'ceph osd pool ls' command
- 09:22 AM rgw Feature #9013: rgw: set civetweb as a default frontend
- https://github.com/ceph/ceph/pull/2381
- 08:53 AM devops Fix #5900 (In Progress): Create a Python package for ceph Python bindings
- 08:24 AM rbd Bug #9602: rbd export -> nc ->rbd import = memory leak
- I quickly attempted to reproduce this on the same version w/o success. Can you attach /etc/ceph/big.conf? How large...
- 06:59 AM Bug #8942: Bad JSON output in ceph osd tree
- I see this in ceph version 0.80.5 (38b73c67d375a2552d8ed67843c8a65c2c0feba6)and it is indeed a problem.
I *think* ... - 06:49 AM devops Feature #9133: create ceph user/group; run daemons as ceph (non-root)
- Indeed a lot of packaging updates and probably many difficulties to properly upgrade daemons :/
Anyone working on ... - 06:18 AM CephFS Feature #7317 (In Progress): mds: behave with fs fills (e.g., allow deletion)
- 06:15 AM CephFS Feature #9437 (Fix Under Review): make 'ceph tell mds.* ...' work, deprecate 'ceph mds tell * ...'
- 02:40 AM Revision 2955b3da (ceph): ObjectStore: Add "need_journal" interface to make aware of journal device
- Impl feature #9580
Signed-off-by: Haomai Wang <haomaiwang@gmail.com> - 02:36 AM Revision 05fd5077 (ceph): Pipe: avoid redundancy new/delete for struct iovec
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 12:24 AM Revision fd5af139 (ceph): Merge pull request #2564 from ceph/wip-8587
- rgw: subuser creation fixes
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 12:21 AM Revision 8265f0d8 (ceph): remove dumpling-firefly-giant as dumpling-firefly-x covers this test
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 12:20 AM Revision 3276f8f6 (ceph): fixed firefly-x and dumpling-firefly-x
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 12:19 AM Revision cefb1a35 (ceph): mon: wait for paxos writes before touching state
- Fix two other paths where may change the mon state so that we wait for the
pending write first. start_election() in ... - 12:19 AM Revision 46c1d936 (ceph): mon: flush paxos write before setting shutdown state
- Paxos::commit_finish() makes assertions about our state (writing |
writing-previous).
Fixes: #9635
Signed-off-by: Sa... - 12:15 AM Revision 4072ef78 (ceph): mon: move paxos write wait into a helper
- Avoid duplicated code.
Signed-off-by: Sage Weil <sage@redhat.com>
Also available in: Atom