Activity
From 05/27/2014 to 06/25/2014
06/25/2014
- 11:57 PM Revision 780424df (ceph): qa/workunits: cephtool: add/remove comments
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 11:55 PM Revision 3d14a96f (ceph): qa/workunits: cephtool: split into properly indented functions
- The test was a big sequence of commands being run and it has been growing
organically for a while, even though it has... - 11:52 PM Revision 04658b7b (ceph): qa/workunits: cephtool: move test line to where it's more appropriate
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 11:51 PM Revision db6cc133 (ceph): qa/workunits: cephtool: split into functions
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 11:51 PM Bug #8642: After Upgrade from Emperor to Firefly osd start (seemingly randomly) crashing
- I realize I have not given you much information. I have been busy restoring backups to other locations. I will come b...
- 02:10 PM Bug #8642: After Upgrade from Emperor to Firefly osd start (seemingly randomly) crashing
- We still need more complete logging from a crash to help diagnose.
- 11:37 PM Revision d2f17c74 (ceph): Merge pull request #1863 from ceph/wip-rgw-manifest-iter
- rgw: reduce calls to rgw_obj.set_obj()
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 11:14 PM Revision 8a5e0034 (ceph): Merge pull request #2021 from ceph/wip-da-fix-make-check
- Fixes to get "make check" run on SUSE v2
Reviewed-by: Sage Weil <sage@redhat.com> - 10:12 PM Bug #8121: ReplicatedBackend::build_push_op() should handle a short read or assert
- I got this assert in ReplicatedBackend::build_push_op .
Steps Followed:
sudo ceph pg map 3.151
osdmap e1274 pg... - 09:54 PM Revision 291d4484 (ceph): rgw: fetch object attrs on multipart completion
- Fixes: #8452
Backport: firefly
This fixes a regression following a code cleanup.
Signed-off-by: Yehuda Sadeh <yehuda... - 09:54 PM Revision 2fd808fe (ceph): rgw: check appropriate entity permission on put_metadata
- Fixes: #8428
Backport: firefly
Cannot use verify_object_permission() to test acls, as the operation
here might eithe... - 09:52 PM Revision 15360a90 (ceph): ceph-disk: partprobe before settle when preparing dev
- Two users have reported this fixes a problem with using --dmcrypt.
Fixes: #6966
Tested-by: Eric Eastman <eric0e@aol.... - 09:49 PM Revision d1afeb38 (ceph): XfsFileStoreBackend: call ioctl(XFS_IOC_FSSETXATTR) less often
- No need to call ioctl(XFS_IOC_FSSETXATTR) if extsize is already set to
the value we want or if any extents are alloca... - 09:49 PM Revision 7b8e5c99 (ceph): mon: Fix default replicated pool ruleset choice
- Specifically, in the case where the configured
default ruleset is CEPH_DEFAULT_CRUSH_REPLICATED_RULESET,
instead of a... - 09:33 PM Revision 25a4a874 (ceph): rgw: calc md5 and compare if user provided appropriate header
- Fixes: #8436
Backport: firefly
This was broken in ddc2e1a8e39a5c6b9b224c3eebd1c0e762ca5782. The fix
resurrects and o... - 09:31 PM Revision ad18a45a (ceph): rgw: calculate user manifest
- Fixes: #8169
Backport: firefly
We didn't calculate the user manifest's object etag at all. The etag
needs to be the m... - 09:30 PM Revision 6aa7f7ee (ceph): librados: simplify/fix rados_pool_list bounds checks
- We were not breaking out of the loop when we filled up the buffer unless
we happened to do so on a pool name boundary... - 08:39 PM Revision 4e68ac34 (ceph): Merge pull request #2001 from dachary/wip-tiermsg
- mon: test that pools used in tiers cannot be removed
Reviewed-by: Samuel Just <sam.just@inktank.com> - 08:35 PM Revision c6ac1b7f (ceph): Merge pull request #1938 from dachary/wip-8071
- erasure-code: remove jerasure internals dependencies
- 08:30 PM Revision 971950bd (ceph): Merge pull request #2025 from ceph/wip-disable-static
- do_autogen.sh: --disable-static
Reviewed-by: Loic Dachary <loic@dachary.org> - 08:24 PM Revision 3226a85f (ceph): Merge pull request #1967 from yuyuyu101/kvstore-fix-set-alloc-hint
- Make KeyValueStore not use expected_write_size
Reviewed-by: Sage Weil <sage@redhat.com> - 08:23 PM Revision 39530536 (ceph): test/ceph-disk.sh: fix for SUSE
- On SUSE 'which' returns always the full path of (shell) commands and
not e.g. './ceph-conf' as on Debian. Add check a... - 08:23 PM Revision be70c1ff (ceph): osdmaptool/test-map-pgs.t: fix escaping to fix run
- Run failed always running into the '|| cat $OUT' case due
to bad escaping of '\t'. This is caused by different shells... - 08:19 PM Revision dc1a4dfd (ceph): Revert "Give meaningful error when submodules are not checked out"
- This reverts commit 87f9dbaf78ee040bbe0f56d2ada5299b150916b2.
This breaks the gitbuilders. Maybe it needs the base ... - 08:15 PM Revision 96955351 (ceph): Make <poolname> in "ceph osd tier --help" clearer.
- The ceph osd tier --help info on the left always says <poolname>.
It is unclear which one to put <tierpool> on the ri... - 07:42 PM Revision 2ba03e08 (ceph): Merge pull request #1982 from accelazh/firefly-fix-issue-8256
- Make <poolname> in "ceph osd tier --help" clearer (fix issue 8256).
Reviewed-by: Loic Dachary <loic@dachary.org> - 06:54 PM Revision 667a223f (ceph): Update unit tests to reflect renamed function
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision e1597a03 (ceph): No need to explicitly return None here
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision ba1eae98 (ceph): Add more docstrings
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision f4321b05 (ceph): Skip the kernel stanza if the branch passed is '-'
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision e7323da5 (ceph): Swap order of job_id and run_name when deleting
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 2e18fddb (ceph): Only delete jobs that match the pattern
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 1be15edb (ceph): Use the return value of schedule_suite()
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 26fdef0a (ceph): Split prepare_and_schedule() out of main()
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 89b38dd3 (ceph): Don't schedule an email job if email isn't set
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 15317083 (ceph): Add default results_email
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 356ab7e0 (ceph): Do everything that schedule_suite.sh does
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 91c73859 (ceph): Raise ScheduleFailError even if not sending email
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision b6cb3f8c (ceph): Add lots of unit tests for teuthology.suite
- More to come...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com> - 06:54 PM Revision fd13a18c (ceph): With dry_run, quote any individual args
- So that individual commands can be copied and pasted
in order to execute them individually.
Signed-off-by: Zack Cerz... - 06:54 PM Revision 173c7b84 (ceph): Fix bug where the base yaml wasn't being merged
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 6df3b134 (ceph): Remove schedule_suite.sh
- Its entire functionality is now provided by teuthology-schedule.
Signed-off-by: Zack Cerza <zack.cerza@inktank.com> - 06:54 PM Revision 743edd6b (ceph): Fix a couple linter errors
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 7082a3df (ceph): Add a few more docstrings and a debug statement
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 1ccbff8d (ceph): Refactor collection scheduling out of main()
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision f5af797c (ceph): Port to docopt
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 43505b2a (ceph): Only allow scheduling one suite per call.
- Also remove all traces of the extra and confusing term 'collection'
Signed-off-by: Zack Cerza <zack.cerza@inktank.com> - 06:54 PM Revision ef9638a2 (ceph): Remove 'template' feature
- Neither Sage nor I could find anything that used it
Signed-off-by: Zack Cerza <zack.cerza@inktank.com> - 06:54 PM Revision 4fed92c0 (ceph): Silence connection pool logging
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision d14c44f4 (ceph): Add functions for querying gitbuilder repos
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 675f087b (ceph): Take machine_type instead of worker
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 0aabafd6 (ceph): 'and' is a thing
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision d92f5385 (ceph): Remove unused functions
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 19d73071 (ceph): Don't reread the entire yaml file...
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision b790c4da (ceph): Tweak usage formatting
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:54 PM Revision 3b69efa2 (ceph): Organize arguments into logical sections
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:35 PM Revision 381aac54 (ceph): Merge pull request #1978 from adamcrume/master
- OSD bug fix and developer error message
Reviewed-by: Sage Weil <sage@redhat.com> - 06:32 PM Revision 1b9805d9 (ceph): Merge pull request #2023 from adamcrume/wip-8661
- doc: Fix malformed parameters in librados.h
Reviewed-by: Sage Weil <sage@redhat.com> - 06:30 PM Revision 50dc2462 (ceph): OSD::calc_priors_during: handle CRUSH_ITEM_NONE correctly
- Fixes: #8507
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit 0bd6f6797c69af9aff851033c57... - 06:29 PM Revision a53bcf23 (ceph): OSD::calc_priors_during: fix confusing for loop bracing (cosmetic)
- Confusing lack of braces is confusing.
Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit ... - 06:14 PM Revision 394d5123 (ceph): Merge pull request #1958 from jdurgin/wip-rbd-ro
- qa: add script to test krbd setting ro/rw ioctl
Reviewed-by: Sage Weil <sage@redhat.com> - 06:11 PM Revision 5ed892aa (ceph): Merge branch 'wip-mon-sanity-checks'
- Reviewed-by: Sage Weil <sage@redhat.com>
- 06:10 PM Revision 76361b80 (ceph): mon: simplify output
- Signed-off-by: Sage Weil <sage@inktank.com>
- 06:05 PM Revision 4958786c (ceph): Merge commit '4225e2f6c9f69682d0e7288d7809851b61a17c70'
- Conflicts:
PendingReleaseNotes
Reviewed-by: Sage Weil <sage@redhat.com> - 06:05 PM Revision 178e6f0f (ceph): rados.cc: fix pool alignment check
- Only check pool alignment if io_ctx is initialized.
Introduced in 304b08a23a3db57010078046955a786fe3589ef8
Fixes: #8... - 05:55 PM Revision 31b59d66 (ceph): Merge pull request #1973 from ceph/wip-8593
- mon: fix up health warnings
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com> - 05:53 PM Revision ef736f53 (ceph): osd: fix filestore perf stats update
- Update the struct we are about to send, not the (unlocked!) one we will
send the next time around.
Backport: firefly... - 05:53 PM Revision a9f97f8c (ceph): osd: fix filestore perf stats update
- Update the struct we are about to send, not the (unlocked!) one we will
send the next time around.
Backport: firefly... - 05:52 PM Revision 589d9d76 (ceph): Merge pull request #1980 from ceph/wip-osd-stats
- osd: move osd_stat tracking into OSDService; fix minor bug
Reviewed-by: Samuel Just <sam.just@inktank.com> - 05:50 PM Revision 31721eef (ceph): Merge pull request #2006 from ceph/wip-8603
- log the command that is being run with subprocess
Reviewed-by: Sage Weil <sage@redhat.com> - 05:48 PM Revision a7e1ad42 (ceph): Merge pull request #1969 from ceph/wip-vstart-conf
- vstart.sh: echo CEPH_{CONF,KEYRING} exports if necessary
Reviewed-by: Sage Weil <sage@redhat.com> - 05:34 PM Revision 6a461a2d (ceph): Merge pull request #2022 from ceph/wip-mon-perf
- mon: shut down perfcounters last
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com> - 05:27 PM Revision 385fd6c5 (ceph): do_autogen.sh: --disable-static
- This will make builds go ~2x as fast when developing.
Reported-by: Luis Pabon <lpabon@redhat.com>
Signed-off-by: Sag... - 05:02 PM Revision 25466839 (ceph): Merge pull request #1944 from athanatos/wip-8396
- Move the waiting_for_pg list down into the Sessions, and coordinate the updates so that we don't get races
between th... - 04:48 PM rgw Bug #8608 (Pending Backport): rgw: bucket instance id is truncated
- 04:47 PM Revision 14085f42 (ceph): 0.82
- 04:24 PM Revision eb16198f (ceph): Merge pull request #2024 from dachary/wip-8630-inject-enxio
- osd: workaround race condition in tests
Reviewed-by: Sage Weil <sage@redhat.com> - 04:11 PM Revision 152bbd6a (ceph): osd: workaround race condition in tests
- Trying to "ceph tell" a newly created OSD sometime triggers an
ENXIO. The OSD creation function used for test scripts... - 03:45 PM Bug #8643: 0.80.1: OSD crash: osd/ECBackend.cc: 529: FAILED assert(pop.data.length() == sinfo.ali...
- The problem gotten worse, see #8660 which is probably another manifestation of this issue...
Samuel Just wrote:
>... - 02:26 PM Bug #8643: 0.80.1: OSD crash: osd/ECBackend.cc: 529: FAILED assert(pop.data.length() == sinfo.ali...
- I think 248520c7/100001015d5.00000000/head//14 was inconsistently updated (pg 14.7). You can probably clear this iss...
- 03:43 PM Revision cb740b39 (ceph): mon: shut down perfcounters last
- In particular, remove_all_sessions updates the perfcounter stats, so we
need to stop those after.
Signed-off-by: Sag... - 03:38 PM Revision 524700fd (ceph): doc: Fix malformed parameters in librados.h
- Fixes parameters for rados_write_op_operate and rados_aio_write_op_operate
Fixes: #8661
Signed-off-by: Adam Crume <... - 03:23 PM Bug #8670 (Resolved): Cache tiering parameters can not be displayed for a pool
- Hi,
ceph version 0.80.1 (a38fe1169b6d2ac98b427334c12d7cf81f809b74)
When creation a cache tiering scheme, some p... - 03:06 PM Feature #8523 (Fix Under Review): pool quota: Should have get-quota
- 03:04 PM Revision 56cad1a8 (ceph): libcephfs/test.cc: fix use after free
- Don't call ceph_shutdown() after ceph_release().
CID 1219651 (#1 of 1): Use after free (USE_AFTER_FREE)
17. deref_... - 03:04 PM Revision a5c704b2 (ceph): RadosStriperImpl.cc: catch exception by reference
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 03:04 PM Revision 6d798639 (ceph): rgw/rgw_rados.h: use static_cast instead of c-style cast
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 02:54 PM Revision e0f94138 (ceph): Merge pull request #1996 from dachary/wip-mailmap
- mailmap updates
reviewed-by individual commits - 02:51 PM devops Bug #6966 (Resolved): ceph-disk: prepare --dmcrypt failing
- 02:48 PM Bug #8373 (Resolved): Pool creation defaults to ruleset 0 even if it doesn't exist
- 02:48 PM Bug #8241 (Resolved): XfsFileStoreBackend tries to set extsize but may get EINVAL
- 02:29 PM Bug #8346: OSD crashes on master (FAILED assert(ip_op.waiting_for_commit.count(from)))
- Please enable
debug osd = 20
debug filestore = 20
debug ms = 1
reproduce, and attach the log. - 02:27 AM Bug #8346: OSD crashes on master (FAILED assert(ip_op.waiting_for_commit.count(from)))
- Even in my setup of 8 nodes : with 3 osd in each node, got the same assert:
Steps to reproduce:
While IO was goin... - 02:28 PM Bug #8447 (Resolved): librados: buffer overflow in rados_pool_list
- 02:01 PM Bug #8613 (Duplicate): ENOENT from ceph_test_rados
- 01:58 PM Bug #8361 (Can't reproduce): osd/osd_types.h: 2868: FAILED assert(rwstate.empty())
- 01:48 PM Feature #8605 (Resolved): mon: add sanity checks on configurables
- 01:40 PM Feature #8231: ceph filestore dump improvements
- 01:36 PM Feature #7515: mon: 'osd crush reweight-subtree <name> <weight>'
- commit:47028874e2403ce54918b3b1d78f2f61dd14251d
- 01:36 PM Feature #7515 (Resolved): mon: 'osd crush reweight-subtree <name> <weight>'
- 01:35 PM Feature #8475: erasure-code: oversized objects when using the Cauchy technique
- 01:35 PM Feature #8475: erasure-code: oversized objects when using the Cauchy technique
- upgrade tests mixed cluster with and without
- 01:31 PM Feature #7792: leveldb 1.12.0 for rhel
- 1.12 is in Fedora, which is what RHEL will be using. Can we close this?
- 01:13 PM Revision 5d7add93 (ceph): Merge pull request #2017 from ceph/wip-8654
- Fix #8654 - OSD.cc: parse LSB data via lsb_release
Reviewed-by: Sage Weil <sage@inktank.com>
Reviewed-by: Loic Dacha... - 01:06 PM Revision 0b3a3987 (ceph): osd/OSD.cc: parse lsb release data via lsb_release
- Use lsb_release tool to be portable since parsing /etc/lsb-release
is not the same between different distributions. T... - 12:54 PM devops Bug #8668 (Can't reproduce): ceph-deploy install on Rhel7 fails.
- Running -- ceph-deploy install vpm017...
- 12:46 PM Bug #8630 (Need More Info): test osd-config.sh ENXIO
- "workaround":https://github.com/ceph/ceph/pull/2024
- 08:37 AM Bug #8630: test osd-config.sh ENXIO
- "failure log (full)":http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-raring-amd64-basic/log.cgi?log=e0f94138...
- 12:43 PM Feature #8307 (Fix Under Review): Creating a pool with erasure code allows me to create invalid e...
- 12:36 PM CephFS Bug #8622: erasure-code: rados command does not enforce alignement constraints
- Needs to be backported along with https://github.com/ceph/ceph/pull/2020 which fixes a bug introduced by the fix :-/
- 11:41 AM Bug #8507 (Resolved): OSD: failing to create PG (when splitting?) in rados/test.sh
- 11:30 AM Documentation #8661 (Resolved): Parameter documentation malformed for rados_write_op_operate and ...
- 08:33 AM Documentation #8661 (Resolved): Parameter documentation malformed for rados_write_op_operate and ...
- The documentation in src/include/rados/librados.h for rados_write_op_operate and rados_aio_write_op_operate uses bad ...
- 11:20 AM Bug #8610 (Duplicate): osd: calc_priors_during doesn't ignore CRUSH_ITEM_NONE
- 11:14 AM Bug #7999 (Fix Under Review): osd: pgs share info that hasn't been persisted
- 11:14 AM Feature #8480 (Fix Under Review): modify scrub to detect/repair obsolete rollback objects
- 11:14 AM Feature #8389 (Fix Under Review): osd: clean up old ec objects more aggressively
- 11:14 AM Bug #8438 (Fix Under Review): erasure code: object are not cleanup
- 11:11 AM Bug #8659 (Resolved): ceph-deploy doesn't write 'name' key to a custom_repo
- Fixed in ceph-deploy master:...
- 11:06 AM Bug #8652 (Resolved): rados rmpool broken
- 10:53 AM Bug #8593 (Pending Backport): mon: down but in osds in health warning calc is wrong
- 10:49 AM Bug #8603 (Pending Backport): ceph-disk should not hide commands that go through subprocess
- 10:39 AM Bug #8519: msgr: deadlock, blocked on SimpleMessenger::lock
- Giving this to Sam, as he didn't like my proposed solution. Downgrading from "Urgent" as we have yet to reproduce thi...
- 10:01 AM Bug #8505 (Resolved): OSD osd/OSD.cc: 6222: FAILED assert(p->second.empty())
- Merged into master as of commit: 25466839589813047c975e44e67e14f34e32139e
- 10:00 AM Bug #8396 (Resolved): osd: message delayed in Session misdirected after split
- Merged into master as of commit: 25466839589813047c975e44e67e14f34e32139e
- 04:51 AM Bug #8660: pg in forever "down+peering" state
- I've resetted "reweight" value for two OSDs to '1' and now
"sudo ceph pg map 14.7" shows:... - 04:38 AM Bug #8660 (Closed): pg in forever "down+peering" state
- On 0.80.1 one PG somehow stuck in "down+peering" state for a very long time (hours).
OSD.4 repeatedly logs
<pre... - 01:45 AM Revision 391d2411 (ceph): Merge pull request #2020 from ceph/wip-fix-rados-tool
- rados.cc: fix pool alignment check
Reviewed-by: Sage Weil <sage@inktank.com> - 01:23 AM Revision d7350a37 (ceph): rados.cc: fix pool alignment check
- Only check pool alignment if io_ctx is initialized.
Introduced in 304b08a23a3db57010078046955a786fe3589ef8
Fixes: #8... - 12:57 AM CephFS Bug #8623: MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual void C_MD...
- Zheng Yan wrote:
> you can try removing that assertion from the source code, than recompile ceph.
Thanks for your...
06/24/2014
- 11:00 PM Revision e5c565d3 (ceph): Merge remote-tracking branch 'origin/next'
- 10:49 PM Revision 4f7e26f2 (ceph): Merge pull request #2005 from ceph/wip-8624
- mon: MDSMonitor: do not allow ec pools to be used for data or metadata
Reviewed-by: Loic Dachary <loic@dachary.org>
... - 10:06 PM Bug #8643: 0.80.1: OSD crash: osd/ECBackend.cc: 529: FAILED assert(pop.data.length() == sinfo.ali...
- Adding remaining logs (can attach only 10 files at once)...
- 09:57 PM Bug #8643: 0.80.1: OSD crash: osd/ECBackend.cc: 529: FAILED assert(pop.data.length() == sinfo.ali...
- Here are detailed logs. This time osd.11 crashed as described. I tried to take affected OSD out and the error just mo...
- 07:20 PM Bug #8659 (Resolved): ceph-deploy doesn't write 'name' key to a custom_repo
- yum likes to have the 'name' field in a repo, but custom_repo does not attempt to set it, even if it gets a keyword. ...
- 07:12 PM Revision d6f30231 (ceph): FileStore: make _clone() copy spill out marker
- Previously we were not doing so, and that resulted in unpredictable loss
of xattrs from the client's perspective.
Si... - 07:12 PM Revision b758fd5f (ceph): FileStore: set XATTR_NO_SPILL_OUT when creating new files.
- Fixes: #8205
Backport: firefly
Signed-off-by: Greg Farnum <greg@inktank.com>
(cherry picked from commit e3b995e1567f... - 06:32 PM CephFS Bug #2825: File lock doesn't work properly
- the file was opened in O_APPEND mode. client needs to ask for file size before each write
- 08:25 AM CephFS Bug #2825: File lock doesn't work properly
- Yeah, please open a new ticket; this one's been closed for a while. :)
- 05:19 PM Revision 77670aea (ceph): thrashers/mapgap.yaml: ignore osd_map_cache_size warning
- Signed-off-by: Samuel Just <sam.just@inktank.com>
- 05:07 PM Revision 3134a320 (ceph): If archive_base is None, use config's
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 04:47 PM Bug #8641: Cache tiering agent cannot flush or evict objects during the benchmark
- David Zafman wrote:
> When I was experimenting with tiering during development, I ran into this issue when the value... - 04:42 PM Bug #8641: Cache tiering agent cannot flush or evict objects during the benchmark
- I have only 128 in that tier1-cache pool. Based on what you are saying, setting target_max_objects to 10 times greate...
- 04:34 PM Bug #8641: Cache tiering agent cannot flush or evict objects during the benchmark
When I was experimenting with tiering during development, I ran into this issue when the value of target_max_object...- 02:05 PM devops Feature #6986 (Closed): Build packages containing RBD and CephFS kernel modules for installation ...
- Superceded by 8120
- 02:04 PM devops Feature #8120: RHEL7 GA kernel build
- Ian hit me up about this. I am working on getting this done today.
- 02:02 PM devops Feature #8120: RHEL7 GA kernel build
- We need to publish the Ceph kernel modules for 7.0 GA on ceph.com
- 01:53 PM devops Feature #8656 (Duplicate): Update Ceph packages in Fedora
- Depedency: http://tracker.ceph.com/issues/8306
Once the ceph/ceph-common split has been made on the ceph.com RPMs,... - 01:49 PM devops Feature #8306: separate ceph.rpm into ceph and ceph-common
- Can you please document in this ticket what the contents of ceph-common are, thanks.
- 12:41 PM Bug #8654: Parsing /etc/lsb-release for OSD metadata is not portable
- Output from lsb_release -a:
$ lsb_release -a
LSB Version: core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:c... - 12:40 PM Bug #8654 (Resolved): Parsing /etc/lsb-release for OSD metadata is not portable
- Using /etc/lsb-release to get information about the distro is not recommended since it's not portable.
Example: ca... - 12:30 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- i am running 3.14.7 at the moment, since there were some bugs with the cephfs kernel client, which forced me to upgra...
- 12:04 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Interestingly, 3.14.4 appears to have some changes to fs/aio.cc.
- 11:55 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Journal and storage are on the the same hard drive. used lvm to create a lv for the Journal and another lv for normal...
- 11:52 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Each journal is on it's own block device? Or on a partition?
- 11:50 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- okay, so i am disabling aio and fiemap. regarding Journal files: i checked again and i am only using block devices as...
- 11:49 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- There probably is a ceph bug in here somewhere, but I think most of your trouble is related to your environment someh...
- 11:48 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- http://tracker.ceph.com/issues/2535 seems to be the reason why fiemap defaults to disabled. You may want to disable ...
- 11:43 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- no, i am not using ceph-deploy, since there was no version for gentoo. so i used the following commands to init new o...
- 11:43 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- I wonder whether the nfs hangs are interfering somehow with the journal aio stuff, you might try disabling aio.
- 11:42 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Are you using journal_force_aio?
- 11:40 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Was it ceph-deploy?
- 11:36 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- most journals are on local block devices /dev/sda -> /dev/vg/ceph-journal, some few are still on files, but also loca...
- 11:14 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Is it true that your inconsistencies are correlated with network congestion which would also cause the nfs root to hang?
- 11:14 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- How did you deploy the cluster originally?
- 11:13 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Possibly? I've never seen a ceph cluster behave anything like this. Are your osd journals on the nfs root?
- 10:35 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- can the pg info and logs be corrupt, even if all pgs are active+clean and a deep-scrub on all osds runs through witho...
- 08:34 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- I think your pg info and logs at some point became badly corrupted for some pgs. I think that is causing the asserts...
- 12:11 PM Fix #8205 (Resolved): FileStore: properly fill in XATTR_NO_SPILL_OUT tag
- in firefly branch now
- 10:49 AM Bug #8646: OSD: assert in share_map() when marked down by an OSDMap
- Steps to reproduce:
Ceph cluster with 8 nodes, 3 osds per node.
While Client Io was going on, run command: ceph... - 10:45 AM Bug #8507 (Pending Backport): OSD: failing to create PG (when splitting?) in rados/test.sh
- 10:25 AM Bug #7891: osd: leaked pg refs on shutdown
- Steps to reproduce:
setup 8 nodes , 3 osds per node.
While Io was going on and cluster was also in rebalancing st... - 10:11 AM Bug #8652: rados rmpool broken
- wip-fix-rados-tool
- 10:09 AM Bug #8652 (Resolved): rados rmpool broken
- It's the pool alignment thing introduced in 304b08a23a3db57010078046955a786fe3589ef8
- 08:32 AM CephFS Bug #8651 (Need More Info): crashing mds in an active-active mds setup
- The MDS got blacklisted, presumably because it got overloaded and stopped heartbeating the monitor or its MDS peers. ...
- 02:15 AM CephFS Bug #8651 (Won't Fix): crashing mds in an active-active mds setup
- 2 active mds, crashing while writing 4 rsync streams to it with cephko
{ "mdsmap": { "epoch": 1428,
"flags"...
06/23/2014
- 11:48 PM Revision 378b5add (ceph): qa/workunit: cephtool: test mds newfs and add_data_pool with ec pools
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 11:48 PM Revision 2b007c25 (ceph): mon: MDSMonitor: print pool name along with id during 'newfs' errors
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 11:29 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- for testing purposes, i installed btrfs on osd.63 to osd.69 since 2014-05-28 and on osd.57 since 2014-05-13. snapshot...
- 04:39 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Have you been running the xfs/btrfs mix the whole time?
- 02:11 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- as you can see from the attached logfile (pg07f1-errors.txt.gz), there was only one assert on the osds which are rela...
- 12:57 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- after the initial bugreport, i repaired all pgs made a deep scrub on all osds, after which all pgs were active+clean,...
- 12:23 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- When did those things happen?
- 11:34 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- - pg 0.7f1 incomplete on [1,66,28]
- determined from logs, that there were missing files from shard 1 and 66 on osd.... - 11:16 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Why was there an rsync? Can you explain the sequence of events?
- 11:13 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- osd.66 and osd.1 (before my rsync from osd.28) had no subdirectory structure. the few files left on these hosts were ...
- 11:09 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- osd 66 has also a bad copy, only osd 28 had the copy containing the corresponding file. osd.66 is btrfs, while osd.28...
- 10:51 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Can you dump the xattrs on that file?
- 10:47 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- shard 66 here is osd 66. You mean that ./DIR_1/DIR_F/DIR_7/DIR_F/100001fa418.000014ed__head_9FDFF7F1__0 exists on os...
- 10:12 PM Revision d6f68132 (ceph): mon: MDSMonitor: do not allow ec pools to be used for data or metadata
- Fixes: #8624
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com> - 10:09 PM Revision 20a1664b (ceph): common: LogClient: output to derr (i.e., dout(-1)) on CLOG_ERROR
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 10:09 PM Revision 98043608 (ceph): mon: Monitor: observe conf changes and report on unsage option values
- Fixes: #8605
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com> - 10:08 PM Revision ec73888f (ceph): mon: Monitor: sanitize options at start
- Make sure some options have sane values.
Fixes: #8605
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com> - 10:07 PM Revision 87f9dbaf (ceph): Give meaningful error when submodules are not checked out
- Signed-off-by: Adam Crume <adamcrume@gmail.com>
- 10:06 PM Revision 58212b12 (ceph): osd: Only normalize extent if op uses extent
- Code in ReplicatedPG was reading and modifying ceph_osd_op.extent,
even though that is a member of a union and only v... - 09:41 PM Revision 4225e2f6 (ceph): osd: remove OSD-specific leveldb options
- OSDs will now rely on 'leveldb_*' config options. We do keep however
leveldb's log enabled for OSDs by passing 'leve... - 09:35 PM Revision 9655c7e8 (ceph): Support installing ceph kernels from gitbuilder on rpm machines.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 09:35 PM Revision 6a741914 (ceph): Remove unused variables and functions.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 09:35 PM Revision b2a5bdf2 (ceph): Added requested comment.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 08:59 PM Revision 52b147c8 (ceph): ceph-mon: override 'leveldb_*' config options for the monitor
- 'leveldb_*' options are currently used both by the monitor and the osd.
However, the monitor has quite different requ... - 08:26 PM Revision bb2ed23d (ceph): erasure-code: verify that rados put enforces alignment
- http://tracker.ceph.com/issues/8622 refs: #8622
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from c... - 08:26 PM Revision dece6506 (ceph): enforce rados put aligment
- Signed-off-by: Lluis Pamies-Juarez <lluis.pamies-juarez@hgst.com>
(cherry picked from commit 304b08a23a3db57010078046... - 06:43 PM CephFS Bug #2825: File lock doesn't work properly
- I've been using 0.80.1 on a vanilla 3.10.33 kernel. I am seeing this issue and can reproduce it reliably using the te...
- 06:28 PM Revision d42d19df (ceph): mon: MonitorDBStore: remove mon-specific leveldb options.
- From this point onward, users should use leveldb's options and add them
to the appropriate config sections of their c... - 06:25 PM Revision 235f4ca6 (ceph): Merge pull request #1998 from ceph/wip-disk-ioprio
- osd: allow io priority for (background) disk threadpool to be set
Backport: firefly, dumpling
Reviewed-by: Samuel Ju... - 06:24 PM Revision 9844885d (ceph): mon: DataHealthService: s/mon_leveldb_size_warn/mon_data_size_warn/
- Make the option name independent from the store mechanism used underneath.
Signed-off-by: Joao Eduardo Luis <joao.lu... - 06:08 PM Revision 66b0b0e6 (ceph): Merge pull request #2015 from ceph/wip-8610
- osd: ignore CRUSH_ITEM_NONE in compat_must_dispatch_immediately
Reviewed-by: Samuel Just <sam.just@inktank.com> - 05:47 PM Revision 57c5d058 (ceph): osd: ignore CRUSH_ITEM_NONE in compat_must_dispatch_immediately
- Signed-off-by: Sage Weil <sage@inktank.com>
- 04:59 PM CephFS Bug #8648: Standby MDS leaks memory over time
- I believe we're leaking CInodes in open_root_inode et al.
- 01:28 PM CephFS Bug #8648 (Resolved): Standby MDS leaks memory over time
- I've discovered in my Ceph cluster that the MDS overtime will leak memory. In my case it usually takes a week two or ...
- 04:55 PM Revision 203318b8 (ceph): osd/OSDMap: do not require ERASURE_CODE feature of clients
- Just because an EC pool exists in the cluster does not mean tha tthe client
has to support the feature:
1) The way c... - 04:55 PM Revision 6340b14b (ceph): osd/OSDMap: make get_features() take an entity type
- Make the helper that returns what features are required of the OSDMap take
an entity type argument, as the required f... - 04:54 PM Revision 400fa88f (ceph): Avoid extra check for clean object
- We needn't to check clean object via buffer state, skip the clean object.
Signed-off-by: Haomai Wang <haomaiwang@gma... - 04:09 PM Revision f3176843 (ceph): Merge pull request #1979 from ceph/wip-backfill-priority
- osd: improve backfill prioritization
Reviewed-by: Samuel Just <sam.just@inktank.com> - 04:08 PM Revision 5708727d (ceph): Merge pull request #1994 from dachary/wip-8599-ruleset-emperor
- mon: pool set <pool> crush_ruleset must not use rule_exists (emperor backport)
Reviewed-by: Sage Weil <sage@inktank.... - 04:03 PM Revision d9073f48 (ceph): osd: allow io priority to be set for the disk_tp
- The disk_tp covers scrubbing, pg deletion, and snap trimming
Signed-off-by: Sage Weil <sage@inktank.com> - 04:01 PM Revision a2b49110 (ceph): common/io_priority: wrap ioprio_set() and gettid()
- Signed-off-by: Sage Weil <sage@inktank.com>
- 04:01 PM Revision 1b874102 (ceph): common/Thread: allow io priority to be set for a Thread
- Ideally, set this before starting the thread. If you set it after, we
could potentially race with create() itself.
... - 04:01 PM Revision dd6badcb (ceph): common/WorkQueue: allow io priority to be set for wq
- Signed-off-by: Sage Weil <sage@inktank.com>
- 03:56 PM Revision c3393434 (ceph): Merge remote-tracking branch 'gh/wip-misc-fixes'
- Conflicts:
src/mon/Monitor.cc
Reviewed-by: Sage Weil <sage@inktank.com>
Reviewed-by: Loic Dachary <loic@dachary.org> - 03:24 PM Bug #8641: Cache tiering agent cannot flush or evict objects during the benchmark
- Samuel Just wrote:
> How did you initially set target_max_objects, please provide more detail.
The attachment is ... - 10:39 AM Bug #8641 (Need More Info): Cache tiering agent cannot flush or evict objects during the benchmark
- How did you initially set target_max_objects, please provide more detail.
- 03:15 PM Revision b24ee497 (ceph): Merge pull request #2009 from kevincox/election-int
- Use sized integer.
Reviewed-by: Sage Weil <sage@inktank.com> - 03:09 PM Revision 0b78592a (ceph): Merge pull request #272 from ceph/release
- Create a python package for teuthology
- 01:24 PM CephFS Bug #8622 (Pending Backport): erasure-code: rados command does not enforce alignement constraints
- Loic - this needs to be backported to Firefly.
- 01:07 PM Bug #8643: 0.80.1: OSD crash: osd/ECBackend.cc: 529: FAILED assert(pop.data.length() == sinfo.ali...
- It is still necessary.
- 12:24 PM Bug #8643: 0.80.1: OSD crash: osd/ECBackend.cc: 529: FAILED assert(pop.data.length() == sinfo.ali...
- Here is the first log from affected OSD with increased verbosity, captured since start to crash.
Attaching logs from... - 10:36 AM Bug #8643 (Need More Info): 0.80.1: OSD crash: osd/ECBackend.cc: 529: FAILED assert(pop.data.leng...
- Please reproduce with
debug osd = 20
debug filestore = 20
debug ms = 1
on all osds and attach those logs. - 11:44 AM Bug #8614: OSD keyring shifted
- My cluster is down right now, please help.
2014-06-23 11:42:25.117964 7fc0d4cf3700 1 mon.gfsnode5@0(leader).paxos... - 11:14 AM Bug #8610 (Pending Backport): osd: calc_priors_during doesn't ignore CRUSH_ITEM_NONE
- 11:09 AM Bug #8646 (Resolved): OSD: assert in share_map() when marked down by an OSDMap
- ...
- 10:15 AM Bug #8593 (Fix Under Review): mon: down but in osds in health warning calc is wrong
- 10:15 AM Bug #8556 (Resolved): CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- 09:20 AM Revision 8700aa0e (ceph): test/libradosstriper/striping.cc: fix potential memory leak
- Fix for:
[src/test/libradosstriper/striping.cc:138]: (error) Allocation with
getObjName, stat doesn't release it
Si... - 08:50 AM Revision 2a8c1e22 (ceph): MDCache.cc: init 'umaster::ls' with NULL in contructor
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 08:23 AM Revision da03e9eb (ceph): MDCache.h: init 'umaster::safe' in constructor
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 08:17 AM Revision 2210ee3c (ceph): test/objectstore/store_test.cc: prefer ++operators for iterators
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 07:57 AM Revision cd123947 (ceph): Merge pull request #2011 from dachary/wip-osd-bench
- osd: tests for osd bench
Reviewed-by: Huang Jun <hjwsm1989@gmail.com> - 07:10 AM Revision 3e93d4a1 (ceph): osd: tests for osd bench
- Check that the safeguards against timeouts work as expected and that the
default hardcoded values are valid.
Signed-... - 07:05 AM Bug #7593: Disk saturation during PG folder splitting
- Guang Yang wrote:
> Sage Weil wrote:
> > At a high level, sure, if you know ahead of time how many objects per PG y... - 04:43 AM Bug #8644 (Rejected): 624ae21833 breaks ceph-disk
- git bisect shows 624ae21833 breaks ceph-disk
Seems it tries to create partition one, which has already been create... - 04:15 AM rbd Bug #5876: Assertion failure in rbd_img_obj_callback() : rbd_assert(which >= img_request->next_co...
- sean redmond wrote:
> Ilya Dryomov wrote:
> > Just in case, the fix you are running with is now in 3.14. However w... - 04:05 AM rbd Bug #5876: Assertion failure in rbd_img_obj_callback() : rbd_assert(which >= img_request->next_co...
- Ilya Dryomov wrote:
> Just in case, the fix you are running with is now in 3.14. However we
> are still working on... - 03:27 AM rbd Bug #5876: Assertion failure in rbd_img_obj_callback() : rbd_assert(which >= img_request->next_co...
- Olivier Bonvalet wrote:
> I haven't got this problem anymore, it seems really stable for me now. Thanks !
>
> I t... - 12:24 AM Bug #8642: After Upgrade from Emperor to Firefly osd start (seemingly randomly) crashing
- Almost no crashes, as i suspected. I had one osd going down, but I could find no crash in the logs.
But now my sys...
06/22/2014
- 10:49 PM Bug #8642: After Upgrade from Emperor to Firefly osd start (seemingly randomly) crashing
- The crashes seem recovery related. Things have calmed down very much as recovery settled down/stopped. We had a crash...
- 10:02 AM Bug #8642 (Need More Info): After Upgrade from Emperor to Firefly osd start (seemingly randomly) ...
- Can you attach a longer segment of the log file that includes the backtrace and failed assertion?
Also, if you can... - 09:45 PM Bug #3286: librbd, kvm, async io hang
- I met the same problem.
Fio hangs in a linux-3.15.0 when using direct and sync.
ceph version :0.80.1(release) - 04:07 PM Bug #8643 (Closed): 0.80.1: OSD crash: osd/ECBackend.cc: 529: FAILED assert(pop.data.length() == ...
- OSD (0.80.1) crashed and became unusable ever since due to similar crash soon after restart:...
- 12:01 PM Feature #8605 (In Progress): mon: add sanity checks on configurables
- also, making this twofold:
- monitors spit out warnings if in-memory config options do not pass the sanity checks.
... - 10:01 AM Support #8462: related to integrity of objects
- These questions are all specifically related to rgw, right?
06/21/2014
- 03:06 PM Revision 791a6b95 (ceph): Merge pull request #1974 from hjwsm1989/osd-bench
- Fix EINVAL err when use "ceph tell osd.* bench"
Reviewed-by: Loic Dachary <loic@dachary.org> - 03:18 AM Bug #8642 (Duplicate): After Upgrade from Emperor to Firefly osd start (seemingly randomly) crashing
- I upgraded our ceph cluster from Emperor to Firefly today. After the upgrade I changed "tunables to optimal" and chan...
- 02:13 AM Bug #8641 (Can't reproduce): Cache tiering agent cannot flush or evict objects during the benchmark
- I set target_max_objects to 1000, but it does not evict objects during creation of workload. It does not even start a...
06/20/2014
- 08:53 PM Revision 74be320a (ceph): Use sized integer.
- Signed-off-by: Kevin Cox <kevincox@kevincox.ca>
- 06:43 PM Revision 82d3a3dc (ceph): smoke-tests -> smoke
- Signed-off-by: Sage Weil <sage@redhat.com>
- 06:42 PM Revision 28a2253a (ceph): smoke: remove old smoke suite
- Signed-off-by: Sage Weil <sage@redhat.com>
- 06:06 PM Revision a312f9af (ceph): Update setup.py
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 05:45 PM Revision 31eefebd (ceph): Merge pull request #1961 from ceph/wip-6703
- support dmcrypt partitions when activating
Reviewed-by: Loic Dachary <loic@dachary.org> - 05:15 PM Revision 4ca12b40 (ceph): common/WorkQueue: allow io priority to be set for wq
- Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 5e4b3b1f1cb870f39fc7cfb3adeae93e078d9057)
Con... - 05:15 PM Revision c9b3067f (ceph): common/Thread: allow io priority to be set for a Thread
- Ideally, set this before starting the thread. If you set it after, we
could potentially race with create() itself.
... - 05:15 PM Revision 0796057f (ceph): common/io_priority: wrap ioprio_set() and gettid()
- Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 705713564bebd84ad31cc91698311cf2fbd51a48)
Con... - 05:10 PM Revision c46fe8e9 (ceph): osd: introduce simple sleep during scrub
- This option is similar to osd_snap_trim_sleep: simply inject an optional
sleep in the thread that is doing scrub work... - 05:05 PM Revision 2cb19172 (ceph): Merge pull request #2007 from GRyall/master
- doc: Fixed Typo in pools documentation - replaced '-' with '_' in eg
Reviewed-by: John Wilkins john.wilkins@inktank.com - 04:54 PM Revision 66a5f3b9 (ceph): doc: Fixed Typo in pools documentation - replaced '-' with '_' in examp...
- 03:39 PM Revision 5cd50a42 (ceph): Allow killing jobs by passing a 'jobspec'.
- See teuthology-kill --help
Signed-off-by: Zack Cerza <zack.cerza@inktank.com> - 03:14 PM Revision e189a668 (ceph): log the command that is being run with subprocess
- Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
- 11:12 AM Feature #8639 (Resolved): mon: dispatch messages while blocked waiting for IO
- There's a blueprint for this at https://wiki.ceph.com/Planning/Blueprints/Submissions/mon%3A_dispatch_messages_while_...
- 11:11 AM RADOS Tasks #8638 (New): mon: test rocksdb performance
- Test how the monitors behave with rocksdb compared to leveldb.
- 11:10 AM Tasks #8637 (New): leveldb: initial inquiries on how we can improve leveldb
- Go into leveldb and check how and where we can improve leveldb to behave better under our workload.
- 10:49 AM CephFS Feature #8636 (Resolved): mds/libcephfs: read only mount
- 10:42 AM Feature #8635 (Resolved): add scrub, snap trimming, should be items in the OpWQ with cost/priority
- 10:42 AM CephFS Feature #8634 (Resolved): mds: admin commands list, evict, etc session
- 10:38 AM Feature #8633: allow writes before recovering a replica
- should respect min_size
- 10:31 AM Feature #8633 (Duplicate): allow writes before recovering a replica
- 10:33 AM CephFS Feature #7352 (Resolved): mds: make classes encode/decode-able
- 10:14 AM Bug #8603 (Fix Under Review): ceph-disk should not hide commands that go through subprocess
- Pull request opened: https://github.com/ceph/ceph/pull/2006
- 10:12 AM rgw Bug #8632 (Resolved): rgw: bucket listing with delimiter doesn't scale well
- 08:35 AM CephFS Bug #8624 (Fix Under Review): monitor: disallow specifying an EC pool as a data or metadata pool
- https://github.com/ceph/ceph/pull/2005
- 06:53 AM CephFS Bug #8624 (In Progress): monitor: disallow specifying an EC pool as a data or metadata pool
- 08:26 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- there were more and more inconsistencies with missing files and i am unsure how to repair them. for example there wer...
- 08:23 AM Revision 41c536f9 (ceph): mailmap: Dominik Hannen affiliation
- and name normalization
Signed-off-by: Loic Dachary <loic@dachary.org> - 08:23 AM Revision a58fbf79 (ceph): mailmap: Colin Mattson affliation
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 08:23 AM Revision 1cdea987 (ceph): mailmap: Walter Huf name normalization
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 08:23 AM Revision efefbfd1 (ceph): mailmap: koleosfuscus affiliation
- Patrick McGarry, Sage Weil and Loic Dachary know who this nickname
belongs to
Signed-off-by: Loic Dachary <loic@dach... - 08:23 AM Revision 78cbac43 (ceph): mailmap: Dmitry Smirnov name normalization
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 08:23 AM Revision 2eddee73 (ceph): mailmap: Sylvain Munaut affiliation
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 08:23 AM Revision 43442953 (ceph): mailmap: Sushma Gurram affiliation
- and name normalization
Signed-off-by: Loic Dachary <loic@dachary.org> - 08:23 AM Revision 06734f19 (ceph): mailmap: Stephen F Taylor affiliation
- and name normalization
Signed-off-by: Loic Dachary <loic@dachary.org> - 08:23 AM Revision 009f01dc (ceph): mailmap: Sahid Orentino Ferdjaoui name normalization
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 08:23 AM Revision 4222f29e (ceph): mailmap: Wei Luo affiliation
- and name normalization
Reviewed-by: Wei Luo <luowei@yahoo-inc.com>
Signed-off-by: Loic Dachary <loic@dachary.org> - 08:23 AM Revision 3716f588 (ceph): mailmap: Lluis Pamies-Juarez affiliation
- and name normalization
Signed-off-by: Loic Dachary <loic@dachary.org> - 08:23 AM Revision 1f96cb72 (ceph): mailmap: Harpreet Dhillon affiliation
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 08:22 AM Revision 22c028d0 (ceph): mailmap: Red Hat acquires InkTank
- Reviewed-by: Sage Weil <sage@inktank.com>
Signed-off-by: Loic Dachary <loic@dachary.org> - 08:21 AM Revision c2701723 (ceph): mailmap: Sebastien Ponce affiliation
- Reviewed-by: Sebastien Ponce <sebastien.ponce@cern.ch>
Signed-off-by: Loic Dachary <loic@dachary.org> - 07:57 AM devops Bug #7598: ceph-disk-activate error with ceph-deploy
- You cannot activate a device without calling prepare first. So if you are encountering an issue when activating witho...
- 07:52 AM Revision 39a4b781 (ceph): mon: test that pools used in tiers cannot be removed
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 07:49 AM Revision 2c8ff50f (ceph): Merge pull request #1997 from ceph/wip-tiermsg
- mon: name instead of id in "has tiers" message
Reviewed-by: Loic Dachary <loic@dachary.org> - 07:06 AM rgw Bug #7499 (Resolved): rgw: bucket unlink / link isn't working
- Fixed, commit:008663aac8b49be669c4694e97a7d4d6219572a1
- 02:17 AM rbd Bug #5876 (Resolved): Assertion failure in rbd_img_obj_callback() : rbd_assert(which >= img_reque...
- Should be fixed by commit 0f2d5be792b0 ("rbd: use reference counts for image requests"), which went into 3.16-rc1.
- 02:17 AM rbd Bug #8378 (Resolved): krbd: Kernel oops in rbd_img_obj_callback
- Should be fixed by commit 0f2d5be792b0 ("rbd: use reference counts for image requests"), which went into 3.16-rc1.
- 02:17 AM rbd Bug #7125 (Resolved): Assertion failure in rbd_img_obj_callback()
- Should be fixed by commit 0f2d5be792b0 ("rbd: use reference counts for image requests"), which went into 3.16-rc1.
- 02:14 AM Bug #8630: test osd-config.sh ENXIO
- tried to...
- 12:07 AM Bug #8630: test osd-config.sh ENXIO
- The problem did not show when run again, it is a race condition.
- 02:08 AM rbd Bug #6628 (Fix Under Review): krbd: BUG during ceph_osdc_stop() sometimes when rbd_add() fails
- wip-remove-osd-6628
- 12:52 AM Bug #8588: In the erasure-coded pool, primary OSD will crash at decoding if any data chunk's size...
- Hi Greg,
Sorry for the late reply.
We were just trying to simulate some potential disk error here, so we artif...
06/19/2014
- 11:32 PM Bug #8630 (Resolved): test osd-config.sh ENXIO
- "gitbuilder on raring":http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-raring-amd64-basic/log.cgi?log=97772c...
- 09:25 PM Revision 09d02abe (ceph): Revert "rados: Fix cache_flush, cache_try_flush, cache_evict and add hi...
- cache_evict is kinda broken at the moment due to snapdir nonsense. I'm reverting this
test for now until it's fixed ... - 06:11 PM Revision fc772d73 (ceph): Add a couple tests for teuthology.schedule
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 05:39 PM Revision 363496ad (ceph): osd: use appropriate json types instead of stream when dumping info
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 05:39 PM Revision 1de9071d (ceph): osd/osd_types.cc: dump correct pg_log_entry_t member variable
- We were dumping 'version' twice: for 'version' and 'prior_version'. We
do have a member variable called 'prior_versi... - 05:16 PM Revision 97772c2f (ceph): mon: name instead of id in "has tiers" message
- Instead of "Pool foo has tiers 1 2" print
"Pool foo has tiers bar baz".
Signed-off-by: John Spray <jspray@redhat.com> - 04:06 PM Revision 34ba8faf (ceph): Merge pull request #1988 from dachary/wip-warnings
- test: fix -Wsign-compare warnings
Reviewed-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com> - 03:53 PM Revision 4d5469ac (ceph): osd: ECMsgTypes: dump json bools instead of strings
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 03:52 PM Revision 3f0ea951 (ceph): osd: have 'tid' dumped as a json unsigned int where appropriate
- Most of the places dumping it would dump it as a string. Others as an int.
Just a couple would dump it as an unsigned... - 03:41 PM Revision 708776cc (ceph): Merge pull request #1993 from dachary/fix_ut
- autotools: avoid check_SCRIPTS duplication
Reviewed-by: Wei Luo <luowei@yahoo-inc.com> - 03:31 PM Revision debaf615 (ceph): mon: dump 'epoch' as json unsigned instead of int
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 03:05 PM Revision 1a120e98 (ceph): mon: PGMonitor: dump 'epoch' as json int instead of string
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 02:59 PM Revision 317cf95f (ceph): mon: OSDMonitor: dump 'up' as json array instead of string
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 02:56 PM Revision b7ff3933 (ceph): mon: OSDMonitor: dump 'acting' as json array instead of string
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 02:28 PM Bug #8629 (Resolved): cache_evict needs to prevent make_writeable from creating a snapdir
- 01:10 PM Revision 78f94a90 (ceph): mailmap: Ailing Zhang affiliation
- and name normalization
Signed-off-by: Loic Dachary <loic@dachary.org> - 12:32 PM Revision f9eb77b1 (ceph): Merge pull request #1995 from sjahl/master
- doc: Fixed an incorrect flag in radosgw admin docs.
- 12:02 PM Bug #8628: Bad ceph_osd_op.extent union access in ReplicatedPG::do_osd_ops
- Now I understand better. It will require someone more familiar with the code than I am to figure this one out.
- 11:58 AM Bug #8628: Bad ceph_osd_op.extent union access in ReplicatedPG::do_osd_ops
- No, I was adding tracepoints to the function and saw the bug.
- 11:52 AM Bug #8628: Bad ceph_osd_op.extent union access in ReplicatedPG::do_osd_ops
- Did you run into a problem related to this ?
- 11:24 AM Bug #8628: Bad ceph_osd_op.extent union access in ReplicatedPG::do_osd_ops
- I don't think it can be done reliably through the API. It might be possible by sending a specially crafted message t...
- 10:00 AM Bug #8628: Bad ceph_osd_op.extent union access in ReplicatedPG::do_osd_ops
- Would it be possible to create these conditions using the API ? It cannot be unit tested, unfortunately. But it may b...
- 09:13 AM Bug #8628 (Resolved): Bad ceph_osd_op.extent union access in ReplicatedPG::do_osd_ops
- ReplicatedPG::do_osd_ops reads and modifies ceph_osd_op.extent regardless of the operation, and therefore regardless ...
- 11:44 AM Revision d2e852e2 (ceph): doc: Fixed an incorrect flag in radosgw admin docs.
- Example use a "--gen-key" flag, which doesn't exist. Changed it to
"--gen-access-key".
Signed-off-by: Stephen Jahl <... - 11:11 AM Bug #8606 (Closed): JSON output normalization for "num_in_osds"
- This has been fixed in 790dda9c, which is went go out with 0.77. Current version does not suffer from this.
- 09:19 AM Revision 3138f2a9 (ceph): mon: pool set <pool> crush_ruleset must not use rule_exists
- Implement CrushWrapper::ruleset_exists that iterates over the existing
rulesets to find the one matching the ruleset ... - 07:54 AM Revision 741ad3ff (ceph): autotools: avoid check_SCRIPTS duplication
- The check_SCRIPTS content must be added to EXTRA_DIST, otherwise it will
not be included by make dist and it won't be... - 07:38 AM Revision c3678ad8 (ceph): Merge pull request #1992 from luowei62/fix_ut
- Fix dist package run unit test failed.
Reviewed-by: Loic Dachary <loic@dachary.org> - 06:13 AM Revision 5fee8078 (ceph): Merge pull request #1989 from dachary/wip-8622-rados-alignment
- tests: prevent gitbuilder trigger in test-erasure-code.sh
Reviewed-by: Lluis Pamies-Juarez <lluis@pamies.cat> - 04:27 AM Feature #8071: erasure-code: simplify jerasure initialization
- "tests queued":http://pulpito.ceph.com/loic-2014-06-19_13:26:46-rados-wip-8071-testing-basic-plana/
no clue why qu... - 04:00 AM Revision c0d78c62 (ceph): Fix dist package run unit test failed.
- Signed-off-by: Wei Luo <luowei@yahoo-inc.com>
06/18/2014
- 10:09 PM Revision b3ace76d (ceph): tests: prevent gitbuilder trigger in test-erasure-code.sh
- Use the INFO keywork instead of WARNING so that gitbuilder does not
confuse this with a warning worth fixing.
Signed... - 10:02 PM Revision 3a9c0fcd (ceph): test: fix -Wsign-compare warnings
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 09:21 PM Revision 15f03388 (ceph): Merge pull request #1987 from dachary/wip-8622-rados-alignment
- erasure-code: verify that rados put enforces alignment
Reviewed-by: Lluis Pamies-Juarez <lluis@pamies.cat> - 09:13 PM Revision b46c4056 (ceph): erasure-code: verify that rados put enforces alignment
- http://tracker.ceph.com/issues/8622 refs: #8622
Signed-off-by: Loic Dachary <loic@dachary.org> - 09:12 PM Revision 65005572 (ceph): Merge pull request #1983 from dachary/wip-osd-config
- tests: remove spurious and harmless find command
Reviewed-by: Florent Flament <florent.flament@cloudwatt.com> - 09:01 PM Revision 7182b455 (ceph): Merge pull request #1984 from llpamies/wip-8622
- enforce rados put aligment
Reviewed-by: Loic Dachary <loic@dachary.org> - 06:32 PM Revision 6aa3440d (ceph): Merge pull request #1943 from athanatos/wip-8507
- Wip 8507
Reviewed-by: Sage Weil <sage@inktank.com> - 06:16 PM Revision e6466aa9 (ceph): Merge pull request #1986 from ceph/wip-scrub-sleep
- osd: introduce simple sleep during scrub
Reviewed-by: Samuel Just <sam.just@inktank.com> - 06:09 PM Revision 48ed75b8 (ceph): Merge pull request #1985 from concubidated/master
- ReplicatedPG: Fix 'ajusted' typo
Reviewed-by: Sage Weil <sage@inktank.com> - 05:56 PM Revision c35ceef5 (ceph): ReplicatedPG: 'ajusted' typo
- Signed-off-by: <Tyler Brekke> tyler.brekke@inktank.com
- 05:26 PM Revision de2c085c (ceph): rgw-admin: Fix the 'show log' command
- Fixes: #8553
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
Signed-off-by: Sylvain Munaut <s.munaut@whatever-company... - 05:00 PM Revision 304b08a2 (ceph): enforce rados put aligment
- Signed-off-by: Lluis Pamies-Juarez <lluis.pamies-juarez@hgst.com>
- 04:34 PM Feature #8307: Creating a pool with erasure code allows me to create invalid ec profile names.
- "pending backport":https://github.com/ceph/ceph/pull/1991
- 03:49 PM Bug #8601 (Fix Under Review): erasure-code: default profile does not exist after upgrade
- "need review":https://github.com/ceph/ceph/pull/1990
- 02:08 PM CephFS Bug #8622: erasure-code: rados command does not enforce alignement constraints
- Would you have time to review / try this : https://github.com/ceph/ceph/pull/1987 ?
- 02:05 PM CephFS Bug #8622 (Resolved): erasure-code: rados command does not enforce alignement constraints
- This is fine, great work :-)
- 10:01 AM CephFS Bug #8622: erasure-code: rados command does not enforce alignement constraints
- Loic,
I had some problems squashing the commits and I created a new pull request:
https://github.com/ceph/ceph/pu... - 09:20 AM CephFS Bug #8622 (In Progress): erasure-code: rados command does not enforce alignement constraints
- 01:58 PM Revision 8d9201fd (ceph): tests: remove spurious and harmless find command
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 11:28 AM Revision 3ad451ef (ceph): Make <poolname> in "ceph osd tier --help" clearer.
- The ceph osd tier --help info on the left always says <poolname>.
It is unclear which one to put <tierpool> on the ri... - 10:30 AM rgw Bug #8553 (Resolved): rgw: log show broken
- Merged, commit:de2c085c0f53c1d06acc8a968666006624f939ad
- 10:17 AM rgw Bug #8585 (Resolved): rgw suite failures on master
- Merged, commit:b2542f8e880e45bb6d052f13eb3ef6a7c61e4cd4
- 09:13 AM Feature #8580 (In Progress): Decrease disk thread's IO priority and/or make it configurable
- 08:02 AM Bug #8625 (Resolved): EC pool - OSD creates an empty file for op with 'create 0~0, writefull 0~xx...
- When we tested radosgw against EC pool, we found that for the head strip written from radosgw, it always create two p...
- 02:16 AM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- Yes that worked on 3.14.1 kernel on Ubuntu 14.04 (mix of 32, 64 bit and wifi and ethernet). Great work on CephFS and ...
- 12:02 AM CephFS Bug #8623: MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual void C_MD...
- Zheng Yan wrote:
> you can try removing that assertion from the source code, than recompile ceph.
Thanks for the ...
06/17/2014
- 11:58 PM CephFS Bug #8623: MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual void C_MD...
- you can try removing that assertion from the source code, than recompile ceph.
- 11:44 PM CephFS Bug #8623 (Won't Fix): MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtu...
- 11:28 PM CephFS Bug #8623 (New): MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual voi...
- So the only way to use CephFS on EC pool is to stack CephFS on cache pool on top of EC pool? Will it work?
I got m... - 11:01 PM CephFS Bug #8623 (Won't Fix): MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtu...
- Yeah, EC pools need to be used underneath a cache pool (limited validation) or for RGW storage. CephFS definitely won...
- 09:16 PM CephFS Bug #8623: MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual void C_MD...
- I think EC pool does not support block storage either, because it does not support seeky write.
- 07:44 PM CephFS Bug #8623: MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual void C_MD...
- Zheng Yan wrote:
> EC pool does not support truncate operation. One option is make MDS return (Operation not support... - 07:14 PM CephFS Bug #8623: MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual void C_MD...
- EC pool does not support truncate operation. One option is make MDS return (Operation not supported) when client want...
- 06:52 PM CephFS Bug #8623: MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual void C_MD...
- Thanks for quick reply.
Zheng Yan wrote:
> osd_op_reply(169108 100000cfe98.00000000 [trimtrunc 2@0] v0'0 uv0 ondi... - 06:32 PM CephFS Bug #8623: MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtual void C_MD...
- osd_op_reply(169108 100000cfe98.00000000 [trimtrunc 2@0] v0'0 uv0 ondisk = -95 ((95) Operation not supported))
Thi... - 06:17 PM CephFS Bug #8623 (Won't Fix): MDS crashes (unable to access CephFS) / mds/MDCache.cc: In function 'virtu...
- All of a sudden I found all three MDS servers down and not starting (crashing):...
- 11:00 PM CephFS Bug #8624 (Resolved): monitor: disallow specifying an EC pool as a data or metadata pool
- Apparently you can, and things go horribly wrong when the MDS or clients try to write to it.
- 09:47 PM Revision 4afffb4a (ceph): osd: fix filestore perf stats update
- Update the struct we are about to send, not the (unlocked!) one we will
send the next time around.
Backport: firefly... - 09:47 PM Revision cdca7b71 (ceph): osd: move osd_stat into OSDService
- Signed-off-by: Sage Weil <sage@inktank.com>
- 09:35 PM Revision d20da8de (ceph): osd: add osd_min_recovery_priority tunable
- Add a tunable to control the minimum priority recovery item that we will
grant a reservation for. The priority is lo... - 09:35 PM Revision 0985ae71 (ceph): osd: prioritize backfill based on *how* degraded
- Instead of prioritizing all degraded PGs equally, prioritize those that
have the fewest acting members (the most degr... - 09:35 PM Revision b65ceb68 (ceph): common/AsyncReserver: add a min_priority knob
- To do reserve items that are < the min priority. Default to 0.
Signed-off-by: Sage Weil <sage@inktank.com> - 07:56 PM Revision 0e7a9792 (ceph): osd: fix word sizes in MBackfillReserve
- Fix these fields to 32 bits.
Signed-off-by: Sage Weil <sage@inktank.com> - 06:27 PM CephFS Bug #8622: erasure-code: rados command does not enforce alignement constraints
- I created a pull request for the second option.
https://github.com/ceph/ceph/pull/1981/
- 05:43 PM CephFS Bug #8622: erasure-code: rados command does not enforce alignement constraints
- After some debugging it seems to me that the problem is that rados client reads ands sends data in chunks of size (1<...
- 03:55 PM CephFS Bug #8622 (Resolved): erasure-code: rados command does not enforce alignement constraints
- Original title for the record : "EC pool fails for certain (k,m) combinations for >4MB objs"
Steps to reproduce th... - 05:47 PM Revision c4e8451c (ceph): osd: introduce simple sleep during scrub
- This option is similar to osd_snap_trim_sleep: simply inject an optional
sleep in the thread that is doing scrub work... - 05:39 PM Revision af503402 (ceph): Merge pull request #1968 from ceph/wip-ceph-isatty
- ceph: output prompt only if stdin is tty
Reviewed-by: Sage Weil <sage@inktank.com> - 04:27 PM Revision 7b580a2f (ceph): mon: Monitor: complex code deduplication algorithm applied to tick()
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 04:21 PM Revision 0ed1fe64 (ceph): mon: Monitor: rework tick() so we don't calculate the same thing over a...
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 01:06 PM Revision ef8a1281 (ceph): support dmcrypt partitions when activating
- Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
- 06:51 AM CephFS Fix #7564 (Duplicate): synchronize MDS and client times in a way that makes pjd happy even under ...
- 06:49 AM CephFS Feature #3727 (Resolved): mds: refactor EMetablob encoding paths
- 06:49 AM CephFS Feature #8386 (Resolved): mds: use client (instead of mds) ctime/mtime
- 05:20 AM CephFS Bug #8575 (Rejected): linux kernel: possible circular locking dependency detected
- 05:12 AM Revision 7dc93a96 (ceph): Fix EINVAL err when use "ceph tell osd.* bench"
- Signed-off-by: huangjun <hjwsm1989@gmail.com>
- 05:06 AM rgw Bug #8553: rgw: log show broken
- In case you haven't traced this already, I have had this patch in my local tree for some time and forgot to post it.
- 04:58 AM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- I thing I found the buggy code, but it has been changed in 3.14 kernel. please try 3.14 kernel or the attached patch.
- 01:28 AM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- Kernel is 3.13.0. Happens with 32 or 64 bit. Here's part of the log from just before the error (last line has the err...
- 04:09 AM rgw Bug #8621: civetweb frontend fails authentication if URL has special chars
- The problem is that civetweb only give the url-decoded URI in the @struct mg_request_info@. I don't see how you can g...
- 02:31 AM rgw Bug #8621 (Resolved): civetweb frontend fails authentication if URL has special chars
- For example trying to initiate a multipart to a 'test:multi' key.
Logs from an attempt through fast cgi :... - 12:01 AM Revision 55a97787 (ceph): mon/OSDMonitor: make down osd count sensible
- We currently log something like
1/10 in osds are down
in the health warning when there are down OSDs, but this is ... - 12:01 AM Revision 98883f63 (ceph): mon: fix typos, punctuation for mon disk space warning(s)
- Backport: firefly
Signed-off-by: Sage Weil <sage@inktank.com> - 12:01 AM Revision 82e47db8 (ceph): mon: refactor check_health()
- Refactor the get_health() methods to always take both a summary and detail.
Eliminate the return value and pull that ... - 12:01 AM Revision 3ed7f2dd (ceph): mon: ensure HealthService warning(s) include a summary
- The low disk space check would change our status to HEALTH_WARN and include
a detail message, but no summary. We nee...
06/16/2014
- 10:58 PM Bug #8620 (Won't Fix): rest/test.py occasional failure (dumpling)
- (i suspect this affects master, too?)
ubuntu@teuthology:/a/teuthology-2014-06-16_19:00:48-rados-dumpling-testing-b... - 10:08 PM Revision ab12a036 (ceph): Merge pull request #1947 from ceph/wip-import-purge
- Wip import purge
Reviewed-by: Greg Farnum <greg@inktank.com> - 09:52 PM Bug #8589: scrub error with leveldb backend
- Maybe we hint it(http://tracker.ceph.com/issues/8612)
- 08:09 PM Revision 5146cb06 (ceph): Merge pull request #1971 from ceph/wip-ec-hitset
- ceph_test_rados_api_tier: disable LibRadosTierECPP::HitSetWrite
Reviewed-by: Loic Dachary <loic@dachary.org> - 08:04 PM Revision 9cc1a758 (ceph): Merge pull request #1970 from dachary/wip-erasure-code-profile-default
- Revert "erasure-code: create default profile if necessary"
- 08:01 PM Bug #8582 (Need More Info): Cluster very slow after upgrade to 80.1
- 09:37 AM Bug #8582: Cluster very slow after upgrade to 80.1
- Can you look at something like iostat or iotop to see if the disks are busy or not? Are the ceph-osd procs using a l...
- 07:57 PM Revision c5b5ed67 (ceph): ceph_test_rados_api_tier: disable LibRadosTierECPP::HitSetWrite
- Disable this test until hitget-get reliably works on EC pools (currently
it does not, and this test usually passes on... - 07:41 PM Revision 0bb0095b (ceph): Revert "erasure-code: create default profile if necessary"
- This reverts commit 360de6adf24ef9a1287d169416d5e9bbb72afbec.
Conflicts:
src/mon/OSDMonitor.cc - 07:28 PM Revision 1c724651 (ceph): osd: verify osd config sanity checks
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 07:28 PM Revision f53bed1b (ceph): mon/OSDMonitor: fix build error
- This broke with 360de6adf24ef9a1287d169416d5e9bbb72afbec.
Signed-off-by: Sage Weil <sage@inktank.com> - 07:14 PM devops Bug #8616 (Closed): after deploying ceph while testing calamari, rados operation hangs.
- After deploying ceph while testing the ICE installation process, I ran the following:
sudo rados -p data put myobj... - 06:56 PM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- can you enable debugging mode (echo module ceph +p > /sys/kernel/debug/dynamic_debug/control) on cephfs. I suspect th...
- 06:21 PM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- which version of kernel ?
- 02:32 PM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- With a single cephfs client machine, I had no problems.
With two client machines, my tests failed again (missed read... - 11:57 AM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- Yes - I have two ceph-osd machines and 4 cephfs client machines, all running Ubuntu 14.04 and the Ceph versions from ...
- 08:15 AM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- Are all of the running ceph-osd daemons 0.80? Is the client cephfs or rbd?
- 12:58 AM Bug #7371: libceph: tid 36856 reply has 196608 bytes we had only 147456 bytes ready
- I'm seeing this on Ubuntu 14.04 (Ceph 0.80).
- 05:16 PM Revision 84948517 (ceph): Merge pull request #1951 from sahid/ut-lru
- Adds tests to include/lru.h + fixes small issues
Reviewed-by: Loic Dachary <loic@dachary.org>
Reviewed-by: Sage Weil... - 04:35 PM Revision a0689ecc (ceph): Merge pull request #1954 from dachary/wip-8307-erasure-code-profile-imp...
- erasure code profile implicit creation
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com> - 04:30 PM Revision e0315268 (ceph): Merge pull request #1964 from ceph/wip-osd-configs
- osd: add sanity check/warning on a few key configs
Reviewed-by: Loic Dachary <loic@dachary.org> - 04:29 PM Revision 11ce9119 (ceph): Merge pull request #1966 from dachary/wip-erasure-code-profile-default
- DNM: erasure-code: create default profile if necessary
Reviewed-by: Sage Weil <sage@inktank.com> - 04:27 PM Revision 3cf01a0e (ceph): Merge pull request #1963 from dachary/wip-8599-ruleset-dumpling
- mon: pool set <pool> crush_ruleset must not use rule_exists (dumpling)
Reviewed-by: Sage Weil <sage@inktank.com> - 04:25 PM Revision f290a021 (ceph): Merge pull request #1962 from dachary/wip-8599-ruleset-firefly
- mon: pool set <pool> crush_ruleset must not use rule_exists (firefly)
Reviewed-by: Sage Weil <sage@inktank.com> - 04:19 PM Revision ec422a94 (ceph): Make conf_file optional
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 04:17 PM Revision 4bd1b5e2 (ceph): PendingReleaseNotes: note about keyvaluestore-dev on-disk format change
- Signed-off-by: Sage Weil <sage@inktank.com>
- 04:13 PM Revision d3d60af4 (ceph): Merge pull request #1941 from yuyuyu101/wip-8564
- Fix write operation on a deleted object in the same transaction(KeyValueStore)
Reviewed-by: Sage Weil <sage@inktank.... - 03:01 PM Bug #8519: msgr: deadlock, blocked on SimpleMessenger::lock
- wip-8519-osd-unblocking
I'll schedule a suite once it's going on the gitbuilders. Should add unit tests for the ne... - 02:33 PM Bug #8614 (Can't reproduce): OSD keyring shifted
- Hello,
Env:
1 host = mon, mds, admin for ceph-deploy
4 hosts = osd server
I troubleshooted an OSD being down ... - 02:32 PM Bug #8613 (Duplicate): ENOENT from ceph_test_rados
- ubuntu@teuthology:/var/lib/teuthworker/archive/teuthology-2014-06-16_02:30:04-rados-master-testing-basic-plana/310274...
- 02:30 PM Bug #8612: osd: scrub mismatch, overcount on objects
- 02:29 PM Bug #8612 (Can't reproduce): osd: scrub mismatch, overcount on objects
- ubuntu@teuthology:/var/lib/teuthworker/archive/teuthology-2014-06-16_02:30:04-rados-master-testing-basic-plana
310... - 02:28 PM Bug #8611 (Duplicate): osd/ReplicatedPG.cc: 2348: FAILED assert(p != snapset.clones.end())
- ubuntu@teuthology:/var/lib/teuthworker/archive/teuthology-2014-06-16_02:30:04-rados-master-testing-basic-plana/310038...
- 02:16 PM Bug #8610 (Duplicate): osd: calc_priors_during doesn't ignore CRUSH_ITEM_NONE
- ubuntu@teuthology:/a/teuthology-2014-06-15_02:30:07-rados-next-testing-basic-plana/308761...
- 01:54 PM Revision d93e74e7 (ceph): common: Enforces the methods lru_pin() and lru_unpin()
- If lru_*pin() is called twice, the counter will be incr/decr
incorrectly since it will count more/less pinned objects... - 01:54 PM Revision d48ed68a (ceph): common: Fixes issue with lru_clear() + add new test
- The method lru_clear() must set attribute lru_num to zero
after lru_top, lru_bot and lru_mid are reseted. indeed, lru... - 01:54 PM Revision 62aa5c5c (ceph): common: Adds simple tests to verify good behavior
- Adds new tests to the lib include/lru.h to verify methods
insert_*.
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.f... - 01:35 PM Bug #6003: journal Unable to read past sequence 406 ...
- ubuntu@teuthology:/a/teuthology-2014-06-15_02:30:07-rados-next-testing-basic-plana/308538 (btrfs)
the problem in ... - 12:13 PM Bug #8595: osd: client op blocks until backfill starts (dumpling)
Both
6f975e35a1e29a01347e4a6709b54a0422e063dd
and
3d0d69fed09675fc466f6c5b2736ba674923823d
look like they need ...- 11:42 AM devops Bug #8403 (Resolved): Fedora 20 needs to be supported with repos
- FC20 repos are now available http://ceph.com/rpm-firefly/fc20/
- 11:39 AM Feature #8391: sysvinit does not support custom cluster names
- ceph-deploy now refuses to install on sysvinit systems when custom cluster names are passed in.
This issue is left... - 11:37 AM devops Bug #8572 (Resolved): ceph-release missing from new FC20 repo
- This was fixed a few days ago.
- 11:32 AM RADOS Feature #8609: Improve ceph pg repair
- +1 I think this is really important and would reduce the amount of time I spend managing my cluster.
- 11:20 AM RADOS Feature #8609 (New): Improve ceph pg repair
- At the moment, ceph uses the primary copy to repair an inconsistent pg. This is not always a good choice, if there ha...
- 10:58 AM rgw Bug #8608 (Resolved): rgw: bucket instance id is truncated
- The bucket instance id is a concatenation of the zone name, the rados (client) instance id, and a running atomic coun...
- 10:18 AM Bug #8606 (Closed): JSON output normalization for "num_in_osds"
- JSON output in ceph -s -f json shows the property of j["osdmap"]["osdmap"]["num_in_osds"] as a quoted string and not ...
- 10:01 AM Feature #8307 (Pending Backport): Creating a pool with erasure code allows me to create invalid e...
- 10:01 AM Feature #8307 (Resolved): Creating a pool with erasure code allows me to create invalid ec profil...
- 09:27 AM Bug #8601 (Pending Backport): erasure-code: default profile does not exist after upgrade
- 09:25 AM Bug #8599 (Resolved): Fix check of ruleset id on pool update
- 09:12 AM Revision 64f62326 (ceph): ceph: output prompt only if stdin is tty
- In loop mode, output prompt only if stdin is tty, i.e. if we are
interactive.
Signed-off-by: Ilya Dryomov <ilya.dryo... - 09:12 AM rbd Bug #8564 (Resolved): osd cannot be restarted when leveldb is used as backend
- 09:10 AM Revision 2eb1f55a (ceph): vstart.sh: rename conf variable to conf_fn
- Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
- 09:10 AM Revision 8d1cb8ba (ceph): vstart.sh: echo CEPH_{CONF,KEYRING} exports if necessary
- If CEPH_DIR is not PWD, echo export statements for CEPH_{CONF,KEYRING}.
Signed-off-by: Ilya Dryomov <ilya.dryomov@in... - 08:41 AM Feature #8605 (Resolved): mon: add sanity checks on configurables
- add a check_config() type method to the config observer and init to verify that important config tunables (like timeo...
- 06:35 AM Bug #8603 (Resolved): ceph-disk should not hide commands that go through subprocess
- ceph-disk currently does not tell you any commands that go through subprocess unless the command
fails, in which cas... - 06:30 AM Revision 18f58074 (ceph): Make KeyValueStore not use expected_write_size
- expected_write_size in set_alloc_hint isn't the mean of name, now it's just the
size of object. It's not suitable for... - 02:18 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- i am still having problems with the cluster, but this time there is a growing number of inconsistencies, which starte...
06/15/2014
- 02:54 PM Revision 360de6ad (ceph): erasure-code: create default profile if necessary
- http://tracker.ceph.com/issues/8601
Signed-off-by: Loic Dachary <loic@dachary.org> - 02:06 PM devops Bug #8602 (Rejected): ceph fedora package is missing erasure code libraries
- See https://bugzilla.redhat.com/show_bug.cgi?id=1109594
- 09:56 AM Revision 1fb45741 (ceph): Merge pull request #1960 from dachary/wip-test-kill-race
- tests: prevent kill race condition
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com> - 07:58 AM Bug #8601 (Fix Under Review): erasure-code: default profile does not exist after upgrade
- "work in progress":https://github.com/ceph/ceph/pull/1966
- 06:44 AM Bug #8601 (Resolved): erasure-code: default profile does not exist after upgrade
- h3. Workaround
Create the *default* profile, after upgrading to firefly, with... - 04:30 AM Bug #8556: CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- With this applied to 0.80.1 and erasure pool is in use, all OSDs log ...
- 03:17 AM Bug #8556: CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- I just want to say thanks for this change. Backport is trivial and now I can finally use erasure pool with kernel RBD...
06/14/2014
- 05:30 PM Revision f3ec7d0b (ceph): osd: add sanity check/warning on a few key configs
- Warn when certain config values are set to bad values.
Backport: firefly, dumpling
Signed-off-by: Sage Weil <sage@in... - 01:44 PM RADOS Support #8600 (Closed): MON crashes on new crushmap injection
- The crush map contains the following rule
rule ssd {
ruleset 1
type replicated
min_size 1
max_size 10
step... - 11:05 AM Revision c3400853 (ceph): mon: pool set <pool> crush_ruleset must not use rule_exists
- Implement CrushWrapper::ruleset_exists that iterates over the existing
rulesets to find the one matching the ruleset ... - 10:56 AM Revision d02d46e2 (ceph): mon: pool set <pool> crush_ruleset must not use rule_exists
- Implement CrushWrapper::ruleset_exists that iterates over the existing
rulesets to find the one matching the ruleset ... - 07:59 AM Revision 8fd2fc1a (ceph): osd: 'status' admin socket command
- Basic stuff, like what state is the OSD in, and what osdmap epoch are
we on.
Signed-off-by: Sage Weil <sage@inktank.... - 04:07 AM Bug #8599: Fix check of ruleset id on pool update
- "dumpling backport":https://github.com/ceph/ceph/pull/1963
- 03:23 AM Bug #8599 (Fix Under Review): Fix check of ruleset id on pool update
- The individual commits fixing this in master cannot be conveniently cherry-picked because the CrushWrapper::ruleset_e...
- 01:51 AM Bug #8599 (Resolved): Fix check of ruleset id on pool update
- h3. Workaround
Use the rule_id instead of the ruleset. The rule_id for a given ruleset can be found with: ... - 01:24 AM Revision 82c54795 (ceph): Merge pull request #1949 from ceph/wip-7774-3
- Wip 7774 3
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
06/13/2014
- 11:30 PM Revision f7c093e9 (ceph): Merge pull request #1915 from ceph/wip-8452-2
- rgw: set meta object in extra flag when initializing it
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 10:03 PM Bug #8598 (Can't reproduce): Monitor performance during intensive operations
- Problem: During times of intensive operations such as deep scrubbing, monitors are observed coming in and out of quor...
- 08:30 PM Revision 57224194 (ceph): init-ceph: continue after failure doing osd data mount
- If we are starting many daemons and hit an error, we normally note it and
move on. Do the same when doing the pre-mo... - 08:30 PM Revision 32349245 (ceph): init-ceph: continue after failure doing osd data mount
- If we are starting many daemons and hit an error, we normally note it and
move on. Do the same when doing the pre-mo... - 08:26 PM Bug #8595: osd: client op blocks until backfill starts (dumpling)
- commit:6f975e35a1e29a01347e4a6709b54a0422e063dd fixed it in emperor, but not intentionally.
- 08:23 PM Bug #8595: osd: client op blocks until backfill starts (dumpling)
- we are hitting this:...
- 07:20 PM Bug #8595 (Resolved): osd: client op blocks until backfill starts (dumpling)
- observed on congress. logs at cephstore7098:~sage
- 06:47 PM Revision 0cb6b719 (ceph): Add .ropeproject to .gitignore
- I use a vim plugin that creates lots of directories with that name
Signed-off-by: Zack Cerza <zack.cerza@inktank.com> - 05:13 PM RADOS Feature #8594: Monitor multi-thread awareness
- The monitor is essentially single threaded right now. If that's causing specific performance issues it would be good ...
- 05:00 PM RADOS Feature #8594 (New): Monitor multi-thread awareness
- -First noticed by a support customer in firefly while starting OSDs, creating this as a tracking issue initially unti...
- 04:14 PM Revision e5a291ef (ceph): Fix for bug #6700
- When preparing OSD disks with colocated journals, the intialization process
fails when using dmcrypt. The kernel fail... - 03:39 PM Bug #8593 (Resolved): mon: down but in osds in health warning calc is wrong
- it is just comapring numbers, so if there are up + out osds it is wrong
int num_up_osds = osdmap.get_num_up_osds... - 01:29 PM Bug #8554 (Resolved): sysvinit script stops if it hits a mount error
- 12:59 PM Revision 4786a485 (ceph): osd: remove non const get_erasure_code_profile
- It is not used and will unexpectedly create a new entry if selected when
the const version is intended.
Signed-off-b... - 12:46 PM Revision a1c13c57 (ceph): tests: prevent kill race condition
- When trying to kill a daemon, keep its pid in a variable instead of
retrieving it from the pidfile multiple times. It... - 10:56 AM Revision 3c638111 (ceph): erasure-code: OSDMonitor::get_erasure_code is a const
- If it is not, the non const version of OSDMap::get_erasure_code_profile
is called and a profile is created as a side ... - 10:56 AM Revision 6bf8183f (ceph): erasure-code: consistent argument parsing for profiles
- Remove the = from the goodchars of the erasure_code_profile argument of
osd pool create so that it is consistent with... - 10:56 AM Revision 5c1f9aae (ceph): osd: improve osd pool create error message readability
- Add std::endl to separate independent error messages related to erasure
code.
Signed-off-by: Loic Dachary <loic@dach... - 10:56 AM Revision ff2eb234 (ceph): erasure-code: pool create must not create profiles
- If a non existent profile is provided as an argument to osd pool create,
it must exit on error and not create the pro... - 10:39 AM Revision acd6ebb0 (ceph): qa: set +x on cephfs_journal_tool_smoke
- Signed-off-by: John Spray <john.spray@redhat.com>
- 10:39 AM Revision 0d63cf24 (ceph): qa: extend cephfs_journal_tool_smoke
- To provide coverage for the 'import' command
resulting in the same contents as before an
export/import cycle.
Signed... - 10:39 AM Revision 381163c2 (ceph): tools/cephfs: Clean up waits in Dumper
- Remove some LOC by using C_SaferCond.
Signed-off-by: John Spray <john.spray@inktank.com> - 10:39 AM Revision ac057999 (ceph): tools/cephfs: error handling in journal_export
- Was failing on unreadable journal even if
only trying to do an import.
Was calling messenger destructor without init... - 10:39 AM Revision ee487b42 (ceph): tools/cephfs: Purge trailing objects during import
- Reviewed-by: Gregory Farnum <greg@inktank.com>
Signed-off-by: John Spray <john.spray@inktank.com> - 09:50 AM Feature #7238 (Fix Under Review): erasure code : implement LRC plugin
- 09:44 AM Feature #7238: erasure code : implement LRC plugin
- the "job died":http://qa-proxy.ceph.com/teuthology/loic-2014-06-12_15:38:27-rados-wip-7238-lrc-testing-basic-plana/30...
- 09:07 AM Feature #7238: erasure code : implement LRC plugin
- none of the "failed":http://pulpito.ceph.com/loic-2014-06-12_15:38:27-rados-wip-7238-lrc-testing-basic-plana/ are rel...
- 08:51 AM Feature #7238: erasure code : implement LRC plugin
- One job "died":http://qa-proxy.ceph.com/teuthology/loic-2014-06-12_15:38:27-rados-wip-7238-lrc-testing-basic-plana/30...
- 09:13 AM Bug #6700 (Resolved): ceph-disk prepare fails to set up an encrypted disk
- Backported commit 6733947 to Firefly.
- 08:34 AM Feature #8071: erasure-code: simplify jerasure initialization
- "Fail to run the rados test suite":http://pulpito.ceph.com/?branch=wip-8071 probably a teuthology local problem, inve...
- 08:33 AM devops Bug #6703 (Fix Under Review): OSDs with dmcrypt fail to start at boot
- Pull request opened: https://github.com/ceph/ceph/pull/1961
- 06:22 AM devops Bug #6703 (In Progress): OSDs with dmcrypt fail to start at boot
- 05:18 AM devops Bug #4887 (Resolved): ceph-disk list: Doesn't list properly devices using dm-mapper
- This is now no longer a problem in master. However, there are two related issues that might prevent someone from bein...
- 01:02 AM Revision 1781e7f1 (ceph): Merge pull request #1955 from ceph/wip-8585
- rgw: set a default data extra pool name
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
06/12/2014
- 11:45 PM Revision da2c72a8 (ceph): Merge pull request #1933 from ceph/wip-8556
- osd: do not require EC feature bit from clients.
Reviewed-by: Greg Farnum <greg@inktank.com> - 11:45 PM Revision 3fe1699f (ceph): osd/OSDMap: do not require ERASURE_CODE feature of clients
- Just because an EC pool exists in the cluster does not mean tha tthe client
has to support the feature:
1) The way c... - 11:44 PM Revision 250677c9 (ceph): osd/OSDMap: make get_features() take an entity type
- Make the helper that returns what features are required of the OSDMap take
an entity type argument, as the required f... - 09:36 PM Revision e29beff3 (ceph): erasure-code: remove jerasure internals dependencies
- Use the galois_init_default_field() function instead of implementing it
in the init function of the ErasureCodeJerasu... - 08:14 PM Revision 894f3724 (ceph): Merge pull request #1957 from ceph/wip-doc-os-recommendations
- doc: Updated the OS Recommendations for Firefly.
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 07:48 PM Revision e720314a (ceph): doc: Updated the OS Recommendations for Firefly.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 06:35 PM Revision 2e3302cc (ceph): doc: Updated the example configuration.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 06:34 PM Revision 5a31df21 (ceph): doc: Updated doc for more recent versions.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 06:23 PM Revision 09d3f916 (ceph): Add [--] to usage statement
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 05:37 PM Revision 1e18d85b (ceph): Merge pull request #1939 from ceph/wip-mon
- mon: a few basic perfcounter guages
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com> - 04:57 PM Revision a5857e3d (ceph): Merge pull request #1956 from ceph/wip-fsx-sizeof
- test_librbd_fsx: fix sign-compare gcc warning
Reviewed-by: Sage Weil <sage@inktank.com> - 04:43 PM Bug #8556 (Pending Backport): CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- 02:36 PM Feature #8071: erasure-code: simplify jerasure initialization
- "backport merged":https://bitbucket.org/jimplank/jerasure/pull-request/23/add-galois_init_default_field-error-code/diff
- 02:11 PM Bug #8519: msgr: deadlock, blocked on SimpleMessenger::lock
- Unfortunately we didn't think to save the crash data, so it's all gone now. :(
But as I look at this again alongsi... - 01:32 PM Revision 2eab1c15 (ceph): Update RBD doc for OpenStack
- Some updates from Icehouse, best practice configurations and
explanations.
Signed-off-by: Sébastien Han <sebastien.h... - 01:16 PM Bug #8592 (Can't reproduce): sgdisk no longer likes `--change-name` when creating partitions
- When using `--change-name` on the same call when creating the partition sgdisk complains like:...
- 01:13 PM Bug #8591 (Resolved): ceph-disk incorrectly colocates journal when using dm-crypt
- If not specifying the journal it fails:
Note: slightly more verbose output from ceph-disk was tweaked to see actua... - 01:12 PM RADOS Feature #6421 (New): FileStore: Op unit tests
- I pushed what I had to wip-filestore-test, but I don't remember any of it any more.
- 12:52 PM CephFS Bug #8576: teuthology: nfs tests failing on umount
- teuthology-2014-06-09_23:02:09-knfs-master-testing-basic-plana/303822/
teuthology-2014-06-09_23:02:09-knfs-master-te... - 12:46 PM Documentation #8549: Ceph installation pre-flight problem with ssh-copy-id
- I think that the ssh-copy-id may work if there is a .ssh/authorized_keys file already set up on the 'copy to' machine
- 12:41 PM Bug #8588: In the erasure-coded pool, primary OSD will crash at decoding if any data chunk's size...
- This is some kind of on-disk corruption on the replica that you're seeing?
I think you're probably right, as we're n... - 12:23 PM Revision 87650d43 (ceph): Merge pull request #1948 from steveftaylor/6700
- Fix for bug #6700
Reviewed-by: Alfredo Deza <alfredo.deza@inktank.com> - 10:55 AM Cleanup #8590 (New): better error reporting from ceph-disk
- It is *very* difficult to understand what the actual error may be when ceph-disk fails.
This is an example output... - 10:37 AM Revision a290d349 (ceph): test_librbd_fsx: fix sign-compare gcc warning
- {read,write}bdy are signed, sizeof returns unsigned, gcc complains.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktan... - 09:03 AM Bug #6700 (Pending Backport): ceph-disk prepare fails to set up an encrypted disk
- let's backport this to firefly
- 05:22 AM Bug #6700 (Resolved): ceph-disk prepare fails to set up an encrypted disk
- Pull request https://github.com/ceph/ceph/pull/1948
Merged to master branch of Ceph with hash 87650d4 - 07:27 AM Bug #8589: scrub error with leveldb backend
- use 'dd' command to test single rbd performance
- 02:55 AM Bug #8589: scrub error with leveldb backend
- Hi xinxin,
Could give some tips like what operations you did, and the cluster info - 01:41 AM Bug #8589 (Resolved): scrub error with leveldb backend
- when ceph cluster began to scrub , ceph cluster became unhealthy , several pgs is active+clean+inconsistent,
clu... - 07:01 AM CephFS Fix #5399 (Resolved): timestamp changes on replayed mds request (pjd link 71)
- commit:f81c53a716f43c8a36d6b2aea88cbebe961502d8
- 06:40 AM Feature #7238: erasure code : implement LRC plugin
- "rados suite":http://pulpito.ceph.com/loic-2014-06-12_15:38:27-rados-wip-7238-lrc-testing-basic-plana/ testing "the r...
- 05:26 AM devops Bug #4887: ceph-disk list: Doesn't list properly devices using dm-mapper
- There are two components here that will fix this. First is issue #6700 which had a PR but was not reviewed.
It jus... - 05:00 AM Feature #8475 (Fix Under Review): erasure-code: oversized objects when using the Cauchy technique
- "the rados test suite is ok":http://pulpito.ceph.com/loic-2014-06-10_11:39:56-rados-wip-8475-testing-basic-plana/ wit...
- 03:24 AM Revision e287f02a (ceph): Merge pull request #1937 from yuyuyu101/keyvaluestore-strip-size
- Add strip size and set_alloc_hint op support for KeyValueStore
Reviewed-by: Sage Weil <sage@inktank.com> - 01:57 AM devops Bug #7598: ceph-disk-activate error with ceph-deploy
- osd create works without any problem. It's only activate that fails.
- 01:12 AM Feature #8580: Decrease disk thread's IO priority and/or make it configurable
- I've done some fio testing to motivate this further. The fio config below should simulate the case where the journal ...
- 12:31 AM Revision 40c48bca (ceph): qa: add script to test krbd setting ro/rw ioctl
- Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
06/11/2014
- 11:50 PM Revision b2542f8e (ceph): rgw: set a default data extra pool name
- Fixes: #8585
Have a default name for the data extra pool, otherwise it would be empty
which means that it'd default t... - 11:11 PM Revision 94c8f70e (ceph): doc: Made mention of "incomplete" status.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 09:59 PM Revision 027e75cb (ceph): Merge pull request #1953 from ceph/wip-xattr-spillout
- Enable and fix the existing xattr spillout code.
Reviewed-by: Sage Weil <sage@inktank.com> - 09:29 PM Revision b8709ec0 (ceph): Merge pull request #1897 from somnathr/wip-sharded-threadpool
- Reviewed-by: Greg Farnum <greg@inktank.com>
Reviewed-by: Samuel Just <sam.just@inktank.com> - 08:44 PM Revision c883e310 (ceph): enable kernel debugging on kclient fsx runs
- Signed-off-by: Greg Farnum <greg@inktank.com>
- 08:40 PM Revision 29c33f0c (ceph): qa: add an fsx run which turns on kernel debugging
- Signed-off-by: Greg Farnum <greg@inktank.com>
- 08:27 PM Bug #8588: In the erasure-coded pool, primary OSD will crash at decoding if any data chunk's size...
- Rather than crashing the OSD, it is better to fail the request, and possibly marking the PG as inconsistent. Even bet...
- 08:06 PM Bug #8588 (Duplicate): In the erasure-coded pool, primary OSD will crash at decoding if any data ...
- In the EC pool, if any data chunk's size is changed due to some reason, this will make the total size retrieved from ...
- 07:39 PM Revision 8bc25bf5 (ceph): Merge pull request #41 from ceph/wip-rados-op-fixes
- rados: Fix cache_flush, cache_try_flush, cache_evict and add hit_set_lis...
- 05:48 PM Revision e3b995e1 (ceph): FileStore: set XATTR_NO_SPILL_OUT when creating new files.
- Fixes: #8205
Backport: firefly
Signed-off-by: Greg Farnum <greg@inktank.com> - 05:48 PM Revision 7267a37d (ceph): FileStore: remove dead code
- This case wasn't reachable when it was introduced, and it's still not.
Signed-off-by: Greg Farnum <greg@inktank.com> - 05:48 PM Revision fbe6009f (ceph): FileStore: do not use user_only in collection_getattrs
- There's no particular reason why any of the callers of collection_getattrs
want to avoid looking at Ceph's internal x... - 05:48 PM Revision bb4e3a9f (ceph): FileStore: remove user_only options from getattrs through the ObjectSto...
- This sort of awareness belongs at a higher level in the stack -- as
evidenced by nobody using the option at this leve... - 05:48 PM Revision f9787224 (ceph): FileStore: remove the user_only param from _fgetattrs
- Nobody sets it to true, so remove it!
Signed-off-by: Greg Farnum <greg@inktank.com> - 05:47 PM Revision 239476a9 (ceph): FileStore: make _clone() copy spill out marker
- Previously we were not doing so, and that resulted in unpredictable loss
of xattrs from the client's perspective.
Si... - 05:47 PM Revision af8052bd (ceph): Add xattr test to ceph_test_objectstore
- Add xattr synthetic test to test ObjectStore xattr related interfaces.
Signed-off-by: Haomai Wang <haomaiwang@gmail.... - 04:50 PM rgw Bug #8585 (Fix Under Review): rgw suite failures on master
- 04:21 PM rgw Bug #8585: rgw suite failures on master
- Failures are all (except for some intermittent) with EC backend. I guess it's related to the fix to #8311. Beforehand...
- 08:48 AM rgw Bug #8585 (Resolved): rgw suite failures on master
- teuthology-2014-06-09_23:00:50-rgw-master-testing-basic-plana for the latest
- 03:54 PM Fix #8205 (Pending Backport): FileStore: properly fill in XATTR_NO_SPILL_OUT tag
- This is in master now, but we'll need to backport to Firefly after it's been through some nightlies. (Unless we don't...
- 03:35 PM rgw Bug #8587 (Resolved): rgw: subuser object not created correctly
- An object with a empty name is created. Might be related to pool not existing before creating the user.
- 01:55 PM Feature #8307 (Fix Under Review): Creating a pool with erasure code allows me to create invalid e...
- "need review":https://github.com/ceph/ceph/pull/1954
- 10:10 AM Feature #8307 (In Progress): Creating a pool with erasure code allows me to create invalid ec pro...
- 09:32 AM Feature #8307: Creating a pool with erasure code allows me to create invalid ec profile names.
- OSDMonitor::get_erasure_code() is calling OSDMap::get_erasure_code_profile(), which according to gdb ends up hitting ...
- 11:26 AM rgw Bug #8586 (Resolved): Missing Swift API Header causes RadosGW to segfault
- When submitting a CORS request via the Swift API a segmentation fault can occur if the "Origin" header is missing.
... - 10:04 AM Feature #8343: please enable data integrity checking (by default) / silent data corruption
- Dmitry Smirnov wrote:
> Greg Farnum wrote:
> > it sounds like you used incorrect replicas as the authoritative sour... - 07:57 AM Feature #8343: please enable data integrity checking (by default) / silent data corruption
- Greg Farnum wrote:
> it sounds like you used incorrect replicas as the authoritative sources for the repairs you ran... - 08:39 AM Fix #6278: osd: throttle snap trimming
- Olivier Bonvalet wrote:
> Sorry for noise, one precision please : if I want to throttle to N io per OSD, the correct... - 07:24 AM Bug #8584 (Duplicate): OSD Crashing on firefly - Timeouts on starting again
- Besides the Crashing of OSD's on firefly with the following error in theyre logfiles:...
- 07:18 AM rgw Bug #8583: rgw: admin ops create user API can not determine existing user
- Sent a pull request to fix it: https://github.com/ceph/ceph/pull/1950
Please help to review it. - 07:08 AM rgw Bug #8583 (Resolved): rgw: admin ops create user API can not determine existing user
- Version: Firefly 0.8.0
Reproduce Steps:
1) Failed to create a user only with uid
PUT /admin/user?format=json&uid... - 06:08 AM Revision c616358f (ceph): rgw: chain binfo_cache to multiple cache entries
- Need to chain it to both the entry point and to the instance.
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com> - 06:08 AM Revision d9fac9c6 (ceph): rgw: chain to multiple cache entries in one call
- This ensures that chained cache entries that depend on more than one raw
cache entry (bucket info cache depends on bo... - 06:08 AM Revision ab764f38 (ceph): rgw: an infrastructure for hooking into the raw cache
- Extend the RGWCache so that we can chain other caches to it so that when
data is invalidated it notifies them.
Signe... - 06:08 AM Revision a2f6709f (ceph): rgw: user info uses cache chaining
- Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
- 06:08 AM Revision 7e81185b (ceph): rgw: bucket info uses cache chaining
- Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
- 06:08 AM Revision eaff42f3 (ceph): rgw: cache decoded user info
- Instead of accessing the raw user info data, cache the decoded
structure.
Signed-off-by: Yehuda Sadeh <yehuda@inktan... - 06:08 AM Revision 7fb6a3d6 (ceph): rgw: cache bucket info
- This is really a partial implementation, so should only be used for
testing.
Signed-off-by: Yehuda Sadeh <yehuda@ink... - 06:07 AM devops Bug #4887 (In Progress): ceph-disk list: Doesn't list properly devices using dm-mapper
- 05:56 AM devops Bug #7627: ceph-disk: does not start daemons properly under systemd
- 05:45 AM Bug #8582 (Can't reproduce): Cluster very slow after upgrade to 80.1
- Last week we've upgraded to firefily 80.1 on a production cluster (3 nodes, 18 osds). Upgrade went fine but the speed...
- 05:40 AM devops Bug #8581 (Can't reproduce): DNS issues when resolving hosts
- There have been consistent DNS errors where some hosts cannot be resolved and end up causing
failures with ceph-depl... - 01:10 AM Revision 0bbeeee3 (ceph): PG: Added a const spg_t member to the PG class
- The const spg_t member is been insantiated from constructor
and now get_pgid() can reference this to return a spg_t i... - 12:45 AM Revision 85e491fb (ceph): doc: Added a tip to install NTP when running multiple monitors.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 12:44 AM Revision d37ef6ab (ceph): doc: Added additional background to address additional states.
- Covers 1-node cluster issues, fewer OSDs than replicas, and
active + clean + inconsistent states in greater detail.
... - 12:42 AM Revision b7f6147c (ceph): doc: Added background discussion to clock settings.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 12:26 AM Feature #8580 (Resolved): Decrease disk thread's IO priority and/or make it configurable
- PG scrubbing (and other "background" activities) should not consume IOPS if there are client IOs to be performed. The...
06/10/2014
- 11:43 PM Revision ecbb0056 (ceph): OSD: The thread pool variable name changed
- The variable names are more meaningful now. op_tp -> osd_tp and
op_sharded_tp -> osd_op_tp
Signed-off-by: Somnath Ro... - 11:19 PM rgw Feature #7774 (Fix Under Review): rgw: cache decoded user and bucket info
- 09:06 AM rgw Feature #7774 (In Progress): rgw: cache decoded user and bucket info
- 11:02 PM Revision 2a5d83d2 (ceph): ShardedTP: The config option changed
- The config option for sharded threadpool is changed to
osd_op_num_threads_per_shard instead of osd_op_num_sharded_poo... - 10:24 PM Revision a0e48b8b (ceph): ShardedTP: Changes related to conforming to Ceph coding guidelines
- Signed-off-by: Somnath Roy <somnath.roy@sandisk.com>
- 09:16 PM Bug #8578 (Can't reproduce): teuthology: OSD thrasher killing OSDs which hold the sole copies of PGs
- ubuntu@teuthology:/a/gregf-2014-06-09_22:28:53-rados-wip-xattr-spillout-testing-basic-plana/303486
For example:
<... - 07:40 PM Revision f69f2dff (ceph): Automatically watch 'multi' tube if tube_name
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 07:20 PM Revision 2e3f4bc6 (ceph): doc: Fixed typo.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 06:56 PM CephFS Bug #8542: kcephfs: fsx failure on read (expected 0's)
- /teuthology-2014-05-30_23:02:02-kcephfs-master-testing-basic-plana/283020/
- 06:46 PM CephFS Bug #8542: kcephfs: fsx failure on read (expected 0's)
- /a/teuthology-2014-06-01_23:02:07-kcephfs-next-testing-basic-plana/285055
- 06:10 PM CephFS Bug #8542: kcephfs: fsx failure on read (expected 0's)
- teuthology-2014-06-06_23:01:56-kcephfs-master-testing-basic-plana/297431/
- 06:42 PM Revision 67339470 (ceph): Fix for bug #6700
- When preparing OSD disks with colocated journals, the intialization process
fails when using dmcrypt. The kernel fail... - 06:22 PM CephFS Bug #8576 (Resolved): teuthology: nfs tests failing on umount
- Just a sample:
http://qa-proxy.ceph.com/teuthology/teuthology-2014-06-02_23:02:20-knfs-master-testing-basic-plana/28... - 06:19 PM CephFS Bug #8575 (Rejected): linux kernel: possible circular locking dependency detected
- http://qa-proxy.ceph.com/teuthology/teuthology-2014-06-02_23:02:20-knfs-master-testing-basic-plana/289526/
Not sur... - 06:00 PM CephFS Bug #8574 (Resolved): teuthology: NFS mounts on trusty are failing
- It looks like there are some changes to the settings which make Trusty's default NFS server settings incompatible wit...
- 03:24 PM Feature #8343: please enable data integrity checking (by default) / silent data corruption
- Sorry for dropping this...it sounds like you used incorrect replicas as the authoritative sources for the repairs you...
- 01:55 PM devops Bug #7627: ceph-disk: does not start daemons properly under systemd
- I am having a lot of trouble trying to relate the ssh connection with how we start the daemon and the subsequent fail...
- 12:18 PM Revision 15ae765e (ceph): Merge pull request #270 from ceph/wip-schedule-suite
- Refactor teuthology.schedule...
- 09:51 AM devops Bug #8572 (Resolved): ceph-release missing from new FC20 repo
- ...
- 09:22 AM rbd Feature #8569: RBD Mirroring::
- 09:22 AM rbd Feature #8569 (Duplicate): RBD Mirroring::
- http://wiki.ceph.com/Planning/Blueprints/Giant/rbd%3A_journaling
- 09:22 AM rbd Bug #8416: Client Crash when try to map a volume (ubuntu)
- FWIW, I'm pretty sure this is a known bug in kernels ~3.5, which manifests as a crash on 'rbd map' if the kernel miss...
- 09:21 AM rbd Feature #7923: Openstack: backup from in-use volume instead of from detached volume
- Josh to write up more detailed blueprint for implementation
- 09:06 AM Bug #8241 (Pending Backport): XfsFileStoreBackend tries to set extsize but may get EINVAL
- 08:31 AM Revision 6c4c1b71 (ceph): Merge pull request #1945 from dachary/wip-warnings
- tests: fix signess warning
Reviewed-By: Christophe Courtaut <christophe.courtaut@gmail.com> - 06:30 AM Feature #7288: Deep-scrub throttle
- Would it be possible to add an nscrubs limit which works across the cluster?, for example at the pool level: osd_pool...
- 02:39 AM Feature #8475: erasure-code: oversized objects when using the Cauchy technique
- "rados suite":http://pulpito.ceph.com/loic-2014-06-10_11:39:56-rados-wip-8475-testing-basic-plana/
- 01:34 AM Feature #8475: erasure-code: oversized objects when using the Cauchy technique
- 01:37 AM Linux kernel client Bug #8568 (Closed): libceph: kernel BUG at net/ceph/osd_client.c:885
- Kernel panic after kill all OSD deamons at the same time.
All kernels.
Jun 10 10:12:34 client01 kernel: [ 1113.39...
06/09/2014
- 11:51 PM rbd Bug #8564: osd cannot be restarted when leveldb is used as backend
- Are you mean PR 1941 for bug fix and 1649 for performance purpose?
If so, yes - 10:48 PM rbd Bug #8564: osd cannot be restarted when leveldb is used as backend
- hi haomai , is https://github.com/ceph/ceph/pull/1941 PR the fix for this bug , while https://github.com/ceph/ceph/pu...
- 04:30 AM rbd Bug #8564 (Fix Under Review): osd cannot be restarted when leveldb is used as backend
- 04:29 AM rbd Bug #8564: osd cannot be restarted when leveldb is used as backend
- Hi xinxin,
Thanks for your report, you hint a known bug which will solved in (https://github.com/ceph/ceph/pull/16... - 02:47 AM rbd Bug #8564 (Resolved): osd cannot be restarted when leveldb is used as backend
- hi all , recently i enabled leveldb as filestore backend, after restarting my cluster , an osd is crashed, from the l...
- 11:31 PM Revision 78610b03 (ceph): Remote 'delete' and 'show' features
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 11:31 PM Revision 78dbc369 (ceph): Refactor teuthology.schedule...
- ... to separate the assembling of the job config from the scheduling of
the job. Also port its argument parsing to do... - 11:30 PM Revision b2f0ddad (ceph): Remove unused import
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 11:06 PM Revision a4923f5b (ceph): fix compilation warnings
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 10:22 PM CephFS Feature #8563: mds: permit storing all metadata in metadata pool
- Yeah. I'm actually not sure why it would be sending out rados xattr requests on restart unless you'd lost clients, bu...
- 05:53 PM CephFS Feature #8563: mds: permit storing all metadata in metadata pool
- I observe the slow requests with ceph -w, or watching osd log files.
(i) The mds getxattr parent requests during r... - 03:55 PM CephFS Feature #8563: mds: permit storing all metadata in metadata pool
- Can you talk about cases (i) and (ii) in a little more detail? And how you're observing the delayed xattr requests?
- 03:40 PM CephFS Feature #8563: mds: permit storing all metadata in metadata pool
- I like the notion of being able to recover at least part of the tree structure from data pools alone. Maybe the opti...
- 10:19 AM CephFS Feature #8563: mds: permit storing all metadata in metadata pool
- My concern with this is that part of the point is to provide a way to recover data into the hierarchy even if we've l...
- 09:41 PM Revision a405c228 (ceph): Merge pull request #268 from ceph/wip-5400
- Support installing ceph kernels from gitbuilder on rpm machines.
- 08:43 PM Revision 3d1df3aa (ceph): Better variable names.
- As suggested by review.
Signed-off-by: Sandon Van Ness <sandon@inktank.com> - 05:41 PM Revision 558249c5 (ceph): rgw: cut short object read if a chunk returns error
- Fixes: #8289
Backport: firefly, dumpling
When reading an object, if we hit an error when trying to read one of
the ra... - 04:46 PM Revision dbf984e9 (ceph): Disable "fix" for corrupt repo detection
- It's causing more problems than it's solving at this point
Signed-off-by: Zack Cerza <zack.cerza@inktank.com> - 03:37 PM Bug #7804: backfill racing with a hitset object remove
- ubuntu@teuthology:/a/gregf-2014-06-02_14:44:16-rados-wip-sharded-threadpool-testing-basic-plana/287095
- 02:43 PM Documentation #8536 (Resolved): Ceph-deploy install on Centos and RHEL
- There were comments on the master branch, but not on Firefly or Dumpling. I've added the comments there too.
- 02:22 PM Revision 2e5c697f (ceph): Use correct cwd
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 01:31 PM Bug #7891: osd: leaked pg refs on shutdown
- http://qa-proxy.ceph.com/teuthology/gregf-2014-06-02_14:44:16-rados-wip-sharded-threadpool-testing-basic-plana/287448/
- 12:29 PM Revision 47028874 (ceph): Merge pull request #1872 from ceph/wip-reweight-tree
- mon: add 'osd crush reweight-tree ...'
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com> - 11:30 AM Revision 63cc7f97 (ceph): Add test for objectstore
- Add remove then write object in a transaction.
Signed-off-by: Haomai Wang <haomaiwang@gmail.com> - 11:20 AM Revision 50c8fee8 (ceph): Fix write operation on a deleted object in the same transaction
- If the following op happened:
touch obj
delete obj
write obj
KeyValueStore will fail at "write" operation.
Signed-o... - 11:20 AM Revision 737c13e1 (ceph): Remove SequencerPosition from KeyValueStore
- Now KeyValueStore expects kv backend to ensure consistency and there is unusable
for KeyValueStore to store a Sequenc... - 11:16 AM Revision 2fe1a057 (ceph): Merge pull request #1940 from vshankar/doc-fix
- doc: fix typo in erasure coding section
Reviewed-by: Loic Dachary <loic@dachary.org> - 09:34 AM Revision ef065156 (ceph): doc: fix typo in erasure coding section
- Signed-off-by: Venky Shankar <vshankar@redhat.com>
- 09:10 AM Revision 25200521 (ceph): Merge pull request #1936 from ceph/wip-8554
- init-ceph: continue after failure doing osd data mount
Reviewed-by: Loic Dachary <loic@dachary.org> - 09:08 AM devops Bug #7598: ceph-disk-activate error with ceph-deploy
- One of the differences here is that you cannot call 'activate' without doing a 'prepare' first.
This behavior woul... - 05:46 AM Revision 1080e7a3 (ceph): Add upper limit to the write size of set_alloc_hint in KeyValueStore
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 05:15 AM Bug #8554 (Pending Backport): sysvinit script stops if it hits a mount error
- 04:12 AM Revision a948ce2f (ceph): Merge pull request #1931 from ceph/wip-7068-dumpling
- Wip 7068 dumpling
Reviewed-by: Sage Weil <sage@inktank.com> - 03:18 AM Revision 6a7e2014 (ceph): init-ceph: continue after failure doing osd data mount
- If we are starting many daemons and hit an error, we normally note it and
move on. Do the same when doing the pre-mo... - 02:24 AM Feature #8071: erasure-code: simplify jerasure initialization
- "jerasure merged in master":https://bitbucket.org/jimplank/jerasure/commits/1b30a37c9f75df371cf4deaedfde6b843933b4f0 ...
06/08/2014
- 10:36 PM CephFS Feature #8563: mds: permit storing all metadata in metadata pool
- I like this idea too, but currently have no time to implement it.
- 09:57 PM CephFS Feature #8563 (New): mds: permit storing all metadata in metadata pool
- (this had originally been filed as issue #8230, which was hijacked into an unrelated issue)
I'm speaking specifica... - 10:02 PM Revision 24853e0d (ceph): Merge pull request #1913 from sahid/dist
- Populate AUTHORS and ChangeLog for a distributed package
Reviewed-by: Loic Dachary <loic@dachary.org> - 09:13 PM rgw Feature #8562 (Resolved): rgw: Conditional PUT on ETag
- The object versioning has not been implemented yet in RGW. But there are some use cases that different sources concur...
- 09:11 PM Bug #7068 (Resolved): os/FileStore.cc: 4035: FAILED assert(omap_attrs.size() == omap_aset.size())...
- 03:56 PM Revision 1f99cdae (ceph): mon: gather perf stats on elections
- Signed-off-by: Sage Weil <sage@inktank.com>
- 03:56 PM Revision 8f36d96f (ceph): mon: gather perf stats on session adds, removes, counts
- I found myself wanting to know this on a running cluster.
Signed-off-by: Sage Weil <sage@inktank.com> - 10:24 AM Feature #8071 (Fix Under Review): erasure-code: simplify jerasure initialization
- "need review":https://github.com/ceph/ceph/pull/1938
- 10:03 AM Feature #8071: erasure-code: simplify jerasure initialization
- "pending pull request on jerasure":https://bitbucket.org/jimplank/jerasure/pull-request/22/add-galois_init_default_fi...
- 09:07 AM Feature #8071 (In Progress): erasure-code: simplify jerasure initialization
- 07:11 AM Feature #7238 (Fix Under Review): erasure code : implement LRC plugin
06/07/2014
- 06:03 PM Revision ecda2fef (ceph): OSD: move waiting_for_pg into Session
- This way, we can handle pg splits atomically with ms_fast_dispatch.
Signed-off-by: Samuel Just <sam.just@inktank.com> - 04:22 PM Revision db19040e (ceph): Merge pull request #1934 from sahid/patch-1
- Fix two typos with "dependencies"
- 02:48 PM Revision e217488f (ceph): Merge pull request #269 from ceph/wip-radosfix
- rados: Add hit_set_list missing from possible op weights
- 02:45 PM Revision b7c1e351 (ceph): Update to reflect relocated get_jobs()
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 10:57 AM Revision 1f40c356 (ceph): Add set_alloc_hint test to ceph_test_objectstore
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 10:57 AM Revision 5dd9b2ae (ceph): Make KeyValueStore support set_alloc_hint op
- Add a new config let KeyValueStore support configurable strip size.
set_alloc_hint op can affect the strip size of th... - 06:25 AM Revision b0c66a71 (ceph): doc: Fixes spelling errors on README
- Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
- 06:16 AM Revision c5841fac (ceph): Merge pull request #1899 from yuyuyu101/kvstore-osd-perf
- Make KeyValueStore support "ceph osd perf" command
Reviewed-by: Sage Weil <sage@inktank.com> - 06:12 AM Revision dacc0acf (ceph): Merge pull request #1912 from yuyuyu101/keyvaluestore-sparse-read-bug
- Fix keyvaluestore fiemap bug
Reviewed-by: Sage Weil <sage@inktank.com> - 04:56 AM rbd Bug #8529 (Resolved): vm get killed when leveldb backend enable
- 01:13 AM Revision f5d3f3ea (ceph): Merge branch 'wip-libradosstriper'
- https://github.com/ceph/ceph/pull/1186
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 01:12 AM Revision d160ce23 (ceph): Implementation of the radosstriper interface.
- The user facing API is implemented in libradosstriper.cc and the backend in RadosStriperImpl.cc.
Details on how the c... - 01:12 AM Revision fa01ca65 (ceph): Added unit test suite for the Rados striping API.
- This includes tests for standard io and asynchronous io, similar to what is tested in the rados tests.
In addition, i... - 01:12 AM Revision 910d73c4 (ceph): Added RPM and debian packaging for libradosstriper, creating a new pack...
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
06/06/2014
- 11:05 PM Bug #8554 (Fix Under Review): sysvinit script stops if it hits a mount error
- tested fix on the original node and it works.
- 06:53 AM Bug #8554 (Resolved): sysvinit script stops if it hits a mount error
- ...
- 10:30 PM Revision 875e2d24 (ceph): rados: Add hit_set_list missing from possible op weights
- For the future help keep in sync with test/osd/TestRados.cc by listing
in order of op_types in that code.
Signed-off... - 10:05 PM Feature #8560 (Resolved): mon: instrument paxos
- Add perf counters for paxos internals, like
- restarts
- commit
- commit txn size in bytes (average)
- commit t... - 09:33 PM Revision e057f38a (ceph): Merge pull request #1926 from nereocystis/librados-write-full
- doc: Use write_full for C++ example
- 09:16 PM Revision 91045942 (ceph): Merge pull request #1935 from ceph/wip-flag-known-redirs
- osdc/Objecter: mark all ops as known-if-redirected
Reviewed-by: Sage Weil <sage@inktank.com> - 09:15 PM Revision 2a7de824 (ceph): Move teuthology-ls's implementation to ls.py
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 08:45 PM Revision a6c34e47 (ceph): osdc/Objecter: mark all ops as known-if-redirected
- Signed-off-by: Greg Farnum <greg@inktank.com>
- 08:20 PM Revision 036e8072 (ceph): Merge pull request #1891 from ceph/wip-8380-b
- osdc/Objecter: flag ops that have been redirected
- 05:50 PM Revision 9db846b7 (ceph): Merge pull request #1930 from ceph/wip-set-extsize-fix
- Wip set extsize fix
Backport: firefly
Reviewed-by: Sage Weil <sage@inktank.com> - 05:01 PM Revision 87e7ff0e (ceph): Fix corrupt repo detection
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 04:19 PM Revision 3b44f08f (ceph): Merge pull request #1922 from ceph/wip-os-rename
- os: rename get_*() -> decode_*()
Reviewed-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com> - 03:55 PM Revision 273c502b (ceph): tasks: Use '_' instead of '-' in names
- Python modules are not allowed to contain hyphens
in the name. Using hyphens only works here because
we're using low... - 03:45 PM Revision 95a464a4 (ceph): Merge remote-tracking branch 'origin/wip-8269-dumpling' into dumpling
- Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
- 01:30 PM Bug #8556 (Fix Under Review): CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- 10:52 AM Bug #8556: CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- Hmm, so splitting OSDMap::get_features() into a get_features_client() and get_features_server()?
- 10:44 AM Bug #8556: CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- We talked about this in core standup and the consensus is currently to just drop the EC requirement for clients entir...
- 10:40 AM Bug #8556: CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- Not really. The course of action I had in mind was to make an exception for the EC bit in the kernel (i.e. ignore th...
- 10:18 AM Bug #8556: CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- RBD is the *only* storage system which can really identify a given client instance as communicating with only a singl...
- 10:13 AM Bug #8556 (Resolved): CEPH_FEATURE_OSD_ERASURE_CODES feature bit
- Currently OSDs require CEPH_FEATURE_OSD_ERASURE_CODES feature for the clients to be able to connect to the OSDs. Thi...
- 11:51 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- I ran a grep through all the osd logfiles searching for failed asserts and attached the output. The oldest logfiles a...
- 11:38 AM Revision bc3b30ed (ceph): XfsFileStoreBackend: call ioctl(XFS_IOC_FSSETXATTR) less often
- No need to call ioctl(XFS_IOC_FSSETXATTR) if extsize is already set to
the value we want or if any extents are alloca... - 11:32 AM Revision 750b1db6 (ceph): XfsFileStoreBackend: nuke redundant goto in set_extsize()
- Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
- 09:15 AM Bug #8555 (Can't reproduce): PUT osd/pool/rename?srcpool=data2&destpool=data3: 400 (dumpling)
- 2014-06-05T23:00:20.443 INFO:teuthology.task.workunit.client.0.out:[10.214.132.18]: PUT osd/pool/rename?srcpool=data2...
- 08:08 AM Revision 479a67e0 (ceph): creating smoke-tests suite to include basic tests from all modules
- Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
- 08:06 AM rbd Bug #6385 (Resolved): run_xfstests.sh: doesn't work with newly-organized upstream tests
- 08:05 AM Bug #8241 (Fix Under Review): XfsFileStoreBackend tries to set extsize but may get EINVAL
- With the fix applied we shouldn't see this message anymore, so I've
left the priority intact. The other known cause... - 07:52 AM Revision e25e33e2 (ceph): Merge pull request #1928 from nereocystis/pool-pg-fix-spelling
- doc: Descrption => Description
Reviewed-by: Loic Dachary <loic@dachary.org> - 04:23 AM devops Bug #7598: ceph-disk-activate error with ceph-deploy
- My issue (as stated above in comment #4) is resolved.
I discovered that i was using a broken ceph.rpm coming from th... - 01:53 AM Revision 524a155e (ceph): rgw: reduce calls to rgw_obj.set_obj()
- default manifest iterator construction did unneeded init of rgw_obj.
Also add a smarter copy constructor to RGWObjSta... - 01:24 AM Revision 3dae48c7 (ceph): rados: Fix cache_flush, cache_try_flush, cache_evict and add hit_set_list
- Signed-off-by: David Zafman <david.zafman@inktank.com>
- 12:10 AM Revision e31d3fe0 (ceph): doc: Descrption => Description
- Correct spelling error.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
06/05/2014
- 11:48 PM Revision 0ca43d83 (ceph): doc: Use write_full for C++ example
- Latest version of librados uses write_full when writing entire object.
Should the documentation mention that the met... - 09:39 PM rgw Bug #8553 (Resolved): rgw: log show broken
- ...
- 08:03 PM Revision 0bd6f679 (ceph): OSD::calc_priors_during: handle CRUSH_ITEM_NONE correctly
- Fixes: #8507
Signed-off-by: Samuel Just <sam.just@inktank.com> - 07:11 PM Bug #8551 (Resolved): init-ceph: small drives can end up with defaultweight = 0.00
- init-ceph calculates the default weight of an OSD with...
- 07:08 PM Revision 624ae218 (ceph): Merge pull request #1859 from ceph/wip-multipartition
- ceph-disk: Enable creating multiple osds per dev
Reviewed-by: Dan Mick <dan.mick@inktank.com> - 07:07 PM Revision 825db505 (ceph): Added requested comment.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 07:04 PM Revision 242d9de4 (ceph): Remove unused variables and functions.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
- 07:03 PM Revision a63ee379 (ceph): Merge remote-tracking branch 'gh/next'
- 07:02 PM Revision 16e2ed0d (ceph): Merge pull request #1925 from ceph/wip-i386-atomic
- fix i386 atomic64_t
Reviewed-by: Samuel Just <sam.just@inktank.com> - 06:59 PM Revision 2081c992 (ceph): include/atomic: make 32-bit atomic64_t unsigned
- This fixes
In file included from test/perf_counters.cc:19:0:
./common/perf_counters.h: In member function ‘std::pair... - 06:58 PM Revision 64e99d81 (ceph): ceph-objectstore-test: fix warning in collect_metadata test
- In file included from test/objectstore/store_test.cc:33:0:
../src/gtest/include/gtest/gtest.h: In function ‘testing::... - 06:48 PM rgw Bug #8550 (Resolved): rgw: need to reduce calls to rgw_obj.set_obj()
- This is a placeholder bug for pull request #1863.
- 06:41 PM Revision a79a787b (ceph): doc: Added requiretty comment to preflight checklist.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 06:34 PM Revision 5c5eb21f (ceph): doc: Added Disable requiretty to quick start.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 06:29 PM Revision 34d9b2bc (ceph): doc: Added Disable requiretty commentary.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 05:44 PM Documentation #8549 (Closed): Ceph installation pre-flight problem with ssh-copy-id
- http://ceph.com/docs/master/start/quick-start-preflight/#ceph-node-setup
The use of ssh-copy-id in the above docum... - 05:07 PM Revision f92d7bb6 (ceph): Fixed missing include of assert.h in RWLock interface
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 05:07 PM Revision 8c124910 (ceph): Fixed usage of rhel_version in spec file : it should have been rhel
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 05:07 PM Revision 62064f38 (ceph): Added const qualifiers for the layout argument of file_to_extents and o...
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 05:07 PM Revision 7ceeb9f8 (ceph): Completed librados documentation of rados_write_op_cmpxattr and rados_r...
- Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
- 05:07 PM Revision e1ad0bf6 (ceph): Added a striper interface on top of rados called radosstriper.
- This interface allows to manipulate striped objects stored in a rados cluster with a standard open/read/write/stat/cl...
- 05:07 PM Revision b9a35b3c (ceph): Extracted RadosXattrIter from librados.cc into independent .h anc .cc f...
- This makes this interface usable by clients of librados.
Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch> - 04:19 PM Revision aede8328 (ceph): os: rename get_*() -> decode_*()
- These methods have side-effects: they move the decode iterator *and*
return a value. Rename them to avoid confusion ... - 03:33 PM Revision 5bb078f9 (ceph): Populate ChangeLog when distribute
- Generates ChangeLog from git history for a
distributed package.
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdj... - 03:33 PM Revision b22cc850 (ceph): Populate AUTHORS when distribute
- Adds a complete list of contributors in a
distributed package.
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdja... - 01:48 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- attempting to reproduce
- 12:06 PM rgw Bug #8539: civetweb backend responds with a body when a HEAD request yields an error
- Here you go.
- 10:57 AM rgw Bug #8539: civetweb backend responds with a body when a HEAD request yields an error
- This fix seems fine to me. Can you resend it with a proper description and a Signed-off-by line?
- 08:05 AM rgw Bug #8539 (Resolved): civetweb backend responds with a body when a HEAD request yields an error
- So for example, doing a HEAD on a non-existent key will yield a 404, along with a Content-Length: 79 (which is allowe...
- 10:55 AM rgw Bug #8540 (Rejected): ERROR: s3tests.functional.test_s3.test_multipart_upload
- It fails on the new test for 8452, but the version running here is before the fix for it was merged. Closing.
- 08:55 AM rgw Bug #8540 (Rejected): ERROR: s3tests.functional.test_s3.test_multipart_upload
- all (?) of the s3-tests tests on master failed like so:...
- 10:35 AM Feature #8546 (New): add nonce/sequence number associating the several pg metadata keys which are...
- If they don't match, we have a indication that the pg metadata is inconsistent. At that point, there are some option...
- 09:48 AM CephFS Bug #8541 (Duplicate): [WRN] client.4131 released lease on dn 1000000016c/l72 which dne" in clust...
- oh, i missed that this was dumpling. won't fix!
- 09:44 AM CephFS Bug #8541: [WRN] client.4131 released lease on dn 1000000016c/l72 which dne" in cluster log
- So do we want to try and backport, or can we close this?
- 09:03 AM CephFS Bug #8541 (Duplicate): [WRN] client.4131 released lease on dn 1000000016c/l72 which dne" in clust...
- http://pulpito.ceph.com/teuthology-2014-06-02_19:03:01-fs-dumpling-testing-basic-plana/288497/
same symptom as #5871 - 09:35 AM Documentation #8536: Ceph-deploy install on Centos and RHEL
- Actually, these comments are reasonably prominent in the master branch in both the preflight and in the quick start, ...
- 09:30 AM rbd Bug #8543 (Rejected): run_xfstests: mkdir: cannot create directory `//var/lib/xfstests/common': F...
- cool thanks!
- 09:26 AM rbd Bug #8543: run_xfstests: mkdir: cannot create directory `//var/lib/xfstests/common': File exists
- The problem is this...
- 09:14 AM rbd Bug #8543 (Rejected): run_xfstests: mkdir: cannot create directory `//var/lib/xfstests/common': F...
- ...
- 09:13 AM CephFS Bug #8542 (Resolved): kcephfs: fsx failure on read (expected 0's)
- ...
- 07:24 AM rgw Bug #8517 (Duplicate): Can't initiate multipart upload in firefly branch.
- 12:37 AM rgw Bug #8517: Can't initiate multipart upload in firefly branch.
- Duplicates #8311 ... I can't close it myself.
- 04:53 AM Bug #8254 (Resolved): Not logging missing_on_shards properly
- 12:49 AM rbd Bug #8184 (Resolved): krbd: make sure we have latest osdmap on 'rbd map'
- 12:49 AM Bug #8530 (Resolved): make tags broken by dummy.cc
- 12:36 AM rgw Bug #8311: No pool name error in ubuntu-2014-05-06_21:02:54-upgrade:dumpling-dumpling-testing-bas...
- Oh damn, I reported #8517 which turns out to be a duplicate of this.
However I used the bucket.get_data_extra_pool... - 12:32 AM Revision 7c2c8da2 (ceph): Merge pull request #1918 from ceph/wip-da-SCA-20140604
- Some new fixes for gcc and cppcheck warnings/issues
Reviewed-by: Sage Weil <sage@inktank.com>
06/04/2014
- 11:56 PM Revision d76936b9 (ceph): OSD::calc_priors_during: fix confusing for loop bracing (cosmetic)
- Confusing lack of braces is confusing.
Signed-off-by: Samuel Just <sam.just@inktank.com> - 11:03 PM Revision 3261caad (ceph): Merge pull request #1582 from yuyuyu101/omap-cache
- Add header cache to DBObjectMap
Reveiewed-by: Samuel Just <sam.just@inktank.com> - 11:01 PM Revision f3b8ebed (ceph): Merge pull request #1865 from dachary/wip-8254
- osd: convert shard_id_t from uint8_t to struct + merge shard_t into it
Reviewed-by: Samuel Just <sam.just@inktank.com> - 10:42 PM Revision 8464a0c6 (ceph): Merge pull request #1917 from ceph/wip-da-update-libs3
- libs3: update to latest git master of ceph/libs3
Reviewed-by: Loic Dachary <loic@dachary.org> - 10:34 PM Revision 59d727de (ceph): kv_flat_btree_async.cc: remove consecutive break after return
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 10:30 PM Revision 82f5df45 (ceph): JournalScanner.cc: catch exception by reference
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 10:13 PM Revision 53533ee9 (ceph): KeyValueStore.cc: silence gcc -Wunused-variable
- Don't assign return value of i.get_length() to a variable until
they are really used. Added comment on what is the in... - 10:12 PM Revision e24213ed (ceph): MemStore.cc: silence gcc -Wunused-variable
- Don't assign return value of i.get_length() to a variable until
they are really used. Added comment on what is the in... - 10:07 PM Revision 51abf200 (ceph): Revert "Remove unused variables in MemStore.cc"
- This reverts commit 307ba481a2705338560ecb557741d459706bdeb6.
The get_* methods have side effects!
Signed-off-by: S... - 10:06 PM Revision a325e3ec (ceph): Revert "Remove unused variables in KeyValueStore.cc"
- This reverts commit 23b657c704865b33aa2e0e39995712c1f583c24d.
The get_* methods have side-effects! - 09:36 PM Revision cac902e3 (ceph): os/KeyValueStore.cc: fix possible null pointer deref warning
- Add assert check for header->header and remove redundant 'if'
check for header again later.
Signed-off-by: Danny Al-... - 09:29 PM Revision cadcbf39 (ceph): Remove unused import
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 09:22 PM Revision 3ee3e66a (ceph): librbd/internal.cc: check earlier for null pointer
- Fix potential null ponter deref, move check for 'order != NULL'
to the beginning of the function to prevent a) deref ... - 09:10 PM Revision f17a9633 (ceph): test/librbd/fsx.c: fix gcc warning
- Initialize pointer with NULL before call posix_memalign() to fix
gcc warning:
test/librbd/fsx.c:1402:13: warning: ‘t... - 08:58 PM Feature #8538 (Resolved): Functionality to have rbdmap also mount after mapping an image
- In RE: https://inktank.zendesk.com/agent/#/tickets/1462
Summary: Over 200 rbd images are being mapped to a RHEL7 m... - 08:38 PM Revision f31e4c83 (ceph): libs3: update to latest git master of ceph/libs3
- Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- 08:33 PM Revision 18c07ec5 (ceph): common/addr_parsing.c: fix realloc memory leak
- Fix handling of realloc. If realloc() fails it returns NULL, assigning
the return value of realloc() directly to the ... - 08:03 PM Revision 0b35e61b (ceph): Merge pull request #1916 from sahid/unused
- Remove unused variables on MemStore.cc and KeyValueStore.cc
Reviewed-by: Loic Dachary <loic@dachary.org> - 07:44 PM Revision 5f866526 (ceph): daemon_config.cc: add some more asserts
- Add assert checks for some more set_val() calls to fix cppcheck issue
"Variable 'ret' is reassigned a value before th... - 06:32 PM Documentation #8536: Ceph-deploy install on Centos and RHEL
- That is mentioned in the preflight checklist, which is referred to by the quickstart docs. It's easy to miss, but it...
- 03:30 PM Documentation #8536 (Resolved): Ceph-deploy install on Centos and RHEL
- When one first runs ceph-deploy by following either of the following documents:
http://ceph.com/docs/firefly/start... - 06:28 PM Revision 7f35532b (ceph): Merge pull request #1914 from ceph/wip-autotools-dummy
- automake: add dummy.cc to fix 'make tags'
Reviewed-by: Dan Mick <dan.mick@inktank.com> - 05:42 PM Revision 549b52b3 (ceph): Update --help output
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 04:42 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Kernel is 3.14.4 (reboot was update from 3.14.3)
osd.0-62: Controller: AMD SATA onboard (few IDE compat, but most AH... - 04:15 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- The broken fs/controller/disk theory is the best I've got at the moment, but it's pretty much impossible to falsify m...
- 04:13 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Were you able to localize all of the affected pgs to one or two osds at some point in the past? Also, what controlle...
- 03:57 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Thanks for your help! After deleting some empty directories and removing a half full one, now all OSDs came up. I am ...
- 02:34 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- You can identify the broken pgs by looking at the logs on the crashing osds and tracing the thread which asserts back...
- 02:33 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Ok, it looks like these pgs had an osd (or osds) power cycled in a way that caused the pg metadata to go significantl...
- 02:28 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- i made a list with the directory content on the osds:
hostname: osd
---------------
kaa-63: osd.40, contains dir... - 02:11 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Is there a non-empty 504_head on any osd (perhaps 12 or 17?)
- 02:08 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- both osd.12 and osd.17 crashed, logs are attached.
- 01:56 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- on osd.64, the Directory current/0.504_head is empty.
- 01:48 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Also, can you restart osd.12 and osd.17 and post the logs from that (same log levels).
- 01:45 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Can you post a recursive ls on osd.64's current/0.504_head directory?
- 01:36 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- attached log from osd.64 for the same run
- 01:30 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- This time it crashed on a message from osd 64, did you happen to have the logging on for that one as well? If not, c...
- 01:22 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- ok, i now started other osds as well and reproduced the crash on osd.6 and attached the corresponding logs. i have sa...
- 12:54 PM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Yeah, if it didn't crash you'll probably also have to start the other osds. I asked for osd.6 and osd.46 because osd...
- 11:39 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- i think, i had to powercycle osd.12 and osd.17, but the other ones were rebooted normally (i rechecked that for osd.6...
- 10:55 AM Bug #8532: 0.80.1: OSD crash (domino effect), same as BUG #8229
- Can you restart osd.6 and osd.46 with
debug osd = 20
debug filestore = 20
debug ms = 1
and attach both logs?
... - 08:44 AM Bug #8532 (Can't reproduce): 0.80.1: OSD crash (domino effect), same as BUG #8229
- I triggered the same issue as described in the bug http://tracker.ceph.com/issues/8229 on our HPC storage cluster. Fo...
- 04:24 PM Revision 703d0eb9 (ceph): rgw: set meta object in extra flag when initializing it
- As part of the fix for 8452 we moved the meta object initialization.
Missed moving the extra flag initialization that... - 03:41 PM Revision 23b657c7 (ceph): Remove unused variables in KeyValueStore.cc
- Removes two unused variables expected_object_size and
expected_write_size in KeyValueStore.cc
Signed-off-by: Sahid O... - 03:41 PM Revision 307ba481 (ceph): Remove unused variables in MemStore.cc
- Removes two unused variables expected_object_size and
expected_write_size in MemStore.cc
Signed-off-by: Sahid Orenti... - 01:52 PM Revision 5185a368 (ceph): automake: add dummy.cc to fix 'make tags'
- Commit 421e6c561704 ("test_librbd_fsx: add krbd mode support") added
a requirement for ceph_test_librbd_fsx to be lin... - 12:23 PM Bug #8495: osd: bad state machine event on backfill request
- I, see... Nice command by the way, thanks.
All cluster components are v0.80.1.
- 10:27 AM Bug #8495: osd: bad state machine event on backfill request
- Dmitry Smirnov wrote:
> Samuel Just wrote:
> > Also, is there any chance that this is a mixed cluster?
>
> I don... - 10:22 AM Bug #8495: osd: bad state machine event on backfill request
- Samuel Just wrote:
> Also, is there any chance that this is a mixed cluster?
I don't know what "mixed cluster" is... - 12:19 PM Revision d4415cb8 (ceph): Merge pull request #1889 from sahid/master
- trim dead code and add tests in bloom_filters
Reviewed-by: Loic Dachary <loic@dachary.org> - 10:54 AM CephFS Tasks #8535 (Closed): audit the journaler send-to-OSD ordering
- I've seen several cases recently where users had a journal header indicating that the journal ended one object later ...
- 10:40 AM Bug #8519: msgr: deadlock, blocked on SimpleMessenger::lock
- Sage was hoping we could just rearrange things a bit and drop the SimpleMessenger lock while waiting for the Connecti...
- 10:11 AM Revision 35509d27 (ceph): bloom_filter, add test to validate assignement operator
- Adds a test to ensure the good behavior of the
operator assignement.
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.... - 10:11 AM Revision 90cc6dd6 (ceph): bloom_filter, add assertion to test validate element_count()
- Adds to TEST(BloomFilter, Basic) a new assertion
to verify the good behavior of the method 'element_count()'.
Signed... - 10:11 AM Revision c50f85ea (ceph): bloom_filter, remove unecessary operators
- Removes 3 not used operators (intersect, union,
and diff) since after use those methods fpp and is_full are
corrupted... - 09:22 AM rgw Bug #8452: S3 multipart upload ignores request headers
- As reported on the mailing list, there's an issue with the fix. I pushed a fix on top (there's a pull request for it)...
- 09:19 AM Revision c323c5b5 (ceph): Fix keyvaluestore fiemap bug
- The result of fiemap is wrong and the offset get from
"StripObjectMap::file_to_extents" need to multiply by sequence ... - 09:06 AM Bug #8530 (Fix Under Review): make tags broken by dummy.cc
- 08:24 AM Bug #8476 (Resolved): bloom_filter operators do not handle insert_count_
- 07:03 AM Bug #8515 (Rejected): rbd ls or rbd info hangs for ever on specific client
- So it turns out this was not a Ceph problem after all.
The cluster in this case runs over IPv6 and the network adm... - 04:57 AM Bug #8515: rbd ls or rbd info hangs for ever on specific client
- Sage Weil wrote:
> Hrm, I'm not seeing what is going wrong here. ANy chance you can repeat this with debug ms = 20 ... - 06:56 AM CephFS Feature #8230: mds: new requests are not throttled by backend rados progress
- This sounds like a general problem of throttling new work based on the MDS's ability to make progress against the rad...
- 05:38 AM devops Bug #7598 (In Progress): ceph-disk-activate error with ceph-deploy
- 02:20 AM devops Bug #7598: ceph-disk-activate error with ceph-deploy
- I came across the same issue.
In my case Centos 6.5 is the operating system. Running Ceph 0.80.1.
What i figured ou... - 05:13 AM devops Feature #5956 (Rejected): Implement a radosgw command in ceph-deploy
- It is not feasible to do this anymore. Most (if not all) of the rados gateway install would be at the most a single l...
- 04:31 AM Bug #8498: udev rules not used on RHEL6/CentOS6
- Yes, it is present as /lib/udev/rules.d/60-ceph-partuuid-workaround.rules. The rules seem to work, it's just that the...
- 02:16 AM rbd Bug #8529 (Fix Under Review): vm get killed when leveldb backend enable
- Hi xinxin,
The fix is here(https://github.com/ceph/ceph/pull/1912) - 01:36 AM Revision ed3ec397 (ceph): Support installing ceph kernels from gitbuilder on rpm machines.
- Signed-off-by: Sandon Van Ness <sandon@inktank.com>
06/03/2014
- 11:22 PM Revision 6d5ab094 (ceph): Merge pull request #1907 from ceph/wip-8311
- rgw: if extra data pool name is empty, use data pool name instead
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 11:21 PM Bug #8530 (Resolved): make tags broken by dummy.cc
- ...
- 11:06 PM Revision 8d002e9f (ceph): Merge pull request #1896 from ceph/wip-8452
- rgw: fetch object attrs on multipart completion
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 11:02 PM Bug #8381: osd crash when osd use leveldb as filestore
- haomai , i create a new bug report 8529 for segment fault of librados, it seem to be the problem of buffer class.
- 01:18 PM Bug #8381 (Resolved): osd crash when osd use leveldb as filestore
- 09:10 AM Bug #8381: osd crash when osd use leveldb as filestore
- Thanks xinxin, I would work on it
- 01:30 AM Bug #8381: osd crash when osd use leveldb as filestore
- i get the following error from dmesg, how can i identify this error :
[1117577.605328] virbr0: port 1(vnet0) enter... - 12:16 AM Bug #8381: osd crash when osd use leveldb as filestore
- Hi Shaun,
The fix commit is https://github.com/ceph/ceph/pull/1840. I'm not familiar to ceph-deploy, hope the link c... - 11:00 PM rbd Bug #8529 (Resolved): vm get killed when leveldb backend enable
- hi all , i enabled leveldb backend , but i use 'attach-device' to attach rbd to vm , the vm get killed , i get a segm...
- 11:00 PM Revision 55fb5595 (ceph): Merge pull request #40 from ceph/wip-runxfstests
- wip-runxfstests
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 10:58 PM Revision 4c2bee76 (ceph): Merge pull request #38 from ceph/wip-krbd-fsx
- krbd: add librbd_fsx -K job
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 10:56 PM Revision 3ae54ead (ceph): Merge pull request #267 from ceph/wip-runxfstests
- wip-runxfstests
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 10:53 PM Revision d52239d0 (ceph): Merge pull request #1906 from ceph/wip-runxfstests
- wip-runxfstests
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 10:32 PM Revision 765ab804 (ceph): Merge pull request #1869 from ceph/wip-pybind-timeout
- pybind/rados: Fix timeouts for small t
Reviewed-by: Josh Durgin <josh.durgin@inktank.com> - 07:27 PM Revision 1bbebb54 (ceph): Merge pull request #1910 from ceph/wip-8447
- librados: simplify/fix rados_pool_list bounds checks
Reviewed-by: Loic Dachary <loic@dachary.org> - 07:12 PM devops Bug #8509: ceph-deploy always complaints "sys.excepthook is missing"
- I applied the patch you reported on execnet's tracker and it worked.
Thank you. - 11:51 AM devops Bug #8509 (Duplicate): ceph-deploy always complaints "sys.excepthook is missing"
- This is a well known issue with Python threads and there is little we can do to mitigate them.
See issue #7594. - 06:45 PM Revision 3ec32a6b (ceph): librados: simplify/fix rados_pool_list bounds checks
- We were not breaking out of the loop when we filled up the buffer unless
we happened to do so on a pool name boundary... - 05:39 PM Revision 0f04af07 (ceph): Add a timeout for unmounting
- Ten minutes seems like it might be longer than necessary, but I doubt
it's too short.
Signed-off-by: Zack Cerza <zac... - 04:43 PM Revision 3d0c2498 (ceph): Merge pull request #1909 from dachary/wip-8514-documentation
- doc: fix osd pool create and add osd erasure-code-profile
- 04:31 PM Bug #8515: rbd ls or rbd info hangs for ever on specific client
- Hrm, I'm not seeing what is going wrong here. ANy chance you can repeat this with debug ms = 20 on the osd and clien...
- 03:21 PM Bug #8515: rbd ls or rbd info hangs for ever on specific client
- I also tried to upgrade the client to Firefly 0.80.1 but that didn't change anything. The end result is the same.
- 02:50 PM Bug #8515: rbd ls or rbd info hangs for ever on specific client
- Sage Weil wrote:
> can you confirm that librados2 and ceph-common and librbd1 package versions all match?
>
Yes... - 01:20 PM Bug #8515 (Need More Info): rbd ls or rbd info hangs for ever on specific client
- can you confirm that librados2 and ceph-common and librbd1 package versions all match?
if so, can you turn up logg... - 04:48 AM Bug #8515: rbd ls or rbd info hangs for ever on specific client
- What I forgot to add is that stopping osd.56 doesn't work either,
osd.40 then becomes primary for that PG and the ... - 04:37 AM Bug #8515 (Rejected): rbd ls or rbd info hangs for ever on specific client
- I'm observing something on a cluster which I can't explain and I think it's a bug in the OSD.
On a freshly install... - 04:28 PM Revision eb63015b (ceph): Merge pull request #1908 from jdurgin/wip-librbd-license-header
- librbd: clarify license header to say LGPL
Everybody who has contributed has already explicitly agreed to relicense ... - 04:25 PM rgw Bug #8428 (Pending Backport): rgw: can't set bucket acls via swift api
- commit:2ceb13af34bc38b418bb88d81131d770a71159bf
- 04:21 PM rgw Bug #8311 (Pending Backport): No pool name error in ubuntu-2014-05-06_21:02:54-upgrade:dumpling-d...
- commit:b300318113b162522759d4794b1cfa3d1d9398e4
- 04:13 PM Bug #8495: osd: bad state machine event on backfill request
- Also, is there any chance that this is a mixed cluster?
- 01:10 PM Bug #8495: osd: bad state machine event on backfill request
- Can you reproduce this with
debug osd = 20
debug ms = 1
debug filestore = 20
on all osds and attach all of the ... - 04:12 PM Bug #8507: OSD: failing to create PG (when splitting?) in rados/test.sh
- 04:07 PM Bug #8507 (In Progress): OSD: failing to create PG (when splitting?) in rados/test.sh
- 04:07 PM Bug #8507: OSD: failing to create PG (when splitting?) in rados/test.sh
- Hmm, waiting for priors probably shouldn't be waiting on OSD -1 (Greg: yep, you were right). Looks like the priors c...
- 04:09 PM rgw Bug #8452 (Pending Backport): S3 multipart upload ignores request headers
- 04:03 PM Bug #8505: OSD osd/OSD.cc: 6222: FAILED assert(p->second.empty())
- 04:02 PM Bug #8505: OSD osd/OSD.cc: 6222: FAILED assert(p->second.empty())
- Actually, this should be fixed by the patch fixing 8396
- 03:58 PM Bug #8361: osd/osd_types.h: 2868: FAILED assert(rwstate.empty())
- That log does not have logging turned on. Add
debug osd = 20
debug ms = 1
to the [osd] section of the conf fi... - 03:42 PM Bug #8229: 0.80~rc1: OSD crash (domino effect)
- I have the same issue as Dmitry with ceph 0.80.1. It happened after I restarted a some groups of OSDs, each one simul...
- 02:17 PM Bug #8512 (Duplicate): osd crashed at Pipe::reader in firefly
- 02:15 PM devops Bug #8456 (Won't Fix): download links for RPMs do not show src packages
- seems that this was just broken for emporor and not firefly/dumpling so we are closing this.
- 02:15 PM Bug #8520 (Need More Info): osd: segv in PushOp::print()
- I can't seem to actually find this thread in the core, which is odd. Marking as Need More Info for the moment.
- 09:37 AM Bug #8520 (Can't reproduce): osd: segv in PushOp::print()
- ...
- 02:07 PM devops Bug #7053 (Won't Fix): libcurl3-gnutls > 7.28 dependency backport for emperor
- 02:03 PM devops Bug #7417 (Resolved): libleveldb1 missing in debian-testing
- This was done like almost two weeks ago I believe, forgot to update.
- 01:29 PM Bug #8315: osd: watch callback vs callback funky
- 01:26 PM Bug #8301 (Resolved): Suicide Timeout on Cache Tier OSDs
- 01:25 PM Bug #8375 (Can't reproduce): ceph_rest_api test (workunits/rest/test.py) failure
- 01:24 PM Bug #8420 (Can't reproduce): iogen workunit not stopping properly
- this looks like a hang in the fs client itself. no logs for this run, so we just need to wait for it to come up again
- 01:22 PM Bug #8498 (Need More Info): udev rules not used on RHEL6/CentOS6
- There should be a rhel udev rule set up that hacks around the old version of blkid... see 60-ceph-partuuid-workaround...
- 01:13 PM devops Bug #7627: ceph-disk: does not start daemons properly under systemd
- Alfredo - where are we at on the F20 packages?
- 01:12 PM Revision 60e6788d (ceph): Merge pull request #265 from ceph/wip-orchestra
- Refactor teuthology.orchestra.run
- 12:53 PM Revision 5569d40b (ceph): documentation: add osd erasure-code-profile {set,rm,get,ls}
- And a link from rados/operations.
http://tracker.ceph.com/issues/8514 Fixes: #8514
Reported-by: Kenneth Waegeman <K... - 12:52 PM Bug #8447 (Pending Backport): librados: buffer overflow in rados_pool_list
- 11:45 AM Bug #8447 (Fix Under Review): librados: buffer overflow in rados_pool_list
- 12:12 PM Bug #8465 (Resolved): osd/OSD.cc: 4768: FAILED assert(osd->is_active())
- this was introduced with the fast dispatch stuff, which isn't (and won't be) backported
- 12:07 PM Bug #8522 (Duplicate): ENOENT on read from ceph_test_rados + osd thrashing
- 12:06 PM Bug #8522: ENOENT on read from ceph_test_rados + osd thrashing
- 2014-06-02 17:24:13.162057 7fd39a414700 10 filestore(/var/lib/ceph/osd/ceph-2) remove 3.4e_head/96d896ce/plana505832-...
- 09:58 AM Bug #8522 (Duplicate): ENOENT on read from ceph_test_rados + osd thrashing
- 2014-06-02T17:24:13.234 INFO:teuthology.task.rados.rados.0.plana50.stderr:2494: Error: oid 42 read returned error cod...
- 11:47 AM Revision 8ff4edda (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... - 11:19 AM Feature #8523 (Resolved): pool quota: Should have get-quota
- You can set a pool quota with ceph osd pool set-quota and specify max-objects or max-bytes. You cannot, however, get ...
- 10:32 AM Revision 22bc886a (ceph): doc: fix 'rbd map' example
- Looks like 'foo' is a leftover, see commit ea9fc87d8996 ("doc: Removed
foo. Apparently myimage was added and foo not... - 10:30 AM Bug #8519: msgr: deadlock, blocked on SimpleMessenger::lock
- Okay, the blocking thread (LWP 23351) is waiting for the "existing" pipe to finish dispatching (LWP 23231).
The exis... - 09:40 AM Bug #8519: msgr: deadlock, blocked on SimpleMessenger::lock
- ...
- 09:35 AM Bug #8519 (Resolved): msgr: deadlock, blocked on SimpleMessenger::lock
- lots of threads stuck here:...
- 10:21 AM Bug #8514 (Resolved): ceph osd pool create documentation is obsolete
- Sage says : no need to backport because the web is generated from master anyway.
- 04:49 AM Bug #8514 (Fix Under Review): ceph osd pool create documentation is obsolete
- "need review":https://github.com/ceph/ceph/pull/1909
- 03:38 AM Bug #8514 (Resolved): ceph osd pool create documentation is obsolete
- the parameters introduced to support erasure code have been obsoleted by the erasure code profiles and the "documenta...
- 09:56 AM Bug #8521 (Can't reproduce): osd: hung LibRadosListECPP.ListObjectsPP
- ubuntu@teuthology:/a/teuthology-2014-06-02_02:30:05-rados-master-testing-basic-plana/285552
- 09:52 AM Bug #7891: osd: leaked pg refs on shutdown
- ubuntu@teuthology:/a/teuthology-2014-06-02_02:30:05-rados-master-testing-basic-plana/285882
- 09:16 AM Bug #7891: osd: leaked pg refs on shutdown
- ubuntu@teuthology:/a/teuthology-2014-06-02_02:30:05-rados-master-testing-basic-plana/285880
- 09:15 AM rbd Bug #8416: Client Crash when try to map a volume (ubuntu)
- Hi Miguel,
Which kernel is this? - 07:07 AM rgw Bug #8517 (Duplicate): Can't initiate multipart upload in firefly branch.
- If you don't have any special placement info setup, you get a bucket.data_extra_pool that's empty. There is a get_dat...
- 05:59 AM Bug #8476: bloom_filter operators do not handle insert_count_
- According to the discuss on IRC, I'm going to fix the bug by removing the methods (intersect, union and diff)
PS: ... - 05:24 AM Revision 49512447 (ceph): Merge remote-tracking branch 'gh/next'
- 05:24 AM Revision 4f834fa8 (ceph): doc/release-notes: v0.81
- Signed-off-by: Sage Weil <sage@inktank.com>
- 04:37 AM rgw Bug #8516 (Resolved): rgw: Can not get object correctly
- For ec pool could work correctly, we adjusted the rgw_max_chunk_size to 640KB, in default it's 512KB. [you can see th...
- 12:34 AM Revision f4e81d32 (ceph): librbd: clarify license header
- These were meant to say LGPL, but a typo was propagated and it
referred to the non-existent GPL2.1, and also to COPYI... - 12:01 AM Revision af73e308 (ceph): Remove some duplicate code.
- Well, not exactly duplicate, but functionally compatible. No sense in
maintaining two "walk the filesystem to assembl...
06/02/2014
- 11:29 PM Revision 884a6b37 (ceph): RadosClient: Avoid the DispatchQueue for OSD responses.
- Prior to this change, reader thread puts the response on the DispatchQueue
and Dispatcher thread would call librados ... - 11:03 PM Revision 0cc9ade8 (ceph): doc: Updated monitor output and added usage calc explanations.
- Fixes: #4948
Signed-off-by: John Wilkins <john.wilkins@inktank.com> - 10:31 PM Revision 9c32cb26 (ceph): doc: Added usage for pool quotas.
- Fixes: #5653
Signed-off-by: John Wilkins <john.wilkins@inktank.com> - 10:17 PM devops Bug #8513 (Can't reproduce): s3tests failed at bootstrap in the nightlies
- log: ubuntu@teuthology:/a/teuthology-2014-06-01_23:00:57-rgw-next-testing-basic-plana/284896...
- 10:08 PM Bug #8512 (Duplicate): osd crashed at Pipe::reader in firefly
- logs:ubuntu@teuthology:/a/teuthology-2014-06-01_23:00:57-rgw-next-testing-basic-plana/284939...
- 10:05 PM Revision f6c4d006 (ceph): krbd: add librbd_fsx -K job
- Our fsx fork has recently gained a support for the krbd mode - add it
to the test suite. Disable discard ops and ran... - 09:53 PM rbd Bug #8409: "Segmentation fault" in rbd in upgrade:dumpling-dumpling-testing-basic-vps
- recent log:
ubuntu@teuthology:/a/teuthology-2014-06-01_19:15:10-upgrade:dumpling-dumpling-testing-basic-vps/284023/ - 09:51 PM rgw Bug #8311: No pool name error in ubuntu-2014-05-06_21:02:54-upgrade:dumpling-dumpling-testing-bas...
- recent log [just for reference]:
ubuntu@teuthology:/a/teuthology-2014-06-01_19:15:10-upgrade:dumpling-dumpling-testi... - 02:19 PM rgw Bug #8311 (Fix Under Review): No pool name error in ubuntu-2014-05-06_21:02:54-upgrade:dumpling-d...
- 09:40 PM Revision 86754cc7 (ceph): doc: Added more discussion of new CRUSH types.
- Fixes: #7727
Signed-off-by: John Wilkins <john.wilkins@inktank.com> - 09:17 PM devops Bug #8509: ceph-deploy always complaints "sys.excepthook is missing"
- I was about to report this for Ice installations as well.
- 08:34 PM devops Bug #8509 (Duplicate): ceph-deploy always complaints "sys.excepthook is missing"
- ...
- 08:36 PM devops Fix #8508: packaging: deb repository key should be @redhat.com
- This was uncovered while doing complete tests on ICE install. It has no effect on development or testing, but I susp...
- 08:32 PM devops Fix #8508 (Rejected): packaging: deb repository key should be @redhat.com
- The following message appears while updating the repository and installing ceph-deploy...
- 07:21 PM Revision cabb8f06 (ceph): doc: Added a section for ceph df.
- Fixes: #8281
Signed-off-by: John Wilkins <john.wilkins@inktank.com> - 06:37 PM Revision 8de9501d (ceph): 0.81
- 06:28 PM Revision 4bc5aef9 (ceph): doc: Updated packages to reference firefly.
- Fixes: #8466
Signed-off-by: John Wilkins <john.wilkins@inktank.com> - 06:06 PM Revision 4763be0c (ceph): Merge pull request #1887 from rossturk/wip-rturkfonts
- doc: remove Apex Sans from generated doc HTML
- 06:05 PM Revision 920bc493 (ceph): Merge pull request #1885 from nereocystis/rados-bench-man
- doc: Improve man page for bench
- 05:45 PM Revision 2d47ff9a (ceph): Merge pull request #1857 from ceph/wip-8265
- #8265: config: make int parser accept K, M, G, T, P suffix and scale value accordingly
Reviewed-by: Loic Dachary <lo... - 05:00 PM Bug #8381: osd crash when osd use leveldb as filestore
- We saw this issue as well. Is there a way we can pull this fix with ceph-deploy install --dev <Branch or Commit> to g...
- 04:26 PM Bug #8507 (Resolved): OSD: failing to create PG (when splitting?) in rados/test.sh
- ubuntu@teuthology:/a/gregf-2014-05-29_16:19:17-rados-wip-client-fast-dispatch-testing-basic-plana/280674/remote/plana...
- 04:10 PM Revision 4abb1018 (ceph): Merge pull request #1902 from dachary/wip-copyright-notices
- erasure-code: Ceph distributed storage system
Reviewed-by: Sage Weil <sage@inktank.com> - 04:04 PM Documentation #7725 (Resolved): osd pool default size need updating
- 04:02 PM Documentation #4948 (Resolved): Document how 'ceph -s' arrives at space numbers
- 03:51 PM Documentation #4948 (In Progress): Document how 'ceph -s' arrives at space numbers
- 03:48 PM Bug #8505 (Resolved): OSD osd/OSD.cc: 6222: FAILED assert(p->second.empty())
- ubuntu@teuthology:/a/gregf-2014-05-29_16:19:17-rados-wip-client-fast-dispatch-testing-basic-plana/280831/remote/plana...
- 03:44 PM Messengers Bug #8504: msgr: FAILED assert(0 == "old msgs despite reconnect_seq feature")
- Probably a bug I and Guang introduced in commit:bdee119076dd0eb65334840d141ccdf06091e3c9, but perhaps not?
- 03:43 PM Messengers Bug #8504 (Resolved): msgr: FAILED assert(0 == "old msgs despite reconnect_seq feature")
- ubuntu@teuthology:/a/gregf-2014-05-29_16:19:17-rados-wip-client-fast-dispatch-testing-basic-plana/280874/remote/plana...
- 03:41 PM Revision c18cbefe (ceph): qa: add run_xfstests_krbd.sh wrapper
- As run_xfstests.sh does no longer accept test lists, wrap it to provide
an expunge file with a list of tests we want ... - 03:41 PM Revision 703166c8 (ceph): qa: cp run_xfstests.sh run_xfstests-obsolete.sh
- run_xfstests.sh is going to be updated in the next commit to be able to
drive newer xfstests. Among other things, th... - 03:41 PM Revision cd652461 (ceph): qa: catch up with xfstests changes
- Back in 2013 xfstests were rearranged, which also changed the way
./check parses test lists. Catch up with those cha... - 03:31 PM Documentation #5653 (Resolved): Pool quota needs documentation created
- Added usage. This feature doesn't have a corresponding "get-quota" method.
- 02:42 PM Documentation #5653 (In Progress): Pool quota needs documentation created
- 03:13 PM Bug #8497 (Duplicate): OSDs stats getting DOWN , OUT , when i starts putting data to cluster
- This is a known issue and will be fixed in the next firefly release. :)
- 02:59 AM Bug #8497: OSDs stats getting DOWN , OUT , when i starts putting data to cluster
Logs in readable format
osd.123 - http://pastebin.com/QiAP5qGt
osd.118 - http://pastebin.com/GBdBAWg8
...- 02:54 AM Bug #8497 (Duplicate): OSDs stats getting DOWN , OUT , when i starts putting data to cluster
- Hi
I have build a fresh Ceph cluster , stable firefly release 0.80.1, CentOS6.4
15 Node Cluster , 3 monitors , 1... - 03:11 PM Feature #8389: osd: clean up old ec objects more aggressively
- 03:11 PM Feature #8480: modify scrub to detect/repair obsolete rollback objects
- 03:08 PM Bug #8438: erasure code: object are not cleanup
- 02:47 PM Bug #8333: ceph_test_rados_delete_pools_parallel: Received fewer notifies than expected: 0 < 1
- ubuntu@teuthology:/a/gregf-2014-05-29_16:19:17-rados-wip-client-fast-dispatch-testing-basic-plana/280879
- 02:39 PM Documentation #7727 (Resolved): CRUSH "chassis" bucket type
- 02:38 PM Documentation #7727 (In Progress): CRUSH "chassis" bucket type
- 02:23 PM Revision 3968f6f7 (ceph): radosgw-admin: adjust bucket link interface
- Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
- 02:23 PM Revision ae0d26ae (ceph): Try a different approach to zombie prevention
- The previous method I had committed had the unfortunate side-effect of
preventing teuthology job processes from givin... - 02:12 PM Documentation #7726 (Resolved): Quick Start Requires Updating
- 12:27 PM Documentation #8281 (Resolved): Documentation: Detailed explanation of ceph df output is non-exis...
- http://ceph.com/docs/master/rados/operations/monitoring/#checking-a-cluster-s-usage-stats
- 11:42 AM Documentation #8281 (In Progress): Documentation: Detailed explanation of ceph df output is non-e...
- 11:29 AM Documentation #8466 (Resolved): get-packages still references emperor on code examples and states...
- 11:13 AM Documentation #8466 (In Progress): get-packages still references emperor on code examples and sta...
- 10:44 AM Feature #8265 (Resolved): config: make int parser accept K, M, G, T, P suffix and scale value acc...
- 09:44 AM Fix #8205 (In Progress): FileStore: properly fill in XATTR_NO_SPILL_OUT tag
- I ran this branch through testing and it wasn't passing; it appears to be some kind of issue with the spillout logic ...
- 09:09 AM rbd Bug #8184 (Fix Under Review): krbd: make sure we have latest osdmap on 'rbd map'
- 08:58 AM rbd Bug #6385 (Fix Under Review): run_xfstests.sh: doesn't work with newly-organized upstream tests
- 05:38 AM Feature #8499 (Closed): add python 3 support for python scripts
- As more distributions start supporting python 3 (and in some cases Python 3 only) it is becoming quite problematic to...
- 04:40 AM Bug #8498 (Can't reproduce): udev rules not used on RHEL6/CentOS6
- I am running OSDs with a journal on a dedicated, raw SSD
and let ceph-disk create the journal partitions. When
I bo... - 02:37 AM Bug #8387: osd: skipping missing maps broken
- Unfortunately i was running development release of ceph, sage helped me to give 2 possible fixes.
1) Apply patch w...
06/01/2014
- 08:51 PM Bug #8381: osd crash when osd use leveldb as filestore
- It seemed that no useful info can get from log.
My ceph cluster is compiled from master branch.
(qemu-kvm-1.2.0)... - 08:32 AM Revision 601e25eb (ceph): erasure-code: Ceph distributed storage system
- instead of Ceph - scalable distributed file system in the copyright notices
Signed-off-by: Loic Dachary <loic@dachar... - 03:33 AM Bug #8438: erasure code: object are not cleanup
- Why is the behaviour different with replicated pools? The object's deletion is instantaneous.
Ok so let's imagine ...
05/31/2014
- 09:54 PM Bug #8381: osd crash when osd use leveldb as filestore
- hi haimao , i can reproduce this error from time to time, the attached file is detail log for client, btw, can you li...
- 03:23 PM Feature #8496 (Fix Under Review): erasure-code: ErasureCode base class
- "need review":https://github.com/ceph/ceph/pull/1903
- 11:51 AM Feature #8496 (Resolved): erasure-code: ErasureCode base class
- Create an ErasureCode base class from which ErasureCodeJerasure can derive. Move non jerasure specific logic to Erasu...
- 03:13 PM Revision 9bac31be (ceph): scripts/run-coverity: don't explicitly specify tool version
- Rely on a symlink instead.
Signed-off-by: Sage Weil <sage@inktank.com> - 11:58 AM Revision beaf4525 (ceph): Merge pull request #1901 from dachary/wip-erasure-code-concat
- erasure-code: make decode_concat virtual
Reviewed-By: Christophe Courtaut <christophe.courtaut@gmail.com> - 11:57 AM Revision 0a2aa5e1 (ceph): Merge pull request #1900 from dachary/wip-ostream
- common: s/stringstream/ostream/ in str_map
Reviewed-By: Christophe Courtaut <christophe.courtaut@gmail.com> - 11:38 AM Revision e158ad96 (ceph): erasure-code: make decode_concat virtual
- So that a plugin can provide a more efficient implementation.
Reviewed-By: Christophe Courtaut <christophe.courtaut@... - 11:20 AM Revision 35fb7419 (ceph): Merge pull request #1898 from dhxgit/master
- Update INSTALL to mention the submodules/recursive
Reviewed-by: Loic Dachary <loic@dachary.org> - 11:16 AM Revision 86c60f7d (ceph): rbd: change test_script to run_xfstests_krbd.sh
- Invoke run_xfstests.sh through a wrapper, which supplies an exclusion
list, in order to skip tests we don't want to r... - 11:13 AM Revision 6aa45b13 (ceph): common: s/stringstream/ostream/ in str_map
- There is no need to specialize more than ostream : it only makes it
impossible to use cerr or cout as a parameter to ... - 11:11 AM Revision 2551c528 (ceph): rbd: recognize 'randomize' parameter
- randomize (default: false) randomizes xfstests test order.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> - 10:51 AM Revision 670735f7 (ceph): krbd: catch up with run_xfstests.sh changes
- In the current xfstests, tests cannot be listed in ranges. Because of
this, and because our distribution of tests be... - 09:31 AM Revision 319cb504 (ceph): Make KeyValueStore support "ceph osd perf" command
- Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
- 09:22 AM Revision 06c0a427 (ceph): Update INSTALL to mention the submodules/recursive
- Signed-off-by: Dominik Hannen <cantares1+github@gmail.com>
- 08:27 AM Revision 1c91e65d (ceph): Merge pull request #1895 from ceph/wip-sock-cmp
- msg: remove comparison operators for sockaddr_storage
Reviewed-by: Loic Dachary <loic@dachary.org> - 02:52 AM Bug #8495 (Duplicate): osd: bad state machine event on backfill request
- Three OSDs crashed together for no apparent reason during routine backfilling/remapping.
Situation: 12 OSDs on 5 hos... - 02:07 AM Revision 2dbd85c9 (ceph): WorkQueue: The variable name is corrected.
- Modified the variable name from shardedpol_cond->shardedpool_cond
Signed-off-by: Somnath Roy <somnath.roy@sandisk.com> - 02:03 AM Revision 3e3632ee (ceph): WorkQueue: Removed the unused in_process variable
- Signed-off-by: Somnath Roy <somnath.roy@sandisk.com>
- 01:46 AM Revision b05da1ca (ceph): WorkQueue: Taking care of potential race condition during pause()
- Introduced two variables to keep track of number of threads paused
and drained during threadpool pause/drain. The pau... - 01:45 AM Revision b15bf6bb (ceph): OSD:Derived sharded queue implementation is changed
- All the threadpool related stuff like stop/pause/drain etc. are not
handled by sharded queue anymore. All it is imple... - 01:45 AM Revision c24ef007 (ceph): ceph-common: The Sharded threadpool worker logic changed
- Now, the _process() of the derived queue is processing one request
at a time and the outer loop is controlled by the ... - 01:44 AM Revision 06845d0b (ceph): OSD: Sharded Op worker queue implementation for handling OSD ops
- This is the implementation for the client of the
sharded thread pool/sharded workQ. Removed the op_wq class and now O... - 01:44 AM Revision 8369c08e (ceph): ceph-common: Implementation of the sharded threadpool.
- Threadpool will only be having a single work queue and internally the
work queue will be having multiple storage data...
05/30/2014
- 11:28 PM Revision 241a1025 (ceph): Merge pull request #266 from ceph/wip-8489
- Give daemons a five-minute timeout for stopping
Reviewed-by: Sage Weil <sage@inktank.com> - 11:26 PM Revision 83ccba32 (ceph): msg: remove comparison operators for sockaddr_storage
- We don't need these at all, it turns out.
Signed-off-by: Sage Weil <sage@inktank.com> - 11:20 PM Revision 70afaaab (ceph): rgw: fetch object attrs on multipart completion
- Fixes: #8452
Backport: firefly
This fixes a regression following a code cleanup.
Signed-off-by: Yehuda Sadeh <yehuda... - 10:18 PM Revision 669b6057 (ceph): PGLog: initialize complete_to
- Signed-off-by: Samuel Just <sam.just@inktank.com>
- 09:49 PM Revision b3003181 (ceph): rgw: if extra data pool name is empty, use data pool name instead
- Fixes: #8311
An empty pool name could be used as the extra data pool.
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com> - 09:39 PM Revision 205c455f (ceph): Give daemons a five-minute timeout for stopping
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 09:36 PM Revision 7035c17e (ceph): Add RemoteProcess.__repr__()
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 09:09 PM Revision 67dc5751 (ceph): common/strtol.cc: strict_strtosi() converts str with SI units to uint64_t
- Accepts values with a suffix (B, K, M, G, T, P, E) and returns the
appropriate byte value.
E.g., 10B = 10, while 10K... - 09:09 PM Revision 40587d47 (ceph): test/strtol.cc: Test 'strict_strtosi()'
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 09:09 PM Revision 5500437e (ceph): common/config.cc: allow integer values to be parsed as SI units
- We are allowing this for all and any integer values; that is, OPT_INT,
OPT_LONGLONG, OPT_U32 and OPT_U64.
It's on th... - 09:09 PM Revision 38405d35 (ceph): qa/workunits/cephtool: test setting options using SI units
- Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
- 09:05 PM Revision b386f5e5 (ceph): Refactor teuthology.orchestra.run
- RemoteProcess behaves more like subprocess.Popen, with some important
differences.
A summary of the API changes:
* R... - 09:05 PM Revision eac2c2ab (ceph): Update users of the teuthology.orchestra.run APIs
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 08:32 PM Revision 8d04a7ec (ceph): HashIndex: in cleanup, interpret missing dir as completed merge
- If we stop between unlinking the empty subdir and removing the root
merge marker, we get ENOENT on the get_info. Tha... - 08:32 PM Revision 308e2ef5 (ceph): ReplicatedPG::start_flush: send delete even if there are no snaps
- Even if all snaps for the clone have been removed, we still have to
send the delete to ensure that when the object is... - 08:32 PM Revision 54a89bab (ceph): ReplicatedPG::start_flush: fix clone deletion case
- dsnapc.snaps will be non-empty most of the time if there
have been snaps before prev_snapc. What we really want to
k... - 05:13 PM Revision 3b884bec (ceph): Merge remote-tracking branch 'gh/next'
- 04:51 PM Revision 9c56c86b (ceph): rgw: calc md5 and compare if user provided appropriate header
- Fixes: #8436
Backport: firefly
This was broken in ddc2e1a8e39a5c6b9b224c3eebd1c0e762ca5782. The fix
resurrects and o... - 04:29 PM rgw Bug #8452: S3 multipart upload ignores request headers
- Also updated the s3 test suite to trigger this issue. When pulling this in, also merge that test (wip-8452).
- 04:28 PM rgw Bug #8452 (Fix Under Review): S3 multipart upload ignores request headers
- 04:15 PM Revision 72851f13 (ceph): Merge pull request #39 from ceph/wip-multimds-syntax
- multimds: fix fuse_default_permissions syntax
- 04:00 PM Revision 5ca3c723 (ceph): multimds: fix fuse_default_permissions syntax
- Signed-off-by: Sage Weil <sage@inktank.com>
- 03:50 PM Bug #8404 (Duplicate): OSD: stopped doing useful work until scrub timeouts nudged PGs
- This is a duplicate of #8338. That took too long to figure out. :(
- 02:32 PM Bug #8404 (New): OSD: stopped doing useful work until scrub timeouts nudged PGs
- Wow, this is crazy:
The MDS is trying to log the ESession(close) event to the OSD, but the OSD connection isn't work... - 03:44 PM Revision b2bf8cb2 (ceph): add backport of collections.Counter for python2.6
- Using Raymond Hettinger's MIT backport
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
(cherry picked from co... - 02:59 PM Revision 59ee17dc (ceph): Avoid piles of zombies
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 02:56 PM Revision 0fcfaee7 (ceph): Add comment explaining 'preexec_fn=os.setpgrp'
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 02:23 PM devops Feature #7947 (Duplicate): Create separate ceph and ceph-common packages for EL6 and EL7 builds
- 02:21 PM devops Tasks #8240 (Resolved): Build 0.67.8 & 0.80 on RHEL7-RC
- This has been done for a while.
- 02:17 PM devops Tasks #8240 (Rejected): Build 0.67.8 & 0.80 on RHEL7-RC
- 01:42 PM rbd Feature #7746: Capacity Management: rbd df
- Rather than show RBD pool usage via ceph df, the suggestion was a dedicated rbd df command which shows provisioned an...
- 01:40 PM Feature #7515 (Fix Under Review): mon: 'osd crush reweight-subtree <name> <weight>'
- 01:35 PM Feature #8480 (Resolved): modify scrub to detect/repair obsolete rollback objects
- 01:32 PM Bug #8334 (Resolved): osd: bug with pool snaps, ceph_test_rados
- 01:32 PM Bug #8332 (Resolved): ceph-test-objectstore: bad return value in unlink
- 01:31 PM Feature #8389 (In Progress): osd: clean up old ec objects more aggressively
- 12:55 PM devops Bug #8384 (Resolved): broken tgt makes teuthology tests fail
- This was resolved last week in ceph-qa-chef commit: 5cd0516cf080211ee822bb33f8b0e05fdbc8d5f8
- 09:56 AM rgw Bug #8169 (Pending Backport): rgw: swift user manifest does not compute etag
- 09:54 AM rgw Bug #8436 (Pending Backport): rgw: ignores provided md5 for object upload
- 09:40 AM Feature #7928 (Rejected): erasure-code : no SSE3 specific code
- It is not worth it.
- 09:31 AM Bug #8465 (Pending Backport): osd/OSD.cc: 4768: FAILED assert(osd->is_active())
- 09:12 AM Bug #8381: osd crash when osd use leveldb as filestore
- Hi,xinxin.
I boot the vm with keyvaluestore backend, and attach new disk. There nothing happened. - 03:28 AM Bug #8381: osd crash when osd use leveldb as filestore
- You can add these lines to /etc/ceph/ceph.conf which run qemu
[client]
log_file = /var/log/ceph/ceph-rbd.log
admin... - 02:28 AM Bug #8381: osd crash when osd use leveldb as filestore
- hi haomai , after apply your patch, after i run 'virsh attach-device' to attach rbd, the vm is killed, however , when...
- 08:50 AM devops Bug #8321 (Resolved): ceph-brag missing a python dependency on EL6
- Backported to Firefly b2bf8cb21761d88557fb2d5c0935c4a3678ee01f
- 08:46 AM Bug #8083 (In Progress): erasure-code: fix static code analysis errors found in gf-complete
- 08:03 AM Revision 8691773e (ceph): Merge pull request #1888 from ceph/wip-8472
- msg_types.h: Don't use strncmp for comparing sockaddr_in.
Reviewed-by: Loic Dachary <loic@dachary.org> - 07:34 AM Bug #8476: bloom_filter operators do not handle insert_count_
- Indeed, it is kind of difficult to compute the insert_count_ since the operations are doing by manipulate the bit_tab...
- 07:18 AM Bug #8476: bloom_filter operators do not handle insert_count_
- "related pull request":https://github.com/ceph/ceph/pull/1889/files
- 06:57 AM Bug #8476: bloom_filter operators do not handle insert_count_
- I don't understand, what's the bug here? I don't think we actually use those operators to begin with, and operations ...
- 06:44 AM Bug #8476 (Resolved): bloom_filter operators do not handle insert_count_
- According to the source code it seems that 'insert_count_' is not taken into account when manipulating objects using ...
- 06:56 AM Feature #8475: erasure-code: oversized objects when using the Cauchy technique
- "need review":https://github.com/ceph/ceph/pull/1890
- 06:30 AM Feature #8475 (Resolved): erasure-code: oversized objects when using the Cauchy technique
- When the Cauchy technique is used, the alignment constraint and the default packetsize will inflate a 4KB object to 16KB
- 04:04 AM CephFS Bug #8010 (In Progress): It's impossible to remove unused filesystem pools from a cluster
- 01:03 AM Bug #8472 (Resolved): Using strncmp to compare sockaddr_in.
05/29/2014
- 11:20 PM Revision cae085b6 (ceph): msg_types.h: Don't use strncmp for comparing sockaddr_in.
- Fixes: #8472
Signed-off-by: Dan Mick <dan.mick@inktank.com> - 11:03 PM Revision 00b92119 (ceph): doc: Improve man page for rados bench
- Add information about seq and rand for bench. Also mention
--no-cleanup option.
Signed-off-by: Kevin Dalley <kevin@k... - 10:24 PM Bug #8472 (Fix Under Review): Using strncmp to compare sockaddr_in.
- 03:39 PM Bug #8472: Using strncmp to compare sockaddr_in.
- 02:30 PM Bug #8472 (Resolved): Using strncmp to compare sockaddr_in.
- In /src/msg/msg_types.h strncmp is being used to compare sockaddr_in structures. This means that it will stop at the...
- 10:08 PM Revision 2bfb8d48 (ceph): Merge pull request #1886 from nereocystis/pools-doc
- doc: update pools documentation
Reviewed-by: Loic Dachary <loic@dachary.org> - 09:56 PM Revision 2da26999 (ceph): doc: update pools documentation
- set=>get in "Get Pool Values"
grep for 'replicated size', not 'rep size'
Signed-off-by: Kevin Dalley <kevin@kelphead... - 09:28 PM Revision ab59a100 (ceph): doc: Improve man page for bench
- Add information about seq and rand for bench. Also mention
--no-cleanup option.
Signed-off-by: Kevin Dalley <kevin@k... - 09:20 PM Revision dedd8e26 (ceph): osd: explicit shard_id_t() and NO_SHARD
- Whenever an integer needs to be converted in a shard_id_t,
replace the implicit conversion with an explicit call to t... - 09:20 PM Revision 0fd6e12b (ceph): osd: replace shard_t usage with shard_id_t
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 09:19 PM Revision 20e66d16 (ceph): osd: loop over uint8_t instead of shard_id_t
- When looping in the range [0,number of shards[ using a uint8_t variable
which is an integer instead of shard_id_t. Th... - 09:12 PM Revision 47e6fc2b (ceph): Merge pull request #1884 from nereocystis/glossary-rados
- doc: Define RADOS in glossary
- 09:11 PM Revision d723cac0 (ceph): osd: factorize shard_id_t/shard_t into a struct
- The struct contains a single uint8_t and is preferred to control
conversions that would otherwise be implicit. There ... - 09:03 PM Revision dcf9568b (ceph): doc: Define RADOS in glossary
- Signed-off-by: Kevin Dalley <kevin@kelphead.org>
- 08:22 PM Revision e52b9c64 (ceph): doc: Added osd pool default size setting example.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 08:22 PM Revision 20a04c6c (ceph): doc: Moved redundant text out of quick-common.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 07:53 PM Revision 6786d609 (ceph): common: WRITE_{EQ,CMP}_OPERATORS_1
- For when a struct is defined to encapsulate a single value and get
control over implicit conversions that would other... - 07:27 PM Revision e5f9d40b (ceph): Merge pull request #1882 from ceph/wip-8465
- osd: fix bad is_active() assert in share_map()
Reviewed-by: Samuel Just <sam.just@inktank.com> - 07:25 PM Revision 7ac05dc0 (ceph): Merge pull request #1840 from yuyuyu101/wip-8381
- Fix set_alloc_hint op cause KeyValueStore crash problem
Reviewed-by: Samuel Just <sam.just@inktank.com> - 07:10 PM Revision 8679cdbe (ceph): osd_types: add pg_log_t::rollback_info_trimmed_to
- Signed-off-by: Samuel Just <sam.just@inktank.com>
- 06:50 PM Revision afaa7a58 (ceph): Merge pull request #37 from ceph/wip-heartbeat
- osd_heartbeat_grace from 20 -> 40 when running valgrind
- 06:24 PM Revision 1db4e2cf (ceph): Merge pull request #1874 from ceph/wip-8292
- better error reporting on incompatible device requirements
Reviewed-by: Dan Mick <dan.mick@inktank.com> - 06:23 PM rgw Bug #8442: rgw: does not detect/adapt to erasure pool stripe size
- Hi sage,
Thanks, it's work!
In addition? I also really want to know design consideration of comment #1.
Thanks... - 05:16 PM rgw Bug #8442: rgw: does not detect/adapt to erasure pool stripe size
- Hi Sage,
Can you comment on the design consideration of comment #1? With erasure coding, I think it might be more ef... - 09:47 AM rgw Bug #8442: rgw: does not detect/adapt to erasure pool stripe size
- you can manually adjust rgw_max_chunk_size to 640k to work around this for now. we need to make rgw automagically de...
- 09:46 AM rgw Bug #8442: rgw: does not detect/adapt to erasure pool stripe size
- 06:23 PM Revision b26ba605 (ceph): Check for broken repos before updating
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 06:10 PM Revision f1b890ec (ceph): osd: fix bad is_active() assert in share_map()
- We may be is_stopping() here if we are racing with shutdown().
Fixes: #8465
Backport: firefly, dumpling
Signed-off-b... - 05:43 PM Revision 0b00443e (ceph): rest-api: key missing for per "rx" and "rwx"
- commit 85a1cf31e6 and db266a3fb2 introduce new per "rx" and "rwx", but key missing for per "rx" and "rwx" in permmap
... - 05:42 PM Revision 18d56c27 (ceph): Merge pull request #1880 from ailzhang/patch-1
- rest-api: key missing for per "rx" and "rwx"
Backport: firefly
Reviewed-by: Sage Weil <sage@inktank.com> - 05:40 PM Revision 72fbff6f (ceph): Merge pull request #1847 from ceph/wip-8259
- README, Makefile: make install-deps easier
Reviewed-by: Loic Dachary <loic@dachary.org> - 05:37 PM Revision e54f5e3a (ceph): Merge pull request #1860 from ceph/wip-filestore
- osd: filestore backend improvements
Reviewed-by: Loic Dachary <loic@dachary.org> - 05:31 PM rgw Feature #8473 (Resolved): rgw: Shard bucket index objects to improve single bucket PUT throughput
- There was a blueprint talking about the bucket index scalability issue - https://wiki.ceph.com/Planning/Sideboard/rgw...
- 05:26 PM Revision 49ac0c0e (ceph): Merge pull request #1864 from dachary/wip-filestore
- unit tests for #1860
- 04:30 PM devops Feature #8306 (Fix Under Review): separate ceph.rpm into ceph and ceph-common
- this is comitted to branch wip-8306 but it needs review.
- 02:30 PM CephFS Fix #8471 (New): mds: use Connection-based messenger interfaces instead of addr-based ones
- We're trying to ditch the address-based messenger interfaces throughout our codebase. We're trying harder now that we...
- 12:44 PM Bug #8445: osd not starting anymore
- Thank you Sage.
Tyler pointed me to this patch, we are testing it. - 09:42 AM Bug #8445: osd not starting anymore
- This looks like a bug we fixed in firefly. If you don't need these OSDs to recover, I suggest upgrading and replacin...
- 11:58 AM Bug #8396: osd: message delayed in Session misdirected after split
- 11:42 AM Revision bc26a555 (ceph): Merge pull request #1879 from ceph/wip-8321
- fix incompatible `Counter` usage on Python 2.6
Reviewed-by: Loic Dachary <loic@dachary.org> - 11:23 AM devops Bug #8292 (Resolved): ceph-disk prepare output not explicit on too small disk
- 11:09 AM Bug #8465 (Fix Under Review): osd/OSD.cc: 4768: FAILED assert(osd->is_active())
- https://github.com/ceph/ceph/pull/1882
- 10:05 AM Bug #8465 (Resolved): osd/OSD.cc: 4768: FAILED assert(osd->is_active())
- ubuntu@teuthology:/var/lib/teuthworker/archive/teuthology-2014-05-28_02:30:04-rados-next-testing-basic-plana/278237<p...
- 10:39 AM Bug #8259 (Resolved): add a target to ensure new dependencies are installed before builds
- 10:08 AM Documentation #8466 (Resolved): get-packages still references emperor on code examples and states...
- http://ceph.com/docs/master/install/get-packages/
- instructs to add http://ceph.com/debian-emperor/ as a repo on de... - 09:56 AM devops Bug #8321 (Pending Backport): ceph-brag missing a python dependency on EL6
- 04:43 AM devops Bug #8321 (Resolved): ceph-brag missing a python dependency on EL6
- 09:36 AM Bug #8439 (Need More Info): ceph-osd crashing often
- Can you try upgrading to 0.80 and see if this is still present? There were so many things fixed between 78 and 80 it...
- 09:31 AM Linux kernel client Bug #8464: krbd: deadlock
- yeah, looks like it's just because the block io is hung. also, this:...
- 07:57 AM Linux kernel client Bug #8464 (Resolved): krbd: deadlock
- http://pulpito.ceph.com/teuthology-2014-05-27_23:09:10-krbd-firefly-testing-basic-plana/277770/...
- 08:57 AM Bug #7891: osd: leaked pg refs on shutdown
- ubuntu@teuthology:/a/teuthology-2014-05-28_02:30:04-rados-next-testing-basic-plana/278239
- 08:32 AM devops Bug #8441 (Resolved): remove `-q` from pkg manager's install calls
- Merged into ceph-deploy's master branch with hash e5aef1b
- 07:40 AM devops Bug #8441 (Fix Under Review): remove `-q` from pkg manager's install calls
- pull request opened https://github.com/ceph/ceph-deploy/pull/193
- 07:51 AM rgw Bug #8436 (Fix Under Review): rgw: ignores provided md5 for object upload
- pull request #1862
- 07:48 AM rgw Bug #8436: rgw: ignores provided md5 for object upload
- doh, commit:ddc2e1a8e39a5c6b9b224c3eebd1c0e762ca5782 (#8169), the other commit is for #8170 which is quite harmless.
- 05:37 AM Revision abc722c8 (ceph): More verbose logging for daemon restarts
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 04:40 AM Revision 2363a17c (ceph): Bump log level to info
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 12:49 AM Revision f153bc18 (ceph): doc: Made additional changes s/CRUSH/Ceph for pull request #1855
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 12:46 AM Revision cbd75987 (ceph): Merge pull request #1855 from kazhang/patch-1
- doc: Update architecture.rst:Calculating PG IDs
- 12:33 AM Revision 1edb8821 (ceph): Merge pull request #1866 from cmattson/radosgwdoc
- doc: Improvements to radosgw docs
- 12:31 AM Revision dd85e2d6 (ceph): Merge pull request #1881 from hsdhillon/master
- doc: Fixes broken hyperlinks
- 12:13 AM Support #8462 (New): related to integrity of objects
- 1)how should i ensure my object is altered or not while am using or download that object.
2)how do i check integrity...
05/28/2014
- 10:55 PM Revision c08f4810 (ceph): doc: alter doc CSS for the removal of Apex Sans
- Signed-off-by: Ross Turk <rturk@redhat.com>
- 10:52 PM Revision 7f46b7b5 (ceph): doc: removed Apex Sans font, replace with font from GFE
- Signed-off-by: Ross Turk <rturk@redhat.com>
- 10:12 PM Revision 692f9989 (ceph): doc: Fixes broken hyperlinks
- 09:55 PM Revision 93a61dfc (ceph): Makefile: make install-deps rule
- This only works if autoconf is happy, but it's better than nothing.
Fixes: #8259
Signed-off-by: Sage Weil <sage@inkt... - 09:55 PM Revision 6fe75642 (ceph): debian: improve package dep list
- This is based on the Build-Depends in debian/control.
Signed-off-by: Sage Weil <sage@inktank.com> - 09:51 PM Revision 2fcdbf9c (ceph): Merge pull request #1812 from ceph/wip-smart-df
- mon: show writeable space in 'ceph df'
Reviewed-by: Samuel Just <sam.just@inktank.com> - 08:59 PM Revision e06c58c9 (ceph): mon: set min_size to data chunk count for erasure pools
- Make the min_size value meaningful for erasure pools.
Signed-off-by: Sage Weil <sage@inktank.com> - 08:57 PM Revision 7a9652b5 (ceph): mon: include 'max avail' in df output
- Include an estimate of the maximum writeable space for each pool. Note
that this value is a conservative estimate fo... - 08:52 PM Revision 2339d4a5 (ceph): vstart.sh: -e to create an ec pool called 'ec'
- Signed-off-by: Sage Weil <sage@inktank.com>
- 08:52 PM Revision 2f63a309 (ceph): mon: right justify df values
- Signed-off-by: Sage Weil <sage@inktank.com>
- 08:49 PM Revision 297f6169 (ceph): crush: add get_rule_weight_map
- Calculate a weight map of OSDs for a given rule.
Signed-off-by: Sage Weil <sage@inktank.com> - 07:56 PM Revision c4783543 (ceph): Don't block on teuthology-results processes
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 07:37 PM Revision 0b5a6741 (ceph): rest-api: key missing for per "rx" and "rwx"
- commit 85a1cf31e6 and db266a3fb2 introduce new per "rx" and "rwx", but key missing for per "rx" and "rwx" in permmap
... - 05:26 PM Revision 26cd37cf (ceph): Merge pull request #1878 from ceph/wip-map-advance
- osd: fix map advance limit to handle map gaps
Reviewed-by: Samuel Just <sam.just@inktank.com> - 05:11 PM Revision c427af07 (ceph): osd_heartbeat_grace from 20 -> 40 when running valgrind
- This will mask occasional 'wrongly marked me down' errors when valgrind
is running (it makes things generally slow).
... - 04:56 PM RADOS Feature #8461: Weighted monitors
- What kind of weighting system are you actually interested in? Would the weights be a per-client setting or global? If...
- 04:40 PM RADOS Feature #8461 (New): Weighted monitors
- For geographically disperse monitors, or when monitors are asymmetrical in performance characteristics, it may be ben...
- 04:54 PM Bug #8453 (Rejected): OSD crash "error (28) No space left on device not handled on operation 10 (...
- The OSD is definitely getting back ENOSPC from the local filesystem; many of them keep quite a lot of reserved space ...
- 03:11 AM Bug #8453 (Rejected): OSD crash "error (28) No space left on device not handled on operation 10 (...
- hello,
tonight one of OSDs crashed with "error (28) No space left on device not handled on operation 10 (31417988.0.... - 04:43 PM Revision a4a9a1f2 (ceph): Correct logging when running teuthology-results
- Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
- 03:54 PM Revision 634780a2 (ceph): remove unused variables, gets all tox envs passing
- Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
- 03:48 PM Revision 23b75b55 (ceph): add backport of collections.Counter for python2.6
- Using Raymond Hettinger's MIT backport
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com> - 03:27 PM Bug #8332 (Pending Backport): ceph-test-objectstore: bad return value in unlink
- 03:26 PM Bug #8332 (Resolved): ceph-test-objectstore: bad return value in unlink
- 03:24 PM rgw Bug #8288 (Duplicate): rgw tests cause osd wrongly marked down
- dup is #8319, now fixed.
- 02:55 PM Revision 59b7113c (ceph): intial take on ceph-brag-client and tox. Python 2.7 passes
- Signed-off-by: Alfredo Deza <alfredo@deza.pe>
- 02:34 PM Revision baeeddbe (ceph): Merge pull request #263 from qakapil/patch-two
- updated the get_system_type function
- 02:31 PM Revision 0b97eba3 (ceph): updated the get_system_type function
- updated the get_system_type function
to add the rpm condition for SUSE.
Signed-off-by: ksharma@suse.com - 02:10 PM rgw Bug #8436: rgw: ignores provided md5 for object upload
- Was actually broken in commit:5cc5686039a882ad345681133c9c5a4a2c2fd86b
- 01:43 PM Revision 3bf5338c (ceph): Merge pull request #259 from ceph/wip-journal-tool
- mds_journal_migration task
- 01:39 PM Revision 79dfe2cb (ceph): tasks: Use '_' instead of '-' in names
- Python modules are not allowed to contain hyphens
in the name. Using hyphens only works here because
we're using low... - 01:39 PM Revision 554f8c81 (ceph): task/ceph: separate ceph.conf into function
- This is so that other tasks can modify ceph.conf
as needed.
Signed-off-by: John Spray <john.spray@inktank.com> - 01:39 PM Revision 6f801513 (ceph): tasks/mds_journal_migration: create.
- This is for testing the changes to CephFS
journal format, especially the migration
of journals from old to new format... - 01:00 PM devops Bug #8458 (Resolved): `make check` should call tox tests for ceph-brag, ceph-disk, and ceph
- There is a clear need for better testing in multiple Python environments (Ceph supports both 2.6 and 2.7) but
there ... - 12:31 PM devops Bug #8456 (Won't Fix): download links for RPMs do not show src packages
- e.g. this link http://ceph.com/rpm/rhel6/SRPMS/
Does not have src packages for Ceph since v 0.72.2 which does not ... - 12:01 PM Revision f7f7659b (ceph): Merge pull request #1853 from dachary/wip-mailmap
- mailmap updates
each commit has been submitted to the author for review - 11:58 AM Revision 7582fa98 (ceph): mailmap: Christian Theune affiliation
- Reviewed-by: Christian Theune <ct@gocept.com>
Signed-off-by: Loic Dachary <loic@dachary.org> - 11:58 AM Revision 0b886598 (ceph): mailmap: Chris Glass affiliation
- Reviewed-by: Chris Glass <tribaal@gmail.com>
Signed-off-by: Loic Dachary <loic@dachary.org> - 11:58 AM Revision bc85b5d1 (ceph): mailmap: Aristoteles Neto affiliation
- and name normalization
Reviewed-by: Aristoteles Neto <aristoteles.neto@webdrive.co.nz>
Signed-off-by: Loic Dachary <... - 11:58 AM Revision c7585846 (ceph): mailmap: Kevin Dalley affiliation
- Reviewed-by: Kevin Dalley <kevin@kelphead.org>
Signed-off-by: Loic Dachary <loic@dachary.org> - 11:58 AM Revision be9f7437 (ceph): mailmap: Daniel J. Hofmann affiliation
- Reviewed-by: Daniel J. Hofmann <daniel@trvx.org>
Signed-off-by: Loic Dachary <loic@dachary.org> - 11:58 AM Revision 1f225906 (ceph): mailmap: Stephen F Taylor affiliation
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 11:58 AM Revision 831b2c92 (ceph): mailmap: Stefan Eilemann affiliation
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 11:58 AM Revision 63385429 (ceph): mailmap: Michael Riederer affiliation
- and name normalization
Signed-off-by: Loic Dachary <loic@dachary.org> - 11:58 AM Revision dbc66d7b (ceph): mailmap: Walter Huf affiliation
- Reviewed-by: Walter J. Huf <hufman@gmail.com>
Signed-off-by: Loic Dachary <loic@dachary.org> - 11:58 AM Revision e4928c50 (ceph): mailmap: Stuart Longland affiliation
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 11:58 AM Revision e65b7e25 (ceph): mailmap: Ilya Dryomov name normalization
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 11:58 AM Revision b2cb36f2 (ceph): mailmap: Shawn Edwards affiliation
- Signed-off-by: Loic Dachary <loic@dachary.org>
- 11:57 AM Revision 7d1a4937 (ceph): mailmap: Florent Flament affiliation
- and name normalization
Reviewed-by: Florent Flament <florent.flament@cloudwatt.com>
Signed-off-by: Loic Dachary <loi... - 11:45 AM Revision 9bfdc689 (ceph): Merge pull request #1877 from ceph/wip-tier-doc
- doc: Fix cache tier docs
Reviewed-by: Loic Dachary <loic@dachary.org> - 11:21 AM Revision 2815e4d1 (ceph): doc: Fix cache tier docs
- The instructions for 'osd tier add' were plain
wrong, claiming that the cache mode could
be passed as a third argumen... - 10:32 AM Bug #8345: PG::repair_object() should check for and return errors
- Based on the discussion we had today during the standup, my understanding is that the resolution of this problem shou...
- 08:57 AM Bug #8345: PG::repair_object() should check for and return errors
- 10:24 AM Bug #8387 (Resolved): osd: skipping missing maps broken
- 09:43 AM Bug #8387 (Fix Under Review): osd: skipping missing maps broken
- see wip-map-advance
- 10:21 AM Bug #8395 (Resolved): ceph-test-objectstore doesn't clean up
- 10:19 AM Revision d14dfac2 (ceph): Merge pull request #1856 from dachary/wip-pg-documentation
- documentation: adapt PG formula for erasure coded pools
Reviewed-By: Christophe Courtaut <christophe.courtaut@gmail.... - 10:15 AM Revision ffbb69fd (ceph): Merge pull request #1867 from dachary/wip-8324
- documentation: update pid file description
Reviewed-by: Florent Flament <florent.flament@cloudwatt.com> - 09:43 AM Revision 08b3cff5 (ceph): os: FileStore::create_backend unit tests
- Assert that the fs_type is mapped to a backend that claims to have the
matching name.
Signed-off-by: Loic Dachary <l... - 09:43 AM Revision 30816521 (ceph): os: ObjectStore::collect_metadata unit tests
- And an emacs-executable reminder about how to run a specific test.
Signed-off-by: Loic Dachary <loic@dachary.org> - 08:59 AM devops Bug #8321 (Fix Under Review): ceph-brag missing a python dependency on EL6
- Pull request opened https://github.com/ceph/ceph/pull/1879
- 06:50 AM Bug #8324 (Resolved): pid files are not created
- 03:12 AM Revision c995a1c1 (ceph): lib: implemement parsecmdlineargs
- Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
- 01:17 AM Tasks #8437 (Won't Fix): erasure code: use cauchy_good instead of reed_sol_van
- "reed solomon is best":http://dachary.org/?p=3042
- 01:14 AM Bug #8440 (Resolved): cache tier: cache_target_full_ratio can't be changed
- 01:01 AM rgw Bug #8442: rgw: does not detect/adapt to erasure pool stripe size
- Hello,
May I ask what is the design consideration behind to use multiple AIO writes (default size is 512KB) for a si...
05/27/2014
- 10:42 PM Revision 2916148f (ceph): crush: add adjust_subtree_weight()
- Adjust the weight for all (leaf) items beneath a subtree.
Signed-off-by: Sage Weil <sage@inktank.com> - 10:42 PM Revision 576315ac (ceph): mon/OSDMonitor: add 'osd crush reweight-subtree ...'
- Reweight all items within a subtree. For example, you might reweigh tall
OSDs within a rack to a new value.
Signed-... - 10:42 PM Revision 97023dcc (ceph): mon/OSDMonitor: simplify 'osd crush reweight ...' flow
- Use the goto labels; drop the do/while.
Signed-off-by: Sage Weil <sage@inktank.com> - 10:06 PM Revision 84e6a61f (ceph): Merge pull request #1813 from ceph/wip-old-out
- mon: restore osd weight after auto-mark out and then osd restart
Reviewed-by: Samuel Just <sam.just@inktank.com>
Rev... - 10:04 PM Revision f0316411 (ceph): Merge pull request #1811 from ceph/wip-perf-atomic
- perf_counter: use atomics instead of mutex
Reviewed-by: Greg Farnum <greg@inktank.com>
Reviewed-by: Samuel Just <sam... - 10:00 PM Revision e5a17212 (ceph): Merge pull request #1873 from dachary/wip-8440
- mon: fix set cache_target_full_ratio
Reviewed-by: Samuel Just <sam.just@inktank.com> - 08:20 PM rgw Bug #8452 (Resolved): S3 multipart upload ignores request headers
- rgw 0.80.1 ignores at least the @Content-Type@, @x-amz-acl@, and @x-amz-meta-*@ request headers in an S3 Initiate Mul...
- 08:16 PM Revision 4021fb69 (ceph): osd/: move split_list and split_request into OSD
- Signed-off-by: Samuel Just <sam.just@inktank.com>
- 08:04 PM Revision d113965a (ceph): Merge pull request #1876 from atwardowski/patch-4
- Fix Documentation Typo
Reviewed-by: Loic Dachary <loic@dachary.org> - 07:41 PM Revision 26862caf (ceph): Fix Documentation Typo
- Signed-off-by: Adam Twardowski <adam.twardowski@gmail.com>
- 06:17 PM Revision d4e81198 (ceph): doc: Added primary affinity. Some minor rewrap edits.
- Signed-off-by: John Wilkins <john.wilkins@inktank.com>
- 04:54 PM Revision 1ac3a503 (ceph): better error reporting on incompatible device requirements
- Signed-off-by: Alfredo Deza <alfredo@deza.pe>
- 01:51 PM Revision 78313b7d (ceph): Merge pull request #1739 from ceph/wip-journal-tool
- cephfs-journal-tool
- 01:21 PM Bug #8438 (In Progress): erasure code: object are not cleanup
- Oops, int
- 10:43 AM Bug #8438: erasure code: object are not cleanup
- 10:42 AM Bug #8438: erasure code: object are not cleanup
- This may be correct-ish behavior. The ec__head_F79165DA__4_80_1 file/object will be removed when the log entry at ve...
- 12:08 PM Bug #8447 (Resolved): librados: buffer overflow in rados_pool_list
- When input `len` is small and non-zero `strncat` will correctly avoid overflowing the input buffer, but then `len -= ...
- 09:59 AM Bug #8241: XfsFileStoreBackend tries to set extsize but may get EINVAL
- Hi Pierre,
I don't think your crash (#8439) has anything to do with this. set_extsize is simply an allocation hin... - 09:29 AM Bug #8241: XfsFileStoreBackend tries to set extsize but may get EINVAL
- I am probably facing the same issue. Initially reported as #8439
Did any of you fix the issue on your own cluster?... - 09:56 AM devops Bug #8292 (Fix Under Review): ceph-disk prepare output not explicit on too small disk
- Pull request opened: https://github.com/ceph/ceph/pull/1874
- 09:50 AM Bug #8445 (Won't Fix): osd not starting anymore
- Beside #8439 we seem to have another issue on some on our OSDs.
I'm attaching the full log of this session ( Durat... - 09:41 AM Revision db90d86e (ceph): Merge pull request #1824 from dachary/wip-documentation
- erasure-code: fix URL in developer notes
Reviewed-by: koleosfuscus <koleosfuscus@yahoo.com> - 08:53 AM Bug #8439: ceph-osd crashing often
- As noticed by Vacuity on IRC, it's possibly a dup of #8241
- 08:38 AM Bug #8439: ceph-osd crashing often
- Adding my ceph.conf:...
- 08:24 AM Revision c2225f87 (ceph): mon: fix set cache_target_full_ratio
- It was a noop because it was incorrectly using the variable n. Add a
test to protect against regression.
http://trac... - 05:58 AM devops Bug #8401 (Resolved): ceph-deploy must warn against custom cluster names when system is sysvinit
- Merged into ceph-deploy's master branch with hash e7c5b6e
- 05:40 AM rgw Bug #8442 (Resolved): rgw: does not detect/adapt to erasure pool stripe size
- *Step:*
1. Put object which size is 4MB by rados gateway (S3).
2. An error returned. The error is HTTP/1.1 500 I... - 05:39 AM devops Bug #8441 (Resolved): remove `-q` from pkg manager's install calls
- ceph-deploy has some internal checks that will make sure that there is some output within 300 seconds otherwise it wi...
- 02:40 AM Documentation #8388 (Resolved): Broken link in developer_notes for erasure_coding
- 02:28 AM Documentation #8388: Broken link in developer_notes for erasure_coding
- I built the documents locally. Problem solved.
- 01:21 AM Bug #8440 (Fix Under Review): cache tier: cache_target_full_ratio can't be changed
- "need review":https://github.com/ceph/ceph/pull/1873
- 01:00 AM Bug #8440 (Resolved): cache tier: cache_target_full_ratio can't be changed
- h3. Workaround
Set "osd_pool_default_cache_target_full_ratio":https://github.com/ceph/ceph/blob/firefly/src/common...
Also available in: Atom