Project

General

Profile

Activity

From 05/19/2019 to 06/17/2019

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

05/31/2019

10:53 PM mgr Bug #37835: ceph-mgr 13.2.4 fails to start with "auth_reply(proto 2 -22 (22) Invalid argument)"
I finally found the problem and the fix. I have a keyring set in the [global] section of ceph.conf. ceph-mgr was tryi... Randall Smith
10:53 PM mgr Bug #40053: ceph-mgr 13.2.4 fails to start with "auth_reply(proto 2 -22 (22) Invalid argument)"
I finally found the problem and the fix. I have a keyring set in the [global] section of ceph.conf. ceph-mgr was tryi... Randall Smith
09:39 PM mgr Bug #40053: ceph-mgr 13.2.4 fails to start with "auth_reply(proto 2 -22 (22) Invalid argument)"
Please disregard the OSD issue. It looks like osd keyring file didn't match what was reported by `ceph auth get osd.7... Randall Smith
09:07 PM mgr Bug #40053: ceph-mgr 13.2.4 fails to start with "auth_reply(proto 2 -22 (22) Invalid argument)"
This was only causing problems for my mgrs. It has not prevented an OSD from connecting after migration from filestor... Randall Smith
10:32 PM RADOS Bug #39115: ceph pg repair doesn't fix itself if osd is bluestore
Since OSDs are crashing we should get stack traces out of the logs (e.g osd.9). Per http://tracker.ceph.com/issues/39... David Zafman
10:28 PM CephFS Feature #24463: kclient: add btime support
I've spent the last couple of days working on this. The btime piece happens to be pretty simple, but it shares a feat... Jeff Layton
09:11 PM ceph-volume Bug #40100: Missing block.wal and block.db symlinks on restart
Pull request: https://github.com/ceph/ceph/pull/28357 Corey Bryant
05:55 PM ceph-volume Bug #40100: Missing block.wal and block.db symlinks on restart
Trying that again, the formatting in the last comment was unintended:... Corey Bryant
05:50 PM ceph-volume Bug #40100: Missing block.wal and block.db symlinks on restart
Can we do something along these lines in ceph_volume/systemd/main.py after existing while loop?
# using extra_data...
Corey Bryant
04:05 PM ceph-volume Bug #40100 (Resolved): Missing block.wal and block.db symlinks on restart
We are tracking a bug in Ubuntu (https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1828617) wherea race on system r... Corey Bryant
09:08 PM Revision 6d66072c (ceph): osd/: clarify rebuilt_missing_with_deletes and set in init
Updates PeeringState::init to set may_include_deletes_in_missing when
possible to avoid needlessly rebuilding the mis...
Samuel Just
09:05 PM Revision c489c53c (ceph): Revert "cmake: define BOOST_SP_DISABLE_THREADS for crimson"
For whatever reason, this patch appears to cause the reactor/peering
to hang much of the time. Reverting until we ha...
Samuel Just
09:05 PM Revision c5fec5f7 (ceph): crimson/net/ProtocolV1: close connection when replaced
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:05 PM Revision 8864de81 (ceph): cyan_store: map -ENOENT to 0 for _remove
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:05 PM Revision 1b22a831 (ceph): crimson/osd/pg_backend: clear exists in remove
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:05 PM Revision 909f4e26 (ceph): crimson/osd/main: add --debug option
Really, what we need to do is examine the ceph conf and set
the right logger levels based on configured log levels, b...
Samuel Just
09:05 PM Revision 8c86678b (ceph): crimson: hook PeeringState into pg
This patch:
1) Adds partially implemented stubs for PeeringState::PeeringListener
2) Revamps the message handling to ...
Samuel Just
09:05 PM Revision 201dd356 (ceph): os/cyan_collection: add pragma once
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:05 PM Revision 382a649f (ceph): crimson/os/cyan_store: add some omap machinery
Adds transaction methods for PeeringState.
Mainly omap_set, but also a stub for collection hint and the other omap
u...
Samuel Just
09:05 PM Revision c839c2d4 (ceph): crimson/os/cyan_store: run t.get_on_* contexts
PeeringState makes liberal use of those callbacks, run them
upon completion of do_transaction.
Signed-off-by: Samuel...
Samuel Just
09:05 PM Revision d07592ea (ceph): crimson/mon/MonClient: handle mon client connection race
The first to establish a connection and close the others needs
to ensure that the others don't mess with broken state...
Samuel Just
09:05 PM Revision 212593da (ceph): crimson/net/SocketMessenger: wait for accepter thread to die on shutdown
Otherwise, it ends up trying to operator<< *this after it's been
deleted.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
09:05 PM Revision d0dbb36e (ceph): crimson/net/Connection: add peer_is_* helpers
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:05 PM Revision e799b38a (ceph): crimson/osd: use configured ceph-osd uuid in mkfs
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:05 PM Revision 5c76f630 (ceph): vstart: add --redirect-output option to redirect output for --nodaemon
Useful for crimson which doesn't currently support writing directly
to a log file.
Signed-off-by: Samuel Just <sjust...
Samuel Just
09:05 PM Revision 0c254023 (ceph): dout: let <= 20 correspond to debug for crimson
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:05 PM Revision 395a2f68 (ceph): crimson/common/assert.cc: flush cout before abort
Seastar logger() instances don't flush the channel, so recent messages
won't be present otherwise.
Signed-off-by: Sa...
Samuel Just
09:04 PM Revision b6e40a32 (ceph): osd/: move pg/osd state machinery into osd_types for use in crimson
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:04 PM Revision fdd38eab (ceph): PGLog: add cyan_store machinery for reading the log
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:04 PM Revision 6dc10bb1 (ceph): qa/tests: whitelisted POOL_APP_NOT_ENABLED
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:01 PM Revision 8bbfe1d5 (ceph): qa/tests: whitelisted POOL_APP_NOT_ENABLED
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:38 PM Revision 46a9d1b7 (ceph): doc: Add warning that the root directory cannot be fragmented
Documents: #39704
Signed-off-by: Nathan Fish <lordcirth@gmail.com>
Nathan Fish
08:23 PM mgr Backport #39530: nautilus: tox failures when running "make check"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27884
merged
Yuri Weinstein
08:23 PM Revision 9606ea36 (ceph): Merge pull request #27884 from smithfarm/wip-39530-nautilus
nautilus: tests: mgr: tox failures when running make check
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Se...
Yuri Weinstein
08:22 PM mgr Backport #39540: nautilus: Provide a base set of Prometheus alert manager rules that notify the u...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27998
merged
Yuri Weinstein
08:22 PM Revision 1978e382 (ceph): Merge pull request #27998 from smithfarm/wip-39540-nautilus
nautilus: monitoring: Provide a base set of Prometheus alert manager rules that notify the user about common Ceph err... Yuri Weinstein
08:21 PM mgr Backport #39425: nautilus: mgr: deadlock
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28098
merged
Yuri Weinstein
08:21 PM Revision d9b093aa (ceph): Merge pull request #28098 from pdvian/wip-39425-nautilus
nautilus: mgr: deadlock
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:21 PM Dashboard Backport #40048: nautilus: mgr/dashboard: Display correct dialog title
Volker Theile wrote:
> https://github.com/ceph/ceph/pull/28189
merged
Yuri Weinstein
08:21 PM Revision c942e497 (ceph): Merge pull request #28189 from votdev/fix_dialog_title
nautilus: mgr/dashboard: Display correct dialog title
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Ric...
Yuri Weinstein
08:19 PM RADOS Backport #38850: upgrade: 1 nautilus mon + 1 luminous mon can't automatically form quorum
Joao Eduardo Luis wrote:
> backport PR to nautilus: https://github.com/ceph/ceph/pull/28262
merged
Yuri Weinstein
08:18 PM Revision 59d52d42 (ceph): Merge pull request #28262 from jecluis/nautilus-fix-backport-mon-min-re...
mon/Monitor: allow probe if MMonProbe::mon_release == 0
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
08:10 PM Revision d1ae3194 (ceph): Merge PR #28199 into master
* refs/pull/28199/head:
qa/tasks: upgrade the check for -c sudo option in vstart_runner.py
Reviewed-by: Patrick Don...
Patrick Donnelly
07:38 PM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
We are planning on migrating all of our clusters to BlueStore, but that's going to take the rest of the year. We cou... Bryan Stillwell
07:08 PM RADOS Support #40103 (New): ceph monitor cannot start
I have a ceph cluster running over 2 years and the monitor began crash since yesterday. I had some flapping OSDs up a... JIANYU LI
06:14 PM CephFS Bug #40102: qa: probable kernel deadlock/oops during umount on testing branch
Another: /ceph/teuthology-archive/yuriw-2019-05-30_20:50:30-kcephfs-mimic_v13.2.6_QE-testing-basic-smithi/3989013/teu... Patrick Donnelly
06:12 PM CephFS Bug #40102: qa: probable kernel deadlock/oops during umount on testing branch
Another: /ceph/teuthology-archive/yuriw-2019-05-30_20:50:30-kcephfs-mimic_v13.2.6_QE-testing-basic-smithi/3989039/teu... Patrick Donnelly
06:11 PM CephFS Bug #40102 (Resolved): qa: probable kernel deadlock/oops during umount on testing branch
... Patrick Donnelly
05:25 PM rgw Bug #37734 (Pending Backport): Librgw doesn't GC deleted object correctly
Matt Benjamin
05:25 PM Revision 955c832d (ceph): Merge pull request #28108 from linuxbox2/wip-rgwfile-reqid
Wip rgwfile reqid: absorbs rgw_file: allocate new id for continued request #25664 Matt Benjamin
04:51 PM CephFS Bug #40101 (Resolved): libcephfs: returns ESTALE to nfs-ganesha's FSAL_CEPH when operating on .sn...
When I make an nfs-ganesha export of a cephfs using FSAL_CEPH, the NFS client receives ESTALE when attempting to stat... Nathan Fish
03:37 PM mgr Backport #40006: nautilus: Several embedded Grafana dashboards are not displayed due to changed uids
Nathan Cutler wrote:
> Included in https://github.com/ceph/ceph/pull/28101
merged
Yuri Weinstein
03:37 PM mgr Backport #39932: nautilus: dashboard: Grafana dashboards use outdated metric names from the prome...
Jan Fajerski wrote:
> https://github.com/ceph/ceph/pull/28101
merged
Yuri Weinstein
03:36 PM Revision 68ab7940 (ceph): Merge pull request #28101 from jan--f/wip-39932-nautilus
nautilus: monitoring: update Grafana dashboards
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Ernesto P...
Yuri Weinstein
03:19 PM Bug #40099 (Resolved): build/ops: python3 pybind RPMs do not replace their python2 counterparts o...
In SUSE, nautilus and above is 100% Python 3, so when upgrading to nautilus we need to make the python3-* packages re... Nathan Cutler
02:55 PM Revision 26da80a7 (ceph): Merge pull request #28301 from yuriw/wip-yuriw-exl-python-mimic
qa/tests: added 'python3-cephfs','python3-rados' to excluded packadges Yuri Weinstein
02:32 PM rbd Bug #39968 (Fix Under Review): [journal] add support for aligned appends
Mykola Golub
02:19 PM rbd Bug #39946: [test] qemu_dynamic_features workunit fails to disable fast-diff+object-map
Backport after (together with) backporting #39521 Mykola Golub
02:17 PM rbd Bug #39946 (Pending Backport): [test] qemu_dynamic_features workunit fails to disable fast-diff+o...
Mykola Golub
02:16 PM Revision 4c5e9267 (ceph): Merge pull request #28135 from dillaman/wip-39946
qa/workunits/rbd: remove 'fast-diff' from dynamic features test
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:56 PM rbd Bug #39656 (Resolved): [test] devstack is broken (again)
Nathan Cutler
12:56 PM rbd Backport #39728 (Resolved): mimic: [test] devstack is broken (again)
Nathan Cutler
12:56 PM Revision fa1bb804 (ceph): Merge pull request #28295 from dillaman/wip-39952
librbd: do not unblock IO prior to growing object map during resize
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:55 PM rbd Backport #39727 (Resolved): luminous: [test] devstack is broken (again)
Nathan Cutler
12:55 PM rgw Backport #39273 (Resolved): nautilus: S3 policy evaluated incorrectly
Nathan Cutler
12:54 PM rgw Backport #38918 (Resolved): nautilus: multisite: add perf counters for data sync
Nathan Cutler
12:53 PM rgw Backport #39409 (In Progress): luminous: inefficient unordered bucket listing
Nathan Cutler
12:52 PM Revision 03d5217d (ceph): rgw: cls_bucket_list_unordered lists a single shard
CLSRGWIssueBucketList sends the request to every shard, but this loop
intended to list only the current_shard
Fixes:...
Casey Bodley
12:52 PM Revision e6ff1ca4 (ceph): cls/rgw: expose cls_rgw_bucket_list_op for single shard
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit cd1fc96c5ca5254eb8343509b11a59514d62e532)...
Casey Bodley
12:51 PM rgw Backport #39410 (Resolved): nautilus: inefficient unordered bucket listing
Nathan Cutler
12:50 PM rgw Backport #39577 (Resolved): nautilus: build/rgw: unittest_rgw_dmclock_scheduler does not need Boo...
Nathan Cutler
12:50 PM rgw Backport #39414 (Resolved): nautilus: multisite: period pusher gets 403 Forbidden against other z...
Nathan Cutler
12:49 PM rgw Cleanup #39131 (Resolved): rgw: clean up some logging
Nathan Cutler
12:49 PM rgw Backport #39503 (Resolved): nautilus: rgw: clean up some logging
Nathan Cutler
12:47 PM rgw Bug #39361 (Resolved): rgw: cloud sync module logs attrs in the log
Nathan Cutler
12:47 PM rgw Backport #39574 (Resolved): nautilus: rgw: cloud sync module logs attrs in the log
Nathan Cutler
12:47 PM rgw Bug #38013 (Resolved): librgw: unexpected crash when creating bucket
Nathan Cutler
12:47 PM rgw Backport #39575 (Resolved): nautilus: librgw: unexpected crash when creating bucket
Nathan Cutler
12:45 PM rgw Backport #39684 (Resolved): nautilus: rgw: cloud sync module fails to sync multipart objects
Nathan Cutler
12:45 PM rgw Backport #39018 (Resolved): nautilus: unable to cancel reshard operations for buckets with tenants
Nathan Cutler
12:44 PM rgw Bug #39000 (Resolved): rgw: beast endpoint doesn't set a default port
Nathan Cutler
12:44 PM rgw Backport #39048 (Resolved): nautilus: rgw: beast endpoint doesn't set a default port
Nathan Cutler
12:41 PM rgw Backport #39177 (In Progress): luminous: rgw: remove_olh_pending_entries() does not limit the num...
Nathan Cutler
12:41 PM Revision ef703c6e (ceph): rgw: limit entries in remove_olh_pending_entries()
If there are too many entries to send in a single osd op, the osd rejects
the request with EINVAL. This error happens...
Casey Bodley
12:39 PM rgw Backport #39179 (In Progress): mimic: rgw: remove_olh_pending_entries() does not limit the number...
Nathan Cutler
12:38 PM Revision f7c9bd21 (ceph): rgw: limit entries in remove_olh_pending_entries()
If there are too many entries to send in a single osd op, the osd rejects
the request with EINVAL. This error happens...
Casey Bodley
12:32 PM rgw Backport #39178 (Resolved): nautilus: rgw: remove_olh_pending_entries() does not limit the number...
Nathan Cutler
12:29 PM Revision d23bdb79 (ceph): Merge pull request #28296 from mcv21/doc-profile-rbd
doc: note explicitly that "profile rbd" allows blacklisting
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:28 PM rgw Backport #39201 (Need More Info): luminous: rgw: race condition between resharding and ops waitin...
non-trivial because ab2f30842d7be579c925a43fd9c4d634ef7dd7ed moved block_while_resharding Nathan Cutler
12:28 PM rgw Backport #39203 (Need More Info): mimic: rgw: race condition between resharding and ops waiting o...
non-trivial because ab2f30842d7be579c925a43fd9c4d634ef7dd7ed moved block_while_resharding Nathan Cutler
12:25 PM rgw Backport #39202 (Resolved): nautilus: rgw: race condition between resharding and ops waiting on r...
Nathan Cutler
12:25 PM rgw Backport #39417 (Resolved): nautilus: rgw multisite: bucket index logs do not get trimmed unless ...
Nathan Cutler
12:22 PM Dashboard Bug #39295 (Resolved): mgr/dashboard: RGW Bucket API should provide times in UTC that will be con...
Nathan Cutler
12:21 PM Dashboard Backport #39502 (Resolved): nautilus: mgr/dashboard: RGW Bucket API should provide times in UTC t...
Nathan Cutler
12:21 PM rgw Backport #39496 (Resolved): nautilus: rgw admin: object stat command output's delete_at not readable
Nathan Cutler
12:20 PM rgw Backport #39228 (Resolved): nautilus: rgw_file: can't retrieve etag of empty object written throu...
Nathan Cutler
12:19 PM Dashboard Bug #39296 (Resolved): mgr/dashboard: Alert details UTC times should be converted into local time...
Nathan Cutler
12:19 PM Dashboard Backport #39558 (Resolved): nautilus: mgr/dashboard: KV-table transforms dates through pipe
Nathan Cutler
12:10 PM mgr Backport #40090 (In Progress): nautilus: ceph-mgr should log an error if it can't find any module...
Nathan Cutler
12:10 PM Revision c32691a1 (ceph): mgr/PyModuleRegistry: log error if we can't find any modules to load
Fixes: https://tracker.ceph.com/issues/39662
Signed-off-by: Tim Serong <tserong@suse.com>
(cherry picked from commit ...
Tim Serong
11:58 AM rbd Bug #39447: [tests] "rbd" teuthology suite has no coverage of "rbd diff"
h3. original description
The "rbd" teuthology suite runs a workunit, "qa/workunits/rbd", which covers rbd snapsho...
Nathan Cutler
11:48 AM Revision c3f33b5b (ceph): deb,rpm: python-cephfs should depend on python-ceph-argparse
python-ceph-argparse is required by ceph_volume_client.py. hence we do
need list it as a dependency of python-cephfs....
Kefu Chai
11:47 AM Revision bb88b3e0 (ceph): deb,rpm: python-cephfs should depend on python-rados
in `cephfs.pyx` we `cimport rados`, and in
LibCephFs.create_with_rados(), Rados.cluster is accesssed without GIL,
so ...
Kefu Chai
11:47 AM Revision 4e851e9e (ceph): rpm: Revert "build/ops: rpm: python3-ceph-argparse only if Python 2 ava...
This reverts commit c0b7aab381c7232eb81eb023c7fe5242ef6517a1.
python3-ceph-argparse is required by ceph_volume_clien...
Kefu Chai
11:32 AM Orchestrator Bug #39171 (Resolved): mgr/rook: Added missing `rgw` daemons in `service ls`
Nathan Cutler
11:31 AM mgr Backport #39312 (Resolved): nautilus: mgr/rook: Added missing rgw daemons in "service ls"
Nathan Cutler
11:31 AM Revision 8327b005 (ceph): Merge pull request #27864 from sebastian-philipp/wip-39312-nautilus
nautilus: mgr/rook: Added missing rgw daemons in service ls
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
11:31 AM Orchestrator Bug #39158 (Resolved): mgr/rook: Fix RGW creation
Nathan Cutler
11:31 AM mgr Backport #39313 (Resolved): nautilus: mgr/rook: Fix RGW creation
Nathan Cutler
11:30 AM Revision 06177666 (ceph): Merge pull request #27863 from sebastian-philipp/wip-39313-nautilus
nautilus: mgr/rook: Fix RGW creation
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
11:30 AM Orchestrator Cleanup #39278 (Resolved): mgr/rook: Remove support for Rook older than v0.9
Nathan Cutler
11:30 AM mgr Backport #39356 (Resolved): nautilus: mgr/rook: Remove support for Rook older than v0.9
Nathan Cutler
11:29 AM Revision a844e36b (ceph): Merge pull request #27862 from sebastian-philipp/wip-39356-nautilus
nautilus: mgr/rook: Remove support for Rook older than v0.9
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
10:45 AM Linux kernel client Bug #39649 (Resolved): kernel BUG at fs/ceph/file.c:1476!
fixed by "ceph: fix error handling in ceph_get_caps()"
Zheng Yan
10:00 AM Dashboard Bug #40097 (Resolved): mgr/dashboard: Dentries value of MDS daemon in Filesystems page is inconsi...
In Filesystems page, currently we use *mds.inodes* counter for Dentries, which is not aligned to output of *ceph fs s... Kiefer Chang
09:27 AM CephFS Bug #36370: add information about active scrubs to "ceph -s" (and elsewhere)
Patrick Donnelly wrote:
> Venky, status on this ticket?
For this ticket: scrub status commands have been added vi...
Venky Shankar
09:25 AM Dashboard Bug #37579 (Fix Under Review): mgr/dashboard: cephfs multimds graphs stack together
Kiefer Chang
09:24 AM Dashboard Bug #37579 (In Progress): mgr/dashboard: cephfs multimds graphs stack together
Kiefer Chang
09:20 AM Dashboard Bug #40096 (Resolved): mgr/dashboard: MDS counter chart in Filesystems page is not automatically ...
The counter chart for MDS daemon is not automatically refreshed.
How to reproduce:
- Create a fs and open Filesys...
Kiefer Chang
08:56 AM rbd Bug #40095 (Fix Under Review): [CLI]rbd: get positional argument error when using --image
Mykola Golub
08:49 AM Revision f07c5dcb (ceph): messages: MOSDPGCreate2 doesn't assume using namespace std.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:19 AM Revision 714fbf64 (ceph): cmake/modules: replace ";" with " " in compile flags
as the flags should be a string, not a list
tested using
cmake -DCMAKE_LINKER=gold -DWITH_ASAN=ON -DWITH_ASAN_LEAK=...
Kefu Chai
08:05 AM Revision ae9cc1d7 (ceph): mgr: remove unused variable pool_name
Signed-off-by: Alex Wu <wujian3659@163.com> wujian
07:58 AM Revision a3e76ac5 (ceph): mgr/dashboard: fix MDS charts are stacked in Filesystems page
Also include some UI enhancements:
- Fix MDS chart container is not aligned to other components.
- Show header on cli...
Kiefer Chang
04:23 AM Revision f3c9a47d (ceph): Merge pull request #28328 from tchaikov/wip-fix-ceph-helper-test
qa/standalone/ceph-helpers: resurrect all OSD before waiting for health
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:22 AM Revision 52cdbfce (ceph): Merge pull request #28338 from Jing-Scott/dev/modify-scrub-comments
osd: update comment as sub_op_scrub_map has been removed
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:09 AM Revision 99caa61f (ceph): qa/tests: added 'python3-cephfs','python3-rados' to excluded packadges
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
02:16 AM Revision a1733da2 (ceph): osd: the sub_op_scrub_map has been removed
sub_op_scrub_map replaced by do_replica_scrub_map, sync the comments.
Signed-off-by: Jing Wenjun <jingwenjun@cmss.ch...
wenjun jing
01:56 AM Revision cc1af444 (ceph): Merge pull request #25099 from Thingee/master
doc: Adding US-Mid-West Mirror to docs
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:27 AM CephFS Backport #39679 (In Progress): mimic: pybind: add the lseek() function to pybind of cephfs
https://github.com/ceph/ceph/pull/28337 Prashant D
01:24 AM Revision 744f5571 (ceph): Merge PR #25530 into master
* refs/pull/25530/head:
mgr/diskprediction: Add diskprediction local plugin dependencies
Reviewed-by: Sebastian Wag...
Patrick Donnelly
01:11 AM RADOS Bug #40073 (In Progress): PG scrub stamps reset to 0.000000
David Zafman
01:06 AM Revision 18048264 (ceph): doc/install/mirrors: Adding US-Mid-West Mirror to docs
Signed-off-by: Mike Perez <thingee@gmail.com> Mike Perez

05/30/2019

11:54 PM rbd Bug #40095 (Resolved): [CLI]rbd: get positional argument error when using --image
... wb song
11:51 PM Revision 32a044b0 (ceph): rbd/action: fix error getting positional argument
Fixes: http://tracker.ceph.com/issues/40095
Signed-off-by: songweibin <song.weibin@zte.com.cn>
wb song
11:11 PM CephFS Backport #39680 (In Progress): nautilus: pybind: add the lseek() function to pybind of cephfs
Prashant D
10:49 PM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
Ok, so this is a different bug then. Any chance you're planning on migrating to bluestore with part of one of the pro... Josh Durgin
09:39 PM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
Hey Josh,
We backfilled onto the SSDs by creating a new crush rule which just uses the ssd class and switching the...
Bryan Stillwell
10:40 PM rbd Bug #40094 (New): [caps] require min OSD release of luminous to use "profile rbd" caps
A user prematurely switched existing caps to "profile rbd" prior to upgrading all OSDs. This resulted in in-use RBD i... Jason Dillaman
08:56 PM rgw Backport #37497 (In Progress): luminous: get or set rgw realm zonegroup zone should check user's ...
reopened in https://github.com/ceph/ceph/pull/28332 Casey Bodley
01:02 PM rgw Backport #37497 (New): luminous: get or set rgw realm zonegroup zone should check user's caps for...
first attempted backport https://github.com/ceph/ceph/pull/25416 was closed Nathan Cutler
08:55 PM Revision 91e42bd6 (ceph): qa/rgw: add credentials to zone 'remove' in test_zonegroup_remove()
zone credentials are required to 'period update --commit' from
--rgw-zone remove
Signed-off-by: Casey Bodley <cbodle...
Casey Bodley
08:54 PM Revision f8973f24 (ceph): rgw: get or set realm zonegroup zone need check user's caps
fix: https://tracker.ceph.com/issues/37352
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
(cherry picked fr...
joke lee
08:43 PM Revision 8d137b93 (ceph): qa/suites/rados/multimon: create_rbd_pool: false
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:41 PM rbd Backport #39728: mimic: [test] devstack is broken (again)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28129
merged
Yuri Weinstein
08:40 PM Revision ad90690b (ceph): Merge pull request #28129 from dillaman/wip-39728-mimic
mimic: qa/workunits/rbd: use https protocol for devstack git operations
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
08:38 PM rbd Backport #39727: luminous: [test] devstack is broken (again)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28130
merged
Yuri Weinstein
08:38 PM Revision 22f7d1ad (ceph): Merge pull request #28130 from dillaman/wip-39727-luminous
luminous: qa/workunits/rbd: use https protocol for devstack git operations
Reviewed-by: Mykola Golub <mgolub@miranti...
Yuri Weinstein
08:37 PM rgw Backport #39273: nautilus: S3 policy evaluated incorrectly
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27918
merged
Yuri Weinstein
08:37 PM Revision e8102b80 (ceph): Merge pull request #27918 from pdvian/wip-39273-nautilus
nautilus: rgw: Evaluating bucket policies also while reading permissions for an…
Reviewed-by: Casey Bodley <cbodley@...
Yuri Weinstein
08:36 PM rgw Backport #38918: nautilus: multisite: add perf counters for data sync
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27921
merged
Yuri Weinstein
08:36 PM Revision da5e43ac (ceph): Merge pull request #27921 from cbodley/wip-38918
nautilus: rgw multisite: add perf counters to data sync
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
08:36 PM rgw Backport #39410: nautilus: inefficient unordered bucket listing
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27924
merged
Yuri Weinstein
08:36 PM Revision 65e08ad5 (ceph): Merge pull request #27924 from Vicente-Cheng/wip-39410-nautilus
nautilus: rgw: inefficient unordered bucket listing
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:35 PM rgw Backport #39577: nautilus: build/rgw: unittest_rgw_dmclock_scheduler does not need Boost_LIBRARIE...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27944
merged
Yuri Weinstein
08:35 PM Revision 1eaae8ee (ceph): Merge pull request #27944 from smithfarm/wip-39577-nautilus
nautilus: build/rgw: unittest_rgw_dmclock_scheduler does not need Boost_LIBRARIES #26799
Reviewed-by: Casey Bodley <...
Yuri Weinstein
08:34 PM rgw Backport #39414: nautilus: multisite: period pusher gets 403 Forbidden against other zonegroups
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27952
merged
Yuri Weinstein
08:34 PM Revision b0de88b7 (ceph): Merge pull request #27952 from Vicente-Cheng/wip-39414-nautilus
nautilus: multisite: period pusher gets 403 Forbidden against other zonegroups
Reviewed-by: Casey Bodley <cbodley@re...
Yuri Weinstein
08:34 PM rgw Backport #39503: nautilus: rgw: clean up some logging
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27953
merged
Yuri Weinstein
08:34 PM Revision 0c1ae89e (ceph): Merge pull request #27953 from Vicente-Cheng/wip-39503-nautilus
nautilus: rgw: clean up some logging
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:33 PM rgw Backport #39574: nautilus: rgw: cloud sync module logs attrs in the log
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27954
merged
Yuri Weinstein
08:33 PM Revision 13803ec6 (ceph): Merge pull request #27954 from Vicente-Cheng/wip-39574-nautilus
nautilus: rgw: cloud sync module logs attrs in the log
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Yuri Weinstein
08:32 PM rgw Backport #39575: nautilus: librgw: unexpected crash when creating bucket
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27955
merged
Yuri Weinstein
08:32 PM Revision bed7b435 (ceph): Merge pull request #27955 from Vicente-Cheng/wip-39575-nautilus
nautilus: librgw: unexpected crash when creating bucket
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:32 PM rgw Backport #39684: nautilus: rgw: cloud sync module fails to sync multipart objects
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28064
merged
Yuri Weinstein
08:31 PM Revision 76184742 (ceph): Merge pull request #28064 from theanalyst/nautilus-cloud-sync-fixes
nautilus: rgw: cloud sync module fails to sync multipart objects
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:29 PM rgw Backport #39018: nautilus: unable to cancel reshard operations for buckets with tenants
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27630
merged
Yuri Weinstein
08:28 PM Revision 18fb90a8 (ceph): Merge pull request #27630 from pdvian/wip-39018-nautilus
nautilus: rgw admin: add tenant argument to reshard cancel
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-b...
Yuri Weinstein
08:28 PM rgw Backport #39048: nautilus: rgw: beast endpoint doesn't set a default port
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27660
merged
Yuri Weinstein
08:28 PM CephFS Bug #40093 (Can't reproduce): qa: client mount cannot be forcibly unmounted when all MDS are down
... Patrick Donnelly
08:28 PM Revision 96cda0be (ceph): Merge pull request #27660 from pdvian/wip-39048-nautilus
nautilus: rgw: beast: set a default port for endpoints
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:28 PM rgw Backport #39178: nautilus: rgw: remove_olh_pending_entries() does not limit the number of xattrs ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27664
merged
Yuri Weinstein
08:27 PM Revision d0166b74 (ceph): Merge pull request #27664 from pdvian/wip-39178-nautilus
nautilus: rgw: limit entries in remove_olh_pending_entries()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:27 PM rgw Backport #39479: nautilus: test/rgw: fix race in test_rgw_reshard_wait and test_rgw_reshard_wait ...
Tatjana Dehler wrote:
> https://github.com/ceph/ceph/pull/27779
merged
Yuri Weinstein
08:27 PM Revision cfffedbe (ceph): Merge pull request #27779 from s0nea/wip-39479-nautilus
nautilus: test/rgw: fix race in test_rgw_reshard_wait and test_rgw_reshard_wait uses same clock for timing
Reviewed-...
Yuri Weinstein
08:26 PM rgw Backport #39202: nautilus: rgw: race condition between resharding and ops waiting on resharding
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27800
merged
Yuri Weinstein
08:26 PM Revision 3c3d08d8 (ceph): Merge pull request #27800 from pdvian/wip-39202-nautilus
nautilus: rgw: race condition between resharding and ops waiting on resharding
Reviewed-by: Casey Bodley <cbodley@re...
Yuri Weinstein
08:26 PM rgw Backport #39417: nautilus: rgw multisite: bucket index logs do not get trimmed unless zones 'sync...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27814
merged
Yuri Weinstein
08:26 PM Revision 7d5d9613 (ceph): Merge pull request #27814 from ashishkumsingh/wip-39417-nautilus
nautilus: rgw: multisite log trimming only checks peers that sync from us
Reviewed-by: Casey Bodley <cbodley@redhat....
Yuri Weinstein
08:25 PM Dashboard Backport #39502: nautilus: mgr/dashboard: RGW Bucket API should provide times in UTC that will be...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27826
merged
Yuri Weinstein
08:25 PM Revision 89a639ed (ceph): Merge pull request #27826 from ashishkumsingh/wip-39502-nautilus
nautilus: rgw: bucket stats report mtime in UTC
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:25 PM rgw Backport #39496: nautilus: rgw admin: object stat command output's delete_at not readable
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27827
merged
Yuri Weinstein
08:25 PM Revision 9dd6444f (ceph): Merge pull request #27827 from ashishkumsingh/wip-39496-nautilus
nautilus: rgw: admin: handle delete_at attr in object stat output
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:24 PM rgw Backport #39228: nautilus: rgw_file: can't retrieve etag of empty object written through NFS
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27904
merged
Yuri Weinstein
08:24 PM Revision 15d66d30 (ceph): Merge pull request #27904 from pdvian/wip-39228-nautilus
nautilus: rgw_file: save etag and acl info in setattr
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
07:48 PM Revision 0e2b6f5c (ceph): Merge pull request #27898 from alimaredia/wip-rgw-thread-yield-context-...
Thread optional yield context through get_bucket_info call path
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:24 PM Dashboard Backport #39534: nautilus: mgr/dashboard: New RBD snapshot names should be prefix with a local ti...
Stephan Müller wrote:
> https://github.com/ceph/ceph/pull/27890
merged
Yuri Weinstein
07:24 PM Revision e7937b0d (ceph): Merge pull request #27890 from Devp00l/wip-39534-nautilus
nautilus: mgr/dashboard: RBD snapshot name suggestion with local time suffix
Reviewed-by: Ernesto Puerta <epuertat@r...
Yuri Weinstein
07:24 PM Dashboard Backport #39558: nautilus: mgr/dashboard: KV-table transforms dates through pipe
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28021
merged
Yuri Weinstein
07:24 PM Revision 21ec450b (ceph): Merge pull request #28021 from Devp00l/wip-39558-nautilus
nautilus: mgr/dashboard: KV-table transforms dates through pipe
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Yuri Weinstein
06:39 PM Revision 97479152 (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
06:36 PM bluestore Bug #24901: Client reads fail due to bad CRC under high memory pressure on OSDs
The work-around for http://tracker.ceph.com/issues/22464 also fixed this Paul Emmerich
02:28 PM bluestore Bug #24901: Client reads fail due to bad CRC under high memory pressure on OSDs
Has anyone else seen this issue? Is it still occurring in your environment Paul? Josh Durgin
06:19 PM rgw Bug #39261 (Fix Under Review): rgw: rgw-admin: search for user by access key
Matt Benjamin
06:12 PM Revision 7b6a7ae8 (ceph): rgw: permit rgw-admin to populate user info by access-key
This enables, in particular,
radosgw-admin user info --access-key=<foo-key>
to work.
Fixes: https://tracker.ceph...
Matt Benjamin
06:05 PM Revision 1991faaa (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
05:53 PM Revision 33528143 (ceph): crimson/os: Move CollectionRef out of CyanStore
This way, we don't need cyan_store.h to get CollectionRef
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
05:53 PM Revision 3e776b52 (ceph): osd/: Move PeeringCtx out of PeeringState to permit forward declaration
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
05:53 PM Revision 4320ed5a (ceph): PeeringState: modernize accept_buffered_messages
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
05:53 PM Revision b3d12158 (ceph): src/osd/: add appropriate OSDMapRef defs for seastar to OSDMap,osd_types
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
05:53 PM Revision 72a287ba (ceph): PGPeeringEvent: move MLogRec constructor definition to .cc and add uniq...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
05:53 PM Revision a90f2671 (ceph): PeeringState: permit init_from_disk_state to return a value
This way it can return a future.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
05:26 PM Revision c47b322b (ceph): Merge PR #27957 into master
* refs/pull/27957/head:
json: JSONDecoder::err inherits from std::runtime_error
rgw: RGWXMLDecoder::err inherits fr...
Sage Weil
05:16 PM Revision 3cf14fcb (ceph): Merge pull request #28317 from tchaikov/wip-crimson-net-remove-redundan...
crimson/net: remove redundant std::move()
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Samuel ...
Kefu Chai
05:07 PM CephFS Bug #36370: add information about active scrubs to "ceph -s" (and elsewhere)
Venky, status on this ticket? Patrick Donnelly
04:57 PM rgw Backport #40092 (In Progress): luminous: Missing Documentation for radosgw-admin reshard commands...
Nathan Cutler
04:56 PM rgw Backport #40092 (Resolved): luminous: Missing Documentation for radosgw-admin reshard commands (m...
https://github.com/ceph/ceph/pull/28329 Nathan Cutler
04:57 PM Revision b022e515 (ceph): rgw: add reshard commands to the man pages
Fixes: http://tracker.ceph.com/issues/21617
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from c...
Orit Wasserman
04:55 PM mgr Backport #40090 (Resolved): nautilus: ceph-mgr should log an error if it can't find any modules t...
https://github.com/ceph/ceph/pull/28347 Nathan Cutler
04:54 PM rgw Documentation #21617 (Pending Backport): Missing Documentation for radosgw-admin reshard commands...
Nathan Cutler
04:52 PM CephFS Feature #5486 (In Progress): kclient: make it work with selinux
[PATCH 1/2] ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx
[PATCH 2/2] ceph: add selinux support
Patrick Donnelly
03:56 PM mgr Bug #39662 (Pending Backport): ceph-mgr should log an error if it can't find any modules to load
Kefu Chai
03:56 PM Revision dea8e419 (ceph): Merge pull request #28289 from tchaikov/wip-kill-gcc-9-warnings
common,os: address string truncated warnings from GCC-9
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
03:56 PM Revision 2953788f (ceph): Merge pull request #28055 from SUSE/wip-fix-39662
mgr/PyModuleRegistry: log error if we can't find any modules to load
Reviewed-by: Sebastian Wagner <sebastian.wagner...
Kefu Chai
03:52 PM Revision e5064b89 (ceph): qa/run-standalone.sh: s/Makefile/CMakeCache.txt/
as we could use a generator other than Make, for instance ninja.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:52 PM Revision cdba0f14 (ceph): qa/standalone/ceph-helpers: resurrect all OSD before waiting for health
address the regression introduced by e62cfceb
in e62cfceb, we wanted to test the newly introduced TOO_FEW_OSDS
warnin...
Kefu Chai
03:20 PM rgw Bug #40089 (Fix Under Review): rgw: conditionally allow builtin users with non-unique email addre...
Matt Benjamin
03:14 PM rgw Bug #40089 (Resolved): rgw: conditionally allow builtin users with non-unique email addresses
For historical reasons, RGW has enforced uniqueness of RGW user stored email address. For at least some sites, enfor... Matt Benjamin
03:20 PM rgw Backport #40087 (In Progress): nautilus: backport new iso8601 parsing logic
Casey Bodley
02:54 PM rgw Backport #40087 (Resolved): nautilus: backport new iso8601 parsing logic
https://github.com/ceph/ceph/pull/28325 Casey Bodley
03:20 PM rgw Backport #40088 (In Progress): mimic: backport new iso8601 parsing logic
Casey Bodley
02:54 PM rgw Backport #40088 (Resolved): mimic: backport new iso8601 parsing logic
https://github.com/ceph/ceph/pull/28326 Casey Bodley
03:18 PM Revision 778ed34f (ceph): common/utime: don't pass %z to utime if there is a 'Z'
This fails on centos 7 for some reason.
If it's UTC, we don't need to parse the tz portion, so avoid the issue by
le...
Sage Weil
03:18 PM Revision 0d77c3a7 (ceph): common/utime: make parse() handle (our) ISO 8601 output
- optional subsecond values
- optional timezone offset
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked fro...
Sage Weil
03:13 PM Bug #40066 (Duplicate): PGs not scrubbed since 0.000000
David Zafman
03:10 PM Bug #40068: High CPU load using Ceph Nautilus in Rook
No. I wasn't aware I was on a bluestore-specific site. This should be moved. Blaine Gardner
03:06 PM Revision 4ea73712 (ceph): common/utime: don't pass %z to utime if there is a 'Z'
This fails on centos 7 for some reason.
If it's UTC, we don't need to parse the tz portion, so avoid the issue by
le...
Sage Weil
03:06 PM Revision df9dc906 (ceph): common/utime: make parse() handle (our) ISO 8601 output
- optional subsecond values
- optional timezone offset
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked fro...
Sage Weil
02:54 PM rgw Bug #40086 (Pending Backport): backport new iso8601 parsing logic
Casey Bodley
02:53 PM rgw Bug #40086 (Resolved): backport new iso8601 parsing logic
the changes to utime_t::parse_date() from https://github.com/ceph/ceph/pull/27799 need to be backported through mimic... Casey Bodley
02:49 PM RADOS Bug #40081: mon: luminous crash attempting to decode maps after nautilus quorum has been formed
-https://github.com/ceph/ceph/pull/28323- (closed; see Pull Request ID field for the real PR)
This actually has us...
Joao Eduardo Luis
10:39 AM RADOS Bug #40081 (Closed): mon: luminous crash attempting to decode maps after nautilus quorum has been...
While upgrading, we found a rather annoying corner case:
Assuming we start with 3 luminous ceph-mon, upgrading fro...
Joao Eduardo Luis
02:42 PM CephFS Bug #40085 (Resolved): FSAL_CEPH assertion failed in Client::_lookup_name: "parent->is_dir()"
A customer reported a crash in nfs-ganesha that indicated a problem down in libcephfs:... Jeff Layton
02:42 PM bluestore Bug #40080: Bitmap allocator return duplicate entries which cause interval_set assert
I do see some very large directory in our fs…however the rebuilt-osd crashed again which bring down 8 PGs and as well... Xiaoxi Chen
09:31 AM bluestore Bug #40080: Bitmap allocator return duplicate entries which cause interval_set assert
@Igor,
I noticed that during debugging, however, 14.2.1 crashed the same way.
-5> 2019-05-30 02:23:05.375 ...
Xiaoxi Chen
09:24 AM bluestore Bug #40080: Bitmap allocator return duplicate entries which cause interval_set assert
Xiaoxi, this is v14.2.0, right?
14.2.1 & .2 have some bmap allocator's fixes that you might want to apply:
https:...
Igor Fedotov
08:42 AM bluestore Bug #40080: Bitmap allocator return duplicate entries which cause interval_set assert
Full log with debug_bluestore=30, debug_bluefs=10 are available , but too big to upload. Xiaoxi Chen
08:41 AM bluestore Bug #40080 (Resolved): Bitmap allocator return duplicate entries which cause interval_set assert
0x941300000~200000 were returned several times by allocator , later when allocate_bluefs_freespace give duplicate ent... Xiaoxi Chen
02:38 PM Revision 6e734937 (ceph): os/bluestore: bluefs_preextend_wal_files=true
This should merge with the fix for https://tracker.ceph.com/issues/18375
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:32 PM Revision c8ce5208 (ceph): librbd: do not unblock IO prior to growing object map during resize
This could result in a small race condition where IO is able to write
beyond the current extent of the object map, re...
Jason Dillaman
02:29 PM bluestore Bug #20847: low performance for bluestore rbd block creation vs filestore
Mark - is this fixed by deferred writes now? Josh Durgin
02:24 PM bluestore Bug #36331 (Can't reproduce): FAILED ObjectStore/StoreTestSpecificAUSize.SyntheticMatrixNoCsum/2...
Looks like this hasn't happened in 6 months Josh Durgin
02:24 PM Revision 804bb853 (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
02:23 PM bluestore Bug #38272 (Fix Under Review): "no available blob id" assertion might occur
Josh Durgin
02:22 PM bluestore Bug #38637 (Closed): BlueStore::ExtentMap::fault_range() assert
Please re-open if you can gather more information Josh Durgin
02:18 PM ceph-volume Bug #39156 (New): zap should force writes to disk - dd does not by default
Josh Durgin
02:15 PM bluestore Bug #38745: spillover that doesn't make sense
Adam's looking at similar spillover issues Josh Durgin
10:07 AM bluestore Bug #38745: spillover that doesn't make sense
BLUEFS_SPILLOVER BlueFS spillover detected on 7 OSD(s)
osd.248 spilled over 257 MiB metadata from 'db' device (...
Xiaoxi Chen
02:14 PM Dashboard Backport #39975 (In Progress): nautilus: mgr/dashboard: NFS export creation: Add more info to the...
Tiago Melo
02:13 PM Revision 000adbdd (ceph): mgr/dashboard: Improve NFS Pseudo pattern message
Fixes: http://tracker.ceph.com/issues/39327
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit 6f...
Tiago Melo
02:12 PM Dashboard Backport #40030 (In Progress): nautilus: mgr/dashboard: Some validations are not updated and prev...
Tiago Melo
02:11 PM Revision d4a937e9 (ceph): mgr/dashboard: Subscribe to changes when RequiredIf is used
FormControls that use 'requiredIf' validators depend on the state of other
controls.
To prevent that some of the stat...
Tiago Melo
02:10 PM bluestore Bug #39569 (Pending Backport): os/bluestore: fix for FreeBSD iocb structure #27458
Josh Durgin
02:10 PM Dashboard Backport #40057 (In Progress): nautilus: mgr/dashboard: NFS clients information is not displayed ...
Tiago Melo
02:10 PM bluestore Bug #39618: Runaway memory usage on Bluestore OSD
Mark can you take a look? Josh Durgin
02:09 PM Revision 9f223a03 (ceph): mgr/dashboard: Add clients tab to NFS details
Fixes: https://tracker.ceph.com/issues/39963
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit 5...
Tiago Melo
02:06 PM Revision b300d60f (ceph): crimson/net: remove redundant std::move()
see https://en.cppreference.com/w/cpp/language/copy_elision
it also silences warning like:
src/crimson/net/Protocol...
Kefu Chai
02:04 PM Dashboard Backport #40077 (In Progress): nautilus: mgr/dashboard: Only one root node is shown in the crush ...
Tiago Melo
02:03 PM Revision d7ffba0d (ceph): mgr/dashboard: Add multi root support in CRUSH map
Fixes: http://tracker.ceph.com/issues/39647
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit a0...
Tiago Melo
02:02 PM Dashboard Backport #40076 (In Progress): nautilus: mgr/dashboard: Reduce the number of renders on the tables
Tiago Melo
01:48 PM RADOS Backport #40084 (Resolved): nautilus: osd: Better error message when OSD count is less than osd_p...
https://github.com/ceph/ceph/pull/29992 Nathan Cutler
01:47 PM RADOS Backport #40083 (Resolved): mimic: osd: Better error message when OSD count is less than osd_pool...
https://github.com/ceph/ceph/pull/30180 Nathan Cutler
01:47 PM RADOS Backport #40082 (Resolved): luminous: osd: Better error message when OSD count is less than osd_p...
https://github.com/ceph/ceph/pull/30298 Nathan Cutler
01:29 PM RADOS Feature #38617 (Pending Backport): osd: Better error message when OSD count is less than osd_pool...
Kefu Chai
01:28 PM Revision f6b022bd (ceph): Merge pull request #27806 from ashitakasam/add-osd-alarm
osd: Better error message when OSD count is less than osd_pool_default_size
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
01:26 PM Revision b2019a16 (ceph): Merge pull request #28278 from tchaikov/wip-buffer-remove-advance-size_t
buffer.h: remove list::iterator_impl::advance(size_t)
Reviewed-by: James Page <james.page@ubuntu.com>
Reviewed-by: R...
Kefu Chai
01:23 PM Revision cca664e7 (ceph): Merge pull request #28251 from xiexingguo/wip-balancer-new-osd-weight
mgr/balancer: fix initial weight-set value for newly created osds
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
01:20 PM Revision 8b1e7132 (ceph): Merge pull request #28107 from ifed01/wip-ifed-add-devices
os/bluestore: show device name in "osd metadata output"
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
01:18 PM Revision 7a0d0f72 (ceph): Merge pull request #28277 from javacruft/32bit-compat-fixes
common: avoid use of size_t in options
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Samuel Just <sjust@redh...
Kefu Chai
01:06 PM rgw Backport #39180 (In Progress): luminous: rgw: orphans find perf improvments
Nathan Cutler
01:05 PM Revision 312562ae (ceph): rgw: orphans tool: align with rgw list bucket min readahead
At rgw::rados layer we read upto `min readahead` entries anyway and then pass on
only the requested amount to the cal...
Abhishek Lekshmanan
01:05 PM Revision eb6252a1 (ceph): rgw: orphan: flush bucket index entries only after map is full
We otherwise may flush more regularly while we don't have enough entries in the
map
Signed-off-by: Abhishek Lekshman...
Abhishek Lekshmanan
01:05 PM Revision 3254b797 (ceph): rgw: orphan: introduce a detailed mode (off by default)
We currently stat objects that fit in a head as well and also log them, since we
skip head objects anyway in the rado...
Abhishek Lekshmanan
01:05 PM Revision 2475a30c (ceph): rgw: orphans find: don't process stale bucket instances
As a large bucket might have resharded multiple times, check the cur bucket info
and ensure that no reshard is in pro...
Abhishek Lekshmanan
01:05 PM Revision 7421643f (ceph): rgw-admin: add a detailed mode
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 143ff0d835c99b06e57a373bed2c61e8429...
Abhishek Lekshmanan
12:32 PM Revision 4ac8bc79 (ceph): librados: move buffer free functions to inline namespace
'buffer::raw' factory methods and similar methods are now
wrapped in the 'v14_2_0' inline namespace for export via th...
Jason Dillaman
12:14 PM Revision cffb9e9c (ceph): mgr/dashboard: Reduce number of triggers when search not empty
Fixes: http://tracker.ceph.com/issues/39944
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit 2e...
Tiago Melo
12:14 PM Revision d8fb099a (ceph): mgr/dashboard: Set changeDetection to Push on Table Component
This will limit the number of times angular checks for changes to only once
when a new data object is pushed to the t...
Tiago Melo
12:07 PM Dashboard Backport #40075 (In Progress): nautilus: mgr/dashboard: Angular is creating multiple instances of...
Tiago Melo
12:06 PM Revision 9e30b3e8 (ceph): mgr/dashboard: Change the provider of services to root
It looks like that even if we provide a service only in 1 module, there are
still situations where angular will creat...
Tiago Melo
12:00 PM Dashboard Backport #40074 (In Progress): nautilus: mgr/dashboard: Error creating NFS client without squash
Tiago Melo
11:56 AM Revision 1d5e9500 (ceph): mgr/dashboard: Fix NFS clients squash/access_type default values
Fixes: https://tracker.ceph.com/issues/40012
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit d...
Tiago Melo
11:42 AM Revision d760291c (ceph): Merge pull request #28250 from tchaikov/wip-silence-warnings
mon,test: silence warnings from GCC and test
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:11 AM Revision 32d9bb7c (ceph): pybind: added lseek()
Fixes https://tracker.ceph.com/issues/39403
Signed-off-by: Xiaowei Chu <xweichu@hotmail.com>
(cherry picked from com...
Xiaowei Chu
11:11 AM Revision bbadcd93 (ceph): pybind: added lseek()
Fixes https://tracker.ceph.com/issues/39403
Signed-off-by: Xiaowei Chu <xweichu@hotmail.com>
(cherry picked from com...
Xiaowei Chu
11:03 AM rbd Backport #39674 (In Progress): mimic: [test] possible race condition in rbd-nbd disconnect
https://github.com/ceph/ceph/pull/28310 Prashant D
11:01 AM rgw Backport #39676 (In Progress): nautilus: rgw: crypto: HMAC ctors cannot safely assert in (e.g.) F...
https://github.com/ceph/ceph/pull/28309 Prashant D
09:16 AM rbd Cleanup #39072 (Resolved): Drop "ceph_test_librbd_api" target
Nathan Cutler
09:16 AM rbd Backport #39423 (Resolved): nautilus: Drop "ceph_test_librbd_api" target
Nathan Cutler
09:15 AM rbd Bug #38706 (Resolved): flush skips requests in QOS throttler queue
Nathan Cutler
09:14 AM rbd Backport #38869 (Resolved): nautilus: flush skips requests in QOS throttler queue
Nathan Cutler
09:13 AM rbd Backport #39428 (Resolved): nautilus: 'rbd mirror status --verbose' will occasionally seg fault
Nathan Cutler
09:12 AM rbd Backport #39462 (Resolved): nautilus: [rbd-mirror] "bad crc in data" error when listing large pools
Nathan Cutler
09:11 AM RADOS Backport #39699 (Resolved): nautilus: OSD down on snaptrim.
Nathan Cutler
09:10 AM bluestore Bug #39621 (Resolved): os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Nathan Cutler
09:09 AM bluestore Backport #39672 (Resolved): nautilus: os/bluestore: fix missing discard in BlueStore::_kv_sync_th...
Nathan Cutler
08:23 AM CephFS Bug #40001: mds cache oversize after restart
please if these dirfrag fetches are from open_file_table Zheng Yan
05:16 AM CephFS Bug #40001: mds cache oversize after restart
Patrick Donnelly wrote:
> Are you using snapshots? Can you tell us more about how the cluster is being used like # o...
Yunzhi Cheng
08:18 AM Revision 425f97ea (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>
Mykola Golub
08:18 AM Revision 425c5358 (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:57 AM Revision 439fec82 (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:10 AM Dashboard Bug #40079 (New): mgr/dashboard: dashboard plugin can't output message into ceph-mgr's log file
Env: centos 7.5, kernel: 3.10, ceph version: 13.2.5... haitao chen
05:00 AM RADOS Bug #23387 (Resolved): Building Ceph on armhf fails due to out-of-memory
i am resolving this issue. as quite a few (probably all) of issues noted by Louwrentius have been addressed by Daniel... Kefu Chai
04:50 AM Revision 68c64e59 (ceph): Merge pull request #25729 from the78mole/wip-32-bit-arm-fixes
cmake: boost fixes for ARM 32 bit
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:30 AM Revision 21f09183 (ceph): rgw: usage dump_unsigned instead dump_int
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com> joke lee
03:27 AM Revision 38e70833 (ceph): mgr: use ipv4 default when ipv6 was disabled
Fixes: https://tracker.ceph.com/issues/40023
Signed-off-by: kungf <yang.wang@easystack.cn>
yang wang
03:24 AM Revision 10683cce (ceph): Merge pull request #28255 from tchaikov/wip-convenience
common: no need to include ceph_assert.h
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:22 AM Revision 5defdb92 (ceph): Merge pull request #28270 from NTmatter/patch-2
blobhash.h: remove extra [[fallthrough]]
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Kefu Cha...
Kefu Chai
02:52 AM Revision a3b0dc29 (ceph): doc: refresh {noup,nodown,noin,noout} changes
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:52 AM Revision 199d92ae (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
02:52 AM Revision 20d05a13 (ceph): mon/OSDMonitor: migrate 'osd {add,rm}-{noup,nodown,noin,noout}' command...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:52 AM Revision 06e2255f (ceph): mon/MonCommands: mark 'osd {add,rm}-{noup,nodown,noin,noout}' as deprec...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:52 AM Revision 5d695267 (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
01:46 AM Revision 9a05a065 (ceph): osd,mon: add 'ceph osd {set,unset}-group <flags> <who>' command
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
12:48 AM RADOS Bug #39723 (Duplicate): osd: valgrind Leak_DefinitelyLost
Greg Farnum

05/29/2019

11:59 PM Revision acc447d5 (ceph): osd/OSDCap: rbd profile permits use of rbd.metadata_list cls method
Fixes: http://tracker.ceph.com/issues/39973
Signed-off-by: songweibin <song.weibin@zte.com.cn>
wb song
10:46 PM Revision b9e46441 (ceph): qa/workunits/rbd: wait for rbd-nbd unmap to complete
The "unmap" request is asynchronous, so wait for a short amount
of time for the "rbd-nbd" daemon process to exit.
Fi...
Jason Dillaman
10:41 PM Revision 6438b159 (ceph): rgw: crypto: throw DigestException from Digest and HMAC
Fixes: http://tracker.ceph.com/issues/39456
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from ...
Matt Benjamin
10:34 PM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
Hey Bryan, Neha's out this week. I'd like to verify whether this could be the same bug we'd seen before (http://track... Josh Durgin
10:10 PM rbd Backport #39423: nautilus: Drop "ceph_test_librbd_api" target
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28091
merged
Yuri Weinstein
10:10 PM Revision 50f8b3a7 (ceph): Merge pull request #28091 from pdvian/wip-39423-nautilus
nautilus: test/librbd: drop 'ceph_test_librbd_api' target
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
10:09 PM rbd Backport #38869: nautilus: flush skips requests in QOS throttler queue
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28120
merged
Yuri Weinstein
10:09 PM Revision 42204952 (ceph): Merge pull request #28120 from dillaman/wip-38869-nautilus
nautilus: librbd: make flush be queued by QOS throttler
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
10:09 PM rbd Backport #39428: nautilus: 'rbd mirror status --verbose' will occasionally seg fault
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28121
merged
Yuri Weinstein
10:08 PM Revision 2629ce7c (ceph): Merge pull request #28121 from dillaman/wip-39428-nautilus
nautilus: librbd: async open/close should free ImageCtx before issuing callback
Reviewed-by: Mykola Golub <mgolub@mi...
Yuri Weinstein
10:08 PM rbd Backport #39462: nautilus: [rbd-mirror] "bad crc in data" error when listing large pools
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28122
merged
Yuri Weinstein
10:08 PM Revision 733f6f7b (ceph): Merge pull request #28122 from dillaman/wip-39462-nautilus
nautilus: rbd-mirror: clear out bufferlist prior to listing mirror images
Reviewed-by: Mykola Golub <mgolub@mirantis...
Yuri Weinstein
10:07 PM RADOS Backport #39699: nautilus: OSD down on snaptrim.
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28203
merged
Yuri Weinstein
10:07 PM Revision e7c377d5 (ceph): Merge pull request #28203 from dzafman/wip-39699
nautilus: osd: Don't include user changeable flag in snaptrim related assert
Reviewed-by: Josh Durgin <jdurgin@redha...
Yuri Weinstein
10:06 PM bluestore Backport #39672: nautilus: os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28258
merged
Yuri Weinstein
10:06 PM Revision 21bb4c8c (ceph): Merge pull request #28258 from pdvian/wip-39672-nautilus
nautilus: os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Reviewed-by: Igor Fedotov <ifedotov@suse.c...
Yuri Weinstein
10:00 PM Dashboard Backport #39345: nautilus: mgr/dashboard: code documentation
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27746
merged
Yuri Weinstein
09:59 PM Revision e7b2e118 (ceph): Merge pull request #27746 from LenzGr/wip-39345-nautilus
nautilus: mgr/dashboard: code documentation
Reviewed-by: Patrick Nawracay <pnawracay@suse.com>
Reviewed-by: Tatjana ...
Yuri Weinstein
09:58 PM Dashboard Backport #39454: nautilus: mgr/dashboard: Validate if any client belongs to more than one group
Ricardo Marques wrote:
> https://github.com/ceph/ceph/pull/27760
merged
Yuri Weinstein
09:58 PM Revision e38388f4 (ceph): Merge pull request #27760 from ricardoasmarques/wip-39454-nautilus
nautilus: mgr/dashboard: Validate if any client belongs to more than one group
Reviewed-by: Lenz Grimmer <lgrimmer@s...
Yuri Weinstein
09:57 PM Dashboard Backport #39467: nautilus: mgr/dashboard: Admin resource not honored
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27868
merged
Yuri Weinstein
09:57 PM Revision c02cdc29 (ceph): Merge pull request #27868 from LenzGr/wip-39467-nautilus
nautilus: mgr/dashboard: Admin resource not honored
Reviewed-by: Patrick Nawracay <pnawracay@suse.com>
Reviewed-by: ...
Yuri Weinstein
09:55 PM Dashboard Backport #39616: nautilus: mgr/dashboard: iSCSI should allow exporting an RBD image with Journali...
Ricardo Marques wrote:
> https://github.com/ceph/ceph/pull/28011
merged
Yuri Weinstein
09:54 PM Revision 572c3901 (ceph): Merge pull request #28011 from ricardoasmarques/wip-39616-nautilus
nautilus: mgr/dashboard: iSCSI should allow exporting an RBD image with Journaling enabled
Reviewed-by: Patrick Nawr...
Yuri Weinstein
09:51 PM Dashboard Backport #39631: nautilus: mgr/dashboard: iSCSI form does not support IPv6
Ricardo Marques wrote:
> https://github.com/ceph/ceph/pull/28026
merged
Yuri Weinstein
09:51 PM Revision e56b6069 (ceph): Merge pull request #28026 from ricardoasmarques/wip-39631-nautilus
nautilus: mgr/dashboard: iSCSI form does not support IPv6
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Review...
Yuri Weinstein
09:47 PM CephFS Bug #40001: mds cache oversize after restart
Are you using snapshots? Can you tell us more about how the cluster is being used like # of clients and versions. Patrick Donnelly
09:42 PM RADOS Bug #38827 (Fix Under Review): valgrind: UninitCondition in ceph::crypto::onwire::AES128GCM_OnWir...
https://github.com/ceph/ceph/pull/28305 Radoslaw Zarzynski
02:54 PM RADOS Bug #38827: valgrind: UninitCondition in ceph::crypto::onwire::AES128GCM_OnWireRxHandler::authent...
Second run (on slightly amended branch): http://pulpito.front.sepia.ceph.com/rzarzynski-2019-05-29_13:08:09-rgw-wip-b... Radoslaw Zarzynski
09:41 PM RADOS Bug #39723 (Fix Under Review): osd: valgrind Leak_DefinitelyLost
Greg Farnum
09:24 PM RADOS Bug #39723: osd: valgrind Leak_DefinitelyLost
Okay, simple osdmap pointer assignment snafu. Working on a quick PR. Greg Farnum
09:39 PM Revision af63e3f5 (ceph): qa/valgrind.supp: fix the name for aes-128-gcm whiterules.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:39 PM Revision b2007e27 (ceph): Revert "qa: remove mon valgrind check in rgw verfiy suite"
This reverts commit d25d6ee0af0c85715e0ef8ce377f0b78a91f7ad7.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
09:36 PM RADOS Bug #40073: PG scrub stamps reset to 0.000000

When auto repair is enabled a bug causes a regular scrub to reset time stamps which is only intended to happen when...
David Zafman
07:49 PM RADOS Bug #40073: PG scrub stamps reset to 0.000000
The similarity to #40066 is so striking I just had to mention it and create a "Relates to" link. Nathan Cutler
06:47 PM RADOS Bug #40073: PG scrub stamps reset to 0.000000
A full pg query:... Greg Farnum
06:47 PM RADOS Bug #40073 (Resolved): PG scrub stamps reset to 0.000000
From Ceph-users, https://www.spinics.net/lists/ceph-users/msg52869.html
After upgrading from 14.2.0 to 14.2.1, I'v...
Greg Farnum
09:24 PM rgw Bug #39485: Luminous: a huge bucket stuck in dynamic resharding for one week
I am stuck with a very similar problem.
We recently upgraded to nautilus (two days ago), and today we noticed that a...
Thomas Kriechbaumer
09:11 PM Revision c6c4c563 (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
09:10 PM Revision b71ded7b (ceph): qa/valgrind.supp: generalize the whiterule for aes-128-gcm.
Fixes: http://tracker.ceph.com/issues/38827
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
09:03 PM Revision 893d227c (ceph): test: Make sure that extra scheduled scrubs don't confuse test
Fixes: http://tracker.ceph.com/issues/40078
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
09:02 PM RADOS Bug #40078 (Resolved): qa/standalone/scrub/osd-scrub-snaps.sh sometimes fails

yuriw-2019-05-16_23:32:37-rados-mimic_v13.2.6_QE-distro-basic-smithi/3959865
Command failed (workunit test scrub...
David Zafman
08:27 PM Revision 5686d1cc (ceph): Merge PR #27799 into master
* refs/pull/27799/head:
common/utime: don't pass %z to utime if there is a 'Z'
test: test json encode/decode of uti...
Sage Weil
07:54 PM Bug #40068: High CPU load using Ceph Nautilus in Rook
@Blaine - is there any reason to assume the issue is related to Bluestore? (The issue is currently in the "Bluestore"... Nathan Cutler
07:51 PM Bug #40068: High CPU load using Ceph Nautilus in Rook
A recent update to the Rook issue suggests that the issue may be present in newly deployed Nautilus clusters, but it ... Blaine Gardner
04:41 PM Bug #40068 (New): High CPU load using Ceph Nautilus in Rook
The Rook community is tracking an issue here: https://github.com/rook/rook/issues/3132
I believe this may be an is...
Blaine Gardner
07:45 PM Dashboard Backport #40077 (Resolved): nautilus: mgr/dashboard: Only one root node is shown in the crush map...
https://github.com/ceph/ceph/pull/28316 Nathan Cutler
07:45 PM Dashboard Backport #40076 (Resolved): nautilus: mgr/dashboard: Reduce the number of renders on the tables
https://github.com/ceph/ceph/pull/28315 Nathan Cutler
07:45 PM Dashboard Backport #40075 (Resolved): nautilus: mgr/dashboard: Angular is creating multiple instances of th...
https://github.com/ceph/ceph/pull/28312 Nathan Cutler
07:45 PM Dashboard Backport #40074 (Resolved): nautilus: mgr/dashboard: Error creating NFS client without squash
https://github.com/ceph/ceph/pull/28311 Nathan Cutler
07:12 PM Revision 1f73631e (ceph): PendingReleaseNotes: note about change to ISO 8601 throughout
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision b747ae17 (ceph): qa/tasks/ceph: tolerate 'T' or ' ' as date and time separator
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision 7eb971e9 (ceph): mon/MonMap: dump timestamps in UTC
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision 383006a5 (ceph): mgr/telemetry: use cluster-provided timestamp unmolested
The cluster stamp is now ISO 8601; just use that.
(The isoformat() puts a : in +hh:mm the timezone offset, which is ...
Sage Weil
07:12 PM Revision 8b02318f (ceph): mgr/crash: parse both old and new timestamp formats
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision b7e91923 (ceph): mgr/devicehealth: parse new datetime
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision 631ac856 (ceph): mgr/ssh: parse new datetime
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision e24cd6bf (ceph): test: test json encode/decode of utime_t
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
07:12 PM Revision 1d1c4782 (ceph): common/utime: don't pass %z to utime if there is a 'Z'
This fails on centos 7 for some reason.
If it's UTC, we don't need to parse the tz portion, so avoid the issue by
le...
Sage Weil
07:12 PM Revision ec3ddcb9 (ceph): include/utime: make gmtime() output conformant ISO 8601
Use 'T' separated instead of ' '.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:12 PM Revision 6b2102be (ceph): include/utime: remove unused s[n]printf methods
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision 79d8d761 (ceph): include/utime: make default string rendering ISO 8601 conformant
- use T separator
- include TZ offset
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:12 PM Revision 668d6e7f (ceph): common/utime: make parse() handle (our) ISO 8601 output
- optional subsecond values
- optional timezone offset
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:12 PM Revision 81c98809 (ceph): unittest_utime: add tests
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision 5e37a732 (ceph): common/ceph_time: stringify in ISO 8601 format
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision 8f4811c3 (ceph): log/LogClock: render timestamp in ISO 8601 format
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:12 PM Revision 8891fb56 (ceph): test/cli: update regexs for timestamps
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:49 PM CephFS Documentation #24641: Document behaviour of fsync-after-close
Proposed documentation update here:
https://github.com/ceph/ceph/pull/28300
Niklas, please take a look and let ...
Jeff Layton
06:47 PM Revision b52d85c2 (ceph): doc: cephfs: add section on fsync error reporting to posix.rst
Fixes: http://tracker.ceph.com/issues/24641
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeff Layton
06:30 PM rbd Feature #40072 (Resolved): [journal] tweak config defaults to improve small-IO performance
Small IO throughput w/ journaling enabled is substantially worse than the expected worse-case of 2x the latency / 0.5... Jason Dillaman
06:21 PM CephFS Bug #40034: mds: stuck in clientreplay
Here's ganesha.log, not sure if there's anything useful:
https://termbin.com/7ni9
Is it really intended for an md...
Nathan Fish
06:15 PM CephFS Bug #40034: mds: stuck in clientreplay
Logs from nfs-ganesha would be helpful too if you have them. Patrick Donnelly
06:17 PM Revision 5827789c (ceph): rgw: thread yield context through writing of head obj
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
06:15 PM rbd Feature #40071 (Resolved): [rbd] mirror image enable/disable should enable/disable journaling
It's confusing to many users that you need to enable/disable journaling independently from the RBD mirror image state... Jason Dillaman
05:39 PM RADOS Bug #40070: mon/OSDMonitor: target_size_bytes integer overflow
This worked fine for me in an earlier version of this cluster, which was running 14.2.0. But it's possible things oth... Nathan Fish
05:37 PM RADOS Bug #40070 (Rejected): mon/OSDMonitor: target_size_bytes integer overflow
Nautilus 14.2.1 on Ubuntu 18.04 LTS, kernel 4.18 (HWE)
It appears that the "target_size_bytes" setting has an inte...
Nathan Fish
05:06 PM rgw-testing Bug #40069: unittest_rgw_dmclock_scheduler
Abhishek, could you take a look? Kefu Chai
05:04 PM rgw-testing Bug #40069 (Triaged): unittest_rgw_dmclock_scheduler
... Kefu Chai
04:43 PM Dashboard Bug #40012 (Pending Backport): mgr/dashboard: Error creating NFS client without squash
Tiago Melo
04:33 PM Revision 5111f6df (ceph): Merge pull request #28271 from yuriw/wip-yuriw-crontab-master
qa/tests: removed filters for client-upgrade-* suites Yuri Weinstein
04:23 PM Backport #40067 (In Progress): nautilus: Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Nathan Cutler
04:22 PM Backport #40067 (Resolved): nautilus: Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
https://github.com/ceph/ceph/pull/28299 Nathan Cutler
04:23 PM Revision 2e5c2095 (ceph): rpm: Disable LTO in spec when being used
Fixes: http://tracker.ceph.com/issues/39974
Works around: https://tracker.ceph.com/issues/40060
Signed-off-by: Marti...
Martin Liska
04:22 PM Bug #39974 (Pending Backport): Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Nathan Cutler
12:19 PM Bug #39974 (Fix Under Review): Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Nathan Cutler
12:18 PM Bug #39974 (In Progress): Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Nathan Cutler
04:21 PM Revision 34bd11b9 (ceph): Merge pull request #28170 from marxin/disable-lto-in-spec-file
rpm: Disable LTO in spec when being used.
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-by: Tim Serong <tser...
Nathan Cutler
03:54 PM Revision a9f8b1a6 (ceph): buffer.h: remove list::iterator_impl::advance(size_t)
quote from Radoslaw's comment
> In general we could remove it as the `buffer` library tends to
> disrespects `size_t...
Kefu Chai
03:40 PM Revision b604435f (ceph): mgr/dashboard: Fix NFS clients squash/access_type default values (#28235)
mgr/dashboard: Fix NFS clients squash/access_type default values
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Lenz Grimmer
03:38 PM Revision 62474ec9 (ceph): blobhash.h: Remove extra fallthrough annotation
Remove the [[fallthrough]] annotation at the end of the switch statement
for Clang compatibility.
Fixes: https://tra...
Thomas Johnson
03:34 PM Dashboard Bug #39996 (Pending Backport): mgr/dashboard: Angular is creating multiple instances of the same ...
Lenz Grimmer
03:32 PM Revision ac520af8 (ceph): Merge pull request #28211 from tspmelo/wip-service-root
mgr/dashboard: Change the provider of services to root Lenz Grimmer
03:32 PM Dashboard Feature #39944 (Pending Backport): mgr/dashboard: Reduce the number of renders on the tables
Tiago Melo
03:30 PM Dashboard Feature #39944 (Resolved): mgr/dashboard: Reduce the number of renders on the tables
Lenz Grimmer
03:29 PM Revision 9922351e (ceph): Merge pull request #28118 from tspmelo/wip-on-push
mgr/dashboard: Reduce the number of renders on the tables Lenz Grimmer
03:28 PM Dashboard Bug #39647 (Pending Backport): mgr/dashboard: Only one root node is shown in the crush map viewer
Lenz Grimmer
03:28 PM Revision cea1d86e (ceph): mgr/dashboard: Add multi root support in CRUSH map (#28047)
mgr/dashboard: Add multi root support in CRUSH map
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Ri...
Lenz Grimmer
02:58 PM Revision ce3d380a (ceph): Merge pull request #28179 from trociny/wip-39980
rbd-mirror: don't overwrite status error returned by replay
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:58 PM Revision 16aa0a77 (ceph): Merge pull request #28240 from trociny/wip-journal-overflow
journal: optimize object overflow detection
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:54 PM Revision 4c6a1c6c (ceph): mgr/ansible: TLS Mutual Authentication
- Changes needed to allow Ansible Orchestrator to use the new authentication strategy used in Ansible Runner Service
...
Juan Miguel Olmo Martínez
02:44 PM Revision ff5f4a57 (ceph): Merge pull request #28275 from tchaikov/wip-cmake-asan
ceph.in: do not preload libasan if it is found
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Matt Benj...
Casey Bodley
02:36 PM Dashboard Bug #40051: mgr/dashboard: Dashboard login page broken; summary returns 401
@root@m3-3101-422:~# ceph dashboard ac-user-show cscf-adm
{"username": "cscf-adm", "lastUpdate": 1559086434, "name":...
Nathan Fish
09:03 AM Dashboard Bug #40051: mgr/dashboard: Dashboard login page broken; summary returns 401
@Nathan can you show us the user profile with `ceph dashboard ac-user-show <username>`?
Is this an administrator ...
Ricardo Dias
02:26 PM Bug #40066 (Duplicate): PGs not scrubbed since 0.000000
The Sepia Long Running Cluster has been in HEALTH_WARN for a couple days (at least) due to ... David Galloway
02:23 PM Revision 7b7fd12b (ceph): Merge pull request #28269 from NTmatter/patch-1
install-deps.sh: fix typo for krb5 on FreeBSD
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:12 PM mgr Backport #40065 (Rejected): monitoring: SNMP OID per every Prometheus alert rule
Volker Theile
02:09 PM mgr Backport #40065 (Rejected): monitoring: SNMP OID per every Prometheus alert rule
Use the Ceph enterprise OID 50495 (iana.org/assignments/enterprise-numbers/enterprise-numbers) and create OIDs for ev... Volker Theile
01:58 PM Revision a9ffaa2c (ceph): Merge pull request #27978 from votdev/add_snmp_oids_to_prometheus_alerts
monitoring: SNMP OID per every Prometheus alert rule
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-by: Jan F...
Lenz Grimmer
01:55 PM Revision 0d51266c (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
01:53 PM CephFS Bug #39987 (Fix Under Review): mds: MDCache::cow_inode does not cleanup unneeded client_snap_caps
Zheng Yan
01:49 PM rgw Bug #40022 (Fix Under Review): multisite: 'radosgw-admin bucket sync status' should call syncs_fr...
Casey Bodley
01:48 PM Dashboard Bug #40064 (Resolved): mgr/dashboard: Improve hints shown when message.xlf is invalid
The error message shown, when `run-frontend-unittest.sh` is issued, can be very unhelpful, which can be seen on this ... Patrick Seidensal
01:39 PM rbd Bug #39952 (Fix Under Review): [object-map] resizing an image might result in an assert in 'Objec...
Jason Dillaman
01:12 PM rbd Bug #39952 (In Progress): [object-map] resizing an image might result in an assert in 'ObjectMap:...
Jason Dillaman
01:36 PM Revision 68125822 (ceph): doc: note explicitly that "profile rbd" allows blacklisting
The Luminous release notes tell users to ensure that rbd clients have
the ability to blacklist other client users; th...
Matthew Vernon
01:21 PM Revision 9272e2e5 (ceph): Merge pull request #28225 from sebastian-philipp/script-run-mypy-sort-g...
script/run_mypy: Sort groups
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Patrick Nawracay <pnaw...
Sebastian Wagner
01:21 PM Bug #40052 (Fix Under Review): common: blobhash.h does not compile under Clang
Nathan Cutler
11:47 AM Bug #40052: common: blobhash.h does not compile under Clang
PR: https://github.com/ceph/ceph/pull/28270 Thomas Johnson
01:20 PM rgw Bug #39995 (Resolved): rgw: make check is failing because of linker error on Ubuntu
Casey Bodley
01:20 PM Dashboard Bug #36190 (Resolved): mgr/dashboard: Improve error message when backend is unreachable
Nathan Cutler
01:20 PM Dashboard Feature #39957 (Resolved): mgr/dashboard: Resolve TestBed performance issue
Nathan Cutler
01:10 PM Dashboard Bug #40027: mgr/dashboard: REST API: OpenAPI docs require internet connection
Another thought: it's actually the user's *browser* that fetches these assets. So even if the Ceph Dashboard backend ... Lenz Grimmer
01:02 PM ceph-volume Bug #40063 (Fix Under Review): newer testinfra versions must pass --ssh-config
master PR https://github.com/ceph/ceph/pull/28294 Alfredo Deza
12:53 PM ceph-volume Bug #40063 (Resolved): newer testinfra versions must pass --ssh-config
Otherwise we end up with errors like:... Alfredo Deza
12:56 PM Revision ed708e52 (ceph): tests: pass --ssh-config to pytest to resolve hosts when connecting
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:27 PM Dashboard Bug #39941 (Resolved): mgr/dashboard: Move unit-test-helper into the new testing folder
Nathan Cutler
12:26 PM Revision 6ab109bb (ceph): rpm: Disable LTO in spec when being used
Fixes: http://tracker.ceph.com/issues/39974
Works around: https://tracker.ceph.com/issues/40060
Signed-off-by: Marti...
Martin Liska
12:21 PM Revision 6814516e (ceph): mgr/dashboard: Fix `npm run fixmod`
Signed-off-by: Patrick Nawracay <pnawracay@suse.com> Patrick Seidensal
12:15 PM ceph-volume Bug #40062 (New): check name of branch to set number of osds
This line in conftest.py:... Alfredo Deza
12:09 PM CephFS Bug #40061 (Fix Under Review): mds: blacklisted clients eviction is broken
https://github.com/ceph/ceph/pull/28293 Zheng Yan
12:01 PM CephFS Bug #40061 (Resolved): mds: blacklisted clients eviction is broken
Zheng Yan
11:51 AM Bug #40060 (Resolved): librados: .symver incompatible with GCC 9 (LTO)
As reported by marxin in https://github.com/ceph/ceph/pull/28170:
.symver is used in src/librados/librados_c.cc:
...
Nathan Cutler
11:46 AM Dashboard Backport #39958 (Rejected): mimic: mgr/dashboard: Resolve TestBed performance issue
We won't backport this pr, because it would not add enough value for the effort. Anonymous
11:45 AM Dashboard Backport #39939 (Rejected): mimic: mgr/dashboard: Move unit-test-helper into the new testing folder
We won't backport this pr, because it would not add enough value for the effort. Anonymous
11:44 AM Dashboard Backport #36334 (Rejected): mimic: mgr/dashboard: Improve error message when backend is unreachable
We won't backport this pr, because it would not add enough value for the effort. Anonymous
11:43 AM devops Bug #40050: install-deps.sh spells "devel/krb5" as "devel/kbr5"
PR: https://github.com/ceph/ceph/pull/28269 Thomas Johnson
11:26 AM devops Bug #40050: install-deps.sh spells "devel/krb5" as "devel/kbr5"
@Thomas, are you going to open a PR to fix this? Nathan Cutler
11:40 AM Revision 02fc7cee (ceph): tests: mgr/tox: make run-tox.sh scripts more robust
Also take into account that, following a recent code change, WITH_PYTHON3 now
gets set to "3" instead of "ON".
Fixes...
Nathan Cutler
11:40 AM Revision 63c045d2 (ceph): pybind/tox: pass additional command line arguments through to tox
Fixes: 9426f1f2045d0ae0f319530c3dc3a9240d838d07
Fixes: https://tracker.ceph.com/issues/39579
Signed-off-by: Nathan Cu...
Nathan Cutler
11:40 AM Revision b9049a0e (ceph): pybind/tox: handle possible WITH_PYTHON3 values other than "3"
WITH_PYTHON3 might be set to "ON" or to the python3 RPM version number
prevailing on the system - e.g. "3", "36"
Fix...
Nathan Cutler
11:40 AM Dashboard Backport #40059 (Resolved): nautilus: mgr/dashboard: Add custom dialogue for configuring PG scrub...
https://github.com/ceph/ceph/pull/28555 Nathan Cutler
11:39 AM Dashboard Backport #40058 (Resolved): nautilus: mgr/dashboard: Only delete removed gateways
Nathan Cutler
11:39 AM Revision 29afe393 (ceph): Merge pull request #28002 from smithfarm/wip-39323-ext
pybind/tox: handle possible WITH_PYTHON3 values other than "3"
Reviewed-by: Stephan Müller <smueller@suse.com>
Nathan Cutler
11:38 AM Dashboard Backport #40057 (Resolved): nautilus: mgr/dashboard: NFS clients information is not displayed in ...
https://github.com/ceph/ceph/pull/28318 Nathan Cutler
11:38 AM Dashboard Backport #40056 (Resolved): nautilus: mgr/dashboard: Use serial RGW Admin OPS API calls
https://github.com/ceph/ceph/pull/31569 Nathan Cutler
11:37 AM Dashboard Backport #40055 (Rejected): mimic: mgr/dashboard: Use serial RGW Admin OPS API calls
https://github.com/ceph/ceph/pull/33028 Nathan Cutler
11:30 AM bluestore Bug #37282: rocksdb: submit_transaction_sync error: Corruption: block checksum mismatch code = 2
Just to record similar case and discovered root cause:
Our customer running Ceph version v12.2.11 complained about t...
Igor Fedotov
11:26 AM RADOS Backport #39375 (Resolved): nautilus: ceph tell osd.xx bench help : gives wrong help
Nathan Cutler
11:25 AM RADOS Backport #39421 (Resolved): nautilus: Don't mark removed osds in when running "ceph osd in any|al...
Nathan Cutler
11:25 AM RADOS Backport #39721 (Resolved): nautilus: short pg log+nautilus-p2p-stress-split: "Error: finished ti...
Nathan Cutler
11:25 AM RADOS Bug #39441 (Resolved): osd acting cycle
Nathan Cutler
11:25 AM RADOS Backport #39512 (Resolved): nautilus: osd acting cycle
Nathan Cutler
11:24 AM RADOS Backport #39514 (Resolved): nautilus: osd: segv in _preboot -> heartbeat
Nathan Cutler
11:24 AM RADOS Backport #39519 (Resolved): nautilus: snaps missing in mapper, should be: ca was r -2...repaired
Nathan Cutler
11:23 AM RADOS Backport #39539 (Resolved): nautilus: osd/ReplicatedBackend.cc: 1321: FAILED assert(get_parent()-...
Nathan Cutler
11:23 AM RADOS Backport #39043 (Resolved): nautilus: osd/PGLog: preserve original_crt to check rollbackability
Nathan Cutler
11:23 AM mgr Bug #39335 (Resolved): deadlock on command completion
Nathan Cutler
11:22 AM mgr Backport #39397 (Resolved): nautilus: deadlock on command completion
Nathan Cutler
11:22 AM Backport #39184 (Resolved): nautilus: Primary won't automatically repair replica on pulling error
Nathan Cutler
11:21 AM RADOS Backport #39432 (Resolved): nautilus: Degraded PG does not discover remapped data on originating OSD
Nathan Cutler
11:21 AM RADOS Bug #39263 (Resolved): rados/upgrade/nautilus-x-singleton: mon.c@1(electing).elector(11) Shutting...
Nathan Cutler
11:21 AM RADOS Backport #39419 (Resolved): nautilus: rados/upgrade/nautilus-x-singleton: mon.c@1(electing).elect...
Nathan Cutler
11:18 AM RADOS Backport #39219 (Resolved): nautilus: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_m...
Nathan Cutler
10:40 AM Revision b5eb71db (ceph): mgr/dashboard: consider 'mon_allow_pool_delete' flag
Check if the 'mon_allow_pool_delete' flag is set. If not,
disable the menu item to delete a pool. Show also a descrip...
Tatjana Dehler
10:36 AM Revision 4a28b529 (ceph): mgr/dashboard: add a description tooltip for disabled items
Add the possibility to show a description tooltip for disabled
menu items. The description is optional. If no descrip...
Tatjana Dehler
10:30 AM Revision c89a6998 (ceph): cmake: boost fixes for ARM 32 bit
see https://github.com/boostorg/context/pull/94
we should drop this change once ceph uses boost 1.70 or up
Signed-o...
Daniel Glaser
10:23 AM Revision f2060017 (ceph): mgr/restful: do not use filter() for list
unlike python2, python3 returns an iterator instead of a list, so
construct a list using list comprehension directly....
Kefu Chai
10:23 AM Revision ffa22e25 (ceph): pybind/mgr: use enumerate() for accessing index in a loop
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit aadb8ec856659a015f16d3...
Kefu Chai
10:23 AM Revision f29496af (ceph): restful: Expose perf counters
We currently do not expose perf counters in the restful module but this
is a useful piece of information to be expose...
Boris Ranto
10:17 AM Orchestrator Bug #39259 (Resolved): test_orchestrator: AttributeError: 'TestWriteCompletion' object has no att...
Nathan Cutler
10:17 AM mgr Backport #39536 (Resolved): nautilus: test_orchestrator: AttributeError: 'TestWriteCompletion' ob...
Nathan Cutler
10:16 AM Revision ce7eaf9f (ceph): Merge pull request #27920 from sebastian-philipp/wip-39536-nautilus
nautilus: mgr/test_orchestrator: AttributeError: 'TestWriteCompletion' object has no attribute 'id'
Reviewed-by: Nat...
Nathan Cutler
10:15 AM mgr Bug #40011: ceph -s shows wrong number of pools when pool was deleted
This data is actually sourced from the manager’s pgstats. It’s turned up in the mailing list a couple times and is re... Greg Farnum
09:56 AM Revision cc81bbc8 (ceph): mgr/dashboard: Change the provider of services to root
It looks like that even if we provide a service only in 1 module, there are
still situations where angular will creat...
Tiago Melo
09:49 AM Revision ae466a00 (ceph): common/blkdev.c: check retval of snprintf()
as snprintf()'ed string could be truncated, to properly use this
function, we need to check its return value.
to sil...
Kefu Chai
09:49 AM Revision f434b61d (ceph): os/filestore: always always add `\0' after strncpy()
see also f35fa1c58cf24275458cb83097c57bdfd1184cf8
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:30 AM Revision 4b9d3c4a (ceph): mgr/dashboard: Display correct dialog title
The dialog to create a new S3 key shows the title 'Show S3 key' instead of 'Create S3 key'.
Fixes: https://tracker.c...
Volker Theile
09:28 AM Dashboard Bug #39579 (Resolved): mgr/dashboard: Fix run-tox script to accept cli arguments again
Lenz Grimmer
09:24 AM Dashboard Bug #40015 (Pending Backport): mgr/dashboard: Use serial RGW Admin OPS API calls
Lenz Grimmer
09:23 AM Revision 9bf13f17 (ceph): mgr/dashboard: Use serial RGW Admin OPS API calls (#28223)
mgr/dashboard: Use serial RGW Admin OPS API calls
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tat...
Lenz Grimmer
08:31 AM Revision 41d2a957 (ceph): Merge pull request #28174 from votdev/issue_39964
mgr/dashboard: Fix RGW user/bucket quota issues
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago M...
Lenz Grimmer
08:28 AM Dashboard Bug #40047 (Pending Backport): mgr/dashboard: Display correct dialog title
Lenz Grimmer
08:28 AM Revision d93da9d7 (ceph): Merge pull request #28168 from votdev/fix_create_key_title
mgr/dashboard: Display correct dialog title
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Ricardo Marq...
Lenz Grimmer
08:25 AM Dashboard Feature #38211 (Pending Backport): mgr/dashboard: Add custom dialogue for configuring PG scrub pa...
Lenz Grimmer
08:24 AM Revision 95578c9c (ceph): mgr/dashboard: PG scrub configuration (#27072)
mgr/dashboard: PG scrub configuration
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Laura Paduano <...
Lenz Grimmer
07:22 AM Revision 7fb7812a (ceph): qa: Fix issues in vstart runner
Add missing timeout parameter to LocalRemote::run() and LocalCephManager::admin_socket() method
Fixes: https://track...
Volker Theile
07:21 AM Bug #40054 (Fix Under Review): qa: Fix issues in vstart runner
Volker Theile
07:20 AM Bug #40054 (Resolved): qa: Fix issues in vstart runner
It's not possible to run QA tests in a vstart environment because of various improvements in the backend classes that... Volker Theile
07:17 AM Dashboard Bug #37579: mgr/dashboard: cephfs multimds graphs stack together
Verified on octopus.
Steps to reproduce:
* create a fs, and adjust active mds for it.
e.g....
Kiefer Chang
05:30 AM Revision 11cd731a (ceph): mgr/balancer: create compat weight-set earlier
So if we do:
ceph balancer mode crush-compat
ceph balancer on
ceph config set global osd_crush_update_weight_set fal...
xie xingguo
05:29 AM Revision ce18684a (ceph): mgr/balancer: fix initial weight-set value for newly created osds
This is a follow-up fix for https://github.com/ceph/ceph/pull/26955,
which should make any OSD addition start with a ...
xie xingguo
04:56 AM Revision 58b0d514 (ceph): common: avoid use of size_t in options
On 32 bit architectures size_t is not a 64 bit type
which causes comparison/assignment mismatch failures
during compi...
James Page
02:20 AM Revision 538cf0f8 (ceph): ceph.in: do not preload libasan if it is not found
before this change, `asan_lib_path` could be `None` when we check it to
see if it ends with `NOTFOUND`. this happens ...
Kefu Chai
02:11 AM CephFS Backport #39669 (In Progress): mimic: mds: output lock state in format dump
https://github.com/ceph/ceph/pull/28274 Prashant D
02:01 AM rbd Backport #39675 (In Progress): nautilus: [test] possible race condition in rbd-nbd disconnect
https://github.com/ceph/ceph/pull/28273 Prashant D

05/28/2019

11:03 PM Revision 380829b3 (ceph): mds: output lock state in format dump
dump cache in plain text will print lock state. But in json format dump,
it won't. It is not convenient to debug some...
Zhi Zhang
11:01 PM Revision f4ae6c1c (ceph): qa/workunits/rbd: wait for rbd-nbd unmap to complete
The "unmap" request is asynchronous, so wait for a short amount
of time for the "rbd-nbd" daemon process to exit.
Fi...
Jason Dillaman
10:49 PM Revision 81f5fb63 (ceph): Merge pull request #28183 from yuriw/wip-yuriw-fix-distro-luminous
qa/tests: cleaned up supported distro Yuri Weinstein
09:59 PM Revision 9f0f1339 (ceph): qa/tests: cleaned up supported distro
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:42 PM Revision efa2499b (ceph): Merge pull request #28184 from yuriw/wip-yuriw-fix-distro-mimic
qa/tests: cleaned up supported distro Yuri Weinstein
09:41 PM mgr Bug #40053 (Closed): ceph-mgr 13.2.4 fails to start with "auth_reply(proto 2 -22 (22) Invalid arg...
I have luminous cluster that I am attempting to upgrade to mimic. Prior to the upgrade, the mgrs were connecting just... Randall Smith
09:38 PM Revision fed4466e (ceph): Merge pull request #28182 from yuriw/wip-yuriw-fix-distro-jewel
qa/tests: cleaned up supported distro Yuri Weinstein
09:38 PM Revision 08036a44 (ceph): Merge pull request #28117 from yuriw/wip-yuriw-clean-luminous
luminous: qa/test: clean up Yuri Weinstein
09:17 PM Revision ba6ab892 (ceph): rgw: thread yield context through writing of head obj
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
08:58 PM RADOS Bug #38827: valgrind: UninitCondition in ceph::crypto::onwire::AES128GCM_OnWireRxHandler::authent...
Scheduled a resurrected run for validation: http://pulpito.front.sepia.ceph.com/rzarzynski-2019-05-28_20:56:45-rgw-wi... Radoslaw Zarzynski
05:43 PM RADOS Bug #38827: valgrind: UninitCondition in ceph::crypto::onwire::AES128GCM_OnWireRxHandler::authent...
Changeset: https://github.com/ceph/ceph/compare/master...rzarzynski:wip-bug-38827. Radoslaw Zarzynski
05:13 PM RADOS Bug #38827: valgrind: UninitCondition in ceph::crypto::onwire::AES128GCM_OnWireRxHandler::authent...
This bug looks like being duplicated by of http://tracker.ceph.com/issues/39449 which has been addressed with a pair ... Radoslaw Zarzynski
08:33 PM Revision 3315df37 (ceph): qa/tests: removed filters for client-upgrade-* suites
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:44 PM Revision 329e6fcc (ceph): install-deps.sh: Typo for krb5 on FreeBSD
The FreeBSD dependency install specifies devel/kbr5 instead of devel/krb5
Fixes: https://tracker.ceph.com/issues/400...
Thomas Johnson
07:34 PM Bug #40052: common: blobhash.h does not compile under Clang
Tested on FreeBSD 12 against clang 6.0.1 and 8.0.0 Thomas Johnson
07:25 PM Bug #40052 (Resolved): common: blobhash.h does not compile under Clang
Compilation failure in Clang 8.0 due to the last ... Thomas Johnson
07:15 PM Dashboard Bug #40051 (Duplicate): 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 refre... Nathan Fish
07:03 PM CephFS Bug #17594: cephfs: permission checking not working (MDS should enforce POSIX permissions)
Jeff Layton wrote:
> Reconfirming that I think this is a problem. Here's Client::mkdir():
>
> [...]
>
> There ...
Frank Filz
06:44 PM CephFS Bug #17594: cephfs: permission checking not working (MDS should enforce POSIX permissions)
Reconfirming that I think this is a problem. Here's Client::mkdir():... Jeff Layton
06:19 PM CephFS Documentation #24641: Document behaviour of fsync-after-close
> Second your answer sounds kcephfs specific -- do the same guarantees still hold for ceph-fuse?
FUSE just farms o...
Jeff Layton
06:16 PM CephFS Documentation #24641: Document behaviour of fsync-after-close
Niklas replied via email:
> I think it makes sense to document it the way you say it, e.g. "kcephfs's guarantees i...
Jeff Layton
03:13 PM CephFS Documentation #24641: Document behaviour of fsync-after-close
Niklas Hambuechen wrote:
> The following should be documented:
>
> Does close()/re-open()/fsync() provide the sam...
Jeff Layton
06:18 PM devops Bug #40050: install-deps.sh spells "devel/krb5" as "devel/kbr5"
that should read "security/kbr5" and "security/krb5" Thomas Johnson
06:14 PM devops Bug #40050 (Resolved): install-deps.sh spells "devel/krb5" as "devel/kbr5"
The install-deps.sh script attempts to install devel/kbr5 (does not exist), rather than devel/krb5. Thomas Johnson
06:01 PM Revision 88d0067a (ceph): Merge PR #28058 into master
* refs/pull/28058/head:
mgr/zabbix: Fix raw_bytes_used key name
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:08 PM Revision ddb45d33 (ceph): Merge pull request #26967 from qwren/qat-accel-doc
doc: QAT Acceleration for Encryption and Compression
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Case...
Casey Bodley
05:05 PM rgw Bug #40049 (Triaged): rgw: Abort Multipart Upload after X days.
Hi Ceph Devels,
Today we have found an unpleasant situation. We got reported to customer their use based in "rados...
Manuel Rios
04:31 PM Revision 0e49ad74 (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:17 PM CephFS Bug #40002: mds: not trim log under heavy load
Zheng Yan wrote:
> multiple-active mds?
yes
Yunzhi Cheng
08:22 AM CephFS Bug #40002: mds: not trim log under heavy load
multiple-active mds? Zheng Yan
04:10 PM RADOS Backport #39375: nautilus: ceph tell osd.xx bench help : gives wrong help
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28035
merged
Yuri Weinstein
04:10 PM Revision e59336ba (ceph): Merge pull request #28035 from pdvian/wip-39375-nautilus
nautilus: osd/OSD.cc: make osd bench description consistent with parameters
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:10 PM RADOS Backport #39421: nautilus: Don't mark removed osds in when running "ceph osd in any|all|*"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28072
merged
Yuri Weinstein
04:09 PM Revision d497c2ed (ceph): Merge pull request #28072 from pdvian/wip-39421-nautilus
nautilus: osd/OSDMap: Replace get_out_osds with get_out_existing_osds
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Yuri Weinstein
04:09 PM RADOS Backport #39721: nautilus: short pg log+nautilus-p2p-stress-split: "Error: finished tid 3 when la...
David Zafman wrote:
> https://github.com/ceph/ceph/pull/28088
merged
Yuri Weinstein
04:09 PM Revision ad8b3fc1 (ceph): Merge pull request #28088 from dzafman/wip-39721
nautilus: osd: Include dups in copy_after() and copy_up_to()
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: ...
Yuri Weinstein
04:08 PM RADOS Backport #39512: nautilus: osd acting cycle
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28160
merged
Yuri Weinstein
04:08 PM Revision f20e6c4d (ceph): Merge pull request #28160 from pdvian/wip-39512-nautilus
nautilus: osd/PG: do not use approx_missing_objects pre-nautilus
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:08 PM RADOS Backport #39514: nautilus: osd: segv in _preboot -> heartbeat
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28164
merged
Yuri Weinstein
04:08 PM Revision 421e69bc (ceph): Merge pull request #28164 from pdvian/wip-39514-nautilus
nautilus: osd: take heartbeat_lock when calling heartbeat()
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Yuri Weinstein
04:07 PM RADOS Backport #39519: nautilus: snaps missing in mapper, should be: ca was r -2...repaired
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28205
merged
Yuri Weinstein
04:07 PM Revision a791351d (ceph): Merge pull request #28205 from pdvian/wip-39519-nautilus
nautilus: osd: Don't evict after a flush if intersecting scrub range
Reviewed-by: David Zafman <dzafman@redhat.com>
Yuri Weinstein
04:07 PM RADOS Backport #39539: nautilus: osd/ReplicatedBackend.cc: 1321: FAILED assert(get_parent()->get_log()....
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28219
merged
Yuri Weinstein
04:07 PM Revision 6c5eece8 (ceph): Merge pull request #28219 from pdvian/wip-39539-nautilus
nautilus: osd/PG: fix last_complete re-calculation on splitting
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:06 PM RADOS Backport #39043: nautilus: osd/PGLog: preserve original_crt to check rollbackability
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27632
merged
Yuri Weinstein
04:06 PM Revision 7d1c2f21 (ceph): Merge pull request #27632 from pdvian/wip-39043-nautilus
nautilus: osd/PGLog: preserve original_crt to check rollbackability
Reviewed-by: Neha Ojha <nojha@redhat.com>
Review...
Yuri Weinstein
04:05 PM mgr Backport #39397: nautilus: deadlock on command completion
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27699
merged
Yuri Weinstein
04:05 PM Backport #39184: nautilus: Primary won't automatically repair replica on pulling error
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27711
merged
Yuri Weinstein
04:05 PM Revision 72443fc4 (ceph): Merge pull request #27699 from liewegas/wip-39335-nautilus
nautilus: mgr/BaseMgrModule: run MonCommandCompletion on the finisher
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Yuri Weinstein
04:04 PM Revision 49c9b5d6 (ceph): Merge pull request #27711 from pdvian/wip-39184-nautilus
nautilus: osd: Primary won't automatically repair replica on pulling error
Reviewed-by: David Zafman <dzafman@redhat...
Yuri Weinstein
04:04 PM RADOS Backport #39432: nautilus: Degraded PG does not discover remapped data on originating OSD
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27744
merged
Yuri Weinstein
04:04 PM Revision 5e2e63f8 (ceph): Merge pull request #27744 from ashishkumsingh/wip-39432-nautilus
nautilus: osd/PG: discover missing objects when an OSD peers and PG is degraded
Reviewed-by: Neha Ojha <nojha@redhat...
Yuri Weinstein
04:03 PM RADOS Backport #39419: nautilus: rados/upgrade/nautilus-x-singleton: mon.c@1(electing).elector(11) Shut...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27771
merged
Yuri Weinstein
04:03 PM Revision 4099004d (ceph): Merge pull request #27771 from smithfarm/wip-39419-nautilus
nautilus: mon/Elector: format mon_release correctly
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:03 PM RADOS Backport #39219: nautilus: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_missing(soid...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27839
merged
Yuri Weinstein
04:02 PM Revision 9e805fe8 (ceph): Merge pull request #27839 from pdvian/wip-39219-nautilus
nautilus: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_missing(soid) || (it_objects != pg_log.get_log().... Yuri Weinstein
04:02 PM Revision 22474d67 (ceph): Merge pull request #27876 from liewegas/wip-autoscaler-fixes-nautilus
nautilus: mgr: fix pgp_num adjustments
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Reviewed-by: Nathan Cutler <nc...
Yuri Weinstein
03:42 PM Revision 0d01fb0f (ceph): os/bluestore: create the tail when first set FLAG_OMAP
the omap iterator when listing omap use the tail of '~', when the iterator moved to the last key of the omapswe wante... ningtao
03:29 PM RADOS Bug #39449 (Resolved): Uninit in EVP_DecryptFinal_ex on ceph::crypto::onwire::AES128GCM_OnWireRxH...
This has been backported with:
* https://github.com/ceph/ceph/pull/27320,
* https://github.com/ceph/ceph/pull/27321...
Radoslaw Zarzynski
03:28 PM Revision 37c70bd1 (ceph): Merge pull request #28099 from tchaikov/wip-blobhash
blobhash: do not use cast for unaligned access
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
03:14 PM Revision 52f262c2 (ceph): Merge pull request #28247 from tchaikov/wip-disable-asan-if-notfound
ceph.in: disable ASAN if libasan is not found
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
03:00 PM Dashboard Bug #40047 (Fix Under Review): mgr/dashboard: Display correct dialog title
Lenz Grimmer
02:49 PM Dashboard Bug #40047 (In Progress): mgr/dashboard: Display correct dialog title
Volker Theile
02:30 PM Dashboard Bug #40047 (Resolved): mgr/dashboard: Display correct dialog title
The dialog to create a new S3 key shows the title 'Show S3 key' instead of 'Create S3 key'. Volker Theile
02:48 PM Dashboard Feature #39478: mgr/dashboard: new RGW workflows & RGW enhancements
We've discussed this proposal during our bi-weekly sync call - the recording is available from here: https://bluejean... Lenz Grimmer
02:35 PM Dashboard Feature #39478: mgr/dashboard: new RGW workflows & RGW enhancements
Thanks for this effort - I'm immensely interested. The "RGW Multi-site User Stories" are fairly accurate with my expe... Alejandro Bonilla
02:37 PM Dashboard Backport #40048 (In Progress): nautilus: mgr/dashboard: Display correct dialog title
https://github.com/ceph/ceph/pull/28189 Volker Theile
02:36 PM Dashboard Backport #40048 (Resolved): nautilus: mgr/dashboard: Display correct dialog title
https://github.com/ceph/ceph/pull/28189 Volker Theile
02:30 PM Revision c87e21da (ceph): mgr/dashboard: Display correct dialog title
The dialog to create a new S3 key shows the title 'Show S3 key' instead of 'Create S3 key'.
Fixes: https://tracker.c...
Volker Theile
02:29 PM Revision 140af8a7 (ceph): ceph-volume lvm.zap fix cleanup for db partitions
this uses the correct type 'db' for db type partitions, else
a block.db parition does not get cleaned up by ceph-volu...
Dominik Csapak
02:14 PM Revision cede2d45 (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
02:14 PM Revision 1834c68f (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
02:14 PM Revision 808d7cb3 (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
02:14 PM Revision aa68aca0 (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:38 PM Dashboard Bug #38794 (Pending Backport): mgr/dashboard: Only delete removed gateways
Lenz Grimmer
01:35 PM Revision 2cd5ca24 (ceph): mgr/dashboard: Optimize iSCSI target edition (#27272)
mgr/dashboard: Optimize iSCSI target edition
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Tiago Melo ...
Lenz Grimmer
01:22 PM Revision ec4065af (ceph): blobhash: do not use cast for unaligned access
* remove the uncorrect comment. as std::hash<> does not apply to a
customized type. see https://en.cppreference.com...
Kefu Chai
12:10 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
Thanks Kefu, you are my hero. Casey Bodley
10:49 AM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
Thanks for fixing the issue, Kefu! Can this be marked Resolved now? Nathan Cutler
11:36 AM Dashboard Feature #40046 (In Progress): mgr/dashboard: Display "logged in" information for each iSCSI client
Ricardo Marques
11:35 AM Dashboard Feature #40046 (Resolved): mgr/dashboard: Display "logged in" information for each iSCSI client
Should be possible to see if an iSCSI initiator is logged in by using the ceph dashboard UI. Ricardo Marques
11:32 AM Revision 6d1cfe47 (ceph): src/script: extract mypy config to mypy.ini
Now the default config can be read by other scripts/tools.
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Alfonso Martínez
11:21 AM Revision ef8ea3a6 (ceph): Merge pull request #27569 from batrick/gcc-9-wrn
CMakeLists: add std::move warnings in gcc9
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:57 AM Dashboard Bug #36480 (Resolved): mgr/dashboard: Dashboard can't handle user editing when tenants are specified
Nathan Cutler
10:22 AM Dashboard Bug #36480 (Pending Backport): mgr/dashboard: Dashboard can't handle user editing when tenants ar...
Nathan Cutler
10:57 AM Dashboard Backport #40039 (Rejected): mimic: mgr/dashboard: Dashboard can't handle user editing when tenant...
The code has been changed dramatically here; Volker is already working on this here: https://github.com/ceph/ceph/pul... Nathan Cutler
10:22 AM Dashboard Backport #40039 (Rejected): mimic: mgr/dashboard: Dashboard can't handle user editing when tenant...
Nathan Cutler
10:52 AM Dashboard Backport #40045 (Resolved): nautilus: mgr/dashboard: Unify button/URL actions naming for iSCSI an...
https://github.com/ceph/ceph/pull/29510 Nathan Cutler
10:52 AM Dashboard Bug #39963 (Pending Backport): mgr/dashboard: NFS clients information is not displayed in the det...
Lenz Grimmer
10:51 AM Backport #40044 (Resolved): nautilus: common: segfault while parsing POD_MEMORY_REQUEST
https://github.com/ceph/ceph/pull/28382 Nathan Cutler
10:51 AM mgr Backport #40043 (Resolved): nautilus: mgr/zabbix: Typo in key name for PGs in backfill_wait state
https://github.com/ceph/ceph/pull/30006 Nathan Cutler
10:51 AM Revision 0197ac6b (ceph): mgr/dashboard: Add clients tab to NFS details (#28193)
mgr/dashboard: Add clients tab to NFS details
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Lenz Grimmer
10:51 AM CephFS Backport #40042 (Resolved): mimic: avoid trimming too many log segments after mds failover
https://github.com/ceph/ceph/pull/28650 Nathan Cutler
10:51 AM CephFS Backport #40041 (Resolved): luminous: avoid trimming too many log segments after mds failover
https://github.com/ceph/ceph/pull/28543 Nathan Cutler
10:50 AM CephFS Backport #40040 (Resolved): nautilus: avoid trimming too many log segments after mds failover
https://github.com/ceph/ceph/pull/28582 Nathan Cutler
10:19 AM rgw Backport #40038 (In Progress): mimic: rgw: Return tenant field in bucket_stats function
Nathan Cutler
10:18 AM rgw Backport #40038 (Resolved): mimic: rgw: Return tenant field in bucket_stats function
https://github.com/ceph/ceph/pull/28209 Nathan Cutler
10:18 AM RADOS Bug #40029: ceph-mon: Caught signal (Aborted) in (CrushWrapper::update_choose_args(CephContext*)+...
I removed osd.0 and osd.1 from host-247, and re-ran deployment of osds to host-371. Both got added successfully.
...
Iain Buclaw
09:44 AM RADOS Bug #40029: ceph-mon: Caught signal (Aborted) in (CrushWrapper::update_choose_args(CephContext*)+...
Attached logs of primary monitor with:
debug mon 10
debug ms 1
Started prior to osd-57 being added, and stopped ...
Iain Buclaw
10:18 AM rgw Feature #36681 (Pending Backport): rgw: Return tenant field in bucket_stats function
Nathan Cutler
10:11 AM Revision d3ad9953 (ceph): script/run_mypy: Sort groups
Workaround for https://github.com/python/mypy/issues/2144
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
10:10 AM Revision c336882c (ceph): mgr/zabbix: Fix raw_bytes_used key name
This patch fixes raw_bytes_used key which was renamed to stored_raw.
Also added key percent_used and fixed zabbix tem...
Dmitriy Rabotjagov
09:42 AM Backport #40004 (Resolved): luminous: do_cmake.sh: "source" not found
Nathan Cutler
09:41 AM Revision 66d206f2 (ceph): Merge pull request #28216 from smithfarm/wip-40004-luminous
luminous: do_cmake.sh: source not found
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Nathan Cutler
09:41 AM RADOS Backport #38850: upgrade: 1 nautilus mon + 1 luminous mon can't automatically form quorum
backport PR to nautilus: https://github.com/ceph/ceph/pull/28262 Joao Eduardo Luis
09:35 AM Revision 9d0404b0 (ceph): mon/Monitor: allow probe if MMonProbe::mon_release == 0
Mimic doesn't set this, but we still need to allow them to probe us.
(and so does luminous)
Signed-off-by: Sage Wei...
Sage Weil
09:29 AM Dashboard Bug #39102 (Pending Backport): mgr/dashboard: Unify button/URL actions naming for iSCSI and NFS
Lenz Grimmer
09:28 AM Revision 2e2bc8e2 (ceph): mgr/dashboard: Unify remaining action labels (#28162)
mgr/dashboard: Unify remaining action labels
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Lenz Grimmer
09:25 AM CephFS Feature #40036 (Fix Under Review): mgr / volumes: support asynchronous subvolume deletes
Venky Shankar
09:25 AM CephFS Feature #40036: mgr / volumes: support asynchronous subvolume deletes
see: https://github.com/ceph/ceph/blob/master/src/pybind/mgr/volumes/module.py#L393 Venky Shankar
09:00 AM CephFS Feature #40036 (Resolved): mgr / volumes: support asynchronous subvolume deletes
Currently, removing a subvolume does an in-band directory removal. This can the operation to run for long for huge su... Venky Shankar
09:25 AM mgr Backport #40037 (In Progress): nautilus: dashboard: orchestrator mgr modules assert failure on is...
Ricardo Marques
09:09 AM mgr Backport #40037 (Resolved): nautilus: dashboard: orchestrator mgr modules assert failure on iscsi...
https://github.com/ceph/ceph/pull/28552 Ricardo Marques
09:24 AM Revision 5f717099 (ceph): mon: fix min_mon_release print
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit dcde01e3068d5d52da61323aa5b20b3bc14f7280)
Sage Weil
09:22 AM Dashboard Backport #40031 (In Progress): nautilus: mgr/dashboard: "local variable 'cluster_id' referenced b...
Ricardo Marques
09:15 AM Revision d6fc58b0 (ceph): mgr/dashboard: Bug Fix Error on Mgr Dashboard NFS
This change fixes error on NFS Ganesha management dashboard that throws an error when request daemon list.
Fixes: ht...
Nur Faizin
09:08 AM Revision eda0f84a (ceph): rgw: RGWSetRequestPayment request should be forwarded to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
08:46 AM Revision 03ab155a (ceph): rgw: RGWDeleteCORS should be forwarded to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
08:46 AM Revision f75087fd (ceph): rgw: DeleteLC should be forwarded to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
08:43 AM Revision 95d2af81 (ceph): mgr/dashboard: Remove messages.xlf
Removes the messages.xlf file from the git repository, due to a lot of merge conflicts.
It won't cause any problems, ...
Sebastian Krah
08:29 AM rbd Bug #39973 (Fix Under Review): "profile rbd" OSD cap should add "class rbd metadata_list" cap by ...
Mykola Golub
12:02 AM rbd Bug #39973: "profile rbd" OSD cap should add "class rbd metadata_list" cap by default.
*PR:*https://github.com/ceph/ceph/pull/28253 wb song
08:14 AM Revision d3fb699d (ceph): rgw: PutLC should be forwarded to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
07:59 AM Revision 8e6838c7 (ceph): monitoring: SNMP OID per every Prometheus alert rule
Use the Ceph enterprise OID 50495 (https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers) and create... Volker Theile
07:59 AM CephFS Bug #40028 (Pending Backport): mds: avoid trimming too many log segments after mds failover
Zheng Yan
07:57 AM CephFS Bug #40034: mds: stuck in clientreplay
... Zheng Yan
07:39 AM Dashboard Bug #39959 (Closed): mgr/dashboard: improve disableSelectionAction function of TableActionsComponent
The issue was added accidentally. There is nothing to improve. Tatjana Dehler
07:38 AM Revision 52cb0915 (ceph): rgw: request that delete bucket website should be forward to master zone
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
07:30 AM Revision a5948e9b (ceph): Merge pull request #27436 from simon-rock/simon_work
mds: avoid sending too many osd requests at once after mds restarts Yan, Zheng
07:07 AM Dashboard Bug #39586 (Pending Backport): dashboard: orchestrator mgr modules assert failure on iscsi servic...
Sebastian Wagner
03:12 AM Dashboard Bug #39586 (Resolved): dashboard: orchestrator mgr modules assert failure on iscsi service request
Kefu Chai
06:40 AM Dashboard Bug #39533 (In Progress): mgr/dashboard: notify the user about unset 'mon_allow_pool_delete' flag...
Tatjana Dehler
06:26 AM Revision 6b1cafe4 (ceph): mgr/diskprediction: Add diskprediction local plugin dependencies
Separate diskprediction local plugin dependencies from the
diskprediction clould plugin dependencies requirements.txt...
Rick Chen
03:48 AM RADOS Bug #40035 (New): smoke.sh failing in jenkins "make check" test randomly
... Kefu Chai
03:28 AM Feature #40009 (Resolved): Include erasurecode-profile information in ceph osd pool ls detail
Kefu Chai
03:28 AM Revision bad8d628 (ceph): Merge pull request #28224 from jan--f/pool-ls-detail-ec-profile
osd_types: add ec profile to plain text osd pool ls detail output
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:27 AM Bug #39599 (Pending Backport): common: segfault while parsing POD_MEMORY_REQUEST
Kefu Chai
03:26 AM Revision e2b7da36 (ceph): Merge pull request #28159 from batrick/i39599
common: fix parse_env nullptr deref
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:24 AM mgr Bug #39666 (Pending Backport): mgr/zabbix: Typo in key name for PGs in backfill_wait state
Kefu Chai
03:24 AM Revision fc4d54ac (ceph): Merge pull request #28057 from wido/zabbix-pg-state
mgr/zabbix: Fix typo in key name for PGs in backfill_wait state
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Kefu Chai
03:22 AM Revision f9b1b41a (ceph): Merge pull request #28025 from markhpc/wip-bs-aio-preadv
os/bluestore: Unify on preadv for io_uring and future refactor.
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:16 AM Revision 891b2d0a (ceph): Merge pull request #28010 from ifed01/wip-ifed-dump-large-onode
os/bluestore: dump onode that has too many spanning blobs
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:11 AM Revision 2ea3df19 (ceph): Merge pull request #26341 from sebastian-philipp/dashboard-merge-orchcl...
mgr/dashboard: Fix iSCSI + Rook issues
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Kefu Chai
02:40 AM RADOS Backport #39538 (In Progress): mimic: osd/ReplicatedBackend.cc: 1321: FAILED assert(get_parent()-...
https://github.com/ceph/ceph/pull/28259 Prashant D
02:38 AM bluestore Backport #39672 (In Progress): nautilus: os/bluestore: fix missing discard in BlueStore::_kv_sync...
https://github.com/ceph/ceph/pull/28258 Prashant D
02:36 AM Revision 78484352 (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>
simon gao

05/27/2019

11:42 PM Revision 47e1f173 (ceph): osd/PG: fix last_complete re-calculation on splitting
We add hard-limit for pg_logs now, which means we might keep trimming
old log entries irrespective of pg's current mi...
xie xingguo
11:42 PM Revision 14a021c4 (ceph): os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Discard comand should be issued before space released.
Signed-off-by: Junhui Tang <tangjunhui@sangfor.com.cn>
Fixes:...
tang junhui
08:50 PM Bug #39751: nautilus: Number of objects in a pool doubled after pg merge
So - turns out - i installed the new dashboard module and enabled it, I guess it caused a reload or swap of the mgr (... Thore K
04:22 PM RADOS Bug #40029: ceph-mon: Caught signal (Aborted) in (CrushWrapper::update_choose_args(CephContext*)+...
Happens on any host I create osd.57 on. Iain Buclaw
03:53 PM RADOS Bug #40029: ceph-mon: Caught signal (Aborted) in (CrushWrapper::update_choose_args(CephContext*)+...
Recreating the OSDs, it seems that the monitors consistently crash when creating osd.57. And they consistently recov... Iain Buclaw
03:21 PM RADOS Bug #40029 (Resolved): ceph-mon: Caught signal (Aborted) in (CrushWrapper::update_choose_args(Cep...
When adding a new osd, all primary monitors crashed.... Iain Buclaw
04:13 PM CephFS Bug #40034 (Need More Info): mds: stuck in clientreplay
When I came in on Monday morning, our cluster's cephfs was stuck in clientreplay, and nfs mount through nfs-ganesha h... Nathan Fish
04:06 PM rgw Backport #40033 (Resolved): mimic: rgw metadata search (elastic search): meta sync: ERROR: failed...
https://github.com/ceph/ceph/pull/28757 Nathan Cutler
04:06 PM rgw Backport #40032 (Resolved): luminous: rgw metadata search (elastic search): meta sync: ERROR: fai...
https://github.com/ceph/ceph/pull/27110 Nathan Cutler
04:03 PM Dashboard Backport #40031 (Resolved): nautilus: mgr/dashboard: "local variable 'cluster_id' referenced befo...
https://github.com/ceph/ceph/pull/28261 Nathan Cutler
04:03 PM Dashboard Backport #40030 (Resolved): nautilus: mgr/dashboard: Some validations are not updated and prevent...
https://github.com/ceph/ceph/pull/28319 Nathan Cutler
03:41 PM Revision 61995970 (ceph): mgr/dashboard: Fixing RGW user user/bucket quota info
Display '-' if user/bucket quota is disabled instead of displaying the current set values.
Signed-off-by: Volker The...
Volker Theile
02:29 PM Dashboard Bug #40027: mgr/dashboard: REST API: OpenAPI docs require internet connection
Looks like there are ways to bundle the swagger UI to remove that dependency: https://github.com/swagger-api/swagger-ui Lenz Grimmer
02:21 PM Dashboard Bug #40027: mgr/dashboard: REST API: OpenAPI docs require internet connection
Ernesto Puerta wrote:
> When running dashboard without internet connection in the client, and tried to access back-e...
Lenz Grimmer
12:03 PM Dashboard Bug #40027 (Closed): mgr/dashboard: REST API: OpenAPI docs require internet connection
When running dashboard without internet connection in the client, and tried to access back-end API docs (Help -> API,... Ernesto Puerta
01:55 PM Backport #40003 (Resolved): nautilus: do_cmake.sh: "source" not found
Nathan Cutler
01:54 PM Revision 35e6f599 (ceph): Merge pull request #28215 from smithfarm/wip-40003-nautilus
nautilus: do_cmake.sh: source not found
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Sebastian Wagner ...
Nathan Cutler
01:40 PM Revision 9a883dcd (ceph): mgr/dashboard: Fix RGW user/bucket quota issues
* RGW user/bucket "max. size" should be hidden when "user/bucket quota" is not enabled
* Only execute validators if n...
Volker Theile
01:38 PM Revision 2cc32e6e (ceph): mgr/dashboard: Use serial RGW Admin OPS API calls
This PR takes care that changes done to a RGW user are submitted (via RGW Admin OPS API) in serial and NOT in paralle... Volker Theile
01:10 PM Dashboard Bug #40017 (Pending Backport): mgr/dashboard: Some validations are not updated and prevent the su...
Lenz Grimmer
01:09 PM Revision bc49c2ec (ceph): mgr/dashboard: Subscribe to changes when RequiredIf is used (#28231)
mgr/dashboard: Subscribe to changes when RequiredIf is used
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Review...
Lenz Grimmer
01:05 PM Dashboard Bug #39624 (Resolved): mgr/dashboard: incorrect help message for minimum blob size
Lenz Grimmer
01:04 PM Dashboard Backport #39664 (Resolved): nautilus: mgr/dashboard: incorrect help message for minimum blob size
Lenz Grimmer
01:01 PM Revision 16e9a239 (ceph): Merge pull request #28062 from bk201/wip-39664-nautilus
nautilus: mgr/dashboard: incorrect help message for minimum blob size
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Lenz Grimmer
12:12 PM CephFS Bug #40028 (Resolved): mds: avoid trimming too many log segments after mds failover
If mds was behind on trim before failover, the new mds may trim too many log segments at the same time, and cause unh... Zheng Yan
11:58 AM Revision aa2047ec (ceph): common: no need to include ceph_assert.h
src/common/convenience.h is a header-only library, and it does not use
dout or ceph_assert() utilities. so there is n...
Kefu Chai
11:57 AM Revision 63242a01 (ceph): cmake: use BUILD_BYPRODUCTS to fix build w/ ninja
ninja scan the build dependencies differently than GNU make, so we need
to specify the product of `ExternalProject_Ad...
Kefu Chai
10:58 AM rbd Bug #40024 (Closed): Client(X86) to access Ceph
Mykola Golub
09:47 AM rbd Bug #40024: Client(X86) to access Ceph
Mykola Golub wrote:
> It is failing because the librbd thinks that the request offset 3198484480 (note, it is larger...
junming rao
08:03 AM rbd Bug #40024 (Need More Info): Client(X86) to access Ceph
It is failing because the librbd thinks that the request offset 3198484480 (note, it is larger 2G, max 32 bit signed)... Mykola Golub
06:47 AM rbd Bug #40024: Client(X86) to access Ceph
qemu-kvm(X86_64) to access ARM's Ceph cluster, IO is error;
2019-05-24 14:38:29.504104 7f2ccd17b700 20 librbd::io::A...
junming rao
06:10 AM rbd Bug #40024 (Closed): Client(X86) to access Ceph
junming rao
08:24 AM mgr Bug #40023 (In Progress): mgr prometheus start failed
Sebastian Wagner
02:34 AM mgr Bug #40023: mgr prometheus start failed
Reason:
when mgr is active, it will restart the prometheus 9283 service,
in start process, the cherrypy(i used 3.2....
yang wang
01:51 AM mgr Bug #40023 (Resolved): mgr prometheus start failed
[25/May/2019:13:04:43] ENGINE Bus STOPPING
[25/May/2019:13:04:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIS...
yang wang
08:23 AM Revision f44516bc (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:14 AM Revision f1ea0297 (ceph): Merge pull request #28078 from sebastian-philipp/kubejacker-fix-mgr-plu...
scripts/kubejacker: Fix mgr_plugins target for centos
Reviewed-by: Tim Serong <tserong@suse.com>
Sebastian Wagner
08:05 AM Messengers Bug #40026 (Duplicate): segfaults in ProtocolV2::write_message()
... Kefu Chai
07:39 AM rgw Bug #40025 (Need More Info): rgw Segmentation fault(12.2.10)
rgw instance sometimes Segmentation fault。ceph version: 12.2.10.The log is as follows:
May 14 14:06:57 bdwg-ceph-clu...
qingbo han
07:18 AM Revision b7d899c1 (ceph): cmake: do not disable Seastar_TESTING explicitly
this option is disabled by default if seastar is included as a
subdirectory.
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
07:18 AM Revision 922aa71a (ceph): cmake: include googletest instead of its subdirectory
so its own settings can be populated properly, among other things,
`GOOGLETEST_VERSION` is set in the CMakeLists.txt ...
Kefu Chai
06:46 AM Revision f73bd451 (ceph): mgr/balancer: create compat weight-set earlier
So if we do:
ceph balancer mode crush-compat
ceph balancer on
ceph config set global osd_crush_update_weight_set fal...
xie xingguo
05:49 AM Revision 6239c673 (ceph): src/test: fix creating two different objects for testing chunked object
Below is the test flow of ceph_test_rados (only for chunked object test)
1. WriteOp for create test objects
2. CopyO...
myoungwon oh
05:35 AM Revision 64a4e7cd (ceph): mgr/balancer: fix initial weight-set value for newly created osds
This is a follow-up fix for https://github.com/ceph/ceph/pull/26955,
which should make any OSD addition start with a ...
xie xingguo
05:12 AM Revision 939c0323 (ceph): mon/OSDMonitor: always initialize local variable
this change helps to silence warning like:
OSDMonitor.cc:13391:15: warning: ‘prio’ may be used uninitialized in
this...
Kefu Chai
05:12 AM Revision a28cb27f (ceph): test/librados_test_stub: define more stub functions
this change helps to silence warnings like:
Failed to load class: cas
(/home/jenkins-build/build/workspace/ceph-pull...
Kefu Chai
03:15 AM rgw Backport #39532 (In Progress): mimic: rgw: resharding of a versioned bucket causes a bucket stats...
https://github.com/ceph/ceph/pull/28249 Prashant D
03:12 AM Backport #39671 (In Progress): nautilus: make cluster_network work well.
https://github.com/ceph/ceph/pull/28248 Prashant D
03:07 AM Revision 6b0336f4 (ceph): ceph.in: disable ASAN if libasan is not found
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:44 AM Revision 518b666f (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

05/26/2019

11:56 PM Revision 49a6d901 (ceph): rgw: fix bad versioned bucket stats after reshard
When a versioned bucket is resharded, the stats for bucket index
entries of type PlainIdx and InstanceIdx were both a...
J. Eric Ivancich
11:56 PM Revision 0b6c6cf6 (ceph): rgw: minor clean-up -- convert enum BIIndexType to enum class
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit 06fcac3ba04b69cc5788938642f8a17bfb52...
J. Eric Ivancich
11:53 PM Revision 5a44cf3b (ceph): commom: make cluster_network work.
This temporary parameter make address is zero. So make cluster_addr is
equal public_addr and make cluster_network dis...
jianpeng ma
06:55 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
td;dr ceph-libboost1.67-dev_1.67.0-7_amd64.deb **was** not sane.
long story,
# before https://github.com/tcha...
Kefu Chai
03:10 PM Revision 96be56c4 (ceph): qa/tasks: upgrade the check for -c sudo option in vstart_runner.py
Right now vstart_runner.py checks if the command to be ran as a
different user using sudo is a single argument by che...
Rishabh Dave

05/25/2019

08:44 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
Note: I've only seen this in a relatively busy and full environment with quite a few backfills going on. Rene Diepstraten
08:21 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
Thanks for the PR.
The problem itself seems to be caused as follows:
- A backfill starts to a set osds
- One of th...
Rene Diepstraten
07:28 AM Revision 83461c42 (ceph): journal: optimize object overflow detection
Previously to detect overflow we were sending journal append
requests until -EOVERFLOW is returned by osd. This means...
Mykola Golub

05/24/2019

09:11 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
Maybe just a shot in the dark, but can't the problem be in the libboost-* libs being installed? The "undefined refer... Luis Henriques
06:28 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
The logs of failures seem to be using xenial:... Casey Bodley
12:27 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
I set up a fresh bionic vm and was able to build master successfully. The ubuntu flavors of master and nautilus are s... Casey Bodley
09:01 PM Revision 9da88868 (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
08:58 PM rgw Bug #40022 (Resolved): multisite: 'radosgw-admin bucket sync status' should call syncs_from(sourc...
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
08:23 PM RADOS Bug #20491 (Fix Under Review): objecter leaked OSDMap in handle_osd_map
https://github.com/ceph/ceph/pull/28242
I think we shouldn't backport the fix, as it might upset misbehaved (unloc...
Sage Weil
08:20 PM RADOS Bug #20491 (In Progress): objecter leaked OSDMap in handle_osd_map
... Sage Weil
08:22 PM Revision 55d81db1 (ceph): osdc/Objecter: fix OSDMap leak in handle_osd_map
If there are threads accessing osdmap unlocked they may walk into freed
memory, but that means the caller is buggy: w...
Sage Weil
06:12 PM rgw Bug #37376 (Pending Backport): rgw metadata search (elastic search): meta sync: ERROR: failed to ...
Casey Bodley
04:04 PM Revision b97022ce (ceph): Merge pull request #28155 from alimaredia/wip-remove-mon-valgrind-check...
qa: remove mon valgrind check in rgw verfiy suite Matt Benjamin
03:04 PM Dashboard Tasks #38093 (In Progress): mgr/dashboard: Write E2E test to verify a pool has been created/deleted
Patrick Seidensal
02:57 PM Orchestrator Bug #38757: mgr/ssh orchestrator doesn't work
... Sebastian Wagner
01:23 PM Revision 7107bf91 (ceph): mgr/dashboard: Optimize portal IPs calculation
Now that portal IPs are part of the ceph-iscsi config
we don't have to calculate this information, we just
use the `p...
Ricardo Marques
01:23 PM CephFS Bug #39947 (Fix Under Review): cephfs-shell: add CI testing with flake8
Varsha Rao
12:31 PM bluestore Feature #40021 (New): Zero out pending sectors during PG repair
In our production clusters we often see inconsistent objects which are the result of a SCSI Medium Error during a rea... Dan van der Ster
10:42 AM Revision bb0cb3ba (ceph): doc: Fix incorrect indentations in cephfs-shell
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
10:41 AM Revision fc214c1d (ceph): doc: Add usage for stat command in cephfs-shell
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
10:05 AM mgr Backport #40006 (In Progress): nautilus: Several embedded Grafana dashboards are not displayed du...
Nathan Cutler
09:55 AM Revision c68020c1 (ceph): os/bluestore: do garbage collection if blob count is too high.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:36 AM ceph-volume Bug #37590: api.vgcreate uses a PE size of 1G
There isn't anything different, we believe that the choice of 1GB for LVM extents made it an order of magnitude easie... Alfredo Deza
09:23 AM ceph-volume Bug #37590: api.vgcreate uses a PE size of 1G
Is there any news on this topic? Do we really plan to waste so much of available disk capacity on the LVM based setups? Martin Weiss
08:45 AM RADOS Bug #36405: unittest_seastar_messenger failure on ARM
Another one:... Sebastian Wagner
08:28 AM Dashboard Bug #40012 (Fix Under Review): mgr/dashboard: Error creating NFS client without squash
Tiago Melo
08:22 AM Revision eafeabac (ceph): mgr/dashboard: fix some performance data are not displayed
Several Grafana dashboards were updated and their uids are changed.
Update corresponding uids in angular templates. A...
Kiefer Chang
07:12 AM Dashboard Feature #40020 (New): mgr/dashboard: reset boolean settings in config-option component
The config-option component can show a reset button for each setting. If the user clicks the button, the setting get ... Tatjana Dehler
06:18 AM Dashboard Bug #40008 (Fix Under Review): mgr/dashboard: Need a method to check references to Grafana dashbo...
Lenz Grimmer
04:21 AM Dashboard Bug #40008: mgr/dashboard: Need a method to check references to Grafana dashboards are correct or...
Create PR for approach 1. Kiefer Chang
02:55 AM CephFS Bug #40019 (New): mds: crash at ms_dispatch thread
Env: ceph 14.2.1 3 mds
I enabled module ceph crash so paste the meta here
meta:...
Yunzhi Cheng
12:33 AM Revision d0386635 (ceph): mgr/dashboard: Fix NFS clients squash/access_type default values
Fixes: https://tracker.ceph.com/issues/40012
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
12:29 AM CephFS Backport #39670 (In Progress): nautilus: mds: output lock state in format dump
Prashant D
12:27 AM RADOS Backport #39518 (In Progress): mimic: snaps missing in mapper, should be: ca was r -2...repaired
https://github.com/ceph/ceph/pull/28232 Prashant D

05/23/2019

11:13 PM Revision db26096c (ceph): osd: Don't evict after a flush if intersecting scrub range
Fixes: http://tracker.ceph.com/issues/38840
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
11:11 PM Revision 749cca3f (ceph): mds: output lock state in format dump
dump cache in plain text will print lock state. But in json format dump,
it won't. It is not convenient to debug some...
Zhi Zhang
10:32 PM Dashboard Bug #40017 (Fix Under Review): mgr/dashboard: Some validations are not updated and prevent the su...
Tiago Melo
05:34 PM Dashboard Bug #40017 (Resolved): mgr/dashboard: Some validations are not updated and prevent the submission...
This can be reproduced in the NFS Form, by following this steps:
# Pick Object Gateway as the Storage backend
# Cl...
Tiago Melo
10:30 PM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
Neha,
It was great meeting with you in Barcelona! I can't remember everything you wanted me to gather, but here's...
Bryan Stillwell
09:55 PM rgw Bug #40018: crash in io_context thread when lots of connections abort
Teuthology log links:
http://qa-proxy.ceph.com/teuthology/amaredia-2019-05-16_13:43:07-rgw:verify-master-distro-ba...
Ali Maredia
09:51 PM rgw Bug #40018 (Resolved): crash in io_context thread when lots of connections abort
During a small percentage of runs of the full rgw:verify suite the radosgw crashes in the middle of a run of the java... Ali Maredia
08:32 PM bluestore Bug #38272: "no available blob id" assertion might occur
Alternative PR: https://github.com/ceph/ceph/pull/28229
(Original PR https://github.com/ceph/ceph/pull/26882 went ...
Igor Fedotov
05:35 PM Revision 86285b54 (ceph): mgr/dashboard: Subscribe to changes when RequiredIf is used
FormControls that use 'requiredIf' validators depend on the state of other
controls.
To prevent that some of the stat...
Tiago Melo
05:34 PM rgw Backport #39730 (In Progress): nautilus: rgw: allow radosgw-admin bucket list to use the --allow-...
J. Eric Ivancich
05:27 PM Revision a7dd9feb (ceph): rgw: allow radosgw-admin to list bucket w --allow-unordered
Presently the `radosgw-admin bucket list --bucket=<bucket>` lists the
objects in lexical order. This can be an expens...
J. Eric Ivancich
04:00 PM CephFS Bug #40001: mds cache oversize after restart
I set debug_mds to 20/20 and almost all of the log is like... Yunzhi Cheng
02:25 PM Revision f13989f5 (ceph): rgw: Return tenant field in bucket_stats function
Fixes: tracker.ceph.com/issues/36681
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit 9440...
Volker Theile
02:24 PM mgr Bug #40011: ceph -s shows wrong number of pools when pool was deleted
It actually shows the correct number of pools (2) for a short time and then displays the erroneous 3 pools after a fe... Jan Fajerski
08:35 AM mgr Bug #40011 (Resolved): ceph -s shows wrong number of pools when pool was deleted
This is reproducible in a vstart cluster:... Jan Fajerski
02:08 PM Revision 80285b03 (ceph): os/bluestore: vector -> interval set in GC to track extents to collect.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
02:08 PM Revision ba719c9e (ceph): os/bluestore: GC class, make some members local.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
02:08 PM Revision 98664179 (ceph): os/bluestore: store extents for GC within WriteContext.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
02:08 PM Revision 37ff9752 (ceph): common/perf_conters: make dump_formatted_xxx funcs as const.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
02:08 PM Revision 4e952817 (ceph): tests/store_test: many-many spanning blobs test case
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
01:45 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
https://jenkins.ceph.com/job/ceph-pull-requests/573/console Sebastian Wagner
01:40 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
https://jenkins.ceph.com/job/ceph-pull-requests/555/console Sebastian Wagner
11:23 AM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
(Ceasy, assigned to you, just to make you aware of this.) Sebastian Wagner
11:20 AM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
https://jenkins.ceph.com/job/ceph-pull-requests/556/console Sebastian Wagner
07:56 AM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
Still happening: https://github.com/ceph/ceph/pull/28211
So I'm removing the related-to link to #39981.
Nathan Cutler
12:48 PM Dashboard Bug #39990 (In Progress): mgr/dashboard: test failure when running the backend-api-tests-script l...
Sebastian Wagner
12:43 PM mgr Bug #40016 (New): mgr/selftest: test_selftest_config_update failes in a vstart cluster
... Sebastian Wagner
12:41 PM Feature #40009: Include erasurecode-profile information in ceph osd pool ls detail
https://github.com/ceph/ceph/pull/28224 Jan Fajerski
06:28 AM Feature #40009 (Resolved): Include erasurecode-profile information in ceph osd pool ls detail
If you want to find out which ec-profle was used for creating a pool the only way seems to be by running:
ceph osd...
Rainer Krienke
12:28 PM Revision 6910ccca (ceph): osd_types: add ec profile to plain text osd pool ls detail output
Fixes: http://tracker.ceph.com/issues/40009
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski
12:07 PM Revision 1cc23982 (ceph): osd: avoid prep_object_replica_pushes() on clone object when head missing
the leak path:
maybe_kick_recovery() -> prep_object_replica_pushes()
Fixes: http://tracker.ceph.com/issues/39286
Si...
Zengran Zhang
11:59 AM Dashboard Bug #40015 (Fix Under Review): mgr/dashboard: Use serial RGW Admin OPS API calls
Volker Theile
11:58 AM Dashboard Bug #40015 (Resolved): mgr/dashboard: Use serial RGW Admin OPS API calls
Changes to RGW users are splitted into several RGW Admin OPS API calls. Currently they are submitted in parallel, but... Volker Theile
11:35 AM Bug #39965 (Closed): mimic: Failed to build from lastest GIT version
Nathan Cutler
11:28 AM Dashboard Bug #39648 (Resolved): mgr/dashboard: tasks.mgr.dashboard.test_rbd.RbdTest.test_clone fails in Te...
Has been resolved upstream, but couldn't find a reference in the tracker where exactly it has been resolved. Feel fre... Patrick Seidensal
11:05 AM Revision 6eaac0d6 (ceph): mgr/dashboard: Unify action naming for NFS
Fixes: http://tracker.ceph.com/issues/39102
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
11:05 AM Revision 2ec69456 (ceph): mgr/dashboard: Unify the labels on all table actions objects
Fixes: http://tracker.ceph.com/issues/39102
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
10:34 AM Dashboard Bug #40008: mgr/dashboard: Need a method to check references to Grafana dashboards are correct or...
Thanks for your proposal, much appreciated. If your first approach can be integrated with "make check", this would be... Lenz Grimmer
09:58 AM Dashboard Bug #40008 (In Progress): mgr/dashboard: Need a method to check references to Grafana dashboards ...
Short term solution: check every <cd-grafana> component has a mapped Grafana dashboard
My proposals are below:
...
Kiefer Chang
04:46 AM Dashboard Bug #40008 (Resolved): mgr/dashboard: Need a method to check references to Grafana dashboards are...
Ceph Dashboard embeds Grafana dashboards by specifying *uid* in <cd-grafana> components.
If a Grafana dashboard is u...
Kiefer Chang
10:11 AM CephFS Bug #40014 (Resolved): mgr/volumes: Name 'sub_name' is not defined
I'm getting a new mypy error in master:... Sebastian Wagner
09:29 AM rbd Bug #39257 (Resolved): [rbd-mirror] image replayer should periodically flush IO and commit positions
Nathan Cutler
09:29 AM rbd Backport #39288 (Resolved): nautilus: [rbd-mirror] image replayer should periodically flush IO an...
Nathan Cutler
09:28 AM rbd Bug #38661 (Resolved): deep cp a migration prepared image will results assert
Nathan Cutler
09:28 AM rbd Backport #39224 (Resolved): nautilus: deep cp a migration prepared image will results assert
Nathan Cutler
09:26 AM rbd Backport #39315 (Resolved): nautilus: krbd: fix rbd map hang due to udev return subsystem unordered
Nathan Cutler
09:25 AM rbd Backport #39729 (Resolved): nautilus: [test] devstack is broken (again)
Nathan Cutler
09:25 AM rbd Backport #39195 (Resolved): nautilus: Several race conditions are possible between io::ObjectRequ...
Nathan Cutler
09:20 AM mgr Bug #40013: mgr/restful: can not configure custom certificate (mimic)
Found this related issue http://tracker.ceph.com/issues/39123 for mgr/dashboard Daniel Badea
09:18 AM mgr Bug #40013 (New): mgr/restful: can not configure custom certificate (mimic)
Unable to configure mgr/restful custom certificate on Ceph Mimic 13.2.2 (CentOS 7.6.1810)
Steps:
1. generate new ...
Daniel Badea
08:49 AM Dashboard Bug #39709 (Pending Backport): mgr/dashboard: "local variable 'cluster_id' referenced before assi...
Lenz Grimmer
08:47 AM Revision 19c738e4 (ceph): mgr/dashboard: Bug Fix Error on Mgr Dashboard NFS (#28075)
mgr/dashboard: Bug Fix Error on Mgr Dashboard NFS
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: R...
Lenz Grimmer
08:43 AM Dashboard Bug #40012 (Resolved): mgr/dashboard: Error creating NFS client without squash
When trying to create an NFS export with a client that doesn't override the "squash" value, I see the following error... Ricardo Marques
08:31 AM mgr Bug #40010 (Closed): mgr: Running tox no longer works as described
@CEPH_BUILD_DIR=.tox tox -e py27@ works Sebastian Wagner
08:27 AM mgr Bug #40010 (Closed): mgr: Running tox no longer works as described
... Sebastian Wagner
06:49 AM RADOS Backport #39513 (In Progress): mimic: osd: segv in _preboot -> heartbeat
https://github.com/ceph/ceph/pull/28220 Prashant D
06:45 AM Revision ebd87737 (ceph): osd: take heartbeat_lock when calling heartbeat()
Fixes: http://tracker.ceph.com/issues/39439
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 786...
Sage Weil
06:28 AM Revision caba2e25 (ceph): common: fix parse_env nullptr deref
Fixes: https://tracker.ceph.com/issues/39599
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:28 AM Revision ccaf2ccc (ceph): test: add test for parse_env
Test for https://tracker.ceph.com/issues/39599
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:33 AM RADOS Backport #39539 (In Progress): nautilus: osd/ReplicatedBackend.cc: 1321: FAILED assert(get_parent...
https://github.com/ceph/ceph/pull/28219 Prashant D
03:30 AM Dashboard Backport #39993 (In Progress): nautilus: mgr/dashboard: inconsistent result when editing a RBD im...
Kiefer Chang
02:53 AM Revision 024ef904 (ceph): mgr/dashboard: fix backend error when updating RBD interlocked features
Now object-map and fast-diff features are interlocked. Allow
enabling/disabling these two features together without r...
Kiefer Chang
02:23 AM Revision 2474cf0e (ceph): rgw: thread yield context through writing of head obj
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
12:47 AM RADOS Bug #18643: SnapTrimmer: inconsistencies may lead to snaptrimmer hang
Do we still need to fix something here? https://github.com/ceph/ceph/pull/15635 at least sets a pg to snaptrim_error... David Zafman

05/22/2019

11:48 PM Revision ab1f0592 (ceph): osd/PG: fix last_complete re-calculation on splitting
We add hard-limit for pg_logs now, which means we might keep trimming
old log entries irrespective of pg's current mi...
xie xingguo
10:00 PM RADOS Bug #39555 (In Progress): backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
David Zafman
06:01 AM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
The pull request https://github.com/ceph/ceph/pull/28204 generates a warning with a better message.
health: HE...
David Zafman
09:16 PM rgw Backport #38369 (New): mimic: rgw: fix prefix handling in LCFilter
Nathan Cutler
09:15 PM rgw Backport #38368 (New): luminous: rgw: fix prefix handling in LCFilter
Nathan Cutler
09:14 PM Dashboard Backport #39988 (In Progress): nautilus: mgr/dashboard: Unable to see tcmu-runner perf counters
Nathan Cutler
09:05 PM rgw Backport #40007 (Resolved): nautilus: rgw: fix prefix handling in LCFilter
https://github.com/ceph/ceph/pull/28550 Nathan Cutler
09:03 PM mgr Backport #40006 (Resolved): nautilus: Several embedded Grafana dashboards are not displayed due t...
Included in https://github.com/ceph/ceph/pull/28101 Nathan Cutler
07:49 PM rbd Backport #39288: nautilus: [rbd-mirror] image replayer should periodically flush IO and commit po...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27937
merged
Yuri Weinstein
07:49 PM Revision dea32dee (ceph): Merge pull request #27937 from pdvian/wip-39288-nautilus
nautilus: [rbd-mirror] image replayer should periodically flush IO and commit positions
Reviewed-by: Jason Dillaman ...
Yuri Weinstein
06:36 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
https://github.com/ceph/ceph/pull/28058 Sebastian Wagner
04:43 PM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
All of the console logs are from a single PR: https://github.com/ceph/ceph/pull/19371
And "make check" just passed...
Nathan Cutler
09:51 AM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
Maybe this is the root cause? #39981 Nathan Cutler
08:26 AM rgw Bug #39995: rgw: make check is failing because of linker error on Ubuntu
All builds are failing:
https://jenkins.ceph.com/job/ceph-pull-requests/495/console
https://jenkins.ceph.com/job...
Sebastian Wagner
08:22 AM rgw Bug #39995 (Resolved): rgw: make check is failing because of linker error on Ubuntu
It happens only on Ubuntu, CentOS is fine:
* https://jenkins.ceph.com/job/ceph-pull-requests/359/consoleFull
* ht...
Tatjana Dehler
04:25 PM rbd Bug #38364 (Resolved): [sparsify] verify that image isn't using an EC data pool
Nathan Cutler
04:25 PM rbd Backport #39226 (Resolved): nautilus: [sparsify] verify that image isn't using an EC data pool
Nathan Cutler
04:14 PM rbd Backport #39226: nautilus: [sparsify] verify that image isn't using an EC data pool
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27903
merged
Yuri Weinstein
04:24 PM rbd Bug #24668 (Resolved): [test] qemu-iotests tests fails under latest Ubuntu kernel
Nathan Cutler
04:23 PM Dashboard Bug #39971 (Pending Backport): Several embedded Grafana dashboards are not displayed due to chang...
Lenz Grimmer
04:23 PM Revision fed86061 (ceph): Merge pull request #28169 from bk201/wip-39971
mgr/dashboard: fix some performance data are not displayed
Reviewed-by: Kanika Murarka <kmurarka@redhat.com>
Lenz Grimmer
04:23 PM rbd Backport #39541 (Resolved): nautilus: [test] qemu-iotests tests fails under latest Ubuntu kernel
Nathan Cutler
04:13 PM rbd Backport #39541: nautilus: [test] qemu-iotests tests fails under latest Ubuntu kernel
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27988
merged
Yuri Weinstein
04:16 PM rbd Backport #39590 (Resolved): nautilus: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and ...
Nathan Cutler
04:15 PM Revision dddd16e5 (ceph): Merge pull request #27989 from smithfarm/wip-39590-nautilus
nautilus: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Reviewed-by: Jason Dillaman <dillam...
Nathan Cutler
04:15 PM rbd Backport #39224: nautilus: deep cp a migration prepared image will results assert
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27882
merged
Yuri Weinstein
04:15 PM Revision b63143a8 (ceph): Merge pull request #27882 from pdvian/wip-39224-nautilus
nautlius: librbd: do not allow to deep copy migrating image
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
04:14 PM Revision bfbca1c6 (ceph): Merge pull request #27903 from pdvian/wip-39226-nautilus
nautilus: librbd: support EC data pool images sparsify
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by...
Yuri Weinstein
04:13 PM Revision db68d576 (ceph): Merge pull request #27988 from smithfarm/wip-39541-nautilus
nautilus: tests: rbd: qemu-iotests tests fail under latest Ubuntu kernel
Reviewed-by: Jason Dillaman <dillaman@redha...
Yuri Weinstein
04:11 PM rbd Backport #39315: nautilus: krbd: fix rbd map hang due to udev return subsystem unordered
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28019
merged
Yuri Weinstein
04:11 PM Revision 2483c400 (ceph): Merge pull request #28019 from pdvian/wip-39315-nautilus
nautilus: krbd: fix rbd map hang due to udev return subsystem unordered
Reviewed-by: Jason Dillaman <dillaman@redhat...
Yuri Weinstein
04:11 PM rbd Backport #39729: nautilus: [test] devstack is broken (again)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28128
merged
Yuri Weinstein
04:10 PM Revision 01bb5a52 (ceph): Merge pull request #28128 from dillaman/wip-39729-nautilus
nautilus: qa/workunits/rbd: use https protocol for devstack git operations
Reviewed-by: Mykola Golub <mgolub@miranti...
Yuri Weinstein
04:10 PM rbd Backport #39195: nautilus: Several race conditions are possible between io::ObjectRequest and io:...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28132
merged
Yuri Weinstein
04:10 PM Revision af4b34f2 (ceph): Merge pull request #28132 from dillaman/wip-39195-nautilus
nautilus: librbd: fixed several race conditions related to copyup
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
04:08 PM Backport #40005 (In Progress): mimic: do_cmake.sh: "source" not found
Nathan Cutler
04:03 PM Backport #40005 (Resolved): mimic: do_cmake.sh: "source" not found
https://github.com/ceph/ceph/pull/28217 Nathan Cutler
04:08 PM Revision a9b6baa9 (ceph): do_cmake.sh: use bash
Fixes: http://tracker.ceph.com/issues/39981
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
04:07 PM Backport #40004 (In Progress): luminous: do_cmake.sh: "source" not found
Nathan Cutler
04:03 PM Backport #40004 (Resolved): luminous: do_cmake.sh: "source" not found
https://github.com/ceph/ceph/pull/28216 Nathan Cutler
04:07 PM Revision 2368a2d7 (ceph): do_cmake.sh: use bash
Fixes: http://tracker.ceph.com/issues/39981
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
04:04 PM Backport #40003 (In Progress): nautilus: do_cmake.sh: "source" not found
Nathan Cutler
04:03 PM Backport #40003 (Resolved): nautilus: do_cmake.sh: "source" not found
https://github.com/ceph/ceph/pull/28215 Nathan Cutler
04:04 PM Revision 60cf0df3 (ceph): do_cmake.sh: use bash
Fixes: http://tracker.ceph.com/issues/39981
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
04:03 PM Bug #39981 (Pending Backport): do_cmake.sh: "source" not found
Nathan Cutler
04:02 PM Revision b829fbd4 (ceph): Merge pull request #28181 from smithfarm/wip-39981
do_cmake.sh: use bash
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Abhishek Lekshmanan <abhishek@suse....
Nathan Cutler
03:55 PM CephFS Bug #40002 (Fix Under Review): mds: not trim log under heavy load
ceph version 14.2.1
we have 3 mds under a heavy load (create 8k files per second)
we find mds log add very fast...
Yunzhi Cheng
03:46 PM rgw Bug #20696: radosgw doesn't start with civetweb handlerin Debian Stretch
https://github.com/ceph/ceph/pull/28214 addresses this (applying the patch I supplied 4 months ago). Matthew Vernon
03:46 PM CephFS Bug #40001 (Rejected): mds cache oversize after restart
ceph version 14.2.1
we have 3 mds under a heavy load (create 8k files per second)
all 3 mds are under 30G mem...
Yunzhi Cheng
02:27 PM RADOS Bug #40000 (New): osds do not bound xattrs and/or aggregate xattr data in pg log
Currently we are having our cluster in an HEALTH_ERR state with 4 PGs inactive (3 of which are "peering" and 4th is "... Vaibhav Bhembre
02:11 PM RADOS Bug #39978: Adding OSD to Luminous Cluster will crash the active mon
Indeed the issue is related to adding a new host to the crush map.
I fixed it by manually adding the host to the cru...
Henry Spanka
01:11 PM Dashboard Feature #39999 (Resolved): mgr/dashboard: Prevent brute-force/dictionary attacks against existing...
If passwords are used as an authentication feature (no SSO enabled), there must be protection against dictionary and ... Lenz Grimmer
12:52 PM CephFS Cleanup #4744 (New): mds: pass around LogSegments via std::shared_ptr
Patrick Donnelly
12:19 PM CephFS Feature #38153 (New): client: proactively release caps it is not using
Patrick Donnelly
12:05 PM CephFS Feature #358 (Rejected): mds: efficient revert to snapshot
There's no RADOS support for reverting to an older snapshot so I don't see this getting fixed in any near-future time... Patrick Donnelly
12:01 PM CephFS Feature #15066: multifs: Allow filesystems to be assigned RADOS namespace as well as pool for met...
Needs the ability to delete a RADOS namespace. See also: https://www.spinics.net/lists/ceph-devel/msg36695.html Patrick Donnelly
11:48 AM CephFS Tasks #39998 (New): client: audit ACL
Look for race conditions involved with client checks and releasing caps. Jeff wants to help with this. Patrick Donnelly
11:35 AM Dashboard Bug #39252: mgr/dashboard: RGW port autodetection does not support "Beast" RGW frontend
The documentation has been updated. Leaving this one open, as the dashboard implementation itself should be enhanced. Lenz Grimmer
11:27 AM CephFS Feature #17835 (Fix Under Review): mds: enable killpoint tests for MDS-MDS subtree export
Patrick Donnelly
10:04 AM Dashboard Bug #39996 (Fix Under Review): mgr/dashboard: Angular is creating multiple instances of the same ...
Tiago Melo
09:03 AM Dashboard Bug #39996 (Resolved): mgr/dashboard: Angular is creating multiple instances of the same service
Just notice that when we use the TaskListService a new instance of SummaryService will be created.
This will result ...
Tiago Melo
10:01 AM Dashboard Backport #39958: mimic: mgr/dashboard: Resolve TestBed performance issue
Nathan Cutler wrote:
> The second commit in this patchset touches a huge number of files and there are many, many ch...
Anonymous
09:32 AM RADOS Bug #39997 (New): not able to create osd keyring
i have set up i mon and i mgr and two osds in a single node.
when i try to create osd keyring via following command:...
pooja gupta
09:26 AM Dashboard Bug #38800: mgr/dashboard: User list does not load
The following PR's are submitted in order to fix that issue:
* mimic: qa: Fix issues in vstart runner
https://git...
Volker Theile
07:07 AM RADOS Backport #39475 (In Progress): mimic: segv in fgets() in collect_sys_info reading /proc/cpuinfo
https://github.com/ceph/ceph/pull/28206 Prashant D
07:06 AM RADOS Backport #39519 (In Progress): nautilus: snaps missing in mapper, should be: ca was r -2...repaired
https://github.com/ceph/ceph/pull/28205 Prashant D
06:50 AM RADOS Bug #24531: Mimic MONs have slow/long running ops
Joao sent this as a possible fix: https://github.com/ceph/ceph/pull/28177 Dan van der Ster
06:41 AM RADOS Bug #24531: Mimic MONs have slow/long running ops
The attached file is three mon's dump_historic_slow_ops file.
I deploy v13.2.5 ceph by rook in kunnertes cluster,I...
jun gong
06:26 AM Dashboard Backport #39993 (Resolved): nautilus: mgr/dashboard: inconsistent result when editing a RBD image...
https://github.com/ceph/ceph/pull/28218 Kiefer Chang
06:15 AM Revision 4794890c (ceph): mgr/dashboard: Update translations
Updates the Czech, German, Spanish, French, Indonesian, Polish and Chinese (simplified) translation
Adds the English,...
Sebastian Krah
02:35 AM CephFS Feature #39098: mds: lock caching for asynchronous unlink
Jeff Layton wrote:
> Zheng Yan wrote:
> >
> > Yes, this can causes inconsistency. But it's not unique to link cou...
Zheng Yan
01:12 AM rgw Bug #39992: Multisite sync corruption for large multipart obj
Re-sync on the bucket will not solve the inconsistency
radosgw-admin bucket sync init --source-zone lvs --bucket=m...
Xiaoxi Chen
12:14 AM Revision ba34fa77 (ceph): common/util: handle long lines in /proc/cpuinfo
Fixes: http://tracker.ceph.com/issues/38296
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit b02...
Sage Weil
12:13 AM Revision a16fd638 (ceph): osd: Don't evict after a flush if intersecting scrub range
Fixes: http://tracker.ceph.com/issues/38840
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman

05/21/2019

10:41 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
I know that, but the issue doesn't occur with those osds. The issue occurs with the ssds (checked with `ceph pg ls ba... Rene Diepstraten
10:36 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
Rene, you have what looks more like an expected situation. With some OSDs showing as high as 72% utilization, a big ... David Zafman
09:36 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
Here I can reproduce the issue with the ssd class.
We're in the process of reinstalling/redeploying (one host with a...
Rene Diepstraten
09:21 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
Seeing a "ceph osd df" like Alex provided is helpful in determining what is going on. Looking at it repeatedly while... David Zafman
05:06 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)

Erik:
New code that estimates and reserves final backfill space requirement is not present in v13.2.5. It isn't ...
David Zafman
09:05 PM RADOS Backport #39699 (In Progress): nautilus: OSD down on snaptrim.
David Zafman
06:53 PM rbd Bug #39703 (Resolved): 'qemu-img' seg faults on rbd_close under CentOS 7.5
Mykola Golub
06:52 PM Revision 651dac48 (ceph): Merge pull request #28093 from dillaman/wip-39703
librbd: use custom allocator for aligned boost::lockfree::queue
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-b...
Mykola Golub
05:59 PM Revision bee30f4a (ceph): osd: Don't include user changeable flag in snaptrim related assert
Caused by: a53ba7314c53e75d1e0b8a0edd29181db3c93863
Fixes: http://tracker.ceph.com/issues/38124
Signed-off-by: Davi...
David Zafman
05:57 PM RADOS Backport #39698 (In Progress): mimic: OSD down on snaptrim.
David Zafman
05:54 PM Revision 01a2aed3 (ceph): osd: Don't include user changeable flag in snaptrim related assert
Caused by: a53ba7314c53e75d1e0b8a0edd29181db3c93863
Fixes: http://tracker.ceph.com/issues/38124
Signed-off-by: Davi...
David Zafman
05:51 PM RADOS Backport #38341 (In Progress): mimic: pg stuck in backfill_wait with plenty of disk space
David Zafman
05:48 PM Revision deb2ebb9 (ceph): osd: Fix the problem by rechecking backfill status each time
a RemoteReservationRevoked message is received, so we can
restart the backfill process in a more safe and less-likely...
xie xingguo
05:48 PM Revision ddd8347b (ceph): Revert "osd: Handle getting RecoveryDone while in RepWaitBackfillReserved"
This reverts commit 83c2521a5316c922875746a40b95100b62865e67.
This original fix handled the race by accepting the Re...
David Zafman
04:36 PM rgw Bug #39991: rgw: Cannot link a bucket to a user that is owned by a tenanted user
Deleting a bucket that is owned by a tenanted user is also not possible. Volker Theile
03:09 PM rgw Bug #39991 (Fix Under Review): rgw: Cannot link a bucket to a user that is owned by a tenanted user
It is possible to create a RGW bucket via Admin OPS API that is owned by a tenanted user, but it is not possible to l... Volker Theile
04:35 PM Bug #39965: mimic: Failed to build from lastest GIT version
Issue can be closed. Volker Theile
04:30 PM rbd Bug #39977 (Fix Under Review): wrong format for rbd_mirror prometheus metrics
Mykola Golub
03:22 PM rgw Bug #39992 (Resolved): Multisite sync corruption for large multipart obj
we have a two-zone multi-site setup, zone lvs and zone slc respectively. It works fine in general however we got rep... Xiaoxi Chen
02:20 PM CephFS Feature #39982 (Duplicate): cephfs client periodically report cache utilisation to MDS server
Yup, this is something we're working on for Octopus. Thanks Stefan! Patrick Donnelly
02:20 PM RADOS Bug #24531: Mimic MONs have slow/long running ops
same problem with Dan van der Ster,on a v13.2.5 cluster five hours ago.
I restart osd.0 when monitor logs show oldes...
jun gong
01:53 PM Revision c5e74c9f (ceph): Added validation of zabbix_host to support hostnames, IPv4 and IPv6.
Changed exception logging.
Doc typo fixed.
Signed-off-by: slivik <jakub.sliva@gmail.com>
Jakub Sliva
01:08 PM Revision 36b59c8d (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
01:06 PM Revision 7b80537c (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
01:05 PM Revision 7867c700 (ceph): mgr/dashboard: Set changeDetection to Push on Table Component
This will limit the number of times angular checks for changes to only once
when a new data object is pushed to the t...
Tiago Melo
01:05 PM Revision 2e3a402e (ceph): mgr/dashboard: Reduce number of triggers when search not empty
Fixes: http://tracker.ceph.com/issues/39944
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
01:04 PM Revision 17e541a6 (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
12:18 PM CephFS Bug #39947 (In Progress): cephfs-shell: add CI testing with flake8
Varsha Rao
12:14 PM rgw Bug #39984 (Fix Under Review): rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
Casey Bodley
06:30 AM rgw Bug #39984: rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
https://github.com/ceph/ceph/pull/28188 Tianshan Qu
06:26 AM rgw Bug #39984 (Resolved): rgw: bucket may redundantly list keys after BI_PREFIX_CHAR
get_obj_vals in cls_rgw.cc, the second list use start_key=BI_PREFIX_CHAR+1, but some keys may have return in first list. Tianshan Qu
12:01 PM Dashboard Bug #39933 (Pending Backport): mgr/dashboard: inconsistent result when editing a RBD image's feat...
Lenz Grimmer
09:04 AM Dashboard Bug #39933 (Fix Under Review): mgr/dashboard: inconsistent result when editing a RBD image's feat...
Laura Paduano
12:00 PM Revision 9577d6b0 (ceph): Merge pull request #28147 from bk201/wip-39933
mgr/dashboard: fix backend error when updating RBD interlocked features
Reviewed-by: Laura Paduano <lpaduano@suse.co...
Lenz Grimmer
12:00 PM rgw Bug #37879 (Pending Backport): rgw: fix prefix handling in LCFilter
Matt Benjamin
11:39 AM Dashboard Bug #39963 (Fix Under Review): mgr/dashboard: NFS clients information is not displayed in the det...
Tiago Melo
08:46 AM Dashboard Bug #39963 (In Progress): mgr/dashboard: NFS clients information is not displayed in the details ...
Tiago Melo
11:37 AM Revision 56f0ffcd (ceph): mgr/dashboard: Add clients tab to NFS details
Fixes: https://tracker.ceph.com/issues/39963
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
11:15 AM Revision 43b5264c (ceph): rgw: fix list bucket with start maker and delimiter '/' will miss next ...
'/' + 1 = '0', and the start marker will be skipped, so it will miss the
'0' object.
Fixes: http://tracker.ceph.com/...
Tianshan Qu
11:06 AM Dashboard Bug #39990 (Resolved): mgr/dashboard: test failure when running the backend-api-tests-script loca...
... Laura Paduano
11:01 AM rgw Bug #39989: rgw: list bucket with start marker and delimiter will miss next object with char '0'
https://github.com/ceph/ceph/pull/28192 Tianshan Qu
10:49 AM rgw Bug #39989 (Resolved): rgw: list bucket with start marker and delimiter will miss next object wit...
objects
abc/0
abc0
abc1
list with delim=/ marker=abc/0, will get abc1 only
Tianshan Qu
10:38 AM Revision 9589923a (ceph): mgr/dashboard: Fix tcmu-runner perf counters page
Fixes: https://tracker.ceph.com/issues/39954
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
10:32 AM Dashboard Backport #39988 (Resolved): nautilus: mgr/dashboard: Unable to see tcmu-runner perf counters
https://github.com/ceph/ceph/pull/28191 Ricardo Marques
10:19 AM rbd Bug #39968 (In Progress): [journal] add support for aligned appends
Mykola Golub
10:11 AM Revision df79944a (ceph): mds: cleanup unneeded client_snap_caps when splitting snap inode
Fixes: http://tracker.ceph.com/issues/39987
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
10:04 AM Dashboard Bug #39648 (In Progress): mgr/dashboard: tasks.mgr.dashboard.test_rbd.RbdTest.test_clone fails in...
Patrick Seidensal
10:04 AM Dashboard Tasks #38093: mgr/dashboard: Write E2E test to verify a pool has been created/deleted
Patrick Seidensal
09:58 AM CephFS Bug #39987 (Resolved): mds: MDCache::cow_inode does not cleanup unneeded client_snap_caps

An user reported a bug that mds couldn't finish freezing dirfrag. Cache dump includes following entries....
Zheng Yan
09:28 AM Dashboard Bug #39954 (Pending Backport): mgr/dashboard: Unable to see tcmu-runner perf counters
Lenz Grimmer
09:28 AM Revision 4c3095be (ceph): mgr/dashboard: Fix tcmu-runner perf counters page (#28154)
mgr/dashboard: Fix tcmu-runner perf counters page
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
08:11 AM Revision 1dc43a03 (ceph): Merge pull request #27752 from liewegas/wip-devices-doc-nautilus
nautilus: doc/rados/operations/devices: document device prediction
Reviewed-by: Sébastien Han <seb@redhat.com>
Nathan Cutler
08:02 AM rgw Bug #39986 (Duplicate): unittest_rgw_amqp failing transiently in nautilus PRs
I have seen this same test fail multiple times within the past week, always in nautilus PRs. Here is the log excerpt ... Nathan Cutler
07:38 AM Revision 889f03b9 (ceph): Merge pull request #26518 from linuxbox2/wip-rgw-lc-prefix-2
rgw: lifecycle: alternate solution to prefix_map conflict Matt Benjamin
07:16 AM Revision 708ba6dc (ceph): rgw/multisite:RGWListBucketIndexesCR for data full sync pagination
RGWListBucketIndexesCR uses the 'marker' from remote zone's RGWOp_Metadata_List
admin api to list all keys for data s...
Shilpa MJ
07:08 AM rgw Bug #39985 (Triaged): lifecycle: add object tags to bucket index
If object tags are stored in the bucket index, lifecycle processing won't need to read each head object when processi... Casey Bodley
07:01 AM Revision 8f10b262 (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
07:01 AM Revision c8ae682b (ceph): rgw: lifecycle: fix RGWLifecycleConfiguration::valid()
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
06:59 AM Revision b05a9e11 (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
06:29 AM Revision dc3ffe99 (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>
Tianshan Qu
04:29 AM Dashboard Bug #39971: Several embedded Grafana dashboards are not displayed due to changed uids
As Lenz mentioned in standup, one approach to prevent this mismatch is to add e2e tests for these pages. (This requir... Kiefer Chang
03:03 AM RADOS Backport #39516 (In Progress): nautilus: osd-backfill-space.sh test failed in TEST_backfill_multi...
https://github.com/ceph/ceph/pull/28187 Prashant D
03:02 AM CephFS Backport #39472 (In Progress): mimic: mds: fail to resolve snapshot name contains '_'
https://github.com/ceph/ceph/pull/28186 Prashant D
01:15 AM Revision fcbe09da (ceph): rgw: fix rgw crash and set correct error code
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com> joke lee
01:05 AM Revision 974b203f (ceph): mds: fix SnapRealm::resolve_snapname for long name
Fixes: https://tracker.ceph.com/issues/38832
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit...
Yan, Zheng
01:02 AM Revision 63311aa8 (ceph): test: Remove redundant mon-seesaw.yaml file
mon.yaml runs all scripts in the qa/standalone/mon dir
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry pick...
David Zafman
01:02 AM Revision 47c9e1ee (ceph): test: osd-backfill-spsace.sh doesn't matter which PG wins the race
Fixes: http://tracker.ceph.com/issues/39333
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman

05/20/2019

11:47 PM RADOS Backport #39719 (In Progress): luminous: short pg log+nautilus-p2p-stress-split: "Error: finished...
David Zafman
11:36 PM Revision c5638363 (ceph): qa/tests: cleaned up supported distro
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:38 PM Revision bfb50f37 (ceph): qa/tests: cleaned up supported distro
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
06:11 PM Dashboard Feature #39983 (New): Annotation support in dashboard (grafana)
As discussed with Ricardo Dias @cephalocon 2019 a request for "annotations" in grafana [1]. It should be configurable... Stefan Kooman
06:07 PM rbd Bug #39977 (In Progress): wrong format for rbd_mirror prometheus metrics
Mykola Golub
10:12 AM rbd Bug #39977 (Resolved): wrong format for rbd_mirror prometheus metrics
When rbd_mirror is in use then all rbd_mirror metrics are incorrect. The output is in the format
ceph_rbd_mirror_POO...
Bernhard Fischer
05:54 PM CephFS Feature #39982 (Duplicate): cephfs client periodically report cache utilisation to MDS server
After seen Gregory's talk "What are "caps"? (And Why Won't my Client Drop Them?) he explained that the MDS servers ne... Stefan Kooman
04:10 PM bluestore Feature #38816: Deferred writes do not work for random writes
Sage Weil wrote:
> Vitaliy Filippov wrote:
> > 1) Bluestore doesn't honor the max_deferred_txc parameter. It starts...
Vitaliy Filippov
03:20 PM bluestore Feature #38816 (In Progress): Deferred writes do not work for random writes
Nathan Cutler
03:08 PM Bug #39981 (Fix Under Review): do_cmake.sh: "source" not found
Nathan Cutler
03:00 PM Bug #39981 (Resolved): do_cmake.sh: "source" not found
This is reproducing right now, in nautilus PRs at least.... Nathan Cutler
03:01 PM Revision ac8d7c5f (ceph): do_cmake.sh: use bash
Fixes: http://tracker.ceph.com/issues/39981
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
02:21 PM rbd Bug #39980 (Fix Under Review): error from replay does not stored in rbd-mirror status
Mykola Golub
02:14 PM rbd Bug #39980 (Resolved): error from replay does not stored in rbd-mirror status
When a remote journal replay completes with an error, `ImageReplayer::handle_replay_complete` properly updates the st... Mykola Golub
02:15 PM Revision c06ebf0c (ceph): rbd-mirror: don't overwrite status error returned by replay
Fixes: https://tracker.ceph.com/issues/39980
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
01:38 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
Just to chime in: We too have seen this (on 13.2.5) on OSDs that are only 10-20% full.
It always (magically) clear...
Erik Lindahl
01:32 PM Dashboard Backport #39658 (In Progress): nautilus: mgr/dashboard: Avoid merge conflicts in messages.xlf by ...
Tiago Melo
12:32 PM Orchestrator Documentation #39137 (Resolved): doc/mgr/orchestrator_cli: Rook orch supports mon update
Nathan Cutler
12:32 PM mgr Backport #39169 (Resolved): nautilus: doc/mgr/orchestrator_cli: Rook orch supports mon update
Nathan Cutler
12:31 PM Revision f0f79a77 (ceph): Merge pull request #27488 from sebastian-philipp/wip-39169-nautilus
nautilus: doc/mgr/orchestrator_cli: Rook orch supports mon update
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
12:18 PM Revision 75ec26d7 (ceph): mon: ensure prepare_failure() marks no_reply on op
Signed-off-by: Joao Eduardo Luis <joao@suse.com> Joao Eduardo Luis
12:01 PM Dashboard Backport #39604: mgr/dashboard: Allow the decrease of pg's of an existing pool
Waiting for #39482 to be backported to Nautilus Lenz Grimmer
11:49 AM Dashboard Backport #39961 (In Progress): nautilus: mgr/dashboard: Unify the look of dashboard charts
Tiago Melo
11:43 AM Revision 78a67c18 (ceph): mgr/dashboard: Unify the look of dashboard charts
Fixes: http://tracker.ceph.com/issues/39384
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit bc...
Tiago Melo
11:37 AM mgr Bug #39979: ceph device check-health: Error EIO: Module 'devicehealth' has experienced an error a...
maybe related: https://bugs.python.org/issue7980 Tobias Fischer
11:30 AM mgr Bug #39979: ceph device check-health: Error EIO: Module 'devicehealth' has experienced an error a...
using "local" mode Tobias Fischer
11:28 AM mgr Bug #39979 (New): ceph device check-health: Error EIO: Module 'devicehealth' has experienced an e...
when I try to run "ceph device check-health" i get following error:
Error EIO: Module 'devicehealth' has experienc...
Tobias Fischer
11:34 AM Dashboard Bug #39964 (Fix Under Review): mgr/dashboard: RGW user "max. size" should be hidden when "user qu...
Volker Theile
10:57 AM Dashboard Bug #39628 (Resolved): mgr/dashboard: openssl exception when verifying certificates of HTTPS requ...
Lenz Grimmer
10:57 AM Dashboard Backport #39962 (Resolved): nautilus: mgr/dashboard: openssl exception when verifying certificate...
Lenz Grimmer
10:56 AM Revision 44ae7881 (ceph): Merge pull request #28163 from smithfarm/wip-39962-nautilus
nautilus: mgr/dashboard: openssl exception when verifying certificates of HTTPS requests
Reviewed-by: Kefu Chai <kch...
Lenz Grimmer
10:38 AM RADOS Bug #39978 (Duplicate): Adding OSD to Luminous Cluster will crash the active mon
I recently upgraded my cluster to Luminous v12.2.11. While adding a new OSD the active monitor crashes (attempt to fr... Henry Spanka
10:29 AM Revision 3836e134 (ceph): monitoring/grafana: fix typo in README
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 287e209351c107657d3895fc5bf08ad6ce97b7ca)
Jan Fajerski
10:29 AM Revision 06d921b8 (ceph): monitoring: add a few prometheus alerts
Alerts are from
https://github.com/SUSE/DeepSea/blob/SES5/srv/salt/ceph/monitoring/prometheus/files/ses_default_alert...
Jan Fajerski
10:29 AM Revision 1eb4015c (ceph): ceph.spec.in: package prometheus default alerts for SUSE
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit c3ead45d1bcce16fb3f9439a66828e6004154504)
Jan Fajerski
10:25 AM Revision 1ee1bbb5 (ceph): Merge pull request #27996 from jan--f/package-prometheus-alerts-suse
ceph.spec.in: package prometheus default alerts for SUSE
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
09:47 AM Bug #39976 (Closed): /opt/ceph-container/bin/osd_disk_prepare.sh: line 46: ceph-disk: command not...
Hi,
I have built the latest version of Nautilus container:
git clone https://github.com/ceph/ceph-container.gi...
Oscar Segarra
09:39 AM Dashboard Bug #39971 (Fix Under Review): Several embedded Grafana dashboards are not displayed due to chang...
Nathan Cutler
06:59 AM Dashboard Bug #39971 (In Progress): Several embedded Grafana dashboards are not displayed due to changed uids
WIP. Also thinking if it's possible to add some checks in CI for future changes. Kiefer Chang
06:46 AM Dashboard Bug #39971 (Resolved): Several embedded Grafana dashboards are not displayed due to changed uids
Some embedded Grafana dashboards's uids were changed recently:
PR: https://github.com/ceph/ceph/pull/28043
Tracke...
Kiefer Chang
09:33 AM Dashboard Backport #39975 (Resolved): nautilus: mgr/dashboard: NFS export creation: Add more info to the va...
https://github.com/ceph/ceph/pull/28320 Nathan Cutler
09:30 AM Revision 79d62dd8 (ceph): test_volume_client: simplify test_get_authorized_ids()
Signed-off-by: Rishabh Dave <ridave@redhat.com> Rishabh Dave
09:24 AM Bug #39974 (Resolved): Ceph RPM build fails on openSUSE Tumbleweed with GCC 9
Fails here:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:N/ceph/standard/x86_64
due...
Nathan Cutler
09:23 AM Dashboard Bug #38378: SSL handshake: 500 internal error to access dashboard
Easily to be reproduced with the below method:
1. Git head:
6fe8d8223e32e236c861651dc6
2. cd build
3. OSD...
Changcheng Liu
09:16 AM Revision acf90c55 (ceph): mgr/dashboard: fix some performance data are not displayed
Several Grafana dashboards were updated and their uids are changed.
Update corresponding uids in angular templates. A...
Kiefer Chang
07:34 AM RADOS Bug #39972 (Fix Under Review): librados 'buffer::create' and related functions are not exported i...
Jason Dillaman
06:51 AM RADOS Bug #39972 (Resolved): librados 'buffer::create' and related functions are not exported in C++ API
Currently, there is no way to create any 'buffer::raw' objects since they are no longer exposed (since Nautilus) via ... Jason Dillaman
07:08 AM rbd Bug #39973 (Resolved): "profile rbd" OSD cap should add "class rbd metadata_list" cap by default.
Clients restricted to a namespace cannot currently open an image since it requires permission to read the pool metadata. Jason Dillaman
07:01 AM CephFS Feature #39969 (Fix Under Review): mgr / volume: refactor volume module
Venky Shankar
03:02 AM CephFS Feature #39969 (In Progress): mgr / volume: refactor volume module
Venky Shankar
03:02 AM CephFS Feature #39969 (Resolved): mgr / volume: refactor volume module
Now, with the addition of submodule commands (interfaces), volume commands live in the main module source while submo... Venky Shankar
03:23 AM rgw Bug #39970 (Need More Info): radosgw-admin reshard process reports invalid argument
when i make a reshard job manually... liuerfire wang
03:21 AM mgr Backport #39458 (In Progress): mimic: mgr/prometheus: replace whitespaces in metric names
https://github.com/ceph/ceph/pull/28165 Prashant D
02:45 AM RADOS Backport #39514 (In Progress): nautilus: osd: segv in _preboot -> heartbeat
https://github.com/ceph/ceph/pull/28164 Prashant D

05/19/2019

11:27 PM Revision e13e622a (ceph): mgr/prometheus: replace whitespaces in metrics' names
Fixes: https://tracker.ceph.com/issues/39434
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked fr...
Alfonso Martínez
10:54 PM Revision 205614f8 (ceph): osd: take heartbeat_lock when calling heartbeat()
Fixes: http://tracker.ceph.com/issues/39439
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 786...
Sage Weil
09:44 PM Revision 7eeb9263 (ceph): Merge pull request #28094 from tchaikov/wip-install-deps-gcc-8
install-deps.sh: use gcc-8 on xenial and trusty
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Neha Ojha <noj...
Kefu Chai
09:41 PM Revision 33bad86f (ceph): Merge pull request #28079 from tchaikov/wip-crimson-rados-cleanup
crimson: support pgnls and delete op
Reviewed-off-by: Samuel Just <sjust@redhat.com>
Kefu Chai
10:07 AM rbd Bug #39968 (Resolved): [journal] add support for aligned appends
Journal entries are normally appended to the the end of the journal object. Unaligned appends can result in between 2... Jason Dillaman
08:39 AM CephFS Bug #39951 (Fix Under Review): mount: key parsing fail when doing a remount
Patrick Donnelly
08:30 AM Linux kernel client Feature #39967 (Resolved): kclient: recover from a killed session (w/ blacklist)
One option for a more robust solution is to create a new configuration option that allows the client to acquire a new... Patrick Donnelly
08:24 AM CephFS Feature #20 (Fix Under Review): client: recover from a killed session (w/ blacklist)
Patrick Donnelly
 

Also available in: Atom