Project

General

Profile

Activity

From 06/01/2019 to 06/30/2019

06/30/2019

06:34 PM Revision 2a598429 (ceph): doc: fixed broken link in Swift Settings section
Fixes: https://tracker.ceph.com/issues/40575
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
James McClune
03:44 PM Revision 42a21a43 (ceph): Merge pull request #28786 from tchaikov/wip-const-head
osd/PrimaryLogPG: more constness
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Kefu Chai
03:42 PM Revision 7b17f983 (ceph): crimson: use given osd_fsid when mkfs
MemStore does not have this feature, but CyanStore needs it. because
`qa/tasks/ceph.py` uses following steps when cre...
Kefu Chai
02:13 PM RADOS Bug #40601: osd: osd being wrongly reported down because of getloadavg taking hearbeat_lock for t...
https://github.com/ceph/ceph/pull/28799 dongdong tao
12:48 PM RADOS Bug #40601 (Fix Under Review): osd: osd being wrongly reported down because of getloadavg taking ...
currently OSD::heartbeat() will call getloadavg() to get the load info.
Since getloadavg is just open the file /proc...
dongdong tao
08:44 AM rgw Backport #40600 (Resolved): nautilus: rgw_file: rgw_readdir eof condition must take callback earl...
https://github.com/ceph/ceph/pull/29409 Nathan Cutler
08:44 AM rgw Backport #40599 (Resolved): mimic: rgw_file: rgw_readdir eof condition must take callback early t...
https://github.com/ceph/ceph/pull/30077 Nathan Cutler
08:44 AM rgw Backport #40598 (Rejected): luminous: rgw_file: rgw_readdir eof condition must take callback earl...
Nathan Cutler
08:44 AM rgw Backport #40597 (Resolved): nautilus: rgw_file: directory enumeration can be accelerated 1-2 orde...
https://github.com/ceph/ceph/pull/29954 Nathan Cutler
08:43 AM rgw Backport #40596 (Resolved): mimic: rgw_file: directory enumeration can be accelerated 1-2 orders ...
https://github.com/ceph/ceph/pull/30077 Nathan Cutler
08:43 AM rgw Backport #40595 (Rejected): luminous: rgw_file: directory enumeration can be accelerated 1-2 orde...
Nathan Cutler
08:43 AM rbd Backport #40594 (Resolved): nautilus: rbd_mirror/ImageSyncThrottler.cc: 61: FAILED ceph_assert(m_...
https://github.com/ceph/ceph/pull/28817 Nathan Cutler
08:43 AM rbd Backport #40593 (Resolved): mimic: rbd_mirror/ImageSyncThrottler.cc: 61: FAILED ceph_assert(m_que...
https://github.com/ceph/ceph/pull/28815 Nathan Cutler
08:43 AM rbd Backport #40592 (Resolved): luminous: rbd_mirror/ImageSyncThrottler.cc: 61: FAILED ceph_assert(m_...
https://github.com/ceph/ceph/pull/28812 Nathan Cutler
08:43 AM rgw Backport #40591 (Resolved): nautilus: rgw: deleting bucket can fail when it contains unfinished m...
https://github.com/ceph/ceph/pull/29154 Nathan Cutler
08:43 AM rgw Backport #40590 (Resolved): mimic: rgw: deleting bucket can fail when it contains unfinished mult...
https://github.com/ceph/ceph/pull/29016 Nathan Cutler
08:43 AM rgw Backport #40589 (Rejected): luminous: rgw: deleting bucket can fail when it contains unfinished m...
Nathan Cutler
08:27 AM Bug #40588 (Fix Under Review): mimic: mds: msg weren't destroyed before handle_client_reconnect r...
Nathan Cutler
02:04 AM Bug #40588: mimic: mds: msg weren't destroyed before handle_client_reconnect returned, if the rec...
https://github.com/ceph/ceph/pull/28796 shen hang
01:29 AM Bug #40588 (Resolved): mimic: mds: msg weren't destroyed before handle_client_reconnect returned,...
in the function handle_client_reconnect
@ Session *session = mds->get_session(m);
if (!session)
return;@...
shen hang
08:09 AM Revision 0164c399 (ceph): mgr/status: fix 'ceph osd status' ZeroDivisionError
Signed-off-by: simon gao <simon29rock@gmail.com> simon gao
07:55 AM Revision 5f0f8358 (ceph): Merge pull request #28719 from majianpeng/remove-unused-code-XioMessenger
msg/Message: Remove used code about XioMessenger.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:52 AM Revision db09ea85 (ceph): Merge pull request #28794 from tchaikov/wip-crimson-option-help-seastar
crimson/osd: add "--help-seastar" command line option
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
02:32 AM Revision 43ffd5b0 (ceph): mds: destroy reconnect msg when it is from non-existent session
fixes: http://tracker.ceph.com/issues/40588
This bug is from backporting "https://github.com/ceph/ceph/pull/27256"
O...
shen hang

06/29/2019

08:56 PM Revision 29e95f9c (ceph): qa/workunits/rados/test_envlibrados_for_rocksdb: install g++ not g++-4.7
since fog now deploys ubuntu 18.04 where g++-4.7 is not available
anymore, so g++ is good enough.
Signed-off-by: Kef...
Kefu Chai
03:47 PM Revision d0d89325 (ceph): CMakeLists.txt: s/Remote block storage/RADOS Block Device/
RBD is short for RADOS Block Device, not Remote Block Storage.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:35 PM Revision 1400867d (ceph): CMakeLists.txt: fix typo in error message
krbd depends on rbd, so we cannot build krbd without rbd.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:25 PM RADOS Bug #39059 (Can't reproduce): assert in ceph::net::SocketMessenger::unregister_conn()
not reproducible anymore. Kefu Chai
03:23 PM ceph-volume Bug #40100: Missing block.wal and block.db symlinks on restart
https://github.com/ceph/ceph/pull/28791 Kefu Chai
03:16 PM Revision 9e3e5d43 (ceph): doc/dev/crimson.rst: update with stuff related to seastar options
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:02 PM Revision b8b205a3 (ceph): Merge pull request #28792 from tchaikov/wip-crimson-logging
common/config_values: set seastar logging level per that of ceph
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
02:54 PM Revision c8dac70a (ceph): Merge pull request #28790 from tchaikov/wip-crimson-unknown-objectstore
crimson/osd: abort on unsupported objectstore type
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
02:48 PM Revision 67bc3e0a (ceph): crimson/osd: add "--help-seastar" command line option
so we can
* have access to the available command line options offered by Seastar.
* tell if the executable we are pl...
Kefu Chai
01:41 PM Revision a66c27ad (ceph): doc/dev/crimson.rst: update logging related doc
as crimson's logging levels are now connected those of ceph, there is no
need to note down the difference between the...
Kefu Chai
01:38 PM Revision dc4d8082 (ceph): crimson/osd: revert 9813f7d6
since we have a proper PeeringState implementation, there is no need to
fake an active+clean PG anymore.
Signed-off-...
Kefu Chai
01:38 PM Revision 513e49b3 (ceph): common/dout.h: extract log level mapping out
so we can reuse it.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:38 PM Revision 253d0530 (ceph): common/config_values: set seastar logging level as well
when the logging level of a subsys changes, update seastar accordingly
before this change, seastar logging levels of...
Kefu Chai
12:03 PM Revision 713a9a09 (ceph): crimson/osd: use get_osdmap_epoch()
always prefer using the interface.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:03 PM Revision 8b4c62f5 (ceph): crimson/osd: add a space before function name
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:03 PM Revision 02388911 (ceph): crimson/common: implement "__ceph_abortf()"
the macro of `ceph_abort_msgf()` is implemented using it.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:03 PM Revision cf649284 (ceph): crimson/osd: add editor variables/options
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:03 PM Revision d5dbee1f (ceph): crimson/osd: abort on unsupported objectstore type
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:50 AM rgw Bug #40587: rgw: fix drain handles error when deleting bucket with bypass-gc option
https://github.com/ceph/ceph/pull/28789 dongdong tao
09:34 AM rgw Bug #40587: rgw: fix drain handles error when deleting bucket with bypass-gc option
I will submit a PR soon dongdong tao
09:32 AM rgw Bug #40587 (Resolved): rgw: fix drain handles error when deleting bucket with bypass-gc option
When we use command "radosgw-admin bucket rm --bucket=<bucket name> --bypass-gc --purge-objects" to delete a very lar... dongdong tao
09:42 AM Revision bcdd7e63 (ceph): rgw: fix drain handles error when deleting bucket with bypass-gc option
Fixes: https://tracker.ceph.com/issues/40587
Signed-off-by: dongdong tao <dongdong.tao@canonical.com>
Dongdong Tao
07:58 AM Revision d81284ba (ceph): debian: remove dup ceph-fuse line
Signed-off-by: huangjun <huangjun@xsky.com> huangjun
06:32 AM Revision 85478ea1 (ceph): osd/PrimaryLogPG: more constness
use `hobject_t::get_head()` instead of relying on the fact that head
object's snap is `CEPH_NOSNAP`.
Signed-off-by: ...
Kefu Chai
04:12 AM Revision e2af7fe0 (ceph): Merge pull request #28780 from varshar16/wip-doc-update-sepia-link
doc: Updates link to Sepia lab
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:54 AM rgw Backport #23223: luminous: rgw: garbage collector removes objects slowly
PR: https://github.com/ceph/ceph/pull/28784
- backports AIO garbage collection to luminous
- includes patch for C++...
Jesse Williamson
01:26 AM Revision 3a4737ee (ceph): osd/PrimaryLogPG: do_op - do not create head object twice
That might be expensive, especially for the hot paths.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
12:15 AM RADOS Bug #40586 (Resolved): OSDs get killed by OOM due to a broken switch
Jun 11 04:19:26 host-192-168-9-12 kernel: [409881.136278] Node 1 Normal: 26515*4kB (UEM) 1226*8kB (UEM) 40*16kB (UEM)... xie xingguo
12:14 AM Revision 6cc90f36 (ceph): osd/OSD: auto mark heartbeat sessions as stale and tear them down
The primary benefit is that the OSD doesn't need to keep a flood of
blocked heartbeat messages around in memory.
This...
xie xingguo

06/28/2019

11:11 PM rgw Feature #40456 (Pending Backport): rgw_file: directory enumeration can be accelerated 1-2 orders ...
Matt Benjamin
11:09 PM Revision 0dd78c1b (ceph): Merge pull request #28664 from linuxbox2/wip-rgwfile-faststats
rgw_file: introduce fast S3 Unix stats (immutable) Matt Benjamin
09:52 PM Revision 0d9ea078 (ceph): doc: update erasure-code.rst with review comments.
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
09:52 PM Revision 4f246cf7 (ceph): doc: update erasure code recovery description
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
09:28 PM Revision 9e1379ba (ceph): doc: update erasure-code.rst with review comments.
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
09:28 PM Revision 724129f8 (ceph): doc: update erasure code recovery description
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
08:53 PM rgw Feature #23908 (In Progress): List objects version 2
feature merged in https://github.com/ceph/ceph/pull/28102. needs code cleanup before backports Casey Bodley
08:36 PM Revision 9789f105 (ceph): Merge pull request #28783 from cbodley/wip-rgw-object-lock-get-params
rgw: fix MalformedXML errors in PutBucketObjectLock/PutObjRetention Ali Maredia
08:29 PM Revision 6bf2786d (ceph): rgw_file: introduce fast S3 Unix stats (immutable)
For objects originating in S3/Swift, it is frequently acceptable
to synthesize c/mtime and size stats from meta attri...
Matt Benjamin
08:17 PM Revision 3dc34073 (ceph): Merge pull request #27964 from Kriechi/fix-rgw-ldap-username
docs: fix rgw_ldap_dnattr username token Matt Benjamin
08:13 PM rgw Bug #40406: USERNAME ldap token not replaced in rgw client
The documentation is missing the necessary "@" characters around the USERNAME token.
I already sent a PR about two m...
Thomas Kriechbaumer
08:11 PM RADOS Bug #40576: src/osd/PrimaryLogPG.cc: 10513: FAILED assert(head_obc)

I think you just didn't remove it from osd.12 because osd.12 the primary is trying to push the stray clone to osd.9.
David Zafman
08:04 PM RADOS Bug #40576: src/osd/PrimaryLogPG.cc: 10513: FAILED assert(head_obc)

Where is the line like this in the new crash:
/tmp/b-2I_Suq1c6XVP/build/node/root/packages/ceph/workdir-FunpCBst...
David Zafman
12:00 PM RADOS Bug #40576: src/osd/PrimaryLogPG.cc: 10513: FAILED assert(head_obc)
The removal appeared to be successful, however the OSD still crashes in a similar way:... Kenneth Van Alstyne
03:51 AM RADOS Bug #40576: src/osd/PrimaryLogPG.cc: 10513: FAILED assert(head_obc)

Because of the missing _object info_ the --op list mechanism gets an error so it can't generate the JSON for this b...
David Zafman
02:14 AM RADOS Bug #40576: src/osd/PrimaryLogPG.cc: 10513: FAILED assert(head_obc)
... David Zafman
02:09 AM RADOS Bug #40576: src/osd/PrimaryLogPG.cc: 10513: FAILED assert(head_obc)
The problematic object appears to be rbd_data.554d416b8b4567.000000000000151f:b691. I can't get this OSD to give up ... Kenneth Van Alstyne
02:08 AM RADOS Bug #40576 (Closed): src/osd/PrimaryLogPG.cc: 10513: FAILED assert(head_obc)
It appears that a snapshot containing an inconsistent object was removed at some point, causing ceph-osd to now crash... Kenneth Van Alstyne
07:25 PM rgw Bug #40526 (Pending Backport): rgw: deleting bucket can fail when it contains unfinished multipar...
Casey Bodley
07:25 PM Revision 3553c6ee (ceph): Merge pull request #28724 from ivancich/wip-abort-multipart-fix
rgw: multipart upload abort is best-effort
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:58 PM Revision da1bc86c (ceph): Merge pull request #28102 from albIN7/liv2
RGW:Listobjectsv2 Ali Maredia
06:54 PM Revision 33a00eee (ceph): rgw: fix MalformedXML errors in PutBucketObjectLock/PutObjRetention
RGWPutBucketObjectLock was not calling get_params(), so the 'data' it
was trying to parse was empty
RGWPutObjRetenti...
Casey Bodley
06:51 PM Revision fd2732f7 (ceph): osd: Only request scrub reservations from PG's acting set
Fixes: http://tracker.ceph.com/issues/40530
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
06:51 PM Revision ab583712 (ceph): osd: Handle osd_max_scrub > 1 by not getting stuck on first ScrubJob
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit d938b28565c801b1a6de8e8ce585f2389595311b)...
David Zafman
06:51 PM Revision bded54e7 (ceph): osd: Handle scrub interval changes
Global changes reschedule all PG scrubs
Pool changes reschedule pool PG scrubs
Signed-off-by: David Zafman <dzafman@...
David Zafman
06:46 PM rgw Bug #40585 (Resolved): ReshardWait.wait_yield unit test failure
... Sage Weil
06:44 PM Revision b4757f32 (ceph): Merge PR #28491 into master
* refs/pull/28491/head:
doc/rados/operations: add safe-to-destroy check to OSD replacement workflow
Reviewed-by: Jo...
Sage Weil
05:13 PM CephFS Bug #40584 (New): kernel build failure in kernel_untar_build.sh
Have been seeing `qa/workunits/kernel_untar_build.sh` failures in luminous lately. See:
http://qa-proxy.ceph.c...
Venky Shankar
05:00 PM Revision 36df505d (ceph): Merge pull request #28781 from ivancich/wip-fix-source-permissions
src/: remove execute permissions on nine source files
Reviewed-by: Kefu Chai <kchai@redhat.com>
J. Eric Ivancich
04:53 PM Revision 733df09f (ceph): common/options.cc, doc: osd_snap_trim_sleep overrides other variants
A value > 0 for osd_snap_trim_sleep, will override the backend specific
variants of osd_snap_trim_sleep.
Signed-off-...
Neha Ojha
04:51 PM Revision 15d8b382 (ceph): Merge pull request #28759 from yuriw/wip-yuriw-dictro-kraken
qa/tests: removed ubuntu 14.04 from kraken supported distro Yuri Weinstein
04:45 PM RADOS Bug #40583 (Fix Under Review): Lower the default value of osd_deep_scrub_large_omap_object_key_th...
Neha Ojha
03:42 PM RADOS Bug #40583 (Resolved): Lower the default value of osd_deep_scrub_large_omap_object_key_threshold
The current default of 2million k/v pairs is too high. Recovery takes too long
for bucket index objects with this mu...
Neha Ojha
04:11 PM Revision bad43f85 (ceph): Merge pull request #28775 from neha-ojha/wip-doc-delete-sleep
doc/rados/configuration/osd-config-ref.rst: document osd_delete_sleep
Reviewed-by: Sage Weil <sage@redhat.com>
Neha Ojha
03:33 PM Revision a8c07913 (ceph): misc: remove execute permissions on nine source files
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
03:31 PM Stable releases Tasks #40404: Nautilus v14.2.2
h3. QE VALIDATION (STARTED 6/28/19)
*%{color:brown}See details of approvals => https://lists.ceph.io/hyperkitty/li...
Yuri Weinstein
03:27 PM Stable releases Tasks #40404: Nautilus v14.2.2
... Yuri Weinstein
03:21 PM Stable releases Tasks #40404: Nautilus v14.2.2

* | + | | | | | | | | | | | | | | "rgw: add perf counter definitions for multisite sync":https://github.com/ceph/...
Yuri Weinstein
02:54 PM Stable releases Tasks #40404: Nautilus v14.2.2
... Yuri Weinstein
03:12 PM rgw Bug #40375 (Pending Backport): rgw_file: rgw_readdir eof condition must take callback early termi...
Matt Benjamin
03:05 PM Revision 277da964 (ceph): Merge pull request #28565 from linuxbox2/wip-rgwfile-eof
rgw_file: fix readdir eof() calc--caller stop implies !eof Matt Benjamin
03:02 PM CephFS Bug #40582 (Rejected): cephfs-journal-tool: Error 22 ((22) Invalid argument)
For unknown reason journal export stopped working.
journal is 23438084784916~692721059
2019-06-28 17:00:02.692533...
Anonymous
02:56 PM Revision ca6bfd19 (ceph): qa/valgrind.supp: drop boost::lockfree::queue suppression
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:56 PM Revision b5955682 (ceph): cmake: boost valgrind fixes for boost::lockfree::queue
The issue has been fixed upstream under lockfree commit
7e23dac52d08ed1a099de9a6fb8bcdefbb06d2da but is not yet avail...
Jason Dillaman
02:27 PM Revision 73d1973c (ceph): mgr/devicehealth: sort keys when dumping metrics
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:17 PM Revision 709f76c5 (ceph): doc: Updates link to Sepia lab
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
01:20 PM Dashboard Feature #40581 (Resolved): mgr/dashboard: Write E2E test to verify that Block Mirror's have editi...
1. Click a pool on the Block Mirroring page
2. Click the Edit Mode button
3. Select a new mode from the drop down m...
Rafael Quintero
11:42 AM Revision a28d3207 (ceph): Merge pull request #28761 from lixiaoy1/pmem_osd
os/bluestore: fix pmem osd build problem
Reviewed-by: Jason Dillaman <dllaman@redhat.com>
Jason Dillaman
10:34 AM Dashboard Bug #40580 (Resolved): mgr/dashboard: Fix the table mouseenter event handling test
... Laura Paduano
09:38 AM Revision 7a31610d (ceph): Merge pull request #28776 from badone/wip-minimimal-config-no-longer-valid
do_cmake.sh: Add a heading to the minimal config
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:45 AM Revision 6f842ac6 (ceph): os/bluestore: fix pmem osd build problem
Signed-off-by: Peterson, Scott <scott.d.peterson@intel.com>
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com>
Xiaoyan Li
08:34 AM RADOS Documentation #40579 (Fix Under Review): doc: POOL_NEAR_FULL on OSD_NEAR_FULL
http://docs.ceph.com/docs/luminous/rados/operations/health-checks/#pool-near-full only describes pool_near_full when ... Torben Hørup
06:10 AM CephFS Feature #40299 (Resolved): mgr/volumes: allow setting mode on fs subvol, subvol group
Patrick Donnelly
06:10 AM CephFS Bug #40431 (Resolved): mgr/volumes: allow setting data pool layout for fs subvolumes
Patrick Donnelly
06:10 AM CephFS Bug #40429 (Resolved): mgr/volumes: subvolume.py calls Exceptions with too few arguments.
Patrick Donnelly
06:10 AM CephFS Backport #40571 (Resolved): nautilus: mgr/volumes: allow setting mode on fs subvol, subvol group
Patrick Donnelly
06:09 AM CephFS Backport #40570 (Resolved): nautilus: mgr/volumes: allow setting data pool layout for fs subvolumes
Patrick Donnelly
06:09 AM CephFS Backport #40569 (Resolved): nautilus: mgr/volumes: subvolume.py calls Exceptions with too few arg...
Patrick Donnelly
06:09 AM Revision 51abe8f0 (ceph): Merge PR #28767 into nautilus
* refs/pull/28767/head:
mgr/volumes: fix incorrect VolumeException arguments
mgr/volumes: allow setting mode
mgr/v...
Patrick Donnelly
05:46 AM Revision f313ea39 (ceph): do_cmake.sh: Add a heading to the minimal config
Post #28634 the minimal ceph config is invalid without a header.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
04:14 AM Revision 4987bea9 (ceph): Merge pull request #28771 from athanatos/sjust/wip-schedule-event-on-co...
crimson/osd/pg: start_operation for read_state, schedule_event_on_commit
Reviewed-by: Yingxin Cheng <yingxincheng@gm...
Kefu Chai
03:45 AM RADOS Bug #40410 (Need More Info): ceph pg query Segmentation fault in 12.2.10
Brad Hubbard
02:38 AM CephFS Cleanup #40578 (Resolved): mds: reorganize class members in headers to follow coding guidelines
Guide here: https://google.github.io/styleguide/cppguide.html#Declaration_Order
A past commit that has improved th...
Patrick Donnelly
02:32 AM RADOS Bug #40577 (Resolved): vstart.sh can't work.
When firstly do_cmake.sh, it will create a ceph.conf .in build dir.
plugin dir = lib
erasure code dir = lib
When d...
jianpeng ma
01:53 AM RADOS Bug #40421: osd: lost op?
Greg Farnum wrote:
> Has this recurred on master? What PRs were in that test branch?
I haven't looked at a recent...
Patrick Donnelly
12:21 AM Revision 981babc8 (ceph): doc/rados/configuration/osd-config-ref.rst: document osd_delete_sleep
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha

06/27/2019

09:20 PM Revision 27918bb9 (ceph): osd: Handle scrub interval changes
Global changes reschedule all PG scrubs
Pool changes reschedule pool PG scrubs
Signed-off-by: David Zafman <dzafman@...
David Zafman
09:20 PM Revision d938b285 (ceph): osd: Handle osd_max_scrub > 1 by not getting stuck on first ScrubJob
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
09:20 PM Revision 0855ef82 (ceph): osd: Only request scrub reservations from PG's acting set
Fixes: http://tracker.ceph.com/issues/40530
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
09:10 PM Documentation #40575 (Resolved): doc: broken link on radosgw config reference page
When referencing the OpenShift Object Storage (Swift) API, the slightly differently link goes to a non-existent OpenS... James McClune
08:55 PM Revision 27e62b03 (ceph): osd: Fix PG::sched_scrub() logic so time_for_deep is consistent on re-e...
Perform calculations on the first entry to PG::sched_scrub() and save
scrubber.time_for_deep. This makes it clear th...
David Zafman
08:55 PM Revision 179bf6b0 (ceph): osd: Fix the way that auto repair triggers after regular scrub
We used a trick to get auto repair to happen after scrub errors
which reset the scrub/deep-scrub stamps. This not on...
David Zafman
08:54 PM Revision 7e0d9096 (ceph): osd: cleanup: Use the specific sched_time to see if scrub user requested
Replace bool scrub_registered with check of scrub_reg_stamp
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry...
David Zafman
08:48 PM Revision 6be12f22 (ceph): librbd: remove special case for starting AioCompletion ops
All ops can be immediately started now that flush ops won't
accidentally block themselves.
Signed-off-by: Jason Dill...
Jason Dillaman
08:48 PM Revision ef4fdf78 (ceph): librbd: simplify IO flush handling through AsyncOperation
Allow ImageFlushRequest to directly execute a flush call through
AsyncOperation. This will allow the flush to be dire...
Jason Dillaman
08:47 PM Revision 4a4c1fde (ceph): osd: Fix the way that auto repair triggers after regular scrub
We used a trick to get auto repair to happen after scrub errors
which reset the scrub/deep-scrub stamps. This not on...
David Zafman
08:47 PM Revision 445b0221 (ceph): osd: Fix PG::sched_scrub() logic so time_for_deep is consistent on re-e...
Perform calculations on the first entry to PG::sched_scrub() and save
scrubber.time_for_deep. This makes it clear th...
David Zafman
08:23 PM RADOS Feature #40528 (Fix Under Review): Better default value for osd_snap_trim_sleep
Neha Ojha
08:10 PM Linux kernel client Feature #16480 (In Progress): kernel inline data write suport
Jeff Layton
08:09 PM Linux kernel client Feature #16480: kernel inline data write suport
I spent some time looking at this today, and I think I see a path forward. The current kclient code mostly tries to u... Jeff Layton
07:46 PM Revision accf95e9 (ceph): doc/rados/configuration/osd-config-ref.rst: document snap trim sleep
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
07:38 PM Revision 517ba568 (ceph): crimson/osd/pg: start_operation for read_state, schedule_event_on_commit
This way they'll be holding the appropriate pipeline stage.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
07:34 PM Linux kernel client Bug #39258: add statx support to kcephfs
Patches are in for this, and there are some basic statx tests in xfstests. For now, we may have to settle for that as... Jeff Layton
06:42 PM Revision f01d0378 (ceph): librbd: remove special case for starting AioCompletion ops
All ops can be immediately started now that flush ops won't
accidentally block themselves.
Signed-off-by: Jason Dill...
Jason Dillaman
06:41 PM rgw Backport #23223: luminous: rgw: garbage collector removes objects slowly
https://github.com/linuxbox2/ceph/tree/luminous-gc Matt Benjamin
06:18 PM Revision 69a03c2e (ceph): librbd: simplify IO flush handling through AsyncOperation
Allow ImageFlushRequest to directly execute a flush call through
AsyncOperation. This will allow the flush to be dire...
Jason Dillaman
05:57 PM rbd Backport #40574 (In Progress): luminous: Disabling journal might result in assertion failure
Jason Dillaman
05:57 PM rbd Backport #40574 (Resolved): luminous: Disabling journal might result in assertion failure
https://github.com/ceph/ceph/pull/28773 Jason Dillaman
05:56 PM rbd Backport #40573 (In Progress): mimic: Disabling journal might result in assertion failure
Jason Dillaman
05:53 PM rbd Backport #40573 (Resolved): mimic: Disabling journal might result in assertion failure
https://github.com/ceph/ceph/pull/28770 Jason Dillaman
05:49 PM rbd Backport #40572 (In Progress): nautilus: Disabling journal might result in assertion failure
Jason Dillaman
05:49 PM rbd Backport #40572 (Resolved): nautilus: Disabling journal might result in assertion failure
https://github.com/ceph/ceph/pull/28769 Jason Dillaman
05:49 PM rbd Bug #40555 (Pending Backport): Disabling journal might result in assertion failure
Jason Dillaman
05:44 PM rgw Bug #38055: rgw: GET/HEAD and PUT operations on buckets w/lifecycle expiration configured do not ...
Casey Bodley
05:41 PM rbd Bug #39968 (Resolved): [journal] add support for aligned appends
Jason Dillaman
05:41 PM Revision 8ba339a4 (ceph): Merge pull request #28351 from trociny/wip-39968
journal: add support for aligned appends
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:40 PM rbd Bug #40519 (Pending Backport): rbd_mirror/ImageSyncThrottler.cc: 61: FAILED ceph_assert(m_queue.e...
Jason Dillaman
05:37 PM Revision 9e1dffde (ceph): Merge pull request #28730 from trociny/wip-40519
rbd-mirror: handle duplicates in image sync throttler queue
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:37 PM Revision e1c25b85 (ceph): Merge pull request #28748 from trociny/wip-journal-player-handle_cache_...
journal: fix race between player shut down and cache rebalance
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:54 PM Revision 6ef4179f (ceph): osd/: rephrase [un]reg_next_scrub as on_info_history_change
As PeeringState won't be as careful about usage of
on_info_history_change, add a scrub_registered flag
to protect aga...
Samuel Just
04:54 PM Revision 82962123 (ceph): osd: Don't randomize deep scrubs when noscrub set
Fixes: http://tracker.ceph.com/issues/40198
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
04:44 PM Revision 560fca12 (ceph): osd: add hdd, ssd and hybrid variants for osd_snap_trim_sleep
This is better than the earlier default, which was set to 0.
Fixes: https://tracker.ceph.com/issues/40528
Signed-off...
Neha Ojha
04:43 PM RADOS Backport #40265 (In Progress): nautilus: Setting noscrub causing extraneous deep scrubs
David Zafman
04:07 PM CephFS Backport #40571 (In Progress): nautilus: mgr/volumes: allow setting mode on fs subvol, subvol group
Ramana Raja
04:00 PM CephFS Backport #40571 (Resolved): nautilus: mgr/volumes: allow setting mode on fs subvol, subvol group
https://github.com/ceph/ceph/pull/28767 Ramana Raja
03:59 PM CephFS Backport #40570 (In Progress): nautilus: mgr/volumes: allow setting data pool layout for fs subvo...
Ramana Raja
03:59 PM CephFS Backport #40570 (Resolved): nautilus: mgr/volumes: allow setting data pool layout for fs subvolumes
https://github.com/ceph/ceph/pull/28767 Ramana Raja
03:58 PM CephFS Backport #40569 (In Progress): nautilus: mgr/volumes: subvolume.py calls Exceptions with too few ...
Ramana Raja
03:57 PM CephFS Backport #40569 (Resolved): nautilus: mgr/volumes: subvolume.py calls Exceptions with too few arg...
https://github.com/ceph/ceph/pull/28767 Ramana Raja
03:50 PM Revision 349dc207 (ceph): mgr/volumes: fix incorrect VolumeException arguments
Fixes: http://tracker.ceph.com/issues/40429
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit ...
Ramana Raja
03:49 PM Revision 6c5212a3 (ceph): mgr/volumes: allow setting mode
... of fs subvolumes and subvolume groups during their creation.
Fixes: https://tracker.ceph.com/issues/40299
Signed...
Ramana Raja
03:49 PM Revision 9700d190 (ceph): mgr/volumes: allow setting data pool layout
... of fs subvolumes and subvolume groups during their creation.
Fixes: https://tracker.ceph.com/issues/40431
Signed...
Ramana Raja
03:42 PM Revision 0a28dd03 (ceph): doc/rados/operations: add safe-to-destroy check to OSD replacement work...
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:10 PM RADOS Documentation #40568 (Fix Under Review): monmaptool: document the new --addv argument
Since the introduction of the new Messenger v2 protocol in Ceph Nautilus the @monmaptool@ has been updated to support... Luca Castoro
03:00 PM Revision d2fbe9f6 (ceph): librbd: remove special case for starting AioCompletion ops
All ops can be immediately started now that flush ops won't
accidentally block themselves.
Signed-off-by: Jason Dill...
Jason Dillaman
02:58 PM Revision ef92617a (ceph): librbd: simplify IO flush handling through AsyncOperation
Allow ImageFlushRequest to directly execute a flush call through
AsyncOperation. This will allow the flush to be dire...
Jason Dillaman
02:20 PM Dashboard Feature #40567 (Resolved): mgr/dashboard: select placement target on RGW bucket creation
Proposal:
!select-placement-target.png!
Alfonso Martínez
02:15 PM Revision 0c0adeb6 (ceph): src/tools/ceph-dedup-tool: fix counting total objects
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
02:10 PM CephFS Bug #40431 (Pending Backport): mgr/volumes: allow setting data pool layout for fs subvolumes
Venky Shankar
02:09 PM CephFS Feature #40299 (Pending Backport): mgr/volumes: allow setting mode on fs subvol, subvol group
Venky Shankar
02:09 PM CephFS Bug #40429 (Pending Backport): mgr/volumes: subvolume.py calls Exceptions with too few arguments.
Venky Shankar
02:08 PM Revision c404a30f (ceph): Merge pull request #28706 from ajarr/wip-fs-subvolumes-enhancements
mgr/volumes: minor enhancements and fixes Venky Shankar
02:06 PM RADOS Bug #40554: "admin_socket" value cannot be configured via the MON config store
Note that this error is printed even if the client *does not* have an override for "admin socket". For non-daemons, t... Jason Dillaman
01:39 PM Revision c2c29293 (ceph): src/tools: fix chunk_scrub
This commit makes chunk_scrub as a chunk_pool-based operation.
chunk_scrub procedure:
1. find references in the chunk...
myoungwon oh
11:53 AM Revision 4512848c (ceph): msg/async/dpdk: silence GCC warning
no need to std::move() a local variable when returning it.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:53 AM Revision 3f5d3bd0 (ceph): msg/async/dpdk: fix FTBFS
it was broken by 3a52d3cf
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:24 AM Revision a53c396e (ceph): Merge pull request #28653 from zhangsw/cleanup-doc-sample.conf
sample.ceph.conf: correct the default value of filestore merge threshold
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:09 AM Revision 17474e60 (ceph): Merge pull request #28749 from hydro-b/patch-1
doc/radosgw/compression.rst: fix typo
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu Chai <kchai@r...
Kefu Chai
11:00 AM Revision 1a2700f4 (ceph): qa/tasks: extract {ERASURE_CODED,REPLICATED}_POOL out
so they can be reused by `Thrasher`.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:00 AM Revision fbd4836d (ceph): qa/tasks/ceph_manager.py: ignore errors in test_pool_min_size
to be specific, ignore errors when querying erasure coded pool's
erasure-code-profile. the pool might be removed afte...
Kefu Chai
10:40 AM Dashboard Bug #40566 (Fix Under Review): mgr/dashboard: Upgrade to ceph-iscsi config v10
Ricardo Marques
09:46 AM Dashboard Bug #40566 (Resolved): mgr/dashboard: Upgrade to ceph-iscsi config v10
Now that https://github.com/ceph/ceph-iscsi/pull/84 has been merged, Ceph Dashboard must be adapted accordingly. Ricardo Marques
08:55 AM Dashboard Bug #40565 (Duplicate): mgr/dashboard: dashboard Jenkins job fails with "global_init: error readi...
e.g. here: https://jenkins.ceph.com/view/all/job/ceph-dashboard-pull-requests/366/console
or here: https://jenkins.c...
Laura Paduano
07:35 AM RADOS Fix #40564 (New): Objecter does not have perfcounters for op latency
Now Objecter's perf counter is incomplete,such as:
Firstly, the number of CEPH_OSD_OP_TMAPUP、CEPH_OSD_OP_TMAPGET and...
侯 斌
07:33 AM mgr Bug #39486 (Need More Info): debian package from source - mgr module enable dashboard: Frontend a...
Looks like there is more conversation required - I removed the docs changes from "PR#27997":https://github.com/ceph/c... Lenz Grimmer
07:25 AM Revision f90c1113 (ceph): doc: Improved dashboard feature overview
Added some newly added features, improved wording.
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
Lenz Grimmer
06:25 AM CephFS Feature #40563 (Fix Under Review): client: query a single cache information, for example print a ...
I want to query a single cache information, for example print a single inode cache information,but the client cache i... wenpeng li

06/26/2019

10:27 PM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
Interesting, thanks Han.
Would you mind uploading an sosreport from one node where the failure does happen and one...
Brad Hubbard
06:40 AM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
Brad Hubbard wrote:
> Hello Han,
>
> It's still not clear to me exactly what is going on here. There is some sort...
qingbo han
06:31 AM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
Hello Han,
It's still not clear to me exactly what is going on here. There is some sort of invalid memory access o...
Brad Hubbard
09:26 PM RADOS Feature #40562 (New): More granular setting for alerting full ratios for disks with different sizes
Following is the RFE description:
When we're using heterogeneous hardware i.e. disks having different sizes.
T...
Neha Ojha
09:10 PM Revision 56c1a30f (ceph): qa/tests: removed ubuntu 14.04 from kraken supported distro
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:10 PM RADOS Bug #40421: osd: lost op?
Has this recurred on master? What PRs were in that test branch? Greg Farnum
09:09 PM RADOS Bug #40521: cli timeout (e.g., ceph pg dump)
In the second log snippet there:
> remote/smithi203/log/ceph-mon.b.log.gz:2019-06-22T11:51:16.769+0000 7f779cd5c700 ...
Greg Farnum
08:37 PM Revision 695c4932 (ceph): mgr/volumes: fix incorrect VolumeException arguments
Fixes: http://tracker.ceph.com/issues/40429
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
08:37 PM Revision 5c00cc30 (ceph): mgr/volumes: allow setting mode
... of fs subvolumes and subvolume groups during their creation.
Fixes: https://tracker.ceph.com/issues/40299
Signed...
Ramana Raja
08:18 PM Revision 16f25060 (ceph): doc: drop the information about PKI tokens.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:18 PM Revision 2b77c3f1 (ceph): common: OpenSSL's init code uses std::vector now.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:11 PM Revision b9986374 (ceph): build, common, crypto, rgw: drop USE_OPENSSL as OpenSSL is obligatory.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:10 PM Revision f2b49b38 (ceph): rgw: drop the local validation of PKI/PKIz tokens, part 2.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:10 PM Revision 7f5f9892 (ceph): rgw: drop the helpers for CMS handling.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:10 PM Revision ca545e16 (ceph): common, rgw: drop the CMS decoder.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:10 PM Revision 79edb93d (ceph): common, crypto, build: get rid of NSS entirely.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:10 PM Revision b966fa4f (ceph): common: drop the cct param from ceph::crypto::init().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:10 PM Revision 6b4c9853 (ceph): rgw: drop the Keystone's token revocation thread.
The rgw::keystone::TokenCache::RevokeThread is being dropped
as a part the effort for removing support for PKI/PKIz t...
Radoslaw Zarzynski
08:10 PM Revision b8afbbe5 (ceph): rgw: drop the local validation of PKI/PKIz tokens.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:09 PM Revision d8c6ffea (ceph): common: add initialization code for old libcrypto versions.
This is based on Civetweb's. Modern OpenSSLs don't require
the extra calls as they are self-initializing [1][2].
[1]...
Radoslaw Zarzynski
08:06 PM Revision 22ed8915 (ceph): mgr/volumes: allow setting data pool layout
... of fs subvolumes and subvolume groups during their creation.
Fixes: https://tracker.ceph.com/issues/40431
Signed...
Ramana Raja
06:13 PM Dashboard Feature #40561 (Resolved): mgr/dashboard: Check that info cards on Dashboard main tab have correc...
Cards that are tested:
Object Gateway
Hosts
Monitors
OSDs
Untested:
Pools
iSCSI
Rafael Quintero
06:01 PM Revision 28313a70 (ceph): mgr/progress: Created first unit test for progress module
Created a unit test using pytest and mock for
PgRecovery Class and Module Class. Test suite
includes the function: pg...
Kamoltat (Junior) Sirivadhna
05:46 PM Revision 94e54db0 (ceph): Merge pull request #28669 from smithfarm/wip-40347-luminous
luminous: tests: use curl in wait_for_radosgw() in util/rgw.py Ali Maredia
04:12 PM rgw Backport #40560 (Resolved): mimic: rgw: the log output gets very spammy in multisite clusters
Nathan Cutler
04:08 PM rgw Backport #40560 (Resolved): mimic: rgw: the log output gets very spammy in multisite clusters
https://github.com/ceph/ceph/pull/27973 Nathan Cutler
04:09 PM rgw Backport #40559 (In Progress): luminous: rgw: the log output gets very spammy in multisite clusters
Nathan Cutler
04:08 PM rgw Backport #40559 (Resolved): luminous: rgw: the log output gets very spammy in multisite clusters
https://github.com/ceph/ceph/pull/27974 Nathan Cutler
04:08 PM rgw Bug #40558 (Resolved): rgw: the log output gets very spammy in multisite clusters
see Pull Request ID and Backport fields. Nathan Cutler
03:59 PM rbd Bug #38792 (Resolved): return ETIMEDOUT if we meet a timeout in poll
Nathan Cutler
03:59 PM rbd Backport #38975 (Resolved): luminous: return ETIMEDOUT if we meet a timeout in poll
Nathan Cutler
03:22 PM rbd Backport #38975: luminous: return ETIMEDOUT if we meet a timeout in poll
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27536
merged
Yuri Weinstein
03:59 PM rbd Bug #39584 (Resolved): qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Nathan Cutler
03:59 PM rgw Bug #39992: Multisite sync corruption for large multipart obj
Patches seem to fix the issue but question is now: how to resync invalid files? Any ideas? Vladimir Bashkirtsev
03:59 PM rbd Backport #39589 (Resolved): luminous: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and ...
Nathan Cutler
03:22 PM rbd Backport #39589: luminous: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27990
merged
Yuri Weinstein
03:58 PM rbd Backport #39460 (Resolved): luminous: [rbd-mirror] "bad crc in data" error when listing large pools
Nathan Cutler
03:21 PM rbd Backport #39460: luminous: [rbd-mirror] "bad crc in data" error when listing large pools
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28124
merged
Yuri Weinstein
03:58 PM rbd Backport #39427 (Resolved): luminous: 'rbd mirror status --verbose' will occasionally seg fault
Nathan Cutler
03:21 PM rbd Backport #39427: luminous: 'rbd mirror status --verbose' will occasionally seg fault
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28126
merged
Yuri Weinstein
03:57 PM rbd Backport #38440 (Resolved): luminous: compare-and-write skips compare after copyup without object...
Nathan Cutler
03:20 PM rbd Backport #38440: luminous: compare-and-write skips compare after copyup without object map
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28134
merged
Yuri Weinstein
03:57 PM rbd Backport #38674 (Resolved): luminous: Performance improvements for object-map
Nathan Cutler
03:20 PM rbd Backport #38674: luminous: Performance improvements for object-map
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28137
merged
Yuri Weinstein
03:56 PM rbd Backport #38564 (Resolved): luminous: [librbd] race condition possible when validating RBD pool
Nathan Cutler
03:19 PM rbd Backport #38564: luminous: [librbd] race condition possible when validating RBD pool
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28140
merged
Yuri Weinstein
03:56 PM rbd Bug #24668 (Resolved): [test] qemu-iotests tests fails under latest Ubuntu kernel
Nathan Cutler
03:56 PM rbd Backport #40551 (Resolved): luminous: [test] qemu-iotests tests fails under latest Ubuntu kernel
Nathan Cutler
03:19 PM rbd Backport #40551: luminous: [test] qemu-iotests tests fails under latest Ubuntu kernel
Jason Dillaman wrote:
> https://github.com/ceph/ceph/pull/28745
merged
Yuri Weinstein
03:55 PM rgw Feature #38171 (Resolved): rgw: when exclusive lock fails due existing lock, log add'l info
Nathan Cutler
03:55 PM rgw Backport #38397 (Resolved): luminous: rgw: when exclusive lock fails due existing lock, log add'l...
Nathan Cutler
03:17 PM rgw Backport #38397: luminous: rgw: when exclusive lock fails due existing lock, log add'l info
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/26554
merged
Yuri Weinstein
03:34 PM Bug #40398 (Resolved): OBS fails to build master due to RPATH issue in libceph_crypto_isal.so.1.0.0
Kefu Chai
03:33 PM Revision c86a2777 (ceph): Merge pull request #28593 from smithfarm/wip-40398
cmake: set empty INSTALL_RPATH on crypto shared libs
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Kefu Ch...
Kefu Chai
03:29 PM rgw Backport #38747 (In Progress): mimic: non existant mdlog failures logged at level 0
Nathan Cutler
03:28 PM Revision 125665d3 (ceph): rgw_sync: drop ENOENT error logs from mdlog
Since this commonly occurs and isn't an error of concern at level 1.
Signed-off-by: Abhishek Lekshmanan <abhishek@su...
Abhishek Lekshmanan
03:27 PM rgw Backport #38748 (Resolved): luminous: non existant mdlog failures logged at level 0
Nathan Cutler
03:16 PM rgw Backport #38748: luminous: non existant mdlog failures logged at level 0
Abhishek Lekshmanan wrote:
> https://github.com/ceph/ceph/pull/27110
merged
Yuri Weinstein
03:27 PM rgw Bug #26964 (Resolved): GetBucketCORS API returns "Not Found" error code when CORS configuration d...
Nathan Cutler
03:26 PM rgw Backport #38887 (Resolved): luminous: GetBucketCORS API returns "Not Found" error code when CORS ...
Nathan Cutler
03:16 PM rgw Backport #38887: luminous: GetBucketCORS API returns "Not Found" error code when CORS configurati...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27123
merged
Yuri Weinstein
03:25 PM Backport #40231 (In Progress): nautilus: maybe_remove_pg_upmap can be super inefficient for large...
Nathan Cutler
03:25 PM Revision 4974d426 (ceph): osd: maybe_remove_pg_upmaps -> clean_pg_upmaps
It should always be the preferred option to kill the unnecessary
or duplicated code, which is good for maintenance.
A...
xie xingguo
03:25 PM Revision 28bbebbb (ceph): osd/OSDMapMapping: make ParallelPGMapper can accept input pgs
The existing "prime temp" machinism is a good inspiration
for cluster with a large number of pgs that need to do vari...
xie xingguo
03:25 PM Revision 8fcda90d (ceph): osd/OSDMap: split clean_pg_upmaps into smaller helpers
- it's good to read.
- the updating pending_inc part should be made independent
since it is going to be racy while ...
xie xingguo
03:25 PM Revision 8d85f933 (ceph): mon/OSDMonitor: do clean_pg_upmaps the parallel way if necessary
There could definitely be some certain cases we could reliably
skip this kind of checking, but there is no easy way t...
xie xingguo
03:25 PM Revision d0fef6fb (ceph): test: add parallel clean_pg_upmaps test
With parallel clean_pg_upmaps feature on, the total time cost
of the performance test which now can utilize up to 8 t...
xie xingguo
03:24 PM Revision fce0f7c1 (ceph): osd/OSDMap: maybe_remove_pg_upmaps - avoid do_crush twice
which is extremely time-consuming.
Half of the amount of time of calling maybe_remove_pg_upmaps
has been saved by app...
xie xingguo
03:23 PM Revision bbe1702a (ceph): test/osd: add performance test case for maybe_remove_pg_upmap
Tom Byrne reported that maybe_remove_pg_upmap might become
super inefficient for large clusters with balancer on.
To ...
xie xingguo
03:23 PM Revision f9ab0ed6 (ceph): osd/OSDMap: maybe_remove_pg_upmaps - s/pg_to_raw_up/pg_to_raw_upmap/
The upmap results are directly applied after calling
_pg_to_raw_osds, which means it basically has nothing to do
with...
xie xingguo
03:22 PM Backport #40230 (In Progress): mimic: maybe_remove_pg_upmap can be super inefficient for large cl...
Nathan Cutler
03:22 PM Revision 192e8b6e (ceph): Merge pull request #27536 from pdvian/wip-38975-luminous
luminous: rbd: krbd: return -ETIMEDOUT in polling
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:21 PM Revision 657c1ee2 (ceph): Merge pull request #27990 from smithfarm/wip-39589-luminous
luminous: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Reviewed-by: Jason Dillaman <dillam...
Yuri Weinstein
03:21 PM Revision 59d8da4e (ceph): Merge pull request #28124 from dillaman/wip-39460-luminous
luminous: rbd-mirror: clear out bufferlist prior to listing mirror images
Reviewed-by: Mykola Golub <mgolub@mirantis...
Yuri Weinstein
03:21 PM Revision 2edf4f9a (ceph): Merge pull request #28126 from dillaman/wip-39427-luminous
luminous: librbd: async open/close should free ImageCtx before issuing callback
Reviewed-by: Mykola Golub <mgolub@mi...
Yuri Weinstein
03:20 PM Revision 5a702161 (ceph): Merge pull request #28134 from dillaman/wip-38440-luminous
luminous: librbd: ensure compare-and-write doesn't skip compare after copyup
Reviewed-by: Mykola Golub <mgolub@miran...
Yuri Weinstein
03:20 PM Revision cdc5eef7 (ceph): Merge pull request #28137 from dillaman/wip-38674-luminous
luminous: librbd: improve object map performance under high IOPS workloads
Reviewed-by: Mykola Golub <mgolub@miranti...
Yuri Weinstein
03:19 PM Revision 4460c287 (ceph): Merge pull request #28140 from dillaman/wip-38564-luminous
luminous: librbd: race condition possible when validating RBD pool
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
03:19 PM rgw Backport #38908 (Resolved): luminous: rgw: read not exists null version success and return empty ...
Nathan Cutler
03:15 PM rgw Backport #38908: luminous: rgw: read not exists null version success and return empty data
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27330
merged
Yuri Weinstein
03:19 PM Revision 81f7442e (ceph): Merge pull request #28745 from dillaman/wip-40551-luminous
luminous: qa/workunits/rbd: use more recent qemu-iotests that support Bionic
Reviewed-by: Mykola Golub <mgolub@miran...
Yuri Weinstein
03:19 PM rgw Feature #34308 (Resolved): beast frontend option to set the TCP_NODELAY socket option
Nathan Cutler
03:18 PM rgw Backport #38925 (Resolved): luminous: beast frontend option to set the TCP_NODELAY socket option
Nathan Cutler
03:15 PM rgw Backport #38925: luminous: beast frontend option to set the TCP_NODELAY socket option
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27424
merged
Yuri Weinstein
03:17 PM Revision 777c24ae (ceph): Merge pull request #26554 from pdvian/wip-38397-luminous
luminous: rgw: when exclusive lock fails due existing lock, log add'l info
Reviewed-by: J. Eric Ivancich <ivancich@r...
Yuri Weinstein
03:16 PM Revision 54c68562 (ceph): Merge pull request #27110 from pdvian/wip-38748-luminous
luminous: rgw_sync: drop ENOENT error logs from mdlog
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:16 PM Revision 1cf55239 (ceph): Merge pull request #27123 from smithfarm/wip-38887-luminous
luminous: rgw: GetBucketCORS API returns Not Found error code when CORS configuration does not exist
Reviewed-by: Ca...
Yuri Weinstein
03:15 PM Revision 6880efd3 (ceph): Merge pull request #27330 from pdvian/wip-38908-luminous
luminous: rgw: fix read not exists null version return wrong
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:15 PM Revision 28fff374 (ceph): Merge pull request #27424 from pdvian/wip-38925-luminous
luminous: rgw: Adding tcp_nodelay option to Beast
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:01 PM bluestore Bug #40557 (Duplicate): Rocksdb lookups slow until manual compaction
https://www.spinics.net/lists/ceph-users/msg53623.html
"[ceph-users] OSDs taking a long time to boot due to 'clear_t...
Greg Farnum
01:07 PM Revision 5d6134fb (ceph): librbd: prevent concurrent AIO callbacks to external clients
With the various threads and conditional IO paths within librbd, it was
possible for external AIO callbacks to be con...
Jason Dillaman
10:50 AM CephFS Backport #38686 (Resolved): luminous: kcephfs TestClientLimits.test_client_pin fails with "client...
Nathan Cutler
10:49 AM CephFS Backport #38445 (Resolved): luminous: mds: drop cache does not timeout as expected
Nathan Cutler
10:48 AM CephFS Backport #38340 (Resolved): luminous: mds: may leak gather during cache drop
Nathan Cutler
10:48 AM CephFS Bug #37726 (Pending Backport): mds: high debug logging with many subtrees is slow
mimic backport is still open Nathan Cutler
10:47 AM CephFS Backport #38877 (Resolved): luminous: mds: high debug logging with many subtrees is slow
Nathan Cutler
10:47 AM CephFS Bug #39026 (Resolved): mds: crash during mds restart
Nathan Cutler
10:46 AM CephFS Backport #39191 (Resolved): luminous: mds: crash during mds restart
Nathan Cutler
10:46 AM CephFS Bug #38994 (Resolved): mds: we encountered "No space left on device" when moving huge number of f...
Nathan Cutler
10:46 AM CephFS Backport #39198 (Resolved): luminous: mds: we encountered "No space left on device" when moving h...
Nathan Cutler
10:46 AM CephFS Backport #39208 (Resolved): luminous: mds: mds_cap_revoke_eviction_timeout is not used to initial...
Nathan Cutler
10:05 AM Revision 901a56d1 (ceph): crimson/net: added support for new errors
connection_aborted and invalid_argument.
Signed-off-by: Yingxin Cheng <yingxincheng@gmail.com>
Yingxin Cheng
10:05 AM Revision e5107964 (ceph): test/crimson: add unit-test for ceph::net::Socket
Added unittest_seastar_socket to make sure that seastar network layer
works as expected.
Added missing error code in...
Yingxin Cheng
08:58 AM CephFS Bug #39266 (Resolved): There is no punctuation mark or blank between tid and client_id in the ou...
Nathan Cutler
08:58 AM CephFS Backport #39468 (Resolved): luminous: There is no punctuation mark or blank between tid and clie...
Nathan Cutler
08:26 AM Revision a4d7bb29 (ceph): mgr/dashboard: Separate file for icons for refering and reusing
Fixes: http://tracker.ceph.com/issues/39032
Signed-off-by: Kanika Murarka <kmurarka@redhat.com>
Kanika Murarka
08:18 AM CephFS Backport #39221 (Resolved): luminous: mds: behind on trimming and "[dentry] was purgeable but no ...
Nathan Cutler
08:17 AM CephFS Backport #39231 (Resolved): luminous: kclient: nofail option not supported
Nathan Cutler
08:16 AM CephFS Backport #40160 (Resolved): luminous: FSAL_CEPH assertion failed in Client::_lookup_name: "parent...
Nathan Cutler
08:15 AM CephFS Backport #39213 (Resolved): luminous: mds: there is an assertion when calling Beacon::shutdown()
Nathan Cutler
07:59 AM Orchestrator Bug #38807 (Resolved): mgr/orchestrator: Remove `(add|test|remove)_stateful_service_rule`
Nathan Cutler
07:59 AM mgr Backport #38808 (Resolved): nautilus: mgr/orchestrator: Remove `(add|test|remove)_stateful_servic...
Nathan Cutler
07:59 AM rgw Backport #39735 (Resolved): nautilus: multisite: mismatch of bucket creation times from List Buckets
Nathan Cutler
07:58 AM rgw Backport #39740 (Resolved): nautilus: rgw: swift object expiry fails when a bucket reshards
Nathan Cutler
07:58 AM rgw Bug #39380 (Resolved): On rook master branch s3cmd make bucket returns error InvalidLocationConst...
Nathan Cutler
07:57 AM rgw Backport #39745 (Resolved): nautilus: On rook master branch s3cmd make bucket returns error Inval...
Nathan Cutler
07:25 AM RADOS Bug #40522: on_local_recover doesn't touch?
... jianpeng ma
06:12 AM rgw Backport #39660: nautilus: rgw: Segfault during request processing
can you attach a description of your test-run , or script itself , which produce this crash?
Gal Salomon
05:55 AM Revision 0b3f805f (ceph): Merge pull request #28623 from cyx1231st/wip-seastar-msgr-socket
test/crimson: add unit-test for ceph::net::Socket
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by:...
Kefu Chai
05:10 AM CephFS Bug #40476: cephfs-shell: cd with no args has no effect
Rishabh Dave wrote:
> Patrick Donnelly said:
> > What commit/branch are you testing? I thought I just changed this ...
Patrick Donnelly
05:07 AM CephFS Bug #40182 (Resolved): luminous: pybind: luminous volume client breaks against nautilus cluster
Patrick Donnelly
04:12 AM mgr Backport #40150 (In Progress): nautilus: ceph-rgw: retrieve list of existing realms in local clus...
https://github.com/ceph/ceph/pull/28751 Prashant D
02:52 AM Dashboard Feature #40556 (New): Replace MDS counter chart with Grafana dashboard in Filesystems page
Currently when clicking a fs in Filesystems page, performance counter charts of MDS daemons will be displayed.
!{w...
Kiefer Chang
12:57 AM Revision fa22b026 (ceph): doc/radosgw/compression.rst: fix typo
Signed-off-by: hydro-b <stefan@kooman.org> hydro-b
12:53 AM Revision 60f449b3 (ceph): Merge pull request #28747 from tchaikov/wip-more-than-activate
crimson/osd: update peering_state in PG::on_activate_complete()
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai

06/25/2019

11:50 PM Revision 16b7fd83 (ceph): rgw: add 'GET /admin/realm?list' api to list realms
returns the same json format as 'radosgw-admin realm list', where
'default_info' is the id of the default realm, and ...
Casey Bodley
10:54 PM RADOS Documentation #40488 (In Progress): Describe in documentation that EC can't recover below min_siz...
Neha Ojha
10:48 PM Revision bfccdecb (ceph): doc/rados/operations/erasure-code.rst: allow recovery below min_size
https://github.com/ceph/ceph/pull/17619 allows recovery below min_size
for EC pools starting in Octopus. Also mention...
Neha Ojha
10:23 PM RADOS Bug #40388: Mimic: osd crashes during hit_set_trim and hit_set_remove_all if hit set object doesn...
Is there any kind of logs I can add to help on this case? Lazuardi Nasution
08:54 PM Revision fb862909 (ceph): rgw: minor code clean-up
Adding some const correctness and reformatting.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
08:54 PM Revision 51aff62a (ceph): rgw: allow multipart upload abort to proceed
Cleaning up after aborting unfinished multipart uploads is a
best-effort process. Due to the history of the multipart...
J. Eric Ivancich
07:34 PM Dashboard Feature #40549 (In Progress): mgr/dashboard: Verify that hyperlinks on Dashboard main page work
Rafael Quintero
07:33 PM Dashboard Feature #40549 (Fix Under Review): mgr/dashboard: Verify that hyperlinks on Dashboard main page work
Rafael Quintero
01:51 PM Dashboard Feature #40549 (Resolved): mgr/dashboard: Verify that hyperlinks on Dashboard main page work
Verify that clickable hyperlinked titles on info cards work and bring you to the proper page. Rafael Quintero
07:34 PM Dashboard Feature #40550 (In Progress): mgr/dashboard: Verify that titles and cards on Dashboard main page ...
Rafael Quintero
01:54 PM Dashboard Feature #40550 (Resolved): mgr/dashboard: Verify that titles and cards on Dashboard main page exi...
Check that titles for groups and cards exist and are in proper order, thus checking that cards exist. Rafael Quintero
07:33 PM Dashboard Feature #40484 (Fix Under Review): mgr/dashboard: Check for invalid entries in Create and Edit Bu...
Rafael Quintero
07:32 PM Dashboard Subtask #40372 (Fix Under Review): mgr/dashboard: Write E2E test to verify that a bucket has edit...
Rafael Quintero
07:19 PM rbd Bug #40555 (Resolved): Disabling journal might result in assertion failure
In the dynamic features test, a crash was observed in the QEMU process while attempting to disable the journal.
Th...
Jason Dillaman
05:30 PM Dashboard Subtask #40364 (In Progress): mgr/dashboard: Add E2E tests which verify that creating/editing/del...
Adam King
05:02 PM Revision 25a23364 (ceph): journal: fix race between player shut down and cache rebalance
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
04:31 PM CephFS Backport #38686: luminous: kcephfs TestClientLimits.test_client_pin fails with "client caps fell ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27040
merged
Yuri Weinstein
04:31 PM Revision 788f00fd (ceph): Merge pull request #27040 from pdvian/wip-38686-luminous
luminous: qa/cephfs: relax min_caps_per_client check
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by...
Yuri Weinstein
04:30 PM CephFS Backport #38445: luminous: mds: drop cache does not timeout as expected
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27342
merged
Yuri Weinstein
04:30 PM CephFS Backport #38340: luminous: mds: may leak gather during cache drop
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27342
merged
Yuri Weinstein
04:30 PM Revision 5154062f (ceph): Merge pull request #27342 from vshankar/wip-38445
luminous: qa: misc cache drop fixes
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:29 PM CephFS Backport #38877: luminous: mds: high debug logging with many subtrees is slow
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27679
merged
Yuri Weinstein
04:29 PM Revision 165f0a0d (ceph): Merge pull request #27679 from rishabh-d-dave/wip-38877-luminous
luminous: mds: dont print subtrees if they are too big or too many
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:29 PM CephFS Backport #39191: luminous: mds: crash during mds restart
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27737
merged
Yuri Weinstein
04:29 PM Revision 37a4873a (ceph): Merge pull request #27737 from pdvian/wip-39191-luminous
luminous: mds: drop reconnect message from non-existent session
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:29 PM CephFS Backport #39198: luminous: mds: we encountered "No space left on device" when moving huge number ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27801
merged
Yuri Weinstein
04:28 PM Revision 902e758b (ceph): Merge pull request #27801 from pdvian/wip-39198-luminous
luminous: mds/server: check directory split after rename.
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:28 PM CephFS Backport #39208: luminous: mds: mds_cap_revoke_eviction_timeout is not used to initialize Server:...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27840
merged
Yuri Weinstein
04:28 PM Revision 0f739801 (ceph): Merge pull request #27840 from pdvian/wip-39208-luminous
luminous: mds: initialize cap_revoke_eviction_timeout with conf
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:28 PM CephFS Backport #39468: luminous: There is no punctuation mark or blank between tid and client_id in th...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27848
merged
Yuri Weinstein
04:28 PM Revision 4d534a4b (ceph): Merge pull request #27848 from ashishkumsingh/wip-39468-luminous
luminous: mds: better output of 'ceph health detail'
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:27 PM CephFS Backport #39221: luminous: mds: behind on trimming and "[dentry] was purgeable but no longer is!"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28432
merged
Yuri Weinstein
04:27 PM Revision a932f82e (ceph): Merge pull request #28432 from ukernel/luminous-39221
luminous: mds: remove superfluous error in StrayManager::advance_delayed()
Reviewed-by: Venky Shankar <vshankar@redh...
Yuri Weinstein
04:27 PM CephFS Backport #39231: luminous: kclient: nofail option not supported
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28436
merged
Yuri Weinstein
04:27 PM Revision 91bad0f8 (ceph): Merge pull request #28436 from batrick/i39231
luminous: cephfs: kclient: nofail option not supported Yuri Weinstein
04:26 PM CephFS Backport #40160: luminous: FSAL_CEPH assertion failed in Client::_lookup_name: "parent->is_dir()"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28437
merged
Yuri Weinstein
04:26 PM Revision e8a7e5b0 (ceph): Merge pull request #28437 from jtlayton/wip-40160-luminous
luminous: client: clean up error checking and return of _lookup_parent
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:26 PM CephFS Backport #39213: luminous: mds: there is an assertion when calling Beacon::shutdown()
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28438
merged
Yuri Weinstein
04:25 PM Revision 28520327 (ceph): Merge pull request #28438 from batrick/i39213
luminous: mds: there is an assertion when calling Beacon::shutdown()
Reviewed-by: Venky Shankar <vshankar@redhat.com...
Yuri Weinstein
04:25 PM CephFS Bug #40182: luminous: pybind: luminous volume client breaks against nautilus cluster
Jan Fajerski wrote:
> proposed fix: https://github.com/ceph/ceph/pull/28445
merged
Yuri Weinstein
04:24 PM Revision 43a947d3 (ceph): Merge pull request #28445 from jan--f/ceph_volume_client-use-fs-commands
luminous: ceph_volume_client: remove ceph mds calls in favor of ceph fs calls
Reviewed-by: Venky Shankar <vshankar@r...
Yuri Weinstein
04:18 PM Revision b351ad55 (ceph): crimson/osd: use get_osdmap_epoch()
would be better to use the interfaces of the PG class, instead of
relying on its implementation.
Signed-off-by: Kefu...
Kefu Chai
04:18 PM Revision 823b3404 (ceph): crimson/osd: update peering_state in PG::on_activate_complete()
so that the PG can mark itself clean when it is activated and does not
need recovery.
Signed-off-by: Kefu Chai <kcha...
Kefu Chai
04:14 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
Going over the userland code today to see what's there and what can be reused. Some notes:
struct ceph_mds_request...
Jeff Layton
03:56 PM RADOS Bug #40554 (New): "admin_socket" value cannot be configured via the MON config store
Attempting to set a global "admin_socket" value for all clients does not properly apply and result in warning message... Jason Dillaman
03:25 PM rgw Bug #40552 (New): rgw: receive an unexpected return code 403 occasionally when putting an object ...
I uploaded a file of 55049805 bytes in chunked upload mode, and RGW returned 403 incorrectly. By tracing the executio... Yang Chen
02:50 PM Revision 3ecbb02c (ceph): qa/workunits/rbd: use more recent qemu-iotests that support Bionic
Fixes: http://tracker.ceph.com/issues/24668
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
02:50 PM rbd Backport #40551 (In Progress): luminous: [test] qemu-iotests tests fails under latest Ubuntu kernel
Jason Dillaman
02:49 PM rbd Backport #40551 (Resolved): luminous: [test] qemu-iotests tests fails under latest Ubuntu kernel
https://github.com/ceph/ceph/pull/28745 Jason Dillaman
02:49 PM rbd Bug #24668 (Pending Backport): [test] qemu-iotests tests fails under latest Ubuntu kernel
Jason Dillaman
02:43 PM rbd Bug #40417 (Fix Under Review): librbd AIO completions can fire concurrently from multiple threads
Jason Dillaman
02:42 PM Revision 7959e507 (ceph): mon/Monitor: no need to create a local variable for capturing it
just capture `changed` by value would suffice.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:29 PM mgr Backport #38808: nautilus: mgr/orchestrator: Remove `(add|test|remove)_stateful_service_rule`
Sebastian Wagner wrote:
> https://github.com/ceph/ceph/pull/27043
merged
Yuri Weinstein
02:29 PM Revision 50c2063d (ceph): Merge pull request #27043 from sebastian-philipp/wip-38808-nautilus
nautilus: mgr/orchestrator: Remove "(add|test|remove)_stateful_service_rule"
Reviewed-by: Tim Serong <tserong@suse.c...
Yuri Weinstein
02:28 PM rgw Backport #39735: nautilus: multisite: mismatch of bucket creation times from List Buckets
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28444
merged
Yuri Weinstein
02:28 PM Revision 4a221a0c (ceph): Merge pull request #28444 from pdvian/wip-39735-nautilus
nautilus: rgw: multisite: mismatch of bucket creation times from List Buckets
Reviewed-by: Casey Bodley <cbodley@red...
Yuri Weinstein
02:27 PM rgw Backport #39740: nautilus: rgw: swift object expiry fails when a bucket reshards
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28537
merged
Yuri Weinstein
02:27 PM Revision 82fb8d9a (ceph): Merge pull request #28537 from smithfarm/wip-39740-nautilus
nautilus: rgw: swift object expiry fails when a bucket reshards
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmana...
Yuri Weinstein
02:26 PM rgw Backport #39745: nautilus: On rook master branch s3cmd make bucket returns error InvalidLocationC...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28538
merged
Yuri Weinstein
02:26 PM Revision 33b23c0f (ceph): Merge pull request #28538 from smithfarm/wip-39745-nautilus
nautilus: rgw: fix default_placement containing "/" when storage_class is standard
Reviewed-by: Casey Bodley <cbodle...
Yuri Weinstein
12:29 PM Backport #40548 (In Progress): luminous: Keyrings created by ceph auth get are not suitable for c...
Nathan Cutler
12:22 PM Backport #40548 (Resolved): luminous: Keyrings created by ceph auth get are not suitable for ceph...
https://github.com/ceph/ceph/pull/28742 Nathan Cutler
12:29 PM Revision 83ef20b8 (ceph): auth/KeyRing: escape quotes around commands
so the exported auth can be re-imported.
Fixes: http://tracker.ceph.com/issues/22227
Signed-off-by: Kefu Chai <kchai...
Kefu Chai
12:25 PM Backport #40547 (In Progress): mimic: Keyrings created by ceph auth get are not suitable for ceph...
Nathan Cutler
12:22 PM Backport #40547 (Resolved): mimic: Keyrings created by ceph auth get are not suitable for ceph au...
https://github.com/ceph/ceph/pull/28741 Nathan Cutler
12:25 PM Revision 6cfcf730 (ceph): auth/KeyRing: escape quotes around commands
so the exported auth can be re-imported.
Fixes: http://tracker.ceph.com/issues/22227
Signed-off-by: Kefu Chai <kchai...
Kefu Chai
12:24 PM Backport #40546 (In Progress): nautilus: Keyrings created by ceph auth get are not suitable for c...
Nathan Cutler
12:22 PM Backport #40546 (Resolved): nautilus: Keyrings created by ceph auth get are not suitable for ceph...
https://github.com/ceph/ceph/pull/28740 Nathan Cutler
12:24 PM Revision 886bc940 (ceph): auth/KeyRing: escape quotes around commands
so the exported auth can be re-imported.
Fixes: http://tracker.ceph.com/issues/22227
Signed-off-by: Kefu Chai <kchai...
Kefu Chai
12:03 PM rgw Backport #40545 (In Progress): nautilus: rgw: fix rgw crash and set correct error code to nautilus
Nathan Cutler
12:03 PM rgw Backport #40545 (Resolved): nautilus: rgw: fix rgw crash and set correct error code to nautilus
https://github.com/ceph/ceph/pull/28729 Nathan Cutler
12:03 PM rgw Bug #40532 (Pending Backport): rgw: fix rgw crash and set correct error code
Nathan Cutler
10:24 AM rgw Bug #40532: rgw: fix rgw crash and set correct error code
@Joke Lee: please fill in the "Pull Request ID" field or attach a comment mentioning the Pull Request ID (PR number).... Nathan Cutler
01:17 AM rgw Bug #40532 (Resolved): rgw: fix rgw crash and set correct error code
joke lee
11:29 AM Bug #22227 (Pending Backport): Keyrings created by ceph auth get are not suitable for ceph auth i...
only the commit of "auth/KeyRing: escape quotes around commands" needs to be backported. Kefu Chai
11:28 AM Revision 8e8db703 (ceph): Merge pull request #28634 from tchaikov/wip-22227
common, auth: use boost::spirit to parse ceph.conf, escape quotes in exported auths
Reviewed-by: Brad Hubbard <bhubb...
Kefu Chai
11:05 AM rgw Backport #40142 (In Progress): nautilus: multisite: 'radosgw-admin bucket sync status' should cal...
Nathan Cutler
11:05 AM Revision 0cb6122b (ceph): radosgw-admin: fix syncs_from in 'bucket sync status'
If a zone is set up with sync_from_all=false, the bucket sync status
command will incorrectly report "not in sync_fro...
Casey Bodley
11:03 AM rgw Backport #40140 (In Progress): nautilus: document steps to disable metadata_heap on existing zones
Nathan Cutler
11:03 AM Revision 9e3f6a7e (ceph): doc: describe metadata_heap cleanup
Fixes: http://tracker.ceph.com/issues/18174
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
(cherry picke...
Dan van der Ster
11:02 AM rgw Backport #40137 (In Progress): nautilus: rgw: the Multi-Object Delete operation of S3 API wrongly...
Nathan Cutler
11:02 AM Revision e3e20034 (ceph): rgw: dump s3_code as the Code response element in RGWDeleteMultiObj_Obj...
Fixes: http://tracker.ceph.com/issues/18241
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
(cherry picke...
Radoslaw Zarzynski
11:00 AM rgw Backport #40129 (In Progress): nautilus: rgw: Swift interface: server side copy fails if object n...
Nathan Cutler
11:00 AM Revision fb72c0a0 (ceph): rgw: parse_copy_location defers url-decode
don't url-decode until after we search for the ?, or we'll truncate
object names that contain a url-encoded ?
Fixes:...
Casey Bodley
10:49 AM rgw Backport #40125 (In Progress): nautilus: rgw:hadoop-s3a suite failing with more ansible errors
Nathan Cutler
10:49 AM Revision f123c649 (ceph): qa/rgw: rgw task can override --rgw-dns-name on the command line
the value for rgw_dns_name isn't known until a machine is assigned, so
it can't be set via 'override: conf:'. add a p...
Casey Bodley
10:49 AM Revision 5803f1c4 (ceph): qa/rgw: add dnsmasq back to s3a-hadoop
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 8c8a706b6f4cb3b2a5b89aa1eb06b7e47909852d)
Casey Bodley
10:49 AM Revision 32b6df73 (ceph): qa/rgw: remove ceph-ansible from s3a-hadoop suite
Fixes: http://tracker.ceph.com/issues/39706
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
10:47 AM Revision 8c7d999f (ceph): qa/rgw: use default ports (80 or 443) unless overridden
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 3ff5f0c2406e40d1024d8152e0ac9400302a757a)
Casey Bodley
10:47 AM Revision 42037b13 (ceph): qa/rgw: allow rgw client config to override port
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 921faebb723c11686bf790ca424c952a786f358a)
Casey Bodley
10:22 AM rgw Backport #40543 (In Progress): nautilus: rgw: Policy should be url_decode when assume_role
Nathan Cutler
10:21 AM rgw Backport #40543 (Resolved): nautilus: rgw: Policy should be url_decode when assume_role
https://github.com/ceph/ceph/pull/28728 Nathan Cutler
10:21 AM rgw Bug #40531 (Pending Backport): rgw: Policy should be url_decode when assume_role
Nathan Cutler
01:08 AM rgw Bug #40531 (Resolved): rgw: Policy should be url_decode when assume_role

backport pr is https://github.com/ceph/ceph/pull/28728
joke lee
10:20 AM Backport #40542 (Resolved): nautilus: ceph daemon mon.a config set mon_health_to_clog false cause...
https://github.com/ceph/ceph/pull/29373 Nathan Cutler
10:19 AM Backport #40541 (Rejected): luminous: ceph daemon mon.a config set mon_health_to_clog false cause...
Nathan Cutler
10:19 AM rgw Backport #40540 (Resolved): nautilus: multisite: 'radosgw-admin bilog trim' stops after 1000 entries
https://github.com/ceph/ceph/pull/29326 Nathan Cutler
10:19 AM rgw Backport #40539 (Resolved): mimic: multisite: 'radosgw-admin bilog trim' stops after 1000 entries
https://github.com/ceph/ceph/pull/30074 Nathan Cutler
10:19 AM rgw Backport #40538 (Rejected): luminous: multisite: 'radosgw-admin bilog trim' stops after 1000 entries
Nathan Cutler
10:18 AM RADOS Backport #40537 (Resolved): nautilus: osd/PG.cc: 2410: FAILED ceph_assert(scrub_queued)
https://github.com/ceph/ceph/pull/29372 Nathan Cutler
10:18 AM bluestore Backport #40536 (Resolved): nautilus: pool compression options not consistently applied
https://github.com/ceph/ceph/pull/28892 Nathan Cutler
10:18 AM bluestore Backport #40535 (Resolved): mimic: pool compression options not consistently applied
https://github.com/ceph/ceph/pull/28894 Nathan Cutler
10:18 AM bluestore Backport #40534 (Resolved): luminous: pool compression options not consistently applied
https://github.com/ceph/ceph/pull/28895 Nathan Cutler
08:53 AM Revision 26daf81c (ceph): cephfs-shell: Remove undefined variable files in do_rm()
Instead of args.paths list use file_paths.
Fixes: https://tracker.ceph.com/issues/40489
Signed-off-by: Varsha Rao <v...
Varsha Rao
08:31 AM Bug #24326: Can not install LTS Ceph (Luminous) on current Ubuntu LTS (bionic 18.04)
Sage Weil wrote:
> I believe we'll be adding bionic for future luminous point releases.
Sage, are you going to bu...
Serg D
08:20 AM CephFS Bug #40476: cephfs-shell: cd with no args has no effect
Patrick Donnelly said:
> What commit/branch are you testing? I thought I just changed this to cd into the root direc...
Rishabh Dave
07:53 AM bluestore Bug #40492: man page for ceph-kvstore-tool missing command
https://github.com/ceph/ceph/pull/27162 might be backported, so doc changes might need backport as well Torben Hørup
07:19 AM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
Brad Hubbard wrote:
> could you please install the ceph-debuginfo and valgrind packages and then run the following c...
qingbo han
05:57 AM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
could you please install the ceph-debuginfo and valgrind packages and then run the following command?... Brad Hubbard
07:10 AM Revision a19194a6 (ceph): src/: parser returns up to one error
since config parser bails out at seeing the first error, there is no
need to offer the interfaces to report multiple ...
Kefu Chai
07:10 AM Revision 1f9e54ea (ceph): auth/KeyRing: escape quotes around commands
so the exported auth can be re-imported.
Fixes: http://tracker.ceph.com/issues/22227
Signed-off-by: Kefu Chai <kchai...
Kefu Chai
07:10 AM Revision 73e88f7b (ceph): qa/workunits: add auth caps allow command case
this case introduces multiple quotes in caps line
it will trigger the bug like http://tracker.ceph.com/issues/22227
...
Gu Zhongyan
07:10 AM Revision f02a47dd (ceph): common/ConfUtils: implement trim helpers using boost
remove unused trim_whitespace() and its tests. as it is not used anymore
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:09 AM Revision b1289290 (ceph): src: use spirit based ceph.conf parser
before this change, the ceph.conf parser was implemented using a
hand-written state machine. which works fine. but it...
Kefu Chai
05:19 AM Revision 9d1548be (ceph): Merge pull request #28695 from kamoltat/wip-mgr-progress-fix-bug-osd-in...
mgr/progress: Bug fix complete event when OSD marked in
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
05:18 AM Revision 2ba39253 (ceph): Merge pull request #28689 from tchaikov/wip-crimson-add-me-to-crush
crimson/osd: add osd to crush when it boots
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
05:17 AM bluestore Bug #40480 (Pending Backport): pool compression options not consistently applied
Kefu Chai
05:16 AM Revision 183bcc66 (ceph): Merge pull request #28688 from ifed01/wip-ifed-fix-no-compress
os/bluestore: load OSD all compression settings unconditionally.
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-b...
Kefu Chai
05:15 AM RADOS Bug #40451 (Pending Backport): osd/PG.cc: 2410: FAILED ceph_assert(scrub_queued)
Kefu Chai
05:15 AM Revision f965d8f7 (ceph): Merge pull request #28660 from liewegas/wip-40451
osd/PG: do not queue scrub if PG is not active when unblock
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: S...
Kefu Chai
05:13 AM Revision 424933ab (ceph): Merge pull request #28601 from rzarzynski/wip-crimson-os-omit-block-write
os/memstore, crimson/os: introduce memstore_debug_omit_block_device_write
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:13 AM Bug #40292 (Resolved): ceph-cli missing valid command
Kefu Chai
05:12 AM Revision 072b09e9 (ceph): Merge pull request #28510 from liuchang0812/fix-arg-parser
common: sort best-matched commond by req argument count
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:12 AM Bug #39625 (Pending Backport): ceph daemon mon.a config set mon_health_to_clog false cause leader...
Kefu Chai
05:11 AM Revision b6fa0438 (ceph): Merge pull request #28018 from hjwsm1989/wip-39625
mon: take the mon lock in handle_conf_change
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Sage Wei...
Kefu Chai
05:10 AM Revision b9be0283 (ceph): Merge pull request #27627 from cxytt/fix-add-omap-tail
os/bluestore: create the tail when first set FLAG_OMAP
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
05:06 AM RADOS Bug #40533 (Fix Under Review): thrashosds/test_pool_min_size races with radosbench tests
Kefu Chai
04:24 AM RADOS Bug #40533 (Resolved): thrashosds/test_pool_min_size races with radosbench tests
test_pool_min_size checks the existing pools and try to update the number of alive osds to exercise the feature of re... Kefu Chai
04:49 AM rbd Bug #40519 (Fix Under Review): rbd_mirror/ImageSyncThrottler.cc: 61: FAILED ceph_assert(m_queue.e...
Mykola Golub
04:40 AM Revision 55e790dc (ceph): Merge pull request #28718 from varshar16/wip-cephfs-shell-typo-mounting
cephfs-shell: Fix typo for mounting
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
04:38 AM Revision 2f35ab70 (ceph): rbd-mirror: handle duplicates in image sync throttler queue
Fixes: http://tracker.ceph.com/issues/40519
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:19 AM Revision 3eca36db (ceph): Merge pull request #28703 from tchaikov/wip-ceph.in-asan
ceph.in: do not preload asan even if not needed
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
03:19 AM Revision 11d2205c (ceph): Merge pull request #28725 from cbodley/wip-cmake-ubsan
cmake: fix WITH_UBSAN
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:46 AM Revision 6c929065 (ceph): Merge pull request #28395 from athanatos/sjust/wip-crimson-op
Add structures for tracking in progress operations
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:52 AM Revision 1a0ef49d (ceph): test changes
Signed-off-by: Neha <nojha@redhat.com> Neha .
01:14 AM Revision 280a408a (ceph): rgw: fix rgw crash and set correct error code
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
(cherry picked from commit fcbe09dae5c3c643492c58fb16bc705114...
joke lee
01:04 AM Revision 84a91c10 (ceph): rgw, Policy should be url_decode when assume_role
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
(cherry picked from commit ba5caffb1c3b406934992dcaa70da882d4...
joke lee
01:00 AM Revision b5969468 (ceph): crimson: fix state machine operations in advance_pg_to and pg creation
Both pg creation and advance_pg_to process statemachine events and
therefore need to be under the pg process pipeline...
Samuel Just
12:10 AM RADOS Bug #40530 (Resolved): Scrub reserves from actingbackfill put waits for acting

Scrub sends requests to actingbackfill shards, but waits for only acting.size() grants. This happens when a PG is ...
David Zafman

06/24/2019

10:46 PM Revision 1240f490 (ceph): Merge pull request #27285 from shangdehao1/wip-librbd-shared-read-only-...
librbd: shared read-only cache hook
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
10:32 PM RADOS Bug #38358: short pg log + cache tier ceph_test_rados out of order reply
avoiding this in the qa suite as of this pr: https://github.com/ceph/ceph/pull/28658 Sage Weil
09:36 PM Revision 65eb28fb (ceph): librbd: remove parent cache config from ImageCtx
Signed-off-by: Dehao Shang <dehao.shang@intel.com> shangdehao1
09:36 PM Revision 38b94ef2 (ceph): doc: better format for rbd persistent cache
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com> Yuan Zhou
09:36 PM Revision 5ce52a1c (ceph): librbd: add lock to resovle race condition
possible race condition w/ multiple concurrent attempts to
re-create the cache session
Signed-off-by: Dehao Shang <d...
shangdehao1
09:36 PM Revision ad8f6477 (ceph): librbd: refine hard code and remove dead code
Signed-off-by: Dehao Shang <dehao.shang@intel.com> shangdehao1
09:36 PM Revision 4c822cde (ceph): librbd: add read_object method to ParentCache
Also remove SharedPersistentObjectCacher class
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
shangdehao1
09:36 PM Revision 345020c0 (ceph): librbd: change init method of Parent cache to asynchronous
Signed-off-by: Dehao Shang <dehao.shang@intel.com> shangdehao1
09:36 PM Revision c9dc97c4 (ceph): doc: fix example command on creating ceph user
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com> Yuan Zhou
09:36 PM Revision 762e5750 (ceph): librbd: refine re-connect implement and init method
- add new status to OpenImageRequest, including
send_parent_cache and handle_parent_cache.
- refine re-connect to r...
shangdehao1
09:36 PM Revision 2fd37724 (ceph): librbd: cleanup parent cache
- remove compiler warning.
- add error log level.
- modify tool/immutable_obj_cache unit testing.
Signed-off-by: Deh...
shangdehao1
09:35 PM Revision 7b9596be (ceph): librbd: enable librbd hook for shared RO cache
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
shangdehao1
09:35 PM Revision 18ab659a (ceph): librbd: template CacheClient at RO hook
Signed-off-by: Dehao Shang <dehao.shang@intel.com> shangdehao1
09:35 PM Revision a862b4d5 (ceph): test: add domain socket mock
Signed-off-by: Dehao Shang <dehao.shang@intel.com> shangdehao1
09:35 PM Revision c2536560 (ceph): test: add librbd/cache/ParentImageCache UT
Signed-off-by: Dehao Shang <dehao.shang@intel.com> shangdehao1
09:35 PM Revision 24d4bcd1 (ceph): librbd: modify flush interface of RO
Add to journal_tid parameter to flush interface
Delete LibrbdWriteback head file
Signed-off-by: Dehao Shang <dehao.s...
shangdehao1
09:35 PM Revision 5bc5b5df (ceph): librbd: introduce new context type at RO
- CacheGenContextURef is wrapper GenContextURef
- use make_gen_lambda_context to create context.
- smart pointer un...
shangdehao1
09:35 PM Revision 6d7307f0 (ceph): librbd: keep gen lambda context small
move all codes of lambda context to handle_read_cache.
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
shangdehao1
09:35 PM Revision 2bbbadbe (ceph): librbd: don't append zeros for RO caching reading
Just return actual contents.
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
shangdehao1
09:35 PM Revision 489faf99 (ceph): librbd: modify RO hook implements
modify read and handle_read_cache method, and cleanup.
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
shangdehao1
09:35 PM Revision 69055a85 (ceph): doc: adding docs for rbd shared read-only parent image cache
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com> Yuan Zhou
09:35 PM Revision f07bff52 (ceph): librbd: change RO hook naming.
change SharedReadOnlyCache to ParentCache
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
shangdehao1
09:35 PM Revision ab1c146a (ceph): librbd: cleanup RO cache
- cleanup invalid comments
- cleanup useless method and data member
- fix spelling mistake
- change naming from Share...
shangdehao1
09:35 PM Revision 09afab6b (ceph): librbd: add TypeTrait class to librbd/cache
- add TypeTraits to librbd/cache
- remove the second template parameter of parent image dispatch
- remove m_cache_cli...
shangdehao1
09:35 PM Revision 909443c0 (ceph): librbd: fix double free issue for CacheGenContextURef
Signed-off-by: Dehao Shang <dehao.shang@intel.com> shangdehao1
09:35 PM Revision fb7548c7 (ceph): tools: modify connect implement of RO cache
- In order to support re-connect, add async connect at CacheClient.
- sync connect is based on C_SaferCond + async_co...
shangdehao1
09:35 PM Revision 9b89c24a (ceph): librbd: add re-connect and infligh enable feature
- reconnect : when session don't work or RO daemon crash,
parent cache will try to re-connect daemon.
- in-fligh en...
shangdehao1
09:35 PM Revision 6b4a6975 (ceph): librbd: move SharedPersistentObjectCacher to ParentCacheObjectDispatch
Signed-off-by: Dehao Shang <dehao.shang@intel.com> shangdehao1
09:35 PM Revision 5a2e98ce (ceph): doc: updating doc for rbd shared parent cache
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com> Yuan Zhou
09:35 PM Revision f50e084e (ceph): librbd: modify Parent cache interface
follow the recent ObjectDispatchInterface to adjust parent cache hook
Signed-off-by: Dehao Shang <dehao.shang@intel....
shangdehao1
09:33 PM Revision 95c298b1 (ceph): Merge pull request #28665 from mikechristie/wip-doc-mikechristie-update...
doc: update ceph ansible iscsi info
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:20 PM CephFS Bug #40429: mgr/volumes: subvolume.py calls Exceptions with too few arguments.
Ramana Raja wrote:
> > +pybind/mgr/volumes/fs/subvolume.py: note: In member "_get_ancestor_xattr" of class "SubVolum...
Sebastian Wagner
01:15 PM CephFS Bug #40429: mgr/volumes: subvolume.py calls Exceptions with too few arguments.
> +pybind/mgr/volumes/fs/subvolume.py: note: In member "_get_ancestor_xattr" of class "SubVolume":
+pybind/mgr/volum...
Ramana Raja
12:19 PM CephFS Bug #40429 (Fix Under Review): mgr/volumes: subvolume.py calls Exceptions with too few arguments.
Ramana Raja
07:12 PM RADOS Documentation #40488: Describe in documentation that EC can't recover below min_size pre-octopus
I think it's important to convey the message that EC pools are not able to recover when below min_size, when running ... Torben Hørup
06:58 PM RADOS Documentation #40488: Describe in documentation that EC can't recover below min_size pre-octopus
I believe adding documentation to the master docs should be enough to address this tracker issue.
Torben Hørup: ma...
Neha Ojha
06:48 PM RADOS Documentation #40488: Describe in documentation that EC can't recover below min_size pre-octopus
The fix doesn't seem to be backported according to Neha Ojha https://github.com/ceph/ceph/pull/17619#issuecomment-505... Torben Hørup
07:11 PM rgw Bug #40529 (New): --sync-from-all parameter must be set using '='
when using:... Yuval Lifshitz
06:59 PM rgw Bug #40524 (Resolved): "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)" in lum...
Yuri Weinstein
06:59 PM rgw Bug #40524: "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)" in luminous-x
Yuri Weinstein wrote:
> same is on lumininus-x suite http://pulpito.ceph.com/teuthology-2019-06-24_02:25:01-upgrade:...
Yuri Weinstein
03:16 PM rgw Bug #40524 (Fix Under Review): "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)...
Yuri Weinstein
03:15 PM rgw Bug #40524: "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)" in luminous-x
same is on lumininus-x suite http://pulpito.ceph.com/teuthology-2019-06-24_02:25:01-upgrade:luminous-x-nautilus-distr... Yuri Weinstein
03:15 PM rgw Bug #40524 (Resolved): "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)" in lum...
See same issue http://tracker.ceph.com/issues/40467 mimic-x
Yuri Weinstein
06:58 PM Revision 4409ccf8 (ceph): Merge pull request #28723 from yuriw/wip-yuriw-40452-nautilus
qa/tests: added `bluestore_warn_on_legacy_statfs: false` setting
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
06:57 PM Revision 532eee87 (ceph): Merge pull request #28721 from yuriw/wip-yuriw-crontab-master
qa/tests: changed the TO email to 'ceph-qa@ceph.io' Yuri Weinstein
06:27 PM Revision d6fbe683 (ceph): doc: Fix igw ceph ansible host group name
The ceph-ansible iscsi group name is iscsigws and not
ceph-iscsi-gws.
Signed-off-by: Mike Christie <mchristi@redhat....
Mike Christie
06:27 PM Revision 683b5018 (ceph): doc: Fix ceph-ansible iscsigws command
Use the more standard --limit iscsigws argument instead of running the
playbook command on the iscsigws.yml file dire...
Mike Christie
06:27 PM Revision d964fb59 (ceph): doc: Update ceph-ansible iscsigws settings
The ceph-ansible ceph-iscsi support does not allow setting up iscsi
objects. It must be done through gwcli like is do...
Mike Christie
06:27 PM Revision 92bf169c (ceph): doc: Update rbd-target-gw behavior info
The lio setup and teardown functionality was moved from rbd-target-gw to
rbd-target-api in ceph-iscsi.
Signed-off-by...
Mike Christie
06:27 PM Revision 37c9a969 (ceph): doc: Add rbd-target-api ceph iscsi ansible vars
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
06:26 PM RADOS Bug #40468 (Rejected): mon: assert on remote state in Paxos::dispatch can fail
Bug in branch, not upstream. Greg Farnum
06:15 PM Revision fe4c5fcb (ceph): Merge PR #28624 into master
* refs/pull/28624/head:
mgr/zabbix: encode string for Python 3 compatibility
Reviewed-by: Tim Serong <tserong@suse....
Sage Weil
06:14 PM Revision 0ddc2dea (ceph): Merge PR #28658 into master
* refs/pull/28658/head:
qa/suites/rados/thrash: force normal pg log length with cache tiering
Reviewed-by: xie xing...
Sage Weil
06:13 PM Revision 537dad90 (ceph): Merge PR #28662 into master
* refs/pull/28662/head:
osd: share curmap in handle_osd_ping
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Revi...
Sage Weil
05:42 PM RADOS Feature #40528 (Resolved): Better default value for osd_snap_trim_sleep
Currently, this value is set to 0 by default, which is not very helpful.
We should make the default emulate "osd_de...
Neha Ojha
03:46 PM rgw Bug #40187 (Pending Backport): multisite: 'radosgw-admin bilog trim' stops after 1000 entries
Casey Bodley
03:46 PM Revision b338c649 (ceph): Merge pull request #28430 from cbodley/wip-40187
cls/rgw: keep issuing bilog trim ops after reset
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Casey Bodley
03:39 PM Revision fc59c401 (ceph): osd: drop last_backfill_bitwise handling
Bitwise has been required since luminous. We don't need this code now.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:35 PM Revision 13b07e5e (ceph): cmake: fix WITH_UBSAN
CMake Error at cmake/modules/FindSanitizers.cmake:28 (message):
Unsupported sanitizer: undefined-behavior
Signed-o...
Casey Bodley
03:34 PM Revision c38f3858 (ceph): Merge pull request #28667 from majianpeng/msg-async-comments
msg/async: add comments for commit 294c41f18adada6ab.
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:32 PM RADOS Bug #40527 (Need More Info): merge_from: both pgs incomplete but incorrectly uses the source
this one has me scratching my head...... Sage Weil
03:29 PM rgw Bug #40526 (Resolved): rgw: deleting bucket can fail when it contains unfinished multipart uploads
As part of the process of deleting a bucket, all underway multipart uploads are aborted and their artifacts are clean... J. Eric Ivancich
03:17 PM rgw Bug #40525 (New): radosgw does not accept -i as ID argument
radosgw uses the _generic_server_usage_ help text, but doesn't actually accept _-i_ as a way of passing the ID.
As...
Max E. Aubrey
03:11 PM Revision d4171632 (ceph): qa/tests: added `bluestore_warn_on_legacy_statfs: false` setting
Fixes: http://tracker.ceph.com/issues/40467
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
02:55 PM Dashboard Bug #40523 (Resolved): mgr/dashboard: HACKING.rst stopped being rendered by Github
After commit https://github.com/ceph/ceph/commit/0c64f40607f156ee7bdd3f76465ff92044af7398#diff-5e9d3f8568cca246ab3e69... Ernesto Puerta
02:54 PM RADOS Bug #40522 (Can't reproduce): on_local_recover doesn't touch?
... Sage Weil
02:47 PM RADOS Bug #40521 (Can't reproduce): cli timeout (e.g., ceph pg dump)
client gets kicked from first mon. reconnects to a second one, but doesn't complete the command.... Sage Weil
02:37 PM bluestore Bug #40520 (Can't reproduce): snap_mapper record resurrected: trim_object: Can not trim 3:205afc9...
... Sage Weil
02:25 PM Revision 9a437fcd (ceph): qa/tests: changed the TO email to 'ceph-qa@ceph.io'
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
02:03 PM Revision 4b139e57 (ceph): Merge pull request #28704 from joke-lee/sts_assume_policy
rgw: Policy should be url_decode when assume_role
Reviewed-by: Pritha Srivastava <prsrivas@redhat.com>
Casey Bodley
01:38 PM Revision 478de03f (ceph): rgw: conditionally allow non-unique email addresses
Conditionally allow non-unique email address values for builtin
RGW users.
Fixes: http://tracker.ceph.com/issues/400...
Matt Benjamin
01:37 PM Revision 6985d602 (ceph): rgw: conditionally allow non-unique email addresses
Conditionally allow non-unique email address values for builtin
RGW users.
Fixes: http://tracker.ceph.com/issues/400...
Matt Benjamin
01:13 PM CephFS Bug #40476: cephfs-shell: cd with no args has no effect
I'd consider this to be NOTABUG. We don't really have the concept of a home directory in cephfs shell, so why should ... Jeff Layton
01:09 PM ceph-volume Bug #40100: Missing block.wal and block.db symlinks on restart
I commented in the PR, but want to reiterate here: we knew that there was a chance that in certain systems, the 30 tr... Alfredo Deza
01:01 PM Messengers Bug #39711: "unable to find any IPv4 address in networks <ipv6-network>" after upgrade to nautilu...
Thanks for sharing. This solves my issue and seems to be related to http://docs.ceph.com/docs/nautilus/rados/configur... Thore K
10:24 AM Messengers Bug #39711: "unable to find any IPv4 address in networks <ipv6-network>" after upgrade to nautilu...
it is of course ms_bind_ipv6 and ms_bind_ipv4 (without the _to_ ) Dominik Csapak
10:21 AM Messengers Bug #39711: "unable to find any IPv4 address in networks <ipv6-network>" after upgrade to nautilu...
i stumbled across the same issue and found that (seemingly only for osds) ms_bind_to_ipv6 does not disable ms_bind_to... Dominik Csapak
12:49 PM rbd Bug #40519: rbd_mirror/ImageSyncThrottler.cc: 61: FAILED ceph_assert(m_queue.empty())
The test case that reproduces the assertion failure:... Mykola Golub
12:43 PM rbd Bug #40519 (Resolved): rbd_mirror/ImageSyncThrottler.cc: 61: FAILED ceph_assert(m_queue.empty())
A crash was observed in one of teuthology runs [1]:... Mykola Golub
12:46 PM Revision c5aa8c19 (ceph): msg/Message: Remove used code about XioMessenger.
Because XioMessenger already removed, So remove the related code in
Messenger.h.
Signed-off-by: Jianpeng Ma <jianpen...
jianpeng ma
12:24 PM Revision 0d13ef2f (ceph): msg/async: add comments for commit 294c41f18adada6ab.
Consider this case:
send-thread msg-work
...
jianpeng ma
12:14 PM CephFS Bug #40431 (Fix Under Review): mgr/volumes: allow setting data pool layout for fs subvolumes
Ramana Raja
12:14 PM CephFS Feature #40299 (Fix Under Review): mgr/volumes: allow setting mode on fs subvol, subvol group
Ramana Raja
11:23 AM Revision 2e6ce004 (ceph): cmake: empty INSTALL_RPATH for libceph_crypto_openssl.so
See also 235448879e5e05808e10c2ad8e09f87a05d76179
Fixes: http://tracker.ceph.com/issues/40398
Signed-off-by: Nathan ...
Nathan Cutler
11:23 AM Revision 6d97a07d (ceph): cmake: empty INSTALL_RPATH for libceph_crypto_isal.so.1.0.0
Fixes: http://tracker.ceph.com/issues/40398
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
11:10 AM bluestore Bug #40492: man page for ceph-kvstore-tool missing command
`stats` added in https://github.com/ceph/ceph/commit/2ab28aa3295dbe29ab12bf0e7b81c675e92bd337#diff-7aba0ed0e56c23e81f... Torben Hørup
09:51 AM bluestore Bug #40492 (Resolved): man page for ceph-kvstore-tool missing command
https://github.com/ceph/ceph/blob/master/doc/man/8/ceph-kvstore-tool.rst doesn't describe the `stats` command
Torben Hørup
10:59 AM Revision ba5f1540 (ceph): cephfs-shell: Fix typo for mounting
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
10:33 AM rgw Bug #40467 (Resolved): "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)" in mim...
Nathan Cutler
10:19 AM CephFS Cleanup #39717 (Resolved): cephfs-shell: Fix flake8 warnings and errors
Nathan Cutler
10:19 AM CephFS Backport #40471 (Resolved): nautilus: cephfs-shell: Fix flake8 warnings and errors
Nathan Cutler
10:19 AM CephFS Bug #39404 (Resolved): cephfs-shell: fix string decode for ls command
Nathan Cutler
10:18 AM CephFS Backport #39678 (Resolved): nautilus: cephfs-shell: fix string decode for ls command
Nathan Cutler
10:18 AM CephFS Bug #39165 (Resolved): cephfs-shell: add commands to manipulate quotas
Nathan Cutler
10:18 AM CephFS Backport #39936 (Resolved): nautilus: cephfs-shell: add commands to manipulate quotas
Nathan Cutler
10:18 AM CephFS Feature #38829 (Resolved): cephfs-shell: add a "stat" command
Nathan Cutler
10:18 AM CephFS Backport #39937 (Resolved): nautilus: cephfs-shell: add a "stat" command
Nathan Cutler
10:18 AM CephFS Cleanup #40191 (Resolved): cephfs-shell: Fix flake8 errors
Nathan Cutler
10:17 AM CephFS Backport #40217 (Resolved): nautilus: cephfs-shell: Fix flake8 errors
Nathan Cutler
10:17 AM CephFS Bug #40244 (Resolved): cephfs-shell: 'lls' command errors
Nathan Cutler
10:17 AM CephFS Backport #40313 (Resolved): nautilus: cephfs-shell: 'lls' command errors
Nathan Cutler
10:17 AM CephFS Bug #40243 (Resolved): cephfs-shell: Incorrect error message is printed in 'lcd' command
Nathan Cutler
10:17 AM CephFS Backport #40314 (Resolved): nautilus: cephfs-shell: Incorrect error message is printed in 'lcd' c...
Nathan Cutler
10:17 AM CephFS Bug #40418 (Resolved): cephfs-shell: test only python3 and assert python3 in cephfs-shell
Nathan Cutler
10:16 AM CephFS Bug #40455 (Resolved): cephfs-shell: fix unecessary usage of to_bytes for file paths
Nathan Cutler
10:16 AM CephFS Backport #40469 (Resolved): nautilus: cephfs-shell: test only python3 and assert python3 in cephf...
Nathan Cutler
10:16 AM CephFS Backport #40470 (Resolved): nautilus: cephfs-shell: fix unecessary usage of to_bytes for file paths
Nathan Cutler
10:14 AM rgw Backport #40506 (In Progress): luminous: rgw: conditionally allow builtin users with non-unique e...
Nathan Cutler
10:05 AM rgw Backport #40506 (Resolved): luminous: rgw: conditionally allow builtin users with non-unique emai...
https://github.com/ceph/ceph/pull/28717 Nathan Cutler
10:14 AM rgw Backport #40507 (In Progress): mimic: rgw: conditionally allow builtin users with non-unique emai...
Nathan Cutler
10:05 AM rgw Backport #40507 (Resolved): mimic: rgw: conditionally allow builtin users with non-unique email a...
https://github.com/ceph/ceph/pull/28716 Nathan Cutler
10:13 AM rgw Backport #40508 (In Progress): nautilus: rgw: conditionally allow builtin users with non-unique e...
Nathan Cutler
10:05 AM rgw Backport #40508 (Resolved): nautilus: rgw: conditionally allow builtin users with non-unique emai...
https://github.com/ceph/ceph/pull/28715 Nathan Cutler
10:13 AM Revision 854de9ba (ceph): rgw: conditionally allow non-unique email addresses
Conditionally allow non-unique email address values for builtin
RGW users.
Fixes: http://tracker.ceph.com/issues/400...
Matt Benjamin
10:12 AM rgw Backport #40515 (In Progress): nautilus: multisite: DELETE Bucket CORS is not forwarded to master...
Nathan Cutler
10:06 AM rgw Backport #40515 (Resolved): nautilus: multisite: DELETE Bucket CORS is not forwarded to master zone
https://github.com/ceph/ceph/pull/28714 Nathan Cutler
10:11 AM Revision 28485cc4 (ceph): fixup! rgw: RGWSetRequestPayment request should be forwarded to master ...
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
(cherry picked from commit 73370efca197b13bf9888983546542ad2d61ee31...
Chang Liu
10:09 AM Revision a6d27c96 (ceph): rgw: PutLC should be forwarded to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
(cherry picked from commit d3fb699d6da8479a5e88207a9ae28a44122203b6)
Chang Liu
10:09 AM Revision 51260898 (ceph): rgw: DeleteLC should be forwarded to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
(cherry picked from commit f75087fd73ae7fe5818b0620c53865b78b9cd0a9)
Chang Liu
10:09 AM Revision 185f9c10 (ceph): rgw: RGWDeleteCORS should be forwarded to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
(cherry picked from commit 03ab155a8f399186e17aea56e2b05b5cd7886e4f)
Chang Liu
10:09 AM Revision 557dad05 (ceph): rgw: RGWSetRequestPayment request should be forwarded to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
(cherry picked from commit eda0f84aa8eac925dca706881b0a66f20ea653a4)
Chang Liu
10:09 AM Revision 50062ecd (ceph): rgw: request that delete bucket website should be forward to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
(cherry picked from commit 52cb0915630ff490352a4733d8a24af2f88f784b)
Chang Liu
10:08 AM rgw Backport #40518 (Resolved): nautilus: rgw: RGWGC add perfcounter retire counter
https://github.com/ceph/ceph/pull/29308 Nathan Cutler
10:08 AM rgw Backport #40517 (Resolved): mimic: rgw: RGWGC add perfcounter retire counter
https://github.com/ceph/ceph/pull/30073 Nathan Cutler
10:08 AM rgw Backport #40516 (Rejected): luminous: rgw: RGWGC add perfcounter retire counter
Nathan Cutler
10:06 AM rgw Backport #40514 (Rejected): mimic: multisite: DELETE Bucket CORS is not forwarded to master zone
https://github.com/ceph/ceph/pull/29290 Nathan Cutler
10:06 AM rgw Backport #40513 (Rejected): luminous: multisite: DELETE Bucket CORS is not forwarded to master zone
Nathan Cutler
10:06 AM rgw Backport #40505 (In Progress): nautilus: rgw: fix miss get ret in STSService::storeARN
Nathan Cutler
10:04 AM rgw Backport #40505 (Resolved): nautilus: rgw: fix miss get ret in STSService::storeARN
https://github.com/ceph/ceph/pull/28713 Nathan Cutler
10:06 AM rgw Backport #40512 (Resolved): nautilus: rgw: Put LC doesn't clear existing lifecycle
https://github.com/ceph/ceph/pull/29313 Nathan Cutler
10:05 AM Revision a9343725 (ceph): rgw: fix miss get ret in STSService::storeARN
Fixes: http://tracker.ceph.com/issues/40386
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
(cherry picked from commi...
Tianshan Qu
10:05 AM rbd Backport #40511 (Resolved): nautilus: [journal] tweak config defaults to improve small-IO perform...
https://github.com/ceph/ceph/pull/29723 Nathan Cutler
10:05 AM rbd Backport #40510 (Rejected): mimic: [journal] tweak config defaults to improve small-IO performance
Nathan Cutler
10:05 AM rbd Backport #40509 (Rejected): luminous: [journal] tweak config defaults to improve small-IO perform...
Nathan Cutler
10:04 AM RADOS Backport #40504 (Resolved): nautilus: osd: rollforward may need to mark pglog dirty
https://github.com/ceph/ceph/pull/31034 Nathan Cutler
10:04 AM RADOS Backport #40503 (Resolved): mimic: osd: rollforward may need to mark pglog dirty
https://github.com/ceph/ceph/pull/31035 Nathan Cutler
10:04 AM RADOS Backport #40502 (Resolved): luminous: osd: rollforward may need to mark pglog dirty
https://github.com/ceph/ceph/pull/31036 Nathan Cutler
10:04 AM rbd Backport #40501 (Resolved): nautilus: [cli] 'export' should handle concurrent IO completions
https://github.com/ceph/ceph/pull/29329 Nathan Cutler
10:04 AM rbd Backport #40500 (Resolved): mimic: [cli] 'export' should handle concurrent IO completions
https://github.com/ceph/ceph/pull/30178 Nathan Cutler
10:04 AM rbd Backport #40499 (Resolved): luminous: [cli] 'export' should handle concurrent IO completions
https://github.com/ceph/ceph/pull/30856 Nathan Cutler
10:04 AM rgw Backport #40498 (Resolved): nautilus: Object Gateway multisite document read-only argument error
https://github.com/ceph/ceph/pull/29306 Nathan Cutler
10:03 AM rgw Backport #40497 (Resolved): mimic: Object Gateway multisite document read-only argument error
https://github.com/ceph/ceph/pull/29289 Nathan Cutler
10:03 AM rgw Backport #40496 (Resolved): luminous: Object Gateway multisite document read-only argument error
https://github.com/ceph/ceph/pull/31655 Nathan Cutler
10:03 AM CephFS Backport #40495 (Resolved): nautilus: test_volume_client: declare only one default for python ver...
https://github.com/ceph/ceph/pull/30030 Nathan Cutler
10:03 AM CephFS Backport #40494 (Resolved): mimic: test_volume_client: declare only one default for python version
https://github.com/ceph/ceph/pull/30110 Nathan Cutler
10:03 AM CephFS Backport #40493 (Rejected): luminous: test_volume_client: declare only one default for python ver...
Nathan Cutler
09:36 AM bluestore Documentation #40491 (New): add section on how to view rocksdb sizes/levels
bluestore docs doesn't tell anything about how to view the rocksdb sizes, and tell how much are used from db volume, ... Torben Hørup
08:57 AM rgw Backport #40134 (In Progress): nautilus: rgw: putting X-Object-Manifest via TempURL should be pro...
https://github.com/ceph/ceph/pull/28712 Prashant D
08:53 AM rgw Backport #40133 (In Progress): mimic: rgw: putting X-Object-Manifest via TempURL should be prohib...
https://github.com/ceph/ceph/pull/28711 Prashant D
08:44 AM Revision 5c916b9c (ceph): osd: copyfrom & promote omitted to set mtime
Signed-off-by: Zengran Zhang <zhangzengran@sangfor.com.cn> Zengran Zhang
08:36 AM CephFS Bug #40489 (Fix Under Review): cephfs-shell: name 'files' is not defined error in do_rm()
Varsha Rao
08:30 AM CephFS Bug #40489 (Resolved): cephfs-shell: name 'files' is not defined error in do_rm()
... Varsha Rao
08:21 AM Dashboard Bug #39613 (Resolved): mgr/dashboard: misplaced objects not shown anymore
Lenz Grimmer
08:21 AM Dashboard Backport #40189 (Resolved): nautilus: mgr/dashboard: misplaced objects not shown anymore
Lenz Grimmer
08:11 AM Revision 9dd49d74 (ceph): Merge pull request #28709 from tchaikov/wip-seastar
seasetar: pick up the latest seastar
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
07:07 AM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
The output of "ceph report" is in the attachment qingbo han
05:23 AM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
Thanks for that. Could you attach the output of "ceph report" please? Brad Hubbard
06:53 AM Dashboard Bug #37579: mgr/dashboard: cephfs multimds graphs stack together
Thanks to all of you dhacky du
06:50 AM Bug #40199: Debian Package Repositories - Missing packages in Packages file
Hello there,
I can not beleave it as well that it is the GCC version as normally the Debian Stable/Testing are norma...
Oliver Schraml
06:49 AM Revision 65958bf2 (ceph): seasetar: pick up the latest seastar
couple noticeable changes
* use dpdk v19.05, please note the older version of dpdk might not
work, for instance dp...
Kefu Chai
04:30 AM Revision bdf9df33 (ceph): rgw: TempURL should not allow PUTs with the X-Object-Manifest.
Fixes: http://tracker.ceph.com/issues/20797
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked fr...
Radoslaw Zarzynski
03:50 AM RADOS Bug #38219: rebuild-mondb hangs
@Kefu Chai i don't understand why the osdmap/first_committed and osdmap/last_committed = 1?
it already set osdmap/l...
huang jun
03:35 AM Revision 693ec6df (ceph): mgr/diskprediction_cloud: Service unavailable
Reset the grpc ssl_target_name_override and default_authority
default to be 'localhost'.
Fixes: http://tracker.ceph....
Rick Chen
03:23 AM Revision db0f401b (ceph): rgw: TempURL should not allow PUTs with the X-Object-Manifest.
Fixes: http://tracker.ceph.com/issues/20797
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked fr...
Radoslaw Zarzynski
02:58 AM Revision c871620d (ceph): Merge pull request #28707 from majianpeng/perf-async-msgr-remove-unsued...
test/crimson/perf_async_msgr: remove unsued header file.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:51 AM Revision 7ad76ea2 (ceph): mon/MDSMonitor: use stringstream instead of dout for mds repaired
Fixes: http://tracker.ceph.com/issues/40472
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
Zhi Zhang
12:49 AM Revision e39134b9 (ceph): test/crimson/perf_async_msgr: remove unsued header file.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> jianpeng ma

06/23/2019

10:51 AM Bug #40199: Debian Package Repositories - Missing packages in Packages file
Hi all.
I don't think it's due to the gcc version. At http://download.ceph.com/debian-nautilus/pool/main/c/ceph/ t...
Nix N.
09:06 AM Revision e7ab66b9 (ceph): objclass: add cls_cxx_truncate method
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
09:06 AM Revision 870cefb3 (ceph): objclass: add cls_get_min_compatible_client helper
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
09:06 AM Revision 4db6d3e0 (ceph): objclass: add cls_get_osd_min_alloc_size helper
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
09:06 AM Revision 398dd014 (ceph): cls/journal: new append method
which supports padding
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
09:06 AM Revision 21ec9615 (ceph): journal: add support for aligned appends
Fixes: https://tracker.ceph.com/issues/39968
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
09:06 AM Revision 11e29512 (ceph): qa/suites/rbd: allow to test with require-min-compat-client octopus
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
02:13 AM Revision 34641e0b (ceph): Merge pull request #28684 from tchaikov/wip-silence-warnings
src/: silence GCC warnings
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai

06/22/2019

05:56 PM Revision 1b0eb212 (ceph): Merge pull request #28677 from liewegas/wip-recovery-nvme
osd: add hdd and ssd variants for osd_recovery_max_active
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Jos...
Kefu Chai
10:22 AM RADOS Documentation #40488 (Resolved): Describe in documentation that EC can't recover below min_size p...
All versions previous to this fix https://tracker.ceph.com/issues/18749 are unable to recover when below min size.
...
Torben Hørup
10:19 AM RADOS Bug #18749: OSD: allow EC PGs to do recovery below min_size
Will this be backported ? Torben Hørup
04:59 AM RADOS Bug #18749 (Resolved): OSD: allow EC PGs to do recovery below min_size
Kefu Chai
06:58 AM Revision ba5caffb (ceph): rgw, Policy should be url_decode when assume_role
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com> joke lee
04:58 AM Revision 90022b35 (ceph): Merge pull request #17619 from liuchang0812/wip-ec-below-min-size
osd: allow EC PGs to do recovery below min_size
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Greg Farnum <...
Kefu Chai
04:55 AM Revision 26d9fa5c (ceph): ceph.in: do not preload asan even if not needed
if ceph python bindings are compiled with ASan enabled has nothing to do
with Seastar. so no need to check for Seasta...
Kefu Chai
03:01 AM rgw Bug #40475: rgw: zone configure: tier_type value can't start with number
my fault
Actually, you can set to to 123abc, use example:
radosgw-admin zone modify --rgw-zonegroup=default --rgw-z...
hao wang
03:00 AM CephFS Bug #40476 (Need More Info): cephfs-shell: cd with no args has no effect
What commit/branch are you testing? I thought I just changed this to cd into the root directory (of CephFS). Patrick Donnelly
02:56 AM CephFS Bug #40472 (Fix Under Review): MDSMonitor: use stringstream instead of dout for mds repaired
Patrick Donnelly
02:45 AM CephFS Bug #40286 (In Progress): luminous: qa: remove ubuntu 14.04 testing
Patrick Donnelly
02:42 AM CephFS Documentation #39620 (In Progress): doc: MDS and metadata pool hardware requirements/recommendations
Patrick Donnelly
12:04 AM Revision 3db37f70 (ceph): qa: bump ubuntu version to 16.04
Teuthology no longer supports 14.04 images.
Fixes: http://tracker.ceph.com/issues/40286
Signed-off-by: Patrick Donne...
Patrick Donnelly
12:00 AM Revision 86f6b314 (ceph): qa: remove hadoop qa suite
Reason: teuthology has removed Ubuntu 14.04 as a target.
Note: no one is trying to support Hadoop and it apparently ...
Patrick Donnelly

06/21/2019

10:36 PM Dashboard Bug #39613: mgr/dashboard: misplaced objects not shown anymore
merged https://github.com/ceph/ceph/pull/28584 Yuri Weinstein
10:35 PM Revision f5195286 (ceph): Merge pull request #28584 from rhcs-dashboard/nautilus-object-chart
nautilus: mgr/dashboard: show degraded/misplaced/unfound objects.
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Revi...
Yuri Weinstein
10:35 PM Revision 83e29600 (ceph): Merge pull request #28635 from b-ranto/wip-nautilus-dashboard-push
nautilus: mgr/dashboard: Push Grafana dashboards on startup
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Yuri Weinstein
10:31 PM Messengers Bug #38577: Messenger/MessengerTest.MissingServerIdenTest2/0 msg/async/AsyncMessenger.cc: 312: FA...
/a/yuriw-2019-06-21_18:33:43-rados-wip-yuri3-testing-2019-06-20-2323-nautilus-distro-basic-smithi/4057967/ Neha Ojha
08:42 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
Thanks Josh. I'll do a quick audit with this info. Noah Watkins
08:24 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
As I understand it, within a mgr module self.log goes to the mgr's local log file, and self.cluster_log() would go to... Josh Durgin
06:38 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
Oh, you mean log messages like debug/info etc... I was thinking you meant that with _any_ communication with the moni... Noah Watkins
06:18 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
It's storing log messages for the central log, which are also output to the ceph.log file. Is there anything output t... Josh Durgin
06:09 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
Josh, can you speak a little more about the types of messages related to `logm` keys? It's conceivable that some issu... Noah Watkins
06:05 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
The logm keys being that large suggests there were many messages sent to the cluster log in a short span of time. Is ... Josh Durgin
07:58 PM rgw Bug #40304: "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
merged follow up fix https://github.com/ceph/ceph/pull/28698 Yuri Weinstein
07:57 PM Revision d0537fe9 (ceph): Merge pull request #28698 from cbodley/wip-qa-rgw-swift-skip-client-nau...
nautilus: qa/rgw: fix swift warning message
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
07:52 PM Revision fa6733a1 (ceph): Merge pull request #28697 from cbodley/wip-qa-rgw-swift-skip-client
qa/rgw: fix swift warning message
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Casey Bodley
07:33 PM rgw Bug #40467: "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)" in mimic-x
Yuri Weinstein wrote:
> https://github.com/ceph/ceph/pull/28661
merged
Yuri Weinstein
07:33 PM Revision 0509eeb2 (ceph): Merge pull request #28661 from yuriw/wip-yuriw-40452-nautilus
qa/tests: added ragweed coverage to stress-split* upgrade suites
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Revi...
Yuri Weinstein
07:26 PM Revision bc6157c4 (ceph): qa/rgw: fix swift warning message
File "/home/teuthworker/src/github.com_ceph_ceph_master/qa/tasks/swift.py", line 245, in task
log.warning('Swift ...
Casey Bodley
07:22 PM CephFS Bug #40374 (Resolved): nautilus: qa: disable "HEALTH_WARN Legacy BlueStore stats reporting..."
Patrick Donnelly
07:22 PM CephFS Bug #40373 (Resolved): nautilus: qa: still testing simple messenger
Patrick Donnelly
07:18 PM Revision 9b8be058 (ceph): qa/rgw: fix swift warning message
File "/home/teuthworker/src/github.com_ceph_ceph_master/qa/tasks/swift.py", line 245, in task
log.warning('Swift ...
Casey Bodley
06:45 PM CephFS Backport #40471: nautilus: cephfs-shell: Fix flake8 warnings and errors
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:44 PM CephFS Backport #39678: nautilus: cephfs-shell: fix string decode for ls command
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:44 PM CephFS Backport #39936: nautilus: cephfs-shell: add commands to manipulate quotas
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:44 PM CephFS Backport #39937: nautilus: cephfs-shell: add a "stat" command
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:44 PM CephFS Backport #40217: nautilus: cephfs-shell: Fix flake8 errors
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:44 PM CephFS Backport #40313: nautilus: cephfs-shell: 'lls' command errors
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:44 PM CephFS Backport #40314: nautilus: cephfs-shell: Incorrect error message is printed in 'lcd' command
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:44 PM CephFS Backport #40469: nautilus: cephfs-shell: test only python3 and assert python3 in cephfs-shell
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:43 PM CephFS Backport #40470: nautilus: cephfs-shell: fix unecessary usage of to_bytes for file paths
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/28681
merged
Yuri Weinstein
06:43 PM Revision 01a93b87 (ceph): Merge pull request #28681 from batrick/shell-py3-fixes
nautilus: cephfs-shell: misc. cephfs-shell backports
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by...
Yuri Weinstein
06:10 PM Dashboard Bug #40487 (Resolved): mgr/dashboard: clean-up python unit tests
Currently Python unit tests (actually doctests) bring in dependencies for other packages (rados, rbd, cephfs). Most o... Ernesto Puerta
06:06 PM Revision 93d4d9d7 (ceph): mgr/progress: Bug fix complete event when OSD marked in
Swap the order of checking for complete event
when OSD is marked in and creating a
PG Recovery event so that the even...
Kamoltat (Junior) Sirivadhna
05:31 PM rbd Documentation #40486 (Resolved): The 'rbd migration' command workflow needs documentation
The full workflow process for initiating a migration and its known limitations should be documented. Jason Dillaman
05:25 PM rbd Bug #40435 (Pending Backport): [cli] 'export' should handle concurrent IO completions
Mykola Golub
05:24 PM Revision 62eb1f5b (ceph): Merge pull request #28657 from dillaman/wip-40435
rbd: use the ordered throttle for the export action
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
05:23 PM Dashboard Feature #25232 (Fix Under Review): mgr/dashboard: Support minimum password complexity rules
Elzbieta Dziomdziora
02:09 PM Revision bf57e204 (ceph): mon: take the mon lock in handle_conf_change
Let the finisher thread to do the job, it can hold the mon lock
and not hold the config::lock, so can avoid dead lock...
huangjun
01:38 PM Revision 00952582 (ceph): Merge PR #28567 into master
* refs/pull/28567/head:
Revert "mon/OSDMonitor: report pg[pgp]_num_target instead of pg[pgp]_num"
Reviewed-by: Kefu...
Sage Weil
01:12 PM Revision 5062b74f (ceph): test/crimson: improved perf_crimson_msgr with timer
Added timer to support:
* Ramp up before collecting perf reports;
* Shutdown based on running seconds instead of roun...
Yingxin Cheng
12:52 PM rgw Bug #40485 (Can't reproduce): Multisite synchronization init - Segmentation fault
During the initialization of rgw replication, segmentation fault errors appears.
Crash report are attached below.
...
Piotr O
12:31 PM Revision 9de25a79 (ceph): crimson/os: add CyanStore::stat()
so crimson-osd can add itself to CRUSH map when booting up.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:31 PM Revision 4fa91535 (ceph): crimson/osd: add osd to crush when it boots
this maps the corresponding behavior of classic OSD, we could rely on
the start script to do this job. but statfs rep...
Kefu Chai
12:31 PM Revision 880ab484 (ceph): crimson/osd: s/override/final/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:31 PM Revision d56f77bf (ceph): crush,osd: add operator<<(ostream, const CrushLocation&)
* add operator<<(ostream&, const CrushLocation&) out from OSD.cc, so it can
be reused by crimson-osd
* update OSD.c...
Kefu Chai
11:42 AM Dashboard Feature #40484 (Resolved): mgr/dashboard: Check for invalid entries in Create and Edit Bucket Pages
Checked that if invalid entries were put for Creating and Editing a bucket that these entries would be marked as inva... Rafael Quintero
11:27 AM bluestore Bug #40480: pool compression options not consistently applied
Added #40483 to track the second issue. Igor Fedotov
11:15 AM bluestore Bug #40480: pool compression options not consistently applied
Actually there are two issues here - the first one (fixed by #28688) is unloaded OSD compression settings when OSD co... Igor Fedotov
11:12 AM bluestore Bug #40480 (Fix Under Review): pool compression options not consistently applied
Igor Fedotov
10:07 AM bluestore Bug #40480 (In Progress): pool compression options not consistently applied
Igor Fedotov
09:44 AM bluestore Bug #40480 (Resolved): pool compression options not consistently applied
With v13.2.6:
We boot an osd with bluestore_compression_mode=none and bluestore_compression_algorithm=snappy, but ...
Dan van der Ster
11:27 AM RADOS Bug #40483 (Resolved): Pool settings aren't populated to OSD after restart.
In vstart-ed cluster kill osd then restart using ceph-osd -i N
Restarted OSD doesn't observe pool settings (e.g. blu...
Igor Fedotov
11:18 AM Revision 07e02c47 (ceph): Merge pull request #28674 from tchaikov/wip-doc/crimson
doc/dev: add crimson.rst
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Kefu Chai
11:13 AM Revision ad639c79 (ceph): Merge pull request #28462 from myoungwon/wip-doc-dedup
doc: add a deduplication document
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:08 AM Revision 187509eb (ceph): os/bluestore: load OSD all compression settings unconditionally.
Inititally we don't load them if OSD compression mode is set to none.
But we might need them when pool's compression ...
Igor Fedotov
10:45 AM Linux kernel client Bug #40482 (Duplicate): [libceph] page allocation failure when parsing new OSD map
Ilya Dryomov
10:34 AM Linux kernel client Bug #40482 (Duplicate): [libceph] page allocation failure when parsing new OSD map
Jun 01 02:03:49 rhnode kernel: kworker/15:1: page allocation failure: order:7, mode:0x104050
Jun 01 02:03:49 rhnode ...
Prashant D
10:43 AM Linux kernel client Bug #40481: osdmap->osd_addr allocation is susceptible to memory fragmentation
... Ilya Dryomov
10:33 AM Linux kernel client Bug #40481 (Resolved): osdmap->osd_addr allocation is susceptible to memory fragmentation
... Ilya Dryomov
10:36 AM mgr Bug #40478 (Fix Under Review): mgr/diskprediction_cloud: Service unavailable
Lenz Grimmer
09:24 AM mgr Bug #40478: mgr/diskprediction_cloud: Service unavailable
Does anyone help me to fill the column "Backport" to be "nautilus"?
Thanks.
Rick Chen
09:23 AM mgr Bug #40478: mgr/diskprediction_cloud: Service unavailable
Workaround:
$ ceph config set mgr mgr/diskprediction_cloud/diskprediction_ssl_target_name_override localhost
$ ceph...
Rick Chen
09:20 AM mgr Bug #40478 (Resolved): mgr/diskprediction_cloud: Service unavailable
2019-06-10 11:40:23.431 7f1b6929f700 0 mgr[diskprediction_cloud] failed to test connection
2019-06-10 11:40:23.432 ...
Rick Chen
09:30 AM Revision 15a7cda6 (ceph): test/crimson: perf_crimson_msgr summary with sampled latency
Signed-off-by: Yingxin Cheng <yingxincheng@gmail.com> Yingxin Cheng
09:04 AM CephFS Bug #40477 (Fix Under Review): mds: cleanup truncating inodes when standby replay mds trim log se...
Zheng Yan
09:02 AM CephFS Bug #40477 (Resolved): mds: cleanup truncating inodes when standby replay mds trim log segments
Zheng Yan
09:03 AM Revision 8628340e (ceph): client: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP
Client uses this flag to tell mds if there is more cap snap need to
flush. It's mainly for the case that client needs...
Yan, Zheng
09:00 AM Revision 32121878 (ceph): mds: cleanup truncating inodes when standby replay mds trim log segments
Standby replay mds first trims expired log segments, then replays new
log segments. It's possible a 'truncate_start' ...
Yan, Zheng
08:54 AM CephFS Bug #40476 (Resolved): cephfs-shell: cd with no args has no effect
Issuing cd command with no args implies "cd $HOME" in bash but on CephFS shell it has no effect it leads to an error ... Rishabh Dave
08:43 AM rgw Bug #40475 (New): rgw: zone configure: tier_type value can't start with number
if value of one tier_type configuration is configured started with number, eg: radosgw-admin zone modify --rgw-zonegr... hao wang
08:21 AM CephFS Bug #40474 (Fix Under Review): client: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP
Zheng Yan
08:15 AM CephFS Bug #40474 (Resolved): client: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP
client may set CEPH_CLIENT_CAPS_PENDING_CAPSNAP flag even there is no further cap snap flush. This may confuse mds an... Zheng Yan
08:17 AM Dashboard Subtask #23858 (Resolved): mgr/dashboard: New RBD snapshot names should be prefix with a local ti...
Lenz Grimmer
08:16 AM Dashboard Backport #39534 (Resolved): nautilus: mgr/dashboard: New RBD snapshot names should be prefix with...
Lenz Grimmer
08:16 AM Dashboard Feature #37387 (Resolved): mgr/dashboard: Add date range and log search functionality
Lenz Grimmer
08:13 AM Dashboard Bug #39338 (Resolved): mgr/dashboard: Admin resource not honored
Lenz Grimmer
08:13 AM Dashboard Backport #39467 (Resolved): nautilus: mgr/dashboard: Admin resource not honored
Lenz Grimmer
08:10 AM Dashboard Bug #40047 (Resolved): mgr/dashboard: Display correct dialog title
Lenz Grimmer
08:10 AM Dashboard Backport #40048 (Resolved): nautilus: mgr/dashboard: Display correct dialog title
Lenz Grimmer
08:10 AM Revision d5e89876 (ceph): Merge pull request #26251 from majianpeng/add-new-op-create
os/objectstore: add new op OP_CREATE for create a new object.
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
08:06 AM Dashboard Feature #38211 (Resolved): mgr/dashboard: Add custom dialogue for configuring PG scrub parameters
Lenz Grimmer
08:06 AM Dashboard Backport #40059 (Resolved): nautilus: mgr/dashboard: Add custom dialogue for configuring PG scrub...
Lenz Grimmer
07:30 AM bluestore Documentation #40473 (Resolved): enhance db sizing
sizing section doesn't mention rocksdb extents, which are essential to understand how much of a db partition will act... Torben Hørup
05:23 AM Revision cd41b644 (ceph): doc: add a deduplication document
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
04:29 AM Revision 3ec6dfa2 (ceph): doc/dev: add crimson.rst
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:41 AM Revision 6248c40d (ceph): OSD: Initialize pool and recovery_state in the order they are defined
Currently we call get_pool on the PeeringState before the PeeringState
has been initialized.
Signed-off-by: Adam C. ...
Adam Emerson
03:41 AM Revision 2ddb1703 (ceph): test/simple_spin: Explicitly wait for futures from async
Rather than count on implicitly blocking destruct.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
03:41 AM Revision c393ff13 (ceph): client,rbd,mon: Fix signed compare warnings
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:41 AM Revision 6bf5ff1d (ceph): rgw: Fix pessimizing move
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:41 AM Revision c7c8e888 (ceph): test: Replace deprecated TYPED_TEST_CASE with TYPED_TEST_SUITE
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:38 AM Revision 0fad6c01 (ceph): immutable_object_cache: Remove pessimizing moves
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:38 AM Revision d68b5e01 (ceph): immutable_object_cache: Remove unused capture
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:38 AM Revision 975fafed (ceph): rbd: Remove unused capture
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:37 AM CephFS Bug #40472: MDSMonitor: use stringstream instead of dout for mds repaired
https://github.com/ceph/ceph/pull/28683 Zhi Zhang
03:33 AM CephFS Bug #40472 (Resolved): MDSMonitor: use stringstream instead of dout for mds repaired
use stringstream instead of dout for mds repaired to get result directly from command line. Zhi Zhang
02:28 AM mgr Bug #36471: connection resetting tcp errors between mgr daemons
I'm having the same problem.
my ceph version 12.2.12
yite gu
02:22 AM Messengers Support #37300: osd handle_connect_msg accept replacing existing
Sage Weil wrote:
> This looks like a bug in asyncmessenger that wasn't fixed in jewel. We aren't backporting fixes ...
yite gu
02:08 AM Revision a76f9e78 (ceph): client: unify kicking cap flushes and kicking snapcap flushes
introduce Client::kick_flushing_caps(), which re-send both snapcap
flushes and cap flushes in their original order.
...
Yan, Zheng
01:49 AM Revision 45b4c098 (ceph): client: define helper function that sends flushsnap message
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:49 AM Revision d1942c4f (ceph): client: cleanup tracking of early kicked flushing caps
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng

06/20/2019

10:43 PM CephFS Backport #39936 (In Progress): nautilus: cephfs-shell: add commands to manipulate quotas
Patrick Donnelly
10:43 PM CephFS Backport #39937 (In Progress): nautilus: cephfs-shell: add a "stat" command
Patrick Donnelly
10:42 PM CephFS Backport #40217 (In Progress): nautilus: cephfs-shell: Fix flake8 errors
Patrick Donnelly
10:42 PM CephFS Backport #40313 (In Progress): nautilus: cephfs-shell: 'lls' command errors
Patrick Donnelly
10:42 PM CephFS Backport #40314 (In Progress): nautilus: cephfs-shell: Incorrect error message is printed in 'lcd...
Patrick Donnelly
10:42 PM CephFS Backport #40469 (In Progress): nautilus: cephfs-shell: test only python3 and assert python3 in ce...
Patrick Donnelly
06:10 PM CephFS Backport #40469 (Resolved): nautilus: cephfs-shell: test only python3 and assert python3 in cephf...
https://github.com/ceph/ceph/pull/28681 Patrick Donnelly
10:42 PM CephFS Backport #40470 (In Progress): nautilus: cephfs-shell: fix unecessary usage of to_bytes for file ...
Patrick Donnelly
06:10 PM CephFS Backport #40470 (Resolved): nautilus: cephfs-shell: fix unecessary usage of to_bytes for file paths
https://github.com/ceph/ceph/pull/28681 Patrick Donnelly
10:39 PM Revision b0a5a7d2 (ceph): cephfs-shell: refactor list_items
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 2a32752981235989bd3ef7158664fb7e77d7...
Patrick Donnelly
10:39 PM Revision 6ceba0d1 (ceph): cephfs-shell: remove unnecessary instances of to_bytes
cephfs binding already automatically converts paths and some arguments to
bytes.
Fixes: http://tracker.ceph.com/issu...
Patrick Donnelly
10:39 PM Revision b45440e5 (ceph): cephfs-shell: use consistent naming for paths
And some small changes to make some commands take variable arguments and fix
defaults.
Signed-off-by: Patrick Donnel...
Patrick Donnelly
10:39 PM Revision 9defc45a (ceph): pybind/cephfs: avoid unicode check
py3 does not have the unicode built-in. Instead, simply try to do the encoding
and catch failures appropriately. If i...
Patrick Donnelly
10:39 PM Revision 8084e9b2 (ceph): pybind/cephfs: improve user-friendliness of DirResult
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit dff5b1a5d09bf8481cb4e2a0cd0bbbd44b8f...
Patrick Donnelly
10:39 PM Revision 2da9c327 (ceph): cephfs-shell: Remove unused variable 'e'
Fixes: https://tracker.ceph.com/issues/40191
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
10:39 PM Revision ffd529aa (ceph): cephfs-shell: Fix flake8 bare 'except' warnings
Instead of bare 'except', catch OSError and libcephfs exceptions.
Fixes: https://tracker.ceph.com/issues/40191
Signe...
Varsha Rao
10:39 PM Revision ff364093 (ceph): cephfs-shell: Remove unnecessary empty line
This patch fixes flake8 too many blank lines error.
Fixes: https://tracker.ceph.com/issues/40191
Signed-off-by: Vars...
Varsha Rao
10:39 PM Revision 25624153 (ceph): cephfs-shell: Fixe flake8 line too long error
Break the line into multiple lines and add new variable wherever necessary, to
fix the line too long error.
Fixes: h...
Varsha Rao
10:39 PM Revision 7ae0f34f (ceph): cephfs-shell: Fix flake8 use != to compare str literals warning
Fixes: https://tracker.ceph.com/issues/40191
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
10:39 PM Revision 15e0d1c3 (ceph): cephfs-shell: Fix flake8 invalid escape sequence warning
Backslash-character pair is not a valid escape sequence, since Python 3.6
version. Prefixing character 'r' to the esc...
Varsha Rao
10:39 PM Revision 43f6e0ba (ceph): cephfs-shell: Remove unused 'flag' variable
This patch fixes flake8 unused local variable error.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Var...
Varsha Rao
10:39 PM Revision e8bb9d0c (ceph): cephfs-shell: Remove whitespace after '('
This patch fixes flake8 whitespace error.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Varsha Rao <va...
Varsha Rao
10:39 PM Revision 28f997a9 (ceph): cephfs-shell: Fix flake8 bare 'except' warnings
Instead of bare 'except', catch just libcephfs exceptions.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-b...
Varsha Rao
10:39 PM Revision b326e041 (ceph): cephfs-shell: Remove unnecessary empty lines
This patch fixes flake8 too many blank lines error.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Vars...
Varsha Rao
10:38 PM CephFS Backport #40471 (In Progress): nautilus: cephfs-shell: Fix flake8 warnings and errors
Patrick Donnelly
10:38 PM CephFS Backport #40471 (Resolved): nautilus: cephfs-shell: Fix flake8 warnings and errors
https://github.com/ceph/ceph/pull/28681 Patrick Donnelly
10:38 PM CephFS Cleanup #39717 (Pending Backport): cephfs-shell: Fix flake8 warnings and errors
Patrick Donnelly
10:31 PM Revision 1b074497 (ceph): cephfs-shell: assert python3
There's little reason to support this new tool with python2.
Fixes: http://tracker.ceph.com/issues/40418
Signed-off-...
Patrick Donnelly
10:31 PM Revision 32ade887 (ceph): qa: elide python version config
This test doesn't actually use the config and cephfs-shell is py3 only.
Signed-off-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
10:30 PM Revision 73e2b97b (ceph): cephfs-shell: Catch OSError exceptions in lcd
This patch adds try-except statement to catch the OSError exceptions.
Fixes: http://tracker.ceph.com/issues/40243
Si...
Varsha Rao
10:30 PM Revision 44e3e86e (ceph): cephfs-shell: Fix 'lls' command errors
This patch fixes following:
* Not printing complete path when '..' is passed as argument.
* Printing of path for curr...
Varsha Rao
10:29 PM Revision a8e8b009 (ceph): cephfs-shell: Add stat command
This patch adds stat command to cephfs-shell.
Fixes: https://tracker.ceph.com/issues/38829
Signed-off-by: Varsha Rao...
Varsha Rao
10:28 PM Revision b53c43e0 (ceph): cephfs-shell: add quota management
Quotas can be managed by:
$ quota get dir
$ quota set {--max_files MAX_FILES} {--max_bytes MAX_BYTES} dir
Fixes: htt...
Milind Changire
10:28 PM Revision 0bf33f41 (ceph): cephfs-shell: fix string decoding for ls command
* fix string decoding for ls command
* fix string decoding for is_dir_exists() and is_file_exists()
* fix minor flake...
Milind Changire
10:16 PM CephFS Backport #40040 (Resolved): nautilus: avoid trimming too many log segments after mds failover
Patrick Donnelly
04:38 PM CephFS Backport #40040: nautilus: avoid trimming too many log segments after mds failover
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28582
merged
Yuri Weinstein
10:16 PM CephFS Backport #40223 (Resolved): nautilus: mds: reset heartbeat during long-running loops in recovery
Patrick Donnelly
04:38 PM CephFS Backport #40223: nautilus: mds: reset heartbeat during long-running loops in recovery
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28611
merged
Yuri Weinstein
10:16 PM CephFS Bug #40061 (Resolved): mds: blacklisted clients eviction is broken
Patrick Donnelly
10:15 PM CephFS Backport #40236 (Resolved): nautilus: mds: blacklisted clients eviction is broken
Patrick Donnelly
10:15 PM CephFS Backport #40344 (Resolved): nautilus: mds: fix corner case of replaying open sessions
Patrick Donnelly
04:39 PM CephFS Backport #40344: nautilus: mds: fix corner case of replaying open sessions
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/28580
merged
Yuri Weinstein
09:38 PM RADOS Bug #40468 (Fix Under Review): mon: assert on remote state in Paxos::dispatch can fail
https://github.com/ceph/ceph/pull/28680 Greg Farnum
06:08 PM RADOS Bug #40468 (Rejected): mon: assert on remote state in Paxos::dispatch can fail
Paxos.cc::dispatch, line 1426 in current master:... Greg Farnum
09:24 PM Revision 35c0d758 (ceph): osd: add hdd and ssd variants for osd_recovery_max_active
Semi-arbitrarily set the SSD max to 10 (instead of 3). This should be
tuned based on some real data.
Signed-off-by:...
Sage Weil
08:51 PM Revision e6c6de33 (ceph): crimson/osd/: restructure client and peering operation handling
This patch:
* Breaks pg map handling out into a separate module (pg_map.*)
* Breaks osdmap waiting into a separate mo...
Samuel Just
08:51 PM Revision bc48f2df (ceph): crimson/osd: add osd_operation
Adds basic machinery for registering in progress operations along
with blocking conditions.
Signed-off-by: Samuel Ju...
Samuel Just
07:56 PM Revision 5e7e1f38 (ceph): qa/tests: added ragweed coverage to stress-split* upgrade suites
added ceph config set global bluestore_warn_on_legacy_statfs fals
chnaged user "foo" to "ragweed" in ragweed.py
Fixe...
Yuri Weinstein
07:55 PM Revision 790472df (ceph): Merge pull request #28676 from tchaikov/wip-stop.sh-with-crimson
stop.sh: add --crimson option
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
07:14 PM Revision 4625d819 (ceph): crimson/osd: advance_pg_to current epoch in handle_pg_create_info
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:14 PM Revision 7f4e2d63 (ceph): crimson/osd: move OSD and PG into ceph::osd
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:14 PM Revision 986e7995 (ceph): crimson/net/Connection: add priv member for osd to use
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:12 PM Revision bd158245 (ceph): Merge pull request #28204 from dzafman/wip-39555
mon: Improve health status for backfill_toofull and recovery_toofull
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
R...
Neha Ojha
06:10 PM CephFS Bug #40455 (Pending Backport): cephfs-shell: fix unecessary usage of to_bytes for file paths
Patrick Donnelly
06:09 PM Revision 50fec410 (ceph): Merge PR #28663 into master
* refs/pull/28663/head:
cephfs-shell: use consistent naming for paths
cephfs-shell: remove unnecessary instances of...
Patrick Donnelly
06:09 PM Revision 475f2dea (ceph): Merge PR #28561 into master
* refs/pull/28561/head:
vstart_runner: upgrade the check for commands to be run as another user
vstart_runner: spli...
Patrick Donnelly
05:31 PM rgw Bug #39654 (Pending Backport): rgw: Put LC doesn't clear existing lifecycle
Casey Bodley
05:30 PM Revision 51a8f37b (ceph): Merge pull request #28049 from theanalyst/rgw-lc-bl-fix
rgw_lc: use a new bl while encoding RGW_ATTR_LC
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Matt Ben...
Casey Bodley
05:25 PM rgw Bug #40089 (Pending Backport): rgw: conditionally allow builtin users with non-unique email addre...
Casey Bodley
05:24 PM rgw Bug #39629 (Pending Backport): multisite: DELETE Bucket CORS is not forwarded to master zone
Casey Bodley
05:23 PM Revision bc065cae (ceph): Merge pull request #28276 from liuchang0812/multi-site-request-forward
rgw: forwarded some requests to master zone
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:20 PM rgw Bug #38251 (Pending Backport): rgw: RGWGC add perfcounter retire counter
Casey Bodley
05:20 PM rgw Bug #40386 (Pending Backport): rgw: fix miss get ret in STSService::storeARN
Casey Bodley
05:15 PM Revision 01104c4d (ceph): Merge pull request #26167 from yaozongyou/rgw-lc-add-more-check
rgw: check lc objs not empty after fetching
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by: Matt Benja...
Casey Bodley
05:14 PM Revision e796d7ec (ceph): Merge pull request #26538 from zhangsw/feature-rgw-object-lock
rgw: add S3 object lock feature to support object worm
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-b...
Casey Bodley
05:13 PM Revision d28197e6 (ceph): Merge pull request #26351 from linuxbox2/wip-rgw-gcretire
rgw: perfcounters: add gc retire counter
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Abhishek Lekshm...
Casey Bodley
05:12 PM Revision d4e1a08a (ceph): Merge pull request #28527 from tianshan/fix_ret
rgw: fix miss get ret in STSService::storeARN
Reviewed-by: Pritha Srivastava <prsrivas@redhat.com>
Casey Bodley
05:12 PM Revision 2f7133d0 (ceph): Merge pull request #28327 from linuxbox2/wip-rgw-email
rgw: conditionally allow non-unique email addresses
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:11 PM Revision 96b07773 (ceph): Merge pull request #28308 from joke-lee/usage_dump
rgw: usage dump_unsigned instead dump_int
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:10 PM Revision 891fc116 (ceph): Merge pull request #28172 from joke-lee/rgw-sts-bad-token
rgw: fix rgw crash and set correct error code
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Pritha ...
Casey Bodley
04:39 PM Revision c9923ec3 (ceph): Merge pull request #28580 from ukernel/nautilus-40344
nautilus: mds: fix corner case of replaying open sessions
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:38 PM Revision 69242177 (ceph): Merge pull request #28582 from pdvian/wip-40040-nautilus
nautilus: mds: avoid sending too many osd requests at once after mds restarts
Reviewed-by: Patrick Donnelly <pdonnel...
Yuri Weinstein
04:37 PM Revision 6f25824e (ceph): Merge pull request #28611 from batrick/i40223
nautilus: mds: reset heartbeat during long-running loops in recovery
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Yuri Weinstein
04:37 PM Revision 5a15300b (ceph): Merge pull request #28618 from ukernel/nautilus-40236
nautilus: mds: fix 'is session in blacklist' check in Server::apply_blacklist()
Reviewed-by: Patrick Donnelly <pdon...
Yuri Weinstein
04:36 PM Revision 17999a80 (ceph): Merge pull request #28641 from batrick/i39260-2
nautilus: cephfs-shell: Revert "cephfs.pyx: add py3 compatibility"
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
04:36 PM Dashboard Backport #40059: nautilus: mgr/dashboard: Add custom dialogue for configuring PG scrub parameters
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28555
merged
Yuri Weinstein
04:36 PM Revision effce895 (ceph): Merge pull request #28555 from s0nea/wip-40059-nautilus
nautilus: mgr/dashboard: Add custom dialogue for configuring PG scrub parameters
Reviewed-by: Lenz Grimmer <lgrimmer...
Yuri Weinstein
04:15 PM rgw Bug #40467: "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)" in mimic-x
https://github.com/ceph/ceph/pull/28661 Yuri Weinstein
02:45 PM rgw Bug #40467 (Resolved): "HEALTH_WARN Legacy BlueStore stats reporting detected on 6 OSD(s)" in mim...
Run: http://pulpito.ceph.com/teuthology-2019-06-15_02:30:03-upgrade:mimic-x-nautilus-distro-basic-smithi/
Jobs: '403...
Yuri Weinstein
04:05 PM Revision 21a1b30a (ceph): vstart_runner: upgrade the check for commands to be run as another user
Rectify the condition that checks if command to be issued as another
user using sudo is issued as a single argument a...
Rishabh Dave
04:04 PM rbd Feature #40072 (Pending Backport): [journal] tweak config defaults to improve small-IO performance
Mykola Golub
04:02 PM Revision 961df635 (ceph): Merge pull request #28539 from dillaman/wip-40072
librbd: improve journal performance to match expected degradation
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:18 PM CephFS Bug #40431 (In Progress): mgr/volumes: allow setting data pool layout for fs subvolumes
Ramana Raja
02:16 PM Revision c1ef3ff3 (ceph): stop.sh: add --crimson option
so we can pkill crimson-osd if this option is specified
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:11 PM Revision 92e3b980 (ceph): qa/tasks: move DaemonWatchdog to new file
* Moved DaemonWatchdog class to a new file daemonwatchdog.py
* Dropped the client watch
Signed-off-by: Jos Collin <j...
Jos Collin
02:11 PM Revision c540b5f8 (ceph): qa/tasks: make watch and bark handle more daemons
* make watch and bark handle more daemons
* drop the manager parameter, as it wont be available when DaemonWatchdog s...
Jos Collin
02:11 PM Revision 785908f9 (ceph): qa/tasks: start DaemonWatchdog when ceph starts
* Start DaemonWatchdog when ceph starts
* Drop the DaemonWatchdog starting in mds_thrash.py
* Bring the thrashers in ...
Jos Collin
02:11 PM Revision 04c0cd38 (ceph): qa/tasks: manage thrashers
* Added daemons to thrashers
* Join the mds thrasher, as the other thrashers did
Fixes: http://tracker.ceph.com/issu...
Jos Collin
02:11 PM Revision 51be3a33 (ceph): qa/tasks: DaemonWatchdog Tester
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
02:11 PM Revision 446f21b2 (ceph): kill one and see how many dies
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
02:11 PM Revision af559ea6 (ceph): added bark status
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
01:57 PM rgw Bug #40466 (New): s3 returns incorrect region/placement
Using 12.2.8
Have created different pools and placement rules targeting the pools according to http://docs.ceph.co...
Torben Hørup
01:36 PM rgw Documentation #40458 (Pending Backport): Object Gateway multisite document read-only argument error
Casey Bodley
10:06 AM rgw Documentation #40458 (Fix Under Review): Object Gateway multisite document read-only argument error
Nathan Cutler
09:06 AM rgw Documentation #40458: Object Gateway multisite document read-only argument error
https://github.com/ceph/ceph/pull/28655 Chenjiong Deng
03:23 AM rgw Documentation #40458: Object Gateway multisite document read-only argument error
The test above is base on ceph matser branch current. Chenjiong Deng
02:55 AM rgw Documentation #40458 (Resolved): Object Gateway multisite document read-only argument error
In multisite document command:
radosgw-admin zone modify --rgw-zone={zone-name} --master --default --read-only=Fal...
Chenjiong Deng
01:36 PM Revision e4114eb9 (ceph): Merge pull request #28655 from dengchj/multisite_doc
doc: fixed --read-only argument value in multisite doc
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:27 PM Revision f26493cc (ceph): Merge PR #28194 into master
* refs/pull/28194/head:
test_volume_client: declare only one default for python version
test_volume_client: don't s...
Patrick Donnelly
01:26 PM CephFS Bug #40460 (Pending Backport): test_volume_client: declare only one default for python version
Patrick Donnelly
06:48 AM CephFS Bug #40460 (Resolved): test_volume_client: declare only one default for python version
test_volume_client.py declares default python version in more than one places. Rishabh Dave
01:20 PM Revision 2a327529 (ceph): cephfs-shell: refactor list_items
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
01:20 PM Revision ba9f0eef (ceph): cephfs-shell: remove unnecessary instances of to_bytes
cephfs binding already automatically converts paths and some arguments to
bytes.
Fixes: http://tracker.ceph.com/issu...
Patrick Donnelly
01:20 PM Revision b2e8a02f (ceph): cephfs-shell: use consistent naming for paths
And some small changes to make some commands take variable arguments and fix
defaults.
Signed-off-by: Patrick Donnel...
Patrick Donnelly
01:20 PM Revision 9bc49fef (ceph): pybind/cephfs: avoid unicode check
py3 does not have the unicode built-in. Instead, simply try to do the encoding
and catch failures appropriately. If i...
Patrick Donnelly
01:20 PM Revision dff5b1a5 (ceph): pybind/cephfs: improve user-friendliness of DirResult
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
01:09 PM CephFS Bug #40418 (Pending Backport): cephfs-shell: test only python3 and assert python3 in cephfs-shell
Patrick Donnelly
01:08 PM Revision 753da4ec (ceph): Merge PR #28638 into master
* refs/pull/28638/head:
qa: elide python version config
cephfs-shell: assert python3
Reviewed-by: Rishabh Dave <ri...
Patrick Donnelly
12:53 PM Revision 0a1e92ab (ceph): mds: wake up lock waiters after forcibly changing lock state
commit df79944a "mds: cleanup unneeded client_snap_caps when
splitting snap inode" is incomplete.
Fixes: http://trac...
Yan, Zheng
11:45 AM Bug #39976: /opt/ceph-container/bin/osd_disk_prepare.sh: line 46: ceph-disk: command not found,
Update Documentation: Ceph-disk does not work in nautilus #1406 Oscar Segarra
10:04 AM RADOS Bug #38664 (Resolved): crush: choose_args array size mis-sized when weight-sets are enabled
Nathan Cutler
10:04 AM RADOS Backport #38719 (Resolved): luminous: crush: choose_args array size mis-sized when weight-sets ar...
Nathan Cutler
12:13 AM RADOS Backport #38719: luminous: crush: choose_args array size mis-sized when weight-sets are enabled
Prashant D wrote:
> https://github.com/ceph/ceph/pull/27085
merged
Yuri Weinstein
10:04 AM RADOS Bug #39284 (Resolved): ceph-objectstore-tool rename dump-import to dump-export
Nathan Cutler
10:03 AM RADOS Backport #39343 (Resolved): luminous: ceph-objectstore-tool rename dump-import to dump-export
Nathan Cutler
12:09 AM RADOS Backport #39343: luminous: ceph-objectstore-tool rename dump-import to dump-export
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27636
merged
Yuri Weinstein
10:03 AM RADOS Bug #38381 (Resolved): Rados.get_fsid() returning bytes in python3
Nathan Cutler
10:03 AM RADOS Backport #38873 (Resolved): luminous: Rados.get_fsid() returning bytes in python3
Nathan Cutler
12:09 AM RADOS Backport #38873: luminous: Rados.get_fsid() returning bytes in python3
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27674
merged
Yuri Weinstein
10:02 AM RADOS Bug #39023 (Resolved): osd/PGLog: preserve original_crt to check rollbackability
Nathan Cutler
10:02 AM RADOS Bug #38894 (Resolved): osd/PGLog.h: print olog_can_rollback_to before deciding to rollback
Nathan Cutler
10:02 AM RADOS Backport #39042 (Resolved): luminous: osd/PGLog: preserve original_crt to check rollbackability
Nathan Cutler
12:08 AM RADOS Backport #39042: luminous: osd/PGLog: preserve original_crt to check rollbackability
Prashant D wrote:
> https://github.com/ceph/ceph/pull/27715
merged
Yuri Weinstein
10:01 AM RADOS Backport #38905 (Resolved): luminous: osd/PGLog.h: print olog_can_rollback_to before deciding to ...
Nathan Cutler
12:08 AM RADOS Backport #38905: luminous: osd/PGLog.h: print olog_can_rollback_to before deciding to rollback
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27715
merged
Yuri Weinstein
10:01 AM RADOS Bug #38945 (Resolved): osd: leaked pg refs on shutdown
Nathan Cutler
10:00 AM RADOS Backport #39205 (Resolved): nautilus: osd: leaked pg refs on shutdown
Nathan Cutler
10:00 AM RADOS Backport #39204 (Resolved): luminous: osd: leaked pg refs on shutdown
Nathan Cutler
12:07 AM RADOS Backport #39204: luminous: osd: leaked pg refs on shutdown
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27810
merged
Yuri Weinstein
10:00 AM RADOS Bug #38784 (Resolved): osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_missing(soid) ||...
Nathan Cutler
09:59 AM RADOS Backport #39218 (Resolved): luminous: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_m...
Nathan Cutler
12:06 AM RADOS Backport #39218: luminous: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_missing(soid...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27878
merged
Yuri Weinstein
09:59 AM RADOS Bug #39353 (Resolved): Error message displayed when mon_osd_max_split_count would be exceeded is ...
Nathan Cutler
09:59 AM RADOS Backport #39563 (Resolved): luminous: Error message displayed when mon_osd_max_split_count would ...
Nathan Cutler
12:05 AM RADOS Backport #39563: luminous: Error message displayed when mon_osd_max_split_count would be exceeded...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27908
merged
Yuri Weinstein
09:51 AM RADOS Backport #39719 (Resolved): luminous: short pg log+nautilus-p2p-stress-split: "Error: finished ti...
Nathan Cutler
12:05 AM RADOS Backport #39719: luminous: short pg log+nautilus-p2p-stress-split: "Error: finished tid 3 when la...
David Zafman wrote:
> https://github.com/ceph/ceph/pull/28185
merged
Yuri Weinstein
09:50 AM RADOS Bug #40370 (Duplicate): ceph osd pool ls detail -f json doesn't show the pool id
Nathan Cutler
09:45 AM bluestore Backport #40447 (Need More Info): mimic: "no available blob id" assertion might occur
Sage wrote: "Not sure if this can/should be backported beyond nautilus...?" Nathan Cutler
09:45 AM bluestore Backport #40448 (Need More Info): luminous: "no available blob id" assertion might occur
Sage wrote: "Not sure if this can/should be backported beyond nautilus...?" Nathan Cutler
09:40 AM rgw Backport #40347 (In Progress): luminous: ssl tests failing with SSLError("bad handshake: Error([(...
Nathan Cutler
09:40 AM Revision e0bdc426 (ceph): qa: use curl in wait_for_radosgw() in util/rgw.py
Signed-off-by: Ali Maredia <amaredia@redhat.com>
(cherry picked from commit 9c6afa3fb570629a57612f250a6a4890a65cbc6e)...
Ali Maredia
09:37 AM rgw Backport #40348 (In Progress): mimic: ssl tests failing with SSLError("bad handshake: Error([('SS...
Nathan Cutler
08:38 AM rgw Backport #40348 (New): mimic: ssl tests failing with SSLError("bad handshake: Error([('SSL routin...
Nathan Cutler
08:36 AM rgw Backport #40348 (In Progress): mimic: ssl tests failing with SSLError("bad handshake: Error([('SS...
Nathan Cutler
09:30 AM Revision f8102f5c (ceph): Merge pull request #28498 from kamoltat/wip-mgr-progress-add-event-osd-...
mgr/progress: Add recovery event when OSD marked in
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
09:26 AM Revision 585d3fe3 (ceph): Merge pull request #28564 from ceph/store_statfs-log
log: fix store_statfs log line
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
09:22 AM RADOS Bug #40403 (Pending Backport): osd: rollforward may need to mark pglog dirty
Kefu Chai
09:21 AM Revision 1f5e3e8d (ceph): Merge pull request #28621 from Aran85/fix-ec-rf
osd: accident of rollforward may need to mark pglog dirty
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Sam...
Kefu Chai
09:19 AM RADOS Backport #40465 (Resolved): nautilus: osd beacon sometimes has empty pg list
https://github.com/ceph/ceph/pull/29254 Nathan Cutler
09:19 AM RADOS Backport #40464 (Resolved): mimic: osd beacon sometimes has empty pg list
https://github.com/ceph/ceph/pull/29253 Nathan Cutler
09:19 AM rbd Backport #40463 (Resolved): luminous: possible crash when replaying journal with invalid/corrupte...
https://github.com/ceph/ceph/pull/28811 Nathan Cutler
09:19 AM rbd Backport #40462 (Resolved): nautilus: possible crash when replaying journal with invalid/corrupte...
https://github.com/ceph/ceph/pull/28816 Nathan Cutler
09:19 AM Revision e1011665 (ceph): Merge pull request #28656 from dvanders/zstd-upgrade
zstd: upgrade to v1.4.0
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:19 AM rbd Backport #40461 (Resolved): mimic: possible crash when replaying journal with invalid/corrupted r...
https://github.com/ceph/ceph/pull/28814 Nathan Cutler
09:18 AM CephFS Backport #39670 (Resolved): nautilus: mds: output lock state in format dump
Nathan Cutler
09:18 AM CephFS Feature #39969 (Resolved): mgr / volume: refactor volume module
Nathan Cutler
09:18 AM CephFS Backport #40378 (Resolved): nautilus: mgr / volume: refactor volume module
Nathan Cutler
09:17 AM CephFS Backport #40164 (Resolved): nautilus: mount: key parsing fail when doing a remount
Nathan Cutler
09:15 AM CephFS Backport #40220 (Resolved): nautilus: TestMisc.test_evict_client fails
Nathan Cutler
09:14 AM CephFS Backport #40161 (Resolved): nautilus: FSAL_CEPH assertion failed in Client::_lookup_name: "parent...
Nathan Cutler
08:43 AM CephFS Bug #39526 (Resolved): cephfs-shell: teuthology tests
Nathan Cutler
08:43 AM CephFS Backport #39935 (Resolved): nautilus: cephfs-shell: teuthology tests
Nathan Cutler
08:42 AM CephFS Bug #39507 (Resolved): cephfs-shell: mkdir error for relative path
Nathan Cutler
08:42 AM CephFS Backport #39960 (Resolved): nautilus: cephfs-shell: mkdir error for relative path
Nathan Cutler
08:41 AM rgw Backport #40145 (Resolved): nautilus: Multisite sync corruption for large multipart obj
Nathan Cutler
08:40 AM rgw Backport #40148 (Resolved): nautilus: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
Nathan Cutler
08:39 AM rgw Bug #39038 (Resolved): beast: multiple v4 and v6 endpoints with the same port will cause failure
Nathan Cutler
08:39 AM rgw Backport #39746 (Resolved): nautilus: beast: multiple v4 and v6 endpoints with the same port will...
Nathan Cutler
08:36 AM Revision 686320c3 (ceph): qa: use curl in wait_for_radosgw() in util/rgw.py
Signed-off-by: Ali Maredia <amaredia@redhat.com>
(cherry picked from commit 9c6afa3fb570629a57612f250a6a4890a65cbc6e)
Ali Maredia
08:32 AM Revision 20966a3d (ceph): mgr/zabbix: encode string for Python 3 compatibility
Credits to Jochem Kuijpers for the fix.
Fixes: https://tracker.ceph.com/issues/36318
Signed-off-by: Nathan Cutler <n...
Nathan Cutler
08:17 AM CephFS Bug #39395 (Fix Under Review): ceph: ceph fs auth fails
Varsha Rao
07:56 AM CephFS Bug #39395 (In Progress): ceph: ceph fs auth fails
Varsha Rao
07:31 AM Revision 061a72d4 (ceph): mon/AuthMonitor: don't validate fs caps on authorize
The monitor will have no idea how to validate fs caps during `fs
authorize`. Instead, validate solely the built osd a...
Joao Eduardo Luis
06:55 AM mgr Bug #39587 (Duplicate): [ceph-mgr]High cpu usage
Sebastian Wagner
06:08 AM mgr Bug #39587: [ceph-mgr]High cpu usage
Please help to close it. haitao chen
06:07 AM mgr Bug #39587: [ceph-mgr]High cpu usage
It the same as http://tracker.ceph.com/issues/38561.
Because the dead lock, the mgr's queue of ceph-mgr can't releas...
haitao chen
06:52 AM rbd Subtask #37529 (In Progress): [namespaces] mirroring should support namespaces
Mykola Golub
06:48 AM Revision d78e0354 (ceph): test_volume_client: declare only one default for python version
Fixes: http://tracker.ceph.com/issues/40460
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
05:34 AM Revision da441cb3 (ceph): vstart_runner: split unicode arguments into lists
Split not just string arguments but also unicode arguments into lists.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
05:34 AM bluestore Bug #39097: _verify_csum bad crc32c/0x10000 checksum at blob offset 0x0, got 0x478682d5, expected...
hi, sage, i got the same err, http://tracker.ceph.com/issues/40459 in ceph 12.2.5 and centos7.4, any idea to solve this? yang wang
04:05 AM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
qingbo han wrote:
> Brad Hubbard wrote:
> > Could you provide details of your OS and upload a debug log with debug_...
qingbo han
04:03 AM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
Brad Hubbard wrote:
> Could you provide details of your OS and upload a debug log with debug_osd=20 and a coredump? ...
qingbo han
03:16 AM bluestore Bug #40459 (Can't reproduce): os/bluestore: _verify_csum bad crc32 but no error in message, ceph-...
in my cluster ceph 12.2.5(centos7.4), there alawys some _verify_csum bad in some osds, but no error in messages and s... yang wang
03:15 AM Revision dba845ba (ceph): Merge pull request #28570 from xiexingguo/wip-objecter-direct-spgid
osdc/Objecter: _calc_target - inline spgid
Reviewed-by: Sage Weil <sage@redhat.com>
Xie Xingguo
02:59 AM Revision c65832c1 (ceph): doc: fixed --read-only argument value in multisite doc
Fixes: https://tracker.ceph.com/issues/40458
Signed-off-by: Chenjiong Deng <dengchenjiong@umcloud.com>
Chenjiong Deng
02:41 AM Revision 14cee820 (ceph): Merge pull request #28568 from xiexingguo/wip-off-by-one-max-osd
mon/OSDMonitor: fix off-by-one when updating new_last_in_change
Reviewed-by: Sage Weil <sage@redhat.com>
Xie Xingguo
02:40 AM Revision b294dc67 (ceph): Merge pull request #28629 from xiexingguo/wip-osd-df-by-pool-name
mgr, osd: 'osd df' by pool
Reviewed-by: Sage Weil <sage@redhat.com>
Xie Xingguo
02:37 AM Support #40457 (Closed): ceph osd expand cause I/O hang
After ceph expand osd 12 hours later, the user can't write data in the cephfs but read is ok
only found this in th...
wei wei rong
02:22 AM Revision fa698e18 (ceph): mon: Improve health status for backfill_toofull and recovery_toofull
Treat backfull_toofull as a warning condition because it can resolve itself.
Includes test case for PG_BACKFILL_FULL
...
David Zafman
01:22 AM Revision ff1f04f4 (ceph): qa: elide python version config
This test doesn't actually use the config and cephfs-shell is py3 only.
Signed-off-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
01:22 AM Revision de429c48 (ceph): cephfs-shell: assert python3
There's little reason to support this new tool with python2.
Fixes: http://tracker.ceph.com/issues/40418
Signed-off-...
Patrick Donnelly
12:21 AM Revision 9497655d (ceph): Merge pull request #28553 from trociny/wip-40071
librbd: mirror image enable/disable should enable/disable journaling
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:11 AM Revision ae0e30ba (ceph): Merge pull request #27085 from pdvian/wip-38719-luminous
luminous: crush/CrushWrapper: ensure crush_choose_arg_map.size == max_buckets
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
12:09 AM Revision 637b5af1 (ceph): Merge pull request #27636 from smithfarm/wip-39343-luminous
luminous: ceph-objectstore-tool: rename dump-import to dump-export
Reviewed-by: David Zafman <dzafman@redhat.com>
Yuri Weinstein
12:08 AM Revision c009447d (ceph): Merge pull request #27674 from smithfarm/wip-38873-luminous
luminous: pybind: Rados.get_fsid() returning bytes in python3
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
12:08 AM Revision f7c528db (ceph): Merge pull request #27715 from pdvian/wip-39042-luminous
luminous: osd/PGLog: preserve original_crt to check rollbackability
Reviewed-by: Neha Ojha <nojha@redhat.com>
Review...
Yuri Weinstein
12:07 AM RADOS Backport #39431: luminous: Degraded PG does not discover remapped data on originating OSD
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27751
merged
Yuri Weinstein
12:07 AM Revision b3237385 (ceph): Merge pull request #27751 from ashishkumsingh/wip-39431-luminous
luminous: osd/PG: discover missing objects when an OSD peers and PG is degraded
Reviewed-by: Neha Ojha <nojha@redhat...
Yuri Weinstein
12:06 AM Revision 4fe32f29 (ceph): Merge pull request #27810 from pdvian/wip-39204-luminous
luminous: osd: shutdown recovery_request_timer earlier
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
12:06 AM Revision 5c907d1d (ceph): Merge pull request #27878 from pdvian/wip-39218-luminous
luminous: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_missing(soid) || (it_objects != pg_log.get_log().... Yuri Weinstein
12:05 AM Revision a2d39769 (ceph): Merge pull request #27908 from smithfarm/wip-39563-luminous
luminous: mon: Error message displayed when mon_osd_max_split_count would be exceeded is not as user-friendly as it c... Yuri Weinstein
12:05 AM Revision ce0b4508 (ceph): Merge pull request #28185 from dzafman/wip-39719
luminous: osd: Include dups in copy_after() and copy_up_to()
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by...
Yuri Weinstein

06/19/2019

09:58 PM Revision 71ed058f (ceph): mgr/dashboard: Display iSCSI "logged in" info
Fixes: https://tracker.ceph.com/issues/40046
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
09:58 PM Revision 03aa8b96 (ceph): doc: added openSUSE distros to the list and updated the releases
Signed-off-by: Kai Wagner <kwagner@suse.com> Kai Wagner
09:58 PM Revision 13fe90a8 (ceph): doc: updated the OS recommendations to reflect the Nautilus release
Signed-off-by: Kai Wagner <kwagner@suse.com> Kai Wagner
09:58 PM Revision 26b9e1b8 (ceph): doc: removed old EOL Ceph versions from the list
Signed-off-by: Kai Wagner <kwagner@suse.com> Kai Wagner
09:49 PM Revision 76fe070d (ceph): mgr/dashboard: RGW rest client instances cache eviction
Fixes: https://tracker.ceph.com/issues/40252
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
09:48 PM rgw Feature #40456 (Fix Under Review): rgw_file: directory enumeration can be accelerated 1-2 orders ...
Matt Benjamin
09:43 PM rgw Feature #40456 (Resolved): rgw_file: directory enumeration can be accelerated 1-2 orders of magni...
For objects originating in S3/Swift, it is frequently acceptable
to synthesize c/mtime and size stats from meta attr...
Matt Benjamin
09:16 PM RADOS Bug #40287: OSDMonitor: missing `pool_id` field in `osd pool ls` command
This is duplicate of http://tracker.ceph.com/issues/40370. Neha Ojha
09:13 PM mgr Bug #40385 (Duplicate): Ceph mgr `insights` uses mon DB as a storage.
Neha Ojha
09:12 PM RADOS Bug #40388 (Can't reproduce): Mimic: osd crashes during hit_set_trim and hit_set_remove_all if hi...
Neha Ojha
11:05 AM RADOS Bug #40388: Mimic: osd crashes during hit_set_trim and hit_set_remove_all if hit set object doesn...
I'm afraid I cannot replicate this problem and do debugging and core dump anymore since I have removed the entire cac... Lazuardi Nasution
12:05 AM RADOS Bug #40388: Mimic: osd crashes during hit_set_trim and hit_set_remove_all if hit set object doesn...
Can you upload a coredump as well as details of your OS and a log with debug_osd=20 set please? If the files are larg... Brad Hubbard
09:07 PM RADOS Bug #40377 (Pending Backport): osd beacon sometimes has empty pg list
Neha Ojha
09:06 PM RADOS Bug #40454: snap_mapper error, scrub gets r -2..repaired
Neha reports this hasn't been seen in master in a while; is there a reason you think it's not a new-in-branch bug? Greg Farnum
07:58 PM RADOS Bug #40454: snap_mapper error, scrub gets r -2..repaired
Also note there are a lot of objects in this PG that are similarly affected:... Sage Weil
07:57 PM RADOS Bug #40454 (Can't reproduce): snap_mapper error, scrub gets r -2..repaired
... Sage Weil
08:59 PM rbd Bug #40409 (Pending Backport): possible crash when replaying journal with invalid/corrupted ranges
Jason Dillaman
08:58 PM Revision 57c4669f (ceph): Merge pull request #28627 from trociny/wip-40409
journal: properly advance read offset after skipping invalid range
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:08 PM CephFS Bug #40455 (Fix Under Review): cephfs-shell: fix unecessary usage of to_bytes for file paths
Patrick Donnelly
08:03 PM CephFS Bug #40455 (Resolved): cephfs-shell: fix unecessary usage of to_bytes for file paths
Patrick Donnelly
07:38 PM Revision 43bcf94b (ceph): osd: share curmap in handle_osd_ping
We just took the curmap ref above; do not call get_osdmap() again.
I think it may explain a weird segv I saw here in...
Sage Weil
07:35 PM rgw Feature #40433: option for switch unix socket mode
common OutputDataSocket::bind_and_listen only supports STREAM Torben Hørup
02:20 PM rgw Feature #40433 (New): option for switch unix socket mode
current "rgw ops log socket path" opens the sock in SOCK_STREAM, but eg. rsyslog imuxsock module expects SOCK_DGRAM, ... Torben Hørup
07:26 PM rgw Feature #40453 (New): rgw: lifecycle support expire objects 0 days
Hi RGW Team,
Actually lifecycle policy for expire object got a min value of 1.
The minimal valid policy:...
Manuel Rios
07:26 PM RADOS Bug #39581: osd/PG.cc: 2523: FAILED ceph_assert(scrub_queued)
This was probably cause by 40f71cda0ed4fe78dbcbc1ba73f0cc973bf5c415
osd/: move start_peering_interval and callees ...
David Zafman
07:23 PM RADOS Bug #39581 (Duplicate): osd/PG.cc: 2523: FAILED ceph_assert(scrub_queued)
Duplicate of https://tracker.ceph.com/issues/40451 Neha Ojha
06:56 PM RADOS Bug #39581: osd/PG.cc: 2523: FAILED ceph_assert(scrub_queued)
/a/nojha-2019-06-17_20:20:02-rados-wip-ec-below-min-size-2019-06-17-distro-basic-smithi/4043727 Neha Ojha
07:21 PM RADOS Bug #40451 (Fix Under Review): osd/PG.cc: 2410: FAILED ceph_assert(scrub_queued)
https://github.com/ceph/ceph/pull/28660 Sage Weil
07:14 PM RADOS Bug #40451: osd/PG.cc: 2410: FAILED ceph_assert(scrub_queued)
It looks to me like this happened as a side-effect of unblocking the op.... Sage Weil
07:13 PM RADOS Bug #40451 (Resolved): osd/PG.cc: 2410: FAILED ceph_assert(scrub_queued)
... Sage Weil
07:20 PM Revision 7a3227e9 (ceph): osd/PG: do not queue scrub if PG is not active when unblock
- we are scrubbing
- we block scrub on an object
- we have an interval reset on epoch X
- we unblock and queue scrub ...
Sage Weil
07:09 PM rbd Backport #40379 (Resolved): nautilus: [rbd-mirror] image sync can crash when updating progress
Jason Dillaman
06:59 PM RADOS Backport #40192 (Resolved): nautilus: Rados.get_fsid() returning bytes in python3
Jason Dillaman
06:56 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
I think we are going to need this after all. If we don't do this, we'll have to delay writing to newly-created files ... Jeff Layton
06:50 PM rgw Bug #40436: multisite: use-after-free of RGWFetchRemoteObjCR::zones_trace
example backtrace:... Casey Bodley
05:47 PM rgw Bug #40436 (New): multisite: use-after-free of RGWFetchRemoteObjCR::zones_trace
on shutdown or realm reload, RGWBucketSyncSingleEntryCR can destruct before RGWFetchRemoteObjCR completes. RGWFetchRe... Casey Bodley
06:18 PM Bug #40387 (Resolved): "SyntaxError: invalid syntax" in smoke
https://github.com/ceph/ceph/pull/28605 Neha Ojha
06:08 PM rgw Backport #40450 (Resolved): nautilus: s3tests-test-readwrite failed in rados run (Connection refu...
https://github.com/ceph/ceph/pull/29325 Nathan Cutler
06:06 PM bluestore Backport #40449 (Resolved): nautilus: "no available blob id" assertion might occur
https://github.com/ceph/ceph/pull/30144 Nathan Cutler
06:06 PM bluestore Backport #40448 (Rejected): luminous: "no available blob id" assertion might occur
Nathan Cutler
06:06 PM bluestore Backport #40447 (Rejected): mimic: "no available blob id" assertion might occur
Nathan Cutler
06:04 PM Dashboard Backport #40446 (Resolved): nautilus: mgr/dashboard: Update translation
https://github.com/ceph/ceph/pull/28938 Nathan Cutler
06:04 PM CephFS Backport #40445 (Resolved): nautilus: mds: MDCache::cow_inode does not cleanup unneeded client_sn...
https://github.com/ceph/ceph/pull/29344 Nathan Cutler
06:04 PM CephFS Backport #40444 (Resolved): mimic: mds: MDCache::cow_inode does not cleanup unneeded client_snap_...
https://github.com/ceph/ceph/pull/30234 Nathan Cutler
06:04 PM CephFS Backport #40443 (Resolved): nautilus: libcephfs: returns ESTALE to nfs-ganesha's FSAL_CEPH when o...
https://github.com/ceph/ceph/pull/29343 Nathan Cutler
06:04 PM CephFS Backport #40442 (Resolved): mimic: libcephfs: returns ESTALE to nfs-ganesha's FSAL_CEPH when oper...
https://github.com/ceph/ceph/pull/30108 Nathan Cutler
06:04 PM Messengers Backport #40441 (Resolved): nautilus: handle_read_frame_preamble_main crc mismatch for main pream...
https://github.com/ceph/ceph/pull/29140 Nathan Cutler
06:03 PM CephFS Backport #40440 (Resolved): nautilus: mds: cannot switch mds state from standby-replay to active
https://github.com/ceph/ceph/pull/29233 Nathan Cutler
06:03 PM CephFS Backport #40438 (Resolved): nautilus: getattr on snap inode stuck
https://github.com/ceph/ceph/pull/29231 Nathan Cutler
06:03 PM CephFS Backport #40437 (Resolved): mimic: getattr on snap inode stuck
https://github.com/ceph/ceph/pull/29230 Nathan Cutler
05:36 PM rgw Bug #40416: segfault in RGWCopyObj::verify_permission()
does not reproduce with a vstart cluster on bionic Casey Bodley
03:26 PM rgw Bug #40416 (Triaged): segfault in RGWCopyObj::verify_permission()
the failures appear to be correlated with ubuntu 18.04. setting up a bionic vm to try reproducing Casey Bodley
05:32 PM rgw Bug #40187: multisite: 'radosgw-admin bilog trim' stops after 1000 entries
Casey Bodley
05:32 PM Bug #40295 (Resolved): OBS fails to build master due to RPATH issue
Nathan Cutler
05:32 PM Backport #40301 (Resolved): nautilus: OBS fails to build master due to RPATH issue
Nathan Cutler
05:31 PM Dashboard Bug #39586 (Resolved): dashboard: orchestrator mgr modules assert failure on iscsi service request
Nathan Cutler
05:31 PM mgr Backport #40037 (Resolved): nautilus: dashboard: orchestrator mgr modules assert failure on iscsi...
Nathan Cutler
05:17 PM mgr Bug #36318: Python 3 Ceph throws exception when sending via zabbix-sender
This is becoming more urgent - we have Python 3 users reporting that they are affected by this bug. Nathan Cutler
04:36 PM Revision b2f75ba2 (ceph): Merge pull request #28460 from tchaikov/wip-cmake-detect-libnl
cmake: rewrite Findgenl to support components argument
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Kefu Chai
04:28 PM bluestore Bug #40300: ceph-osd segfault: "rocksdb: Corruption: file is too short"
So, I think the question is what we can/should do to avoid this next time. A few options:
- This a rocksdb readah...
Sage Weil
04:21 PM Revision 0df799fe (ceph): Merge pull request #28552 from sebastian-philipp/wip-40037-nautilus
nautilus: dashboard: orchestrator mgr modules assert failure on iscsi service request
Reviewed-by: Sebastian Wagner ...
Yuri Weinstein
04:15 PM Revision afd0b508 (ceph): qa/suites/rados/thrash: force normal pg log length with cache tiering
When we are doing cache tiering, we are more sensitive to short PG logs
because the dup op entries are not perfectly ...
Sage Weil
04:09 PM Revision 2738863a (ceph): Merge pull request #28516 from smithfarm/wip-40301-nautilus
nautilus: build/ops: cmake: set empty-string RPATH for ceph-osd
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
03:12 PM rbd Bug #40435 (Fix Under Review): [cli] 'export' should handle concurrent IO completions
Jason Dillaman
02:56 PM rbd Bug #40435 (Resolved): [cli] 'export' should handle concurrent IO completions
Under certain conditions, librbd can fire concurrent completions if the object-map is enabled. It would require an ob... Jason Dillaman
03:09 PM Revision 751bf695 (ceph): rbd: use the ordered throttle for the export action
This allows exports to STDOUT to use multiple concurrent operations
and also fixes a potential race condition with co...
Jason Dillaman
02:57 PM Revision fa9cd3fa (ceph): zstd: compat with v1.4.0
In zstd d8e215cbee03b038fffe74aebad63b625c42f23c
ZSTD_compress_generic() is renamed to ZSTD_compressStream2().
Signe...
Dan van der Ster
02:49 PM CephFS Feature #40299 (In Progress): mgr/volumes: allow setting mode on fs subvol, subvol group
Patrick Donnelly
02:41 PM bluestore Bug #40434 (Resolved): ceph-bluestore-tool:bluefs-bdev-migrate might result in broken OSD
This happens when migrating from DB to main device is initiated and some bluefs data is already at main device.
Afte...
Igor Fedotov
02:38 PM Revision 172ad649 (ceph): librbd: new rbd_journal_object_writethrough_until_flush option
When set to true, the journal will not attempt to batch appends until
after it receives the the first flush request f...
Jason Dillaman
02:38 PM Revision 5f3b0438 (ceph): librbd: tweaks to improve throughput for journaled IO
Increase the per-object append flush bytes to 1MiB to mimic the 16MiB
in-memory writeback cache. Finally, default ena...
Jason Dillaman
02:38 PM Revision c0322a13 (ceph): journal: support dynamically updating recorder flush options
Default to disabling writeback-style append flushes unless overridden
by a call to 'set_append_batch_options'.
Signe...
Jason Dillaman
02:37 PM Revision a4e160e4 (ceph): journal: fix broken append batching implementation
The original flush_interval/bytes/age batching options no longer
actually do anything. Integrate these better with th...
Jason Dillaman
02:18 PM rgw Documentation #40432 (New): Add a section on how to consume ops log via unix socket
There's not much to be found on how to actually consume the ops log data written to unix socket.
Add example on ho...
Torben Hørup
01:58 PM Revision 2c2797a7 (ceph): zstd: upgrade to v1.4.0
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch> Dan van der Ster
01:39 PM rgw Bug #17882 (Pending Backport): s3tests-test-readwrite failed in rados run (Connection refused)
Casey Bodley
01:32 PM Revision 8d44d03d (ceph): Merge pull request #28631 from cbodley/wip-17882
qa/rgw: extra s3tests tasks use rgw endpoint configuration
Reviewed-by: Kefu Chai <kchai@redhat.com>
Casey Bodley
01:30 PM Revision 370b66a6 (ceph): zstd: Upgrade to v1.3.2
This buys us fixes for a few memory errors and asserts and also
improves the CMake build script so it doesn't mostly ...
Adam Emerson
01:21 PM Revision c028de2f (ceph): cmake: rewrite Findgenl to support components argument
* rename genl to nl:
"genl" is not very specific without more context. and libnl is actually
a library suite. so ...
Kefu Chai
01:21 PM Revision 86b62af5 (ceph): debian/control: remove "libnl-3-dev" from build dependencies
what we need is "libnl-genl-3-dev", libnl-3-dev should be a dependency
of "libnl-genl-3-dev". the only reason we woul...
Kefu Chai
01:14 PM Revision 84e48ddb (ceph): journal: improve logging on recorder append path
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:07 PM Revision 127f2309 (ceph): mgr/dashboard: Ensure E2E tests can be run independently (#28592)
mgr/dashboard: Ensure E2E tests can be run independently
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Lau...
Lenz Grimmer
01:04 PM rgw Bug #24744: rgw: index wrongly deleted when put raced with list
new pr https://github.com/ceph/ceph/pull/28654 Tianshan Qu
11:41 AM rgw Bug #24744: rgw: index wrongly deleted when put raced with list
I think you are right, and the issue still exists in master, will repush the original fix. Tianshan Qu
10:17 AM rgw Bug #24744: rgw: index wrongly deleted when put raced with list
This race still exists in latest mimic (v13.2.6), we are hitting it several times a day in a production setup. The se... Samu Kallio
12:59 PM Messengers Bug #40115 (Pending Backport): handle_read_frame_preamble_main crc mismatch for main preamble rx_...
Sage Weil
12:59 PM Revision ef1f331b (ceph): Merge PR #28453 into master
* refs/pull/28453/head:
qa/valgrind.supp: be slightly less specific on suppression
msg/async, v2: make the reset_re...
Sage Weil
12:34 PM RADOS Bug #23857: flush (manifest) vs async recovery causes out of order op
... Kefu Chai
12:28 PM rgw Bug #40405: Lifecycle rule shouldn't contain deletemarker or multipart expiration if it has tags.
Casey Bodley
12:23 PM Revision 9d12dc7d (ceph): sample.ceph.conf: correct the default value of filestore merge threshold
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
12:20 PM Revision 48705744 (ceph): test_volume_client: don't shadow class variable
Name class and instance variables differently so that the latter doesn't
shadow the former.
Signed-off-by: Rishabh D...
Rishabh Dave
12:15 PM Revision 9ac2e7fd (ceph): Merge pull request #28566 from liewegas/wip-40377
osd: copy (don't move) pg list when sending beacon
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Ke...
Kefu Chai
12:04 PM CephFS Bug #40431 (Resolved): mgr/volumes: allow setting data pool layout for fs subvolumes
This is required by CephFS CSI driver. Allow setting data pool layout for fs subvolumes,
$ ceph fs subvolume crea...
Ramana Raja
11:50 AM Revision 09e992ff (ceph): qa/rgw: extra s3tests tasks use rgw endpoint configuration
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
11:50 AM Revision 16438792 (ceph): qa/rgw: update default port in perl workunits
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
11:25 AM Dashboard Bug #40427 (Fix Under Review): mgr/dashboard: Pool form uses different loading spinner
Volker Theile
09:34 AM Dashboard Bug #40427 (Resolved): mgr/dashboard: Pool form uses different loading spinner
The pool form does not use the common loading spinner element 'cd-loading-panel'.
!old_loading.gif!
Volker Theile
11:02 AM CephFS Bug #40430 (Fix Under Review): cephfs-shell: No error message is printed on ls of invalid directo...
Varsha Rao
10:50 AM CephFS Bug #40430 (Resolved): cephfs-shell: No error message is printed on ls of invalid directories
For any invalid ls command, no error message is printed.... Varsha Rao
10:04 AM CephFS Backport #40042 (In Progress): mimic: avoid trimming too many log segments after mds failover
https://github.com/ceph/ceph/pull/28650 Prashant D
10:04 AM Dashboard Feature #39701 (Pending Backport): mgr/dashboard: Update translation
Lenz Grimmer
09:45 AM CephFS Bug #40429 (Resolved): mgr/volumes: subvolume.py calls Exceptions with too few arguments.
mypy revealed... Sebastian Wagner
09:39 AM rgw Backport #40107 (In Progress): nautilus: Librgw doesn't GC deleted object correctly
https://github.com/ceph/ceph/pull/28648 Prashant D
09:34 AM Dashboard Bug #40428 (Resolved): mgr/dashboard: controllers/grafana is not Python 3 compatible
mypy revealed:... Sebastian Wagner
09:17 AM Revision 17fa48de (ceph): compressor/zstd: use compress_generic from compression, cleanup
This is based on Yann Collet's changes (but somewhat adapted).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:17 AM Revision ddf3197b (ceph): compressor/zstd: fix build options
Among other things, pass -O3, so that it goes faster.
Huge thank you to Yann Collet for identifying this as a build ...
Sage Weil
09:17 AM Revision 8aea71a1 (ceph): compressor/zstd: improvements
- static linking #define to get the advanced stuff
- hint src size to compressor
- no flush needed before end
- check...
Stefan Priebe
09:14 AM bluestore Backport #40422 (In Progress): luminous: Bitmap allocator return duplicate entries which cause in...
https://github.com/ceph/ceph/pull/28644 Igor Fedotov
08:41 AM bluestore Backport #40422 (Resolved): luminous: Bitmap allocator return duplicate entries which cause inter...
https://github.com/ceph/ceph/pull/28644 Igor Fedotov
09:13 AM bluestore Backport #40423 (In Progress): mimic: Bitmap allocator return duplicate entries which cause inter...
https://github.com/ceph/ceph/pull/28645 Igor Fedotov
08:41 AM bluestore Backport #40423 (Resolved): mimic: Bitmap allocator return duplicate entries which cause interval...
https://github.com/ceph/ceph/pull/28645 Igor Fedotov
09:13 AM bluestore Backport #40424 (In Progress): nautilus: Bitmap allocator return duplicate entries which cause in...
https://github.com/ceph/ceph/pull/28646 Igor Fedotov
08:41 AM bluestore Backport #40424 (Resolved): nautilus: Bitmap allocator return duplicate entries which cause inter...
Igor Fedotov
09:08 AM rgw Bug #40425 (New): [librgw]Can't get the correct the Unix file attribute of root node
Using the function "rgw_mount2" to mount a bucket or root "/" and then calling the function "rgw_getAttr(fs, fs->root... Kunyang Fan
08:55 AM Revision 49c16457 (ceph): os/bluestore: BitmapAllocator::allocate: log new extents only
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit a90d57ca05c902eab8ca19090b856ea0e08f5d2b)
Igor Fedotov
08:55 AM Revision 4b424cf3 (ceph): os/bluestore: distinguis request and results in bitmap alloc log
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 84c2d4148574373c678ad8f00e35f9e209ba1f18)
Igor Fedotov
08:54 AM Revision 1f7c147a (ceph): os/bluestore: BitmapAllocator::allocate: log new extents only
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit a90d57ca05c902eab8ca19090b856ea0e08f5d2b)
Igor Fedotov
08:54 AM Revision 7d4cb5a0 (ceph): os/bluestore: distinguis request and results in bitmap alloc log
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 84c2d4148574373c678ad8f00e35f9e209ba1f18)
Igor Fedotov
08:53 AM Revision 501eef72 (ceph): os/bluestore: fix duplicate allocations in bmap allocator
Fixes: http://tracker.ceph.com/issues/40080
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from comm...
Igor Fedotov
08:50 AM Revision 10e25a0f (ceph): os/bluestore: fix duplicate allocations in bmap allocator
Fixes: http://tracker.ceph.com/issues/40080
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from comm...
Igor Fedotov
08:47 AM Revision e2db279c (ceph): os/bluestore: BitmapAllocator::allocate: log new extents only
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit a90d57ca05c902eab8ca19090b856ea0e08f5d2b)
Igor Fedotov
08:47 AM Revision adc4e438 (ceph): os/bluestore: distinguis request and results in bitmap alloc log
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 84c2d4148574373c678ad8f00e35f9e209ba1f18)
Igor Fedotov
08:46 AM Revision 19d11f51 (ceph): os/bluestore: fix duplicate allocations in bmap allocator
Fixes: http://tracker.ceph.com/issues/40080
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from comm...
Igor Fedotov
08:44 AM Revision 7b8fd11f (ceph): journal: properly advance read offset after skipping invalid range
Fixes: https://tracker.ceph.com/issues/40409
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
08:16 AM RADOS Feature #40419: [RFE] Estimated remaining time on recovery?
I know it won't probably be accurate, but just like any other time remaining console. However this is still valuable,... Sébastien Han
07:06 AM Dashboard Feature #25229 (In Progress): mgr/dashboard: Provide user enable/disable capability
Patrick Seidensal
06:51 AM CephFS Bug #38326 (Fix Under Review): mds: evict stale client when one of its write caps are stolen
increment patches https://github.com/ceph/ceph/pull/28642 Zheng Yan
06:48 AM Revision e5cc6f52 (ceph): mds: check last laggy before marking unresponsive client stale
Current mds may evict unresponsive client without going through session
stale. So we need to adjust the last laggy ch...
Yan, Zheng
06:28 AM Revision cd292069 (ceph): mds: remove the code that skip evicting the only client
There is already logic that defer marking unresponsive client stale.
No reason to defer evicting the only stale clien...
Yan, Zheng
05:32 AM Revision 71575e37 (ceph): mgr/dashboard: Update translations
Updates the Czech, German, Spanish, French, Indonesian, Polish and Chinese (simplified) translation
Adds the English,...
Sebastian Krah
03:51 AM Revision 5bd7cb5f (ceph): mon/OSDMonitor: limit MOSDMap message size by bytes
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit dcf1cd00cc6e2595c283b4a73a4de9df50e7330a)
Conf...
Sage Weil
03:47 AM Revision 09a3cf5e (ceph): common/options: add osd_map_message_max_bytes
Limit MOSDMap message size by bytes as well as map count.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked ...
Sage Weil
03:30 AM CephFS Backport #39260: nautilus: ls -S command produces AttributeError: 'str' object has no attribute '...
Follow-up for missing commit in backport: https://github.com/ceph/ceph/pull/28641 Patrick Donnelly
03:28 AM Revision 58369c00 (ceph): cephfs-shell: Revert "cephfs.pyx: add py3 compatibility"
This reverts commit 5106582fc7edae7f39161cf89e566c020fcfa0ce.
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry p...
Varsha Rao
03:18 AM RADOS Backport #38276 (In Progress): luminous: osd_map_message_max default is too high?
Kefu Chai
02:26 AM Revision c3371e0b (ceph): osd/OSD: keep synchronizing with mon if stuck at booting
During the flapping no{up,down,in,out} flags test I've noticed
that some osds might be stuck at down&booting state du...
xie xingguo
01:52 AM RADOS Bug #40421 (New): osd: lost op?
Could use some help figuring out what happened here.
MDS got stuck in up:replay because it didn't get a reply to t...
Patrick Donnelly
01:35 AM CephFS Bug #39987 (Pending Backport): mds: MDCache::cow_inode does not cleanup unneeded client_snap_caps
Patrick Donnelly
01:33 AM CephFS Bug #40213 (Pending Backport): mds: cannot switch mds state from standby-replay to active
Patrick Donnelly
01:31 AM Revision f2384bd5 (ceph): Merge PR #28212 into master
* refs/pull/28212/head:
mds: trim cache during standby replay
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
R...
Patrick Donnelly
01:30 AM CephFS Bug #40361 (Pending Backport): getattr on snap inode stuck
Patrick Donnelly
01:30 AM Revision 6d304cf7 (ceph): Merge PR #28551 into master
* refs/pull/28551/head:
mds: don't mark cap NEEDSNAPFLUSH if client has no pending capsnap
Reviewed-by: Patrick Don...
Patrick Donnelly
01:29 AM CephFS Bug #40101 (Pending Backport): libcephfs: returns ESTALE to nfs-ganesha's FSAL_CEPH when operatin...
Patrick Donnelly
01:28 AM Revision 9dc3cbd5 (ceph): Merge PR #28545 into master
* refs/pull/28545/head:
client: set snapdir's link count to 1
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
R...
Patrick Donnelly
12:43 AM CephFS Backport #39670: nautilus: mds: output lock state in format dump
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28233
merged
Yuri Weinstein
12:42 AM Revision 6d3b62cd (ceph): Merge pull request #28233 from pdvian/wip-39670-nautilus
nautilus: mds: output lock state in format dump
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
12:42 AM CephFS Backport #40378: nautilus: mgr / volume: refactor volume module
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/28595
merged
Yuri Weinstein
12:42 AM Revision 378c05d2 (ceph): Merge pull request #28595 from ajarr/wip-nautilus-refactor-volume-module
nautilus: mgr/volumes: refactor volume module
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
12:42 AM CephFS Backport #40164: nautilus: mount: key parsing fail when doing a remount
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28610
merged
Yuri Weinstein
12:42 AM Revision e6068ff2 (ceph): Merge pull request #28610 from batrick/i40164
nautilus: cephfs: mount: key parsing fail when doing a remount
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
12:41 AM CephFS Backport #40220: nautilus: TestMisc.test_evict_client fails
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28613
merged
Yuri Weinstein
12:41 AM CephFS Backport #40161: nautilus: FSAL_CEPH assertion failed in Client::_lookup_name: "parent->is_dir()"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28612
merged
Yuri Weinstein
12:41 AM Revision 39f2a98d (ceph): Merge pull request #28612 from batrick/i40161
nautilus: cephfs: FSAL_CEPH assertion failed in Client::_lookup_name: "parent->is_dir()"
Reviewed-by: Patrick Donnel...
Yuri Weinstein
12:40 AM Revision dc1439a6 (ceph): Merge pull request #28613 from batrick/i40220
nautilus: tests: cephfs: TestMisc.test_evict_client fails
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
12:40 AM CephFS Backport #39935: nautilus: cephfs-shell: teuthology tests
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28614
merged
Yuri Weinstein
12:39 AM Revision 40427f99 (ceph): Merge pull request #28614 from batrick/i39935
nautilus: tests: cephfs-shell: teuthology tests
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
12:39 AM CephFS Backport #39960: nautilus: cephfs-shell: mkdir error for relative path
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28616
merged
Yuri Weinstein
12:39 AM Revision 5aef72f0 (ceph): Merge pull request #28616 from batrick/i39960
nautilus: cephfs-shell: mkdir error for relative path
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
12:00 AM RADOS Bug #40408: OSD:crashed with Caught signal (Aborted) in shutdown
... Brad Hubbard

06/18/2019

11:52 PM RADOS Bug #40410: ceph pg query Segmentation fault in 12.2.10
Could you provide details of your OS and upload a debug log with debug_osd=20 and a coredump? You can use http://docs... Brad Hubbard
11:47 AM RADOS Bug #40410 (New): ceph pg query Segmentation fault in 12.2.10
I used ceph pg 16.7ff query in luminous-12.2.10,it always Segmentation fault.
I gdb this command,the stack as follo...
qingbo han
11:12 PM Revision bfa3de46 (ceph): mds: avoid sending too many osd requests at once after mds restarts
Fixes: http://tracker.ceph.com/issues/40028
Signed-off-by: simon gao <simon29rock@gmail.com>
(cherry picked from com...
simon gao
11:10 PM Revision 91314fef (ceph): rgw_file: allocate new id for continued request
Fixed: http://tracker.ceph.com/issues/37734
Signed-off-by: Tao Chen <chentao@umcloud.com>
(cherry picked from commit...
taoCH
11:10 PM Revision 6794279e (ceph): rgw_file: unify allocations of request id
The fix by Tao Chen <chentao@umcloud.com> for construction of the
request id in RGWWriteRequests/RGWContinuedReq path...
Matt Benjamin
10:21 PM CephFS Bug #40418 (Fix Under Review): cephfs-shell: test only python3 and assert python3 in cephfs-shell
Patrick Donnelly
09:34 PM CephFS Bug #40418 (Resolved): cephfs-shell: test only python3 and assert python3 in cephfs-shell
No reason to support python2 for this new tool. See this failure:... Patrick Donnelly
10:15 PM RADOS Feature #40420 (Resolved): Introduce an ceph.conf option to disable HEALTH_WARN when nodeep-scrub...
RHBZ - https://bugzilla.redhat.com/show_bug.cgi?id=1721703 Vikhyat Umrao
09:41 PM RADOS Feature #40419 (Resolved): [RFE] Estimated remaining time on recovery?
It'd be nice (although hard to be accurate) to give an estimated remaining time for an on-going recovery.
We have a ...
Sébastien Han
08:36 PM rbd Bug #40417 (Resolved): librbd AIO completions can fire concurrently from multiple threads
In the case of 'rbd export', this will result in data corruption for the exported image. All user-facing AIO callback... Jason Dillaman
08:09 PM rgw Backport #40346 (Resolved): nautilus: ssl tests failing with SSLError("bad handshake: Error([('SS...
Casey Bodley
03:15 PM rgw Backport #40346: nautilus: ssl tests failing with SSLError("bad handshake: Error([('SSL routines'...
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/28598
merged
Yuri Weinstein
06:29 PM rgw Bug #40416 (Resolved): segfault in RGWCopyObj::verify_permission()
during s3tests for copy (ex. http://qa-proxy.ceph.com/teuthology/cbodley-2019-06-18_17:33:50-rgw-wip-cbodley-testing-... Casey Bodley
05:53 PM RADOS Bug #40403: osd: rollforward may need to mark pglog dirty
Second PR: https://github.com/ceph/ceph/pull/28621 Neha Ojha
04:19 PM rgw Backport #40145: nautilus: Multisite sync corruption for large multipart obj
Xiaoxi Chen wrote:
> https://github.com/ceph/ceph/pull/28383
merged
Yuri Weinstein
04:18 PM Revision 0f9d32b5 (ceph): Merge pull request #28383 from xiaoxichen/wip-40145-nautilus
nautilus: rgw: fix Multisite sync corruption
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:18 PM rgw Backport #40148: nautilus: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28410
merged
Yuri Weinstein
04:18 PM Revision 9a7f9561 (ceph): Merge pull request #28410 from cbodley/wip-40148
nautilus: rgw: fix bucket may redundantly list keys after BI_PREFIX_CHAR
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:17 PM RADOS Backport #40192: nautilus: Rados.get_fsid() returning bytes in python3
Jason Dillaman wrote:
> https://github.com/ceph/ceph/pull/28476
merged
Yuri Weinstein
04:17 PM Revision 13703a12 (ceph): Merge pull request #28476 from smithfarm/wip-40192-nautilus
nautilus: Rados.get_fsid() returning bytes in python3
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jason D...
Yuri Weinstein
04:16 PM Revision c059c376 (ceph): Merge pull request #28511 from b-ranto/wip-selinux-rhel8-nautilus
nautilus: selinux: Update the policy for RHEL8
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Kefu Chai <...
Yuri Weinstein
03:32 PM bluestore Bug #40080 (Pending Backport): Bitmap allocator return duplicate entries which cause interval_set...
Kefu Chai
03:31 PM Revision c036b926 (ceph): Merge pull request #28496 from ifed01/wip-ifed-fix-40080
os/bluestore: fix duplicate allocations in bmap allocator
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:31 PM Revision 4999d568 (ceph): Merge pull request #28509 from tchaikov/wip-mon_clean_pg_upmaps_per_chunk
common/options: make mon_clean_pg_upmaps_per_chunk unsigned
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Review...
Kefu Chai
03:29 PM Revision ce26c99b (ceph): Merge pull request #28418 from xiexingguo/wip-kick-recovery-priority
osd: give recovery ops initialized by client op a higher priority
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed...
Kefu Chai
03:26 PM rgw Backport #39746: nautilus: beast: multiple v4 and v6 endpoints with the same port will cause fail...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28541
merged
Yuri Weinstein
03:25 PM Revision aa4f24e6 (ceph): Merge pull request #28541 from pdvian/wip-39746-nautilus
nautilus: rgw: beast: multiple v4 and v6 endpoints with the same port will cause failure
Reviewed-by: Casey Bodley <...
Yuri Weinstein
03:16 PM rbd Backport #40379: nautilus: [rbd-mirror] image sync can crash when updating progress
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28577
merged
Yuri Weinstein
03:16 PM Revision b348a064 (ceph): Merge pull request #28577 from dillaman/wip-40379-nautilus
nautilus: librbd: avoid dereferencing an empty container during deep-copy
Reviewed-by: Mykola Golub <mgolub@mirantis...
Yuri Weinstein
03:15 PM Revision 974874e4 (ceph): Merge pull request #28598 from cbodley/wip-40346-nautilus
nautilus: qa: use curl in wait_for_radosgw() in util/rgw.py
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
03:12 PM Revision b97d0e7b (ceph): Merge pull request #25395 from rzarzynski/wip-build-compiletest_cxx11_c...
tests: introduce compiletest_cxx11_client for C++11 conformity.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:08 PM RADOS Feature #23493: config: strip/escape single-quotes in values when setting them via conf file/assi...
i think https://github.com/ceph/ceph/pull/28634 is a small step in the right direction.... Kefu Chai
03:03 PM bluestore Bug #38272 (Pending Backport): "no available blob id" assertion might occur
Not sure if this can/should be backported beyond nautilus...? Sage Weil
03:02 PM Revision d4719f50 (ceph): Merge PR #28229 into master
* refs/pull/28229/head:
os/bluestore: do garbage collection if blob count is too high.
common/perf_conters: make du...
Sage Weil
02:58 PM Revision 3d15ed00 (ceph): Merge PR #28630 into master
* refs/pull/28630/head:
os/bluestore: fix duplicative and misleading debug in KernelDevice::open().
Reviewed-by: Ig...
Sage Weil
02:55 PM Bug #22227 (Fix Under Review): Keyrings created by ceph auth get are not suitable for ceph auth i...
Kefu Chai
02:46 PM Revision e9f9d031 (ceph): mgr/dashboard: Push Grafana dashboards on startup
Because we didn't have viable way to populate Grafana dashboards in a
fully containerized context, we needed a differ...
Zack Cerza
02:07 PM Dashboard Bug #40399 (Fix Under Review): mgr/dashboard: Reduce code duplication through TableActionComponen...
Patrick Seidensal
02:05 PM Revision 0c64f406 (ceph): mgr/dashboard: Ensure E2E tests can be run independently
Introduces the PageHelper.
- Reads class attributes from Helpers to reduce boilerplace code for
navigation.
- The ...
Patrick Seidensal
01:26 PM rgw Bug #40415 (Fix Under Review): rgw_file: directory expiration should respect nfs_rgw_namespace_ex...
Matt Benjamin
01:04 PM rgw Bug #40415 (Resolved): rgw_file: directory expiration should respect nfs_rgw_namespace_expire_secs
Predictably, slow NFS operations like READDIR will overlap mtime
advance, so don't advance faster than the nfs names...
Matt Benjamin
01:15 PM Revision fc14eeb6 (ceph): rgw_file: advance_mtime() should consider namespace expiration
Predictably, slow NFS operations like READDIR will overlap mtime
advance, so don't advance faster than the nfs namesp...
Matt Benjamin
01:10 PM rgw Bug #17882: s3tests-test-readwrite failed in rados run (Connection refused)
Casey Bodley
01:05 PM Dashboard Feature #40414: mgr/dashboard: delete RGW initial default configuration
In addition to deleting the "default" zone and zonegroup, we should also delete the pools associated with that defaul... Casey Bodley
01:02 PM Dashboard Feature #40414: mgr/dashboard: delete RGW initial default configuration
@Casey Bodley commented:
* Currently admin ops API does not have the ability to delete zones/zonegroups,
maybe th...
Alfonso Martínez
12:23 PM Dashboard Feature #40414 (New): mgr/dashboard: delete RGW initial default configuration
[[https://tracker.ceph.com/attachments/download/4121/rgw%20multi-site%201%20of%206%20(pages%2001-13)%20-%20intro,%20o... Alfonso Martínez
01:02 PM Dashboard Feature #40296 (In Progress): mgr/dashboard: Maintain and improve code coverage on dashboard PRs
Stephan Müller
12:58 PM Dashboard Feature #40413: ceph-rgw: retrieve initial default site map in local cluster from REST API.
It looks like apis to fetch zone/zonegroup configuration by name should suffice here, ie:
GET /admin/realm/zone?na...
Casey Bodley
12:21 PM Dashboard Feature #40413 (New): ceph-rgw: retrieve initial default site map in local cluster from REST API.
We need this in order to show the site map (zonegroup, zone, ...)
even when there is no realm.
Alfonso Martínez
12:37 PM Revision caef9058 (ceph): os/bluestore: fix duplicative and misleading debug in KernelDevice::ope...
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:29 PM Revision ec27a162 (ceph): mgr, osd: 'ceph osd df' by pool
Our test admin has been asking for this for the past few years:-)
Besides, this is also useful for operating on large...
xie xingguo
11:59 AM CephFS Bug #40411 (Fix Under Review): pybind: Add standard error message and fix print of path as byte o...
Varsha Rao
11:47 AM CephFS Bug #40411 (Resolved): pybind: Add standard error message and fix print of path as byte object in...
Previously, the following message was printed.... Varsha Rao
11:58 AM bluestore Bug #40412 (New): os/bluestore: osd_memory_target_cgroup_limit_ratio won't work with SELinux
When running in SELinux-enabled environment ceph-osd violates access policy because of reading the memory limits via ... Radoslaw Zarzynski
11:49 AM Revision 309b3f1e (ceph): pybind: Print standard error messages
This patch modifies the error message to include standard error message.
Also adds ENOTEMPTY error code.
Fixes: http...
Varsha Rao
11:49 AM Revision ca341581 (ceph): pybind: Fixes print of path as byte object in error message
Fixes: https://tracker.ceph.com/issues/40411
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
11:20 AM Revision c634bd6f (ceph): mgr/dashboard: Update translations (#28059)
mgr/dashboard: Update translations
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Stephan Müller <smuel...
Lenz Grimmer
11:08 AM Revision d0058e47 (ceph): librbd: mirror image enable/disable should enable/disable journaling
Fixes: https://tracker.ceph.com/issues/40071
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
11:08 AM Revision c99e26ef (ceph): qa/workunits/rbd: tweak mirror tests
(after "image mirror disable" started to disable journaling)
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
10:23 AM Dashboard Bug #37569 (Resolved): mgr/dashboard: Fix search in `Source` column of RBD configuration list
Patrick Seidensal
10:22 AM Dashboard Bug #40064 (Resolved): mgr/dashboard: Improve hints shown when message.xlf is invalid
Patrick Seidensal
10:16 AM Revision 92a650ad (ceph): Merge pull request #28377 from p-na/wip-pna-message-xlf-opt
mgr/dashboard: Improve hints shown when message.xlf is invalid
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
10:14 AM Revision 363c81a8 (ceph): mgr/dashboard: Log's time from UTC to local (#27777)
mgr/dashboard: Log's time from UTC to local
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Stephan...
Lenz Grimmer
09:30 AM rbd Bug #40409 (Fix Under Review): possible crash when replaying journal with invalid/corrupted ranges
Mykola Golub
09:19 AM rbd Bug #40409 (Resolved): possible crash when replaying journal with invalid/corrupted ranges
When testing replay of a journal with intentionally introduced empty regions (pads) the crash was observed:... Mykola Golub
09:03 AM rbd Backport #36227: mimic: [rbd-mirror] bootstrap needs to handle local image id collision
please consider to also include https://github.com/ceph/ceph/pull/28524 Mykola Golub
09:03 AM rbd Backport #36226: luminous: [rbd-mirror] bootstrap needs to handle local image id collision
please consider to also include https://github.com/ceph/ceph/pull/28524 Mykola Golub
09:01 AM rbd Bug #24139: [rbd-mirror] bootstrap needs to handle local image id collision
When backporting please also include https://github.com/ceph/ceph/pull/28524 Mykola Golub
08:39 AM RADOS Bug #40408 (New): OSD:crashed with Caught signal (Aborted) in shutdown
@#0 0x00007ff669a404ab in raise () from /lib64/libpthread.so.0
#1 0x00005606cc765d2a in reraise_fatal (signum=6)
...
tao ning
08:27 AM Revision 4c90cee2 (ceph): osd/OSDMap: pass filter directly to the OSDUtilizationDumper
This makes the code easy to maintain and especially to extend,
e.g., adding per pool filters.
Signed-off-by: xie xin...
xie xingguo
08:16 AM mgr Bug #36318 (Fix Under Review): Python 3 Ceph throws exception when sending via zabbix-sender
Nathan Cutler
08:05 AM mgr Bug #36318 (New): Python 3 Ceph throws exception when sending via zabbix-sender
Nathan Cutler
07:52 AM Revision b40b05cc (ceph): rgw: ignore If-Unmodified-Since if If-Match exists, and ignore If-Modif...
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
07:44 AM Revision 809e0a29 (ceph): mgr/dashboard: allow managing pool quotas in frontend
Fixes: https://tracker.ceph.com/issues/36559
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
Kiefer Chang
07:44 AM Revision f57a3aae (ceph): mgr/dashboard: support pool quotas in backend
Fixes: https://tracker.ceph.com/issues/36559
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
Kiefer Chang
07:35 AM Dashboard Backport #40407 (Resolved): nautilus: mgr/dashboard: Add backend tests for RBD configuration
https://github.com/ceph/ceph/pull/35215 Nathan Cutler
07:33 AM Linux kernel client Bug #38224: Race handling ceph_snap_context in kernel client
fixed by "ceph: fix ci->i_head_snapc leak" in testing branch Zheng Yan
07:33 AM rgw Bug #40304 (Resolved): "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
Nathan Cutler
07:29 AM Messengers Backport #39241 (Resolved): nautilus: msg/async: connection race + winner fault can leave connect...
Nathan Cutler
07:28 AM rbd Bug #39521 (Resolved): Fast-diff can be disabled w/o disabling object-map
Nathan Cutler
07:28 AM rbd Bug #39946 (Resolved): [test] qemu_dynamic_features workunit fails to disable fast-diff+object-map
Nathan Cutler
07:28 AM rbd Backport #39739 (Resolved): nautilus: Fast-diff can be disabled w/o disabling object-map
Nathan Cutler
07:27 AM rbd Backport #40105 (Resolved): nautilus: [test] qemu_dynamic_features workunit fails to disable fast...
Nathan Cutler
07:25 AM rbd Bug #39561 (Resolved): common: Clang requires a default constructor, but it can be empty #27844
Nathan Cutler
07:25 AM rbd Backport #39573 (Resolved): nautilus: common: Clang requires a default constructor, but it can be...
Nathan Cutler
07:25 AM rbd Bug #39977 (Resolved): wrong format for rbd_mirror prometheus metrics
Nathan Cutler
07:24 AM rbd Backport #40122 (Resolved): nautilus: wrong format for rbd_mirror prometheus metrics
Nathan Cutler
07:16 AM rgw Bug #40406 (Resolved): USERNAME ldap token not replaced in rgw client
Hi,
Referencing from http://docs.ceph.com/docs/mimic/radosgw/ldap-auth/#specifying-a-complete-filter
By specify...
Ween Jiann Lee
07:09 AM Revision ee12c0c8 (ceph): Merge pull request #28264 from rhcs-dashboard/mypy-config-to-file
src/script: extract mypy config to mypy.ini
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Sebastian...
Sebastian Wagner
06:43 AM mgr Feature #40363: mgr: Run python unit tests with tox in the mgr
@Nathan Yes, but the author has been asked to split the changes up into seperate PRs. It was definitely the case. Thi... Patrick Seidensal
04:00 AM Backport #40230: mimic: maybe_remove_pg_upmap can be super inefficient for large clusters
https://github.com/ceph/ceph/pull/28619 xie xingguo
03:32 AM Revision 35cb184b (ceph): osd: accident of rollforward may need to mark pglog dirty
refers: https://github.com/ceph/ceph/pull/27015/files#r294114392
Fixes: http://tracker.ceph.com/issues/40403
Signed...
Zengran Zhang
02:21 AM Revision 5d95201e (ceph): mds: avoid passing null to SessionmMap::hit_session()
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit e3c6a9bba4264963e985b9f8e3371c2757e7803c)
Yan, Zheng
02:21 AM Revision 7b4a610f (ceph): qa/cephfs: add test for blacklisted client eviction
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 89759654c1efc0a2913286872dca41b2bbffe7ff)
...
Yan, Zheng
02:16 AM Revision c362dc12 (ceph): test: add parallel clean_pg_upmaps test
With parallel clean_pg_upmaps feature on, the total time cost
of the performance test which now can utilize up to 8 t...
xie xingguo
02:15 AM Revision 3165b99f (ceph): os/bluestore: remove unused variable
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:15 AM Revision c8033fee (ceph): mon/OSDMonitor: do clean_pg_upmaps the parallel way if necessary
There could definitely be some certain cases we could reliably
skip this kind of checking, but there is no easy way t...
xie xingguo
02:15 AM Revision 2e9502ed (ceph): osd/OSDMap: split clean_pg_upmaps into smaller helpers
- it's good to read.
- the updating pending_inc part should be made independent
since it is going to be racy while ...
xie xingguo
02:15 AM Revision 10d9f100 (ceph): osd: maybe_remove_pg_upmaps -> clean_pg_upmaps
It should always be the preferred option to kill the unnecessary
or duplicated code, which is good for maintenance.
A...
xie xingguo
02:14 AM Revision e5b27cd1 (ceph): mds: fix 'is session in blacklist' check in Server::apply_blacklist()
Blacklist entries are always TYPE_ANY for nautilus+, but client's
entity addr type can be legacy.
Fixes: http://trac...
Yan, Zheng
02:09 AM Revision 11a7f50a (ceph): osd/OSDMapMapping: make ParallelPGMapper can accept input pgs
The existing "prime temp" machinism is a good inspiration
for cluster with a large number of pgs that need to do vari...
xie xingguo
02:08 AM Revision 701b78fb (ceph): osd/OSDMap: maybe_remove_pg_upmaps - avoid do_crush twice
which is extremely time-consuming.
Half of the amount of time of calling maybe_remove_pg_upmaps
has been saved by app...
xie xingguo
02:08 AM Revision 420b5b7e (ceph): osd/OSDMap: maybe_remove_pg_upmaps - s/pg_to_raw_up/pg_to_raw_upmap/
The upmap results are directly applied after calling
_pg_to_raw_osds, which means it basically has nothing to do
with...
xie xingguo
02:08 AM Revision 5faacaeb (ceph): test/osd: add performance test case for maybe_remove_pg_upmap
Tom Byrne reported that maybe_remove_pg_upmap might become
super inefficient for large clusters with balancer on.
To ...
xie xingguo
02:06 AM Revision 8dfea198 (ceph): test: add parallel clean_pg_upmaps test
With parallel clean_pg_upmaps feature on, the total time cost
of the performance test which now can utilize up to 8 t...
xie xingguo
01:16 AM Revision 823f4376 (ceph): rgw: fix doc compile warning caused by objectops.rst
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
01:12 AM rgw Bug #40405: Lifecycle rule shouldn't contain deletemarker or multipart expiration if it has tags.
https://github.com/ceph/ceph/pull/28617 zhang sw
01:03 AM rgw Bug #40405 (Resolved): Lifecycle rule shouldn't contain deletemarker or multipart expiration if i...
AbortIncompleteMultipartUpload or ExpiredObjectDeleteMarker can't be specified with Tags in S3 lifecycle configuratio... zhang sw
01:04 AM Revision 7739a842 (ceph): rgw: Object tags shouldn't work with deletemarker expiration and multip...
Fixes: http://tracker.ceph.com/issues/40405
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
zhang Shaowen

06/17/2019

10:39 PM mgr Bug #36318: Python 3 Ceph throws exception when sending via zabbix-sender
I've had the same error on ceph 14.2.1--463-g99339b576a running on OpenSUSE with python 3.6 installed.
The solutio...
Jochem Kuijpers
09:59 PM CephFS Feature #40390 (Rejected): Add support for import/export volumes and snapshots (similar to btrfs/...
We're planning something like this: http://tracker.ceph.com/projects/ceph/wiki/CDM_05-JUN-2019
Closing this ticket...
Patrick Donnelly
06:54 AM CephFS Feature #40390 (Rejected): Add support for import/export volumes and snapshots (similar to btrfs/...
For disaster recovery and other purposes, it'd be awesome if there was an equivalent to rbd import/export (or similar... Neal Gompa
08:33 PM rgw Backport #40402 (Resolved): nautilus: "/bootstrap: missing required packages" in upgrade:nautilus...
Casey Bodley
08:28 PM rgw Backport #40402: nautilus: "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/28604
merged
Yuri Weinstein
03:49 PM rgw Backport #40402 (In Progress): nautilus: "/bootstrap: missing required packages" in upgrade:nauti...
https://github.com/ceph/ceph/pull/28604 Casey Bodley
03:46 PM rgw Backport #40402 (Resolved): nautilus: "/bootstrap: missing required packages" in upgrade:nautilus...
Casey Bodley
08:27 PM Revision c84c397a (ceph): Merge pull request #28604 from cbodley/wip-40402-nautilus
nautilus: qa/rgw: skip swift tests on rhel 7.6+
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
08:24 PM Revision 315141a0 (ceph): qa/rgw: fix import error in tasks/swift.py
> ImportError: No module named packaging
replaces packaging.version.Version with distutils.version.LooseVersion
Sig...
Casey Bodley
08:24 PM CephFS Backport #39960 (In Progress): nautilus: cephfs-shell: mkdir error for relative path
Patrick Donnelly
08:22 PM Revision 7b1fa17c (ceph): cephfs-shell: Fix mkdir relative path error
Directory is not created for relative path. This patch fixes it.
Fixes: https://tracker.ceph.com/issues/39507
Signed...
Varsha Rao
08:22 PM Revision 10dfa31e (ceph): Merge pull request #28605 from cbodley/wip-40304
qa/rgw: fix import error in tasks/swift.py
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
08:22 PM CephFS Backport #39678 (In Progress): nautilus: cephfs-shell: fix string decode for ls command
Patrick Donnelly
08:18 PM CephFS Backport #39935 (In Progress): nautilus: cephfs-shell: teuthology tests
Patrick Donnelly
08:15 PM Revision 1e8a79f6 (ceph): cephfs-shell: teuthology tests
* mkdir
* get
* put
Fixes: http://tracker.ceph.com/issues/39526
Signed-off-by: Milind Changire <mchangir@redhat.com>...
Milind Changire
08:14 PM CephFS Backport #40220 (In Progress): nautilus: TestMisc.test_evict_client fails
Patrick Donnelly
08:13 PM Revision f208559c (ceph): qa/cephfs: fix test_evict_client
explictly kill stale session, otherwise session count check is racy.
Fixes: https://tracker.ceph.com/issues/40173
Si...
Yan, Zheng
08:12 PM CephFS Backport #40161 (In Progress): nautilus: FSAL_CEPH assertion failed in Client::_lookup_name: "par...
Patrick Donnelly
08:11 PM Revision df71f8c5 (ceph): client: drop Client::lookup_parent
Nothing calls this method.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 5c419b64755c20...
Jeff Layton
08:11 PM Revision 86494c36 (ceph): client: clean up error checking and return of _lookup_parent
ll_lookup_inode can end up getting back 0 from _lookup_parent,
without zeroing out the parent pointer, which ends up ...
Jeff Layton
08:10 PM CephFS Backport #40223 (In Progress): nautilus: mds: reset heartbeat during long-running loops in recovery
Patrick Donnelly
08:09 PM Revision 3b84ee59 (ceph): mds: reset heartbeat inside big loop
Fixes: https://tracker.ceph.com/issues/40171
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit...
Yan, Zheng
08:06 PM CephFS Backport #40164 (In Progress): nautilus: mount: key parsing fail when doing a remount
Patrick Donnelly
08:05 PM Revision ef264d9b (ceph): common/secret.c: fix key parsing when doing a remount
When doing a CephFS remount (-o remount) the secret is parsed from procfs
and we get '<hidden>' as a result and the m...
Luis Henriques
08:04 PM CephFS Backport #40324 (In Progress): nautilus: ceph_volume_client: d_name needs to be converted to stri...
Patrick Donnelly
08:03 PM Revision 0a936c4c (ceph): ceph_volume_client: decode d_name before using it
d_name is received as byte array but the code intends to use it as
a string. Therefore, convert it before using.
Fix...
Rishabh Dave
08:02 PM CephFS Backport #40236 (In Progress): nautilus: mds: blacklisted clients eviction is broken
Patrick Donnelly
07:57 PM CephFS Feature #38838 (Resolved): Expose CephFS snapshot creation time to clients
Patrick Donnelly
07:57 PM CephFS Backport #39471 (Resolved): nautilus: Expose CephFS snapshot creation time to clients
Patrick Donnelly
07:56 PM CephFS Backport #39680 (Resolved): nautilus: pybind: add the lseek() function to pybind of cephfs
Patrick Donnelly
07:36 PM Stable releases Tasks #40404 (Resolved): Nautilus v14.2.2
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Yuri Weinstein
07:07 PM Revision 2dd5574c (ceph): qa/rgw: fix import error in tasks/swift.py
> ImportError: No module named packaging
replaces packaging.version.Version with distutils.version.LooseVersion
Sig...
Casey Bodley
07:02 PM CephFS Bug #40373: nautilus: qa: still testing simple messenger
https://github.com/ceph/ceph/pull/28562 merged Yuri Weinstein
07:01 PM Revision cf79bc08 (ceph): Merge pull request #28562 from batrick/i40373
nautilus: qa: stop testing simple messenger in fs qa
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
07:00 PM CephFS Bug #40374: nautilus: qa: disable "HEALTH_WARN Legacy BlueStore stats reporting..."
https://github.com/ceph/ceph/pull/28563 merged Yuri Weinstein
07:00 PM Revision dc515ffe (ceph): Merge pull request #28563 from batrick/i40374
nautilus: qa: ignore legacy bluestore stats errors
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Yuri Weinst...
Yuri Weinstein
05:41 PM CephFS Bug #40283: qa: add testing for lazyio
Wrong Sidharth, sorry! Patrick Donnelly
05:37 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
Hi,
It is conceivable that a bug in insights could cause a huge number of keys to be created, but I'm not seeing a...
Noah Watkins
05:35 PM RADOS Bug #40403 (Resolved): osd: rollforward may need to mark pglog dirty
This is an improvement over http://tracker.ceph.com/issues/36739
https://github.com/ceph/ceph/pull/27015 - merged
...
Neha Ojha
04:15 PM mgr Feature #40363: mgr: Run python unit tests with tox in the mgr
@Patrick The PR in Pull Request ID is "mgr/dashboard: Pool list shows current r/w byte usage in graph" -> is that rea... Nathan Cutler
12:16 PM mgr Feature #40363 (Fix Under Review): mgr: Run python unit tests with tox in the mgr
Patrick Seidensal
04:13 PM Backport #40229 (In Progress): luminous: maybe_remove_pg_upmap can be super inefficient for large...
Nathan Cutler
12:16 PM Backport #40229: luminous: maybe_remove_pg_upmap can be super inefficient for large clusters
https://github.com/ceph/ceph/pull/28594 xie xingguo
03:56 PM rgw Bug #40304: "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
https://github.com/ceph/ceph/pull/28530 merged without testing. needs followup fix in https://github.com/ceph/ceph/pu... Casey Bodley
03:46 PM rgw Bug #40304 (Pending Backport): "/bootstrap: missing required packages" in upgrade:nautilus-p2p-na...
Casey Bodley
03:47 PM Revision 55c1d249 (ceph): qa/rgw: skip swift tests on rhel 7.6+
swift bootstrap fails because libev-devel is not available
Fixes: http://tracker.ceph.com/issues/40304
Signed-off-b...
Casey Bodley
03:37 PM rgw Bug #38328 (Resolved): "Caught signal (Aborted) thread_name:radosgw" in ceph dashboard tests Jenk...
Nathan Cutler
03:37 PM rgw Backport #38920 (Resolved): luminous: "Caught signal (Aborted) thread_name:radosgw" in ceph dashb...
Nathan Cutler
03:04 PM Revision 2f18cf57 (ceph): mgr/dashboard: Pool list shows current r/w byte usage in graph
Now the pool list will show the current read and write byte usage in the
sparkline graph like it is already done in t...
Stephan Müller
03:02 PM Revision ca240efc (ceph): Merge pull request #27532 from dillaman/wip-rbd-ncurses-nautilus
nautilus: cmake: Fix build against ncurses with separate libtinfo
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed...
Yuri Weinstein
03:00 PM Messengers Backport #39241: nautilus: msg/async: connection race + winner fault can leave connection stuck a...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27915
merged
Yuri Weinstein
03:00 PM Revision 7282f597 (ceph): Merge pull request #27915 from pdvian/wip-39241-nautilus
nautilus: msg/async: connection race + winner fault can leave connection stuck at replacing foreve
Reviewed-by: Jaso...
Yuri Weinstein
02:59 PM rbd Backport #39739: nautilus: Fast-diff can be disabled w/o disabling object-map
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28127
merged
Yuri Weinstein
02:59 PM Revision 1961d964 (ceph): Merge pull request #28127 from dillaman/wip-39739-nautilus
nautilus: librbd: fix issues with object-map/fast-diff feature interlock
Reviewed-by: Jason Dillaman <dillaman@redha...
Yuri Weinstein
02:58 PM rbd Backport #39573: nautilus: common: Clang requires a default constructor, but it can be empty #27844
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28131
merged
Yuri Weinstein
02:58 PM Revision 5c6aef1d (ceph): Merge pull request #28131 from dillaman/wip-39573-nautilus
nautilus: common: Clang requires a default constructor, but it can be empty
Reviewed-by: Mykola Golub <mgolub@mirant...
Yuri Weinstein
02:58 PM rbd Backport #40122: nautilus: wrong format for rbd_mirror prometheus metrics
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28485
merged
Yuri Weinstein
02:57 PM Revision e6ffa441 (ceph): Merge pull request #28485 from trociny/wip-40122-nautilus
nautilus: pybind/mgr: fix format for rbd-mirror prometheus metrics
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
02:47 PM rgw Bug #40386: rgw: fix miss get ret in STSService::storeARN
Casey Bodley
02:46 PM Dashboard Subtask #40364 (Fix Under Review): mgr/dashboard: Add E2E tests which verify that creating/editin...
Adam King
02:45 PM Bug #40398 (In Progress): OBS fails to build master due to RPATH issue in libceph_crypto_isal.so....
Nathan Cutler
11:40 AM Bug #40398 (Resolved): OBS fails to build master due to RPATH issue in libceph_crypto_isal.so.1.0.0
... Nathan Cutler
02:41 PM Revision d49c6be5 (ceph): os/memstore, crimson/os: introduce memstore_debug_omit_block_device_write.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM rgw Backport #40346 (In Progress): nautilus: ssl tests failing with SSLError("bad handshake: Error([(...
https://github.com/ceph/ceph/pull/28598 Casey Bodley
02:24 PM Revision a4fe5f36 (ceph): qa: use curl in wait_for_radosgw() in util/rgw.py
Signed-off-by: Ali Maredia <amaredia@redhat.com>
(cherry picked from commit 9c6afa3fb570629a57612f250a6a4890a65cbc6e)
Ali Maredia
02:08 PM Revision 58d193b9 (ceph): mgr/dashboard: Add and Delete RGW Bucket Test
Signed-off-by: Adam King <adking@redhat.com>
Signed-off-by: Rafael Quintero <rquinter@redhat.com>
Rafael Quintero
01:50 PM CephFS Bug #40305: qa: spurious unresponsive client causes eviction due to valgrind/multimds
Zheng is going to take a look. Patrick Donnelly
01:30 PM Linux kernel client Bug #40339: kernel BUG at fs/ceph/mds_client.c:600! invalid opcode: 0000 [#1] SMP
Zheng Yan
01:08 PM Linux kernel client Bug #40339: kernel BUG at fs/ceph/mds_client.c:600! invalid opcode: 0000 [#1] SMP
fixed by "ceph: remove request from waiting list before unregister" in testing branch Zheng Yan
01:28 PM Revision 692b7889 (ceph): Merge pull request #28095 from Devp00l/wip-39702
mgr/dashboard: OSD custom action button removal
Reviewed-by: Kanika Murarka <kmurarka@redhat.com>
Reviewed-by: Patri...
Lenz Grimmer
01:26 PM RADOS Bug #18749: OSD: allow EC PGs to do recovery below min_size
I think it would make sense to create a note on this recovery limitation in the documentation http://docs.ceph.com/do... Torben Hørup
01:10 PM Dashboard Feature #24655: mgr/dashboard: Enforce password change upon first login
I think we need to improve a few aspects of this process.
Here are the steps I would recommend:
1. The admin shou...
Tiago Melo
01:02 PM Revision 41334de1 (ceph): Merge pull request #27670 from trociny/wip-rbd-mirror-fetch-autotune
rbd-mirror: adjust journal fetch properties based on memory target
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:02 PM Revision 6dd39a17 (ceph): Merge pull request #28524 from trociny/wip-qa-rbd-mirror-compare
qa/workunits/rbd: fix compare_images and compare_image_snapshots
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:01 PM Revision 34f2ba4e (ceph): Merge pull request #28529 from trociny/wip-journal-in_flight_advance_sets
journal: wait for in flight advance sets on stopping recorder
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:57 PM CephFS Bug #40014 (Resolved): mgr/volumes: Name 'sub_name' is not defined
Nathan Cutler
12:53 PM CephFS Feature #40401 (Resolved): mgr/volumes: allow/deny r/rw access of auth IDs to subvolume and subvo...
Using the ceph CLI, authorize/deauthorize cephx auth IDs read/read-write access to fs subvolumes and subvolume groups... Ramana Raja
12:52 PM CephFS Backport #40338 (Resolved): nautilus: mgr/volumes: Name 'sub_name' is not defined
Nathan Cutler
12:52 PM CephFS Bug #39949 (Resolved): test: extend mgr/volume test to cover new interfaces
Nathan Cutler
12:52 PM CephFS Backport #40321 (Resolved): nautilus: test: extend mgr/volume test to cover new interfaces
Nathan Cutler
12:51 PM CephFS Bug #40152 (Resolved): mgr/volumes: unable to set quota on fs subvolumes
Nathan Cutler
12:00 PM CephFS Bug #40152 (Pending Backport): mgr/volumes: unable to set quota on fs subvolumes
Ramana Raja
11:44 AM CephFS Bug #40152 (Resolved): mgr/volumes: unable to set quota on fs subvolumes
Ramana Raja
12:51 PM CephFS Backport #40158 (Resolved): nautilus: mgr/volumes: unable to set quota on fs subvolumes
Nathan Cutler
11:58 AM CephFS Backport #40158 (In Progress): nautilus: mgr/volumes: unable to set quota on fs subvolumes
Ramana Raja
11:43 AM CephFS Backport #40158 (Resolved): nautilus: mgr/volumes: unable to set quota on fs subvolumes
Ramana Raja
12:51 PM CephFS Bug #39750 (Resolved): mgr/volumes: cannot create subvolumes with py3 libraries
Nathan Cutler
12:50 PM CephFS Backport #40157 (Resolved): nautilus: mgr/volumes: cannot create subvolumes with py3 libraries
Nathan Cutler
12:45 PM Revision 5b5862ff (ceph): rgw: switch AES_256_CBC::cbc_transform() from NSS to OpenSSL.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:45 PM Revision 16c5c46e (ceph): rgw: generalize the symmetric crypto with evp_sym_transform().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:45 PM Revision efb6c3a1 (ceph): rgw: switch AES_256_ECB_encrypt() from NSS to OpenSSL.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:45 PM Revision 2d5e48f0 (ceph): rgw: drop the unused, NSS-based AES_256_CTR.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:30 PM rgw Documentation #40400 (New): clarify "rgw remote addr param"
when a user want to use x-forwareded-for the correct syntax is
rgw remote addr param = "http_x_forwarded_for"
...
Torben Hørup
12:28 PM CephFS Backport #40378 (In Progress): nautilus: mgr / volume: refactor volume module
Ramana Raja
12:27 PM Dashboard Bug #40399 (Resolved): mgr/dashboard: Reduce code duplication through TableActionComponent Unit T...
The test code for TableActionsComponent is reused at least 7 times across the modules which implement it. This result... Patrick Seidensal
12:21 PM Revision 4ae678e0 (ceph): mgr / volumes: improve error handling
This cleans up lots of return-fu statements and make the source
look much more pythonic. Functions should raise an in...
Venky Shankar
12:20 PM Revision 2103230c (ceph): py / cephfs: invoke base class Error::__init__() from OSError::__init__()
This will allow access to `args` when catching `Error`.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry p...
Venky Shankar
12:20 PM Revision 3a73a64f (ceph): mgr / volumes: carve out subvolume operations as a separate class
Move (and refactor) subvolume specific operations from main module
source to SubVolume class in a new subvolume sourc...
Venky Shankar
12:20 PM Revision bcfe1d99 (ceph): mgr / volumes: introduce subvolume specification class
Specifications class that represents a unique subvolume
identified by (subvolume-id, group-id) tuple. Provide
heleper...
Venky Shankar
12:19 PM Revision e945c4e3 (ceph): mgr / volumes: carve of volume as a separate class
Move volume operations (create/delete) from main module source
to VolumeClient class in new volume source.
Signed-of...
Venky Shankar
12:15 PM mgr Feature #40365 (Fix Under Review): mgr: Add get_rates_from_data from the dashboard to the mgr_uti...
Patrick Seidensal
11:52 AM Revision d12549f6 (ceph): mon/OSDMonitor: do clean_pg_upmaps the parallel way if necessary
There could definitely be some certain cases we could reliably
skip this kind of checking, but there is no easy way t...
xie xingguo
11:37 AM Revision 744204a7 (ceph): osd/OSDMap: split clean_pg_upmaps into smaller helpers
- it's good to read.
- the updating pending_inc part should be made independent
since it is going to be racy while ...
xie xingguo
11:29 AM Dashboard Bug #37572 (Pending Backport): mgr/dashboard: Add backend tests for RBD configuration
Lenz Grimmer
11:29 AM Revision 61c7632a (ceph): mgr/dashboard: Add QA tests for RBD configuration (#27774)
mgr/dashboard: Add QA tests for RBD configuration
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Lenz Grimmer
11:22 AM Dashboard Cleanup #40397 (Fix Under Review): mgr/dashboard: Ensure E2E tests can be run independently
Patrick Seidensal
10:31 AM Dashboard Cleanup #40397 (Resolved): mgr/dashboard: Ensure E2E tests can be run independently
To be able to run test suites simultaneously, we need to ensure that the tests are independent from each other. This ... Patrick Seidensal
11:15 AM Revision 09932a75 (ceph): osd: maybe_remove_pg_upmaps -> clean_pg_upmaps
It should always be the preferred option to kill the unnecessary
or duplicated code, which is good for maintenance.
A...
xie xingguo
11:15 AM Revision 0f7164fd (ceph): osd/OSDMapMapping: make ParallelPGMapper can accept input pgs
The existing "prime temp" machinism is a good inspiration
for cluster with a large number of pgs that need to do vari...
xie xingguo
11:07 AM Revision 754e0801 (ceph): mgr/dashboard: Cleanup HACKING.rst
Rephrase explanations on how to write E2E tests with Protractor.
Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
Patrick Seidensal
10:07 AM Messengers Bug #40396 (Resolved): add ms_learn_addr_from_peer
Optionally learn our address based on what our peer (usually the mon) thinks we are
connecting from, as opposed to w...
Sébastien Han
10:04 AM Revision b381153a (ceph): msg/async/ProtocolV[12]: add ms_learn_addr_from_peer
Optionally learn our address based on what our peer (usually the mon) thinks we are
connecting from, as opposed to wh...
Sage Weil
09:57 AM Revision fbbe078a (ceph): Merge pull request #28586 from aclamk/fix-vstart-extra-conf
vstart.sh: Fix problem that all extra_conf got merged into single line.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:20 AM Dashboard Documentation #40395 (Resolved): mgr/dashboard: "Extend Writing End-to-End Tests" section
- Add style-guide link; includes:
- Info about how "describe" and "it"-sections should look like
- some gener...
Laura Paduano
09:07 AM Revision 81960500 (ceph): doc:fix radosgw bucketops doc compile error
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
08:58 AM rgw Bug #40393: Lifecycle expiration action generates delete marker continuously
https://github.com/ceph/ceph/pull/28587 zhang sw
08:49 AM rgw Bug #40393 (Resolved): Lifecycle expiration action generates delete marker continuously
If bucket versioning is enabled and lifecycle expiration rule is configured, delete markers are generated continuousl... zhang sw
08:51 AM rgw Documentation #40394 (New): document alternative placement syntax
at least in luminous, it is permitted to use a colon + placement name for specifying placement eg. ":temporary" inste... Torben Hørup
07:49 AM bluestore Bug #40300: ceph-osd segfault: "rocksdb: Corruption: file is too short"
This was enough to bring up the 3 OSDs, get back the stale PG, complete the resharding, i.e. get rid of the large oma... Harald Staub
07:15 AM bluestore Bug #40300: ceph-osd segfault: "rocksdb: Corruption: file is too short"
Thanks to the awesome help of several people, we managed to work around this problem.
With
bluestore rocksdb opti...
Harald Staub
07:43 AM Revision 45f070bc (ceph): vstart.sh: Fix problem that all extra_conf got merged into single line.
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com> Adam Kupczyk
07:28 AM Dashboard Backport #40189: nautilus: mgr/dashboard: misplaced objects not shown anymore
PR:
https://github.com/ceph/ceph/pull/28584
Alfonso Martínez
07:28 AM CephFS Backport #38097 (In Progress): mimic: mds: optimize revoking stale caps
replaced by https://tracker.ceph.com/issues/40327 Zheng Yan
07:27 AM CephFS Backport #40327 (In Progress): mimic: mds: evict stale client when one of its write caps are stolen
https://github.com/ceph/ceph/pull/28585 Zheng Yan
07:23 AM Revision 5530e102 (ceph): mgr/dashboard: show degraded/misplaced/unfound objects.
* Landing Page 'Objects' card now is a chart that shows more info about objects.
* Fix: Dimless/dimlessBinary pipe ap...
Alfonso Martínez
07:23 AM CephFS Backport #40326 (In Progress): nautilus: mds: evict stale client when one of its write caps are s...
Zheng Yan
07:19 AM rgw Feature #40392 (New): radosgw-admin: create bucket
i'd like to be able to create a bucket and attach it to a user from radosgw-admin Torben Hørup
07:17 AM rgw Documentation #40391 (New): Dependencies in remove placement
Add to documentation, that in order to remove a placement one should first remove from zone and then from zonegroup Torben Hørup
07:15 AM CephFS Backport #40040 (In Progress): nautilus: avoid trimming too many log segments after mds failover
Prashant D
05:46 AM Revision 013ec734 (ceph): mds: avoid sending too many osd requests at once after mds restarts
Fixes: http://tracker.ceph.com/issues/40028
Signed-off-by: simon gao <simon29rock@gmail.com>
(cherry picked from com...
simon gao
02:40 AM Dashboard Bug #40097 (Fix Under Review): mgr/dashboard: Dentries value of MDS daemon in Filesystems page is...
Kiefer Chang
01:51 AM CephFS Backport #40344 (In Progress): nautilus: mds: fix corner case of replaying open sessions
Zheng Yan
01:50 AM Revision 3a0e0ce2 (ceph): mds: ignore sessionmap version mismatch if mds_wipe_sessions is set
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit cd6f65b404c80c8fcf4f8579b34ae1ddea001751)
Yan, Zheng
01:49 AM Revision 8692713d (ceph): mds: fix corner case of replaying open sessions
Marking a session dirty may flush all existing dirty sessions. MDS
calls Server::finish_force_open_sessions() for log...
Yan, Zheng
01:47 AM Revision 5a5a5f99 (ceph): mds: ignore sessionmap version mismatch if mds_wipe_sessions is set
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit cd6f65b404c80c8fcf4f8579b34ae1ddea001751)
...
Yan, Zheng
01:43 AM CephFS Backport #40342 (In Progress): mimic: mds: fix corner case of replaying open sessions
https://github.com/ceph/ceph/pull/28579 Zheng Yan
01:37 AM Revision d5c9b059 (ceph): mds: fix corner case of replaying open sessions
Marking a session dirty may flush all existing dirty sessions. MDS
calls Server::finish_force_open_sessions() for log...
Yan, Zheng
01:12 AM Revision dded14d1 (ceph): rgw: fix compile error in unittest:iam_policy
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
12:35 AM bluestore Bug #40306: Pool dont show their true size after add more osd - Max Available 1TB

All SSD report this logs after run ceph-bluestore-tool repair...
Manuel Rios

06/16/2019

05:56 PM RADOS Bug #40388: Mimic: osd crashes during hit_set_trim and hit_set_remove_all if hit set object doesn...
Lazuardi Nasution wrote:
> Bug #19185 still happen on Mimic (v13.2.6). I must remove entire cache pool to have affec...
Lazuardi Nasution
05:44 PM RADOS Bug #40388 (Can't reproduce): Mimic: osd crashes during hit_set_trim and hit_set_remove_all if hi...
Bug #19185 still happen on Mimic (v13.2.6). I must remove entire cache pool to have affected OSDs normal again. Itis ... Lazuardi Nasution
03:53 PM Bug #40387 (Resolved): "SyntaxError: invalid syntax" in smoke
Run: http://pulpito.ceph.com/teuthology-2019-06-16_05:00:03-smoke-master-testing-basic-smithi/
Job: 4039908
Logs: h...
Yuri Weinstein
02:09 PM Revision a377a552 (ceph): log: fix store_statfs log line
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
01:51 PM Linux kernel client Bug #40340: kernel client stuck at opening forever after network outage.
hmm, re-read the code seems we will backoff and retry every 5mins....not sure if I read it correctly and how it hit i... Xiaoxi Chen
12:48 PM Dashboard Bug #39708: mgr/dashboard: Test stall in mgr/dashboard/tests/test_task.py
I have disabled test_task_idempotent in attempt to get test suite passing. However I found that test_executing_tasks_... Vladimir Bashkirtsev
04:24 AM rgw Bug #40386: rgw: fix miss get ret in STSService::storeARN
https://github.com/ceph/ceph/pull/28527 Tianshan Qu
03:35 AM rgw Bug #40386 (Resolved): rgw: fix miss get ret in STSService::storeARN
missing check return value of rgw_store_user_info Tianshan Qu
03:35 AM Revision 7ec363c0 (ceph): rgw: fix miss get ret in STSService::storeARN
Fixes: http://tracker.ceph.com/issues/40386
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
Tianshan Qu

06/15/2019

05:34 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
Noah can you take a look? Josh Durgin
05:07 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
I figured out. It was mgr module "insights". It writes tons of data in that case. Disabling module helps. So:
Plea...
Марк Коренберг
01:10 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
This is a list of top N key with their value size in MB:
b'logm\x00full_33478572' 14.130637168884277
b'logm\x00fu...
Марк Коренберг
12:58 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
$ ./ldb --db=zzzzzzzzzzz/store.db scan | wc -l
7201
$ ./ldb --db=zzzzzzzzzzz/store.db scan | wc -c
203477
$ ....
Марк Коренберг
12:45 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
.tar.xz with mon DB
https://drive.google.com/file/d/1vUnKlJ2DXIN5sG2EKrJe3PFPVD_f8qpg
Also, Ive compiled Ro...
Марк Коренберг
11:43 AM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
Well, I swtched off one node, and saw that after roughly 2 minutes, DB became to grow.
Next, I shut down one os th...
Марк Коренберг
05:14 PM mgr Bug #40385 (Duplicate): Ceph mgr `insights` uses mon DB as a storage.
See #39955
Just enabling this module very quickly leads to cluster full stop due to ENOENT on MONs.
This module...
Марк Коренберг
12:08 PM rbd Backport #40379 (In Progress): nautilus: [rbd-mirror] image sync can crash when updating progress
Jason Dillaman
09:43 AM rbd Backport #40379 (Resolved): nautilus: [rbd-mirror] image sync can crash when updating progress
https://github.com/ceph/ceph/pull/28577 Nathan Cutler
12:07 PM Revision c937551e (ceph): librbd: avoid dereferencing an empty container during deep-copy
While updating the image copy progress, a 'while' loop will pop the
last item from the queue and then deference the e...
Jason Dillaman
10:51 AM Revision 200bc7a3 (ceph): os/bluestore: Trim cache on add rather than in loop.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
10:08 AM CephFS Feature #39610 (Resolved): mgr/volumes: add CephFS subvolumes library
Nathan Cutler
10:08 AM CephFS Backport #39934 (Resolved): nautilus: mgr/volumes: add CephFS subvolumes library
Nathan Cutler
10:07 AM CephFS Bug #39705 (Resolved): qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.400554 vs...
Nathan Cutler
10:05 AM CephFS Backport #40169 (Resolved): nautilus: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:...
Nathan Cutler
10:04 AM CephFS Backport #40167 (Resolved): nautilus: client: ceph.dir.rctime xattr value incorrectly prefixes "0...
Nathan Cutler
10:03 AM CephFS Backport #39686 (Resolved): nautilus: ceph-fuse: client hang because its bad session PipeConnecti...
Nathan Cutler
10:02 AM CephFS Backport #39690 (Resolved): nautilus: mds: error "No space left on device" when create a large n...
Nathan Cutler
09:56 AM Bug #40099 (Resolved): build/ops: python3 pybind RPMs do not replace their python2 counterparts o...
Nathan Cutler
09:56 AM Backport #40232 (Resolved): nautilus: build/ops: python3 pybind RPMs do not replace their python2...
Nathan Cutler
09:53 AM RADOS Backport #40382 (In Progress): nautilus: RuntimeError: expected MON_CLOCK_SKEW but got none
Nathan Cutler
09:45 AM RADOS Backport #40382 (Resolved): nautilus: RuntimeError: expected MON_CLOCK_SKEW but got none
https://github.com/ceph/ceph/pull/28576 Nathan Cutler
09:53 AM Revision 92debfbe (ceph): qa/suites/rados/multimon: create_rbd_pool: false
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 8d137b9345afd7e77f788e7142ff28a7f422c4f9)
Sage Weil
09:53 AM Revision 7e0b266e (ceph): qa/suites/rados/multimon: skew clocks 2s (< paxos lease)
If the leader is the one with the accurate clock, it can still
form quorum, but if the leader has the skewed clock, a...
Sage Weil
09:53 AM Revision 21d58e74 (ceph): qa/suites/rados/multimon: no osds when skewing clock
Sometimes the clock skew prevents the mon quorum from making progress and
processing the osd boot messages.
Signed-o...
Sage Weil
09:51 AM RADOS Backport #39738 (Resolved): nautilus: Binary data in OSD log from "CRC header" message
Nathan Cutler
09:48 AM Messengers Backport #40384 (Rejected): mimic: assert(0 == "BUG!") attached in EventCenter::create_file_event
Nathan Cutler
09:48 AM Messengers Backport #40383 (Rejected): luminous: assert(0 == "BUG!") attached in EventCenter::create_file_event
Nathan Cutler
09:46 AM rbd Backport #40381 (In Progress): nautilus: [tests] "rbd" teuthology suite has no coverage of "rbd d...
Nathan Cutler
09:44 AM rbd Backport #40381 (Resolved): nautilus: [tests] "rbd" teuthology suite has no coverage of "rbd diff"
https://github.com/ceph/ceph/pull/28575 Nathan Cutler
09:46 AM Revision c3dd4a83 (ceph): qa/rbd: add cram-based snap diff test
Fixes: http://tracker.ceph.com/issues/39447
Signed-off-by: Shyukri Shyukriev <shshyukriev@suse.com>
Signed-off-by: Na...
Nathan Cutler
09:45 AM rgw Bug #39456 (Resolved): rgw: crypto: HMAC ctors cannot safely assert in (e.g.) FIPS mode
Nathan Cutler
09:45 AM rgw Backport #39676 (Resolved): nautilus: rgw: crypto: HMAC ctors cannot safely assert in (e.g.) FIPS...
Nathan Cutler
09:44 AM Dashboard Bug #39609 (Resolved): mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rbd.pyx`
Nathan Cutler
09:44 AM Dashboard Backport #39736 (Resolved): nautilus: mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rbd.pyx`
Nathan Cutler
09:43 AM rbd Backport #40380 (Resolved): mimic: [rbd-mirror] image sync can crash when updating progress
https://github.com/ceph/ceph/pull/30177 Nathan Cutler
09:37 AM bluestore Backport #40280 (In Progress): mimic: 50-100% iops lost due to bluefs_preextend_wal_files = false
Nathan Cutler
09:36 AM Revision 47cd1afa (ceph): osd/bluestore: Actually wait until completion in write_sync
This function is only used by RocksDB WAL writing so it must sync data.
This fixes #18338 and thus allows to actuall...
Vitaliy Filippov
09:32 AM bluestore Backport #40281 (In Progress): nautilus: 50-100% iops lost due to bluefs_preextend_wal_files = false
Nathan Cutler
09:32 AM Revision 55ab7e00 (ceph): osd/bluestore: Actually wait until completion in write_sync
This function is only used by RocksDB WAL writing so it must sync data.
This fixes #18338 and thus allows to actuall...
Vitaliy Filippov
09:23 AM rgw Backport #39572 (Resolved): luminous: send x-amz-version-id header in PUT response
Nathan Cutler
09:22 AM rgw Bug #37352 (Resolved): get or set rgw realm zonegroup zone should check user's caps for security
Nathan Cutler
09:22 AM rgw Backport #37497 (Resolved): luminous: get or set rgw realm zonegroup zone should check user's cap...
Nathan Cutler
09:05 AM rbd Bug #40368 (Pending Backport): [rbd-mirror] image sync can crash when updating progress
Mykola Golub
08:34 AM Revision 1ddadde6 (ceph): Merge pull request #28559 from dillaman/wip-40368
librbd: avoid dereferencing an empty container during deep-copy
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
07:05 AM Revision 522f2ab0 (ceph): osdc/Objecter: _calc_target - inline spgid
A follow-up of https://github.com/ceph/ceph/pull/28487.
For erasure pools this can save us an obviously redundant cal...
xie xingguo
05:31 AM Revision 5ae32b86 (ceph): Merge pull request #28487 from xiexingguo/wip-objecter-pg-mapping-cache
osdc/Objecter: pg-mapping cache
Reviewed-by: Sage Weil <sage@redhat.com>
Xie Xingguo
03:14 AM Revision 575c0d1b (ceph): mon/OSDMonitor: fix off-by-one when updating new_last_in_change
E.g., osdmap.osd_weight[osdmap.max_osd] does not exist.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
12:48 AM Messengers Bug #23600 (Pending Backport): assert(0 == "BUG!") attached in EventCenter::create_file_event
xie xingguo
12:47 AM Messengers Bug #23600: assert(0 == "BUG!") attached in EventCenter::create_file_event
https://github.com/ceph/ceph/pull/27599/commits/9887245b4092ac5c9eaed4b3b42dc42e6891a3f2 xie xingguo
12:46 AM Revision 65b6adfc (ceph): Revert "mon/OSDMonitor: report pg[pgp]_num_target instead of pg[pgp]_num"
This reverts commit a160dc416a7c19eccce66f36719468680cd151f4.
Since it does not mean to fix anything, I'd like to lea...
xie xingguo

06/14/2019

09:52 PM CephFS Backport #40378: nautilus: mgr / volume: refactor volume module
Ramana, please do this backport. Patrick Donnelly
09:51 PM CephFS Backport #40378 (Resolved): nautilus: mgr / volume: refactor volume module
https://github.com/ceph/ceph/pull/28595 Patrick Donnelly
09:51 PM CephFS Feature #39969 (Pending Backport): mgr / volume: refactor volume module
Patrick Donnelly
09:51 PM Revision 44b6e4b6 (ceph): Merge PR #28082 into master
* refs/pull/28082/head:
mgr / volumes: improve error handling
py / cephfs: invoke base class Error::__init__() from...
Patrick Donnelly
09:23 PM RADOS Bug #40377 (Fix Under Review): osd beacon sometimes has empty pg list
https://github.com/ceph/ceph/pull/28566 Sage Weil
09:22 PM RADOS Bug #40377 (Resolved): osd beacon sometimes has empty pg list
from a user,... Sage Weil
09:23 PM Revision f2f6e170 (ceph): osd: copy (don't move) pg list when sending beacon
If we move the list, then a second beacon sent before the pg list refreshes
will be empty.
Fixes: http://tracker.cep...
Sage Weil
08:22 PM RADOS Bug #40376 (Closed): MON is not processing requests
Rafal Wadolowski wrote:
> It looks like the reply is needed like in this bug https://github.com/ceph/ceph/pull/20467...
Greg Farnum
08:01 PM RADOS Bug #40376: MON is not processing requests
It looks like the reply is needed like in this bug https://github.com/ceph/ceph/pull/20467 . Am I right? Rafal Wadolowski
07:48 PM RADOS Bug #40376 (Closed): MON is not processing requests
Monitor doesn't consume operations in queue. On peon they are stucked.

Function responsible for that is located a...
Rafal Wadolowski
07:43 PM CephFS Backport #40338: nautilus: mgr/volumes: Name 'sub_name' is not defined
Ramana Raja wrote:
> https://github.com/ceph/ceph/pull/28429
merged
Yuri Weinstein
07:42 PM CephFS Backport #40321: nautilus: test: extend mgr/volume test to cover new interfaces
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28429
merged
Yuri Weinstein
07:42 PM CephFS Backport #40158: nautilus: mgr/volumes: unable to set quota on fs subvolumes
Ramana Raja wrote:
> https://github.com/ceph/ceph/pull/28429
merged
Yuri Weinstein
07:42 PM CephFS Backport #40157: nautilus: mgr/volumes: cannot create subvolumes with py3 libraries
Ramana Raja wrote:
> https://github.com/ceph/ceph/pull/28429
merged
Yuri Weinstein
07:42 PM CephFS Backport #39934: nautilus: mgr/volumes: add CephFS subvolumes library
Ramana Raja wrote:
> https://github.com/ceph/ceph/pull/28429
merged
Yuri Weinstein
07:42 PM Revision 100196fa (ceph): Merge pull request #28429 from ajarr/wip-fs-subvolumes-nautilus
nautilus: mgr/volumes: add CephFS subvolumes library Yuri Weinstein
07:30 PM Revision b81cc13f (ceph): Merge pull request #28333 from pdvian/wip-39680-nautilus
nautilus: cephfs: pybind: added lseek()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:30 PM CephFS Backport #40169: nautilus: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.40055...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28499
merged
Yuri Weinstein
07:29 PM Revision ce904b08 (ceph): Merge pull request #28499 from smithfarm/wip-40169-nautilus
nautilus: cephfs: client: fix "ceph.snap.btime" vxattr value
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Rev...
Yuri Weinstein
07:29 PM CephFS Backport #40167: nautilus: client: ceph.dir.rctime xattr value incorrectly prefixes "09" to the n...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28500
merged
Yuri Weinstein
07:29 PM Revision ffde4808 (ceph): Merge pull request #28500 from smithfarm/wip-40167-nautilus
nautilus: cephfs: client: ceph.dir.rctime xattr value incorrectly prefixes 09 to the nanoseconds component
Reviewed-...
Yuri Weinstein
07:28 PM RADOS Bug #40370 (Fix Under Review): ceph osd pool ls detail -f json doesn't show the pool id
Neha Ojha
05:11 PM RADOS Bug #40370 (Duplicate): ceph osd pool ls detail -f json doesn't show the pool id
"ceph osd pool ls detail" shows the pool id only in the plain text format, not when using with -f jsony Paul Emmerich
07:26 PM CephFS Backport #39686: nautilus: ceph-fuse: client hang because its bad session PipeConnection to mds
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28375
merged
Yuri Weinstein
07:26 PM rgw Bug #40375 (Fix Under Review): rgw_file: rgw_readdir eof condition must take callback early termi...
Matt Benjamin
07:24 PM rgw Bug #40375 (Resolved): rgw_file: rgw_readdir eof condition must take callback early termination i...
The eof() methods of RGWListBucketsRequest and RGWReaddirRequest were returning EOF correctly with respect to the und... Matt Benjamin
07:26 PM Revision 632a081e (ceph): Merge pull request #28375 from pdvian/wip-39686-nautilus
nautilus: client: fix fuse client hang because its bad session PipeConnection
Reviewed-by: Patrick Donnelly <pdonnel...
Yuri Weinstein
07:26 PM CephFS Backport #39690: nautilus: mds: error "No space left on device" when create a large number of dirs
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28394
merged
Yuri Weinstein
07:26 PM Revision 7ac1cfd7 (ceph): Merge pull request #28394 from pdvian/wip-39690-nautilus
nautilus: mds: check dir fragment to split dir if mkdir makes it oversized.
Reviewed-by: Patrick Donnelly <pdonnell@...
Yuri Weinstein
07:25 PM Revision 7fa9cf35 (ceph): rgw_file: fix readdir eof() calc--caller stop implies !eof
If rgw_readdir2()'s caller stops enumeration by returning an error
from the readdir callback function, the value of e...
Matt Benjamin
06:57 PM Revision bd41d6ce (ceph): log: fix store_statfs log line
Currently the log line appears as:
```
[...] bluestore(/var/lib/ceph/osd/ceph-0) pool_statfsstore_statfs(0x0/0x0/0x0,...
Mohamad Gebai
06:44 PM Revision 85470cd1 (ceph): Merge PR #28198 into master
* refs/pull/28198/head:
qa/tasks: upgrade command arguments checks in vstart_runner.py
Reviewed-by: Patrick Donnell...
Patrick Donnelly
06:40 PM CephFS Bug #40374 (Fix Under Review): nautilus: qa: disable "HEALTH_WARN Legacy BlueStore stats reportin...
Patrick Donnelly
06:35 PM CephFS Bug #40374 (Resolved): nautilus: qa: disable "HEALTH_WARN Legacy BlueStore stats reporting..."
... Patrick Donnelly
06:37 PM Revision 407f287b (ceph): qa: ignore legacy bluestore stats errors
Partial-backport: 66f18ecd09973ceab4ff9ff177e69d9c61a30bf2
Fixes: http://tracker.ceph.com/issues/40374
Signed-off-by:...
Patrick Donnelly
06:29 PM CephFS Bug #40373 (Fix Under Review): nautilus: qa: still testing simple messenger
Patrick Donnelly
06:25 PM CephFS Bug #40373 (Resolved): nautilus: qa: still testing simple messenger
... Patrick Donnelly
06:27 PM Revision 32e694fa (ceph): qa: stop testing simple messenger in fs qa
897a1f738566263fde42832dc23f34a99a554b62 was incomplete.
Fixes: http://tracker.ceph.com/issues/40373
Signed-off-by: ...
Patrick Donnelly
06:10 PM Dashboard Subtask #40372: mgr/dashboard: Write E2E test to verify that a bucket has editing functionality
1. Create a bucket with RGW
2. Verify that the bucket is listed
3. Verify that the 'Cancel' button works on the Buc...
Rafael Quintero
06:07 PM Dashboard Subtask #40372 (Resolved): mgr/dashboard: Write E2E test to verify that a bucket has editing func...
Rafael Quintero
05:57 PM CephFS Bug #40369 (Fix Under Review): ceph_volume_client: fs_name must be converted to string before usi...
Rishabh Dave
03:52 PM CephFS Bug #40369 (Resolved): ceph_volume_client: fs_name must be converted to string before using it
"fs_name":https://github.com/ceph/ceph/blob/master/src/pybind/ceph_volume_client.py#L255 would normally be assigned a... Rishabh Dave
05:56 PM CephFS Bug #40371 (Fix Under Review): cephfs-shell: du must ignore non-directory files
Rishabh Dave
05:38 PM CephFS Bug #40371 (Resolved): cephfs-shell: du must ignore non-directory files
cephfs-shell's du command crashes if it comes across because files that are not directories since it tries to get 'ce... Rishabh Dave
05:40 PM rbd Bug #40368 (Fix Under Review): [rbd-mirror] image sync can crash when updating progress
Jason Dillaman
03:11 PM rbd Bug #40368 (Resolved): [rbd-mirror] image sync can crash when updating progress
The invocation of "m_copied_objects.top()" is not guarded so it might be invoked on an empty heap, resulting in an as... Jason Dillaman
05:34 PM Revision 0f491cbb (ceph): librbd: avoid dereferencing an empty container during deep-copy
While updating the image copy progress, a 'while' loop will pop the
last item from the queue and then deference the e...
Jason Dillaman
05:23 PM Revision 40a72ee4 (ceph): Merge pull request #27439 from liewegas/wip-centos-latest-nautilus
nautilus: qa: centos 7.6 etc
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
05:22 PM Revision 8ec92335 (ceph): Merge pull request #28279 from xiexingguo/wip-balancer-new-osd-weight-f...
nautilus: mgr/balancer: various compat weight-set fixes
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Yuri Weinstein
05:22 PM Revision 108bd5f1 (ceph): Merge pull request #28291 from b-ranto/wip-nautilus-restful
nautilus: mgr: Update the restful module in nautilus
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
05:21 PM Revision 46f9cc2c (ceph): rgw: raise default rgw_bucket_index_max_aio to 128
the maximum of 8 outstanding shard requests on a bucket index is an
unnecessary bottleneck, especially for CLSRGWIssu...
Casey Bodley
05:21 PM Revision 098cfae2 (ceph): Merge pull request #28392 from smithfarm/wip-grafana-suse-nautilus
nautilus: ceph.spec.in: install grafana dashboards world readable
Reviewed-by: Boris Ranto <branto@redhat.com>
Revie...
Yuri Weinstein
05:21 PM Backport #40232: nautilus: build/ops: python3 pybind RPMs do not replace their python2 counterpar...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28469
merged
Yuri Weinstein
05:21 PM Revision f5570a49 (ceph): Merge pull request #28469 from smithfarm/wip-40232-nautilus
nautilus: build/ops: python3 pybind RPMs do not replace their python2 counterparts on upgrade even though they should... Yuri Weinstein
05:20 PM Revision cbf3a181 (ceph): Merge pull request #27773 from istudko/patch-1
doc/releases/nautilus: Correct a systemctl command in an upgrade guide
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:19 PM Revision afc6c1ea (ceph): Merge pull request #27201 from bstillwell/bootstrap-keyring-caps-doc-fix
doc: Add missing mgr cap for the bootstrap keyring
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:13 PM rgw Bug #40345: ssl tests failing with SSLError("bad handshake: Error([('SSL routines', 'tls_process_...
Fixed in master with the following PR: https://github.com/ceph/ceph/pull/28521 Ali Maredia
05:07 PM Revision 496ac352 (ceph): Merge pull request #28526 from Osa1989/patch-1
doc/releases/nautilus.rst: fix command to check min_compat_client
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:06 PM RADOS Bug #38893 (Pending Backport): RuntimeError: expected MON_CLOCK_SKEW but got none
https://github.com/ceph/ceph/pull/28353 Neha Ojha
04:55 PM RADOS Backport #39738: nautilus: Binary data in OSD log from "CRC header" message
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28504
merged
Yuri Weinstein
04:55 PM Revision be3fcd07 (ceph): Merge pull request #28504 from pdvian/wip-39738-nautilus
nautilus: osd: Output Base64 encoding of CRC header if binary data present
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:54 PM rgw Backport #39676: nautilus: rgw: crypto: HMAC ctors cannot safely assert in (e.g.) FIPS mode
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28309
merged
Yuri Weinstein
04:54 PM Revision 2eeba913 (ceph): Merge pull request #28309 from pdvian/wip-39676-nautilus
nautilus: rgw: crypto: throw DigestException from Digest and HMAC
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:54 PM Dashboard Backport #39736: nautilus: mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rbd.pyx`
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28482
merged
Yuri Weinstein
04:54 PM Revision 4c3d167e (ceph): Merge pull request #28482 from pdvian/wip-39736-nautilus
nautilus: Add 'RBD_FEATURE_MIGRATING' to rbd.pyx
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
04:34 PM Revision 94246359 (ceph): Merge pull request #28522 from neha-ojha/wip-add-client-endpoints
qa/tasks/cbt.py: add support for client_endpoints
Reviewed-by: Mark Nelson <mnelson@redhat.com>
Neha Ojha
03:25 PM rbd Feature #40071 (Fix Under Review): [rbd] mirror image enable/disable should enable/disable journa...
Mykola Golub
03:20 PM rbd Bug #39447 (Pending Backport): [tests] "rbd" teuthology suite has no coverage of "rbd diff"
Mykola Golub
03:19 PM Revision 017bc7db (ceph): Merge pull request #28346 from smithfarm/wip-39447-alt
qa/rbd: add cram-based snap diff test
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Mykola Golub <m...
Mykola Golub
03:17 PM Revision 27198db3 (ceph): mgr/dashboard: OSD custom action button removal
Now the custom action dropdown is removed from the OSD component. It was
nearly a clone of the table actions button c...
Stephan Müller
03:16 PM bluestore Bug #38745: spillover that doesn't make sense
This is also showing up in 14.2.1 in instances where the db is overly provisioned.
HEALTH_WARN BlueFS spillover de...
Brett Chancellor
03:16 PM Revision 2b371926 (ceph): Merge pull request #28532 from cbodley/wip-40304
qa/rgw: skip swift tests on rhel 7.6+ Yuri Weinstein
02:52 PM RADOS Bug #40367 (Can't reproduce): "*** Caught signal (Segmentation fault) **" in upgrade:luminous-x-n...
Run: http://pulpito.ceph.com/teuthology-2019-06-14_02:25:02-upgrade:luminous-x-nautilus-distro-basic-smithi/
Job: 40...
Yuri Weinstein
02:50 PM RADOS Bug #40366 (New): "MaxWhileTries: 'wait_until_healthy'" in upgrade:luminous-x-nautilus
Run: http://pulpito.ceph.com/teuthology-2019-06-14_02:25:02-upgrade:luminous-x-nautilus-distro-basic-smithi/
Jobs: '...
Yuri Weinstein
02:36 PM Revision 901a37f4 (ceph): mgr/progress: Add recovery event when OSD marked in
Added the check for osd_id to account for
the acting set of both the old and new maps
to cover both osd marked out an...
Kamoltat (Junior) Sirivadhna
02:30 PM rgw Backport #23237: Corrupted downloads from civetweb when using multipart with slow connections
https://github.com/ceph/ceph/pull/27982 merged Yuri Weinstein
02:29 PM Revision da246edb (ceph): Merge pull request #27982 from cbodley/wip-23237
luminous: rgw: update civetweb submodule to match version in mimic
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
01:59 PM Dashboard Backport #40059 (In Progress): nautilus: mgr/dashboard: Add custom dialogue for configuring PG sc...
Tatjana Dehler
01:53 PM Revision 7384e4ce (ceph): mgr/dashboard: Consider user permissions
Consider user permissions when showing advanced table actions and hide
all buttons requiring missing permissions from...
Tatjana Dehler
01:53 PM Revision e78c7a45 (ceph): mgr/dashboard: Add config filter and delete routes
Add a filter route to the configurations endpoint to get a subset of
config options in one request.
Add a delete rout...
Tatjana Dehler
01:53 PM Revision 0c6cc0d4 (ceph): mgr/dashboard: Add config option component
This commit adds an initial config option component in order to move
the HTML template and the config option types re...
Tatjana Dehler
01:52 PM Revision 7dde7c2e (ceph): mgr/dashboard: Add PG scrub configuration form
The commit adapts two different parts:
1. It adds all frontend related changes around the PG scrub
configuration ...
Tatjana Dehler
01:35 PM Linux kernel client Bug #40362: amending caps with "ceph auth caps" vs using an existing client
Note that these irregular I/O errors can occur today (i.e. with no invalidation in the kernel client) if enough time ... Ilya Dryomov
12:36 PM Linux kernel client Bug #40362: amending caps with "ceph auth caps" vs using an existing client
If we simply invalidate, things become super confusing. If the OSD that pool2/img header resides on is open, "rbd ma... Ilya Dryomov
12:14 PM Linux kernel client Bug #40362 (New): amending caps with "ceph auth caps" vs using an existing client
... Ilya Dryomov
01:31 PM mgr Feature #40365 (Resolved): mgr: Add get_rates_from_data from the dashboard to the mgr_util.py
Other modules need this too.
Origin: https://github.com/ceph/ceph/pull/28153#discussion_r285974000
Stephan Müller
01:30 PM Dashboard Subtask #40364 (Resolved): mgr/dashboard: Add E2E tests which verify that creating/editing/deleti...
1.Create an RGW user
2.Verify that the RGW user is listed
3.Delete the RGW user
5.Verify that the RGW user is no l...
Laura Paduano
01:28 PM mgr Feature #40363 (Resolved): mgr: Run python unit tests with tox in the mgr
Jenkins should run python unit tests that are included inside the core of the manager. Stephan Müller
01:14 PM rgw Bug #40018: crash in io_context thread when lots of connections abort
it looks like the io_context::run() ec overload variant is deprecated. https://www.boost.org/doc/libs/1_66_0/doc/html... Abhishek Lekshmanan
12:15 PM rgw Bug #39393 (Resolved): inefficient unordered bucket listing
Nathan Cutler
11:37 AM Revision a27ede1d (ceph): Revert "mon/OSDMonitor: report pg[pgp]_num_target instead of pg[pgp]_num"
Xie Xingguo
10:52 AM Revision a24323bc (ceph): doc/releases/nautilus.rst: fix command to check min_compat_client
Command should be "ceph osd dump | grep min_compat_client"
Signed-off-by: Osama Elswah <osama.ibrahim.89@gmail.com>
Osama Elswah
10:43 AM Revision a9e9ceb5 (ceph): Merge pull request #27951 from ifed01/wip-ifed-fix-slowop-log
os/bluestore: fix origin reference in logging slow ops. Igor Fedotov
10:29 AM Revision 1d5eba65 (ceph): Merge pull request #28490 from xiexingguo/wip-40193
mon/OSDMonitor: report pg[pgp]_num_target instead of pg[pgp]_num
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
10:28 AM mgr Backport #40037: nautilus: dashboard: orchestrator mgr modules assert failure on iscsi service re...
https://github.com/ceph/ceph/pull/28552 Sebastian Wagner
10:27 AM Revision 68baa91a (ceph): Merge pull request #28322 from liewegas/wip-preextend
os/bluestore: bluefs_preextend_wal_files=true
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
10:26 AM Revision 883256c7 (ceph): mgr/rook: Raise proper exception in `describe_service`
`describe_service` is called often and raising
assertions will pollute the log file with tracebacks.
Signed-off-by...
Sebastian Wagner
10:26 AM Revision 3e9d47f4 (ceph): mgr/dashboard: Load iSCSI config from local store and orchestrator
As iSCSI is not supported by Rook, users need a way to manage
ceph-iscsi without Rook knowledge
Signed-off-by: Seb...
Sebastian Wagner
10:24 AM Revision 5686dc52 (ceph): mgr/dashboard: Merge OrchClient with OrchestratorClientMixin
Fixed missing error propagation from
the orchestrator to the dashboard
Adapted orchestrator integration in NFS
Si...
Sebastian Wagner
10:08 AM bluestore Bug #18375 (Resolved): bluestore: bluefs_preextend_wal_files=true is not crash consistent
This is also duplicated by https://tracker.ceph.com/issues/38559
Marking this as resolved, backporting to be track...
Igor Fedotov
10:03 AM rgw Backport #39615 (Resolved): luminous: civetweb frontend: response is buffered in memory if conten...
Nathan Cutler
10:02 AM Revision a6636bd9 (ceph): Merge pull request #28260 from s0nea/wip-dashboard-pool-delete-flag
mgr/dashboard: consider 'mon_allow_pool_delete' flag
Reviewed-by: Patrick Nawracay <pnawracay@suse.com>
Reviewed-by:...
Laura Paduano
09:59 AM rgw Backport #39409 (Resolved): luminous: inefficient unordered bucket listing
Nathan Cutler
09:49 AM CephFS Bug #40361 (Fix Under Review): getattr on snap inode stuck
Zheng Yan
09:32 AM CephFS Bug #40361 (Resolved): getattr on snap inode stuck
from maillling list
On Wed, Jun 12, 2019 at 3:26 PM Hector Martin <hector@marcansoft.com> wrote:
>
> Hi list,
...
Zheng Yan
09:40 AM Revision 9e0775f9 (ceph): mds: don't mark cap NEEDSNAPFLUSH if client has no pending capsnap
This avoid getting wrlocks and setup client_snap_caps on snap inode.
Because there is no further snapflush that trigg...
Yan, Zheng
09:34 AM Revision 5e1c53e9 (ceph): Merge pull request #28534 from tchaikov/wip-crimson-mkkey
crimson/osd: add --mkkey support
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
09:14 AM Revision 1ce9d5a3 (ceph): Merge pull request #28464 from majianpeng/fio-ceph-messenger-multi-client
test/fio/fio_ceph_messenger: make exec multi client on the same host.
Reviewed-by: Casey Bodley <cbodley@redhat.com>...
Kefu Chai
08:44 AM rgw Backport #40007 (In Progress): nautilus: rgw: fix prefix handling in LCFilter
Nathan Cutler
08:44 AM Revision 4eca78b9 (ceph): rgw: lifecycle: alternate solution to prefix_map conflict
A rule containing a tag filter but no constraining prefix is
legal, as is a sequence of >1 such rules.
As currently ...
Matt Benjamin
08:44 AM Revision e1c47266 (ceph): rgw: lifecycle: fix RGWLifecycleConfiguration::valid()
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit c8ae682b669acdc1937e62d43b266e58a313a374)
Matt Benjamin
08:44 AM Revision 0ec93b70 (ceph): rgw: lifecycle: fix object iteration for >1 same-prefix rules
Rules of like-prefix must visit every matching object. A next
logical step is to combine tag checking for rules of l...
Matt Benjamin
08:39 AM rgw Backport #39749 (In Progress): nautilus: Add support for --bypass-gc flag of radosgw-admin bucket...
Nathan Cutler
08:38 AM Revision fafce09d (ceph): rgw: delete_obj_index() takes mtime for bilog
writing an empty timestamp to the bilog prevents other zones from
applying the delete. this means that the --bypass-g...
Casey Bodley
08:37 AM Revision fae15772 (ceph): Merge pull request #28404 from xiexingguo/wip-osd-noup-stall
osd/OSD: keep synchronizing with mon if stuck at booting
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
08:35 AM rgw Bug #17882: s3tests-test-readwrite failed in rados run (Connection refused)
/a/kchai-2019-06-14_03:33:14-rados-wip-kefu-testing-2019-06-12-0017-distro-basic-smithi/4030532/
make it urgent, a...
Kefu Chai
08:34 AM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
In our case this issue surfaces on a relatively empty cluster (top used OSDs are around 35%) during a small rebalance... Maks Kowalik
08:31 AM Revision 3c223cb1 (ceph): crimson: add buffer_io helpers
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:31 AM Revision 4087a128 (ceph): crimson/os: use buffer::write_file() helper
instead of using the blocking calls
so we can write to file without blocking the reactor
Signed-off-by: Kefu Chai <...
Kefu Chai
08:31 AM Revision d7be5b1f (ceph): crimson/osd: add --mkkey support
see qa/tasks/ceph.py for how it is used, and why we need it.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:31 AM Revision 54610478 (ceph): crimson/osd: ignore exception when stopping osd
OSD::stop() is a top-level method in the sense that it will be called
directly when engine stops. so it should not th...
Kefu Chai
07:43 AM Revision 91eb6b1e (ceph): Merge pull request #28507 from tchaikov/wip-cmake-dpdk-boost
cmake: update SPDK to build with GCC-9
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
07:42 AM Revision 47645be3 (ceph): qa/rbd: add cram-based snap diff test
Fixes: http://tracker.ceph.com/issues/39447
Signed-off-by: Shyukri Shyukriev <shshyukriev@suse.com>
Signed-off-by: Na...
Nathan Cutler
07:40 AM Linux kernel client Bug #40339: kernel BUG at fs/ceph/mds_client.c:600! invalid opcode: 0000 [#1] SMP
request was unregistered twice. one is from wait_requests, another is from __wake_requests Zheng Yan
03:35 AM Linux kernel client Bug #40339: kernel BUG at fs/ceph/mds_client.c:600! invalid opcode: 0000 [#1] SMP
Thanks zheng, can you explain more backgorund? Xiaoxi Chen
12:23 AM Linux kernel client Bug #40339: kernel BUG at fs/ceph/mds_client.c:600! invalid opcode: 0000 [#1] SMP
maybe this one... Zheng Yan
07:19 AM Revision 341245f5 (ceph): auth/KeyRing: remove KeyRing::create_empty()
it never fails unless out of memory. and it would be simpler to just
allocate it on stack.
Signed-off-by: Kefu Chai ...
Kefu Chai
06:42 AM Revision 73370efc (ceph): fixup! rgw: RGWSetRequestPayment request should be forwarded to master ...
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
06:42 AM Revision 8697db15 (ceph): osdc/Objecter: pg-mapping cache
The CRUSH-based addressing is some kind of CPU intensive task
and hence should be avoid whenever possible.
The patch...
xie xingguo
06:40 AM Revision c45a1b1a (ceph): rgw: lifecycle expiration should check object lock before removing obje...
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
05:58 AM Dashboard Subtask #40259 (Fix Under Review): mgr/dashboard: Add and Delete RGW Bucket Test
Patrick Seidensal
05:27 AM Revision 83b6d142 (ceph): Merge pull request #28535 from tchaikov/wip-crimson-packaging
debian/: use ceph-osd for packaging crimson-osd
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
04:26 AM Revision b3dc3b2d (ceph): mgr / volumes: carve of volume as a separate class
Move volume operations (create/delete) from main module source
to VolumeClient class in new volume source.
Signed-of...
Venky Shankar
04:26 AM Revision 021b8049 (ceph): mgr / volumes: introduce subvolume specification class
Specifications class that represents a unique subvolume
identified by (subvolume-id, group-id) tuple. Provide
heleper...
Venky Shankar
04:26 AM Revision 8d29816f (ceph): mgr / volumes: carve out subvolume operations as a separate class
Move (and refactor) subvolume specific operations from main module
source to SubVolume class in a new subvolume sourc...
Venky Shankar
04:26 AM Revision aad7906f (ceph): py / cephfs: invoke base class Error::__init__() from OSError::__init__()
This will allow access to `args` when catching `Error`.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
04:26 AM Revision 241c9cea (ceph): mgr / volumes: improve error handling
This cleans up lots of return-fu statements and make the source
look much more pythonic. Functions should raise an in...
Venky Shankar
04:24 AM CephFS Bug #40101 (Fix Under Review): libcephfs: returns ESTALE to nfs-ganesha's FSAL_CEPH when operatin...
Zheng Yan
04:22 AM CephFS Backport #40221 (In Progress): luminous: mds: reset heartbeat during long-running loops in recovery
https://github.com/ceph/ceph/pull/28544 Zheng Yan
04:01 AM Revision 7ad00230 (ceph): client: set snapdir's link count to 1
Otherwise nfs-ganesha treats snapdir as stale.
Fixes: https://tracker.ceph.com/issues/40101
Signed-off-by: "Yan, Zhe...
Yan, Zheng
03:58 AM Revision 13e8901b (ceph): mds: reset heartbeat inside big loop
Fixes: https://tracker.ceph.com/issues/40171
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit...
Yan, Zheng
03:21 AM CephFS Backport #40041 (In Progress): luminous: avoid trimming too many log segments after mds failover
Patrick Donnelly
03:19 AM Revision 1c68a4cb (ceph): mds: avoid sending too many osd requests at once after mds restarts
Fixes: http://tracker.ceph.com/issues/40028
Signed-off-by: simon gao <simon29rock@gmail.com>
(cherry picked from com...
simon gao
02:49 AM Linux kernel client Bug #39523: small write in ab mode does not change mtime
can't reproduce this issue on 5.0.16 kernel + ceph v12.2.12 Zheng Yan
02:34 AM Linux kernel client Bug #37713 (Resolved): Centos 7 kernel client overwriting files
Fixed in 7.5 (kernel-3.10.0-862.33.1.el7) and 7.6 (kernel-3.10.0-957.16.1.el7). Zheng Yan
02:31 AM rgw Backport #39746 (In Progress): nautilus: beast: multiple v4 and v6 endpoints with the same port w...
https://github.com/ceph/ceph/pull/28541 Prashant D
02:29 AM RADOS Backport #39744 (In Progress): mimic: mon: "FAILED assert(pending_finishers.empty())" when paxos ...
https://github.com/ceph/ceph/pull/28540 Prashant D
02:08 AM Linux kernel client Bug #38824 (Resolved): kclient: ceph: remove duplicated filelock ref increase
Zheng Yan
02:05 AM Linux kernel client Bug #40340: kernel client stuck at opening forever after network outage.
maybe calling peer_reset after tcp timeout is a better fix Zheng Yan
01:12 AM Linux kernel client Bug #40340: kernel client stuck at opening forever after network outage.
140 06/13/2019 09:21:22 AM umount /import/ceph/
141 06/13/2019 09:23:05 AM mount -a
The time of umount
Xiaoxi Chen
01:09 AM Linux kernel client Bug #40340: kernel client stuck at opening forever after network outage.
Negative.
The peer_reset get called during eviction but not after connection establish timeout.
2264570:Jun 13 ...
Xiaoxi Chen
12:01 AM Linux kernel client Bug #40340: kernel client stuck at opening forever after network outage.
does peer_reset() get called after tcp timeout Zheng Yan
01:09 AM Revision 56260e9a (ceph): rgw: beast: bind both v4 and v6 ports when using a port argument
This commit adds binding to both v4 and v6 port when specifying a port argument,
endpoint *only* binds to v4 or v6 de...
Abhishek Lekshmanan
01:09 AM Revision 358b2d4b (ceph): doc: rgw: document v6 endpoint options
document that v6 endpoints only binds to ipv6
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked ...
Abhishek Lekshmanan
01:08 AM Revision 462b9163 (ceph): mon: paxos: introduce new reset_pending_committing_finishers for safety
There are asserts about the state of the system and pending_finishers which can
be triggered by running arbitrary com...
Greg Farnum

06/13/2019

10:17 PM rbd Feature #40072: [journal] tweak config defaults to improve small-IO performance
Skip last commit (enabling writethrough mode) during backport Jason Dillaman
10:16 PM rbd Feature #40072 (Fix Under Review): [journal] tweak config defaults to improve small-IO performance
Jason Dillaman
10:14 PM rgw Backport #38920: luminous: "Caught signal (Aborted) thread_name:radosgw" in ceph dashboard tests ...
Prashant D wrote:
> https://github.com/ceph/ceph/pull/27332
merged
Yuri Weinstein
10:14 PM Revision 952d2106 (ceph): Merge pull request #27332 from pdvian/wip-38920-luminous
luminous: rgw: don't crash on missing /etc/mime.types
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
10:11 PM rgw Backport #39572: luminous: send x-amz-version-id header in PUT response
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/27935
merged
Yuri Weinstein
10:10 PM Revision d485068c (ceph): Merge pull request #27935 from cbodley/wip-39572
luminous: rgw:send x-amz-version-id header when upload files
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
10:08 PM rgw Backport #37497: luminous: get or set rgw realm zonegroup zone should check user's caps for security
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28332
merged
Yuri Weinstein
10:08 PM Revision ab0104ba (ceph): Merge pull request #28332 from cbodley/wip-37497
luminous: rgw: get or set realm zonegroup zone need check user's caps
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
10:04 PM rgw Backport #39615: luminous: civetweb frontend: response is buffered in memory if content length is...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28069
merged
Yuri Weinstein
10:04 PM rgw Backport #39615: luminous: civetweb frontend: response is buffered in memory if content length is...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28069
merged
Yuri Weinstein
10:04 PM Revision d25e91d1 (ceph): Merge pull request #28069 from smithfarm/wip-39615-luminous
luminous: civetweb frontend: response is buffered in memory if content length is not explicitly specified
Reviewed-b...
Yuri Weinstein
10:03 PM rgw Backport #39409: luminous: inefficient unordered bucket listing
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28350
merged
Yuri Weinstein
10:03 PM Revision fc721015 (ceph): Merge pull request #28350 from smithfarm/wip-39409-luminous
luminous: rgw: inefficient unordered bucket listing
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
09:19 PM rgw Backport #39745 (In Progress): nautilus: On rook master branch s3cmd make bucket returns error In...
Nathan Cutler
09:19 PM Revision 26d56e05 (ceph): rgw: fix default_placement containing "/" when storage_class is standard
fixes: http://tracker.ceph.com/issues/39380
Signed-off-by: mkogan1 <mkogan@redhat.com>
(cherry picked from commit 0b...
Mark Kogan
09:12 PM Revision 5c0f57f3 (ceph): doc: add a note on reshard object expirer fixes in PendingReleaseNotes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit ef8329f2031972f728b40f272d4708097de...
Abhishek Lekshmanan
09:10 PM rgw Backport #39740 (In Progress): nautilus: rgw: swift object expiry fails when a bucket reshards
Nathan Cutler
09:10 PM Revision ff44db78 (ceph): rgw: rgw_bucket: set BucketInfo as const in rgw_remove_object
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 1d1ea1fa391a18aa2251576b58676a7a05b...
Abhishek Lekshmanan
09:10 PM Revision 2d877210 (ceph): rgw_common: introduce a decode_bl function to decode a bl to type
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 5e56ea6f0778973cdbb90eaf643fba1240a...
Abhishek Lekshmanan
09:10 PM Revision 6acc3f8e (ceph): rgw: admin: introduce objects expire-stale list and rm
These commands help cleanup stale expired objects after a reshard has happened
Contains the following changesets:
* ...
Abhishek Lekshmanan
09:10 PM Revision 3438ec55 (ceph): doc: add a troubleshooting note on resharding expirer fixes
Added a note about the commands added to support stale expired object deletion
Signed-off-by: Abhishek Lekshmanan <a...
Abhishek Lekshmanan
09:07 PM Revision f0db91b1 (ceph): rgw: object expirer: handle resharded buckets
Previously we fetched the bucket instance info which changes during a reshard
causing the bucket info to fail, since ...
Abhishek Lekshmanan
09:06 PM rgw Backport #40360 (Resolved): mimic: rgw: set null version object issues
https://github.com/ceph/ceph/pull/29288 Nathan Cutler
09:05 PM rgw Backport #40359 (Resolved): luminous: rgw: set null version object issues
https://github.com/ceph/ceph/pull/31653 Nathan Cutler
09:05 PM rgw Backport #40358 (Resolved): nautilus: rgw: set null version object issues
https://github.com/ceph/ceph/pull/29287 Nathan Cutler
09:05 PM rgw Backport #40357 (Resolved): mimic: The expected output of the "radosgw-admin reshard status" comm...
https://github.com/ceph/ceph/pull/29285 Nathan Cutler
09:05 PM rgw Backport #40356 (Rejected): luminous: The expected output of the "radosgw-admin reshard status" c...
Nathan Cutler
09:05 PM rgw Backport #40355 (Resolved): nautilus: The expected output of the "radosgw-admin reshard status" c...
https://github.com/ceph/ceph/pull/29286 Nathan Cutler
09:02 PM rgw Backport #40354 (Resolved): mimic: multisite: RGWListBucketIndexesCR for data full sync needs pag...
https://github.com/ceph/ceph/pull/29284 Nathan Cutler
09:02 PM rgw Backport #40353 (Rejected): luminous: multisite: RGWListBucketIndexesCR for data full sync needs ...
Nathan Cutler
09:02 PM rgw Backport #40352 (Resolved): nautilus: multisite: RGWListBucketIndexesCR for data full sync needs ...
https://github.com/ceph/ceph/pull/29311 Nathan Cutler
09:01 PM rgw Backport #40351 (Resolved): mimic: rgw/OutputDataSocket: append_output(buffer::list&) says it wil...
https://github.com/ceph/ceph/pull/29279 Nathan Cutler
09:01 PM rgw Backport #40350 (Resolved): luminous: rgw/OutputDataSocket: append_output(buffer::list&) says it ...
https://github.com/ceph/ceph/pull/31654 Nathan Cutler
09:01 PM rgw Backport #40349 (Resolved): nautilus: rgw/OutputDataSocket: append_output(buffer::list&) says it ...
https://github.com/ceph/ceph/pull/29310 Nathan Cutler
09:00 PM rgw Backport #40348 (Resolved): mimic: ssl tests failing with SSLError("bad handshake: Error([('SSL r...
https://github.com/ceph/ceph/pull/28668 Nathan Cutler
09:00 PM rgw Backport #40347 (Resolved): luminous: ssl tests failing with SSLError("bad handshake: Error([('SS...
https://github.com/ceph/ceph/pull/28669 Nathan Cutler
09:00 PM rgw Backport #40346 (Resolved): nautilus: ssl tests failing with SSLError("bad handshake: Error([('SS...
Nathan Cutler
08:57 PM rgw Bug #40345 (Resolved): ssl tests failing with SSLError("bad handshake: Error([('SSL routines', 't...
apparently something changed in python's urllib3 or openssl so that these requests fail to verify. these requests are... Casey Bodley
08:22 PM Revision 2046c253 (ceph): mgr/progress: Add recovery event when OSD marked in
Combine the functions _osd_in and _osd_out in
to a single function call _osd_in_out, which
has a parameter called mar...
Kamoltat (Junior) Sirivadhna
08:12 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
With a monitor stopped, you can run e.g. ... Josh Durgin
05:06 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
Is any way to dump Monitor DB contents ? Марк Коренберг
05:01 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
This one rapid growth happened after rebooting an OSD node. Interesting, this node has filestore OSDs and Nautilus ru... Марк Коренберг
04:30 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
1. Yes, I still seeing this issue. It can be triggered by rebooting a node.
2. I just rebooted my node after upgradi...
Марк Коренберг
07:36 PM CephFS Backport #40343 (In Progress): luminous: mds: fix corner case of replaying open sessions
Patrick Donnelly
07:35 PM CephFS Backport #40343 (Resolved): luminous: mds: fix corner case of replaying open sessions
https://github.com/ceph/ceph/pull/28536 Patrick Donnelly
07:35 PM CephFS Backport #40344 (Resolved): nautilus: mds: fix corner case of replaying open sessions
https://github.com/ceph/ceph/pull/28580 Patrick Donnelly
07:35 PM CephFS Backport #40342 (Resolved): mimic: mds: fix corner case of replaying open sessions
https://github.com/ceph/ceph/pull/28579 Patrick Donnelly
07:35 PM CephFS Bug #40211 (Pending Backport): mds: fix corner case of replaying open sessions
Patrick Donnelly
07:22 PM Revision c735b901 (ceph): Merge PR #28456 into master
* refs/pull/28456/head:
mds: ignore sessionmap version mismatch if mds_wipe_sessions is set
mds: fix corner case of...
Patrick Donnelly
07:00 PM Revision c0c00180 (ceph): Merge pull request #28521 from alimaredia/wip-qa-rgw-ssl
qa: use curl in wait_for_radosgw() in util/rgw.py
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:51 PM rgw Bug #40111: RGW-Swift does not support capabilities API call
I think the underlying question was not to run swift on / and disable S3 api more if the /info URL could be supported... Bjoern Teipel
06:04 PM rgw Bug #40111 (Resolved): RGW-Swift does not support capabilities API call
Abhishek Lekshmanan
06:03 PM rgw Bug #40111 (Need More Info): RGW-Swift does not support capabilities API call
Abhishek Lekshmanan
06:22 PM CephFS Bug #40213 (Fix Under Review): mds: cannot switch mds state from standby-replay to active
Patrick Donnelly
06:12 PM rgw Bug #39950: [rgw] prepend object name with bucket marker not bucket id
Casey Bodley
06:11 PM rgw Bug #39970 (Need More Info): radosgw-admin reshard process reports invalid argument
Are you running mixed versions of radosgw and osds? This appears to be caused by a change to the cls_lock api. Casey Bodley
06:08 PM rgw Bug #39989 (Fix Under Review): rgw: list bucket with start marker and delimiter will miss next ob...
Casey Bodley
06:03 PM rgw Bug #40170: radosgw response 500 error while putting object
liang sibin wrote:
> Casey Bodley wrote:
> > What s3 client are you using? Is this happening for all PUT requests? ...
Casey Bodley
06:00 PM rgw Bug #40255 (Fix Under Review): radosgw-admin bucket limit check percentage warnings don't work
Casey Bodley
05:58 PM rgw Bug #40304: "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
Casey Bodley
11:45 AM rgw Bug #40304 (In Progress): "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
https://github.com/ceph/ceph/pull/28530 Yuri Weinstein
05:57 PM rgw Bug #40178 (Pending Backport): rgw/OutputDataSocket: append_output(buffer::list&) says it will (b...
Matt Benjamin
05:57 PM Revision 7bc70e4c (ceph): Merge pull request #28415 from linuxbox2/wip-full-odsock
rgw/OutputDataSocket: actually discard data on full buffer Matt Benjamin
05:54 PM rgw Bug #18260: When uploading a large number of objects constantly, the objects number of bucket is ...
(See Mark's comment above.) Matt Benjamin
05:47 PM rgw Bug #39654: rgw: Put LC doesn't clear existing lifecycle
Casey Bodley
05:46 PM rgw Bug #39657 (In Progress): multisite: metadata sync does not keep retrying failed entries
Casey Bodley
05:45 PM rgw Backport #39660: nautilus: rgw: Segfault during request processing
Casey Bodley
08:27 AM rgw Backport #39660: nautilus: rgw: Segfault during request processing
Our production cluster at SWITCH.ch have the same issue with the radosgw.
Since we deployed radosgw 14.2.1 (Nautil...
Valery Tschopp
05:27 PM rbd Feature #40071 (In Progress): [rbd] mirror image enable/disable should enable/disable journaling
Mykola Golub
05:15 PM rgw Bug #40341 (Resolved): multisite: failed assert(cursor) in mdlog trimming
If the master zone doesn't have a copy of every period, it can crash in mdlog trimming:... Casey Bodley
05:08 PM Linux kernel client Bug #40340: kernel client stuck at opening forever after network outage.
Step to reproduce
1. [MDS]ceph --daemon /path-to-admin-socket/ session evict <client_id>
2. [Client] After 2M...
Xiaoxi Chen
05:02 PM Linux kernel client Bug #40340 (Can't reproduce): kernel client stuck at opening forever after network outage.
We dont retry(in ceph code) for sending create_session_open_msg. Thus once a network outage happen and mds evict the ... Xiaoxi Chen
04:48 PM Linux kernel client Bug #40339 (Resolved): kernel BUG at fs/ceph/mds_client.c:600! invalid opcode: 0000 [#1] SMP
It happens on 3.10.0-957.1.3.el7.x86_64
Back to that time,
1. there is a mds session stucking in "opening" due ...
Xiaoxi Chen
04:43 PM Revision 1feec7d4 (ceph): mds: fix corner case of replaying open sessions
Marking a session dirty may flush all existing dirty sessions. MDS
calls Server::finish_force_open_sessions() for log...
Yan, Zheng
04:43 PM Revision e177f625 (ceph): mds: ignore sessionmap version mismatch if mds_wipe_sessions is set
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 2a20605c0393692bae4780ef3bd0cc684995d028)
...
Yan, Zheng
04:05 PM Revision 9c6afa3f (ceph): qa: use curl in wait_for_radosgw() in util/rgw.py
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
04:01 PM rgw Bug #37615 (Pending Backport): The expected output of the "radosgw-admin reshard status" command ...
Casey Bodley
04:01 PM Revision 67c9b1c1 (ceph): Merge pull request #25496 from mkogan1/wip-rgw-dynamic-resharding-docs
rgw: update the "radosgw-admin reshard status"
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Reviewed-by: Matt...
Casey Bodley
03:44 PM CephFS Backport #40321 (In Progress): nautilus: test: extend mgr/volume test to cover new interfaces
Nathan Cutler
02:43 PM CephFS Backport #40321: nautilus: test: extend mgr/volume test to cover new interfaces
https://github.com/ceph/ceph/pull/28429 Ramana Raja
10:24 AM CephFS Backport #40321 (Resolved): nautilus: test: extend mgr/volume test to cover new interfaces
https://github.com/ceph/ceph/pull/28429 Nathan Cutler
03:42 PM Revision 7b843c83 (ceph): mgr/volume: set cephfs metadata bias at 4x
Count cephfs metadata at 4x regular rate so that the metadata pool scales
more aggressively than data pools.
Signed-...
Sage Weil
03:41 PM Revision edce31fd (ceph): mgr/volume: default to 16 PGs (min) for metadata pool
Set the min so that the pg_autoscaler won't scale it back down. Choose
something large enough that even for a large ...
Sage Weil
03:39 PM Support #40303: Average latency output in rados bench seems incorrect
Edit: We've run some more tests and it seems like it might be the Last Latency that is inconsistant with expected res... Matt Dunavant
03:23 PM bluestore Bug #40306: Pool dont show their true size after add more osd - Max Available 1TB
We have reboot the SSD/monitors nodes, nothing change same pool size. Manuel Rios
03:10 PM Revision c62f89fd (ceph): qa/rgw: skip swift tests on rhel 7.6+
swift bootstrap fails because libev-devel is not available
Fixes: http://tracker.ceph.com/issues/40304
Signed-off-b...
Casey Bodley
03:06 PM Revision e5f00d2f (ceph): debian/: use ceph-osd for packaging crimson-osd
* debian/: remove ceph-crimson-osd package.
* debian/control: set `CEPH_OSD_BASENAME` env variable, which
will be c...
Kefu Chai
02:48 PM CephFS Backport #40338 (In Progress): nautilus: mgr/volumes: Name 'sub_name' is not defined
https://github.com/ceph/ceph/pull/28429 Ramana Raja
02:47 PM CephFS Backport #40338 (Resolved): nautilus: mgr/volumes: Name 'sub_name' is not defined
https://github.com/ceph/ceph/pull/28429 Ramana Raja
02:44 PM RADOS Bug #40070: mon/OSDMonitor: target_size_bytes integer overflow
This was resolved by setting "ceph osd require-osd-release nautilus". Nathan Fish
02:39 PM CephFS Bug #40014 (Pending Backport): mgr/volumes: Name 'sub_name' is not defined
Ramana Raja
02:24 PM Revision bc84dfc8 (ceph): test: remove fs/test-volume.sh workunit
.. since its ported to python now.
Fixes: http://tracker.ceph.com/issues/39949
Signed-off-by: Venky Shankar <vshanka...
Venky Shankar
02:23 PM Revision 3dd4c983 (ceph): test: port fs/volume related tests to python
... and add subvolume related tests.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit d...
Venky Shankar
02:22 PM Revision 06279878 (ceph): mgr/volumes: fix error message
... when trying to remove a non-existent fs subvolume group
snapshot.
Fixes: http://tracker.ceph.com/issues/40014
Si...
Ramana Raja
01:39 PM rgw Bug #39551 (Pending Backport): multisite: RGWListBucketIndexesCR for data full sync needs pagination
Casey Bodley
01:35 PM rgw Bug #34307 (Resolved): radosgw: dynamic resharding does not drop old bucket indexes
Casey Bodley
01:33 PM rgw Bug #36763 (Pending Backport): rgw: set null version object issues
Casey Bodley
01:30 PM rgw Bug #39400 (Resolved): rgw: user is allowed to issue radosgw-admin rm bucket --bypass-gc on multi...
merged, backports tracked in http://tracker.ceph.com/issues/24991 Casey Bodley
01:24 PM rgw Bug #39629 (Fix Under Review): multisite: DELETE Bucket CORS is not forwarded to master zone
Casey Bodley
01:22 PM Dashboard Feature #40311 (New): mgr/dashboard: RGW-Multisite Management with multi-cluster feature
Stephan Müller
12:45 PM Dashboard Feature #40311 (Duplicate): mgr/dashboard: RGW-Multisite Management with multi-cluster feature
Alfonso Martínez
09:10 AM Dashboard Feature #40311 (New): mgr/dashboard: RGW-Multisite Management with multi-cluster feature
Implement RGW multi-site configuration, the fourth step to take for multi cluster management. Stephan Müller
12:48 PM Dashboard Feature #40337 (Resolved): mgr/dashboard: Display orchestrator hosts
mgr/dashboard: Display orchestrator hosts
possibly needs to be unified by host name with the existing host list
Sebastian Wagner
12:47 PM Dashboard Bug #40334: mgr/dashboard: Show Details of a row in a table (in a master details view) by default
This was mentioned and discussed here https://pad.ceph.com/p/dashboard-f2f-2019-general-best-practices. Ju Lim
12:47 PM Dashboard Bug #40334: mgr/dashboard: Show Details of a row in a table (in a master details view) by default
Relates to mgr/dashboard: Global/independent actions should not depend on row selection in a table (https://tracker.c... Ju Lim
12:46 PM Dashboard Bug #40334 (New): mgr/dashboard: Show Details of a row in a table (in a master details view) by d...
Problem:
In Ceph Dashboard, details are hard to find -- specifically, you need to know to select a table row so that...
Ju Lim
12:47 PM Dashboard Feature #40336 (Resolved): mgr/dashboard: Display orchestrator inventory
mgr/dashboard: Display orchestrator inventory Sebastian Wagner
12:46 PM Dashboard Feature #40335 (Resolved): mgr/dashboard: Create OSD on spare disks
mgr/dashboard: Create OSD on spare disks
use the orchestrator in the backend.
*Updated*
mockup sources/PDFs ca...
Sebastian Wagner
12:43 PM Dashboard Feature #34530 (Closed): mgr/dashboard: CdSubmitButton should be disabled if the form was not mod...
Tiago Melo
12:42 PM Dashboard Feature #40333: mgr/dashboard: Global/independent actions should not depend on row selection in a...
This was mentioned and discussed here https://pad.ceph.com/p/dashboard-f2f-2019-general-best-practices. Ju Lim
12:40 PM Dashboard Feature #40333 (New): mgr/dashboard: Global/independent actions should not depend on row selectio...
Currently, user has to select a row in a table in order to perform an Add/Create action. Global/independent actions ... Ju Lim
12:37 PM Dashboard Feature #40332 (Duplicate): mgr/dashboard: Make PGs in pool creation form optional if pg autoscal...
Make PGs in pool creation form optional if pg autoscaler is in use
https://docker.pkg.github.com/ceph/ceph/tree/ma...
Stephan Müller
12:31 PM Dashboard Bug #40331 (New): mgr/dashboard: Details should not display information that is shown in the table
"Details" about table items should not display redundant information. Details should not be provided, if the table al... Stephan Müller
12:29 PM Dashboard Bug #40330 (Resolved): mgr/dashboard: Warning about stale data makes it hard to click a certain row
Warning about Stale data in the datatable makes the content move up and down, making it hard to hit a certain row Stephan Müller
12:29 PM Dashboard Feature #40329 (Closed): mgr/dashboard: It should be possible to set an expiration date for the u...
As as admin I should be able to set a TTL for the password to expire.
It should be a cluster wide configuration.
p....
Tiago Melo
12:25 PM Dashboard Bug #40328 (New): mgr/dashboard: Permanent notifications instead of repeated notifications
Need more "permanent" notifications for persisting issues instead of repeated popping up notifications (e.g. when the... Stephan Müller
12:24 PM CephFS Feature #17434 (Fix Under Review): qa: background rsync task for FS workunits
Sidharth Anupkrishnan
12:21 PM rgw Backport #39601 (Resolved): nautilus: document CreateBucketConfiguration for s3 PUT Bucket request
Nathan Cutler
12:21 PM Revision 27c50b24 (ceph): Merge pull request #28512 from smithfarm/wip-39601-nautilus
nautilus: rgw: document CreateBucketConfiguration for s3 PUT Bucket request
Reviewed-by: Casey Bodley <cbodley@redha...
Nathan Cutler
11:52 AM Dashboard Bug #39996 (Resolved): mgr/dashboard: Angular is creating multiple instances of the same service
Tiago Melo
11:52 AM Dashboard Backport #40075 (Resolved): nautilus: mgr/dashboard: Angular is creating multiple instances of th...
Tiago Melo
11:18 AM Dashboard Backport #40075: nautilus: mgr/dashboard: Angular is creating multiple instances of the same service
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28312
merged
Yuri Weinstein
11:51 AM Dashboard Feature #39944 (Resolved): mgr/dashboard: Reduce the number of renders on the tables
Tiago Melo
11:51 AM Dashboard Backport #40076 (Resolved): nautilus: mgr/dashboard: Reduce the number of renders on the tables
Tiago Melo
11:17 AM Dashboard Backport #40076: nautilus: mgr/dashboard: Reduce the number of renders on the tables
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28315
merged
Yuri Weinstein
11:51 AM Dashboard Bug #39647 (Resolved): mgr/dashboard: Only one root node is shown in the crush map viewer
Tiago Melo
11:51 AM Dashboard Backport #40077 (Resolved): nautilus: mgr/dashboard: Only one root node is shown in the crush map...
Tiago Melo
11:17 AM Dashboard Backport #40077: nautilus: mgr/dashboard: Only one root node is shown in the crush map viewer
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28316
merged
Yuri Weinstein
11:50 AM Dashboard Bug #39963 (Resolved): mgr/dashboard: NFS clients information is not displayed in the details view
Tiago Melo
11:50 AM Dashboard Backport #40057 (Resolved): nautilus: mgr/dashboard: NFS clients information is not displayed in ...
Tiago Melo
11:16 AM Dashboard Backport #40057: nautilus: mgr/dashboard: NFS clients information is not displayed in the details...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28318
merged
Yuri Weinstein
11:50 AM Dashboard Bug #40017 (Resolved): mgr/dashboard: Some validations are not updated and prevent the submission...
Tiago Melo
11:49 AM Dashboard Backport #40030 (Resolved): nautilus: mgr/dashboard: Some validations are not updated and prevent...
Tiago Melo
11:15 AM Dashboard Backport #40030: nautilus: mgr/dashboard: Some validations are not updated and prevent the submis...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28319
merged
Yuri Weinstein
11:49 AM Dashboard Bug #39327 (Resolved): mgr/dashboard: NFS export creation: Add more info to the validation messag...
Tiago Melo
11:49 AM Dashboard Backport #39975 (Resolved): nautilus: mgr/dashboard: NFS export creation: Add more info to the va...
Tiago Melo
11:14 AM Dashboard Backport #39975: nautilus: mgr/dashboard: NFS export creation: Add more info to the validation me...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28320
merged
Yuri Weinstein
11:35 AM Revision 423c28fb (ceph): cmake: update built libs of SPDK and DPDK
we need to link against these new libs for fulfilling the dependencies
required by new SPDK.
Signed-off-by: Kefu Cha...
Kefu Chai
11:35 AM Revision 485017a3 (ceph): cmake: set ccache for rocksdb
should use launcher to set ccache
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:35 AM Revision b3cac157 (ceph): cmake: silence GCC-9 warnings from rocksdb
GCC-9 complains:
rocksdb/db/version_edit.h:86:8: warning: implicitly-declared ‘constexpr
rocksdb::FileDescriptor::Fi...
Kefu Chai
11:35 AM Revision 764de840 (ceph): cmake: silence -Waddress-of-packed-member warnings from SPDK
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:35 AM Revision b2bdd3f9 (ceph): cmake: disable isal and vhost support of SPDK
* isal needs nasm, which is a new dependency. so let's disable it
at this moment.
* vhost requires DPDK compiled wi...
Kefu Chai
11:34 AM Revision bc999e5f (ceph): spdk: pick up latest spdk
to silence the warnings reported by GCC-9
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:20 AM Dashboard Bug #40012 (Resolved): mgr/dashboard: Error creating NFS client without squash
Nathan Cutler
11:20 AM Dashboard Backport #40074 (Resolved): nautilus: mgr/dashboard: Error creating NFS client without squash
Nathan Cutler
11:13 AM Dashboard Backport #40074: nautilus: mgr/dashboard: Error creating NFS client without squash
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28311
merged
Yuri Weinstein
11:18 AM Revision a8245934 (ceph): Merge pull request #28312 from tspmelo/wip-40075-nautilus
nautilus: mgr/dashboard: Angular is creating multiple instances of the same service
Reviewed-by: Lenz Grimmer <lgrim...
Yuri Weinstein
11:17 AM Revision 8a90e81a (ceph): Merge pull request #28315 from tspmelo/wip-40076-nautilus
nautilus: mgr/dashboard: Reduce the number of renders on the tables
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Yuri Weinstein
11:17 AM Revision 601a41b8 (ceph): Merge pull request #28316 from tspmelo/wip-40077-nautilus
nautilus: mgr/dashboard: Only one root node is shown in the crush map viewer
Reviewed-by: Lenz Grimmer <lgrimmer@sus...
Yuri Weinstein
11:16 AM Revision cc6b5f65 (ceph): Merge pull request #28318 from tspmelo/wip-40057-nautilus
nautilus: mgr/dashboard: NFS clients information is not displayed in the details view
Reviewed-by: Ricardo Marques <...
Yuri Weinstein
11:15 AM Revision c026b677 (ceph): Merge pull request #28319 from tspmelo/wip-40030-nautilus
nautilus: mgr/dashboard: Some validations are not updated and prevent the submission of a form
Reviewed-by: Laura Pa...
Yuri Weinstein
11:14 AM Revision 4de12cac (ceph): Merge pull request #28320 from tspmelo/wip-39975-nautilus
nautilus: mgr/dashboard: NFS export creation: Add more info to the validation message of the field Pseudo
Reviewed-b...
Yuri Weinstein
11:13 AM Revision 6520a3bc (ceph): Merge pull request #28311 from tspmelo/wip-40074-nautilus
nautilus: mgr/dashboard: Error creating NFS client without squash
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Revi...
Yuri Weinstein
11:05 AM Revision 340726ec (ceph): journal: wait for in flight advance sets on stopping recorder
Before object overflow detection optimization (83461c42b) the
overflow was detected when trying to send data, so when...
Mykola Golub
10:57 AM RADOS Backport #39743 (In Progress): nautilus: mon: "FAILED assert(pending_finishers.empty())" when pax...
https://github.com/ceph/ceph/pull/28528 Prashant D
10:42 AM Dashboard Bug #38953: mgr/dashboard: Fix the border radius of buttons/inputs
During the F2F we decided to use square borders. Tiago Melo
10:38 AM Revision ba4167c2 (ceph): rgw: provide admin friendly reshard status output
Signed-off-by: Mark Kogan <mkogan@redhat.com> Mark Kogan
10:32 AM Dashboard Feature #37402: mgr/dashboard: Merge Background task list and alerts/notifications into a single ...
We should convert the popup into a notification sidebar. Like Trello does. Tiago Melo
10:26 AM CephFS Backport #40327 (Resolved): mimic: mds: evict stale client when one of its write caps are stolen
https://github.com/ceph/ceph/pull/28585 Nathan Cutler
10:26 AM CephFS Backport #40326 (Resolved): nautilus: mds: evict stale client when one of its write caps are stolen
https://github.com/ceph/ceph/pull/28583 Nathan Cutler
10:25 AM CephFS Backport #40325 (Rejected): mimic: ceph_volume_client: d_name needs to be converted to string bef...
https://github.com/ceph/ceph/pull/29766 Nathan Cutler
10:25 AM CephFS Backport #40324 (Resolved): nautilus: ceph_volume_client: d_name needs to be converted to string ...
https://github.com/ceph/ceph/pull/28609 Nathan Cutler
10:24 AM CephFS Backport #40323 (Rejected): luminous: ceph_volume_client: d_name needs to be converted to string ...
Nathan Cutler
10:24 AM RADOS Backport #40322 (Resolved): nautilus: nautilus with requrie_osd_release < nautilus cannot increas...
https://github.com/ceph/ceph/pull/29671 Nathan Cutler
10:23 AM Backport #40320 (Resolved): mimic: "make: *** [hello_world_cpp] Error 127" in rados
https://github.com/ceph/ceph/pull/29203 Nathan Cutler
10:23 AM Backport #40319 (Resolved): nautilus: "make: *** [hello_world_cpp] Error 127" in rados
https://github.com/ceph/ceph/pull/29204 Nathan Cutler
10:23 AM Backport #40318 (Resolved): luminous: "make: *** [hello_world_cpp] Error 127" in rados
https://github.com/ceph/ceph/pull/30945 Nathan Cutler
10:22 AM CephFS Backport #40314 (Resolved): nautilus: cephfs-shell: Incorrect error message is printed in 'lcd' c...
https://github.com/ceph/ceph/pull/28681 Nathan Cutler
10:22 AM CephFS Backport #40313 (Resolved): nautilus: cephfs-shell: 'lls' command errors
https://github.com/ceph/ceph/pull/28681 Nathan Cutler
09:21 AM Dashboard Feature #40312 (New): mgr/dashboard: Improve RBD mirroring support
Once the Dashboard is capable of obtaining information from remote clusters, the workflow of configuring RBD mirrorin... Lenz Grimmer
09:08 AM Dashboard Feature #40310 (New): mgr/dashboard: Create a landing page (aggregated overview) page
Create a landing page (aggregated overview) page, the third step to take for multi cluster management. Stephan Müller
09:06 AM Dashboard Feature #40309 (New): mgr/dashboard: Implement the authentication configuration with multiple Clu...
Pairing of different cluster dashboards from web-ui, the second step to take for multi cluster management. Stephan Müller
09:05 AM Dashboard Feature #40308 (New): mgr/dashboard: Implement authentication with multiple Clusters in CLI
Pairing of different cluster dashboards from commandline, the first step to take for multi cluster management. Stephan Müller
09:01 AM Dashboard Feature #40307 (New): mgr/dashboard: multi-cluster management
This is a high level epic to cover gather all multi-cluster related features.
The discussions held in Fulda F2F:
...
Ernesto Puerta
09:01 AM Revision 12ab3fcc (ceph): Merge pull request #28446 from tspmelo/wip-prepare-backport
script/ceph-backport.sh: Add prepare function
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Nath...
Nathan Cutler
08:32 AM Bug #40292 (Fix Under Review): ceph-cli missing valid command
Chang Liu
08:23 AM Dashboard Bug #40051 (Duplicate): mgr/dashboard: Dashboard login page broken; summary returns 401
There was an adaptation in a file missing (namely the access_control.py), but it has already been merged to the maste... Patrick Seidensal
08:15 AM Revision 369df5c8 (ceph): common: sort best-matched commond by req argument count
Fixes: http://tracker.ceph.com/issues/40292
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
Chang Liu
07:40 AM RADOS Bug #40294: librados mon_command json parser int/float type problem
Greg Farnum wrote:
> What's the failure mode? What version are you running against?
ceph version is 14.2.1
i a...
Dominik Csapak
07:26 AM Revision 92ee1c7b (ceph): qa/workunits/rbd: fix compare_images and compare_image_snapshots
Due to pipe, sdiff return code was ignored. Also the compare functions
spent most of time in xxd, which was normally ...
Mykola Golub
07:26 AM rbd Support #40302: rbd-mirror: how to ensure the data consistency in secondary cluster
Hi Jason,
After a second thought, I think that's not a good idea. We really should not wish an application-consis...
Yang Dongsheng
07:07 AM rgw Support #40205: [librgw] Change the administrative metadata settings of a upload object
Does anyone know how to embrace two Unix file attributes RGW_ATTR_UNIX_KEY1("unix-key1") and RGW_ATTR_UNIX1("unix1") ... Kunyang Fan
06:55 AM rgw Feature #40289: [radosgw] Add the rgw file settings of a upload object
Does anyone know how to embrace two Unix file attributes RGW_ATTR_UNIX_KEY1("unix-key1") and RGW_ATTR_UNIX1("unix1") ... Kunyang Fan
05:40 AM Revision a28de7a1 (ceph): common/options: make mon_clean_pg_upmaps_per_chunk unsigned
we don't use a negative number for some different purpose, for instance,
for disabling this option. and this helps to...
Kefu Chai
02:35 AM Revision 7597a9ad (ceph): osd: cleanup: Use the specific sched_time to see if scrub user requested
Replace bool scrub_registered with check of scrub_reg_stamp
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
02:19 AM Revision 4ad87496 (ceph): mon: paxos: introduce new reset_pending_committing_finishers for safety
There are asserts about the state of the system and pending_finishers which can
be triggered by running arbitrary com...
Greg Farnum
02:17 AM mgr Bug #40156: deadlock on MonCommandCompletion
Is this same as http://tracker.ceph.com/issues/38537? haitao chen
12:36 AM Revision 494d6249 (ceph): Merge pull request #28515 from hvhaugwitz/mondb-recovery-script
doc: update mondb recovery script
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

06/12/2019

10:36 PM Revision 143c1da2 (ceph): qa/tasks/cbt.py: add support for client_endpoints
Note that this will only work for librbdfio for now.
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
10:31 PM bluestore Bug #40306 (Resolved): Pool dont show their true size after add more osd - Max Available 1TB
Hi
Last night we added 4 disk class ssd to our cluster in a host.
We added normaly without problem but at dashb...
Manuel Rios
10:26 PM mgr Bug #40011: ceph -s shows wrong number of pools when pool was deleted
It looks to me like `ceph status` is getting this state not from the ceph-mgr but from the MgrStatMonitor PaxosServic... Noah Watkins
06:15 PM mgr Bug #40011: ceph -s shows wrong number of pools when pool was deleted
https://bugzilla.redhat.com/show_bug.cgi?id=1705464 Noah Watkins
09:33 PM CephFS Bug #40288 (Closed): mds: lost mds journal when hot-standby mds switch occurs
Greg Farnum
12:58 PM CephFS Bug #40288: mds: lost mds journal when hot-standby mds switch occurs
Sorry, there doesn't seems to have any problem, it's my misunderstanding. Turn off this issue please, thank you! Ivan Guan
02:51 AM CephFS Bug #40288 (Closed): mds: lost mds journal when hot-standby mds switch occurs
ceph version: jewel 10.2.2
mds mode: hot-standby
There is a risk mds lost some event because it wake up waiters...
Ivan Guan
09:31 PM CephFS Bug #40243 (Pending Backport): cephfs-shell: Incorrect error message is printed in 'lcd' command
Patrick Donnelly
09:30 PM Revision 2be64ebd (ceph): Merge PR #28473 into master
* refs/pull/28473/head:
cephfs-shell: Catch OSError exceptions in lcd
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Patrick Donnelly
09:30 PM CephFS Bug #40244 (Pending Backport): cephfs-shell: 'lls' command errors
Patrick Donnelly
09:29 PM Revision 62ba1c01 (ceph): Merge PR #28475 into master
* refs/pull/28475/head:
cephfs-shell: Fix 'lls' command errors
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:27 PM Revision 4627f6ed (ceph): Merge PR #28407 into master
* refs/pull/28407/head:
mgr/volumes: fix error message
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:27 PM CephFS Bug #39949 (Pending Backport): test: extend mgr/volume test to cover new interfaces
Patrick Donnelly
09:27 PM Revision c28ae697 (ceph): Merge PR #27856 into master
* refs/pull/27856/head:
test: remove fs/test-volume.sh workunit
test: port fs/volume related tests to python
Revie...
Patrick Donnelly
09:18 PM RADOS Bug #40193: Changing pg_num and other pool settings are ignored
Also check your cluster health — according to the monitor it's got "736 pgs creating" which is unusual, and probably ... Greg Farnum
09:15 PM RADOS Bug #40193 (Duplicate): Changing pg_num and other pool settings are ignored
Josh Durgin
09:17 PM CephFS Bug #39406 (Pending Backport): ceph_volume_client: d_name needs to be converted to string before ...
Patrick Donnelly
09:16 PM Revision 2c8b4eaa (ceph): Merge PR #28196 into master
* refs/pull/28196/head:
ceph_volume_client: decode d_name before using it
Reviewed-by: Patrick Donnelly <pdonnell@r...
Patrick Donnelly
09:15 PM Revision 9e177147 (ceph): Merge PR #28221 into master
* refs/pull/28221/head:
qa/tasks/cephfs/test_volume_client: print py2 or py3 which the test case runs
Reviewed-by: ...
Patrick Donnelly
09:14 PM RADOS Bug #39570 (Pending Backport): nautilus with requrie_osd_release < nautilus cannot increase pg_num
Neha Ojha
09:10 PM RADOS Bug #40245: filestore::read() does not assert on EIO
Oh, this originated in the Red Hat tracker: https://bugzilla.redhat.com/show_bug.cgi?id=1682967
More discussion ha...
Greg Farnum
09:08 PM Revision 95a20e41 (ceph): Merge pull request #28416 from yuriw/wip-yuriw-40181-nautilus
qa/tests: added v14.2.1
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
09:07 PM CephFS Bug #38326 (Pending Backport): mds: evict stale client when one of its write caps are stolen
Zheng, any issues backporting this? Patrick Donnelly
09:07 PM RADOS Bug #40294: librados mon_command json parser int/float type problem
What's the failure mode? What version are you running against? Greg Farnum
10:26 AM RADOS Bug #40294 (New): librados mon_command json parser int/float type problem
for some commands there is a parameterof type float,
e.g. for 'osd reweight' there is the parameter 'weight' of type...
Dominik Csapak
09:07 PM Revision 97e71e64 (ceph): Merge PR #26737 into master
* refs/pull/26737/head:
qa/cephfs: update tests for stale session handling
mds: change how mds revoke stale caps
m...
Patrick Donnelly
09:05 PM rgw Bug #40304: "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
unless we can get libev-devel from some other repo, i'd recommend skipping the swift task when run against rhel7.6 Casey Bodley
08:33 PM rgw Bug #40304: "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
libev-devel isn't available in RHEL7.6. https://github.com/ceph/ceph-cm-ansible/commit/12b0bbd28d38603bf5dadcd58883a... David Galloway
08:30 PM rgw Bug #40304 (Resolved): "/bootstrap: missing required packages" in upgrade:nautilus-p2p-nautilus
Run: http://pulpito.ceph.com/yuriw-2019-06-12_00:25:58-upgrade:nautilus-p2p-nautilus-distro-basic-smithi/
Jobs: all ...
Yuri Weinstein
08:49 PM Revision 0ff309ad (ceph): Merge pull request #28518 from yuriw/wip-yuriw-crontab-master
qa/tests: removed upgrade/client-upgrade-hammer becasue ubuntu 14.04 … Yuri Weinstein
08:45 PM ceph-volume Bug #40100: Missing block.wal and block.db symlinks on restart
I do not know the consequences in case "ceph-volume simple" is used. I added a control "if sub_command == 'lvm':" David Casier
07:25 PM ceph-volume Bug #40100: Missing block.wal and block.db symlinks on restart
Proposal pull request (from the work of coreycb) : https://github.com/ceph/ceph/pull/28520
In the coreycb proposa...
David Casier
08:41 PM CephFS Bug #40305 (New): qa: spurious unresponsive client causes eviction due to valgrind/multimds
... Patrick Donnelly
07:45 PM Revision 159ad969 (ceph): Merge pull request #28466 from hoerup/update-releases
Doc: update release schedule
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Noah Watkins <nwatkins@redhat.co...
Neha Ojha
07:44 PM Revision 93b6344a (ceph): Merge pull request #28519 from ceph/backport-luminous-28060
luminous: ceph-volume: use the Device.rotational property instead of sys_api
Reviewed-by: Andrew Schoen <aschoen@red...
Andrew Schoen
05:25 PM Dashboard Bug #40051: mgr/dashboard: Dashboard login page broken; summary returns 401
I used this and it worked.
Can you please try the following:
Manually apply the change posted at https://github...
Edward Kalk
04:44 PM Dashboard Bug #40051: mgr/dashboard: Dashboard login page broken; summary returns 401
"When attempting to login to a newly-configured Dashboard, using the correct password, the login page appears to refr... Edward Kalk
10:24 AM Dashboard Bug #40051: mgr/dashboard: Dashboard login page broken; summary returns 401
For the docker based development environment, I was able to reproduce(not always) the issue by changing the timezone ... Kanika Murarka
05:13 PM Revision d7e3d093 (ceph): ceph-volume: skip missing interpreters when running tox tests
This will skip tests for versions of python that don't exist on the node
that's running the tests.
Signed-off-by: An...
Andrew Schoen
05:12 PM Revision 42a04ff1 (ceph): Doc: update release schedule
Added nautilus + the latest releases from mimic and luminous
in order to keep dumpling column, ceph_releases is modif...
Torben Hørup
05:09 PM rbd Support #24953: Bad performance when enable journaling feature for rbd
Hi Jason,
As mentioned, we cooked a patchset to implement the idea about this. In general, there are some patches ...
Yang Dongsheng
05:01 PM Revision b98506c8 (ceph): ceph-volume: use the Device.rotational property instead of sys_api
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1666822
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(che...
Andrew Schoen
05:01 PM Revision 6c0ab56a (ceph): Merge pull request #28470 from yuvalif/wip-yuval-sync-type-pubsub
rgw/pubsub: use incremental sync for pubsub module by default Yuval Lifshitz
04:56 PM Bug #40199: Debian Package Repositories - Missing packages in Packages file
Hi Oliver,
We actually haven't built Ceph for Debian since Luminous due to (I think) it not having a new enough ve...
David Galloway
04:43 PM Revision d92840b5 (ceph): test: port fs/volume related tests to python
... and add subvolume related tests.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
04:43 PM Revision 0d044a97 (ceph): test: remove fs/test-volume.sh workunit
.. since its ported to python now.
Fixes: http://tracker.ceph.com/issues/39949
Signed-off-by: Venky Shankar <vshanka...
Venky Shankar
04:39 PM Support #40303 (Closed): Average latency output in rados bench seems incorrect
Seen on ceph version 14.2.1 (d555a9489eb35f84f2e1ef49b77e19da9d113972) nautilus (stable)... Matt Dunavant
04:36 PM rbd Support #40302 (New): rbd-mirror: how to ensure the data consistency in secondary cluster
When we are using rbd-mirror, we found a problem when we are going to start service on secondary image, where device-... Yang Dongsheng
04:16 PM CephFS Bug #40014: mgr/volumes: Name 'sub_name' is not defined
Ramana Raja wrote:
> Venky Shankar wrote:
> > Ramana, I think we should just mention that this issue will be fixed ...
Venky Shankar
04:13 PM Revision 524e339a (ceph): qa/tests: removed upgrade/client-upgrade-hammer becasue ubuntu 14.04 is...
Also removed ubuntu 14.04 filters
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
03:52 PM mgr Bug #40206 (Closed): pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribut...
Nathan Cutler
03:50 PM mgr Bug #40206: pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribute 'iterva...
Created bug report with Gentoo: https://bugs.gentoo.org/687946
This SCR can be closed, since it's not a ceph proje...
Michael Jones
09:58 AM mgr Bug #40206: pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribute 'iterva...
> What's going on with -DMGR_PYTHON_VERSION ? Does that default to ONLY python2? Or does it default to one of the oth... Nathan Cutler
03:52 PM rgw Bug #38938 (Resolved): multisite: sync status on master zone does not show "oldest incremental ch...
Nathan Cutler
03:52 PM rgw Backport #38958 (Resolved): luminous: multisite: sync status on master zone does not show "oldest...
Nathan Cutler
03:41 PM rgw Backport #38958: luminous: multisite: sync status on master zone does not show "oldest incrementa...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27453
merged
Yuri Weinstein
03:51 PM rgw Backport #39227 (Resolved): luminous: rgw_file: can't retrieve etag of empty object written throu...
Nathan Cutler
03:39 PM rgw Backport #39227: luminous: rgw_file: can't retrieve etag of empty object written through NFS
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27881
merged
Yuri Weinstein
03:44 PM rgw Bug #23587 (Resolved): rgw:failed to pass test_bucket_create_naming_bad_punctuation in s3test
Nathan Cutler
03:44 PM rgw Backport #39360 (Resolved): luminous: rgw:failed to pass test_bucket_create_naming_bad_punctuatio...
Nathan Cutler
03:40 PM rgw Backport #39360: luminous: rgw:failed to pass test_bucket_create_naming_bad_punctuation in s3test
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27668
merged
Yuri Weinstein
03:44 PM rgw Bug #26965 (Resolved): Compliance to aws s3's relaxed query handling behaviour
Nathan Cutler
03:44 PM rgw Backport #39358 (Resolved): luminous: Compliance to aws s3's relaxed query handling behaviour
Nathan Cutler
03:40 PM rgw Backport #39358: luminous: Compliance to aws s3's relaxed query handling behaviour
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27668
merged
Yuri Weinstein
03:43 PM rgw Backport #39180 (Resolved): luminous: rgw: orphans find perf improvments
Nathan Cutler
03:39 PM rgw Backport #39180: luminous: rgw: orphans find perf improvments
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28314
merged
Yuri Weinstein
03:41 PM Revision f838c4f7 (ceph): Merge pull request #27453 from pdvian/wip-38958-luminous
luminous: rgw-admin: fix data sync report for master zone
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:40 PM Revision f63746cf (ceph): Merge pull request #27668 from smithfarm/wip-39360-luminous
luminous: rgw: failed to pass test_bucket_create_naming_bad_punctuation in s3test
Reviewed-by: Casey Bodley <cbodley...
Yuri Weinstein
03:39 PM Revision e9078ece (ceph): Merge pull request #27881 from pdvian/wip-39227-luminous
luminous: rgw_file: save etag and acl info in setattr
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:39 PM Revision 4b0cf8de (ceph): Merge pull request #28314 from smithfarm/wip-39180-luminous
luminous: rgw: orphans find perf improvments
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:36 PM bluestore Bug #40300: ceph-osd segfault: "rocksdb: Corruption: file is too short"
To add some info.
All of our 6 radosgw, behind a nginx load balancer, logs are full with such messages:
...
2...
Valery Tschopp
03:28 PM bluestore Bug #40300: ceph-osd segfault: "rocksdb: Corruption: file is too short"
*Possibly* helpful pointers:
http://lists.ceph.com/pipermail/ceph-users-ceph.com/2018-November/031595.html
Bug ...
Florian Haas
02:24 PM bluestore Bug #40300 (New): ceph-osd segfault: "rocksdb: Corruption: file is too short"
Cluster is Nautilus 14.2.1, 350 OSDs with BlueStore.
Steps that led to the problem:
1. There is a bucket with ...
Harald Staub
03:33 PM Revision f019fc09 (ceph): qa/valgrind.supp: be slightly less specific on suppression
I am seeing this trace, which matches except for the
'fun:_ZN15AsyncConnection7processEv' frame.
<error>
<unique>0...
Sage Weil
03:32 PM Backport #40301 (In Progress): nautilus: OBS fails to build master due to RPATH issue
Nathan Cutler
03:32 PM Backport #40301 (Resolved): nautilus: OBS fails to build master due to RPATH issue
https://github.com/ceph/ceph/pull/28516 Nathan Cutler
03:32 PM Revision 4601a819 (ceph): cmake: set empty-string RPATH for ceph-osd
Fixes: http://tracker.ceph.com/issues/40295
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
03:16 PM Revision 65c64254 (ceph): doc: update mondb recovery script
- be specific about stopped OSDs
- add missing '--no-mon-config' option
- fix indent of here script delimiting identi...
Hannes von Haugwitz
03:06 PM CephFS Bug #40093: qa: client mount cannot be forcibly unmounted when all MDS are down
/ceph/teuthology-archive/pdonnell-2019-06-11_01:05:56-fs-wip-pdonnell-testing-20190610.220401-distro-basic-smithi/402... Patrick Donnelly
03:05 PM Bug #40295 (Pending Backport): OBS fails to build master due to RPATH issue
Kefu Chai
10:44 AM Bug #40295 (Fix Under Review): OBS fails to build master due to RPATH issue
Nathan Cutler
10:38 AM Bug #40295 (Resolved): OBS fails to build master due to RPATH issue
The following FTBFS happens on ppc64le in the OpenSUSE Build Service:... Nathan Cutler
03:05 PM Revision 2c968353 (ceph): Merge pull request #28508 from smithfarm/wip-40295
cmake: set empty-string RPATH for ceph-osd
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Kefu Chai <kchai@...
Kefu Chai
02:16 PM Messengers Bug #40209: msg: connection thrash failure causes mon to be marked down
More failures:... Patrick Donnelly
02:11 PM Revision 18eacb6e (ceph): Merge PR #22446 into master
* refs/pull/22446/head:
relicense LGPL-2.1 code as LGPL-2.1 or LGPL-3.0
COPYING: add reference to a few Apache-2.0 ...
Sage Weil
01:47 PM CephFS Feature #24880: pybind/mgr/volumes: restore from snapshot
ceph-csi ticket: https://github.com/ceph/ceph-csi/issues/411
Ramana, I'm reassigning this to you. We need this d...
Patrick Donnelly
01:37 PM CephFS Bug #40297 (Fix Under Review): cephfs-shell: Produces TypeError on passing '*' pattern to ls, rm ...
Varsha Rao
12:58 PM CephFS Bug #40297 (Resolved): cephfs-shell: Produces TypeError on passing '*' pattern to ls, rm or rmdir
... Varsha Rao
01:37 PM CephFS Bug #40298 (Fix Under Review): cephfs-shell: 'rmdir *' does not remove all directories
Varsha Rao
01:15 PM CephFS Bug #40298 (Resolved): cephfs-shell: 'rmdir *' does not remove all directories
... Varsha Rao
01:30 PM CephFS Feature #40299 (Resolved): mgr/volumes: allow setting mode on fs subvol, subvol group
Allow setting mode bits(directory permissions) when creating fs subvolume, and fs subvolume group through the CLI.
...
Ramana Raja
01:18 PM CephFS Bug #22038: ceph-volume-client: rados.Error: command not known
Note: luminous backport is tracked by #40182, where cbbdd0da7d40e4e5def5cc0b9a9250348e71019f is also being backported... Nathan Cutler
01:05 PM CephFS Bug #40182: luminous: pybind: luminous volume client breaks against nautilus cluster
Patrick Donnelly wrote:
> Are there any other issues?
A couple more. PR is updated.
Jan Fajerski
01:00 PM Revision 48c00ba6 (ceph): qa: fix mdsmap lookup
We were returning the file system structure and not the mdsmap.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com...
Patrick Donnelly
12:48 PM Revision c40f3f60 (ceph): ceph-volume-client: fix command argument order
Fixes: http://tracker.ceph.com/issues/22038
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
12:46 PM Revision 82d95c4a (ceph): qa: use fs rm_data_pool
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit b897ef9445e31004595df4d6243ac8333691...
Patrick Donnelly
12:46 PM Dashboard Backport #40189: nautilus: mgr/dashboard: misplaced objects not shown anymore
The link to the PR is broken. Patrick Seidensal
10:27 AM Dashboard Backport #40189 (In Progress): nautilus: mgr/dashboard: misplaced objects not shown anymore
Alfonso Martínez
12:46 PM Dashboard Feature #40296 (In Progress): mgr/dashboard: Maintain and improve code coverage on dashboard PRs
Find "github plugins":https://github.com/marketplace?utf8=%E2%9C%93&query=coverage or extend Jenkins to enforce a tes... Stephan Müller
12:33 PM Revision 906883df (ceph): ceph_volume_client: fix usage of get_mds_map()
get_mds_map() is an instance method, and not a global
function. Use it as such.
Fixes: http://tracker.ceph.com/issue...
Ramana Raja
12:33 PM Revision 37a2c3b5 (ceph): ceph_volume_client: remove use of obsolete mds cmd
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit cbbdd0da7d40e4e5def5cc0b9a9250348e71...
Patrick Donnelly
12:26 PM rgw Backport #39601 (In Progress): nautilus: document CreateBucketConfiguration for s3 PUT Bucket req...
Nathan Cutler
12:26 PM Revision 635f0c5b (ceph): doc/rgw: document CreateBucketConfiguration for s3 PUT Bucket api
Fixes: http://tracker.ceph.com/issues/39597
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
12:14 PM Revision 5969f85a (ceph): selinux: Update the policy for RHEL8
We hit a couple more SELinux denials when running ceph on RHEL8. The
dac_read_search change is related to a kernel ch...
Boris Ranto
12:00 PM Revision 40768c36 (ceph): script/ceph-backport.sh: Add prepare function
Add a new flag, --prepare, that when used will fetch all necessary info and
cherrypick all original commits automatic...
Tiago Melo
11:48 AM Bug #40155 (Pending Backport): "make: *** [hello_world_cpp] Error 127" in rados
Kefu Chai
11:47 AM Revision ca491784 (ceph): Merge pull request #28484 from tchaikov/wip-test_librados_build
qa/workunits/rados/test_librados_build.sh: install build deps
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Kefu Chai
11:29 AM Revision 53cf43ad (ceph): Merge pull request #28486 from tchaikov/wip-remove-digest-from-buffer.h
buffer,crypto,tools: extract digest methods out of bufferlist
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: ...
Kefu Chai
11:21 AM Revision a87a3657 (ceph): Merge pull request #28494 from ricardoasmarques/update-iscsi-dependenci...
doc: Update 'python-rtslib' and 'tcmu-runner' min versions
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
10:40 AM Revision b793c55b (ceph): cmake: set empty-string RPATH for ceph-osd
Fixes: http://tracker.ceph.com/issues/40295
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
10:18 AM Dashboard Bug #39036 (Resolved): mgr/dashboard: Validate if any client belongs to more than one group
Nathan Cutler
10:15 AM Dashboard Feature #24672: mgr/dashboard: Prevent user from accessing unallowed pages
Ricardo Dias
10:15 AM Dashboard Bug #24453 (Resolved): mgr/dashboard: Manager should complain about wrong dashboard certificate
Nathan Cutler
10:14 AM Dashboard Backport #39346 (Resolved): nautilus: mgr/dashboard: Manager should complain about wrong dashboar...
Nathan Cutler
10:14 AM RADOS Bug #39164 (Resolved): "sudo yum -y install python34-cephfs" fails on mimic
Nathan Cutler
10:14 AM RADOS Backport #39236 (Resolved): nautilus: "sudo yum -y install python34-cephfs" fails on mimic
Nathan Cutler
10:12 AM RADOS Backport #39239 (Resolved): luminous: "sudo yum -y install python34-cephfs" fails on mimic
Nathan Cutler
10:00 AM rbd Backport #39675 (Resolved): nautilus: [test] possible race condition in rbd-nbd disconnect
Nathan Cutler
09:53 AM CephFS Backport #40169: nautilus: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.40055...
Oops! Sorry, I didn't notice this was assigned to David. Nathan Cutler
09:46 AM Revision 0072d487 (ceph): qa/workunits/rados/test_envlibrados_for_rocksdb: use helper script
instead of having its own copy of `install()`, try to leverage the
helper in ceph-helpers-root.sh.
Signed-off-by: Ke...
Kefu Chai
09:46 AM Revision be89e66f (ceph): qa/workunits/rados/test_librados_build.sh: install build deps
to build helloworld of librados, we need to install the build
dependencies.
Fixes: https://tracker.ceph.com/issues/4...
Kefu Chai
09:46 AM Revision b76a6c72 (ceph): qa/workunits/rados/test_envlibrados_for_rocksdb: support SUSE distros
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:42 AM RADOS Backport #39420 (Resolved): luminous: Don't mark removed osds in when running "ceph osd in any|al...
Nathan Cutler
09:41 AM Messengers Bug #39367 (Resolved): print client IP in default debug_ms log level when "bad crc in {front|midd...
Nathan Cutler
09:41 AM Messengers Backport #39463 (Resolved): luminous: print client IP in default debug_ms log level when "bad crc...
Nathan Cutler
09:38 AM rbd Backport #40293 (Resolved): nautilus: rbd-nbd return correctly error message when no-match device.
https://github.com/ceph/ceph/pull/29315 Nathan Cutler
09:34 AM Backport #19223: jewel: osd crashes during hit_set_trim and hit_set_remove_all if hit set object ...
Lazuardi Nasution wrote:
> It seem that this problem still happen on Mimic.
The master bug report #19185 was clos...
Nathan Cutler
09:32 AM Revision e8e72319 (ceph): qa/workunits/ceph-helpers-root: use /etc/os-release instead
as lsb_release does not work on SUSE distros
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:30 AM CephFS Backport #39209 (Resolved): nautilus: mds: mds_cap_revoke_eviction_timeout is not used to initial...
Nathan Cutler
09:23 AM Bug #40292 (Resolved): ceph-cli missing valid command
In this scenario, there are some commands of the same length, one of which has one optional argument. At this time, w... Chang Liu
09:22 AM Dashboard Bug #39607 (Resolved): mgr/dashboard: iSCSI should allow exporting an RBD image with Journaling e...
Ricardo Marques
09:16 AM Revision 810b69d4 (ceph): Merge pull request #28465 from tchaikov/wip-xio-cleanup
include/config-h.in.cmake: remove HAVE_XIO
Reviewed-by: Xie Xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Sage Weil ...
Kefu Chai
09:11 AM Dashboard Feature #39494 (In Progress): mgr/dashboard: Add overview landing page for RGW
Kanika Murarka
08:47 AM Dashboard Bug #39578 (Resolved): mgr/dashboard: iSCSI form does not support IPv6
Ricardo Marques
08:46 AM Dashboard Backport #39454 (Resolved): nautilus: mgr/dashboard: Validate if any client belongs to more than ...
Ricardo Marques
08:45 AM Dashboard Backport #39616 (Resolved): nautilus: mgr/dashboard: iSCSI should allow exporting an RBD image wi...
Ricardo Marques
08:45 AM Dashboard Backport #39631 (Resolved): nautilus: mgr/dashboard: iSCSI form does not support IPv6
Ricardo Marques
08:32 AM Revision 111d10df (ceph): cmake: move boost patch to cmake/modules
as it's used by cmake only
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:04 AM Dashboard Cleanup #39384 (Resolved): mgr/dashboard: Unify the look of dashboard charts
Tiago Melo
08:03 AM Dashboard Backport #39961 (Resolved): nautilus: mgr/dashboard: Unify the look of dashboard charts
Tiago Melo
08:03 AM Dashboard Bug #39954 (Resolved): mgr/dashboard: Unable to see tcmu-runner perf counters
Tiago Melo
08:03 AM Dashboard Backport #39988 (Resolved): nautilus: mgr/dashboard: Unable to see tcmu-runner perf counters
Tiago Melo
07:59 AM Documentation #40291 (New): reformat release schedule page
The current way of displaying release history, does not scale with the number of major releases.
There was talk on...
Torben Hørup
07:43 AM Revision b848bce5 (ceph): cmake/modules/BuildDPDK.cmake: update to adapt upstream changes
* update execenv to remove "app", the targets ending with "app" changed
to the ones without "app" now.
* pass CC by...
Kefu Chai
07:30 AM Dashboard Feature #40290 (New): mgr/dashboard: configure RGW multi-site
"Wizard design":https://tracker.ceph.com/attachments/download/4122/rgw%20multi-site%202%20of%206%20(pages%2014-21)%20... Alfonso Martínez
07:10 AM rgw Feature #40289 (New): [radosgw] Add the rgw file settings of a upload object
When adding a file or new directory into Ceph RGW by using S3cmd. The file always occurs with permission 0666 and a d... Kunyang Fan
06:47 AM Revision 7c6f46fd (ceph): mgr/dashboard: use mds_mem.dn for fs dentries
mds_mem.dn is more accurate for representing fs dentries.
Switching from mds.inodes to mds_mem.dn creates consistency...
Kiefer Chang
05:53 AM Revision 09c34095 (ceph): Merge pull request #28495 from tchaikov/wip-dashboard-portal_ip_addresses
mgr/dashboard: take portal_ip_addresses as a list
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Kefu Chai
05:38 AM Dashboard Backport #40279: nautilus: mgr/dashboard: Optimize the calculation of portal IPs
Note: we also have to cherry-pick https://github.com/ceph/ceph/pull/28495 Ricardo Marques
03:30 AM Revision d968e15f (ceph): Merge pull request #28400 from xiexingguo/wip-pr-27735-for-n
nautilus: osd: revamp {noup,nodown,noin,noout} related commands
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by...
Yuri Weinstein
03:19 AM Revision 0c24ce55 (ceph): rgw: add object lock feature.
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
03:19 AM Revision 18949105 (ceph): rgw: add object lock doc.
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
03:19 AM Revision 57891092 (ceph): rgw: fix some errors in params
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
03:19 AM Revision 07f70d78 (ceph): rgw: fix some bugs in object lock feature
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
03:19 AM Revision b61b2f65 (ceph): rgw: add missing operation to iam_policy
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
03:19 AM Revision e323d41e (ceph): rgw: remove namespace from header file.
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
03:19 AM Revision 9fcea0c0 (ceph): rgw: modify iam_policy unit test to support object lock.
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen
02:56 AM RADOS Backport #39738 (In Progress): nautilus: Binary data in OSD log from "CRC header" message
https://github.com/ceph/ceph/pull/28504 Prashant D
02:44 AM Revision ddeda902 (ceph): mgr/dashboard: s/portal_ip_address/portal_ip_addresses/
and take portal_ip_addresses as a list
it's a follow-up fix of #28084
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:37 AM RADOS Bug #40287 (Fix Under Review): OSDMonitor: missing `pool_id` field in `osd pool ls` command
Chang Liu
02:36 AM RADOS Bug #40287 (Resolved): OSDMonitor: missing `pool_id` field in `osd pool ls` command
Chang Liu
02:19 AM Revision d54202e9 (ceph): PendingReleaseNotes: refresh the no{up,down,in,out} flags change
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:17 AM Revision 304c791d (ceph): Merge pull request #28290 from b-ranto/wip-selinux-rhel8
selinux: Update the policy for RHEL8
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:03 AM RADOS Backport #39737 (In Progress): mimic: Binary data in OSD log from "CRC header" message
https://github.com/ceph/ceph/pull/28503 Prashant D
01:20 AM Revision 29e0a4a8 (ceph): osd: Output Base64 encoding of CRC header if binary data present
Add optional paramter so cleanbin() for bufferlist can include "Base64:"
Fixes: https://tracker.ceph.com/issues/3958...
David Zafman
01:20 AM Revision a695d5b4 (ceph): osd: Output Base64 encoding of CRC header if binary data present
Add optional paramter so cleanbin() for bufferlist can include "Base64:"
Fixes: https://tracker.ceph.com/issues/3958...
David Zafman
12:16 AM Revision 469abff1 (ceph): qa/suites/perf-basic/workloads: add client_endpoint_rbd_4K_rand_write.yaml
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha

06/11/2019

11:13 PM Revision a90d57ca (ceph): os/bluestore: BitmapAllocator::allocate: log new extents only
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:13 PM Dashboard Backport #39346: nautilus: mgr/dashboard: Manager should complain about wrong dashboard certificate
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27742
merged
Yuri Weinstein
11:13 PM Revision 7658d6af (ceph): Merge pull request #27742 from s0nea/wip-39346-nautilus
nautilus: mgr/dashboard: Manager should complain about wrong dashboard certificate
Reviewed-by: Kefu Chai <kchai@red...
Yuri Weinstein
11:13 PM Revision 84c2d414 (ceph): os/bluestore: distinguis request and results in bitmap alloc log
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:09 PM RADOS Backport #39239: luminous: "sudo yum -y install python34-cephfs" fails on mimic
@kefu feel free to resolve, thx Yuri Weinstein
03:49 PM RADOS Backport #39239 (In Progress): luminous: "sudo yum -y install python34-cephfs" fails on mimic
Kefu Chai
11:08 PM Revision 5dd863a9 (ceph): Merge pull request #28493 from tchaikov/luminous-39164
luminous: qa: install python36-{cephfs,rados} instead of python34-*
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
10:58 PM CephFS Bug #40286 (Resolved): luminous: qa: remove ubuntu 14.04 testing
pdonnell@icewind ~/ceph/qa$ git grep 14.04
distros/all/ubuntu_14.04.yaml:os_version: "14.04"
distros/all/ubuntu_14....
Patrick Donnelly
10:40 PM Revision 654660cd (ceph): ceph-volume:util: Use proper param substition
Fixes: https://tracker.ceph.com/issues/25030
Signed-off-by: Shyukri Shyukriev <shshyukriev@suse.com>
Shyukri Shyukriev
10:34 PM CephFS Feature #40285 (New): mds: support hierarchical layout transformations on files
The main goal of this feature is to support moving whole trees to cheaper storage hardware. This can be done manually... Patrick Donnelly
10:27 PM RADOS Bug #39150: mon: "FAILED ceph_assert(session_map.sessions.empty())" when out of quorum
/a/yuriw-2019-06-07_19:41:42-rados-wip-yuri4-testing-2019-06-07-1600-nautilus-distro-basic-smithi/4012630/ Neha Ojha
09:57 PM CephFS Bug #11314 (Duplicate): qa: MDS crashed and the runs hung without ever timing out
Patrick Donnelly
09:57 PM CephFS Feature #10369 (Fix Under Review): qa-suite: detect unexpected MDS failovers and daemon crashes
Patrick Donnelly
09:56 PM CephFS Feature #5486: kclient: make it work with selinux
Targeting Octopus so it shows up in searches. Patrick Donnelly
09:48 PM Dashboard Backport #39961: nautilus: mgr/dashboard: Unify the look of dashboard charts
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28175
merged
Yuri Weinstein
09:48 PM Revision 2954439d (ceph): Merge pull request #28175 from tspmelo/wip-39961-nautilus
nautilus: mgr/dashboard: Unify the look of dashboard charts
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Yuri Weinstein
09:48 PM Dashboard Backport #39988: nautilus: mgr/dashboard: Unable to see tcmu-runner perf counters
Ricardo Marques wrote:
> https://github.com/ceph/ceph/pull/28191
merged
Yuri Weinstein
09:47 PM Revision 1ef0cd8d (ceph): Merge pull request #28191 from ricardoasmarques/wip-39988-nautilus
nautilus: mgr/dashboard: Unable to see tcmu-runner perf counters
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Revie...
Yuri Weinstein
09:47 PM rbd Backport #39675: nautilus: [test] possible race condition in rbd-nbd disconnect
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28273
merged
Yuri Weinstein
09:46 PM Revision 288f718c (ceph): Merge pull request #28273 from pdvian/wip-39675-nautilus
nautilus: qa/workunits/rbd: wait for rbd-nbd unmap to complete
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Revie...
Yuri Weinstein
09:46 PM Revision 191913c1 (ceph): Merge pull request #28398 from tchaikov/nautilus-pr-28268
nautilus: mon: fix off-by-one rendering progress bar
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
08:59 PM CephFS Bug #40284 (New): kclient: evaluate/fix/add lazio support in the kernel
ceph-fuse now supports lazyio [2, #20598] but I don't believe we ever checked what needed to be done for the kernel c... Patrick Donnelly
08:59 PM CephFS Bug #40283 (Resolved): qa: add testing for lazyio
I'm distressed we have no tests for client behavior (via libcephfs) with lazyio. : /
In particular, verify behavio...
Patrick Donnelly
08:50 PM CephFS Backport #39470 (Resolved): nautilus: There is no punctuation mark or blank between tid and clie...
Nathan Cutler
08:47 PM CephFS Backport #39473 (Resolved): nautilus: mds: fail to resolve snapshot name contains '_'
Nathan Cutler
08:36 PM CephFS Feature #36397: mds: support real state reclaim
Raising priority on this. We forgot to finish this and I'd like Zheng to work on it while the problem is still fresh ... Patrick Donnelly
08:35 PM mgr Bug #40206: pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribute 'iterva...
You can see the complete packaging steps here: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-cluster/ceph/ceph-1... Michael Jones
08:14 PM mgr Bug #40206: pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribute 'iterva...
Michael: I have no idea how Portage builds Ceph or where I would look if I wanted to find out. Do you?
If the resu...
Nathan Cutler
08:09 PM mgr Bug #40206: pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribute 'iterva...
I wonder if Gentoo has /usr/bin/python pointing to Python 3? That might explain it.
(Note: RHEL/CentOS and SUSE ha...
Nathan Cutler
08:24 PM rbd Bug #39269: rbd-nbd return correctly error message when no-match device.
@Jason: the status got changed to "Pending Backport" but the Backport field was empty, so I filled it provisionally w... Nathan Cutler
11:09 AM rbd Bug #39269 (Pending Backport): rbd-nbd return correctly error message when no-match device.
Jason Dillaman
08:24 PM RADOS Bug #40282: set_mon_vals failed to set
Workarround is move cluster_network and public_network to the ceph.conf them we dont get spam in logs.
Regards
Manuel Rios
08:21 PM RADOS Bug #40282: set_mon_vals failed to set
Image of log: https://gyazo.com/5b16e7241528ad971ad74baa9914492f Manuel Rios
08:20 PM RADOS Bug #40282 (New): set_mon_vals failed to set
Hi,
We use centralized ceph management for mantain our conf.
ceph version 14.2.1 (d555a9489eb35f84f2e1ef49b77e1...
Manuel Rios
08:19 PM bluestore Backport #40281 (Resolved): nautilus: 50-100% iops lost due to bluefs_preextend_wal_files = false
https://github.com/ceph/ceph/pull/28573 Nathan Cutler
08:19 PM bluestore Backport #40280 (Resolved): mimic: 50-100% iops lost due to bluefs_preextend_wal_files = false
https://github.com/ceph/ceph/pull/28574 Nathan Cutler
08:17 PM Dashboard Backport #40279 (Resolved): nautilus: mgr/dashboard: Optimize the calculation of portal IPs
https://github.com/ceph/ceph/pull/29061 Nathan Cutler
08:17 PM Backport #40278 (Rejected): nautilus: doc: broken links on nautilus release notes page
Nathan Cutler
08:17 PM rbd Backport #40277 (Resolved): mimic: [object-map] resizing an image might result in an assert in 'O...
https://github.com/ceph/ceph/pull/30796 Nathan Cutler
08:16 PM rbd Backport #40276 (Resolved): nautilus: [object-map] resizing an image might result in an assert in...
https://github.com/ceph/ceph/pull/29246 Nathan Cutler
08:16 PM rbd Backport #40275 (Rejected): luminous: [object-map] resizing an image might result in an assert in...
Nathan Cutler
08:16 PM RADOS Backport #40274 (Resolved): nautilus: librados 'buffer::create' and related functions are not exp...
https://github.com/ceph/ceph/pull/29244 Nathan Cutler
08:16 PM mgr Backport #40273 (Resolved): nautilus: mgr prometheus start failed
https://github.com/ceph/ceph/pull/29194 Nathan Cutler
08:16 PM rbd Backport #40272 (Resolved): nautilus: [rbd-mirror] ensure tcmalloc is used if available
https://github.com/ceph/ceph/pull/29193 Nathan Cutler
08:15 PM Backport #40271 (Rejected): luminous: make check failure: "patch: command not found"
Nathan Cutler
08:15 PM Backport #40270 (Resolved): nautilus: make check failure: "patch: command not found"
https://github.com/ceph/ceph/pull/30046 Nathan Cutler
08:15 PM Backport #40269 (Resolved): mimic: make check failure: "patch: command not found"
https://github.com/ceph/ceph/pull/29150 Nathan Cutler
08:15 PM Backport #40268 (Resolved): mimic: data race in OutputDataSocket
https://github.com/ceph/ceph/pull/29201 Nathan Cutler
08:15 PM Backport #40267 (Resolved): nautilus: data race in OutputDataSocket
https://github.com/ceph/ceph/pull/29147 Nathan Cutler
08:15 PM Backport #40266 (Resolved): luminous: data race in OutputDataSocket
https://github.com/ceph/ceph/pull/29202 Nathan Cutler
08:15 PM RADOS Backport #40265 (Resolved): nautilus: Setting noscrub causing extraneous deep scrubs
https://github.com/ceph/ceph/pull/28768 Nathan Cutler
08:15 PM rgw Backport #40264 (Rejected): luminous: rgw_file: all directories are virtual with respect to conte...
Nathan Cutler
08:14 PM rgw Backport #40263 (Resolved): nautilus: rgw_file: all directories are virtual with respect to conte...
https://github.com/ceph/ceph/pull/28886 Nathan Cutler
08:14 PM rgw Backport #40262 (Resolved): mimic: rgw_file: all directories are virtual with respect to contents...
https://github.com/ceph/ceph/pull/28887 Nathan Cutler
08:07 PM CephFS Feature #40261 (New): mds: permit executing scripts from various file system events
Potential uses:
- automatic gzip of closed files meeting some criteria
- automatic archival of unlinked files
- ...
Patrick Donnelly
08:06 PM CephFS Backport #39232 (Resolved): nautilus: kclient: nofail option not supported
Nathan Cutler
08:05 PM CephFS Backport #39214 (Resolved): nautilus: mds: there is an assertion when calling Beacon::shutdown()
Nathan Cutler
08:05 PM CephFS Backport #39211 (Resolved): nautilus: MDSTableServer.cc: 83: FAILED assert(version == tid)
Nathan Cutler
08:04 PM CephFS Backport #39222 (Resolved): nautilus: mds: behind on trimming and "[dentry] was purgeable but no ...
Nathan Cutler
08:03 PM CephFS Bug #37726 (Resolved): mds: high debug logging with many subtrees is slow
Nathan Cutler
08:02 PM CephFS Backport #38876 (Resolved): nautilus: mds: high debug logging with many subtrees is slow
Nathan Cutler
07:56 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
Are you still seeing this issue? Can you tell us what exactly was happening, when you saw non-"active+clean" state, i... Neha Ojha
07:55 PM CephFS Backport #40166 (In Progress): luminous: client: ceph.dir.rctime xattr value incorrectly prefixes...
Nathan Cutler
07:54 PM Revision 8bf166ec (ceph): client: fix "ceph.dir.rctime" vxattr value
The vxattr value incorrectly places a "09" prefix to the nanoseconds
field, instead of providing it as a zero-pad wid...
David Disseldorp
07:54 PM CephFS Backport #40168 (In Progress): mimic: client: ceph.dir.rctime xattr value incorrectly prefixes "0...
Nathan Cutler
07:53 PM Revision 452011ed (ceph): client: fix "ceph.dir.rctime" vxattr value
The vxattr value incorrectly places a "09" prefix to the nanoseconds
field, instead of providing it as a zero-pad wid...
David Disseldorp
07:52 PM CephFS Backport #40167 (In Progress): nautilus: client: ceph.dir.rctime xattr value incorrectly prefixes...
Nathan Cutler
07:52 PM Revision eecf9f21 (ceph): client: fix "ceph.dir.rctime" vxattr value
The vxattr value incorrectly places a "09" prefix to the nanoseconds
field, instead of providing it as a zero-pad wid...
David Disseldorp
07:48 PM CephFS Backport #40169 (In Progress): nautilus: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 ...
Nathan Cutler
05:41 PM CephFS Backport #40169: nautilus: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.40055...
David Disseldorp wrote:
> The backport introducing this bug has now been merged into Nautilus: https://github.com/ce...
Patrick Donnelly
03:55 PM CephFS Backport #40169: nautilus: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.40055...
The backport introducing this bug has now been merged into Nautilus: https://github.com/ceph/ceph/pull/27901 .
A f...
David Disseldorp
07:47 PM Revision f3e68fff (ceph): client: fix "ceph.snap.btime" vxattr value
The vxattr value incorrectly places a "09" prefix to the nanoseconds
field, instead of providing it as a zero-pad wid...
David Disseldorp
07:14 PM Revision dd2c3f66 (ceph): mgr/progress: Add event when OSD marked in
Basically keeps track of affected PGs
similar to how funciton _osd_out works
but instead of tracking up+acting set
we...
Kamoltat (Junior) Sirivadhna
07:07 PM CephFS Bug #38946 (Resolved): ceph_volume_client: Too many arguments for "WriteOpCtx"
Nathan Cutler
07:06 PM CephFS Backport #39050 (Resolved): nautilus: ceph_volume_client: Too many arguments for "WriteOpCtx"
Nathan Cutler
07:06 PM Orchestrator Feature #39092 (Resolved): mgr/ansible: Host ls implementation
Nathan Cutler
07:05 PM mgr Backport #39559 (Resolved): nautilus: mgr/ansible: Host ls implementation
Nathan Cutler
06:04 PM CephFS Bug #40182: luminous: pybind: luminous volume client breaks against nautilus cluster
Jan Fajerski wrote:
> Patrick Donnelly wrote:
> > Let's treat this as a backport. Please cherry-pick the commits fr...
Patrick Donnelly
09:56 AM CephFS Bug #40182: luminous: pybind: luminous volume client breaks against nautilus cluster
Patrick Donnelly wrote:
> Let's treat this as a backport. Please cherry-pick the commits from here:
>
> https://g...
Jan Fajerski
06:00 PM CephFS Bug #40101: libcephfs: returns ESTALE to nfs-ganesha's FSAL_CEPH when operating on .snap directory
I have just run into another problem which may be related:
'ls .snap' now hangs for a long time (indefinitely?) an...
Nathan Fish
05:52 PM mgr Bug #40260 (New): Memory leak in ceph-mgr
I've just set up a Ceph cluster using Rook version 1.0.2, and I noticed that the memory usage of the @ceph-mgr@ proce... Carlos Valiente
05:35 PM bluestore Bug #40080 (Fix Under Review): Bitmap allocator return duplicate entries which cause interval_set...
Igor Fedotov
01:18 PM bluestore Bug #40080 (In Progress): Bitmap allocator return duplicate entries which cause interval_set assert
Managed to reproduce the same by replaying the log. WIP on the fix. Igor Fedotov
05:17 PM Revision d9a4b163 (ceph): test/objectstore: change check order in Allocator_test.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
05:16 PM Revision 13da9add (ceph): Merge pull request #27507 from pritha-srivastava/wip-rgw-cross-tenant-doc
rgw: Improving doc for Cross Project(Tenant) access with Openstack Ke…
Reviewed-by: Matt Benjamin <mbenjamin@redhat....
Casey Bodley
05:13 PM Revision 95dcee1f (ceph): tests/objectstore: trivial tool to replay allocator logs
This is rather a template to build custom troubleshooters
for bitmap allocator using existing logs. Tool replays OSD
...
Igor Fedotov
05:05 PM Revision eac81bc8 (ceph): os/bluestore: fix duplicate allocations in bmap allocator
Fixes: http://tracker.ceph.com/issues/40080
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
05:02 PM rbd Feature #40072 (In Progress): [journal] tweak config defaults to improve small-IO performance
Jason Dillaman
05:02 PM Dashboard Subtask #40259 (Resolved): mgr/dashboard: Add and Delete RGW Bucket Test
1.Create a bucket with RGW
2.Verify that the bucket is listed
3.Verify that the 'Cancel' button works on the Bucket...
Rafael Quintero
04:52 PM CephFS Bug #40014: mgr/volumes: Name 'sub_name' is not defined
Venky Shankar wrote:
> Ramana, I think we should just mention that this issue will be fixed w/ subvolume refactor an...
Ramana Raja
04:09 PM rgw Feature #40254: default ACL or policies
I meant to refer to #40421 Torben Hørup
08:06 AM rgw Feature #40254 (New): default ACL or policies
Would be nice if a radosgw admin could set default ACL's or policies on new users or new buckets
kind of relates t...
Torben Hørup
03:59 PM Revision 247af283 (ceph): doc: Update 'python-rtslib' and 'tcmu-runner' min versions
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
03:46 PM Revision 4cfa8c7c (ceph): qa: install python3-{cephfs,rados} instead of python34-*
we install the latest python-rpm-macros on all builders since
https://github.com/ceph/ceph-build/pull/1283 . now that...
Kefu Chai
03:44 PM Revision f8c57ba0 (ceph): cmake: use specified python3 version if any
use might have multiple python3 installed, some of them has/have all
dependencies installed and is good enough for bu...
Kefu Chai
03:44 PM Revision fbd8c471 (ceph): cmake: check for libpython of the same version of interpreter
actually cython or python3-cython's dependencies should take care of it.
but we should at least get it right on our s...
Kefu Chai
03:44 PM Revision af730429 (ceph): rpm: pass %{python3_version} to cmake
to force cmake to use the python3 and python3 modules for building
python3 bindings
on the debian side, it's okay to...
Kefu Chai
03:44 PM Revision 49afedb0 (ceph): cmake: should PYTHON3_VERSION_STRING of libpython3
and make sure the version matches exactly the requested one
in future, we should use FindPython.cmake
Signed-off-by...
Kefu Chai
03:44 PM Revision 1dfb0950 (ceph): rpm: use python 3.6 as the default python3
some of our centos7 jenkins builders are failing to build ceph master and
nautilus branches. because EPEL7 recently s...
Kefu Chai
03:44 PM Revision 0767f41f (ceph): rpm: always use 3 as the default python3_{pkgversion,version}
as we have the rpm macros installed in
https://github.com/ceph/ceph-build/pull/1283 .
Signed-off-by: Kefu Chai <kcha...
Kefu Chai
03:44 PM Revision 9852a12b (ceph): rpm: add "Provides: python3-*" for python packages
so user can install python3-rados, instead of python36-rados, without
specifying the minor version of python. also, w...
Kefu Chai
03:44 PM Revision 33e0a5a0 (ceph): PendingReleaseNotes: note on python3.6 changes
Fixes: http://tracker.ceph.com/issues/39164
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 77...
Kefu Chai
03:44 PM Revision 99545a03 (ceph): qa/tasks/ceph_deploy: install python3.6 instead of python3.4 for py3 tests
EPEL7 has switched over to python3.6 as the main python3. and we started
packaging python bindings for python3.6 sinc...
Kefu Chai
03:44 PM Revision b5d3a3b4 (ceph): install-deps.sh: install '*rpm-macros'
so `yum-builddep` can have access to the latest macros for preparing the
build dependencies
Fixes: http://tracker.ce...
Kefu Chai
02:56 PM devops Backport #40258 (Resolved): mimic: aarch64: Compiler-based detection of crc32 extended CPU type i...
https://github.com/ceph/ceph/pull/30713 Nathan Cutler
02:55 PM devops Bug #17516 (Pending Backport): aarch64: Compiler-based detection of crc32 extended CPU type is br...
Nathan Cutler
02:51 PM rgw Bug #40257 (New): objects encrypted with sse cannot be decrypted by swift
most encryption requests use special x-amz headers, so were only implemented for s3. but with sse-kms, decryption doe... Casey Bodley
02:48 PM Dashboard Bug #39580 (Pending Backport): mgr/dashboard: Optimize the calculation of portal IPs
Ricardo Marques
02:43 PM Bug #40155 (In Progress): "make: *** [hello_world_cpp] Error 127" in rados
moving to Ceph project to get "Pull Request ID" and backports Nathan Cutler
02:07 PM Revision 8565ec0d (ceph): rgw: update the "radosgw-admin reshard status"
command documentation with expected output examples
Fixes: http://tracker.ceph.com/issues/37615
Signed-off-by: Mark...
Mark Kogan
02:02 PM RADOS Bug #40193: Changing pg_num and other pool settings are ignored
By the way, I tried rolling back to 14.2.0 (with existing cluster state) and also kernel 4.15. Neither did anything. Nathan Fish
01:39 PM rbd Feature #40256 (Resolved): rbd bench: allow KB/SEC + MB/SEC + GB/SEC
Currently the output of rbd bench only outputs bytes/s which is not easy to read when benchmarking in the scale of GB... Torben Hørup
01:39 PM Revision 6735359b (ceph): doc/rados/operations: add safe-to-destroy check to OSD replacement work...
Sage Weil
01:09 PM Dashboard Bug #39533 (Fix Under Review): mgr/dashboard: notify the user about unset 'mon_allow_pool_delete'...
Ricardo Marques
12:39 PM Revision a160dc41 (ceph): mon/OSDMonitor: report pg[pgp]_num_target instead of pg[pgp]_num
As by calling "ceph osd pool set <pool-name> pg_num", we set the
pg_num_target instead. Hence we should report pg_num...
xie xingguo
12:17 PM Revision 59dcc74f (ceph): Merge pull request #28084 from ricardoasmarques/improve-portal-ips-calc...
mgr/dashboard: Optimize portal IPs calculation
Reviewed-by: Tiago Melo <tmelo@suse.com>
Kefu Chai
12:16 PM rgw Bug #40255: radosgw-admin bucket limit check percentage warnings don't work
https://github.com/ceph/ceph/pull/28489 Paul Emmerich
12:10 PM rgw Bug #40255 (Resolved): radosgw-admin bucket limit check percentage warnings don't work
radosgw-admin bucket limit check warnings don't work because of int vs. floating point math Paul Emmerich
12:14 PM Revision df0e9831 (ceph): Merge pull request #28454 from tchaikov/wip-gcc-9-on-bionic
install-deps.sh: use GCC-9 on bionic
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
12:14 PM Revision 69407641 (ceph): rgw: fix bucket limit check fill_status warnings
all variables in the calculation where ints, so the warning would
only ever trigger if objects_per_shard == limit_obj...
Paul Emmerich
12:07 PM rgw Bug #37942: Integer underflow in bucket stats
I've checked other clusters for this behavior and basically every cluster got a at least one bucket that report stats... Paul Emmerich
11:48 AM mgr Bug #40023 (Pending Backport): mgr prometheus start failed
Kefu Chai
11:48 AM Revision 748c2945 (ceph): Merge pull request #28246 from kungf/mgr_default_addr
mgr: use ipv4 default when ipv6 was disabled
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Kefu Chai...
Kefu Chai
11:38 AM Revision 2912bbf5 (ceph): rgw: lc: check for valid placement target before processing transitions
Check that we transition to another placement target only if such a placement
target is valid in the zone. Also log t...
Abhishek Lekshmanan
11:35 AM Revision e0fce726 (ceph): Merge pull request #28481 from iotcg/common
include: buffer_raw.h: Copyright time fix
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:58 AM Dashboard Bug #39709 (Resolved): mgr/dashboard: "local variable 'cluster_id' referenced before assignment" ...
Nathan Cutler
10:58 AM Dashboard Backport #40031 (Resolved): nautilus: mgr/dashboard: "local variable 'cluster_id' referenced befo...
Nathan Cutler
10:42 AM Bug #40175 (Pending Backport): make check failure: "patch: command not found"
Nathan Cutler
10:30 AM Revision 7da903db (ceph): buffer,crypto,osd,tools: extract digest methods out of bufferlist
they were consumers of ceph::list::buffers(), and there is no need to
make them member functions of ceph::list, so mo...
Kefu Chai
10:27 AM Revision 7c7c7870 (ceph): qa/tasks/cephfs/test_volume_client: print py2 or py3 which the test cas...
Fixes: http://tracker.ceph.com/issues/40184
Signed-off-by: Lianne <liyan.wang@xtaotech.com>
Liyan Wang
10:06 AM mgr Bug #38627 (Resolved): insights is not Python 3 compatible
Kefu Chai
10:03 AM devops Backport #36080 (In Progress): luminous: aarch64: Compiler-based detection of crc32 extended CPU ...
Kefu Chai
10:02 AM Revision 110d9aac (ceph): cmake: detect armv8 crc and crypto feature using CHECK_C_COMPILER_FLAG
we are using GCC7 and up for C++17 support since mimic, and per
https://gcc.gnu.org/onlinedocs/gcc-4.9.1/gcc/AArch64-...
Kefu Chai
09:59 AM RADOS Bug #22278 (Resolved): FreeBSD fails to build with WITH_SPDK=ON
it's in 40da9ab5e360d84cd5bb2b705a72eaeb066628cc of SPDK Kefu Chai
08:58 AM Revision b233e471 (ceph): common/ceph_crypto: add digest_size to digest classes
prepare for extracting the digest methods from ceph::buffer::list, so we
can use them in a templated implementation.
...
Kefu Chai
08:41 AM Revision 9400c850 (ceph): os/objectstore: add new op OP_CREATE for create a new object.
For OP_CREATE in bluestore mean node didn't exist, so skip search form kvdb.
This function merged in 22f73ba. But b...
jianpeng ma
08:35 AM Dashboard Bug #40097: mgr/dashboard: Dentries value of MDS daemon in Filesystems page is inconsistent with ...
Lenz Grimmer wrote:
> Good spotting! I wonder if these metrics are used in any of the monitoring plugins, e.g. Prome...
Kiefer Chang
08:15 AM Revision c7979833 (ceph): test/fio/fio_ceph_messenger: make exec multi client on the same host.
When create Messenger, for client we should give different nonce to
make multi clients on the same host can work. Oth...
jianpeng ma
08:14 AM Revision 71306afe (ceph): osd/OSDMap: maybe_remove_pg_upmaps - avoid do_crush twice
which is extremely time-consuming.
Half of the amount of time of calling maybe_remove_pg_upmaps
has been saved by app...
xie xingguo
08:09 AM Revision 72f0aa33 (ceph): osd/OSDMap: maybe_remove_pg_upmaps - s/pg_to_raw_up/pg_to_raw_upmap/
The upmap results are directly applied after calling
_pg_to_raw_osds, which means it basically has nothing to do
with...
xie xingguo
08:07 AM Revision 160d8b75 (ceph): test/osd: add performance test case for maybe_remove_pg_upmap
Tom Byrne reported that maybe_remove_pg_upmap might become
super inefficient for large clusters with balancer on.
To ...
xie xingguo
08:00 AM rgw Documentation #40253 (New): doc/radosgw: enhance section on policies and ACL
current documentation really isn't good on
* ACL vs policies
* doesn't mention if radosgw is bound by the same 20K...
Torben Hørup
07:46 AM Revision c0f87e0f (ceph): osd: give recovery ops initialized by client op a higher priority
to use strict priority ordering.
The new "mclock_opclass/mclock_client" queue basically prioritizes
operations based...
xie xingguo
07:33 AM rbd Backport #40122: nautilus: wrong format for rbd_mirror prometheus metrics
https://github.com/ceph/ceph/pull/28485 Mykola Golub
07:09 AM rbd Backport #40122 (In Progress): nautilus: wrong format for rbd_mirror prometheus metrics
Mykola Golub
07:27 AM Revision 0b42bb57 (ceph): pybind/mgr: add slash to prometheus illegal metric name characters
(replace with underscore)
While here, change the sequence of replaces to a single regex, as it
becomes too long.
Si...
Mykola Golub
07:27 AM Revision aebe1b58 (ceph): pybind/mgr: fix format for rbd-mirror prometheus metrics
Fixes: https://tracker.ceph.com/issues/39977
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit...
Mykola Golub
07:11 AM rbd Bug #39952 (Pending Backport): [object-map] resizing an image might result in an assert in 'Objec...
Mykola Golub
07:00 AM Revision 1ef12ea0 (ceph): rbd-mirror: remove rbd_mirror_journal_max_fetch_bytes option
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
07:00 AM Revision 37c3ac05 (ceph): rbd-mirror: auto-tune journal fetch params based on memory target
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
06:59 AM Revision 41b32d7d (ceph): common: make extra memory allocation for pri cache optional
Not all caches may want this.
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
06:59 AM Revision 03085f7e (ceph): common: make pri cache perf counters optional
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
06:59 AM Revision e836e2e6 (ceph): journal: auto-tune journal fetch params based on memory target
(if a cache manager is specified)
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
06:59 AM Revision 23220352 (ceph): rbd-mirror: fix potential context leak on replay interrupted
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
06:03 AM RADOS Bug #40198 (Pending Backport): Setting noscrub causing extraneous deep scrubs
Kefu Chai
06:03 AM Revision 9296d783 (ceph): Merge pull request #28443 from dzafman/wip-40198
osd: Don't randomize deep scrubs when noscrub set
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
06:02 AM Bug #40188 (Pending Backport): data race in OutputDataSocket
Kefu Chai
06:02 AM Revision 2ad17338 (ceph): Merge pull request #28431 from cbodley/wip-40188
common: OutputDataSocket retakes mutex on error path
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Kefu Chai
06:00 AM mgr Bug #40174 (Resolved): Influx module fails due to missing close() method
Kefu Chai
05:59 AM Revision a12d94fa (ceph): Merge pull request #28427 from tchaikov/wip-40174
mgr/influx: try to call close()
Reviewed-by: Wido den Hollander <wido@42on.com>
Kefu Chai
05:57 AM Revision fd45fd92 (ceph): Merge pull request #28254 from myoungwon/wip-hashfuncs-dedup
common,osd: add hash algorithms for dedup fingerprint
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
05:56 AM Revision 18f978f1 (ceph): Merge pull request #28176 from p-na/wip-pna-fix-fixmod
mgr/dashboard: Fix `npm run fixmod` command
Reviewed-by: Volker Theile <vtheile@suse.com>
Reviewed-by: Ricardo Marqu...
Kefu Chai
05:53 AM Revision 194b915e (ceph): Merge pull request #26909 from vitalif/wal-sync-fix
os/bluestore: Actually wait until completion in write_sync
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
05:52 AM bluestore Bug #38559 (Pending Backport): 50-100% iops lost due to bluefs_preextend_wal_files = false
Kefu Chai
05:50 AM Revision a2353be8 (ceph): osd/OSDMap: Replace get_out_osds with get_out_existing_osds
Fixes: http://tracker.ceph.com/issues/39154
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from co...
Brad Hubbard
05:48 AM RADOS Bug #39972 (Pending Backport): librados 'buffer::create' and related functions are not exported i...
Kefu Chai
05:47 AM Revision b2bcee3a (ceph): Merge pull request #28167 from dillaman/wip-39972
librados: move buffer free functions to inline namespace
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:26 AM rgw Bug #17882: s3tests-test-readwrite failed in rados run (Connection refused)
... Kefu Chai
05:13 AM rgw Bug #39991 (Fix Under Review): rgw: Cannot link a bucket to a user that is owned by a tenanted user
Shilpa MJ
04:27 AM Revision 8c667838 (ceph): rgw: always generate after delimiter char to skip directory
the following code also need after_delim_s to skip directory after list
1000 objects
Signed-off-by: Tianshan Qu <tia...
Tianshan Qu
03:31 AM rgw Backport #39734 (In Progress): mimic: multisite: mismatch of bucket creation times from List Buckets
https://github.com/ceph/ceph/pull/28483 Prashant D
03:30 AM Dashboard Backport #39736 (In Progress): nautilus: mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rb...
https://github.com/ceph/ceph/pull/28482 Prashant D
03:21 AM Revision 7993fd36 (ceph): osd: uses new policy in Octopus only
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:12 AM Bug #39595 (Resolved): Compile error: ceph-dencoder: invalid operands (*UND* and .gcc_except_tabl...
Kefu Chai
02:10 AM Documentation #39712 (Pending Backport): doc: broken links on nautilus release notes page
Kefu Chai
01:52 AM Revision e03666b3 (ceph): Merge pull request #28463 from tchaikov/wip-yaml.safe_load
admin,doc/_ext/ceph_releases.py: use yaml.safe_load()
Reviewed-by: Noah Watkins <noahwatkins@gmail.com>
Kefu Chai
01:27 AM Revision 713901e0 (ceph): cls/user: cls_user_set_buckets_info overwrites creation_time
metadata sync of a new bucket entrypoint may call rgw_link_bucket()
(which in turn calls into cls user) without delet...
Casey Bodley
01:27 AM Revision 76ef92df (ceph): test/rgw: add multisite test_bucket_creation_time()
does not create any buckets itself, but checks that all creation times
match on buckets created by other tests
Signe...
Casey Bodley
01:25 AM Revision 28e3acd1 (ceph): Add 'RBD_FEATURE_MIGRATING' to rbd.pyx
Fixes: http://tracker.ceph.com/issues/39609
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from ...
Ricardo Marques
01:16 AM Revision 05457646 (ceph): Merge pull request #28074 from falcon78921/wip-doc-39712
doc: fixed broken links in nautilus release page
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Kefu Chai
01:08 AM Revision f464ed5d (ceph): include: buffer_raw.h: Copyright time fix
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com> Changcheng Liu
12:37 AM Revision a6746051 (ceph): osd/PeeringState: make PeeringCtx inherit from BufferedRecoveryMessages
This'll be convenient in crimson for compound messages, don't want
to share an actual PeeringCtx, but want to combine...
Samuel Just
12:37 AM Revision 0620f86a (ceph): osd/PGPeeringEvent: const as appropriate
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
12:37 AM Revision ae64e44f (ceph): crimson/common: add type_helpers with a single Ref definition
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just

06/10/2019

11:06 PM Dashboard Bug #40252 (Fix Under Review): mgr/dashboard: Changing rgw-api-host does not get effective withou...
Ricardo Marques
11:04 PM Dashboard Bug #40252 (In Progress): mgr/dashboard: Changing rgw-api-host does not get effective without dis...
Ricardo Marques
11:01 PM Dashboard Bug #40252 (Resolved): mgr/dashboard: Changing rgw-api-host does not get effective without disabl...
`ceph dashboard set-rgw-api-host <host>` should get effective without requiring a dashboard mgr module "restart" Ricardo Marques
10:43 PM Revision d933c509 (ceph): qa/tests: added v14.2.1
Also white listed "failed to encode map"
Ref: https://tracker.ceph.com/issues/40251
Fixes: http://tracker.ceph.com/i...
Yuri Weinstein
10:07 PM RADOS Backport #39420: luminous: Don't mark removed osds in when running "ceph osd in any|all|*"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27728
merged
Yuri Weinstein
10:06 PM Revision a80edc65 (ceph): Merge pull request #27728 from neha-ojha/wip-39420-luminous
luminous: osd/OSDMap: Replace get_out_osds with get_out_existing_osds
Reviewed-by: Brad Hubbard <bhubbard@redhat.com...
Yuri Weinstein
10:06 PM Messengers Backport #39463: luminous: print client IP in default debug_ms log level when "bad crc in {front|...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27858
merged
Yuri Weinstein
10:06 PM Revision 8308152e (ceph): Merge pull request #27858 from ashishkumsingh/wip-39463-luminous
luminous: msg: output peer address when detecting bad CRCs
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Yuri Weinstein
10:00 PM RADOS Bug #40250 (New): luminous: ""'"'(defer backfill|defer recovery)'"'"' /var/log/ceph/ceph-osd.*.lo...
Runs:
http://pulpito.front.sepia.ceph.com/yuriw-2019-06-06_14:54:17-rados-wip-yuri-testing-2019-06-05-2303-luminous-...
Yuri Weinstein
09:52 PM rbd Bug #40249 (Resolved): luminous: "test/librbd/test_librbd.cc:4729: Failure" in rados
Run: http://pulpito.front.sepia.ceph.com/yuriw-2019-06-06_14:54:17-rados-wip-yuri-testing-2019-06-05-2303-luminous-di... Yuri Weinstein
09:47 PM mgr Bug #24614: luminous: AssertionError: Lists differ in test_selftest_command_spam()
/a/yuriw-2019-06-06_14:54:17-rados-wip-yuri-testing-2019-06-05-2303-luminous-distro-basic-smithi/4008822/ Neha Ojha
09:41 PM Dashboard Feature #40248 (Closed): mgr/dashboard: As a user, I want to change my password
Ceph Dashboard must have a page where the logged in user can change his own password.
Ricardo Marques
09:37 PM mgr Bug #40206: pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribute 'iterva...
I have both python 2.7 and python 3.6 installed, but python3.6 should be the default python interpreter used. Python ... Michael Jones
09:05 PM mgr Bug #40206: pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribute 'iterva...
What version of Python are you using? Patrick Donnelly
09:26 PM Revision 2622958e (ceph): Merge pull request #28479 from yuriw/wip-yuriw-crontab-master
qa.tests: added "smoke" suite to the schedule on "mimic","nautilus" Yuri Weinstein
09:19 PM CephFS Bug #40197 (Fix Under Review): The command 'node ls' sometimes output some incorrect information ...
Patrick Donnelly
08:31 PM RADOS Bug #40245 (New): filestore::read() does not assert on EIO
Greg Farnum
05:42 PM RADOS Bug #40245: filestore::read() does not assert on EIO
Maybe we should add a comment to the code there explaining why m_filestore_fail_eio is not checked and we always retu... David Zafman
05:22 PM RADOS Bug #40245 (Fix Under Review): filestore::read() does not assert on EIO
Greg Farnum
05:14 PM RADOS Bug #40245 (Won't Fix): filestore::read() does not assert on EIO
... Greg Farnum
07:40 PM Revision a986bd0a (ceph): qa.tests: added "smoke" suite to the schedule on "mimic","nautilus"
Note: frequency can/will reduce later
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
07:32 PM Revision 95373028 (ceph): Merge pull request #28457 from yuriw/wip-yuriw-40208-mimic
qa/tests: removed `1node` and `systemd` tests as ceph-deploy is not actively developed
Reviewed-by: Neha Ojha <nojha...
Yuri Weinstein
07:31 PM Revision 4ae8136c (ceph): Merge pull request #28458 from yuriw/wip-yuriw-40208-nautilus
qa/tests: removed `1node` and `systemd` tests as ceph-deploy is not a…
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:08 PM Linux kernel client Bug #38482 (Resolved): Quotas: mounting quotas subdir doesn't respect quotas in kernel client
Merged into 5.2-rc1. Ilya Dryomov
07:02 PM Linux kernel client Bug #39945: RBD I/O error leads to ghost-mapped RBD
> On the system that had the RBDs mapped, the RBDs don't appear in "rbd showmapped" and are not inside "/sys/bus/rbd/... Ilya Dryomov
06:24 PM rbd Bug #16811: [udev] /dev/rbd/<poolname>/<imagename> symlink should have an fsid in it
The namespace ticket is in rbd, moved this one there as well. Ilya Dryomov
06:18 PM Linux kernel client Bug #39010 (Resolved): Hang with read-only RBD
Ilya Dryomov
06:17 PM Linux kernel client Bug #39010: Hang with read-only RBD
This assert has been removed in 5.2:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id...
Ilya Dryomov
06:02 PM rbd Bug #40247 (Resolved): [udev] include image namespace in symlink path
Currently, the "50-rbd" udev rule an "ceph-rbdnamer" do not understand RBD namespaces. This can result in two images ... Jason Dillaman
05:41 PM rgw Bug #40204 (Pending Backport): rgw_file: all directories are virtual with respect to contents, an...
Matt Benjamin
05:08 PM rgw Bug #40204 (Fix Under Review): rgw_file: all directories are virtual with respect to contents, an...
Matt Benjamin
05:41 PM Revision a4bab5b9 (ceph): Merge pull request #28451 from linuxbox2/wip-rgwfile-dirinv
rgw_file: all directories are virtual with respect to contents Matt Benjamin
05:10 PM rbd Bug #40110 (Pending Backport): [rbd-mirror] ensure tcmalloc is used if available
Mykola Golub
05:09 PM Revision 8a1ad814 (ceph): Merge pull request #28434 from dillaman/wip-40110
rbd-mirror: link against the specified alloc library
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
04:22 PM Linux kernel client Feature #39967: kclient: recover from a killed session (w/ blacklist)
Dan van der Ster wrote:
> Isn't client_reconnect_stale a fuse client option? What is the relation to kclient?
The...
Patrick Donnelly
04:20 PM Bug #39599 (Resolved): common: segfault while parsing POD_MEMORY_REQUEST
Nathan Cutler
04:19 PM Backport #40044 (Resolved): nautilus: common: segfault while parsing POD_MEMORY_REQUEST
Nathan Cutler
04:15 PM rgw Bug #39991: rgw: Cannot link a bucket to a user that is owned by a tenanted user
Matt Benjamin wrote:
> Marcus' bucket mv and implicit tenants fixes certainly address this--they are a priority to g...
Nathan Cutler
04:11 PM Revision 40ad5783 (ceph): Merge pull request #28414 from smithfarm/wip-40175
build/ops: make "patch" build dependency explicit
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:02 PM RADOS Backport #40192 (In Progress): nautilus: Rados.get_fsid() returning bytes in python3
Nathan Cutler
04:02 PM Revision 85c40f84 (ceph): pybind/rados: fixed Python3 string conversion issue on get_fsid
Fixes: http://tracker.ceph.com/issues/38381
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
03:56 PM Dashboard Feature #38015 (Rejected): mgr/dashboard: More information on iSCSI target details
Closing this issue because we should create a separate one for each missing information as we did for the "logged in"... Ricardo Marques
03:51 PM Dashboard Feature #40046 (Fix Under Review): mgr/dashboard: Display "logged in" information for each iSCSI ...
Ricardo Marques
03:01 PM CephFS Bug #40244 (Fix Under Review): cephfs-shell: 'lls' command errors
Varsha Rao
02:56 PM CephFS Bug #40244 (Resolved): cephfs-shell: 'lls' command errors
lls need not print for current working directory. It does not print correct path for relative paths. Varsha Rao
02:58 PM Revision d1ddd4c5 (ceph): cephfs-shell: Fix 'lls' command errors
This patch fixes following:
* Not printing complete path when '..' is passed as argument.
* Printing of path for curr...
Varsha Rao
02:49 PM CephFS Bug #40243 (Fix Under Review): cephfs-shell: Incorrect error message is printed in 'lcd' command
Varsha Rao
02:43 PM CephFS Bug #40243 (Resolved): cephfs-shell: Incorrect error message is printed in 'lcd' command
For different types of incorrect arguments passed, appropriate error message is not printed. Varsha Rao
02:46 PM Revision 4b958532 (ceph): cephfs-shell: Catch OSError exceptions in lcd
This patch adds try-except statement to catch the OSError exceptions.
Fixes: http://tracker.ceph.com/issues/40243
Si...
Varsha Rao
01:45 PM Dashboard Cleanup #38003 (Resolved): mgr/dashboard: Avoid merge conflicts in messages.xlf by auto-generatin...
Tiago Melo
01:45 PM Dashboard Backport #39658 (Resolved): nautilus: mgr/dashboard: Avoid merge conflicts in messages.xlf by aut...
Tiago Melo
01:24 PM CephFS Bug #40200 (Fix Under Review): luminous: mds: does fails assert(session->get_nref() == 1) when ba...
Patrick Donnelly
02:05 AM CephFS Bug #40200: luminous: mds: does fails assert(session->get_nref() == 1) when balancing
your patch should fix the issue. Thanks for tracking it down. Could you please create PR ? Zheng Yan
01:05 PM Revision e2a343ab (ceph): Merge pull request #28388 from dillaman/wip-msg-async-1
msg/async: avoid unnecessary costly wakeups for outbound messages
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewe...
Kefu Chai
12:28 PM rgw Feature #40242 (New): radosgw-admin: export & import buckets
Radosgw currently have no option for exporting and importing buckets (but RBD can export and import images)
Use ca...
Torben Hørup
12:16 PM rgw Feature #40241 (New): radosgw: ldap groups
Currently radosgw ldap is only used for authentication
Would be a great enhancement if ldap groups could be used t...
Torben Hørup
12:15 PM Revision fe632e2d (ceph): build/ops: make "patch" build dependency explicit
This commit adds "patch" as an explicit build dependency. Before, the RPM
build was installing it in the build enviro...
Nathan Cutler
12:10 PM rgw Feature #40240 (New): radosgw-admin: modify user placement
The current method for modifying a users default and allowed placement tags, involves exporting the users metadata to... Torben Hørup
12:08 PM rgw Feature #40239 (New): radosgw-admin: manage policies
radosgw-admin have the policy command for reading the policy of a bucket/object - but lacks the ability to modify them. Torben Hørup
12:01 PM CephFS Bug #38739 (Resolved): cephfs-shell: python traceback with mkdir inside inexistant directory
Nathan Cutler
12:01 PM CephFS Backport #39379 (Resolved): nautilus: cephfs-shell: python traceback with mkdir inside inexistant...
Nathan Cutler
12:01 PM CephFS Feature #38740 (Resolved): cephfs-shell: support mkdir with non-octal mode
Nathan Cutler
12:01 PM CephFS Backport #39378 (Resolved): nautilus: cephfs-shell: support mkdir with non-octal mode
Nathan Cutler
12:01 PM CephFS Bug #38741 (Resolved): cephfs-shell: python traceback with mkdir when reattempt of mkdir
Nathan Cutler
12:01 PM CephFS Backport #39377 (Resolved): nautilus: cephfs-shell: python traceback with mkdir when reattempt of...
Nathan Cutler
12:00 PM CephFS Bug #38743 (Resolved): cephfs-shell: mkdir creates directory with invalid octal mode
Nathan Cutler
12:00 PM CephFS Backport #39376 (Resolved): nautilus: cephfs-shell: mkdir creates directory with invalid octal mode
Nathan Cutler
12:00 PM CephFS Bug #38996 (Resolved): cephfs-shell: ls command produces error: no "colorize" attribute found error
Nathan Cutler
12:00 PM CephFS Backport #39197 (Resolved): nautilus: cephfs-shell: ls command produces error: no "colorize" attr...
Nathan Cutler
11:59 AM CephFS Backport #39192 (Resolved): nautilus: mds: crash during mds restart
Nathan Cutler
11:58 AM CephFS Backport #39199 (Resolved): nautilus: mds: we encountered "No space left on device" when moving h...
Nathan Cutler
11:35 AM Linux kernel client Bug #40190: oops or soft lockup after MDS crash
Fixed by commit "ceph: don't blindly unregister session that is in opening state" in https://github.com/ceph/ceph-cli... Zheng Yan
03:47 AM Linux kernel client Bug #40190: oops or soft lockup after MDS crash
yes. it's related. mds crash while importing caps reveals a kernel bug... Zheng Yan
02:48 AM Linux kernel client Bug #40190: oops or soft lockup after MDS crash
looks like cap->session is wild pointer Zheng Yan
11:23 AM Backport #40232 (In Progress): nautilus: build/ops: python3 pybind RPMs do not replace their pyth...
Nathan Cutler
10:28 AM Backport #40232 (Resolved): nautilus: build/ops: python3 pybind RPMs do not replace their python2...
https://github.com/ceph/ceph/pull/28469 Nathan Cutler
11:23 AM Revision ef7e7555 (ceph): rpm: have py3 RPMs provide/obsolete py2 predecessors
When upgrading from a Python 2 build to a Python 3 one, we need to make the
python3-* packages replace their Python 2...
Nathan Cutler
11:03 AM Bug #40155: "make: *** [hello_world_cpp] Error 127" in rados
David Galloway wrote:
> Sure, I guess my question is: Did $PATH get munged before the workunit test got ran?
If ...
Nathan Cutler
10:47 AM rgw Bug #40111: RGW-Swift does not support capabilities API call
Matt Benjamin wrote:
> (shilpa, is this a doc bug?)
We do have this documented here:
http://docs.ceph.com/docs...
Shilpa MJ
10:37 AM CephFS Bug #22524: NameError: global name 'get_mds_map' is not defined
Note: luminous backport is tracked by #40182, where cbbdd0da7d40e4e5def5cc0b9a9250348e71019f is also being backported... Nathan Cutler
10:29 AM rbd Backport #40237 (Resolved): nautilus: "profile rbd" OSD cap should add "class rbd metadata_list" ...
https://github.com/ceph/ceph/pull/29328 Nathan Cutler
10:28 AM CephFS Backport #40236 (Resolved): nautilus: mds: blacklisted clients eviction is broken
https://github.com/ceph/ceph/pull/28618 Nathan Cutler
10:28 AM rbd Backport #40235 (Resolved): nautilus: [CLI]rbd: get positional argument error when using --image
https://github.com/ceph/ceph/pull/28870 Nathan Cutler
10:28 AM rbd Backport #40234 (Resolved): mimic: [CLI]rbd: get positional argument error when using --image
https://github.com/ceph/ceph/pull/29294 Nathan Cutler
10:28 AM rbd Backport #40233 (Resolved): luminous: [CLI]rbd: get positional argument error when using --image
https://github.com/ceph/ceph/pull/29295 Nathan Cutler
10:28 AM Backport #40231 (Resolved): nautilus: maybe_remove_pg_upmap can be super inefficient for large cl...
https://github.com/ceph/ceph/pull/28756 Nathan Cutler
10:28 AM Backport #40230 (Resolved): mimic: maybe_remove_pg_upmap can be super inefficient for large clusters
https://github.com/ceph/ceph/pull/28619 Nathan Cutler
10:28 AM Backport #40229 (Resolved): luminous: maybe_remove_pg_upmap can be super inefficient for large cl...
https://github.com/ceph/ceph/pull/28594 Nathan Cutler
10:27 AM RADOS Backport #40228 (Resolved): nautilus: mon: rados/multimon tests fail with clock skew
https://github.com/ceph/ceph/pull/28576 Nathan Cutler
10:27 AM Messengers Backport #40227 (Resolved): nautilus: msg: bad address encoding when CEPH_FEATURE_MSG_ADDR2 enabled
https://github.com/ceph/ceph/pull/30697 Nathan Cutler
10:27 AM rgw Backport #40226 (Resolved): nautilus: rgw_file: include tenant when hashing bucket names
https://github.com/ceph/ceph/pull/28854 Nathan Cutler
10:27 AM rgw Backport #40225 (Resolved): mimic: rgw_file: include tenant when hashing bucket names
https://github.com/ceph/ceph/pull/29277 Nathan Cutler
10:27 AM rgw Backport #40224 (Rejected): luminous: rgw_file: include tenant when hashing bucket names
Nathan Cutler
10:27 AM CephFS Backport #40223 (Resolved): nautilus: mds: reset heartbeat during long-running loops in recovery
https://github.com/ceph/ceph/pull/28611 Nathan Cutler
10:27 AM CephFS Backport #40222 (Resolved): mimic: mds: reset heartbeat during long-running loops in recovery
https://github.com/ceph/ceph/pull/28918 Nathan Cutler
10:27 AM CephFS Backport #40221 (Resolved): luminous: mds: reset heartbeat during long-running loops in recovery
https://github.com/ceph/ceph/pull/28544 Nathan Cutler
10:26 AM CephFS Backport #40220 (Resolved): nautilus: TestMisc.test_evict_client fails
https://github.com/ceph/ceph/pull/28613 Nathan Cutler
10:26 AM CephFS Backport #40219 (Resolved): mimic: TestMisc.test_evict_client fails
https://github.com/ceph/ceph/pull/29228 Nathan Cutler
10:26 AM CephFS Backport #40218 (Resolved): luminous: TestMisc.test_evict_client fails
https://github.com/ceph/ceph/pull/29229 Nathan Cutler
10:26 AM CephFS Backport #40217 (Resolved): nautilus: cephfs-shell: Fix flake8 errors
https://github.com/ceph/ceph/pull/28681 Nathan Cutler
10:26 AM rgw Backport #40216 (Resolved): nautilus: rgw_file: fix invalidation of top-level directories
https://github.com/ceph/ceph/pull/29309 Nathan Cutler
10:26 AM rgw Backport #40215 (Resolved): mimic: rgw_file: fix invalidation of top-level directories
https://github.com/ceph/ceph/pull/29276 Nathan Cutler
10:26 AM rgw Backport #40214 (Rejected): luminous: rgw_file: fix invalidation of top-level directories
Nathan Cutler
10:22 AM CephFS Bug #38803 (Resolved): qa: test_sessionmap assumes simple messenger
Nathan Cutler
10:22 AM CephFS Backport #39430 (Resolved): nautilus: qa: test_sessionmap assumes simple messenger
Nathan Cutler
10:22 AM RADOS Backport #39476 (Resolved): nautilus: segv in fgets() in collect_sys_info reading /proc/cpuinfo
Nathan Cutler
10:22 AM Bug #39623 (Resolved): make cluster_network work well.
Nathan Cutler
10:21 AM Backport #39671 (Resolved): nautilus: make cluster_network work well.
Nathan Cutler
09:22 AM Bug #39974 (Resolved): Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Nathan Cutler
09:22 AM Backport #40067 (Resolved): nautilus: Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Nathan Cutler
08:31 AM rgw Backport #40087 (Resolved): nautilus: backport new iso8601 parsing logic
Nathan Cutler
08:27 AM mgr Bug #39662 (Resolved): ceph-mgr should log an error if it can't find any modules to load
Nathan Cutler
08:27 AM mgr Backport #40090 (Resolved): nautilus: ceph-mgr should log an error if it can't find any modules t...
Nathan Cutler
06:41 AM Revision 0b6909c1 (ceph): rgw/pubsub: make new PSZone parameters optional in test
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com> Yuval Lifshitz
06:12 AM Revision fa3e452e (ceph): include/config-h.in.cmake: remove HAVE_XIO
* remove the HAVE_XIO template
* remove README.xio
as XioMessenger was removed back in cc9a9142 .
Signed-off-by: Ke...
Kefu Chai
06:11 AM Backport #19223: jewel: osd crashes during hit_set_trim and hit_set_remove_all if hit set object ...
It seem that this problem still happen on Mimic. Lazuardi Nasution
05:28 AM Revision 543f3d86 (ceph): ceph_volume_client: decode d_name before using it
d_name is received as byte array but the code intends to use it as
a string. Therefore, convert it before using.
Fix...
Rishabh Dave
03:30 AM Revision c0fe25bb (ceph): mds: trim cache during standby replay
Fixes:http://tracker.ceph.com/issues/40213
Signed-off-by: simon gao <simon29rock@gmail.com>
simon gao
03:20 AM CephFS Bug #40213 (Resolved): mds: cannot switch mds state from standby-replay to active
if a standby-replay mds run for a long time, there are too many inodes in cache. In the rejoin phase, the mds server ... simon gao
01:46 AM rgw Bug #40170: radosgw response 500 error while putting object
Casey Bodley wrote:
> What s3 client are you using? Is this happening for all PUT requests? The "20 get_data() retur...
liang sibin
12:39 AM Revision 668f3db1 (ceph): osd: unify sources of no{up,down,in,out} flags into singleton helpers
Currently there are various ways to set no{up,down,in,out} flags,
by osd, by crush node, or by device class.
Use tra...
xie xingguo

06/09/2019

11:24 PM CephFS Bug #40200: luminous: mds: does fails assert(session->get_nref() == 1) when balancing
We have seen 3 identical crashes so far. (Logs of the crashed MDSs are at ceph-post-file: a74beec8-0a68-44c1-bfc5-56d... Dan van der Ster
10:37 PM Revision 3dc05ee0 (ceph): Merge pull request #28441 from yuriw/wip-yuriw-40194-kraken
test/librbd: updated test_notify to handle new release lock semantics Yuri Weinstein
02:20 PM Revision d185c46a (ceph): admin,doc/_ext/ceph_releases.py: use yaml.safe_load()
see
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:26 PM Revision ee11e9b6 (ceph): Merge pull request #23312 from sylvia0409/master
doc: Fixes OSD node labels which based on the osd_devices name
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:46 AM Revision 2394f0cc (ceph): Merge pull request #28461 from tchaikov/wip-cmake-pg-meta-set
crimson/osd/pg_meta: use initializer list for passing set<>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
10:11 AM Revision 5a028137 (ceph): crimson/osd/pg_meta: use initializer list for passing set<>
we cannot assume that the data in string views are always nul
terminated.
this change partially reverts 82fedbd00890...
Kefu Chai
07:32 AM Revision b4d67ab9 (ceph): Merge pull request #28397 from tchaikov/wip-38403
osdc/Objecter: use unique_ptr<OSDMap> for Objecter::osdmap
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
03:51 AM CephFS Bug #39987: mds: MDCache::cow_inode does not cleanup unneeded client_snap_caps
https://github.com/ceph/ceph/pull/28190 is incomplete
https://github.com/ceph/ceph/pull/28459
Zheng Yan
03:24 AM CephFS Bug #39987 (Fix Under Review): mds: MDCache::cow_inode does not cleanup unneeded client_snap_caps
Zheng Yan

06/08/2019

09:51 PM Revision 8e89e5db (ceph): qa/tests: removed `1node` and `systemd` tests as ceph-deploy is not act...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
06:17 PM CephFS Bug #24072 (Resolved): mds: race with new session from connection and imported session
Patrick Donnelly
06:03 PM Linux kernel client Bug #40190: oops or soft lockup after MDS crash
Probably this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1710556
Kernel patches here:
https://github.com/...
Patrick Donnelly
04:32 PM CephFS Backport #39379: nautilus: cephfs-shell: python traceback with mkdir inside inexistant directory
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27677
merged
Yuri Weinstein
04:31 PM CephFS Backport #39378: nautilus: cephfs-shell: support mkdir with non-octal mode
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27677
merged
Yuri Weinstein
04:31 PM CephFS Backport #39377: nautilus: cephfs-shell: python traceback with mkdir when reattempt of mkdir
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27677
merged
Yuri Weinstein
04:31 PM CephFS Backport #39376: nautilus: cephfs-shell: mkdir creates directory with invalid octal mode
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27677
merged
Yuri Weinstein
04:31 PM CephFS Backport #39197: nautilus: cephfs-shell: ls command produces error: no "colorize" attribute found...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27677
merged
Yuri Weinstein
04:31 PM Revision 8623732b (ceph): Merge pull request #27677 from smithfarm/wip-39197-nautilus
nautilus: cephfs-shell: ls command produces error: no colorize attribute found error
Reviewed-by: Venky Shankar <vsh...
Yuri Weinstein
04:30 PM CephFS Backport #39192: nautilus: mds: crash during mds restart
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27714
merged
Yuri Weinstein
04:30 PM Revision 95d8e5fe (ceph): Merge pull request #27714 from pdvian/wip-39192-nautilus
nautilus: mds: drop reconnect message from non-existent session
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:30 PM CephFS Backport #39199: nautilus: mds: we encountered "No space left on device" when moving huge number ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27736
merged
Yuri Weinstein
04:30 PM Revision e936319d (ceph): Merge pull request #27736 from pdvian/wip-39199-nautilus
nautilus: mds/server: check directory split after rename.
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:29 PM CephFS Backport #39209: nautilus: mds: mds_cap_revoke_eviction_timeout is not used to initialize Server:...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27842
merged
Yuri Weinstein
04:29 PM Revision 2f2431f2 (ceph): Merge pull request #27842 from pdvian/wip-39209-nautilus
nautilus: mds: initialize cap_revoke_eviction_timeout with conf
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:29 PM CephFS Backport #39470: nautilus: There is no punctuation mark or blank between tid and client_id in th...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27846
merged
Yuri Weinstein
04:29 PM Revision 5d8e0653 (ceph): Merge pull request #27846 from ashishkumsingh/wip-39470-nautilus
nautilus: mds: better output of 'ceph health detail'
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:29 PM CephFS Backport #39473: nautilus: mds: fail to resolve snapshot name contains '_'
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27849
merged
Yuri Weinstein
04:28 PM Revision 5357bda7 (ceph): Merge pull request #27849 from Vicente-Cheng/wip-39473-nautilus
nautilus: mds: fail to resolve snapshot name contains '_'
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:20 PM Revision 7fb50809 (ceph): qa/tests: removed `1node` and `systemd` tests as ceph-deploy is not act...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
03:57 PM CephFS Bug #40001: mds cache oversize after restart
Zheng Yan wrote:
> please if these dirfrag fetches are from open_file_table
How can I figure out if they are from...
Yunzhi Cheng
03:36 PM Revision bec00b8a (ceph): Merge pull request #28403 from xiexingguo/wip-unify-is-noup
osd: unify sources of no{up,down,in,out} flags into singleton helpers
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:35 PM Revision 64fa21e7 (ceph): osdc/Objecter: move Objecter::Objecter() into .cc
to speed up compilation.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:34 PM Revision 8f30bd86 (ceph): osdc/Objecter: use unique_ptr<OSDMap> for Objecter::osdmap
Fixes: http://tracker.ceph.com/issues/38403
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:31 PM Revision e11c6865 (ceph): Merge pull request #28379 from jtlayton/wip-jlayton-40114
msg: fix addr2 encoding for sockaddrs
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat....
Kefu Chai
03:30 PM Messengers Bug #40114 (Pending Backport): msg: bad address encoding when CEPH_FEATURE_MSG_ADDR2 enabled
Kefu Chai
03:28 PM Bug #40099 (Pending Backport): build/ops: python3 pybind RPMs do not replace their python2 counte...
Kefu Chai
03:28 PM Revision 8aa5bf0c (ceph): Merge pull request #28368 from kamoltat/wip-progress-module-pg-osdmap-c...
mgr/progress: Look at PG state when PG epoch >= OSDMap epoch
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:27 PM Revision 177956c9 (ceph): Merge pull request #28352 from smithfarm/wip-rpm-obsolete-python
rpm: have pybind RPMs provide/obsolete their python2 predecessors
Reviewed-by: Tim Serong <tserong@suse.com>
Reviewe...
Kefu Chai
03:24 PM Revision 286cdeb7 (ceph): Merge pull request #27512 from jmolmo/tls_auth
mgr/ansible: TLS Mutual Authentication
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Kefu Chai
01:45 PM Revision 8e0ddc98 (ceph): mds: fix corner case of replaying open sessions
Marking a session dirty may flush all existing dirty sessions. MDS
calls Server::finish_force_open_sessions() for log...
Yan, Zheng
01:45 PM Revision cd6f65b4 (ceph): mds: ignore sessionmap version mismatch if mds_wipe_sessions is set
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:15 PM Revision dcae1ea2 (ceph): mds: change how mds revoke stale caps
- Only revokes conflicting caps from stale client.
- If stale client holds conflicting CEPH_CAP_ANY_WR,
blacklist a...
Yan, Zheng
01:15 PM Revision 1c8be588 (ceph): qa/cephfs: update tests for stale session handling
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:14 PM Revision 98af31d1 (ceph): mds: don't mark unresponsive sessions holding no caps stale
When an unresponsive MDS session holds no caps, do not mark it stale
even after session_timeout; at session_autoclose...
Rishabh Dave
01:06 PM CephFS Bug #40211 (Fix Under Review): mds: fix corner case of replaying open sessions
Zheng Yan
12:01 PM CephFS Bug #40211 (Resolved): mds: fix corner case of replaying open sessions
Marking a session dirty may flush all existing dirty sessions. MDS
calls Server::finish_force_open_sessions() for lo...
Zheng Yan
04:20 AM Revision 38fc69d0 (ceph): Merge PR #28171 into master
* refs/pull/28171/head:
test_volume_client: simplify test_get_authorized_ids()
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
04:19 AM CephFS Bug #39987 (Pending Backport): mds: MDCache::cow_inode does not cleanup unneeded client_snap_caps
Patrick Donnelly
04:18 AM Revision a5696cb4 (ceph): Merge PR #28190 into master
* refs/pull/28190/head:
mds: cleanup unneeded client_snap_caps when splitting snap inode
Reviewed-by: Patrick Donne...
Patrick Donnelly
04:16 AM CephFS Bug #40061 (Pending Backport): mds: blacklisted clients eviction is broken
Patrick Donnelly
04:16 AM Revision 2c2cf856 (ceph): Merge PR #28293 into master
* refs/pull/28293/head:
mds: avoid passing null to SessionmMap::hit_session()
qa/cephfs: add test for blacklisted c...
Patrick Donnelly
04:14 AM CephFS Feature #40121 (Resolved): mds: count purge queue items left in journal
Patrick Donnelly
04:14 AM Revision e60af462 (ceph): Merge PR #28376 into master
* refs/pull/28376/head:
mds: count purge queue items left in journal
Reviewed-by: Patrick Donnelly <pdonnell@redhat...
Patrick Donnelly
04:13 AM CephFS Bug #40171 (Pending Backport): mds: reset heartbeat during long-running loops in recovery
Patrick Donnelly
04:13 AM Revision 37c70455 (ceph): Merge PR #28406 into master
* refs/pull/28406/head:
mds: reset heartbeat inside big loop
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:12 AM CephFS Bug #40173 (Pending Backport): TestMisc.test_evict_client fails
Patrick Donnelly
04:12 AM Revision eaaf648c (ceph): Merge PR #28411 into master
* refs/pull/28411/head:
qa/cephfs: fix test_evict_client
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:12 AM CephFS Cleanup #40191 (Pending Backport): cephfs-shell: Fix flake8 errors
Patrick Donnelly
04:10 AM Revision df2d0cb8 (ceph): Merge PR #28433 into master
* refs/pull/28433/head:
cephfs-shell: Remove unnecessary empty line
cephfs-shell: Fix flake8 bare 'except' warnings...
Patrick Donnelly
02:14 AM CephFS Bug #40210 (New): mds: stuck in up:clientreplay during thrashing
... Patrick Donnelly
12:07 AM Messengers Bug #40209 (New): msg: connection thrash failure causes mon to be marked down
I would expect this to be recoverable without a health warning. Is that correct?
Injected failure causing mon.1 (m...
Patrick Donnelly

06/07/2019

11:32 PM Revision 974e374e (ceph): osd: Don't randomize deep scrubs when noscrub set
Fixes: http://tracker.ceph.com/issues/40198
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
11:27 PM Revision 62a144f7 (ceph): Merge pull request #28455 from yuriw/wip-yuriw-40208-master
qa/tests: removed `1node` and `systemd` tests as ceph-deploy is not actively developed Yuri Weinstein
09:39 PM Revision 103a4299 (ceph): qa/tests: removed `1node` and `systemd` tests as ceph-deploy is not act...
Fixes: http://tracker.ceph.com/issues/40207
Fixes: http://tracker.ceph.com/issues/40208
Signed-off-by: Yuri Weinstein...
Yuri Weinstein
07:17 PM CephFS Bug #40182 (Fix Under Review): luminous: pybind: luminous volume client breaks against nautilus c...
Let's treat this as a backport. Please cherry-pick the commits from here:
https://github.com/ceph/ceph/pull/17266/...
Patrick Donnelly
07:20 AM CephFS Bug #40182: luminous: pybind: luminous volume client breaks against nautilus cluster
proposed fix: https://github.com/ceph/ceph/pull/28445 Jan Fajerski
06:59 PM Revision b4c7d0fa (ceph): rgw_file: all directories are virtual with respect to contents
This change causes directory handles to always report an mtime of
"now." This is not an invalidate per se--it intera...
Matt Benjamin
06:26 PM rgw Bug #40196 (Pending Backport): rgw_file: fix invalidation of top-level directories
Matt Benjamin
06:25 PM Revision 167ce678 (ceph): Merge pull request #28440 from linuxbox2/wip-rgwfile-invbckt
rgw_file: permit lookup_handle to lookup root_fh Matt Benjamin
05:39 PM mgr Bug #40206 (Closed): pybind/mgr: module 'pg_autoscaler' has failed: 'dict' object has no attribut...
Is this functionality only available with python 2? Michael Jones
04:36 PM Revision 27808136 (ceph): Merge pull request #28442 from neha-ojha/wip-40120-port
qa/tasks/cbt.py: change port to work with client_endpoints
Reviewed-by: Mark Nelson <mnelson@redhat.com>
Neha Ojha
04:35 PM Revision d5db7863 (ceph): Merge pull request #27851 from Vicente-Cheng/wip-39232-nautilus
nautilus: kclient: nofail option not supported
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:35 PM CephFS Backport #39232: nautilus: kclient: nofail option not supported
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27851
merged
Yuri Weinstein
04:14 PM Revision 0e5ab6f9 (ceph): install-deps.sh: use GCC-9 on bionic
two reasons
* GCC-9 features more checks. so let's use it!
* crimson targets the hardware + toolchain + kernel after...
Kefu Chai
04:14 PM Revision 6e62f5f8 (ceph): install-deps.sh: update ubuntu-toolchain-r mirrors
the removed two do not have GCC-9, but the newly added mirros do.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:13 PM Revision dd1ef108 (ceph): Merge pull request #28435 from yuriw/wip-yuriw-smoke-master
qa/tests: reduced distro to run to be random Yuri Weinstein
04:03 PM Revision 5cc1a62f (ceph): Merge pull request #28428 from tchaikov/wip-package-crimson-osd
rpm,debian,install-deps: package crimson-osd
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-by: Tim Serong <t...
Kefu Chai
03:44 PM CephFS Backport #39214: nautilus: mds: there is an assertion when calling Beacon::shutdown()
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27852
merged
Yuri Weinstein
03:44 PM Revision 98830496 (ceph): Merge pull request #27852 from Vicente-Cheng/wip-39214-nautilus
nautilus: mds: there is an assertion when calling Beacon::shutdown()
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
03:44 PM CephFS Backport #39211: nautilus: MDSTableServer.cc: 83: FAILED assert(version == tid)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27853
merged
Yuri Weinstein
03:44 PM Revision 76cb4ba1 (ceph): Merge pull request #27853 from Vicente-Cheng/wip-39211-nautilus
nautilus: mds: MDSTableServer.cc: 83: FAILED assert(version == tid)
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Review...
Yuri Weinstein
03:43 PM CephFS Backport #39222: nautilus: mds: behind on trimming and "[dentry] was purgeable but no longer is!"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27879
merged
Yuri Weinstein
03:43 PM Revision 3f19b399 (ceph): Merge pull request #27879 from pdvian/wip-39222-nautilus
nautilus: mds: behind on trimming and "[dentry] was purgeable but no longer is!"
Reviewed-by: Venky Shankar <vshanka...
Yuri Weinstein
03:43 PM CephFS Backport #38876: nautilus: mds: high debug logging with many subtrees is slow
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27892
merged
Yuri Weinstein
03:42 PM Revision c4476671 (ceph): Merge pull request #27892 from Vicente-Cheng/wip-38876-nautilus
nautilus: mds: high debug logging with many subtrees is slow
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
03:42 PM CephFS Backport #39471: nautilus: Expose CephFS snapshot creation time to clients
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27901
merged
Yuri Weinstein
03:42 PM Revision df207edc (ceph): Merge pull request #27901 from Vicente-Cheng/wip-39471-nautilus
nautilus: mds: Expose CephFS snapshot creation time to clients
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
03:26 PM Messengers Bug #40115: handle_read_frame_preamble_main crc mismatch for main preamble rx_crc=2646747243 tx_c...
PR: https://github.com/ceph/ceph/pull/28453 Radoslaw Zarzynski
02:25 PM rgw Support #40205 (New): [librgw] Change the administrative metadata settings of a upload object
When adding a file or new directory into Ceph RGW by using S3cmd. The file always occurs with permission 0666 and a d... Kunyang Fan
02:17 PM Revision 7f19bf39 (ceph): install-deps.sh: populate WITH_SEASTAR in the same way as for_make_check
because `install-deps.sh` is executed using `source`, we have to pass
these options using env variables. but before t...
Kefu Chai
02:17 PM Revision 05899c1b (ceph): cmake: install crimson-osd if WITH_SEASTAR
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:17 PM Revision 9bdf2dfa (ceph): debian/: add ceph-crimson-osd package
this package is commented out using `# Crimson`. and it will be enabled
only if we are building "crimson" flavor buil...
Kefu Chai
02:17 PM Revision 34b02f00 (ceph): ceph.spec.in: package crimson-osd
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:17 PM Revision f03d8e25 (ceph): ceph.spec.in: align "Requires" of ceph-osd
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:16 PM rgw Bug #40204 (Resolved): rgw_file: all directories are virtual with respect to contents, and are al...
Even materialized directories should be regarded as placeholders only for the names, we cannot trust their mtime for ... Matt Benjamin
01:44 PM Linux kernel client Bug #39258: add statx support to kcephfs
The patches are merged in the upstream kernel, but I still don't have any tests yet. We do have some testcases for li... Jeff Layton
01:24 PM mgr Bug #39264: Ceph-mgr Hangup and _check_auth_rotating possible clock skew, rotating keys expired w...
This bug persists in 14.2.1 and is somewhat annoying. Especially as there seems to be no health warn when there is no... Soenke Schippmann
01:06 PM mgr Bug #40203 (New): ceph df shows incorrect usage
TL;DR
"ceph df" shows pool "itaf" as 1.2TiB used, while "rbd du -p itaf" shows total used as 19TiB
What feedback ...
Momcilo Medic
12:20 PM ceph-volume Bug #25030: missing string substitution when reporting mounts
WIP at https://github.com/ceph/ceph/pull/28448 Shyukri Shyukriev
12:05 PM Revision 4ffc765c (ceph): rgw:listobjectsv2
ListObjectsV2 is the revised List Objects API. Returns some or all (up to 1000) of the objects in a bucket. You can u... Albin Antony
12:01 PM CephFS Bug #40202 (Fix Under Review): cephfs-shell: Error messages are printed to stdout
Varsha Rao
11:38 AM CephFS Bug #40202 (Resolved): cephfs-shell: Error messages are printed to stdout
The error messages are mixed with other output messages. Varsha Rao
11:33 AM Dashboard Feature #40201 (New): mgr/dashboard: Display objects in the garbage collector in the objects widget
Hi Dashboard Team,
We think that show the amount of object in the garbage collector should be good in rgw ceph sto...
Manuel Rios
11:21 AM rgw Bug #36530: Radosgw bucket policy does not work when applying to LDAP user
Yes - thank you! I was debugging this for over two weeks now until I found this ticket.
I would consider this a bu...
Thomas Kriechbaumer
09:30 AM Linux kernel client Feature #39967: kclient: recover from a killed session (w/ blacklist)
Isn't client_reconnect_stale a fuse client option? What is the relation to kclient? Dan van der Ster
08:52 AM CephFS Bug #40200 (Rejected): luminous: mds: does fails assert(session->get_nref() == 1) when balancing
We've seen this assertion twice after upgrading MDS's from v12.2.11 to v12.2.12 and due to #40190 it can be disruptiv... Dan van der Ster
08:16 AM Bug #40199 (New): Debian Package Repositories - Missing packages in Packages file
*URLs*: https://eu.ceph.com https://download.ceph.com
*Affected ceph versions*: mimic and nautilus
*Affected De...
Oliver Schraml
07:50 AM Revision c086c13b (ceph): qa/tasks: upgrade command arguments checks in vstart_runner.py
Exempt run.Raw from checks in vstart_runner.py as most of them are
meant for strings.
Signed-off-by: Rishabh Dave <r...
Rishabh Dave
07:47 AM Revision af4c2d5d (ceph): rgw/pubsub: add conf parameter for full/incremental sync
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com> Yuval Lifshitz
05:35 AM rgw Backport #39735 (In Progress): nautilus: multisite: mismatch of bucket creation times from List B...
https://github.com/ceph/ceph/pull/28444 Prashant D
03:26 AM RADOS Bug #40198 (In Progress): Setting noscrub causing extraneous deep scrubs
David Zafman
03:00 AM RADOS Bug #40198 (Resolved): Setting noscrub causing extraneous deep scrubs

ceph osd set noscrub
Wait 1 day or ceph --admin-daemon primary.asok trigger_scrub PGID...
David Zafman
02:49 AM CephFS Bug #40197 (Fix Under Review): The command 'node ls' sometimes output some incorrect information ...
Env: my ceph cluster has tree nodes.Each node has one monitor and one mds and some osds.
test command: ceph node ls
...
shuguang wang
12:57 AM Revision c269e7f1 (ceph): cls/user: cls_user_set_buckets_info overwrites creation_time
metadata sync of a new bucket entrypoint may call rgw_link_bucket()
(which in turn calls into cls user) without delet...
Casey Bodley
12:57 AM Revision 60573c71 (ceph): test/rgw: add multisite test_bucket_creation_time()
does not create any buckets itself, but checks that all creation times
match on buckets created by other tests
Signe...
Casey Bodley
12:21 AM Revision ee02416c (ceph): qa/tasks/cbt.py: change port to work with client_endpoints
hack to work with https://github.com/ceph/cbt/pull/160/
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
12:11 AM Revision 8d13c445 (ceph): Merge pull request #28040 from sebastian-philipp/wip-26654-nautilus
nautilus: mgr/orchestrator: add progress events to all orchestrators
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
12:08 AM Revision 404ed645 (ceph): Merge pull request #27625 from liewegas/wip-min-crush-hammer-nautilus
nautilus: common/options: update mon_crush_min_required_version=hammer
Reviewed-by: Greg Farnum <gfarnum@redhat.com>...
Yuri Weinstein
12:08 AM Revision 0a86eda5 (ceph): Merge pull request #27824 from liewegas/wip-abort-msg-nautilus
nautilus: common/assert: include ceph_abort_msg(arg) arg in log output
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
12:06 AM CephFS Backport #39050: nautilus: ceph_volume_client: Too many arguments for "WriteOpCtx"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27893
merged
Yuri Weinstein
12:06 AM Revision 8b988aea (ceph): Merge pull request #27893 from Vicente-Cheng/wip-39050-nautilus
nautilus: ceph_volume_client: Too many arguments for "WriteOpCtx"
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
12:04 AM mgr Backport #39559: nautilus: mgr/ansible: Host ls implementation
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27919
merged
Yuri Weinstein
12:04 AM Revision 81932b64 (ceph): Merge pull request #27919 from sebastian-philipp/wip-39559-nautilus
nautilus: mgr/ansible: Host ls implementation
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Yuri Weinstein
12:02 AM Dashboard Backport #39658: nautilus: mgr/dashboard: Avoid merge conflicts in messages.xlf by auto-generatin...
Ricardo Marques wrote:
> https://github.com/ceph/ceph/pull/28178
merged
Yuri Weinstein
12:02 AM Revision 2dec7768 (ceph): Merge pull request #28178 from tspmelo/wip-39658-nautilus
nautilus: mgr/dashboard: Avoid merge conflicts in messages.xlf by auto-generating it at build time?
Reviewed-by: Len...
Yuri Weinstein
12:00 AM Dashboard Backport #40031: nautilus: mgr/dashboard: "local variable 'cluster_id' referenced before assignme...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28261
merged
Yuri Weinstein
12:00 AM Revision 478f1035 (ceph): Merge pull request #28261 from ricardoasmarques/wip-40031-nautilus
nautilus: mgr/dashboard: local variable 'cluster_id' referenced before assignment error when trying to list NFS Ganes... Yuri Weinstein

06/06/2019

11:59 PM Backport #40044: nautilus: common: segfault while parsing POD_MEMORY_REQUEST
Sage Weil wrote:
> https://github.com/ceph/ceph/pull/28382
merged
Yuri Weinstein
11:59 PM Revision b4f891b9 (ceph): Merge pull request #28382 from liewegas/wip-40044-nautilus
nautilus: common: fix parse_env nullptr deref
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Sébas...
Yuri Weinstein
11:24 PM Revision 4c335b31 (ceph): Merge pull request #28439 from yuriw/wip-yuriw-crontab-master
qa/tests: filtered in only "trusty" Yuri Weinstein
10:02 PM Bug #40194 (Fix Under Review): Segmentation fault (core dumped) in upgrade:client-upgrade-kraken-...
Yuri Weinstein
10:02 PM Bug #40194: Segmentation fault (core dumped) in upgrade:client-upgrade-kraken-luminous
cheery picked https://github.com/ceph/ceph/pull/28441 Yuri Weinstein
08:55 PM Bug #40194: Segmentation fault (core dumped) in upgrade:client-upgrade-kraken-luminous
This Jewel PR [1] would need to be applied to Kraken as well
[1] https://github.com/ceph/ceph/pull/18560/files
Jason Dillaman
08:11 PM Bug #40194: Segmentation fault (core dumped) in upgrade:client-upgrade-kraken-luminous
@Yuri -- I think this test should still work (it has been working, right)? Jason Dillaman
07:57 PM Bug #40194: Segmentation fault (core dumped) in upgrade:client-upgrade-kraken-luminous
@jason shall we remove tests ? Yuri Weinstein
07:56 PM Bug #40194 (Fix Under Review): Segmentation fault (core dumped) in upgrade:client-upgrade-kraken-...
Run: http://pulpito.ceph.com/teuthology-2019-06-02_05:50:02-upgrade:client-upgrade-kraken-luminous-distro-basic-smith... Yuri Weinstein
09:56 PM Revision 2ed13287 (ceph): test/librbd: updated test_notify to handle new release lock semantics
Fixes: http://tracker.ceph.com/issues/21912
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
09:52 PM Bug #40195 (Resolved): Command failed on smithi186 with status 1: 'sudo yum -y install ceph-rados...
Yuri Weinstein
08:22 PM Bug #40195 (Fix Under Review): Command failed on smithi186 with status 1: 'sudo yum -y install ce...
Yuri Weinstein
08:22 PM Bug #40195: Command failed on smithi186 with status 1: 'sudo yum -y install ceph-radosgw' in upg...
https://github.com/ceph/ceph/pull/28439 Yuri Weinstein
08:14 PM Bug #40195: Command failed on smithi186 with status 1: 'sudo yum -y install ceph-radosgw' in upg...
This suite has to run on trusty only Yuri Weinstein
08:14 PM Bug #40195 (Resolved): Command failed on smithi186 with status 1: 'sudo yum -y install ceph-rados...
Run: http://pulpito.ceph.com/teuthology-2019-06-02_05:45:02-upgrade:client-upgrade-hammer-luminous-distro-basic-smith... Yuri Weinstein
09:49 PM CephFS Bug #39436 (Resolved): qa: upgrade task fails from mimic to master
Patrick Donnelly
09:48 PM Revision 2b7d75a2 (ceph): Merge PR #27731 into master
* refs/pull/27731/head:
qa: use mimic-O upgrade process
Reviewed-by: Sage Weil <sage@redhat.com>
Patrick Donnelly
09:36 PM Revision 7939b1a1 (ceph): qa/tests: filtered in only "trusty"
Fixes: http://tracker.ceph.com/issues/40195
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
09:04 PM rgw Bug #40196 (Fix Under Review): rgw_file: fix invalidation of top-level directories
Matt Benjamin
09:01 PM rgw Bug #40196 (Resolved): rgw_file: fix invalidation of top-level directories
Originally, root_fh was reachable from RGWLibFS::fh_cache, but
this was problematic as it has infinite lifetime and ...
Matt Benjamin
09:03 PM Revision 547cb9f8 (ceph): rgw_file: permit lookup_handle to lookup root_fh
Originally, root_fh was reachable from RGWLibFS::fh_cache, but
this was problematic as it has infinite lifetime and s...
Matt Benjamin
08:06 PM Revision 66f18ecd (ceph): qa: use mimic-O upgrade process
Fixes: https://tracker.ceph.com/issues/39436
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:52 PM Revision 150173e0 (ceph): client: clean up error checking and return of _lookup_parent
ll_lookup_inode can end up getting back 0 from _lookup_parent,
without zeroing out the parent pointer, which ends up ...
Jeff Layton
07:46 PM CephFS Backport #39213 (In Progress): luminous: mds: there is an assertion when calling Beacon::shutdown()
Patrick Donnelly
07:44 PM Revision 56c05033 (ceph): mds: there is an assertion when calling Beacon::shutdown()
If you run MDSDaemon::init(), an exception occurs that causes MDSDaemon::suicide()--->Beacon::shutdown()--->sender.jo... huanwen ren
07:44 PM CephFS Backport #40160 (In Progress): luminous: FSAL_CEPH assertion failed in Client::_lookup_name: "par...
Jeff Layton
12:46 AM CephFS Backport #40160: luminous: FSAL_CEPH assertion failed in Client::_lookup_name: "parent->is_dir()"
Jeff, can you do this backport please? Patrick Donnelly
07:44 PM CephFS Backport #39231 (In Progress): luminous: kclient: nofail option not supported
Patrick Donnelly
07:43 PM RADOS Bug #40193 (Duplicate): Changing pg_num and other pool settings are ignored
... Nathan Fish
07:42 PM Revision 47529116 (ceph): mount.ceph.c: do not pass nofail to the kernel
nofail is a userspace level option and shouldn't be passed to the kernel
Fixes: https://tracker.ceph.com/issues/2326...
Kenneth Waegeman
07:08 PM Dashboard Bug #40051: mgr/dashboard: Dashboard login page broken; summary returns 401
Just a note I tried with 14.2.0 release and cannot duplicate this behavior. Seems to be new in 14.2.1
Wes Dillingham
06:07 PM rgw Bug #39950 (Fix Under Review): [rgw] prepend object name with bucket marker not bucket id
Matt Benjamin
06:05 PM rgw Bug #39985 (Triaged): lifecycle: add object tags to bucket index
Matt Benjamin
06:02 PM rgw Bug #40111 (In Progress): RGW-Swift does not support capabilities API call
Matt Benjamin
05:51 PM rgw Bug #40111: RGW-Swift does not support capabilities API call
(shilpa, is this a doc bug?) Matt Benjamin
06:02 PM rgw Bug #40018 (Triaged): crash in io_context thread when lots of connections abort
Matt Benjamin
06:01 PM rgw-testing Bug #40069 (Triaged): unittest_rgw_dmclock_scheduler
Matt Benjamin
06:01 PM rgw Bug #39989 (Triaged): rgw: list bucket with start marker and delimiter will miss next object with...
Casey Bodley
05:58 PM rgw Bug #39991: rgw: Cannot link a bucket to a user that is owned by a tenanted user
Marcus' bucket mv and implicit tenants fixes certainly address this--they are a priority to get merged.
Matt
Matt Benjamin
05:57 PM rgw Bug #39991 (Triaged): rgw: Cannot link a bucket to a user that is owned by a tenanted user
Matt Benjamin
05:56 PM rgw Bug #40025 (Need More Info): rgw Segmentation fault(12.2.10)
Can you share any more details? Does this crash often? Have you been able to capture a log with a full backtrace? Casey Bodley
05:54 PM rgw Bug #40049 (Triaged): rgw: Abort Multipart Upload after X days.
Matt Benjamin
05:53 PM rgw Bug #40089: rgw: conditionally allow builtin users with non-unique email addresses
Casey Bodley
05:47 PM rgw Bug #37668: AbortMultipartUpload causes data loss(NoSuchKey) when CompleteMultipartUpload request...
will take it Matt Benjamin
05:45 PM rgw Bug #40170 (Need More Info): radosgw response 500 error while putting object
What s3 client are you using? Is this happening for all PUT requests? The "20 get_data() returned ret=-5" error impli... Casey Bodley
05:36 PM rgw Bug #38055 (In Progress): rgw: GET/HEAD and PUT operations on buckets w/lifecycle expiration conf...
Casey Bodley
05:35 PM rgw Bug #39632: lifecycle transitions on non existent placement targets
Casey Bodley
05:21 PM CephFS Bug #40182: luminous: pybind: luminous volume client breaks against nautilus cluster
I think adopting `fs dump` instead of `mds dump` is the right thing to do. Patrick Donnelly
07:22 AM CephFS Bug #40182 (Resolved): luminous: pybind: luminous volume client breaks against nautilus cluster
Due to the removal of the 'ceph mds dump' command in nautilus, a luminous ceph_volume_client does not work against a ... Jan Fajerski
05:16 PM RADOS Bug #36739: ENOENT in collection_move_rename on EC backfill target
https://github.com/ceph/ceph/pull/27015 (more complete fix) merged Sage Weil
05:15 PM Revision 78122147 (ceph): Merge PR #27015 into master
* refs/pull/27015/head:
OSD: rollforward may need to mark pglog dirty
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
05:15 PM RADOS Bug #20491 (Resolved): objecter leaked OSDMap in handle_osd_map
Sage Weil
05:15 PM Revision 3d519bd9 (ceph): Merge PR #28242 into master
* refs/pull/28242/head:
osdc/Objecter: fix OSDMap leak in handle_osd_map
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Sage Weil
05:14 PM Revision 5e569e1c (ceph): Merge PR #28363 into master
* refs/pull/28363/head:
osd/ClassHandler: use std::variant for storing func
osd/ClassHandler: no need to add `struc...
Sage Weil
05:08 PM Revision c6c90663 (ceph): qa/tests: reduced distro to run to be random
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:35 PM Bug #39643 (In Progress): make jemalloc/tcmalloc work.
https://github.com/ceph/ceph/pull/28039 links perf_async_msgr against tcmalloc/jemalloc for better performance of thi... Kefu Chai
04:18 PM rbd Bug #40110 (Fix Under Review): [rbd-mirror] ensure tcmalloc is used if available
Jason Dillaman
04:13 PM rbd Bug #40110 (In Progress): [rbd-mirror] ensure tcmalloc is used if available
Jason Dillaman
04:17 PM Revision 163c1229 (ceph): rbd-mirror: link against the specified alloc library
As a daemon, use the build-time specified alloc library
(tcmalloc/jemalloc) when linking the application.
Fixes: htt...
Jason Dillaman
04:03 PM CephFS Cleanup #40191 (Fix Under Review): cephfs-shell: Fix flake8 errors
Varsha Rao
03:52 PM CephFS Cleanup #40191 (Resolved): cephfs-shell: Fix flake8 errors
Fix the following errors:
* E303 too many blank lines
* E722 do not use bare 'except'
* E501 line too long
* F632...
Varsha Rao
03:55 PM Revision e41d467d (ceph): cephfs-shell: Fixe flake8 line too long error
Break the line into multiple lines and add new variable wherever necessary, to
fix the line too long error.
Fixes: h...
Varsha Rao
03:55 PM Revision db7b9306 (ceph): cephfs-shell: Fix flake8 use != to compare str literals warning
Fixes: https://tracker.ceph.com/issues/40191
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
03:55 PM Revision 6a0a5ed8 (ceph): cephfs-shell: Remove unused variable 'e'
Fixes: https://tracker.ceph.com/issues/40191
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
03:55 PM Revision d063e8b1 (ceph): cephfs-shell: Fix flake8 bare 'except' warnings
Instead of bare 'except', catch OSError and libcephfs exceptions.
Fixes: https://tracker.ceph.com/issues/40191
Signe...
Varsha Rao
03:55 PM Revision d141adac (ceph): cephfs-shell: Remove unnecessary empty line
This patch fixes flake8 too many blank lines error.
Fixes: https://tracker.ceph.com/issues/40191
Signed-off-by: Vars...
Varsha Rao
03:52 PM RADOS Backport #40192 (Resolved): nautilus: Rados.get_fsid() returning bytes in python3
https://github.com/ceph/ceph/pull/28476 Jason Dillaman
03:32 PM Revision 52fa4f24 (ceph): mgr/volumes: fix subvolume creation with quota
A quota is set on a subvolume by setting a quota virtual
xattr on a fs subdirectory. The value of the quota xattr
sho...
Ramana Raja
03:32 PM Revision b12d30af (ceph): mgr/volumes: convert string to bytes object
mount method in libcephfs's cython modules expects filesystem_name to
be a bytes object. Therefore, convert string to...
Rishabh Dave
03:28 PM Revision 41aae82e (ceph): mgr/volumes: allow creation/deletion of FS subvolume group snapshots
... using `ceph fs subvolumegroup snapshot create/rm` commands.
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherr...
Ramana Raja
03:28 PM Revision 591b8d6d (ceph): mgr/volumes: allow creation/deletion of FS subvolume groups
... using `ceph fs subvolumegroup create/rm` commands.
FS subvolume groups are parent directories of FS subvolumes. T...
Ramana Raja
03:24 PM Revision 0e2081b7 (ceph): mgr/volumes: allow creation/deletion of snapshots of FS subvolumes
... using `ceph fs subvolume snapshot create/rm` commands.
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry pic...
Ramana Raja
03:24 PM Revision c4c3f6cc (ceph): mgr/volumes: allow fetching path of FS subvolumes
... using `ceph fs subvolume getpath` command.
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from com...
Ramana Raja
03:24 PM Revision ded597d2 (ceph): mgr/volumes: use the fs_subvolume module
... instead of src/pybind/ceph_volume_client.py to manage CephFS
subvolumes using `ceph fs subvolume` set of commands...
Ramana Raja
03:23 PM Revision 4d27fafb (ceph): mgr/volumes: add fs_subvolume module
fs_subvolume module provisions and manages CephFS subvolumes, which are
CephFS subdirectories with a desired layout a...
Ramana Raja
03:19 PM rbd Bug #40095 (Pending Backport): [CLI]rbd: get positional argument error when using --image
Jason Dillaman
03:19 PM Revision 2964297b (ceph): Merge pull request #28313 from Songweibin/wip-fix-get-args
rbd/action: fix error getting positional argument
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:18 PM rbd Bug #39973 (Pending Backport): "profile rbd" OSD cap should add "class rbd metadata_list" cap by ...
Jason Dillaman
03:18 PM Revision df691487 (ceph): Merge pull request #28253 from Songweibin/wip-39973-rbd
osd/OSDCap: rbd profile permits use of rbd_info
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:16 PM Revision 40cfcb07 (ceph): qa: drop rfc2616 checking on civetweb
Since newer versions of civetweb are also strict on rfc2616 checks let's enforce
strict rfc2616 checks in s3tests
Si...
Abhishek Lekshmanan
02:52 PM Revision eb8b9c50 (ceph): msg/async, v2: make the reset_recv_state() unconditional.
Fixes: http://tracker.ceph.com/issues/40115
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
02:52 PM Linux kernel client Bug #40190 (Resolved): oops or soft lockup after MDS crash
Yesterday we had a v12.2.12 mds crash [1] and several kernel clients (el7 kernel 3.10.0-957.12.1.el7.x86_64) either d... Dan van der Ster
02:36 PM Revision 6cd6f5e6 (ceph): Merge pull request #27902 from mikechristie/rbd-nbd-netlink-support
rbd-nbd: add netlink map/unmap support
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:17 PM CephFS Backport #39221 (In Progress): luminous: mds: behind on trimming and "[dentry] was purgeable but ...
Zheng Yan
12:38 AM CephFS Backport #39221: luminous: mds: behind on trimming and "[dentry] was purgeable but no longer is!"
Zheng, please do this backport. Patrick Donnelly
02:05 PM Dashboard Backport #40189 (Resolved): nautilus: mgr/dashboard: misplaced objects not shown anymore
PR:
https://github.com/ceph/ceph/pull/28584
Nathan Cutler
01:57 PM Bug #40188 (Fix Under Review): data race in OutputDataSocket
Casey Bodley
01:55 PM Bug #40188 (Resolved): data race in OutputDataSocket
the list of buffers is protected by mutex m_lock. when dump_data() fails and puts unwritten buffers back into the lis... Casey Bodley
01:55 PM Bug #40155: "make: *** [hello_world_cpp] Error 127" in rados
Sure, I guess my question is: Did $PATH get munged before the workunit test got ran?
For example, if $PATH is emp...
David Galloway
07:27 AM Bug #40155: "make: *** [hello_world_cpp] Error 127" in rados
The workunit task sets the path to "PATH=$PATH:/usr/sbin" but I don't see how that would lead to "g++: Command not fo... Nathan Cutler
01:55 PM Revision 8645e24d (ceph): common: OutputDataSocket retakes mutex on error path
the list of buffers is protected by mutex m_lock. when dump_data() fails
and puts unwritten buffers back into the lis...
Casey Bodley
01:43 PM Revision 85d89700 (ceph): mds: open import bounding dirfrags in batch
Fixes: http://tracker.ceph.com/issues/38679
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
01:38 PM rgw Bug #40187 (Fix Under Review): multisite: 'radosgw-admin bilog trim' stops after 1000 entries
Casey Bodley
01:25 PM rgw Bug #40187 (Resolved): multisite: 'radosgw-admin bilog trim' stops after 1000 entries
The CLSRGWIssueBILogTrim class is intended to keep submitting cls_log_trim operations on each bucket index shard unti... Casey Bodley
01:37 PM Revision bf6cd9f0 (ceph): mds: remove superfluous error in StrayManager::advance_delayed()
Fixes: http://tracker.ceph.com/issues/38679
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
01:36 PM Revision 75ca528b (ceph): test: add unittests
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
01:31 PM Revision a6ea8433 (ceph): cls/rgw: keep issuing bilog trim ops after reset
The CLSRGWIssueBILogTrim class is intended to keep submitting
cls_log_trim operations on each bucket index shard unti...
Casey Bodley
01:19 PM Dashboard Bug #40097: mgr/dashboard: Dentries value of MDS daemon in Filesystems page is inconsistent with ...
Good spotting! I wonder if these metrics are used in any of the monitoring plugins, e.g. Prometheus? Lenz Grimmer
01:14 PM Dashboard Bug #40186 (Resolved): mgr/dashboard: NFS Ganesha Object Gateway exports should default to read-o...
The Ceph Dashboard includes a GUI for Ganesha management. The configuration UI allows users to select Object Gateway ... Lenz Grimmer
01:13 PM Revision 8066a55b (ceph): mgr/influx: try to call close()
let's at least try to call influxclient.close() which in turn closes the
requests.Session
see
https://github.com/inf...
Kefu Chai
01:05 PM rgw Bug #40178 (Fix Under Review): rgw/OutputDataSocket: append_output(buffer::list&) says it will (b...
Matt Benjamin
01:05 PM rgw Bug #40118 (Pending Backport): rgw_file: include tenant when hashing bucket names
Matt Benjamin
12:58 PM Revision 7a38429a (ceph): Merge pull request #28370 from linuxbox2/wip-rgw-tntbucket
rgw_file: include tenant when hashing bucket names Matt Benjamin
12:55 PM rgw Bug #40183 (Fix Under Review): Save an unnecessary copy of RGWEnv
Casey Bodley
08:13 AM rgw Bug #40183 (Resolved): Save an unnecessary copy of RGWEnv
In src/rgw/rgw_rest.h : compute_domain_uri()
auto env = *(s->info.env);
makes a copy of RGWEnv.
Mark Kogan
12:30 PM CephFS Bug #40014: mgr/volumes: Name 'sub_name' is not defined
Ramana, I think we should just mention that this issue will be fixed w/ subvolume refactor and mark as resolved once ... Venky Shankar
12:05 PM Revision f745a7d3 (ceph): common,osd: add hash algorithms for dedup (sha256, sha512)
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
11:10 AM CephFS Backport #40158 (In Progress): nautilus: mgr/volumes: unable to set quota on fs subvolumes
https://github.com/ceph/ceph/pull/28429 Ramana Raja
11:09 AM CephFS Backport #40157 (In Progress): nautilus: mgr/volumes: cannot create subvolumes with py3 libraries
https://github.com/ceph/ceph/pull/28429 Ramana Raja
11:09 AM CephFS Backport #39934 (In Progress): nautilus: mgr/volumes: add CephFS subvolumes library
https://github.com/ceph/ceph/pull/28429 Ramana Raja
10:55 AM Revision 0693ec24 (ceph): rgw: Save an unnecessary copy of RGWEnv
fixes: https://tracker.ceph.com/issues/40183
Signed-off-by: Mark Kogan <mkogan@redhat.com>
Mark Kogan
10:20 AM Bug #40104 (Pending Backport): maybe_remove_pg_upmap can be super inefficient for large clusters
xie xingguo
10:06 AM Revision 4d363edc (ceph): d/control,install-deps: use d/control for installing seastar deps
prepare for building ceph-crimson-osd deb package
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:47 AM Dashboard Bug #39613 (Pending Backport): mgr/dashboard: misplaced objects not shown anymore
Lenz Grimmer
09:46 AM Revision e7b605ae (ceph): mgr/dashboard: show degraded/misplaced/unfound objects. (#28104)
mgr/dashboard: show degraded/misplaced/unfound objects.
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: ...
Lenz Grimmer
09:38 AM Revision e7a682ca (ceph): Merge pull request #28039 from majianpeng/make-tcmalloc/jemalloc-work-well
make perf_async_msgr link jemalloc/tcmalloc
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:37 AM Revision 2cc9324c (ceph): Merge pull request #28373 from xiexingguo/wip-40104
mon, osd: parallel clean_pg_upmaps
Reviewed-by: Sage Weil <sage@redhat.com>
Xie Xingguo
08:57 AM Revision e4c8bee8 (ceph): osd: rename recoverable_and_ge_min_size to recoverable
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
08:43 AM Revision 4e01ae51 (ceph): osd: clean logging
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
07:46 AM rgw Backport #39660: nautilus: rgw: Segfault during request processing
I'm seeing the same - multiple times in the last week:
$ ceph crash ls
2019-05-28_13:59:44.820948Z_16d7cfdd-afa4-...
Thomas Kriechbaumer
05:29 AM mgr Backport #39695 (In Progress): nautilus: restful/api is not Python 3 compatible
https://github.com/ceph/ceph/pull/28423 Prashant D
05:27 AM rgw Backport #39697 (In Progress): mimic: rgw: success returned for put bucket versioning on a non ex...
https://github.com/ceph/ceph/pull/28422 Prashant D
03:32 AM Revision 176c24ef (ceph): mds: count purge queue items left in journal
MDS purge queue didn't have a perf counter to record how many items
still left in journal. Even when MDS restarted, t...
Zhi Zhang
03:26 AM Revision 72c2926b (ceph): test/crimson: make perf_async_msgr link tcmalloc/jemalloc.
For 1M performance, perf_async_msgr w/ tcmalloc/jemalloc is better than
libc.
Signed-off-by: Jianpeng Ma <jianpeng.m...
jianpeng ma
02:54 AM Revision 3e7741aa (ceph): cmake: add crimson-osd as a dependency of "tests" target
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:10 AM Revision a45112a9 (ceph): test: add parallel clean_pg_upmaps test
With parallel clean_pg_upmaps feature on, the total time cost
of the performance test which now can utilize up to 8 t...
xie xingguo
02:10 AM Revision 4d5cf1e4 (ceph): osd/OSDMap: split clean_pg_upmaps into smaller helpers
- it's good to read.
- the updating pending_inc part should be made independent
since it is going to be racy while ...
xie xingguo
02:10 AM Revision c395f45f (ceph): mon/OSDMonitor: do clean_pg_upmaps the parallel way if necessary
There could definitely be some certain cases we could reliably
skip this kind of checking, but there is no easy way t...
xie xingguo
01:52 AM Revision 848c40a0 (ceph): Merge pull request #28402 from tchaikov/wip-crimson-cleanup
crimson/osd: some cleanups
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
01:32 AM Revision 00abdf56 (ceph): rgw: return ERR_NO_SUCH_BUCKET early while evaluating bucket policy
Right now we create a ERR_NO_SUCH_BUCKET ret code but continue further
processing. Since this ret code isn't returned...
Abhishek Lekshmanan
12:33 AM CephFS Feature #38153: client: proactively release caps it is not using
Status on this Zheng? Patrick Donnelly
12:22 AM RADOS Bug #39997: not able to create osd keyring
I am using ceph 13.2(mimic ) pooja gupta

06/05/2019

09:46 PM RADOS Backport #40180 (Resolved): nautilus: qa/standalone/scrub/osd-scrub-snaps.sh sometimes fails
https://github.com/ceph/ceph/pull/29252 David Zafman
09:46 PM RADOS Backport #40179 (Resolved): mimic: qa/standalone/scrub/osd-scrub-snaps.sh sometimes fails
https://github.com/ceph/ceph/pull/29251 David Zafman
09:43 PM RADOS Bug #40078 (Pending Backport): qa/standalone/scrub/osd-scrub-snaps.sh sometimes fails
David Zafman
09:11 PM RADOS Bug #40078 (In Progress): qa/standalone/scrub/osd-scrub-snaps.sh sometimes fails
Neha Ojha
09:43 PM Revision 590b4138 (ceph): Merge pull request #28302 from dzafman/wip-40078
test: Make sure that extra scheduled scrubs don't confuse test
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
David Zafman
09:34 PM CephFS Feature #40121 (Fix Under Review): mds: count purge queue items left in journal
Patrick Donnelly
09:23 PM RADOS Bug #39665 (Fix Under Review): kstore: memory may leak on KStore::_do_read_stripe
Neha Ojha
09:19 PM RADOS Bug #39997: not able to create osd keyring
This question is more relevant to the ceph-users mailing list, perhaps with more information about which version you ... Neha Ojha
09:07 PM Dashboard Bug #40051: mgr/dashboard: Dashboard login page broken; summary returns 401
Also experiencing this reproducing in a test env with the following:
process:
ceph-deploy mgr create $MY_HOSTNAME...
Wes Dillingham
09:03 PM RADOS Bug #40081 (In Progress): mon: luminous crash attempting to decode maps after nautilus quorum has...
Neha Ojha
08:29 PM Revision c806b825 (ceph): rgw/OutputDataSocket: actually discard data on full buffer
A dout message in OutputDataSocket::append_output() states that
data will be dropped when appending would cause data_...
Matt Benjamin
07:55 PM CephFS Backport #39430: nautilus: qa: test_sessionmap assumes simple messenger
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27772
merged
Yuri Weinstein
07:55 PM Revision 8901951e (ceph): Merge pull request #27772 from smithfarm/wip-39430-nautilus
nautilus: qa: test_sessionmap assumes simple messenger
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Patrick...
Yuri Weinstein
07:55 PM RADOS Backport #39476: nautilus: segv in fgets() in collect_sys_info reading /proc/cpuinfo
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28141
merged
Yuri Weinstein
07:54 PM Revision 8334ecb0 (ceph): Merge pull request #28141 from pdvian/wip-39476-nautilus
nautilus: common/util: handle long lines in /proc/cpuinfo
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Sag...
Yuri Weinstein
07:54 PM Backport #39671: nautilus: make cluster_network work well.
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28248
merged
Yuri Weinstein
07:54 PM Revision 37ccdf3e (ceph): Merge pull request #28248 from pdvian/wip-39671-nautilus
nautilus: commom: make cluster_network work.
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:42 PM Revision 685dd5cd (ceph): Merge pull request #27818 from liewegas/wip-runtime-configs-nautilus
nautilus: common/options: annotate some options; enable some runtime updates
Reviewed-by: Casey Bodley <cbodley@redh...
Yuri Weinstein
07:41 PM Backport #40067: nautilus: Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28299
merged
Yuri Weinstein
07:41 PM Revision 078bc594 (ceph): Merge pull request #28299 from smithfarm/wip-40067-nautilus
nautilus: build/ops: Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Reviewed-by: Tim Serong <tserong@suse.co...
Yuri Weinstein
07:39 PM rgw Backport #40087: nautilus: backport new iso8601 parsing logic
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/28325
merged
Yuri Weinstein
07:39 PM Revision 4cb11469 (ceph): Merge pull request #28325 from cbodley/wip-40087
nautilus: common: parse ISO 8601 datetime format
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:39 PM mgr Backport #40090: nautilus: ceph-mgr should log an error if it can't find any modules to load
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28347
merged
Yuri Weinstein
07:39 PM Revision 0cfb3964 (ceph): Merge pull request #28347 from smithfarm/wip-40090-nautilus
nautilus: mgr: log an error if we can't find any modules to load
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-...
Yuri Weinstein
07:34 PM rgw Bug #40178 (Resolved): rgw/OutputDataSocket: append_output(buffer::list&) says it will (but does ...
A dout message in OutputDataSocket::append_output() states that
data will be dropped when appending would cause data...
Matt Benjamin
07:17 PM rgw Bug #40177 (Resolved): multisite: delete full sync index before switching to incremental sync
when full sync first starts, it builds an index of all the entries it needs to sync. once it's done processing them, ... Casey Bodley
07:06 PM Bug #40155: "make: *** [hello_world_cpp] Error 127" in rados
Yeah.... David Galloway
07:02 PM Bug #40155: "make: *** [hello_world_cpp] Error 127" in rados
Is it possible ... David Galloway
06:20 PM CephFS Bug #40159 (Fix Under Review): mds: openfiletable prefetching large amounts of inodes lead to mds...
Patrick Donnelly
06:31 AM CephFS Bug #40159 (Fix Under Review): mds: openfiletable prefetching large amounts of inodes lead to mds...
Recently, we found that both mdses of one of our cluster can't boot to up:active
After debugging, we believe this ...
Xuehan Xu
05:29 PM Revision 9c6cdf1e (ceph): selinux: Update the policy for RHEL8
We hit a couple more SELinux denials when running ceph on RHEL8. The
dac_read_search change is related to a kernel ch...
Boris Ranto
04:27 PM Dashboard Bug #40176 (Closed): mgr/dashboard: Known high severity security vulnerability detected in js-yam...
Details: https://www.npmjs.com/advisories/813
Severity left to minor as after checking which packages use js-yaml,...
Ernesto Puerta
03:27 PM Bug #40175 (Resolved): make check failure: "patch: command not found"
Recently "make check" on the tip of master branch started running PATCH_COMMAND to patch Boost. However, install-deps... Nathan Cutler
03:25 PM Revision 84a2c221 (ceph): rgw_file: pretty-print fh_key
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
03:25 PM Revision 8e0fd5fb (ceph): rgw_file: include tenant in hashes of object
Because bucket names are taken as object names in the top
of an export. Make hashing by tenant general to avoid disj...
Matt Benjamin
03:24 PM Revision b800a9de (ceph): rgw_file: include tenant when hashing bucket names
Prevent identical paths from distinct tenants from colliding in
RGW NFS handle cache.
Fixes: http://tracker.ceph.com...
Matt Benjamin
03:22 PM RADOS Bug #40112 (Pending Backport): mon: rados/multimon tests fail with clock skew
Sage Weil
03:22 PM Revision 65379e31 (ceph): Merge PR #28353 into master
* refs/pull/28353/head:
qa/suites/rados/multimon: skew clocks 2s (< paxos lease)
qa/suites/rados/multimon: create_r...
Sage Weil
03:21 PM Revision 0a22a557 (ceph): Merge PR #28365 into master
* refs/pull/28365/head:
global/global_context: always add '\0' after strncpy()
Reviewed-by: Sage Weil <sage@redhat....
Sage Weil
02:32 PM mgr Bug #40174 (Resolved): Influx module fails due to missing close() method
The upstream InfluxDBClient has a close() method, but the client supplied by Ubuntu, CentOS and such do not have this... Wido den Hollander
02:07 PM CephFS Bug #40173 (Fix Under Review): TestMisc.test_evict_client fails
Zheng Yan
02:01 PM CephFS Bug #40173 (Resolved): TestMisc.test_evict_client fails
/ceph/teuthology-archive/pdonnell-2019-06-04_03:15:58-fs-wip-pdonnell-testing-20190603.231819-distro-basic-smithi/400... Zheng Yan
02:04 PM Revision 4fd0202f (ceph): qa/cephfs: fix test_evict_client
explictly kill stale session, otherwise session count check is racy.
Fixes: https://tracker.ceph.com/issues/40173
Si...
Yan, Zheng
01:31 PM Revision 7b4b70b6 (ceph): msg: fix addr2 encoding for sockaddrs
Currently, the sockaddr sa_family field is being sent across the wire
without any sort of endianness conversion.
Red...
Jeff Layton
01:30 PM CephFS Bug #36370: add information about active scrubs to "ceph -s" (and elsewhere)
Patrick Donnelly wrote:
> Venky Shankar wrote:
> > Patrick Donnelly wrote:
> > > Venky, status on this ticket?
> ...
Venky Shankar
01:15 PM rgw Backport #40148 (In Progress): nautilus: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
the followup fix merged, and i prepared the backport Casey Bodley
01:13 PM Revision 7d023108 (ceph): cls/rgw: test before accessing pkeys->rbegin()
if pkeys is empty here, dereferencing rbegin() will crash
Fixes: http://tracker.ceph.com/issues/39984
Signed-off-by...
Casey Bodley
01:13 PM Revision b7c1c474 (ceph): rgw: fix bucket may redundantly list keys after BI_PREFIX_CHAR
Fixes: http://tracker.ceph.com/issues/39984
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
(cherry picked from commi...
Tianshan Qu
01:13 PM rgw Backport #40147 (In Progress): mimic: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
the followup fix merged, and i prepared the backport Casey Bodley
01:11 PM Revision 0cd7eea0 (ceph): cls/rgw: test before accessing pkeys->rbegin()
if pkeys is empty here, dereferencing rbegin() will crash
Fixes: http://tracker.ceph.com/issues/39984
Signed-off-by...
Casey Bodley
01:11 PM Revision 8f6a3a0f (ceph): rgw: fix bucket may redundantly list keys after BI_PREFIX_CHAR
Fixes: http://tracker.ceph.com/issues/39984
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
(cherry picked from commi...
Tianshan Qu
01:11 PM Revision e3c6a9bb (ceph): mds: avoid passing null to SessionmMap::hit_session()
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:11 PM rgw Backport #40149 (In Progress): luminous: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
the followup fix merged, and i prepared the backport Casey Bodley
01:09 PM Revision 4efd2d0d (ceph): cls/rgw: test before accessing pkeys->rbegin()
if pkeys is empty here, dereferencing rbegin() will crash
Fixes: http://tracker.ceph.com/issues/39984
Signed-off-by...
Casey Bodley
01:08 PM Revision 93303e59 (ceph): rgw: fix bucket may redundantly list keys after BI_PREFIX_CHAR
Fixes: http://tracker.ceph.com/issues/39984
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
(cherry picked from commi...
Tianshan Qu
01:06 PM Revision 93c056c0 (ceph): Merge pull request #28391 from cbodley/wip-39984
cls/rgw: test before accessing pkeys->rbegin()
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
01:05 PM Revision 89759654 (ceph): qa/cephfs: add test for blacklisted client eviction
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
12:41 PM CephFS Bug #40014 (Fix Under Review): mgr/volumes: Name 'sub_name' is not defined
Ramana Raja
12:37 PM Revision 834bd72d (ceph): mgr/volumes: fix error message
... when trying to remove a non-existent fs subvolume group
snapshot.
Fixes: http://tracker.ceph.com/issues/40014
Si...
Ramana Raja
10:17 AM CephFS Bug #40171 (Fix Under Review): mds: reset heartbeat during long-running loops in recovery
Zheng Yan
09:30 AM CephFS Bug #40171 (Resolved): mds: reset heartbeat during long-running loops in recovery
Zheng Yan
10:07 AM Revision d90403c8 (ceph): mds: reset heartbeat inside big loop
Fixes: https://tracker.ceph.com/issues/40171
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
08:45 AM Revision afc09727 (ceph): osd/OSD: keep synchronizing with mon if stuck at booting
During the flapping no{up,down,in,out} flags test I've noticed
that some osds might be stuck at down&booting state du...
xie xingguo
08:43 AM CephFS Bug #39949: test: extend mgr/volume test to cover new interfaces
Backporting note: this will probably need to be done by a CephFS developer because it will be part of a series of com... Nathan Cutler
08:42 AM CephFS Feature #39969: mgr / volume: refactor volume module
Backporting note: this will probably need to be done by a CephFS developer because it will be part of a series of com... Nathan Cutler
08:41 AM mgr Bug #40151: Nautilus on Ubuntu Bionic: Module 'influx' has failed: 'InfluxDBClient' object has no...
There's another call to client.close() which I missed in the first patch. Here's a more complete one, but still not w... Soenke Schippmann
08:38 AM CephFS Backport #40158 (Need More Info): nautilus: mgr/volumes: unable to set quota on fs subvolumes
feature backport - commits need to be cherry-picked in the correct order
reassigning to the developer
Nathan Cutler
08:37 AM CephFS Backport #40157 (Need More Info): nautilus: mgr/volumes: cannot create subvolumes with py3 libraries
feature backport - commits need to be cherry-picked in the correct order
reassigning to the developer
Nathan Cutler
08:36 AM CephFS Backport #39934 (Need More Info): nautilus: mgr/volumes: add CephFS subvolumes library
feature backport - commits need to be cherry-picked in the correct order
reassigning to the developer
Nathan Cutler
08:12 AM rgw Bug #39986: unittest_rgw_amqp failing transiently in nautilus PRs
didn't manage to reproduce (on fedora), however, might be a race condition that was fixed in later releases.
will re...
Yuval Lifshitz
07:58 AM Revision 9d11a3a1 (ceph): osd: unify sources of no{up,down,in,out} flags into singleton helpers
Currently there are various ways to set no{up,down,in,out} flags,
by osd, by crush node, or by device class.
Use tra...
xie xingguo
07:23 AM Revision 5e1fad62 (ceph): crimson/osd/osd.cc: add editor variables/options
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:23 AM Revision 1a09f7d2 (ceph): crimson/osd: mark one of PG::do_peering_event()s private
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:23 AM Revision 343fb96d (ceph): crimson/osd: s/ostream/std::ostream/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:11 AM Revision 6e2087c5 (ceph): Merge pull request #27995 from richael02/fix_indent
vstart.sh: unify the indent
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:51 AM rgw Bug #40170 (Need More Info): radosgw response 500 error while putting object
... liang sibin
06:45 AM CephFS Backport #40169 (Resolved): nautilus: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:...
https://github.com/ceph/ceph/pull/28499 Nathan Cutler
06:45 AM CephFS Backport #40168 (Resolved): mimic: client: ceph.dir.rctime xattr value incorrectly prefixes "09" ...
https://github.com/ceph/ceph/pull/28501 Nathan Cutler
06:44 AM CephFS Backport #40167 (Resolved): nautilus: client: ceph.dir.rctime xattr value incorrectly prefixes "0...
https://github.com/ceph/ceph/pull/28500 Nathan Cutler
06:44 AM CephFS Backport #40166 (Resolved): luminous: client: ceph.dir.rctime xattr value incorrectly prefixes "0...
https://github.com/ceph/ceph/pull/28502 Nathan Cutler
06:44 AM CephFS Backport #40165 (Resolved): mimic: mount: key parsing fail when doing a remount
https://github.com/ceph/ceph/pull/29225 Nathan Cutler
06:44 AM CephFS Backport #40164 (Resolved): nautilus: mount: key parsing fail when doing a remount
https://github.com/ceph/ceph/pull/28610 Nathan Cutler
06:44 AM CephFS Backport #40163 (Resolved): luminous: mount: key parsing fail when doing a remount
https://github.com/ceph/ceph/pull/29226 Nathan Cutler
06:44 AM CephFS Backport #40162 (Resolved): mimic: FSAL_CEPH assertion failed in Client::_lookup_name: "parent->i...
https://github.com/ceph/ceph/pull/29609 Nathan Cutler
06:44 AM CephFS Backport #40161 (Resolved): nautilus: FSAL_CEPH assertion failed in Client::_lookup_name: "parent...
https://github.com/ceph/ceph/pull/28612 Nathan Cutler
06:43 AM CephFS Backport #40160 (Resolved): luminous: FSAL_CEPH assertion failed in Client::_lookup_name: "parent...
https://github.com/ceph/ceph/pull/28437 Nathan Cutler
06:42 AM bluestore Backport #39256 (Resolved): nautilus: occaionsal ObjectStore/StoreTestSpecificAUSize.Many4KWrites...
Nathan Cutler
06:41 AM bluestore Feature #39146 (Resolved): raise an alert when per pool stats aren't used
Nathan Cutler
06:41 AM bluestore Backport #39348 (Resolved): nautilus: raise an alert when per pool stats aren't used
Nathan Cutler
06:33 AM Revision 439ed8ba (ceph): Merge pull request #28358 from liu-chunmei/ceph_seastar_futurized_store
crimson: add FuturizedStore to encapsulate CyanStore
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-...
Kefu Chai
06:25 AM Revision 67279624 (ceph): qa: tolerate wildcard position
It does not make much sense to add this kind of restrictions
as long as user is aware of what is going on.
Signed-of...
xie xingguo
06:25 AM Revision e696a512 (ceph): doc: refresh {noup,nodown,noin,noout} changes
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit a3b0dc29b915f84545ac5bd954b6c68b8dde1c69)
xie xingguo
06:25 AM Revision 01ce59db (ceph): mon/OSDMonitor: migrate 'osd {add,rm}-{noup,nodown,noin,noout}' command...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 20d05a13b33d7655709d173c43518f26d22a507b)
xie xingguo
06:25 AM Revision 9537885a (ceph): mon/MonCommands: mark 'osd {add,rm}-{noup,nodown,noin,noout}' as deprec...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 06e2255f90d178d308c1eaa83c4c591756585bc0)
xie xingguo
06:24 AM Revision 2a6583ad (ceph): osd: add no{out,down,in,out} flags by device class
This works as a good supplement of https://github.com/ceph/ceph/pull/27563.
Signed-off-by: xie xingguo <xie.xingguo@...
xie xingguo
06:17 AM Revision 3a9f43a1 (ceph): osd,mon: add 'ceph osd {set,unset}-group <flags> <who>' command
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 9a05a065b936130219dfb7d11282abd80d13de85)
xie xingguo
06:17 AM Revision 302d7bcd (ceph): Merge pull request #27735 from xiexingguo/wip-device-class-noout
osd: revamp {noup,nodown,noin,noout} related commands
Reviewed-by: Sage Weil <sage@redhat.com>
Xie Xingguo
04:56 AM Revision 11c6c615 (ceph): rbd nbd: move nbd map ioctls to new function
The next patches will add nbd map netlink support so this moves the ioctl
code to a new function to keep things clean...
Mike Christie
04:56 AM Revision 8c44f853 (ceph): rbd nbd: move server startup code to function
The netlink connect cmd interface requires the server to be running when
the connect call completes or commands will ...
Mike Christie
04:56 AM Revision b9ca0c1f (ceph): rbd nbd: move nbd index parsing to function
Make the nbd index parsing into a functio so we can use in the ioctl and
netlink paths.
Signed-off-by: Mike Christie...
Mike Christie
04:56 AM Revision 129a348e (ceph): rbd nbd: just move signal handler
This just moves the signal handler to make it easier to call the netlink
disconnect helpers in the next patches.
Sig...
Mike Christie
04:56 AM Revision b4ba1765 (ceph): rbd nbd: Add cond to signal nbd disconnection
With the ioctl interface we know when a disconnect has been executed
because the NBD_DO_IO ioctl will return. The net...
Mike Christie
04:56 AM Revision 3fe16add (ceph): cmake: Move WITH_RBD option earlier
The next patch will add a WITH_RBD check to the LINUX check block so we
only check for the netlink libs when those 2 ...
Mike Christie
04:56 AM Revision 88156715 (ceph): cmake and build: add netlink lib requirement detection
The next patch adds netlink support to rbd-nbd. This patch just adds the
build related changes to bring in the netlin...
Mike Christie
04:56 AM Revision 3abc4253 (ceph): rbd nbd: add support for netlink interface
This adds support for mapping and unmapping using the netlink
interface. If the user passes in --try-netlink during m...
Mike Christie
04:56 AM Revision fd7ef583 (ceph): rbd nbd: always try to load module on map
nl and ioctl both need the module loaded so just always load it during
mapping.
Signed-off-by: Mike Christie <mchris...
Mike Christie
04:52 AM Revision afe10e01 (ceph): Merge pull request #28366 from albert-github/feature/bug_docu_formula_i...
common/hobject: Error invocation of formula in documentation
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:33 AM Revision 1de65c41 (ceph): mgr/balancer: fix fudge
next_* simply record some intermediate results when balancer tries
to find something to optimize, whereas best_* are ...
xie xingguo
04:29 AM Revision 555d0114 (ceph): mgr/balancer: fix fudge
next_* simply record some intermediate results when balancer tries
to find something to optimize, whereas best_* are ...
xie xingguo
04:13 AM Revision 2e57e76e (ceph): Merge pull request #27994 from xiexingguo/wip-balancer-fudge
mgr/balancer: fix fudge
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:07 AM Revision f5529ad0 (ceph): Merge pull request #28342 from rzarzynski/wip-messages-std-for-pgcreate2
messages: MOSDPGCreate2 doesn't assume using namespace std.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:06 AM Revision 318f12c3 (ceph): Merge pull request #28340 from elliswuuuuuuuu/remove_unused_variable
mgr: remove unused variable pool_name
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:04 AM Revision 7fb7405a (ceph): mon: fix off-by-one rendering progress bar
Ensure that if progress is < 1.0, we always have a '.' at the end of the
bar.
Signed-off-by: Sage Weil <sage@redhat....
Sage Weil
04:03 AM Revision e531b6aa (ceph): Merge pull request #28268 from liewegas/wip-progress-bar
mon: fix off-by-one rendering progress bar
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Joao Eduardo Luis ...
Kefu Chai
03:46 AM Revision 95f31c4e (ceph): vstart.sh: add editor variables/options
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:30 AM Revision c176faee (ceph): vstart.sh: add an extra param when "run 'mds'"
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:27 AM Revision a80aad81 (ceph): vstart.sh: unify the indent
Change-Id: Ie1dbe25f81609e5b2f6751da9e87e191a2f78bc2
Signed-off-by: Richael Zhuang <richael.zhuang@arm.com>
richael zhuang
03:24 AM Revision e52c6453 (ceph): msg/async: reduce verbosity of connection timeout failures
Long running clients connected to thrashing OSDs could result in a
"see no progress in more than <timeout>" message p...
Jason Dillaman
03:18 AM Revision 53981459 (ceph): msg: rename ms_tcp_read_timeout to ms_connection_idle_timeout
The old naming is confusing, e.g., it actually indicates we should tear
down the underlying connection which has no r...
xie xingguo
03:18 AM Revision 5c524582 (ceph): msg/async: add timeout for connections which are not yet ready
There could be various corner cases that may cause an async
connection stuck in the connecting stage (e.g., by manual...
xie xingguo
03:17 AM RADOS Bug #38403 (Fix Under Review): osd: leaked from OSDMap::apply_incremental
... Kefu Chai
02:58 AM RADOS Bug #38403: osd: leaked from OSDMap::apply_incremental
/a/kchai-2019-06-04_14:23:17-rados-wip-kefu-testing-2019-06-01-2346-distro-basic-smithi/4004812/ Kefu Chai
02:52 AM Revision f6fd4a31 (ceph): osd/OSDMapMapping: make ParallelPGMapper can accept input pgs
The existing "prime temp" machinism is a good inspiration
for cluster with a large number of pgs that need to do vari...
xie xingguo
02:28 AM Revision 21d6c307 (ceph): rgw: fix miss handle curl error return
if meet tcp packet loss, curl return will be result=18(CURLE_PARTIAL_FILE)
and http_status=200, so sync will continue...
Tianshan Qu
02:24 AM Revision fc621bfa (ceph): test/rgw: test truncated reads in RGWHTTPManager
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Xiaoxi CHEN <xiaoxchen@ebay.com>
(cherry picked from...
Casey Bodley
02:06 AM RADOS Bug #40154: nautilus: failed to become clean before timeout expired

With osd_max_backfills default to 1 and all recovery targeting OSD.1 all recovery is waiting behind PG 2.a to finis...
David Zafman
12:54 AM CephFS Backport #39690 (In Progress): nautilus: mds: error "No space left on device" when create a larg...
https://github.com/ceph/ceph/pull/28394 Prashant D
12:38 AM CephFS Bug #40085 (Pending Backport): FSAL_CEPH assertion failed in Client::_lookup_name: "parent->is_di...
Patrick Donnelly
12:37 AM Revision 2cdcefbf (ceph): Merge PR #28324 into master
* refs/pull/28324/head:
client: clean up error checking and return of _lookup_parent
client: drop Client::lookup_pa...
Patrick Donnelly
12:36 AM CephFS Bug #39705 (Pending Backport): qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.4...
Patrick Donnelly
12:36 AM CephFS Bug #39943 (Pending Backport): client: ceph.dir.rctime xattr value incorrectly prefixes "09" to t...
Patrick Donnelly
12:36 AM Revision a32db169 (ceph): Merge PR #28116 into master
* refs/pull/28116/head:
client: fix "ceph.snap.btime" vxattr value
client: fix "ceph.dir.rctime" vxattr value
Revi...
Patrick Donnelly

06/04/2019

11:26 PM Revision 3781461a (ceph): mds: check dir fragment to split dir if mkdir makes it oversized.
In handle_client_mkdir we hit_dir (via hit_inode) in mkdir finish callback, but by then we might have overshot the sp... chenerqi
11:23 PM CephFS Bug #39951 (Pending Backport): mount: key parsing fail when doing a remount
Patrick Donnelly
11:22 PM Revision da9116cb (ceph): Merge PR #28371 into master
* refs/pull/28371/head:
qa: fix kclient symlink to use latest rhel7
qa: fix latest distros and add helper symlinks
...
Patrick Donnelly
11:21 PM Revision f256c848 (ceph): Merge PR #28148 into master
* refs/pull/28148/head:
common/secret.c: fix key parsing when doing a remount
Reviewed-by: Patrick Donnelly <pdonne...
Patrick Donnelly
11:05 PM Bug #39608 (Resolved): os/bluestore: fix for FreeBSD iocb structure
Nathan Cutler
11:04 PM Backport #39612 (Resolved): nautilus: os/bluestore: fix for FreeBSD iocb structure
Nathan Cutler
08:45 PM Backport #39612: nautilus: os/bluestore: fix for FreeBSD iocb structure
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28007
merged
Yuri Weinstein
11:03 PM Bug #40155: "make: *** [hello_world_cpp] Error 127" in rados
A new OS+version combo?... Nathan Cutler
08:43 PM Bug #40155 (Resolved): "make: *** [hello_world_cpp] Error 127" in rados
Run: http://pulpito.ceph.com/yuriw-2019-06-03_15:13:14-rados-wip-yuri4-testing-2019-05-30-2109-nautilus-distro-basic-... Yuri Weinstein
10:36 PM CephFS Backport #40158 (In Progress): nautilus: mgr/volumes: unable to set quota on fs subvolumes
Nathan Cutler
10:35 PM CephFS Backport #40158 (Resolved): nautilus: mgr/volumes: unable to set quota on fs subvolumes
Nathan Cutler
10:32 PM CephFS Backport #40157 (In Progress): nautilus: mgr/volumes: cannot create subvolumes with py3 libraries
Nathan Cutler
10:26 PM CephFS Backport #40157 (Resolved): nautilus: mgr/volumes: cannot create subvolumes with py3 libraries
Nathan Cutler
10:31 PM CephFS Backport #39934 (In Progress): nautilus: mgr/volumes: add CephFS subvolumes library
Nathan Cutler
10:16 PM Bug #40099 (Fix Under Review): build/ops: python3 pybind RPMs do not replace their python2 counte...
Nathan Cutler
10:15 PM Revision 55bc3493 (ceph): rpm: have py3 RPMs provide/obsolete py2 predecessors
When upgrading from a Python 2 build to a Python 3 one, we need to make the
python3-* packages replace their Python 2...
Nathan Cutler
10:07 PM Revision 2ca021ed (ceph): ceph.spec.in: install grafana dashboards world readable
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 76204d32fb7687af34df296e1b99d793de483eee)
Jan Fajerski
10:07 PM Revision 82fedbd0 (ceph): crimson: add FuturizedStore to encapsulate cyanstore
only add encapsulation. alien store will be implement later.
exception handling will be implement later.
Signed-off-...
chunmei liu
10:01 PM mgr Bug #40156 (Duplicate): deadlock on MonCommandCompletion
... Sage Weil
09:31 PM Revision de762fe2 (ceph): Merge pull request #26415 from zmc/wip-populate-grafana
mgr/dashboard: Push Grafana dashboards on startup
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Jan...
Boris Ranto
09:24 PM Revision 937e8980 (ceph): Merge pull request #28294 from alfredodeza/wip-rm40063
ceph-volume: pass --ssh-config to pytest to resolve hosts when connecting
Reviewed-by: Andrew Schoen <aschoen@redhat...
Andrew Schoen
09:04 PM Revision 26da8a55 (ceph): Merge pull request #28028 from ifed01/wip-ifed-dump-before-nospanid-nau...
nautilus: os/bluestore: dump before "no-spanning blob id" abort
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
08:52 PM Revision a30f6eda (ceph): Merge pull request #28228 from jan--f/spec-grafana-dashboards-require-g...
ceph.spec.in: grafana-dashboards package depends on grafana
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: B...
Boris Ranto
08:47 PM bluestore Backport #39256: nautilus: occaionsal ObjectStore/StoreTestSpecificAUSize.Many4KWritesTest/2 failure
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27525
merged
Yuri Weinstein
08:47 PM Revision 0ebf0169 (ceph): Merge pull request #27525 from ifed01/wip-ifed-fix-21312-nautilus
nautilus: os/bluestore: call fault_range prior to looking for blob to reuse
Reviewed-by: xie xingguo <xie.xingguo@zt...
Yuri Weinstein
08:47 PM bluestore Backport #39348: nautilus: raise an alert when per pool stats aren't used
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27645
merged
Yuri Weinstein
08:47 PM Revision df35621d (ceph): Merge pull request #27645 from ifed01/wip-ifed-legacy-statfs-alert-naut...
nautilus: os/bluestore: backport more bluestore alerts
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
08:46 PM Revision e110c593 (ceph): Merge pull request #27819 from liewegas/wip-bluestore-deferred-metric-f...
nautilus: os/bluestore: correctly measure deferred writes into new blobs
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Yuri Weinstein
08:45 PM Revision 9a18c309 (ceph): Merge pull request #28007 from smithfarm/wip-39612-nautilus
nautilus: os/bluestore: fix for FreeBSD iocb structure
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Willem...
Yuri Weinstein
08:42 PM rgw Backport #40149 (Need More Info): luminous: rgw: bucket may redundantly list keys after BI_PREFIX...
the fix in https://github.com/ceph/ceph/pull/28188 is causing a segfault, please wait for a followup fix in https://g... Casey Bodley
01:15 PM rgw Backport #40149 (Resolved): luminous: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
https://github.com/ceph/ceph/pull/28408 Nathan Cutler
08:42 PM rgw Backport #40148 (Need More Info): nautilus: rgw: bucket may redundantly list keys after BI_PREFIX...
the fix in https://github.com/ceph/ceph/pull/28188 is causing a segfault, please wait for a followup fix in https://g... Casey Bodley
01:15 PM rgw Backport #40148 (Resolved): nautilus: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
https://github.com/ceph/ceph/pull/28410 Nathan Cutler
08:42 PM rgw Backport #40147 (Need More Info): mimic: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
the fix in https://github.com/ceph/ceph/pull/28188 is causing a segfault, please wait for a followup fix in https://g... Casey Bodley
01:15 PM rgw Backport #40147 (Resolved): mimic: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
https://github.com/ceph/ceph/pull/28409 Nathan Cutler
08:40 PM Revision a936a06a (ceph): cls/rgw: test before accessing pkeys->rbegin()
if pkeys is empty here, dereferencing rbegin() will crash
Fixes: http://tracker.ceph.com/issues/39984
Signed-off-by...
Casey Bodley
08:28 PM RADOS Bug #40154 (New): nautilus: failed to become clean before timeout expired
... Neha Ojha
08:26 PM Revision c0bc7daf (ceph): mgr/dashboard: Push Grafana dashboards on startup
Because we didn't have viable way to populate Grafana dashboards in a
fully containerized context, we needed a differ...
Zack Cerza
08:11 PM Revision 74f0c360 (ceph): Merge pull request #28390 from yuriw/wip-yuriw-whitelist-luminous_2
qa/tests: whitelisted 'application not enabled' and removed bad dir Yuri Weinstein
08:10 PM Revision 3e269f6c (ceph): Merge pull request #28389 from yuriw/wip-yuriw-whitelist-mimic
qa/tests: whitelisted 'application not enabled' Yuri Weinstein
07:53 PM Revision 36f998bf (ceph): qa/tests: whitelisted 'application not enabled'
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:50 PM Revision 673d2c74 (ceph): qa/tests: whitelisted 'application not enabled' and removed bad dir
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:40 PM rgw Bug #40153 (Duplicate): multisite: bucket index log can omit multipart entries
data sync does not replicate parts, so the bucket index log doesn't need to store a {write prepare, write complete, a... Casey Bodley
07:22 PM Revision bc1c6353 (ceph): Merge pull request #28385 from theanalyst/doc/releases/13.2.6
doc: add release notes for v13.2.6 mimic
Reviewed-By: Sage Weil <sage@redhat.com>
Abhishek L
07:11 PM Revision 6ad502ce (ceph): Merge PR #28236 into master
* refs/pull/28236/head:
doc: Fix incorrect indentations in cephfs-shell
doc: Add usage for stat command in cephfs-s...
Patrick Donnelly
07:06 PM Revision 087d2add (ceph): Merge pull request #28386 from cbodley/wip-vstart-rgw-run
vstart: fix run() invocation for rgw
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
07:01 PM Revision 294c41f1 (ceph): msg/async: avoid unnecessary costly wakeups for outbound messages
If a wakeup for an outbound message has already been scheduled or is
currently executing within the worker thread, av...
Jason Dillaman
06:57 PM rgw Bug #38199: rgw: setacl on versioned object doesn't write correct bi log entries
It's true that the "versioned" field of the bilog entry from setacl is false:... Casey Bodley
06:26 PM Revision 5b4f8971 (ceph): vstart: fix run() invocation for rgw
add an extra argument to run() for rgw so that --redirect-output
sends stdout to rgw.{port}.stdout
Signed-off-by: Ca...
Casey Bodley
05:48 PM CephFS Bug #40152 (Pending Backport): mgr/volumes: unable to set quota on fs subvolumes
Patrick Donnelly
04:12 PM CephFS Bug #40152 (Fix Under Review): mgr/volumes: unable to set quota on fs subvolumes
Patrick Donnelly
02:38 PM CephFS Bug #40152 (Resolved): mgr/volumes: unable to set quota on fs subvolumes
Setting quota on fs subvolumes fails in master. Tested on a vstart cluster.
build]$ ./bin/ceph fs subvolume create...
Ramana Raja
05:46 PM Revision 80eb9669 (ceph): Merge PR #28384 into master
* refs/pull/28384/head:
mgr/volumes: fix subvolume creation with quota
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
05:04 PM Revision 695c9e4d (ceph): mgr/volumes: fix subvolume creation with quota
A quota is set on a subvolume by setting a quota virtual
xattr on a fs subdirectory. The value of the quota xattr
sho...
Ramana Raja
04:50 PM Revision 5bcaeb32 (ceph): Merge pull request #28252 from tchaikov/wip-cmake-cleanup
cmake: cleanups
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Kefu Chai
04:09 PM CephFS Bug #39750 (Pending Backport): mgr/volumes: cannot create subvolumes with py3 libraries
Patrick Donnelly
12:54 PM CephFS Bug #39750 (Fix Under Review): mgr/volumes: cannot create subvolumes with py3 libraries
Rishabh Dave
12:54 PM CephFS Bug #39750: mgr/volumes: cannot create subvolumes with py3 libraries
Thanks, Nathan! I could reproduce this issue just with -DWITH_PYTHON3=ON.
Rishabh Dave
10:32 AM CephFS Bug #39750: mgr/volumes: cannot create subvolumes with py3 libraries
To successfully reproduce, -DWITH_PYTHON2=OFF may also be needed (in addition to the options shown in the bug descrip... Nathan Cutler
04:08 PM Revision cfb0d0ed (ceph): Merge PR #28380 into master
* refs/pull/28380/head:
mgr/volumes: convert string to bytes object
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
04:02 PM rgw Bug #36293: InvalidBucketName expected in more cases: uppercase, adjacent chars, underscores
Casey Bodley
03:51 PM Revision d37e8a4d (ceph): mgr: Look at PG state when PG epoch >= OSDMap epoch
In the PgRecoveryEvent class created a
property call self._start_epoch, basically
the epoch of the current OSD. Then ...
Kamoltat (Junior) Sirivadhna
03:32 PM Revision 45e4927a (ceph): doc: add release notes for v13.2.6 mimic
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:12 PM Revision 357002bd (ceph): common/hobject.h: fix syntax in doxygen comment
fix the error invocation of formula in documentation
Error invocation of formula in documentation, the second formul...
albert-github
02:43 PM rgw Backport #40145 (In Progress): nautilus: Multisite sync corruption for large multipart obj
Xiaoxi Chen
02:42 PM rgw Backport #40145: nautilus: Multisite sync corruption for large multipart obj
https://github.com/ceph/ceph/pull/28383 Xiaoxi Chen
01:15 PM rgw Backport #40145 (Resolved): nautilus: Multisite sync corruption for large multipart obj
Nathan Cutler
02:38 PM Backport #40044 (In Progress): nautilus: common: segfault while parsing POD_MEMORY_REQUEST
https://github.com/ceph/ceph/pull/28382 Sage Weil
02:37 PM Revision 5a6a5c88 (ceph): common: fix parse_env nullptr deref
Fixes: https://tracker.ceph.com/issues/39599
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
02:37 PM Revision 01daa8c4 (ceph): test: add test for parse_env
Test for https://tracker.ceph.com/issues/39599
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked ...
Patrick Donnelly
02:37 PM Revision 0d8a169a (ceph): rgw: fetch_remote_obj() compares expected object size
if the size of object data received doesn't match the value returned in
the Rgwx-Object-Size header, fail with -EIO
...
Casey Bodley
02:35 PM Revision a203e577 (ceph): mgr/volumes: convert string to bytes object
mount method in libcephfs's cython modules expects filesystem_name to
be a bytes object. Therefore, convert string to...
Rishabh Dave
02:32 PM Revision f618e56c (ceph): mgr: Look at PG state when PG epoch >= OSDMap epoch
add a property in pg_update that gets the
(current) OSDMap when the event is
created, and compare PG epoch with
OSDMa...
Kamoltat (Junior) Sirivadhna
02:15 PM Revision aaa2f5b7 (ceph): m
Signed-off-by: Li Wang <laurence.liwang@gmail.com> Li Wang
02:10 PM mgr Bug #40151 (New): Nautilus on Ubuntu Bionic: Module 'influx' has failed: 'InfluxDBClient' object ...
After upgrading from Mimic to Nautilus on Ubuntu Bionic, the ceph manager crashes as soon as I (re-)enable the influx... Soenke Schippmann
01:24 PM Messengers Bug #40114: msg: bad address encoding when CEPH_FEATURE_MSG_ADDR2 enabled
PR here: https://github.com/ceph/ceph/pull/28379 Jeff Layton
01:22 PM Messengers Bug #40114 (Fix Under Review): msg: bad address encoding when CEPH_FEATURE_MSG_ADDR2 enabled
Patrick Donnelly
01:17 PM Revision d3e0f346 (ceph): cmake: extract rgw_*_scheduler.cc into rgw_schedulers
i was running into following issue:
../../../lib/libradosgw_a.a(rgw_loadgen_process.cc.o): In function
`RGWLoadGenPr...
Kefu Chai
01:16 PM mgr Backport #40150 (Resolved): nautilus: ceph-rgw: retrieve list of existing realms in local cluster...
https://github.com/ceph/ceph/pull/28751 Nathan Cutler
01:15 PM rgw Backport #40146 (Rejected): luminous: Multisite sync corruption for large multipart obj
Nathan Cutler
01:15 PM rgw Backport #40144 (Resolved): mimic: Multisite sync corruption for large multipart obj
https://github.com/ceph/ceph/pull/29273 Nathan Cutler
01:14 PM rgw Backport #40143 (Resolved): luminous: multisite: 'radosgw-admin bucket sync status' should call s...
https://github.com/ceph/ceph/pull/29271 Nathan Cutler
01:14 PM rgw Backport #40142 (Resolved): nautilus: multisite: 'radosgw-admin bucket sync status' should call s...
https://github.com/ceph/ceph/pull/28739 Nathan Cutler
01:14 PM rgw Backport #40141 (Resolved): mimic: multisite: 'radosgw-admin bucket sync status' should call sync...
https://github.com/ceph/ceph/pull/29270 Nathan Cutler
01:06 PM Dashboard Bug #39933 (Resolved): mgr/dashboard: inconsistent result when editing a RBD image's features
Nathan Cutler
01:06 PM Dashboard Backport #39993 (Resolved): nautilus: mgr/dashboard: inconsistent result when editing a RBD image...
Nathan Cutler
01:05 PM Dashboard Bug #39034 (Resolved): mgr/dashboard: Queue notifications as default
Nathan Cutler
01:05 PM Dashboard Backport #39560 (Resolved): nautilus: mgr/dashboard: Queue notifications as default
Nathan Cutler
12:55 PM CephFS Backport #39689 (In Progress): mimic: mds: error "No space left on device" when create a large n...
https://github.com/ceph/ceph/pull/28381 Prashant D
12:07 PM rgw Bug #40022 (Pending Backport): multisite: 'radosgw-admin bucket sync status' should call syncs_fr...
Casey Bodley
12:07 PM Revision 40ed4f11 (ceph): Merge pull request #28243 from cbodley/wip-40022
radosgw-admin: fix syncs_from in 'bucket sync status'
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Casey Bodley
12:06 PM Dashboard Feature #39626 (Pending Backport): ceph-rgw: retrieve list of existing realms in local cluster fr...
Casey Bodley
12:04 PM Revision a33b7eb0 (ceph): Merge pull request #28156 from cbodley/wip-rgw-realm-list-api
rgw: add 'GET /admin/realm?list' api to list realms
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by:...
Casey Bodley
12:03 PM rgw Bug #39992 (Pending Backport): Multisite sync corruption for large multipart obj
Casey Bodley
12:03 PM Revision 2ade65a6 (ceph): Merge pull request #28345 from tianshan/fix_http_return_check
rgw: fix miss handle curl error return
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
12:03 PM Revision 84ee7912 (ceph): Merge pull request #28303 from cbodley/wip-39992
rgw: fetch_remote_obj() compares expected object size
Reviewed-by: Xiaoxi Chen <xiaoxchen@ebay.com>
Casey Bodley
12:00 PM rgw Bug #39984 (Pending Backport): rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
Casey Bodley
12:00 PM Revision abf2168b (ceph): Merge pull request #28188 from tianshan/fix_39984
rgw: fix bucket may redundantly list keys after BI_PREFIX_CHAR
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
11:53 AM Revision 909ad5e8 (ceph): Merge pull request #27993 from liuchang0812/rgw-bucket-tagging
rgw: bucket tagging
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
10:35 AM rgw Backport #40140 (Resolved): nautilus: document steps to disable metadata_heap on existing zones
https://github.com/ceph/ceph/pull/28738 Nathan Cutler
10:35 AM rgw Backport #40139 (Resolved): mimic: document steps to disable metadata_heap on existing zones
https://github.com/ceph/ceph/pull/30070 Nathan Cutler
10:34 AM rgw Backport #40138 (Resolved): luminous: document steps to disable metadata_heap on existing zones
https://github.com/ceph/ceph/pull/30071 Nathan Cutler
10:34 AM rgw Backport #40137 (Resolved): nautilus: rgw: the Multi-Object Delete operation of S3 API wrongly ha...
https://github.com/ceph/ceph/pull/28737 Nathan Cutler
10:34 AM rgw Backport #40136 (Resolved): mimic: rgw: the Multi-Object Delete operation of S3 API wrongly handl...
https://github.com/ceph/ceph/pull/29268 Nathan Cutler
10:34 AM rgw Backport #40135 (Resolved): luminous: rgw: the Multi-Object Delete operation of S3 API wrongly ha...
https://github.com/ceph/ceph/pull/29269 Nathan Cutler
10:34 AM rgw Backport #40134 (Resolved): nautilus: rgw: putting X-Object-Manifest via TempURL should be prohib...
https://github.com/ceph/ceph/pull/28712 Nathan Cutler
10:34 AM rgw Backport #40133 (Resolved): mimic: rgw: putting X-Object-Manifest via TempURL should be prohibited
https://github.com/ceph/ceph/pull/28711 Nathan Cutler
10:34 AM rgw Backport #40132 (Resolved): luminous: rgw: putting X-Object-Manifest via TempURL should be prohib...
https://github.com/ceph/ceph/pull/31652 Nathan Cutler
10:33 AM CephFS Backport #40131 (Resolved): nautilus: Document behaviour of fsync-after-close
https://github.com/ceph/ceph/pull/30025 Nathan Cutler
10:33 AM CephFS Backport #40130 (Resolved): mimic: Document behaviour of fsync-after-close
https://github.com/ceph/ceph/pull/29765 Nathan Cutler
10:33 AM rgw Backport #40129 (Resolved): nautilus: rgw: Swift interface: server side copy fails if object name...
https://github.com/ceph/ceph/pull/28736 Nathan Cutler
10:33 AM rgw Backport #40128 (Resolved): mimic: rgw: Swift interface: server side copy fails if object name co...
https://github.com/ceph/ceph/pull/29267 Nathan Cutler
10:32 AM rgw Backport #40127 (Resolved): luminous: rgw: Swift interface: server side copy fails if object name...
https://github.com/ceph/ceph/pull/31651 Nathan Cutler
10:31 AM mgr Backport #40126 (Resolved): nautilus: Multiple zabbix servers configuration
https://github.com/ceph/ceph/pull/30009 Nathan Cutler
10:29 AM rgw Backport #40125 (Resolved): nautilus: rgw:hadoop-s3a suite failing with more ansible errors
https://github.com/ceph/ceph/pull/28735 Nathan Cutler
10:29 AM rgw Backport #40124 (Resolved): mimic: rgw:hadoop-s3a suite failing with more ansible errors
https://github.com/ceph/ceph/pull/30069 Nathan Cutler
10:29 AM rgw Backport #40123 (Rejected): luminous: rgw:hadoop-s3a suite failing with more ansible errors
Nathan Cutler
10:29 AM rbd Backport #40122 (Resolved): nautilus: wrong format for rbd_mirror prometheus metrics
https://github.com/ceph/ceph/pull/28485 Nathan Cutler
09:10 AM Dashboard Bug #40064 (Fix Under Review): mgr/dashboard: Improve hints shown when message.xlf is invalid
Patrick Seidensal
08:46 AM CephFS Feature #40121 (Resolved): mds: count purge queue items left in journal
MDS purge queue didn't have a perf counter to record how many items still left in journal. Even when MDS restarted, t... Zhi Zhang
08:40 AM Revision 26f180de (ceph): mgr/dashboard: Improve hints shown when message.xlf is invalid
Fixes: http://tracker.ceph.com/issues/40064
Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
Patrick Seidensal
08:17 AM Revision a2b29413 (ceph): test/crimson: fix msgr test of ref counter racing
Foreign-dispatch in crimson-messenger is not implemented yet, and no
need to test this feature now.
Fixes: http://tr...
Yingxin Cheng
07:13 AM Messengers Bug #40115: handle_read_frame_preamble_main crc mismatch for main preamble rx_crc=2646747243 tx_c...
> shouldn't the stream handlers get reset unconditionally on reset?
Just making the reset unconditional will brake...
Radoslaw Zarzynski
06:34 AM Revision 371b683a (ceph): rgw: show bucket tagging when user stats bucket
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
06:34 AM Revision d1ff8218 (ceph): rgw: cleanup bucket tags code
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
06:22 AM CephFS Backport #39686 (In Progress): nautilus: ceph-fuse: client hang because its bad session PipeConne...
https://github.com/ceph/ceph/pull/28375 Prashant D
06:17 AM Dashboard Feature #24655 (Fix Under Review): mgr/dashboard: Enforce password change upon first login
Elzbieta Dziomdziora
06:17 AM Dashboard Feature #25232 (In Progress): mgr/dashboard: Support minimum password complexity rules
Elzbieta Dziomdziora
03:40 AM Revision c669cf29 (ceph): test/rgw: test truncated reads in RGWHTTPManager
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
03:33 AM Revision 9b702585 (ceph): rgw: fix miss handle curl error return
if meet tcp packet loss, curl return will be result=18(CURLE_PARTIAL_FILE)
and http_status=200, so sync will continue...
Tianshan Qu
02:58 AM RADOS Bug #36405 (Resolved): unittest_seastar_messenger failure on ARM
Kefu Chai
02:57 AM Revision 048ea6ea (ceph): Merge pull request #28362 from cyx1231st/wip-seastar-fix-random-failure
test/crimson: fix msgr test of ref counter racing
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by:...
Kefu Chai
02:55 AM RADOS Bug #39997: not able to create osd keyring
when I tried to run with following command
osd create <uuid> <osd no> --no-mon-config
keyring is generated
Cou...
pooja gupta
02:36 AM Revision 25bcddf0 (ceph): rgw:new op type and error code about bucket tagging
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision f7ea2bdb (ceph): rgw: declares bucket tagging op classes
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision 56189e27 (ceph): rgw: get bucket tagging
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision 993d86fa (ceph): rgw: uses 404 http code when there is NoSuchTagSetError
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision e4ab9bf3 (ceph): rgw: add set_bucket_tags api
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision 6a93fe05 (ceph): rgw: impl put_bucket_tags and delete_bucket_tags
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision 8eedfddc (ceph): rgw: iam policy about bucket tagging
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision 5248a81b (ceph): rgw: make max number of bucket/object tags configurble
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision 8103ca3b (ceph): rgw: forwards to master and uses gw_bucket_set_attrs
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision 26e0baec (ceph): doc: bucket tagging is supported now
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:36 AM Revision c8582ff2 (ceph): rgw: simplify RGWObjTags dump
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
01:58 AM RADOS Bug #40119 (New): api_tier_pp hung causing a dead job

http://pulpito.ceph.com/dzafman-2019-05-31_07:47:29-rados-wip-zafman-testing-distro-basic-smithi/3992631...
David Zafman
01:25 AM Revision 1966b446 (ceph): client: fix fuse client hang because its bad session PipeConnection
to mds.
There still has a risk client will hang all the time and which
happened in my enviroment a few days ago. Wel...
Ivan Guan
01:23 AM Revision 0f74140e (ceph): mds: check dir fragment to split dir if mkdir makes it oversized.
In handle_client_mkdir we hit_dir (via hit_inode) in mkdir finish callback, but by then we might have overshot the sp... chenerqi

06/03/2019

10:29 PM CephFS Bug #36370: add information about active scrubs to "ceph -s" (and elsewhere)
Venky Shankar wrote:
> Patrick Donnelly wrote:
> > Venky, status on this ticket?
>
> For this ticket: scrub stat...
Patrick Donnelly
09:39 PM Revision fd358e73 (ceph): qa: fix kclient symlink to use latest rhel7
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
09:39 PM Revision 39e23bb5 (ceph): qa: fix latest distros and add helper symlinks
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
09:34 PM CephFS Bug #40116 (Resolved): nautilus: qa: cannot schedule kcephfs/multimds
Yuri Weinstein
09:10 PM CephFS Bug #40116: nautilus: qa: cannot schedule kcephfs/multimds
merged https://github.com/ceph/ceph/pull/28369 Yuri Weinstein
09:01 PM CephFS Bug #40116 (Fix Under Review): nautilus: qa: cannot schedule kcephfs/multimds
Patrick Donnelly
08:46 PM CephFS Bug #40116 (Resolved): nautilus: qa: cannot schedule kcephfs/multimds
... Patrick Donnelly
09:17 PM Revision 115560ff (ceph): Merge pull request #28360 from yuriw/wip-yuriw-devstack-jewel
qa/tests: removed basic test Yuri Weinstein
09:16 PM Documentation #39712 (Fix Under Review): doc: broken links on nautilus release notes page
Patrick Donnelly
09:15 PM Bug #39976 (Closed): /opt/ceph-container/bin/osd_disk_prepare.sh: line 46: ceph-disk: command not...
Ceph-container uses Github for issue tracking: https://github.com/ceph/ceph-container/issues
Nautilus indeed doesn...
Greg Farnum
09:11 PM mgr Bug #40053 (Closed): ceph-mgr 13.2.4 fails to start with "auth_reply(proto 2 -22 (22) Invalid arg...
Greg Farnum
09:08 PM ceph-volume Bug #40100 (Fix Under Review): Missing block.wal and block.db symlinks on restart
Greg Farnum
09:07 PM Revision 8cd9d597 (ceph): Merge pull request #28369 from batrick/i40116
nautilus: qa: cannot schedule kcephfs/multimds Yuri Weinstein
09:06 PM RADOS Support #40103: ceph monitor cannot start
The ceph-users@ceph.com mailing list is a more reliable way to get help on issues like this. Looks like the OSDMap ha... Greg Farnum
09:03 PM rgw Bug #40118 (Resolved): rgw_file: include tenant when hashing bucket names
Paths different only by tenant were not distinguished in NFS RGW's handle cache. I propose to address this by includ... Matt Benjamin
09:00 PM RADOS Bug #40117 (Duplicate): PG stuck in WaitActingChange
osd.9 requests a switch to acting set=[5] from [9,5] which never shows up. The teuthology test hangs waiting for tha... Samuel Just
08:59 PM Messengers Bug #40115: handle_read_frame_preamble_main crc mismatch for main preamble rx_crc=2646747243 tx_c...
... Sage Weil
08:41 PM Messengers Bug #40115: handle_read_frame_preamble_main crc mismatch for main preamble rx_crc=2646747243 tx_c...
hmm, on the other end, the fault is waiting 15s (!)... Sage Weil
08:39 PM Messengers Bug #40115 (Resolved): handle_read_frame_preamble_main crc mismatch for main preamble rx_crc=2646...
symptom is MON_DOWN in cluster log, due to the mon reconnects failing, and thus missing an election cycle.
seems t...
Sage Weil
08:59 PM Revision deece210 (ceph): qa: kcephfs/multimds test latest rhel
Fixes: http://tracker.ceph.com/issues/40116
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:57 PM Revision 3ade7c04 (ceph): client: clean up error checking and return of _lookup_parent
ll_lookup_inode can end up getting back 0 from _lookup_parent,
without zeroing out the parent pointer, which ends up ...
Jeff Layton
08:52 PM Revision 901a2e04 (ceph): qa: fix missing yaml fragment
This is preventing kcephfs/multimds from being scheduled.
Introduced-by: 2526cc6e649cded87113beae745e7c7984569c0d
Pa...
Patrick Donnelly
08:45 PM mgr Feature #38409 (Pending Backport): Multiple zabbix servers configuration
Sage Weil
08:45 PM Revision 611c8949 (ceph): Merge PR #26547 into master
* refs/pull/26547/head:
Added validation of zabbix_host to support hostnames, IPv4 and IPv6.
mgr/zabbix: Documentat...
Sage Weil
08:44 PM RADOS Bug #39282 (Resolved): EIO from process_copy_chunk_manifest
Sage Weil
08:44 PM Revision 097e8d21 (ceph): Merge PR #27667 into master
* refs/pull/27667/head:
src/test: fix creating two different objects for testing chunked object
Reviewed-by: Sage W...
Sage Weil
08:43 PM rbd Bug #39977 (Pending Backport): wrong format for rbd_mirror prometheus metrics
Sage Weil
08:43 PM Revision 898d29cb (ceph): Merge PR #28200 into master
* refs/pull/28200/head:
pybind/mgr: add slash to prometheus illegal metric name characters
pybind/mgr: fix format f...
Sage Weil
08:41 PM Revision f1b573c3 (ceph): Merge pull request #28180 from athanatos/sjust/wip-crimson-peering
Integrate PeeringState into crimson, fix related bugs
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed...
Samuel Just
07:41 PM Revision 9a42bc8c (ceph): qa/tests: removed basic test
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:23 PM Revision 21e1caba (ceph): mgr: Look at PG state when PG epoch >= OSDMap epoch
add an if statement to only allow PGs to
only look at it's PG state when it's epoch
is greater than or equal to the O...
Kamoltat (Junior) Sirivadhna
06:44 PM CephFS Bug #40034: mds: stuck in clientreplay
Nathan Fish wrote:
> Patrick Donnelly wrote:
> > None of us see why the MDS was stuck in clientreplay. How long do ...
Patrick Donnelly
05:24 PM CephFS Bug #40034: mds: stuck in clientreplay
Patrick Donnelly wrote:
> None of us see why the MDS was stuck in clientreplay. How long do you think it was in that...
Nathan Fish
05:23 PM CephFS Bug #40034 (Need More Info): mds: stuck in clientreplay
Patrick Donnelly
05:04 PM CephFS Bug #40034: mds: stuck in clientreplay
None of us see why the MDS was stuck in clientreplay. How long do you think it was in that state? Patrick Donnelly
06:40 PM CephFS Bug #40085 (Fix Under Review): FSAL_CEPH assertion failed in Client::_lookup_name: "parent->is_di...
Patrick Donnelly
05:44 PM CephFS Bug #40085: FSAL_CEPH assertion failed in Client::_lookup_name: "parent->is_dir()"
This set should fix it:
https://github.com/ceph/ceph/pull/28324
Jeff Layton
06:38 PM rgw Bug #39706 (Pending Backport): rgw:hadoop-s3a suite failing with more ansible errors
Casey Bodley
06:29 PM Revision c2cae94c (ceph): Merge pull request #28068 from cbodley/wip-qa-rgw-s3a
qa/rgw: don't use ceph-ansible in s3a-hadoop suite
Reviewed-by: Vasu Kulkarni <vasu@redhat.com>
Casey Bodley
06:28 PM CephFS Documentation #24641 (Pending Backport): Document behaviour of fsync-after-close
Patrick Donnelly
06:27 PM CephFS Documentation #24641 (Fix Under Review): Document behaviour of fsync-after-close
Patrick Donnelly
06:28 PM Revision ffda69a4 (ceph): Merge PR #28300 into master
* refs/pull/28300/head:
doc: cephfs: add section on fsync error reporting to posix.rst
Reviewed-by: Patrick Donnell...
Patrick Donnelly
06:01 PM Revision 5c419b64 (ceph): client: drop Client::lookup_parent
Nothing calls this method.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeff Layton
05:29 PM rgw Bug #39992: Multisite sync corruption for large multipart obj
two fixes to backport:
https://github.com/ceph/ceph/pull/28303
https://github.com/ceph/ceph/pull/28345
Casey Bodley
05:26 PM Revision 142be539 (ceph): cmake: link rgw tests against ${rgw_libs}
if `WITH_RADOSGW_AMQP_ENDPOINT` is enabled, we should always link rgw
applications against `RabbitMQ::RabbitMQ` or `a...
Kefu Chai
05:26 PM Revision 68fb46d3 (ceph): cmake: link libosd against libos
apparently, libosd uses libos, but it does not use leveldb directly,
so s/leveldb/os/.
Signed-off-by: Kefu Chai <kch...
Kefu Chai
05:26 PM Revision 61bd7053 (ceph): cmake: link rbd_reply against rbd_replay_types
should make it `PUBLIC` because, for instance,
src/rbd_replay/actions.hpp uses
`rbd_replay::action::IoActionBase::du...
Kefu Chai
05:21 PM Revision 65f78610 (ceph): systemd: add selinux flag in ceph.tmpfiles.d
Without this flag, some files in /run/ are mislabelled after a reboot
ending up with some services on the system not ...
Guillaume Abrioux
05:07 PM Revision 921faebb (ceph): qa/rgw: allow rgw client config to override port
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
05:07 PM Revision 3ff5f0c2 (ceph): qa/rgw: use default ports (80 or 443) unless overridden
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
05:07 PM Revision 0fc2c8ec (ceph): qa/rgw: remove ceph-ansible from s3a-hadoop suite
Fixes: http://tracker.ceph.com/issues/39706
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:07 PM Revision 658e5932 (ceph): qa/rgw: rgw task can override --rgw-dns-name on the command line
the value for rgw_dns_name isn't known until a machine is assigned, so
it can't be set via 'override: conf:'. add a p...
Casey Bodley
05:07 PM Revision 8c8a706b (ceph): qa/rgw: add dnsmasq back to s3a-hadoop
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
05:07 PM Messengers Bug #40114: msg: bad address encoding when CEPH_FEATURE_MSG_ADDR2 enabled
So the plan I think is to just have the clients assume that the field in question is LE. That means that LE hosts wit... Jeff Layton
04:24 PM Messengers Bug #40114: msg: bad address encoding when CEPH_FEATURE_MSG_ADDR2 enabled
Another bug too: Apparently BSD/OSX have a sa_len field in the sockaddr, but it does not reduce the length that it en... Jeff Layton
04:06 PM Messengers Bug #40114 (Resolved): msg: bad address encoding when CEPH_FEATURE_MSG_ADDR2 enabled
On Linux, entity_addr_t::encode just copies the sockaddr as-is into the bufferlist, without fixing up the endianness ... Jeff Layton
04:53 PM Revision dead71f5 (ceph): Merge pull request #28146 from smanjara/wip-39551
rgw/multisite:RGWListBucketIndexesCR for data full sync pagination
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:52 PM rgw Documentation #18174 (Pending Backport): document steps to disable metadata_heap on existing zones
Casey Bodley
04:51 PM Revision 5a2661e4 (ceph): Merge pull request #26915 from dvanders/dvanders_doc_heap
doc: describe metadata_heap cleanup
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:51 PM Revision cf8c952a (ceph): Merge pull request #28359 from tchaikov/wip-split-ceph-dencoder
tools/ceph-dencoder: split types.h into smaller pieces
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Josh Du...
Kefu Chai
03:49 PM Revision fd00136e (ceph): qa/suites/rados/multimon: skew clocks 2s (< paxos lease)
If the leader is the one with the accurate clock, it can still
form quorum, but if the leader has the skewed clock, a...
Sage Weil
03:48 PM RADOS Bug #40112 (Resolved): mon: rados/multimon tests fail with clock skew
See
http://pulpito.ceph.com/sage-2019-05-30_21:14:09-rados:multimon-master-distro-basic-smithi/
or
http://p...
Sage Weil
03:18 PM Revision 7b695f83 (ceph): 13.2.6
Jenkins Build Slave User
03:14 PM Revision e7660422 (ceph): doc: describe metadata_heap cleanup
Fixes: http://tracker.ceph.com/issues/18174
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
Dan van der Ster
03:11 PM Dashboard Backport #39993: nautilus: mgr/dashboard: inconsistent result when editing a RBD image's features
Kiefer Chang wrote:
> https://github.com/ceph/ceph/pull/28218
merged
Yuri Weinstein
03:11 PM Revision 4ee62b60 (ceph): Merge pull request #28218 from bk201/wip-39993-nautilus
nautilus: mgr/dashboard: inconsistent result when editing a RBD image's features
Reviewed-by: Volker Theile <vtheil...
Yuri Weinstein
03:09 PM Dashboard Backport #39560: nautilus: mgr/dashboard: Queue notifications as default
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28022
merged
Yuri Weinstein
03:09 PM Revision ce619a01 (ceph): Merge pull request #28022 from Devp00l/wip-39560-nautilus
nautilus: mgr/dashboard: Queue notifications as default
Reviewed-by:  Tiago Melo <tmelo@suse.com>
Reviewed-by: Volk...
Yuri Weinstein
02:54 PM rgw Bug #40111: RGW-Swift does not support capabilities API call
It is part of the formula we use when we run tempest tests (there are other options controlling Swift auth urls, I do... Matt Benjamin
02:30 PM rgw Bug #40111: RGW-Swift does not support capabilities API call
Thanks for the info, but wouldn't affect that also the /swift/v1 api calls ? Bjoern Teipel
02:20 PM rgw Bug #40111: RGW-Swift does not support capabilities API call
Hi Bjoern,
If what you're asking for is for Swift sub-urls to appear at the root, then you can enable that by sett...
Matt Benjamin
02:12 PM rgw Bug #40111 (Resolved): RGW-Swift does not support capabilities API call
Per swift API, the URL /info should return capabilities of the swift API but RGW does not seem to support it on this ... Bjoern Teipel
02:45 PM CephFS Bug #39750: mgr/volumes: cannot create subvolumes with py3 libraries
I can't reproduce the issue. I get the following warning when I run the do_cmake.sh as shown in the report -
CMake...
Rishabh Dave
02:09 PM rbd Bug #40110 (Resolved): [rbd-mirror] ensure tcmalloc is used if available
For small IO operations, tcmalloc is still markedly faster than the glibc allocator (w/ tcache). Jason Dillaman
02:06 PM RADOS Bug #39115: ceph pg repair doesn't fix itself if osd is bluestore
See #39116 for the stack trace.
I initially thought that this and the other issue were two separate problems. How...
Iain Buclaw
01:38 PM Revision 8ceb1141 (ceph): global/global_context: always add '\0' after strncpy()
see also f35fa1c58cf24275458cb83097c57bdfd1184cf8
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:21 PM Revision 11689c0e (ceph): osd/ClassHandler: use std::variant for storing func
for better readablity, and less error-prone
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:15 PM Dashboard Bug #38428: mgr/dashboard: dashboard giving 401 unauthorized
Looks like there is a different bug that causes these 401 errors than what this issue was initially about. See #40051... Lenz Grimmer
01:12 PM Dashboard Bug #40051: mgr/dashboard: Dashboard login page broken; summary returns 401
Is this a duplicate of #38428 by any chance? Lenz Grimmer
01:09 PM Revision bdfc3bb9 (ceph): Merge pull request #28305 from rzarzynski/wip-bug-38827
qa/valgrind.supp: generalize the whiterule for aes-128-gcm to help rgw suite.
Reviewed-by: Casey Bodley <cbodley@red...
Casey Bodley
01:00 PM rgw Bug #27217 (Pending Backport): rgw: Swift interface: server side copy fails if object name contai...
Casey Bodley
01:00 PM Revision 088d3ea2 (ceph): Merge pull request #25498 from cbodley/wip-27217
rgw: parse_copy_location defers url-decode
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
12:59 PM rgw Bug #20797 (Pending Backport): rgw: putting X-Object-Manifest via TempURL should be prohibited
Casey Bodley
12:59 PM Revision 62472c0c (ceph): Merge pull request #16659 from rzarzynski/wip-rgw-20797
rgw: TempURL should not allow PUTs with the X-Object-Manifest.
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
12:58 PM rgw Bug #18241 (Pending Backport): rgw: the Multi-Object Delete operation of S3 API wrongly handles t...
Casey Bodley
12:57 PM Revision 8a0b2c7a (ceph): Merge pull request #12709 from rzarzynski/wip-rgw-18364-dbgs
rgw: improve debugs on the path of RGWRados::cls_bucket_head.
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
12:57 PM Revision eb51579b (ceph): Merge pull request #12470 from rzarzynski/wip-rgw-18241
rgw: dump s3_code as the Code response element in RGWDeleteMultiObj_ObjStore_S3
Reviewed-by: Matt Benjamin <mbenjami...
Casey Bodley
09:13 AM Revision a37106f0 (ceph): osd: maybe_remove_pg_upmaps -> clean_pg_upmaps
It should always be the preferred option to kill the unnecessary
or duplicated code, which is good for maintenance.
A...
xie xingguo
08:41 AM Revision c63b33b6 (ceph): cmake: link libkv against libheap_profiler
PriorityCache.cc uses `ceph_heap_*` functions, and libkv contains
`PriorityCache.cc`, so it should link against libhe...
Kefu Chai
08:03 AM Revision 69611dcc (ceph): osd/ClassHandler: use ceph::mutex instead of Mutex
for better performance
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:03 AM Revision 7a983032 (ceph): osd/ClassHandler: no need to add `struct` before struct type
unlike C language, C++ is put struct names and other names in a single
namespace. so we don't need to add `strcut` be...
Kefu Chai
08:03 AM Revision 053906af (ceph): osd/ClassHandler: s/string/std::string/ in header
and such-like, we cannot assume `using namespace std` or `using
std::string`.
Signed-off-by: Kefu Chai <kchai@redhat...
Kefu Chai
08:03 AM Revision 9eef9a8c (ceph): osd/ClassHandler: remove unused function
rook does not use "embedded" ceph anymore. and we've dropped the
embedded build support, so remove this function.
Si...
Kefu Chai
07:12 AM Revision 588f515a (ceph): cmake: link libkv against common_prioritycache_obj
as both `kv/rocksdb_cache/BinnedLRUCache.cc` and
`kv/rocksdb_cache/ShardedCache.cc` uses `PriorityCache` which is in ...
Kefu Chai
06:52 AM Revision e7cf91ba (ceph): cmake: remove kv_objs target
libkv is better than kv_objs, as it is able to bring more
properties with with it, for instance, the public include
d...
Kefu Chai
04:28 AM Revision ed2ce0ef (ceph): Merge pull request #28339 from tchaikov/wip-cmake-asan
cmake/modules: replace ";" with " " in compile flags
Reviewed-by: Yingxin Cheng <yingxincheng@gmail.com>
Kefu Chai
03:17 AM Revision 02e5499b (ceph): osd/OSDMap: maybe_remove_pg_upmaps - avoid do_crush twice
which is extremely time-consuming.
Half of the amount of time of calling maybe_remove_pg_upmaps
has been saved by app...
xie xingguo
03:06 AM Revision d9ed406a (ceph): osd/OSDMap: maybe_remove_pg_upmaps - s/pg_to_raw_up/pg_to_raw_upmap/
The upmap results are directly applied after calling
_pg_to_raw_osds, which means it basically has nothing to do
with...
xie xingguo
02:50 AM Revision c0ce22b8 (ceph): test/osd: add performance test case for maybe_remove_pg_upmap
Tom Byrne reported that maybe_remove_pg_upmap might become
super inefficient for large clusters with balancer on.
To ...
xie xingguo

06/02/2019

08:33 PM Revision 1b21cc8c (ceph): Merge pull request #28356 from yuriw/wip-yuriw-whitelist-mimic
qa/tests: whitelisted POOL_APP_NOT_ENABLED Yuri Weinstein
08:32 PM Revision 789f88f9 (ceph): Merge pull request #28355 from yuriw/wip-yuriw-whitelist-luminous
qa/tests: whitelisted POOL_APP_NOT_ENABLED Yuri Weinstein
11:31 AM Revision 76204d32 (ceph): ceph.spec.in: install grafana dashboards world readable
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
02:28 AM CephFS Bug #40102: qa: probable kernel deadlock/oops during umount on testing branch
it's a longstanding bug. fix by "ceph: use ceph_evict_inode to cleanup inode's resource" in https://github.com/ceph/c... Zheng Yan

06/01/2019

03:12 PM Bug #39595 (Fix Under Review): Compile error: ceph-dencoder: invalid operands (*UND* and .gcc_exc...
Kefu Chai
03:12 PM Revision eaaec3d3 (ceph): tools/ceph-dencoder: split types.h into smaller pieces
instead of putting all types in a single compilation unit, split them
into smaller groups, in hope to reduce the memo...
Kefu Chai
10:39 AM Bug #40068: High CPU load using Ceph Nautilus in Rook
Hi,
I am the person who created the issue on the Rook project. I have updated the issue with some more info. In sh...
Vito Botta
10:38 AM mgr Bug #39323 (Resolved): tox failures when running "make check"
Nathan Cutler
10:38 AM mgr Backport #39530 (Resolved): nautilus: tox failures when running "make check"
Nathan Cutler
10:38 AM mgr Feature #24977 (Resolved): Provide a base set of Prometheus alert manager rules that notify the u...
Nathan Cutler
10:37 AM mgr Backport #39540 (Resolved): nautilus: Provide a base set of Prometheus alert manager rules that n...
Nathan Cutler
10:36 AM mgr Backport #39425 (Resolved): nautilus: mgr: deadlock
Nathan Cutler
10:24 AM rgw Backport #40108 (Rejected): luminous: Librgw doesn't GC deleted object correctly
Nathan Cutler
10:24 AM rgw Backport #40107 (Resolved): nautilus: Librgw doesn't GC deleted object correctly
https://github.com/ceph/ceph/pull/28648 Nathan Cutler
10:24 AM rgw Backport #40106 (Rejected): mimic: Librgw doesn't GC deleted object correctly
Nathan Cutler
10:23 AM RADOS Backport #38850 (Resolved): upgrade: 1 nautilus mon + 1 luminous mon can't automatically form quorum
Nathan Cutler
10:21 AM rbd Backport #40105 (Resolved): nautilus: [test] qemu_dynamic_features workunit fails to disable fast...
https://github.com/ceph/ceph/pull/28127 Nathan Cutler
10:20 AM Dashboard Bug #39971 (Resolved): Several embedded Grafana dashboards are not displayed due to changed uids
Nathan Cutler
10:20 AM mgr Backport #40006 (Resolved): nautilus: Several embedded Grafana dashboards are not displayed due t...
Nathan Cutler
10:20 AM Dashboard Bug #39652 (Resolved): Grafana dashboards use outdated metric names from the prometheus module
Nathan Cutler
10:20 AM mgr Backport #39932 (Resolved): nautilus: dashboard: Grafana dashboards use outdated metric names fro...
Nathan Cutler
09:53 AM CephFS Bug #40102: qa: probable kernel deadlock/oops during umount on testing branch
it's kernel BUG at fs/ceph/mds_client.c:1500!
BUG_ON(session->s_nr_caps > 0);
No idea how can it happen
Zheng Yan
09:52 AM rgw Feature #36287 (Closed): rgw: Add archive data sync module
Merged Javier M. Mellid
02:13 AM Revision 880468b4 (ceph): Merge PR #28354 into master
* refs/pull/28354/head:
doc: Add warning that the root directory cannot be fragmented
Reviewed-by: Patrick Donnelly...
Patrick Donnelly
01:33 AM Bug #40104 (Resolved): maybe_remove_pg_upmap can be super inefficient for large clusters
Report from Tom Byrne, Senior storage system administrator at the Rutherford Appleton Laboratory (RAL), part of STFC:... xie xingguo
12:36 AM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
I'd say the odds are high migrating the bucket indexes to bluestore would fix it - the omap structure there is very s... Josh Durgin
 

Also available in: Atom