Project

General

Profile

Activity

From 11/17/2020 to 12/16/2020

12/16/2020

11:54 PM Revision 4294fcf0 (ceph): Merge pull request #38608 from tchaikov/wip-crimson-build
rpm,deb: conditionally package crimson-store-nbd in ceph-test
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
11:52 PM Revision f80a4520 (ceph): Merge pull request #38578 from cyx1231st/wip-seastar-onode-tree-fix-sta...
crimson/onode-staged-tree: fix match_stage_t related compile issue
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>...
Kefu Chai
11:15 PM Dashboard Bug #48636 (Can't reproduce): mgr/dashboard: ERROR: test_lockout_user (tasks.mgr.dashboard.test_a...
h3. Description of problem... Neha Ojha
11:07 PM Revision e6738d29 (ceph): mon/ConfigMonitor.cc: don't dump all keys and values in config map
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit a68b4597785f92a0cb98440030be61f8004e3151)
Neha Ojha
11:07 PM Revision 18822c37 (ceph): mgr: don't add config values to mgr log in config_callback and module_c...
The original code has been commented out and left for future debugging
purposes.
Signed-off-by: Neha Ojha <nojha@red...
Neha Ojha
11:07 PM Revision 97dbfd22 (ceph): mon/ConfigMonitor.cc: don't log config values in refresh_config
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 77932ae49bffd03f905f1039ae4add303738eec6)
Neha Ojha
11:07 PM Revision d75085a4 (ceph): mgr/ActivePyModules.cc: don't log config value in get_typed_config
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit f4b3d6b7692332c329b567d91460b8ada96741e2)
Neha Ojha
11:07 PM Revision 4a454bbd (ceph): mon: don't log "config set" and "config-key set" dispatch and finished ...
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 4b83dfb1f74e8a59c802ff3c0eb4595f7e763762)
Con...
Neha Ojha
10:49 PM Revision eb80511e (ceph): messages/MMonCommand, MMonCommandAck: don't log values for "config set"...
This acts like a big hammer to avoid adding sensitive information, like passwords
into mon/mgr/cluster logs when usin...
Neha Ojha
10:19 PM CephFS Backport #48634 (In Progress): nautilus: qa: tox failures
Patrick Donnelly
10:15 PM CephFS Backport #48634 (Resolved): nautilus: qa: tox failures
https://github.com/ceph/ceph/pull/38627 Backport Bot
10:18 PM Revision d417093e (ceph): qa: fix tox failures
Fixes: c6121e48ecb7224e5addf4b5fdeb64907a8d8683
Fixes: https://tracker.ceph.com/issues/48633
Signed-off-by: Patrick D...
Patrick Donnelly
10:18 PM CephFS Backport #48635 (In Progress): octopus: qa: tox failures
Patrick Donnelly
10:15 PM CephFS Backport #48635 (Resolved): octopus: qa: tox failures
https://github.com/ceph/ceph/pull/38626 Backport Bot
10:17 PM Revision 96b78c79 (ceph): qa: fix tox failures
Fixes: c6121e48ecb7224e5addf4b5fdeb64907a8d8683
Fixes: https://tracker.ceph.com/issues/48633
Signed-off-by: Patrick D...
Patrick Donnelly
10:14 PM CephFS Bug #48633 (Pending Backport): qa: tox failures
Neha Ojha
08:44 PM CephFS Bug #48633 (Fix Under Review): qa: tox failures
Patrick Donnelly
08:43 PM CephFS Bug #48633 (Resolved): qa: tox failures
... Patrick Donnelly
10:11 PM Revision 37792040 (ceph): Merge pull request #38625 from batrick/tox-fix
qa: fix tox failures
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Neha Ojha
09:56 PM Linux kernel client Bug #48618 (Fix Under Review): failed to decode message of type 24 v4: End of buffer
The fix has been committed to testing. Patrick, feel free to reschedule! Ilya Dryomov
08:01 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
ceph-client/master is frozen and I'd rather not rebase it. Ilya Dryomov
07:56 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
What's the rationale for not just fixing the patch so there's no regression? That seems unnecessarily painful. Jeff Layton
07:41 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
No, for now the plan is to merge it as a separate fix. This isn't that easy to trigger, so I doubt anyone would ever... Ilya Dryomov
06:47 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
Here's what I'm thinking. I'd like to move the timestamp encoding into the helper as well. The rest we can't really d... Jeff Layton
06:02 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
I've already done encode_gid_list() helper. Ilya Dryomov
05:28 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
Well spotted! I should probably break all of that encoding out into a separate helper. I'll spin something up. Thanks! Jeff Layton
05:03 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
Probably need to factor out gid_list encoding into a small helper... Ilya Dryomov
05:02 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
I think I see the bug. It didn't reproduce for me yet, but I'm pretty sure that is it. Patch attached, I'll send it... Ilya Dryomov
04:40 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
I was able to reproduce this by failing the MDS over to the standby (thanks, Patrick for the suggestion), and I turne... Jeff Layton
02:30 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
Yeah, that probably is the culprit. I saw some of those when I was initially working on that patch, but once I got th... Jeff Layton
01:05 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
Type 24 is MClientRequest.
My first thought was that it had something to do msgr2 patches turning on SERVER_NAUTIL...
Ilya Dryomov
12:01 PM Linux kernel client Bug #48618: failed to decode message of type 24 v4: End of buffer
Just recently, I saw some of those errors when I was working on the patches to update the ceph_mds_request_head struc... Jeff Layton
03:29 AM Linux kernel client Bug #48618 (Resolved): failed to decode message of type 24 v4: End of buffer
/ceph/teuthology-archive/pdonnell-2020-12-14_23:22:08-fs-wip-pdonnell-testing-20201214.211711-distro-basic-smithi/570... Patrick Donnelly
09:25 PM Dashboard Feature #40914 (Resolved): mgr/dashboard: REST API: security
Avan Thakkar
09:06 PM Linux kernel client Bug #48617: task fsstress:62206 blocked for more than 120 seconds.
Ok. Why are all of the peers closing the sockets? Is this some sort of stress test?... Jeff Layton
08:53 PM Linux kernel client Bug #48617: task fsstress:62206 blocked for more than 120 seconds.
Jeff Layton wrote:
> This may be a duplicate of #48618. If there are connectivity problems when you go to sync, then...
Patrick Donnelly
12:15 PM Linux kernel client Bug #48617: task fsstress:62206 blocked for more than 120 seconds.
This may be a duplicate of #48618. If there are connectivity problems when you go to sync, then stalls like this are ... Jeff Layton
11:49 AM Linux kernel client Bug #48617: task fsstress:62206 blocked for more than 120 seconds.
All of the stack traces are stuck doing a sync().
A lot of connectivity problems in this log, before during and af...
Jeff Layton
03:25 AM Linux kernel client Bug #48617 (Resolved): task fsstress:62206 blocked for more than 120 seconds.
See: /ceph/teuthology-archive/pdonnell-2020-12-14_23:22:08-fs-wip-pdonnell-testing-20201214.211711-distro-basic-smith... Patrick Donnelly
08:43 PM Revision 123de8cd (ceph): qa: fix tox failures
Fixes: c6121e48ecb7224e5addf4b5fdeb64907a8d8683
Fixes: https://tracker.ceph.com/issues/48633
Signed-off-by: Patrick D...
Patrick Donnelly
08:11 PM mgr Backport #48266 (Need More Info): octopus: mgr becomes unresponsive when the progress bar is shown
non-trivial backport
some notes are available in the first attempted backport [1], which was closed
[1] https:/...
Nathan Cutler
07:44 PM Linux kernel client Bug #47723 (Resolved): corrupted ceph_msg_connect message
In 4.4.242, 4.9.242, 4.14.204, 4.19.155, 5.4.75 and 5.9.5.
Ilya Dryomov
07:12 PM Dashboard Bug #48362 (Resolved): mgr/dashboard: SSO not working after REST API versioning
Ernesto Puerta
06:47 PM Documentation #48301 (Resolved): Change option name references to the underscore versions
I would respectfully suggest to *not* backport this one. Nathan Cutler
04:29 PM Documentation #48301: Change option name references to the underscore versions
Fixed by https://github.com/ceph/ceph/pull/38580 Anthony D'Atri
06:44 PM Revision 4d46497f (ceph): crimson/osd: drop arg packs from blocking_future.
This feature is not necessary as the `seastar::feature` lost
the support for `T...`.
Signed-off-by: Radoslaw Zarzyns...
Radoslaw Zarzynski
06:35 PM rgw Backport #48426 (In Progress): nautilus: Put policy should return 204 instead of 200
Nathan Cutler
06:34 PM Revision befc6739 (ceph): rgw: S3 Put Bucket Policy should return 204 on success
Currently RGW returns a 200 on a successful PUT on a bucket policy but
the S3 api extects a 204, which makes sense as...
Matthew Oliver
06:34 PM rgw Backport #48423 (Need More Info): nautilus: Able to circumvent S3 Object Lock using deleteobjects...
complicated backport Nathan Cutler
06:31 PM Revision 332f32dc (ceph): doc/releases/octopus.rst: add release notes for 15.2.8
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
05:39 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
here ya go, fsck crashes in @BlueStore::_fsck_check_extents@ with @ceph_assert(pos < bs.size())@, so fsck also seeks ... Jonas Jelten
05:21 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Jonas Jelten wrote:
> here's the two dumps. first i launched the the osd itself and it crashed. then the bluestore f...
Igor Fedotov
05:39 PM Backport #48615 (In Progress): octopus: Audit log: mgr module passwords set on CLI written as pla...
Nathan Cutler
05:35 PM Revision 762032d6 (ceph): 14.2.16
Jenkins Build Slave User
05:33 PM Revision e4b61aa7 (ceph): doc/releases/nautilus.rst: add release notes for 14.2.16
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
05:29 PM Revision bdf3eebc (ceph): 15.2.8
Jenkins Build Slave User
05:16 PM Revision 355c855b (ceph): Merge pull request #38548 from rhcs-dashboard/wip-48570-master
github: add action to manage needs-rebase label
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Lau...
Ernesto Puerta
04:24 PM Revision 956ceb85 (ceph): Merge branch 'CVE-2020-27781-luminous' into HEAD
* CVE-2020-27781-luminous:
tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
pybind/ceph_volum...
Patrick Donnelly
04:22 PM Revision 7e3e4e73 (ceph): Merge branch 'CVE-2020-27781-nautilus' into nautilus
* CVE-2020-27781-nautilus:
tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
pybind/ceph_volum...
Patrick Donnelly
04:21 PM Revision 1b8a634f (ceph): Merge branch 'CVE-2020-27781-octopus' into octopus
* CVE-2020-27781-octopus:
tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
pybind/ceph_volume...
Patrick Donnelly
04:19 PM Revision c6121e48 (ceph): Merge branch 'CVE-2020-27781' into master
* CVE-2020-27781:
tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
pybind/ceph_volume_client:...
Patrick Donnelly
04:18 PM rgw Bug #48632 (Resolved): S3 error: 404 (NoSuchBucket) due to distribute cache is not being invoked
Reproducer:
aws s3 cp s3://hello/hosts abc --endpoint-url http://<rgw1>
aws s3 mb s3://hello --endpoint-url http:...
Or Friedmann
04:05 PM bluestore Backport #48478 (In Progress): octopus: bluefs _allocate failed to allocate bdev 1 and 2,cause ce...
Igor Fedotov
04:05 PM bluestore Backport #48478: octopus: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
https://github.com/ceph/ceph/pull/38474 Igor Fedotov
04:04 PM bluestore Backport #48479 (In Progress): nautilus: bluefs _allocate failed to allocate bdev 1 and 2,cause c...
https://github.com/ceph/ceph/pull/38475 Igor Fedotov
04:02 PM ceph-volume Bug #48631 (Fix Under Review): drive-group subcommand potentially passes root disk to batch
Nathan Cutler
02:55 PM ceph-volume Bug #48631 (Resolved): drive-group subcommand potentially passes root disk to batch
# ceph-volume drive-group --spec '{"data_devices":{"all":true},"placement":{"host_pattern":"*"},"service_id":"default... Jan Fajerski
04:00 PM Revision 7e45e290 (ceph): pybind/ceph_volume_client: Fix PEP-8 SyntaxWarning
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
(cherry picked from commit 3ce9a89a5a1a2d7fa3d57c597b781a6aece7cbb5)
Dzung Dang Minh
04:00 PM Revision 1de5caf2 (ceph): pybind/ceph_volume_client: Disallow authorize auth_id
This patch disallow the ceph_volume_client to authorize the auth_id
which is not created by ceph_volume_client. Those...
Ramana Raja
04:00 PM Revision eb2fa693 (ceph): pybind/ceph_volume_client: Preserve existing caps while authorize/deaut...
Authorize/Deauthorize used to overwrite the caps of auth-id which would
end up deleting existing caps. This patch fix...
Kotresh Hiremath Ravishankar
04:00 PM Revision ae188901 (ceph): pybind/ceph_volume_client: Optionally authorize existing auth-ids
Optionally allow authorizing auth-ids not created by ceph_volume_client
via the option 'allow_existing_id'. This can ...
Kotresh Hiremath Ravishankar
04:00 PM Revision a036cf3c (ceph): tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
1. Add testcase for authorizing auth_id which is not added by
ceph_volume_client
2. Add testcase to test 'allow_ex...
Kotresh Hiremath Ravishankar
03:59 PM Revision 5dbc6bf0 (ceph): pybind/ceph_volume_client: Fix PEP-8 SyntaxWarning
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
(cherry picked from commit 3ce9a89a5a1a2d7fa3d57c597b781a6aece7cbb5)
Dzung Dang Minh
03:59 PM Revision ab18393d (ceph): pybind/ceph_volume_client: Disallow authorize auth_id
This patch disallow the ceph_volume_client to authorize the auth_id
which is not created by ceph_volume_client. Those...
Ramana Raja
03:59 PM Revision 621fea6f (ceph): pybind/ceph_volume_client: Preserve existing caps while authorize/deaut...
Authorize/Deauthorize used to overwrite the caps of auth-id which would
end up deleting existing caps. This patch fix...
Kotresh Hiremath Ravishankar
03:59 PM Revision 6410f3dd (ceph): pybind/ceph_volume_client: Optionally authorize existing auth-ids
Optionally allow authorizing auth-ids not created by ceph_volume_client
via the option 'allow_existing_id'. This can ...
Kotresh Hiremath Ravishankar
03:59 PM Revision a18b92d3 (ceph): tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
1. Add testcase for authorizing auth_id which is not added by
ceph_volume_client
2. Add testcase to test 'allow_ex...
Kotresh Hiremath Ravishankar
03:58 PM Backport #48614 (In Progress): nautilus: Audit log: mgr module passwords set on CLI written as pl...
Neha Ojha
03:57 PM Revision effb5942 (ceph): tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
1. Add testcase for authorizing auth_id which is not added by
ceph_volume_client
2. Add testcase to test 'allow_ex...
Kotresh Hiremath Ravishankar
03:57 PM Revision 04c41845 (ceph): pybind/ceph_volume_client: Preserve existing caps while authorize/deaut...
Authorize/Deauthorize used to overwrite the caps of auth-id which would
end up deleting existing caps. This patch fix...
Kotresh Hiremath Ravishankar
03:57 PM Revision 67d1764e (ceph): pybind/ceph_volume_client: Optionally authorize existing auth-ids
Optionally allow authorizing auth-ids not created by ceph_volume_client
via the option 'allow_existing_id'. This can ...
Kotresh Hiremath Ravishankar
03:57 PM Revision 04511379 (ceph): pybind/ceph_volume_client: Disallow authorize auth_id
This patch disallow the ceph_volume_client to authorize the auth_id
which is not created by ceph_volume_client. Those...
Ramana Raja
03:41 PM Revision b1ea7237 (ceph): rgw_file: correct initialization of RGWWriteRequest
The legacy call to init_from_header() in RGWWriteRequest()
conflicted with initialization via ::init()
Signed-off-by...
Matt Benjamin
03:41 PM Revision 3fccec41 (ceph): rgw_file: fix librgw_file_gp unit test and driver
Fixes missing commit after rgw_write(), as well as conditional
cleanup.
Reorder tests, and split out librgw_file_gp ...
Matt Benjamin
03:41 PM Revision 6ac2eacf (ceph): rgw_file: fix zipper crash(es) in RGWCopyObj
Instantiate zipper object and bucket handles when called from
rgw_rename().
The current change appears potentially v...
Matt Benjamin
03:17 PM rbd Bug #48522 (Fix Under Review): [api] 'ceph_assert(cpp_entries.size() <= max)' in rbd_mirror_image...
Jason Dillaman
03:10 PM rbd Bug #48522 (In Progress): [api] 'ceph_assert(cpp_entries.size() <= max)' in rbd_mirror_image_info...
Jason Dillaman
03:11 PM Revision 9838e03b (ceph): Merge pull request #38580 from anthonyeleven/anthonyeleven/48301-unders...
doc: standardize config option names with interstitial underscores
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
02:59 PM Revision e488cabb (ceph): crimson/onode-staged-tree: comment out excessive range checks
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:56 PM Revision a6a03d0f (ceph): ceph-volume: pass --filter-for-batch from drive-group subcommand
Otherwise the drive-group spec potentially tries to pull in the root
device (if it fits).
Fixes: https://tracker.cep...
Jan Fajerski
02:55 PM bluestore Bug #48036: bluefs corrupted in a OSD
Satoru Takeuchi wrote:
>
> > It's still unclear to me why multiple OSD instances are able to bypass exclusive lock...
Igor Fedotov
06:41 AM bluestore Bug #48036: bluefs corrupted in a OSD
> it seems to me that this is OSD main device (or corresponding symlink in OSD fulder) not fsid file which is locked ... Satoru Takeuchi
02:52 PM CephFS Backport #47158 (In Progress): octopus: mgr/volumes: Mark subvolumes with ceph.dir.subvolume vxat...
Shyamsundar Ranganathan
02:35 PM rbd Bug #48527 (Resolved): [rbd-mirror] failed to unlink skipped intermediate snapshots
Jason Dillaman
11:22 AM rbd Bug #48527 (Pending Backport): [rbd-mirror] failed to unlink skipped intermediate snapshots
Mykola Golub
02:32 PM Revision 0eaf991b (ceph): doc/dev: update auto pr validation section
This commit updates the "Automated PR Validation"
section of the "Basic Workflow" page in the
Developer Guide. This i...
Zac Dover
02:09 PM RADOS Bug #45761: mon_thrasher: "Error ENXIO: mon unavailable" during sync_force command leads to "fail...
master with 5 default: https://pulpito.ceph.com/ideepika-2020-12-16_07:01:58-rados:monthrash-master-distro-basic-smit... Deepika Upadhyay
02:05 PM Revision 85e09444 (ceph): os/bluestore: Fix code rot in ZonedAllocator.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu> Abutalib Aghayev
01:50 PM CephFS Feature #48622 (Fix Under Review): mgr/nfs: Add tests for readonly exports
Varsha Rao
08:23 AM CephFS Feature #48622 (Resolved): mgr/nfs: Add tests for readonly exports
Varsha Rao
01:45 PM Orchestrator Support #48630 (Resolved): non-LVM OSD do not start after upgrade from 15.2.4 -> 15.2.7
During upgrade from 15.2.4 to 15.2.7 (docker_hub image), some of our OSD's do not startup after their systemd unit.ru... ronnie laptop
01:13 PM Revision a1aa760a (ceph): mgr/dashboard: Display a warning message in Dashboard when debug mode i...
Set a health check warning if debug mode is enabled.
Fixes: https://tracker.ceph.com/issues/48475
Signed-off-by: Vo...
Volker Theile
12:47 PM Revision 29a932c2 (ceph): install-deps.sh: add with_jaeger options for installing it's dependencies
* if WITH_JAEGER flag is specified, install-deps should mangle and update
debian/control + ceph.spec the way we do ...
Deepika Upadhyay
12:43 PM Revision a8213f07 (ceph): debian/control: update yaml-cpp version if building with Jaeger
jaeger specifically requires yaml-dev +0.6 but since all supported
distro(bionic) still doesn't have this version, ya...
Deepika Upadhyay
12:30 PM Dashboard Backport #48629 (Resolved): octopus: mgr/dashboard: The /rgw/status endpoint does not check for r...
https://github.com/ceph/ceph/pull/38770 Backport Bot
12:30 PM Dashboard Backport #48628 (Resolved): nautilus: mgr/dashboard: The /rgw/status endpoint does not check for ...
https://github.com/ceph/ceph/pull/38771 Backport Bot
12:29 PM Revision e8ec1848 (ceph): Merge pull request #38316 from rhcs-dashboard/temporary-lockout
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Kief...
Ernesto Puerta
12:27 PM Dashboard Bug #48542 (Pending Backport): mgr/dashboard: The /rgw/status endpoint does not check for running...
Ernesto Puerta
12:27 PM Revision 63a5cd41 (ceph): Merge pull request #38534 from votdev/issue_48542_rgw_status
mgr/dashboard: The /rgw/status endpoint does not check for running service
Reviewed-by: Aashish Sharma <aasharma@red...
Ernesto Puerta
11:25 AM rbd Backport #48627 (Resolved): octopus: [rbd-mirror] create primary snapshot state machine is deleti...
https://github.com/ceph/ceph/pull/39961 Backport Bot
11:21 AM rbd Bug #48553 (Pending Backport): [rbd-mirror] create primary snapshot state machine is deleting inc...
Mykola Golub
11:20 AM Revision 0e9ffeb7 (ceph): Merge pull request #38536 from dillaman/wip-48553
librbd/mirror: unlink the third snapshot when the limit is reached
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
10:52 AM Bug #48604: orchestrator: query-daemon-health-metrics fails, no smartctl output
moving to generic Ceph project so we can use backporting workflow on it Nathan Cutler
10:50 AM Dashboard Backport #48626 (Resolved): octopus: mgr/dashboard: Dashboard logs e2e tests are failing
https://github.com/ceph/ceph/pull/38797 Backport Bot
10:50 AM Dashboard Backport #48625 (Rejected): nautilus: mgr/dashboard: Dashboard logs e2e tests are failing
Backport Bot
10:46 AM Revision c7e160a3 (ceph): rpm: require smartmontools on SUSE
SUSE container images are built using a process that excludes dependencies that
are merely recommended.
Fixes: https...
Nathan Cutler
10:45 AM Dashboard Bug #48623 (Pending Backport): mgr/dashboard: Dashboard logs e2e tests are failing
Ernesto Puerta
10:44 AM Dashboard Bug #48623 (Resolved): mgr/dashboard: Dashboard logs e2e tests are failing
Ernesto Puerta
08:30 AM Dashboard Bug #48623 (Fix Under Review): mgr/dashboard: Dashboard logs e2e tests are failing
Nizamudeen A
08:26 AM Dashboard Bug #48623 (Resolved): mgr/dashboard: Dashboard logs e2e tests are failing
Yesterday there were some changes went in which disables the logging of config set and config-key set to to be logged... Nizamudeen A
10:44 AM Revision 41941f0d (ceph): mgr/dashboard: Temporary User Lockout if 10 Invalid Login attempts
Implemented a user lockout mechanism if the user enters 10 invalid attempts. The attempt count gets resetted to 0 onc... Nizamudeen A
10:44 AM Revision 3f50b05e (ceph): mgr/dashboard: Updating the docs regarding the user lockout
Fixes: https://tracker.ceph.com/issues/40914
Signed-off-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A
10:43 AM Revision f649030c (ceph): Merge pull request #38606 from rhcs-dashboard/log-e2e-fix
mgr/dashboard: Fixing dashboard logs e2e test
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Alfonso...
Ernesto Puerta
10:38 AM Orchestrator Feature #48624 (Resolved): ceph orch drain <host>
Implement the command to remove all the daemons running in a hosts. Juan Miguel Olmo Martínez
10:31 AM Orchestrator Feature #47782: ceph orch host rm <host> is not stopping the services deployed in the respective ...
Things to do
- Lets produce an error message if the host to remove has daemons running.
- Implement a "drain" comma...
Juan Miguel Olmo Martínez
10:00 AM Revision 42ea2225 (ceph): os/bluestore: Introducing FitToFastVolumeSelector
Signed-off-by: Kinga Karczewska <kkarczewska@cloudferro.com>
Signed-off-by: Kajetan Janiak <kjaniak@cloudferro.com>
Kinga Karczewska
09:52 AM Revision 89b8e30b (ceph): doc: rename RBD persistent cache
Rename peristent cache to persistent read-only cache.
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com>
Xiaoyan Li
09:50 AM CephFS Bug #47787: mgr/nfs: exercise host-level HA of NFS-Ganesha by killing the process
I can reproduce it with SIGTERM... Varsha Rao
09:26 AM Dashboard Backport #48605 (In Progress): octopus: mgr/dashboard: CRUSH map viewer inconsistent with output ...
Avan Thakkar
09:20 AM Revision b6017797 (ceph): mgr/dashboard: Fix CRUSH map viewer VirtualScroll
As stated in https://angular2-tree.readme.io/docs/large-trees:
To use this (virtual scroll) option, one must supply t...
玮文 胡
09:13 AM Revision 0b2b1729 (ceph): mgr/dashboard: Fixing dashboard logs e2e test
Yesterday there were some changes went in which disables the logging of config set and config-key set to to be logged... Nizamudeen A
08:21 AM Orchestrator Bug #48071 (Pending Backport): rook: 'ceph orch ls' does not list nfs-ganesha daemons
Varsha Rao
07:55 AM Revision 8e4cf7cb (ceph): debian: install crimson-store-nbd with pkg.ceph.crimson profile
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:55 AM Revision 5af17733 (ceph): rpm: package crimson-store-nbd in ceph-test package
when building with seastar enabled, package crimson-store-ndb in
"ceph-test" package. "crimson-store-nbd" is a new to...
Kefu Chai
06:52 AM CephFS Feature #48619: client: track (and forward to MDS) average read/write/metadata latency
Xiubo suggested that the client also sends min/max and stddev. Venky Shankar
05:17 AM CephFS Feature #48619 (Pending Backport): client: track (and forward to MDS) average read/write/metadata...
Client already tracks cumulative read/write/metadata latencies. However, average latencies are much more useful to th... Venky Shankar
06:23 AM crimson Bug #48108 (Resolved): unittest_seastar_messenger fails
Kefu Chai
06:02 AM Linux kernel client Feature #48621 (Resolved): kclient: track (and forward to MDS) average read/write/metadata latency
Client already tracks cumulative read/write/metadata latencies. However, average latencies are much more useful to th... Xiubo Li
06:01 AM CephFS Tasks #48620 (In Progress): mds: break the mds_lock or get rid of the mds_lock for some code
Xiubo Li
05:48 AM CephFS Tasks #48620 (In Progress): mds: break the mds_lock or get rid of the mds_lock for some code
Xiubo Li
05:58 AM Revision 10854728 (ceph): Merge pull request #38581 from cyx1231st/wip-seastar-msgr-fix-test-pree...
crimson/net: fix test_preemptive_shutdown() failure
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:54 AM CephFS Bug #48559 (In Progress): qa: ERROR: test_damaged_dentry, KeyError: 'passed_validation'
Xiubo Li
03:18 AM CephFS Bug #48517 (Fix Under Review): mds: "CDir.cc: 1530: FAILED ceph_assert(!is_complete())"
Xiubo Li
01:37 AM Dashboard Bug #48616 (Closed): mgr/dashboard: Root dashboard url with url_prefix requires a forward slash a...
If you set a URL prefix for the Ceph dashboard, the default login page will not load unless the requested URL contain... Matt Wilder
01:18 AM Revision 3c14b5b4 (ceph): mds: ensure dirfrags are fetched once
In case the directory was merged but the stale sub directories
maybe still kept in the loaded_anchor_map, then it wil...
Patrick Donnelly
12:39 AM bluestore Bug #48389: _do_read bdev-read failed
Igor Fedotov wrote:
> Seena,
> mind this to be closed as invalid?
I’ve change my disk and seems it was because o...
Seena Fallah
12:29 AM Revision 8a74a937 (ceph): Merge pull request #31358 from ideepika/wip-jaegertracing-in-ceph
jaegertracing build/ops integration
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
12:24 AM Revision 85c1d0ad (ceph): mon/ConfigMonitor.cc: don't dump all keys and values in config map
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit a68b4597785f92a0cb98440030be61f8004e3151)
Neha Ojha
12:24 AM Revision 08ab75a3 (ceph): mgr: don't add config values to mgr log in config_callback and module_c...
The original code has been commented out and left for future debugging
purposes.
Signed-off-by: Neha Ojha <nojha@red...
Neha Ojha
12:24 AM Revision a7c4ea0e (ceph): mon/ConfigMonitor.cc: don't log config values in refresh_config
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 77932ae49bffd03f905f1039ae4add303738eec6)
Co...
Neha Ojha
12:24 AM Revision e22c5c69 (ceph): mgr/ActivePyModules.cc: don't log config value in get_typed_config
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit f4b3d6b7692332c329b567d91460b8ada96741e2)
Neha Ojha
12:24 AM Revision 630f6147 (ceph): mon: don't log "config set" and "config-key set" dispatch and finished ...
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 4b83dfb1f74e8a59c802ff3c0eb4595f7e763762)
Neha Ojha
12:23 AM Revision e36f368e (ceph): os/bluestore: Make OpSequencer has own deferred_lock.
For 4k randwrite workload & Using perf script futex-contention in
60second, i found:
>bstore_mempool[69278] lock 7fdc...
jianpeng ma
12:04 AM Revision abda2184 (ceph): os/bluestore: Make OpSequencer has own deferred_lock.
For 4k randwrite workload & Using perf script futex-contention in
60second, i found:
>bstore_mempool[69278] lock 7fdc...
jianpeng ma

12/15/2020

11:45 PM Revision b579cddc (ceph): messages/MMonCommand, MMonCommandAck: don't log values for "config set"...
This acts like a big hammer to avoid adding sensitive information, like passwords
into mon/mgr/cluster logs when usin...
Neha Ojha
09:55 PM Revision 21d68cf1 (ceph): doc: standardize config option names to use interstitial underscores
Ceph config option names may use spaces, underscores, or by one reference hyphens
as interstitial separators. Most us...
Anthony D'Atri
09:20 PM Bug #48604 (Fix Under Review): orchestrator: query-daemon-health-metrics fails, no smartctl output
Nathan Cutler
09:15 PM Bug #48604 (In Progress): orchestrator: query-daemon-health-metrics fails, no smartctl output
Nathan Cutler
09:14 PM Bug #48604 (Triaged): orchestrator: query-daemon-health-metrics fails, no smartctl output
> It is possible to run smartctl manually without problems.
This statement only holds if the smartmontools RPM is ...
Nathan Cutler
02:39 PM Bug #48604 (Resolved): orchestrator: query-daemon-health-metrics fails, no smartctl output
Running 'ceph device query-daemon-health-metrics' causes failures, but smartctl_output does not contain helpful infor... Volker Theile
08:43 PM RADOS Bug #48599 (Fix Under Review): Segmentation fault in ~C_SetManifestRefCountDone()
Neha Ojha
01:37 AM RADOS Bug #48599: Segmentation fault in ~C_SetManifestRefCountDone()
https://github.com/ceph/ceph/pull/38576 Myoungwon Oh
12:13 AM RADOS Bug #48599: Segmentation fault in ~C_SetManifestRefCountDone()
Ok. I’ll take a look. Myoungwon Oh
08:26 PM Revision b65f6b86 (ceph): librbd: explicitly disable readahead for writearound cache
The readahead IOs would be wasted effort since the writearound
cache does not service reads.
Fixes: https://tracker....
Jason Dillaman
08:20 PM rbd Bug #48486 (Fix Under Review): readahead is incorrectly running when cache is writearound
Jason Dillaman
07:54 PM rbd Bug #48486 (In Progress): readahead is incorrectly running when cache is writearound
Jason Dillaman
08:17 PM Backport #48615 (Resolved): octopus: Audit log: mgr module passwords set on CLI written as plaint...
https://github.com/ceph/ceph/pull/38620 Backport Bot
08:16 PM Backport #48614 (Resolved): nautilus: Audit log: mgr module passwords set on CLI written as plain...
https://github.com/ceph/ceph/pull/38614 Backport Bot
08:14 PM Bug #37503 (Pending Backport): Audit log: mgr module passwords set on CLI written as plaintext in...
Neha Ojha
08:06 PM Revision 35196034 (ceph): Merge pull request #38479 from neha-ojha/wip-37503-2
Do not add sensitive information in Ceph log files
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Ernest...
Josh Durgin
07:53 PM Revision 067dc85a (ceph): Merge pull request #38514 from lixiaoy1/rbd_types_fix
librbd/cmake: Add missed PWL related types
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
07:21 PM Revision 301d2129 (ceph): librbd/object_map: don't assert if a snapshot doesn't exist
When compute a fast-diff, if an snapshot no longer exists or fails
to load, ignore the error as long as it wasn't the...
Jason Dillaman
07:07 PM Dashboard Bug #48563 (Resolved): mgr/dashboard: Some buttons are not rounded in the edges
Ernesto Puerta
07:07 PM Revision 0280349f (ceph): Merge pull request #38546 from rhcs-dashboard/round-button
mgr/dashboard: Making the edges of not rounded button rounded
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Revi...
Ernesto Puerta
07:03 PM RADOS Bug #48613 (Resolved): Reproduce https://tracker.ceph.com/issues/48417
Use the osd thrashing tests to reproduce https://tracker.ceph.com/issues/48417.
1. only applies to EC
2. aim is t...
Neha Ojha
06:58 PM RADOS Bug #48611 (Resolved): osd: Delay sending info to new backfill peer resetting last_backfill until...
This should be relatively harmless as any osd with lb=MIN wouldn’t have been sent any real IOs anyway. Might be analo... Neha Ojha
06:57 PM rbd Backport #48610 (In Progress): octopus: [rbd-mirror] assertion failure when attempting to sync no...
Jason Dillaman
06:57 PM rbd Backport #48610 (Resolved): octopus: [rbd-mirror] assertion failure when attempting to sync non-e...
https://github.com/ceph/ceph/pull/38455 Jason Dillaman
06:56 PM rbd Bug #48526 (Pending Backport): [rbd-mirror] assertion failure when attempting to sync non-existen...
Jason Dillaman
06:55 PM Dashboard Bug #48603: mgr/dashboard: partially deleted RBDs are only listed by CLI
Good catch! I guess the main problem here is that Dashboard does not simply list an image but tries to fetch some det... Ernesto Puerta
02:25 PM Dashboard Bug #48603 (Resolved): mgr/dashboard: partially deleted RBDs are only listed by CLI
If the deletion process of an RBD is interrupted e.g. by a mgr restart, the image might end up partially deleted and ... Tatjana Dehler
06:54 PM RADOS Bug #48609 (Closed): osd/PGLog: don’t fast-forward can_rollback_to during merge_log if the log is...
(a) Doing so is wrong specifically for intervals where we go peered but not active.
See PGLog.cc:456, we uncondition...
Neha Ojha
06:52 PM Dashboard Cleanup #44960 (Resolved): mgr/dashboard: replace cdCopy2ClipboardButton Directive with a component
Ernesto Puerta
06:51 PM Revision 0abb05d9 (ceph): Merge pull request #38269 from rhcs-dashboard/fix-44960-master
mgr/dashboard: replace cdCopy2ClipboardButton Directive with a component
Reviewed-by: Avan Thakkar <athakkar@redhat....
Ernesto Puerta
06:50 PM Dashboard Backport #48608 (Resolved): nautilus: mgr/dashboard: enable different URL for users of browser to...
https://github.com/ceph/ceph/pull/39136 Backport Bot
06:50 PM Dashboard Backport #48607 (Resolved): octopus: mgr/dashboard: enable different URL for users of browser to ...
https://github.com/ceph/ceph/pull/38761 Backport Bot
06:48 PM Dashboard Feature #47386 (Pending Backport): mgr/dashboard: enable different URL for users of browser to Gr...
Ernesto Puerta
06:48 PM Documentation #48301 (Fix Under Review): Change option name references to the underscore versions
Neha Ojha
06:47 PM Revision ba650bf5 (ceph): Merge pull request #37937 from p-se/cd-alternative-grafana-fe-url
mgr/dashboard: enable different URL for users of browser to Grafana
Reviewed-by: Laura Paduano <lpaduano@suse.com>
R...
Ernesto Puerta
06:09 PM Revision 4c6bd8dd (ceph): github: add action to manage needs-rebase label
Fixes: https://tracker.ceph.com/issues/48570
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Ernesto Puerta
06:01 PM Revision caba1bea (ceph): ceph.in: extract get_admin_socket() out
will add retry support to this function, so we can use an alternative
name for the admin_socket path if the path is n...
Kefu Chai
06:01 PM Revision c17c6c66 (ceph): ceph-conf: add --pid option
this change partially reverts 1f09b196657d21cec8fca9bc868bae307200aae8,
and add "--pid" option, so user can specify t...
Kefu Chai
06:00 PM Dashboard Backport #48606 (Rejected): nautilus: mgr/dashboard: CRUSH map viewer inconsistent with output of...
Backport Bot
06:00 PM Dashboard Backport #48605 (Resolved): octopus: mgr/dashboard: CRUSH map viewer inconsistent with output of ...
https://github.com/ceph/ceph/pull/38607 Backport Bot
05:59 PM Dashboard Cleanup #39128 (Resolved): mgr/dashboard: new generic HTTP error page component
Ernesto Puerta
05:59 PM Revision 9a71e9e3 (ceph): Merge pull request #36715 from rhcs-dashboard/fix-39128-master
mgr/dashboard: new generic HTTP error page component
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by...
Ernesto Puerta
05:57 PM Dashboard Bug #45873 (Pending Backport): mgr/dashboard: CRUSH map viewer inconsistent with output of "ceph ...
Ernesto Puerta
05:57 PM Revision 4abf4d9a (ceph): Merge pull request #38456 from SMIL-Infra/fix-crush-map-viewer
mgr/dashboard: Fix CRUSH map viewer VirtualScroll
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Ava...
Ernesto Puerta
04:41 PM Revision 065fbf96 (ceph): mgr/dashboard: replace cdCopy2ClipboardButton Directive with a component
Replaces Directive-Based copy2ClipboardButton with a Component-based version.
Further replaces all instances of Direc...
Courtney Caldwell
04:02 PM Revision 4b83dfb1 (ceph): mon: don't log "config set" and "config-key set" dispatch and finished ...
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
04:02 PM Revision a68b4597 (ceph): mon/ConfigMonitor.cc: don't dump all keys and values in config map
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
04:02 PM Revision 19000fad (ceph): mgr: don't add config values to mgr log in config_callback and module_c...
The original code has been commented out and left for future debugging
purposes.
Signed-off-by: Neha Ojha <nojha@red...
Neha Ojha
04:02 PM Revision 77932ae4 (ceph): mon/ConfigMonitor.cc: don't log config values in refresh_config
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
04:02 PM Revision f4b3d6b7 (ceph): mgr/ActivePyModules.cc: don't log config value in get_typed_config
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
04:02 PM Revision 9f805206 (ceph): mon, messages: use TOPNSPC::common for crimson compatibility
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
04:02 PM Revision 3d54660c (ceph): messages/MMonCommand, MMonCommandAck: don't log values for "config set"...
This acts like a big hammer to avoid adding sensitive information, like passwords
into mon/mgr/cluster logs when usin...
Neha Ojha
03:52 PM Revision f63d76cb (ceph): rgwfio: fix fmt inclusion
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
03:51 PM Revision 18bd7bb3 (ceph): rgwfio: save ref'd object handles until cleanup
Save active file handle objects until fio_librgw_cleanup(),
so they stay in the librgw handle cache.
Signed-off-by: ...
Matt Benjamin
03:50 PM Revision ca207e5a (ceph): rgwfio: use xfer_buflen and xfer_buf, fix read offset
For consistency, use xfer_buf and xfer_buflen members of the
fio io description, in preference to buflen and buf.
Al...
Matt Benjamin
03:50 PM Revision 5d75ff90 (ceph): rgwfio: create bucket if it does not exist, minor cleanup
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
03:50 PM Revision 9929ccf4 (ceph): rgwfio: improve example jobfile
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
03:50 PM Revision 72c68fbe (ceph): rgw:fio: introduce libfio_rgw
Introduce librgw_fio as an fio external engine operating
on the librgw interface to RGW.
Includes ceph-librgw.fio, a...
Matt Benjamin
03:39 PM Dashboard Backport #48494 (In Progress): octopus: mgr/dashboard: "Orchestrator is not available" while togg...
Laura Paduano
03:22 PM Dashboard Backport #48539 (In Progress): octopus: mgr/dashboard: Service and Daemon's refresh interval is t...
Laura Paduano
03:17 PM mgr Backport #48551 (In Progress): octopus: Dashboard fails to load, internal server error in API
Laura Paduano
03:13 PM mgr Backport #48557 (In Progress): octopus: mgr/restful: _gather_osds() mistakenly treats a `str` as ...
Laura Paduano
03:13 PM Revision 19f9ae3d (ceph): mgr/restful: fix TypeError occurring in _gather_osds()
In _gather_osds() processing `choose_firstn`, it tries to
traverse the keys of a `dict` (nodes_by_id[node_id]) but no...
Jerry Pu
02:57 PM Dashboard Backport #48587 (In Progress): octopus: mgr/dashboard: RGW User Form is validating disabled fields
Laura Paduano
02:49 PM mgr Backport #48578 (In Progress): octopus: Logic error in default prom alert 'pool filling up'
Laura Paduano
02:47 PM mgr Backport #48574 (In Progress): octopus: Module 'crash' has failed: dictionary changed size during...
Laura Paduano
02:46 PM Revision 0376ce72 (ceph): doc: add documentation for new multifs feature
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
02:22 PM rgw Backport #48346 (In Progress): nautilus: rgw: unnecessary payload is added at the end of the message
Nathan Cutler
02:21 PM Revision fa46fcaf (ceph): rgw: fix invalid payload issue when serving s3website error page
Fixes: https://tracker.ceph.com/issues/48064
Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com>
(cherry picked from ...
Ilsoo Byun
02:19 PM rgw Backport #48128 (In Progress): nautilus: Unnecessary bilogs are left in sync-disabled buckets
Nathan Cutler
02:19 PM Revision 6a284a18 (ceph): rgw: keep syncstopped flag when copying bucket shard headers
Fixes: https://tracker.ceph.com/issues/48037
Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com>
(cherry picked from ...
Ilsoo Byun
02:18 PM rgw Backport #48100 (In Progress): nautilus: Admin API returns 200 instead of 404 for Get Bucket Info
Nathan Cutler
02:05 PM bluestore Backport #47669: nautilus: Some structs aren't bound to mempools properly
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38310
m...
Nathan Cutler
01:51 PM Revision 71b485f0 (ceph): Merge pull request #38010 from cbodley/wip-rgw-doc-reshard-syncstop
doc/rgw: update reshard design regarding 'bucket sync disable'
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
01:46 PM rgw Bug #48571: Multi part upload abort on first put with unknown error -2009
I am sorry, the end of my message was lost during edition.
We can see in the rgw output that an unknown error is h...
Simon Pierre Desrosiers
01:02 PM CephFS Feature #48602 (Resolved): `cephfs-top` frontend utility
The plumbing work for tracking (client) metrics in the MDS is already done and mgr/stats module provides an interface... Venky Shankar
12:41 PM CephFS Documentation #48585 (Fix Under Review): mds_cache_trim_decay_rate misnamed?
No other places, just being more explicit would be helpful I think. Jan Fajerski
12:28 PM Revision 32921b70 (ceph): Merge pull request #38585 from tchaikov/wip-doc-dev-errorator
doc/dev/crimson: highlight code blocks using C++ lexer
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
12:26 PM Revision 28408bb5 (ceph): Merge pull request #38582 from tchaikov/wip-crimson-cleanup
crimson/osd: cleanups
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
12:08 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
here's the two dumps. first i launched the the osd itself and it crashed. then the bluestore free-dump (which also cr... Jonas Jelten
11:20 AM bluestore Bug #48389: _do_read bdev-read failed
Seena,
mind this to be closed as invalid?
Igor Fedotov
09:50 AM Revision c03415ca (ceph): doc/dev/crimson: quote inline codeblock using "``"
backquote is used for quoting italic typed text.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:48 AM Revision 370f04fa (ceph): doc/dev/crimson: highlight code blocks using C++ lexer
also remove redundant ":", normally "::" would suffice to start a
codeblock.
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
09:37 AM Dashboard Backport #48593 (In Progress): nautilus: mgr/dashboard: Drop invalid RGW client instances, improv...
Volker Theile
09:15 AM Dashboard Backport #48593 (New): nautilus: mgr/dashboard: Drop invalid RGW client instances, improve logging
Volker Theile
08:20 AM Dashboard Backport #48593 (In Progress): nautilus: mgr/dashboard: Drop invalid RGW client instances, improv...
Volker Theile
09:28 AM Revision 5d4cf6fd (ceph): mgr/dashboard: Drop invalid RGW client instances, improve logging
* Log RGW settings for easier problem tracking.
* Drop RGW client instances that do not exist anymore. This happens w...
Volker Theile
09:23 AM Dashboard Backport #48592 (In Progress): octopus: mgr/dashboard: Drop invalid RGW client instances, improve...
Volker Theile
09:14 AM Dashboard Backport #48592 (New): octopus: mgr/dashboard: Drop invalid RGW client instances, improve logging
Volker Theile
08:20 AM Dashboard Backport #48592 (In Progress): octopus: mgr/dashboard: Drop invalid RGW client instances, improve...
Volker Theile
09:21 AM Revision cc9a63ab (ceph): crimson/osd: handle error using handle_error()
no need to use safe_then() for this purpose.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:15 AM Revision d346c526 (ceph): crimson/osd: use range-based for loop
also add comment explaining
ReplicatedRecoveryBackend::trim_pushed_data()
and move the definition of local variable ...
Kefu Chai
09:15 AM Revision e683404c (ceph): crimson/osd: let trim_pushed_data() return extents
trim_pushed_data() is responsible for building up the extents to be used
for pushing. so let it return the extents.
...
Kefu Chai
09:15 AM Revision feea66b3 (ceph): crimson/osd: do not use do_with() unless necessary
in this change, a seastar::do_with() is removed, as the captured
variables are passed to submit_push_data() by value....
Kefu Chai
09:15 AM Revision 5b1b0507 (ceph): crimson/osd: do not capture dup variable
first can be deduced by variable already captured, so store it as a
local variable. it's less expensive than storing ...
Kefu Chai
09:15 AM Revision 474ddbfe (ceph): crimson/osd: drop log messages only for debugging
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:15 AM Revision 7ab79497 (ceph): crimson/osd: do not use __func__ in lambda
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:08 AM Revision b839203e (ceph): osd: prevent accessing deleted reference
cb in C_SetManifestRefCountDone() was freed
during cancel_manifest_ops(). After that,
~C_SetManifestRefCountDone() tr...
Myoungwon Oh
09:00 AM Revision 6828213a (ceph): Merge pull request #38539 from dillaman/wip-48526
librbd/object_map: don't assert if a snapshot doesn't exist
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
08:27 AM Revision f5dd15e0 (ceph): rgw/lua: allow for multiple RGWs to install packages in the same host
each RGW will install the luarocks packages in its own directory
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
07:55 AM Revision 2015d5b3 (ceph): crimson/net: abort on-going v1 protocol when closed
Fixes: http://tracker.ceph.com/issues/48108
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
07:51 AM Revision 9cb8f903 (ceph): crimson/net: track closing connections for v1
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
07:48 AM Revision 98567690 (ceph): crimson/net: report unexpected exceptions during closing
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
07:45 AM Revision eabd41ac (ceph): crimson/net: assert connection gate is not unexpectedly closed
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
07:44 AM Dashboard Bug #48601 (Resolved): mgr/dashboard: Copy to Clipboard in Logs fails to copy the log on first t...
h3. Description of problem
When we try to copy the log using copy-to-clipboard icon in logs it fails to copy the l...
Nizamudeen A
07:42 AM Revision 795dca10 (ceph): crimson/net: fix test error report
Report unexpected exceptions before destructing the tests.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
07:14 AM Revision 0b03c58b (ceph): Merge pull request #38570 from rzarzynski/wip-crimson-recover_missing-n...
crimson/osd: recover_missing() doesn't return std::optional anymore.
Reviewed-by: Xuehan Xu <xxhdx1985126@gmail.com>...
Kefu Chai
06:08 AM Revision fe126d34 (ceph): Merge pull request #38569 from tchaikov/wip-crimson-cleanups
crimson/osd: cleanups
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Xuehan Xu <xxhdx1985126@gma...
Kefu Chai
05:48 AM Revision c6cb0f33 (ceph): Merge pull request #38525 from varshar16/wip-ls-nfs-services
mgr/rook: Fix various 'orch ls' issues
Reviewed-by: Travis Nielsen <tnielsen@redhat.com>
Tim Serong
05:43 AM Revision 11006fd3 (ceph): Merge pull request #38557 from pcuzner/bootstrap-allocate-output-dir
cephadm: create default output dir during bootstrap
Reviewed-by: Tim Serong <tserong@suse.com>
Tim Serong
05:28 AM Revision a2865143 (ceph): Merge pull request #38577 from athanatos/sjust/wip-fix-crimson-nbd
crimson/tools: fix bugs introduced in 3333ff
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:06 AM Revision fc9ed61f (ceph): mds: refactor variable names
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Patrick Donnelly
04:35 AM Revision 10e911aa (ceph): mgr/dashboard: new generic HTTP error page component
Added a generic Error component for HTTP Errors such as 404,403,501
Fixes:https://tracker.ceph.com/issues/39128
Sign...
Aashish Sharma
03:52 AM Revision 4f8d2871 (ceph): crimson/onode-staged-tree: fix match_stage_t related compile issue
Change the type to int8_t for potential negative value when
substantiating the templates.
Signed-off-by: Yingxin Che...
Yingxin Cheng
03:04 AM Revision 68b61b34 (ceph): crimson/tools: fix bugs introduced in 3333ff
You can't actually mix buffered and direct io on a stream.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
02:48 AM Revision 8a41ef1c (ceph): osd: remove invalid put on message
This has already been converted to use smart pointers. This put the
method return to double-put the MessageRef argume...
Patrick Donnelly
02:47 AM Revision 49d9f1f8 (ceph): osd: optimize message passing
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
01:51 AM crimson Bug #48108: unittest_seastar_messenger fails
Thanks Kefu, this is a new issue. Seems the connection gate is closed prior to connection close, looking... Yingxin Cheng
01:41 AM Revision 8c8ec44d (ceph): client: support client oc's options can update at runtime
Signed-off-by: Yanhu Cao <gmayyyha@gmail.com> Yanhu Cao
01:09 AM Revision 8fc5c0a3 (ceph): Merge pull request #38572 from rzarzynski/wip-crimson-obc-not-blocker
crimson/osd: ObjectContext is not a Blocker anymore.
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
01:07 AM Revision 64b9f850 (ceph): Merge pull request #38563 from tchaikov/wip-admin-breathe
admin/doc-requirements.txt: require breathe >= 4.20
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
01:04 AM Revision 8fc74bc4 (ceph): Merge pull request #38567 from rzarzynski/wip-doc-dev-errorator
doc/dev/crimson: exemplify errorator usage in error-handling.rst
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:01 AM Revision 2f88d7fb (ceph): crimson/osd: let build_push_op() return PushOp
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:01 AM Revision de92b800 (ceph): messages,osd,crimson: let MOSDPGPull::take_pulls() return pulls
so the caller can grab the pulls without creating a pull vector first.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

12/14/2020

10:29 PM Revision 591a4554 (ceph): Merge pull request #38111 from ronen-fr/wip-ronenf-scrub-v2
osd: Extracting scrub-related code from the PG & friends
Reviewed-by: David Zafman <dzafman@redhat.com>
Reviewed-by:...
Samuel Just
10:21 PM CephFS Bug #44113 (Resolved): cephfs-shell: set proper return value for the tool
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:21 PM ceph-volume Bug #44494 (Resolved): prepare: the *-slots arguments have no effect
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:20 PM Dashboard Cleanup #46898 (Resolved): mgr/dashboard/api: move/create OSD histogram in separate endpoint
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:20 PM CephFS Bug #47182 (Resolved): mon: deleting a CephFS and its pools causes MONs to crash
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:20 PM rbd Bug #47371 (Resolved): librbd qos assert m_io_throttled failed
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:20 PM CephFS Bug #47734 (Resolved): client: hang after statfs
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:19 PM ceph-volume Bug #47966 (Resolved): Fails to deploy osd in rook, throws index error
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:19 PM ceph-volume Bug #48018 (Resolved): ceph-volume simple activate ignores osd_mount_options_xfs for Filestore OSD
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:19 PM ceph-volume Fix #48039 (Resolved): remove mention of dmcache from docs and help text
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:19 PM RADOS Bug #48042 (Resolved): Log "ceph health detail" periodically in cluster log
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:19 PM ceph-volume Bug #48045 (Resolved): the --log-level flag is not respected
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:19 PM Dashboard Cleanup #48051 (Resolved): mgr/dashboard: Use pipe instead of calling function within template
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:18 PM ceph-volume Bug #48271 (Resolved): ceph-volume lvm batch fails activating filestore dymcrypt osds
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:11 PM RADOS Bug #48599: Segmentation fault in ~C_SetManifestRefCountDone()
Probably related to https://github.com/ceph/ceph/pull/37546/commits/29d442b4c7e0be1fd9f765049d00c65a978fa373.
@Myoun...
Neha Ojha
09:03 PM RADOS Bug #48599 (Resolved): Segmentation fault in ~C_SetManifestRefCountDone()
... Neha Ojha
09:28 PM CephFS Bug #48403 (Fix Under Review): mds: fix recall defaults based on feedback from production clusters
Patrick Donnelly
09:21 PM CephFS Bug #48555 (Fix Under Review): pybind/ceph_volume_client: allows authorize on auth_ids not create...
https://github.com/ceph/ceph/security/advisories/GHSA-32wm-mjvr-8w9f
https://github.com/ceph/ceph-ghsa-32wm-mjvr-8...
Patrick Donnelly
09:18 PM bluestore Backport #47669 (Resolved): nautilus: Some structs aren't bound to mempools properly
Igor Fedotov
06:55 PM bluestore Backport #47669: nautilus: Some structs aren't bound to mempools properly
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/38310
merged
Yuri Weinstein
09:14 PM RADOS Bug #48600 (Fix Under Review): osd: valgrind: Invalid read of size 8
Patrick Donnelly
09:10 PM RADOS Bug #48600 (Resolved): osd: valgrind: Invalid read of size 8
... Patrick Donnelly
08:59 PM Revision fb69efc6 (ceph): rbd-mirror: validate that remote start snapshot still exists
Perform a basic sanity check to verify that the remote start snapshot
still exists. This was previosly being deleted ...
Jason Dillaman
08:47 PM RADOS Bug #47767 (Resolved): octopus: setting noscrub crashed osd process
David Zafman
08:19 PM Revision 739f5990 (ceph): Merge pull request #38566 from tchaikov/crimson-tools
crimson/tools: use helpers from byteorder.hh
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
08:17 PM Revision 883c4b4b (ceph): Merge pull request #38565 from tchaikov/wip-crimson-cmake
cmake: add alien::cflags and move SubProcess.cc into crimson-alien-common
Reviewed-by: Radoslaw Zarzynski <rzarzyns@...
Samuel Just
08:12 PM Revision 9ef60e91 (ceph): cephadm: update permissions on newly created dirs
Use 755 instead of 700 on new directories created during
bootstrap
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
07:51 PM Revision a48492c4 (ceph): osd: use more efficient CachedStackStringStream
This avoids heap allocations and expensive stringstream setup.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:42 PM Orchestrator Bug #48598 (Can't reproduce): "ceph orch daemon redeploy" fails with [errno 13] RADOS permission ...
... Neha Ojha
06:55 PM Revision ee207dcb (ceph): Merge pull request #38310 from ifed01/wip-ifed-finer-mempool-granularit...
nautilus: os/bluestore: mempool's finer granularity + adding missed structs
Reviewed-by: Deepika Upadhyay <dupadhya@...
Yuri Weinstein
06:54 PM Revision 202c9f51 (ceph): Merge pull request #37589 from kamoltat/wip-ksirivad-nautilus-backports
nautilus: mgr/progress: make it so progress bar does not get stuck forever
Reviewed-by: Josh Durgin <jdurgin@redhat....
Yuri Weinstein
06:44 PM Orchestrator Bug #48469: upgrade:octopus-x-master: "Failed to start Ceph mon.smithi116": Failed with result 's...
Sebastian Wagner wrote:
> maybe try calling
>
> [...]
>
> here?
>
> https://github.com/ceph/teuthology/blob...
Yuri Weinstein
06:42 PM Revision 4bd9ef09 (ceph): qa: update tests concerning setting of multifs
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:40 PM Revision 26837134 (ceph): mon,mds: mark multifs stable
Fixes: https://tracker.ceph.com/issues/22477
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:33 PM Revision 54bc1bd5 (ceph): crimson/osd: ObjectContext is not a Blocker anymore.
This is a follow-up to the c2dc437f78cd8be393c4d2eb8d79ce9c351ec4de
which removes unused OBC mebers after the with_lo...
Radoslaw Zarzynski
06:33 PM Orchestrator Bug #48597 (Resolved): pybind/mgr/cephadm: mds_join_fs not cleaned up
After creating a new file system and then deleting it:... Patrick Donnelly
06:15 PM RADOS Backport #48596 (Resolved): octopus: nautilus: qa/standalone/scrub/osd-scrub-test.sh: _scrub_abor...
https://github.com/ceph/ceph/pull/40278 Backport Bot
06:15 PM RADOS Backport #48595 (Resolved): nautilus: nautilus: qa/standalone/scrub/osd-scrub-test.sh: _scrub_abo...
https://github.com/ceph/ceph/pull/39125 Backport Bot
06:14 PM RADOS Bug #48566 (Pending Backport): nautilus: qa/standalone/scrub/osd-scrub-test.sh: _scrub_abort: re...

This is probably fixed by https://github.com/ceph/ceph/pull/38472 which doesn't have a tracker so this will be that...
David Zafman
05:55 PM Revision 151d9b88 (ceph): crimson/osd: recover_missing() doesn't return std::optional anymore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
05:55 PM Revision ff9cc3b4 (ceph): cmake: move SubProcess.cc from crimson-common to crimson-alien-common
SubProcess is used by blkdev.cc only
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:55 PM Revision 4fe56654 (ceph): cmake: add "alien::cflags" library
which exposes the definitions needed for building alienized bluestore
and the shared facilities compiled with -DWITH_...
Kefu Chai
05:47 PM Revision 7b2ab64e (ceph): crimson/osd: let prep_push() return a map of PushOp
ReplicatedRecoveryBackend::prep_push() is responsible for building
PushOps, so it's more natural to let it return a m...
Kefu Chai
05:47 PM Revision da3eba87 (ceph): crimson/osd: do not return unused value
do not return a bool from
`ReplicatedRecoveryBackend::maybe_pull_missing_obj()` anymore, as the
caller does not check...
Kefu Chai
05:47 PM Revision a8b51891 (ceph): crimson/osd: use range-based for loop
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:47 PM Revision c65426d1 (ceph): crimson/osd: pass vector<pg_shard_t> for recovery
std::list<std::map<pg_shard_t, pg_missing_t>::const_iterator> is
difficult to parse and understand. and what we need ...
Kefu Chai
05:47 PM Revision 95b36903 (ceph): crimson/osd: mark const method "const"
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:47 PM Revision b030f717 (ceph): crimson/osd: move unrelated continuation out of do_with()
if the variables held by do_with() is not used by the continuation, and
the continuation does not depend on the other...
Kefu Chai
05:29 PM Orchestrator Bug #48594 (Fix Under Review): cephadm: too many osd privileges for osd caps
Patrick Donnelly
05:21 PM Orchestrator Bug #48594 (Resolved): cephadm: too many osd privileges for osd caps
We can use "tag rgw" to limit RGW caps. Patrick Donnelly
05:22 PM Revision 373cc847 (ceph): pybind/mgr/cephadm: limit rgw osd caps
Using tagged pools ensures RGW only can access pools used for RGW.
Fixes: https://tracker.ceph.com/issues/48594
Sign...
Patrick Donnelly
04:36 PM mgr Cleanup #46577 (Resolved): mgr: typed Option
As this is a pure clean-up, my vote for not backporting this to octopus... Anyone else objecting? Ernesto Puerta
04:35 PM Revision 0ef9ad55 (ceph): Merge pull request #36146 from rhcs-dashboard/wip-46577-master
mgr: add types to MODULE_OPTIONS
Reviewed-by: p-se <pseidensal@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.c...
Ernesto Puerta
03:52 PM CephFS Documentation #48585: mds_cache_trim_decay_rate misnamed?
Jan Fajerski wrote:
> Patrick Donnelly wrote:
> > I think I just got that option name from the code (DecayRate) but...
Patrick Donnelly
03:36 PM CephFS Documentation #48585: mds_cache_trim_decay_rate misnamed?
Patrick Donnelly wrote:
> I think I just got that option name from the code (DecayRate) but, yes, the name is unfort...
Jan Fajerski
03:25 PM CephFS Documentation #48585: mds_cache_trim_decay_rate misnamed?
Jan Fajerski wrote:
> I'm unsure about all this, so input is appreciated.
>
> I recently played around with this ...
Patrick Donnelly
10:42 AM CephFS Documentation #48585 (Resolved): mds_cache_trim_decay_rate misnamed?
I'm unsure about all this, so input is appreciated.
I recently played around with this and essentially broke a clu...
Jan Fajerski
03:45 PM Dashboard Backport #48593 (Resolved): nautilus: mgr/dashboard: Drop invalid RGW client instances, improve l...
https://github.com/ceph/ceph/pull/38584 Backport Bot
03:45 PM Dashboard Backport #48592 (Resolved): octopus: mgr/dashboard: Drop invalid RGW client instances, improve lo...
https://github.com/ceph/ceph/pull/38583 Backport Bot
03:44 PM Bug #48567: octopus: "cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum c,a" in upgr...
Nathan Cutler wrote:
> @Neha, so this is fixed by https://github.com/ceph/ceph/pull/38345 ?
Yes
Neha Ojha
12:13 PM Bug #48567 (Resolved): octopus: "cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum c...
@Neha, so this is fixed by https://github.com/ceph/ceph/pull/38345 ? Nathan Cutler
03:40 PM Dashboard Feature #48586 (Pending Backport): mgr/dashboard: Drop invalid RGW client instances, improve logging
Ernesto Puerta
11:54 AM Dashboard Feature #48586 (Fix Under Review): mgr/dashboard: Drop invalid RGW client instances, improve logging
Volker Theile
11:54 AM Dashboard Feature #48586 (Resolved): mgr/dashboard: Drop invalid RGW client instances, improve logging
* Log RGW settings for easier problem tracking.
* Drop RGW client instances that do not exist anymore. This happens ...
Volker Theile
03:40 PM Revision 15395f61 (ceph): Merge pull request #38406 from votdev/issue_48438_drop_rgw_instance
mgr/dashboard: Drop invalid RGW client instances, improve logging
Reviewed-by: Alfonso Martínez <almartin@redhat.com...
Ernesto Puerta
03:39 PM Dashboard Bug #48591 (Resolved): mgr/dashboard: alert badge includes suppressed alerts
h3. Description of problem
On a cluster with alerting enabled, when alerts are triggered, even if they are silence...
Ernesto Puerta
03:28 PM Revision 219c8d17 (ceph): doc/dev/crimson: add error-handling.rst
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:28 PM Revision d788b6b5 (ceph): doc/dev/crimson: exemplify errorator usage in error-handling.rst
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
03:25 PM Revision aaebfe0a (ceph): os/bluestore: Purge onode when it does exist
Added logic for erasing onode from onode_map it is last reference and exists==false.
Signed-off-by: Adam Kupczyk <ak...
Adam Kupczyk
03:25 PM Revision 6c8e8a75 (ceph): os/bluestore: Prevented erasure of element from onode_map during iteration
When onode.exists == false getting reference and then releasing it might delete it from container.
It must not happen...
Adam Kupczyk
03:25 PM Revision 01ff70d1 (ceph): os/bluestore: Changed order in note_removed_object
Just making sure onode does not get deleted.
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
Adam Kupczyk
03:25 PM RADOS Feature #48590 (Rejected): Add ability to blocklist a cephx entity name, a set of entities by a l...
Background:
The need for fencing in a kubernetes multicluster scenario is presented here: https://lists.ceph.io/hy...
Shyamsundar Ranganathan
03:06 PM Revision c945133c (ceph): Merge pull request #37642 from alimaredia/wip-rgw-apache-log-timestamp-...
rgw: add request time into beast log instead of current time Mark Kogan
03:05 PM Revision 9f5d7257 (ceph): vstart: add jaeger option + misc refactoring
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
02:55 PM Dashboard Backport #47607: octopus: mgr/dashboard/api: move/create OSD histogram in separate endpoint
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37973
m...
Nathan Cutler
01:37 PM Dashboard Backport #47607 (Resolved): octopus: mgr/dashboard/api: move/create OSD histogram in separate end...
Ernesto Puerta
02:55 PM mgr Backport #48343: octopus: Unable to disable SSO
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38405
m...
Nathan Cutler
01:36 PM mgr Backport #48343 (Resolved): octopus: Unable to disable SSO
Ernesto Puerta
02:55 PM Dashboard Backport #48396: octopus: mgr/dashboard: Disable TLS 1.0 and 1.1
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38331
m...
Nathan Cutler
01:35 PM Dashboard Backport #48396 (Resolved): octopus: mgr/dashboard: Disable TLS 1.0 and 1.1
Ernesto Puerta
02:55 PM Dashboard Backport #48226: octopus: mgr/dashboard: Use pipe instead of calling function within template
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38094
m...
Nathan Cutler
01:35 PM Dashboard Backport #48226 (Resolved): octopus: mgr/dashboard: Use pipe instead of calling function within t...
Ernesto Puerta
02:39 PM CephFS Feature #48509 (Fix Under Review): mds: dmClock based subvolume QoS scheduler
Patrick Donnelly
02:39 PM CephFS Bug #48559 (Triaged): qa: ERROR: test_damaged_dentry, KeyError: 'passed_validation'
Patrick Donnelly
02:38 PM CephFS Bug #48562 (Triaged): qa: scrub - object missing on disk; some files may be lost
Patrick Donnelly
02:34 PM Dashboard Bug #48237 (Resolved): Unable to disable SSO
Volker Theile
02:08 PM mgr Feature #48589 (New): Check for long-running operations before restarting the mgr daemon
If possible check if there are any long-running operations (e.g. the deletion of an image) before restarting the mgr ... Tatjana Dehler
01:51 PM Revision eda982e9 (ceph): Merge pull request #38559 from xxhdx1985126/wip-crimson-bug-fix
crimson/osd: fix two bugs
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:37 PM Revision e8cafbfe (ceph): Merge pull request #37973 from callithea/wip-47607-octopus
octopus: mgr/dashboard/api: move/create OSD histogram in separate endpoint
Reviewed-by: Aashish Sharma <aasharma@red...
Ernesto Puerta
01:36 PM Revision 42adb548 (ceph): Merge pull request #38405 from callithea/wip-48343-octopus
octopus: mgr/dashboard: Disable sso without python3-saml
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Ernesto Puerta
01:35 PM Revision 38ed9c29 (ceph): Merge pull request #38331 from votdev/wip-48396-octopus
octopus: mgr/dashboard: Disable TLS 1.0 and 1.1
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Laura P...
Ernesto Puerta
01:34 PM Revision 47044b09 (ceph): Merge pull request #38094 from bk201/wip-48226-octopus
octopus: mgr/dashboard: Use pipe instead of calling function within template
Reviewed-by: Laura Paduano <lpaduano@su...
Ernesto Puerta
01:24 PM Dashboard Bug #44591: CVE-2020-27839: mgr/dashboard: The ceph dashboard is vulnerable to XSS attacks
(Optimistic that this will be backported) Nathan Cutler
01:19 PM Revision 3333ff23 (ceph): crimson/tools: use helpers from byteorder.hh
simpler this way
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:15 PM Dashboard Backport #48588 (Resolved): nautilus: mgr/dashboard: RGW User Form is validating disabled fields
https://github.com/ceph/ceph/pull/39543 Backport Bot
01:15 PM Dashboard Backport #48587 (Resolved): octopus: mgr/dashboard: RGW User Form is validating disabled fields
https://github.com/ceph/ceph/pull/38594 Backport Bot
01:14 PM Dashboard Bug #47727 (Pending Backport): mgr/dashboard: RGW User Form is validating disabled fields
Volker Theile
12:52 PM Dashboard Bug #42927 (New): mgr/dashboard: alerts page's generatorURL is made of a hostname vs. FQDN
Ernesto Puerta
12:40 PM bluestore Bug #48036: bluefs corrupted in a OSD
Satoru Takeuchi wrote:
> @Igor
>
> This problem can be fixed by providing an option to move fsid file to other pl...
Igor Fedotov
12:23 PM Revision 106d7731 (ceph): rgw: fixing compilation errors
Removing pessimizing moves and unused captures.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
12:17 PM mgr Backport #48344: nautilus: Unable to disable SSO
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38404
m...
Nathan Cutler
10:50 AM mgr Backport #48344 (Resolved): nautilus: Unable to disable SSO
Ernesto Puerta
12:16 PM Backport #47915: octopus: hammer packages not found on shaman
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37728
m...
Nathan Cutler
06:16 AM Backport #47915 (Resolved): octopus: hammer packages not found on shaman
Deepika Upadhyay
12:16 PM RADOS Backport #48228 (Resolved): octopus: Log "ceph health detail" periodically in cluster log
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38345
m...
Nathan Cutler
12:14 PM Orchestrator Feature #47368 (Resolved): Provide a daemon mode for cephadm to handle host/daemon state requests
Nathan Cutler
12:13 PM Revision d8293d93 (ceph): crimson/osd: recovery read lock should be held across the hole object p...
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
11:57 AM Revision 495ff0a2 (ceph): mgr/dashboard: Drop invalid RGW client instances, improve logging
* Log RGW settings for easier problem tracking.
* Drop RGW client instances that do not exist anymore. This happens w...
Volker Theile
11:42 AM Bug #48290 (Won't Fix): mgr/dashboard: deletion of host doesn't reflect the dashboard
Ernesto Puerta
11:26 AM CephFS Bug #48517: mds: "CDir.cc: 1530: FAILED ceph_assert(!is_complete())"
The MDS is doing the merge:... Xiubo Li
03:23 AM CephFS Bug #48517: mds: "CDir.cc: 1530: FAILED ceph_assert(!is_complete())"
As we talked last week, I will take this and will figure out why the same CDir was fetched twice.
Thanks.
Xiubo Li
10:49 AM Revision da24b84d (ceph): Merge pull request #38404 from callithea/wip-48344-nautilus
nautilus: mgr/dashboard: Disable sso without python3-saml
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Ernesto Puerta
09:23 AM Revision f002c6ce (ceph): mgr: add types to MODULE_OPTIONS
Uses a typed Option class for MODULE_OPTIONS and replaces those in the
modules that are checked by mypy.
Fixes: http...
Ernesto Puerta
08:30 AM rgw Bug #47910: radosgw crash on objecter operations
Hi Mauricio,
I planned to test backport this week, I will be back with results.
Rafal
Rafal Wadolowski
08:28 AM Revision aa5f4878 (ceph): Update batch.py
Correct a typo
Signed-off-by: shenjiatong <yshxxsjt715@gmail.com>
Norman Shen
08:26 AM Revision 2f1f16ed (ceph): admin/doc-requirements.txt: require breathe >= 4.20
to be compatible with Sphinx 3.2
see https://github.com/michaeljones/breathe/tree/v4.20.0#change-log
Signed-off-by: ...
Kefu Chai
07:40 AM Dashboard Cleanup #48584 (New): mgr/dashboard: remove auth/check and modify redirectURL for SSO
Remove the /auth/check endpoint as it has the the same response jsonBody as /auth (/auth has 1 more which is the toke... Avan Thakkar
06:11 AM Documentation #48301: Change option name references to the underscore versions
Aye Aye, Cap'n! Anthony D'Atri
06:10 AM Documentation #48301: Change option name references to the underscore versions
Proceed! Zac Dover
05:54 AM Revision 851d10ed (ceph): Merge pull request #37047 from sebastian-philipp/doc-cephadm-rm-host
doc/cephadm: Add remove host to operations
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
04:30 AM Revision 461c1108 (ceph): cephadm: add host-maintenance subcommand
Initial patch to provide an enter and exit subcommand
to cephadm. Note these are simply 'primitives' that will
be use...
Paul Cuzner
03:12 AM RADOS Bug #48583 (In Progress): nautilus: Log files are created with rights root:root
Brad Hubbard
01:28 AM RADOS Bug #48583 (Resolved): nautilus: Log files are created with rights root:root
On 7148b7c3ae254fbc7796ae63d86ea681c68e0d88... Brad Hubbard
03:00 AM Revision 39c8941c (ceph): crimson/osd: allow obc to promote lock state from none to excl
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
02:08 AM Revision 5f7aaf07 (ceph): global/global_init: do first transport connection after setuid()
uverbs kernel module forbids access to a file descriptor after credentials
change, that leads to -EACCESS on each fol...
Roman Penyaev
02:08 AM Revision 516a6fd0 (ceph): tools/ceph_conf: replace exit(n) with "return n"
a step to the leak-free `main()`, as we use a smart pointer to manage
the lifecycle of `cct`, it'd be better to let t...
Kefu Chai
02:08 AM Revision d10f3802 (ceph): tools/ceph_conf: do not "exit(1)" in usage()
we always return right after calling `usage()`, there is no need to
`exit(1)` in usage. and more importantly, we shou...
Kefu Chai
02:08 AM Revision 03dc1206 (ceph): tools/ceph_conf: use std::quoted()
* use std::quoted() for better readability
* use string literals to avoid escapings which are distrating.
Signed-off...
Kefu Chai
02:08 AM Revision 869ae1df (ceph): tools/ceph_conf: send help to cout in case of '--help'
we should not write to cerr if use asks for help message explicitly
Signed-off-by: Kefu Chai <kchai@redhat.com>
(che...
Kefu Chai
02:07 AM Revision 339ef6a3 (ceph): tools/ceph_conf: s/global_pre_init/global_init/
we switched over from `global_init()` to `global_pre_init()` in
fc1a424e837bee139726eec333c9efd65e2abb6a to address
h...
Kefu Chai
01:30 AM rbd Bug #48541 (Fix Under Review): ceph-iscsi: disk create/delete fails for REST API
The PR: https://github.com/ceph/ceph-iscsi/pull/229 Xiubo Li
12:43 AM rgw Bug #48554: When copying an encrypted object, the result object is empty.
https://github.com/ceph/ceph/pull/38537 Ilsoo Byun
12:42 AM rgw Bug #48556: UploadPartCopy uses the wrong headers
https://github.com/ceph/ceph/pull/38541 Ilsoo Byun

12/13/2020

10:15 PM Revision 27b5eada (ceph): cephadm: create default output dir during bootstrap
If the output dir doesn't exist the old behaviour was to
abort bootstrap. Since we're running with UID=0, this
patch ...
Paul Cuzner
10:02 PM Revision a4757451 (ceph): qa: forward scrubbing background task
Add forward scrubbing thrasher task to scrub file-system while a long
running IO is taking place.
Fixes: https://tra...
Milind Changire
09:24 PM Orchestrator Feature #48582 (Closed): During bootstrap, if the output_dir is not found - allocate it
At the moment, the bootstrap workflow requires the user to create the /etc/ceph directory - and if this is not presen... Paul Cuzner
09:19 PM Orchestrator Feature #47368 (Closed): Provide a daemon mode for cephadm to handle host/daemon state requests
merged Paul Cuzner
05:29 PM Bug #48567: octopus: "cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum c,a" in upgr...
https://github.com/ceph/ceph/pull/38118 merged Yuri Weinstein
01:12 PM RADOS Bug #48581 (New): MON: global_init: error reading config file
2020-12-12 00:24:28 /opt/ceph-container/bin/entrypoint.sh: STAYALIVE: container will not die if a command fails.,
2...
Oscar Segarra
12:32 PM Revision c2cb7b8a (ceph): rgw/notification: automatically delete topics associated with a bucket
when a bucket is deleted
fixes: https://tracker.ceph.com/issues/46128
Signed-off-by: Yuval Lifshitz <ylifshit@redha...
Yuval Lifshitz
11:26 AM Revision 684785d9 (ceph): Merge pull request #38545 from tchaikov/wip-crimson-test-errorator
test/crimson: add a test to verify that errorator does not copy
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed...
Kefu Chai
10:32 AM rgw Backport #48576 (In Progress): nautilus: RGW prefetches data for range requests
Nathan Cutler
10:32 AM Revision 64077272 (ceph): rgw: Disable prefetch of entire head object when GET request with range...
Disable prefetch of entire head object when GET request with range header.
The current behavior for the RGW is gettin...
Or Friedmann
10:30 AM mgr Bug #48487 (Duplicate): mgr/restful: TypeError: string indices must be integers in _gather_osds
Nathan Cutler
03:32 AM Revision ccaaad1d (ceph): test/crimson: move member variable into test
so the test is more self-contained.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:32 AM Revision 953efae6 (ceph): test/crimson: add a test to verify that errorator does not copy
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:32 AM Revision 39ba718e (ceph): test/crimson: s/do_until_test_t/errorator_test_t/
so we can reuse this test suite for more errorator related tests.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

12/12/2020

09:58 PM Revision 2b5078b3 (ceph): qa/workunits/fs: add test for subvolume
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit df7e9aa42b97f3203e92387d2ceea5636f5230ad)
Yan, Zheng
09:58 PM Revision 2ad71709 (ceph): mds: disallow across subvolume rename
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 53348ab67f0f3e691cfeb6b02d80b868fdb98d89)
Yan, Zheng
09:58 PM Revision 6c387384 (ceph): mds: disallow hardlink across subvolume
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 55cc3f7d7d27837bfe64ee46444358c0e45d16f6)
Yan, Zheng
09:58 PM Revision 03581a4b (ceph): mds: don't move inode with nlink > 1 to global snaprealm if it's in sub...
Fixes: https://tracker.ceph.com/issues/46074
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit...
Yan, Zheng
09:58 PM Revision 1c67d225 (ceph): mds: disallow creating snapshot on descendent directory of subvolume
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 34c6b4437a2e8a49bb76e86d07cd86b740e3f581)
Yan, Zheng
09:58 PM Revision 69e540b9 (ceph): mds: add vxattr that marks/clears subvolume flag
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 8d531680cdf48ba43d93becd5a19072844e92c19)
C...
Yan, Zheng
09:50 PM Backport #47915: octopus: hammer packages not found on shaman
Deepika Upadhyay wrote:
> https://github.com/ceph/ceph/pull/37728
merged
Yuri Weinstein
09:50 PM Revision 5a1c74c9 (ceph): Merge pull request #37728 from ideepika/wip-octopus-tracker-47915
octopus: qa: drop hammer branch qa tests
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Sebastian Wagner <se...
Yuri Weinstein
09:47 PM Revision 7a61f42d (ceph): Merge pull request #38345 from smithfarm/wip-48228-octopus
octopus: mon: Log "ceph health detail" periodically in cluster log
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
08:28 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Jonas Jelten wrote:
> Another OSD died, this time on a different host. Also 1.1TiB 10k HDD. I can dump and analyze t...
Igor Fedotov
02:10 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Another OSD died, this time on a different host. Also 1.1TiB 10k HDD. I can dump and analyze things there if you like. Jonas Jelten
07:33 PM mgr Bug #48217: FAIL: test_osd_came_back (tasks.mgr.test_progress.TestProgress)
Backported to nautilus by https://github.com/ceph/ceph/pull/37589 Nathan Cutler
07:29 PM mgr Bug #48217 (Pending Backport): FAIL: test_osd_came_back (tasks.mgr.test_progress.TestProgress)
Nathan Cutler
07:30 PM mgr Backport #48580 (In Progress): octopus: FAIL: test_osd_came_back (tasks.mgr.test_progress.TestPro...
Nathan Cutler
07:29 PM mgr Backport #48580 (Resolved): octopus: FAIL: test_osd_came_back (tasks.mgr.test_progress.TestProgress)
https://github.com/ceph/ceph/pull/38555 Nathan Cutler
03:28 PM ceph-volume Backport #48304 (Resolved): octopus: prepare: the *-slots arguments have no effect
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38205
m...
Nathan Cutler
03:28 PM ceph-volume Backport #48088 (Resolved): octopus: ceph-volume simple activate ignores osd_mount_options_xfs fo...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38014
m...
Nathan Cutler
03:28 PM ceph-volume Backport #48188 (Resolved): octopus: remove mention of dmcache from docs and help text
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38047
m...
Nathan Cutler
03:28 PM ceph-volume Backport #48303 (Resolved): octopus: ceph-volume lvm batch fails activating filestore dymcrypt osds
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38199
m...
Nathan Cutler
02:46 PM ceph-volume Backport #48353 (Resolved): octopus: Fails to deploy osd in rook, throws index error
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38280
m...
Nathan Cutler
02:46 PM ceph-volume Backport #48186 (Resolved): octopus: the --log-level flag is not respected
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38426
m...
Nathan Cutler
02:45 PM RADOS Backport #48579: octopus: octopus: setting noscrub crashed osd process
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38359
m...
Nathan Cutler
02:44 PM RADOS Backport #48579 (Resolved): octopus: octopus: setting noscrub crashed osd process
Nathan Cutler
02:43 PM RADOS Backport #48579 (Resolved): octopus: octopus: setting noscrub crashed osd process
https://github.com/ceph/ceph/pull/38359 Nathan Cutler
02:42 PM RADOS Bug #47767 (Pending Backport): octopus: setting noscrub crashed osd process
Nathan Cutler
02:40 PM mgr Backport #48400: nautilus: mgr: don't update osd stat which is already out
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38354
m...
Nathan Cutler
02:39 PM rgw Backport #48238 (Resolved): nautilus: list object versions returned multiple 'IsLatest true' entries
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38085
m...
Nathan Cutler
02:38 PM rbd Backport #48040 (Resolved): nautilus: librbd qos assert m_io_throttled failed
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37895
m...
Nathan Cutler
02:24 PM Revision 8bbe2e08 (ceph): Merge pull request #38554 from tchaikov/wip-admin-build-doc
admin/build-doc: consolidate the build deps into admin/doc-requirements.txt
Reviewed-by: Radoslaw Zarzynski <rzarzyn...
Kefu Chai
12:52 PM Revision 58ef1b15 (ceph): test: add a test case which calls scrub after evict
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
12:52 PM Revision 7ea89517 (ceph): osd: fix clone size mismatch when dedup object is evicted
When evicting deduped object which is cloned,
we try to shrink its size to zero if all chunks are in chunk_map.
Howev...
Myoungwon Oh
12:50 PM Revision c2372c69 (ceph): osd: fix to update missing state correctly
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
11:55 AM Revision cd97c730 (ceph): Merge pull request #38547 from varshar16/wip-kubejacker-updates
script/kubejacker: Add python_common library and misc updates
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
08:49 AM Revision 140f6c5c (ceph): admin/build-doc: drop comments for building dummy C bindings
we don't build dummy C bindings since
2235c2db0ecc7a8fbe165aba2ea8aaf8189d349c
Signed-off-by: Kefu Chai <kchai@redha...
Kefu Chai
08:29 AM Revision 703ba9e7 (ceph): admin/build-doc: revert "upgrade pip setuptools first"
per Radoslow Zarzynski, the build failure was due to missing Python.h
for the python version he was using on the syst...
Kefu Chai
08:28 AM Revision 5cb9d545 (ceph): admin/build-doc: stop passing --use-feature=2020-resolver to pip
to silence the warning of
WARNING: --use-feature=2020-resolver no longer has any effect, since it is now the default...
Kefu Chai
08:27 AM Revision 6fb4aff5 (ceph): admin/build-doc: consolidate the build deps into admin/doc-pybind.txt
since all the python bindings are required for building the doc, extract
them into admin/doc-pybind.txt.
because the...
Kefu Chai
04:36 AM Revision ebdaaf88 (ceph): Merge pull request #37433 from aclamk/wip-rocksdb-better-options
kv/RocksDBStore: Added ability to set compound options
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
04:18 AM Revision ea9c14c3 (ceph): Merge pull request #38020 from mdw-at-linuxbox/teuth-fix-x509-san
qa/tasks/openssl_keys.py: add subjectAltName to certificates
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed...
Kefu Chai
04:15 AM mgr Backport #48578 (Resolved): octopus: Logic error in default prom alert 'pool filling up'
https://github.com/ceph/ceph/pull/38593 Backport Bot
04:11 AM mgr Bug #48354 (Pending Backport): Logic error in default prom alert 'pool filling up'
Kefu Chai
04:10 AM Revision 30487c75 (ceph): Merge pull request #38282 from vosdev/ceph-pool-alert
mgr/prometheus: Fix 'pool filling up' with >50% usage
Reviewed-by: Patrick Seidensal <pseidensal@suse.com>
Kefu Chai
03:56 AM CephFS Bug #48559: qa: ERROR: test_damaged_dentry, KeyError: 'passed_validation'
Patrick Donnelly wrote:
> Please link the source file for the paste you put in the description.
http://qa-proxy.c...
Jos Collin
03:48 AM Revision b501d851 (ceph): Merge pull request #38290 from athanatos/sjust/wip-transaction-manager-nbd
crimson/seastore: add journaling checksumming and nbd based simple perf tester
Reviewed-by: Yingxin Cheng <yingxin.c...
Kefu Chai
03:46 AM crimson Bug #48108: unittest_seastar_messenger fails
... Kefu Chai
03:10 AM CephFS Feature #48577 (In Progress): pybind/mgr/volumes: support snapshots on subvolumegroups
We removed this recently but I think it needs to come back based on new developments in kubernetes with VolumeGroups.... Patrick Donnelly
02:59 AM Revision cd62a849 (ceph): Merge PR #38322 into master
* refs/pull/38322/head:
test_cephfs_shell: add tests for ls command
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Patrick Donnelly
02:52 AM CephFS Backport #47095 (In Progress): octopus: mds: provide altrenatives to increase the total cephfs su...
Patrick Donnelly
02:18 AM Revision b922fa89 (ceph): crimson/os/seastore/journal: replace scan_segment with scan_valid_recor...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:18 AM Revision 5f4da5ce (ceph): crimson/os/seastore: rework jorunal::scan_extents to use scan_valid_rec...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:18 AM Revision 321c138e (ceph): crimson/os/seastore/journal: remove now unused scan_segment
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:18 AM Revision e358d24d (ceph): crimson/os/seastore/cached_extent: always allocate page aligned
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:18 AM Revision a99882ed (ceph): crimson/os/seastore/segment_manager: allocate page aligned in read helper
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:18 AM Revision 60e1d2ca (ceph): crimson/os/seastore/journal: fix typo in comment
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
02:18 AM Revision 68c17a02 (ceph): crimson/os/seastore/journal: add scan_valid_records
scan_valid_records validates record checksums and uses last_comitted
to avoid checking data crcs except on the final ...
Samuel Just
01:06 AM rgw Bug #47910: radosgw crash on objecter operations
Hi Rafal,
Please excuse this message if you're already out for vacation/holiday season.
Just following up if yo...
Mauricio Oliveira
01:00 AM rgw Backport #48576 (Resolved): nautilus: RGW prefetches data for range requests
https://github.com/ceph/ceph/pull/38556 Backport Bot
12:58 AM rgw Bug #44508 (Pending Backport): RGW prefetches data for range requests
Dan Hill
12:57 AM rgw Bug #44508: RGW prefetches data for range requests
This issue is also present in nautilus. I've added it to the backport list for consideration. Dan Hill
12:17 AM CephFS Backport #48374 (In Progress): nautilus: client: dump which fs is used by client for multiple-fs
Patrick Donnelly
12:17 AM Revision b507eb24 (ceph): Merge pull request #38444 from tchaikov/wip-msgr-string-view
msg/async: drop unused member variable
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
12:16 AM Revision 10f40ae2 (ceph): client: dump which fs is used by client for multiple-fs
Fixes: https://tracker.ceph.com/issues/48246
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
(cherry picked from...
Zhi Zhang
12:15 AM CephFS Backport #48372 (In Progress): octopus: client: dump which fs is used by client for multiple-fs
Patrick Donnelly
12:14 AM Orchestrator Bug #48442: cephadm: upgrade loops on mixed x86_64/arm64 cluster
How would I manually upgrade the remaining daemons? I'm not finding anything in the documentation about how to do th... Bryan Stillwell
12:14 AM Revision 12318cc3 (ceph): client: dump which fs is used by client for multiple-fs
Fixes: https://tracker.ceph.com/issues/48246
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
(cherry picked from...
Zhi Zhang
12:11 AM CephFS Backport #46094 (Rejected): octopus: cephfs-shell: set proper return value for the tool
Skipping backport for cephfs-shell for now (especially non-trivial ones). Patrick Donnelly
12:09 AM Revision acde2ff5 (ceph): Merge pull request #38439 from adk3798/iscsi-stuff
mgr/cephadm: improve iscsi dashboard config
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com>
Reviewed-by: Juan M...
Sebastian Wagner
12:07 AM Revision 755e66aa (ceph): Merge pull request #38533 from sebastian-philipp/cephadm-mypy-no-untyped
mgr/cephadm: disallow_untyped_defs=True
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
12:05 AM Revision db3516d8 (ceph): Merge pull request #38544 from tchaikov/wip-build-doc-auto-build
admin/build-doc: add livehtml target
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai

12/11/2020

11:54 PM CephFS Bug #48524 (Fix Under Review): octopus: run_shell() got an unexpected keyword argument 'timeout'
Patrick Donnelly
11:49 PM Revision 0b4721e2 (ceph): qa: accept timeout argument in run_shell
This was fixed differently in master in a way that's not easy to
backport.
Fixes: https://tracker.ceph.com/issues/48...
Patrick Donnelly
11:44 PM CephFS Backport #47248 (Rejected): nautilus: mon: deleting a CephFS and its pools causes MONs to crash
https://tracker.ceph.com/issues/47941#note-3 Patrick Donnelly
11:44 PM CephFS Backport #47941 (Rejected): nautilus: octopus: client: hang after statfs
There are too many conflicts for this. I'm closing as it's mostly to fix a few QA test failures that are not signific... Patrick Donnelly
10:58 PM mgr Bug #48487: mgr/restful: TypeError: string indices must be integers in _gather_osds
Sorry, this is a duplicate ticket of #48488 created by mistake. Jerry Pu
10:50 PM RADOS Bug #48385 (Resolved): nautilus: statfs: a cluster with any up but out osd will report bytes_used...
Igor Fedotov
10:49 PM mgr Backport #48400 (Resolved): nautilus: mgr: don't update osd stat which is already out
Igor Fedotov
08:01 PM mgr Backport #48400: nautilus: mgr: don't update osd stat which is already out
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/38354
merged
Yuri Weinstein
10:30 PM mgr Backport #48575 (Resolved): nautilus: Module 'crash' has failed: dictionary changed size during i...
https://github.com/ceph/ceph/pull/39338 Backport Bot
10:30 PM mgr Backport #48574 (Resolved): octopus: Module 'crash' has failed: dictionary changed size during it...
https://github.com/ceph/ceph/pull/38592 Backport Bot
10:25 PM mgr Bug #48573 (Resolved): Module 'crash' has failed: dictionary changed size during iteration
Backport only tracker since this has already been fixed in master and should be incorporated in earlier branches down... Brad Hubbard
10:16 PM RADOS Bug #48540 (Need More Info): _txc_add_transaction error (17) File exists not handled on operation
Can you provide osd logs with debug_osd=20? It is very hard to tell what's causing the crash without enough logs. Neha Ojha
09:31 PM Revision 73e74914 (ceph): crimson/tools/: add really simple nbd driver for TransactionManager
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision d7bb905a (ceph): crimson/os/seastore/journal: send aligned buffer in initialize_segment
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 9628f340 (ceph): crimson/os/seastore/.../ephemeral: introduce pauses for testing
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision dbd9e32a (ceph): crimson/os/seastore/journal: fix error returns in replay
SegmentManager is allowed to return an enoent if the segment isn't
readable.
Signed-off-by: Samuel Just <sjust@redha...
Samuel Just
09:31 PM Revision 975d6e50 (ceph): crimson/os/seastore: use unqualified en/decode for denc types
Otherwise, if definitions from encoding.h are in scope the templated
denc one won't be considered.
Signed-off-by: Sa...
Samuel Just
09:31 PM Revision 57447404 (ceph): crimson/os/seastore/segment_manger/ephemeral: add final annotations
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 72a06673 (ceph): include/uuid: convert to denc
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision cdd2b53a (ceph): crimson/os/seastore/segment_manager: add seastore_meta_t with uuid
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision bd49b956 (ceph): include/uuid: make bytes() return const *
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 2674d338 (ceph): crimson/os/seastore/journal: record segment/record nonces based on seas...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 36cc47e6 (ceph): crimson/os/seastore/journal: propogate segment headers with replay segm...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision f2402dc9 (ceph): crimson/os/seastore/journal: factor out read_segment_header
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 060fd035 (ceph): crimson/os/seastore/journal: check segment nonce in scan_segment
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 6f744a55 (ceph): crimson/os/seastore/.../lba_btree_node_impl: fix merge_entry return values
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 1c3df6f1 (ceph): crimson/os/seastore/.../lba_btree_node: collapse root on merge if down ...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 46e8a8db (ceph): crimson/os/seastore/journal: add data and metadata checksums
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 56b9313f (ceph): crimson/os/seastore/journal: fix debugging lines
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 2ed559fd (ceph): crimson/os/seastore/journal: use specified size types for header
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 6cd52cb0 (ceph): crimson/os/seastore/journal: maintain committed_to on each record
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision 59ff3f97 (ceph): crimson/os/seastore/lba_manager/btree/btree_range_pin: remove obsolete ...
In the event that the only two children of the root are merged, they
as well as the old root will be retired meaning ...
Samuel Just
09:31 PM Revision d63ace56 (ceph): crimson/os/seastore/journal: validate header crc on read
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:31 PM Revision ac08cfa1 (ceph): crimson/os/seastore/journal: try_decode* pass bl as const &
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:19 PM rgw Bug #48571 (Can't reproduce): Multi part upload abort on first put with unknown error -2009
Hello,
We are trying to configure IBM Cloud Tape Connector to do backup on our Cephs<s S3. Initial Connection hap...
Simon Pierre Desrosiers
08:00 PM Revision 7148b7c3 (ceph): Merge pull request #38354 from ifed01/wip-ifed-fix-statfs-out-nau
nautilus: mgr: don't update osd stat which is already out
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:00 PM Revision 102d5d65 (ceph): Merge pull request #38334 from b-ranto/wip-prom-fixes-nautilus
nautilus: mgr/prometheus: Make module more stable
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:00 PM Revision 6513ee62 (ceph): Merge pull request #38413 from pcuzner/fix-yaml-error
orchestrator: validate osd yaml Paul Cuzner
07:59 PM rgw Backport #48238: nautilus: list object versions returned multiple 'IsLatest true' entries
https://github.com/ceph/ceph/pull/38085 merged Yuri Weinstein
07:59 PM Linux kernel client Bug #48569 (Can't reproduce): KASAN use after free warning when evicting inode
I got this KASAN warning when I was testing something with dynamic_debug turned up:... Jeff Layton
07:59 PM Revision 9b1d3f55 (ceph): Merge pull request #38085 from orztt/wip-rgw-versioning-nautilus
nautilus: rgw: cls/rgw/cls_rgw.cc: fix multiple lastest version problem
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
07:58 PM rbd Backport #48040: nautilus: librbd qos assert m_io_throttled failed
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37895
merged
Yuri Weinstein
07:58 PM Revision 850d07ec (ceph): Merge pull request #37895 from smithfarm/wip-48040-nautilus
nautilus: rbd: librbd: ensure that thread pool lock is held when processing throttled IOs
Reviewed-by: Jason Dillama...
Yuri Weinstein
07:51 PM RADOS Feature #48419 (In Progress): Add support for balance by space utilization and evenly spread prim...
David Zafman
07:14 PM Revision 78646120 (ceph): rgw: add request time into beast log instead of current time
Change time format on the line that prints a
summary of the request in apache common log format
to match the format s...
Ali Maredia
06:49 PM Orchestrator Bug #48158 (Resolved): cephadm bootstrap fails with custom ssh port
Sebastian Wagner
06:49 PM Orchestrator Bug #48041 (Resolved): mgr/cephadm: Allow customizing mgr/cephadm/lsmcli_blink_lights_cmd per host
Sebastian Wagner
06:49 PM Orchestrator Bug #48031 (Resolved): Cephadm: Needs to pass cluster.listen-address to alertmanager
Sebastian Wagner
06:49 PM Orchestrator Bug #48166 (Resolved): cephadm should be run as root
Sebastian Wagner
06:49 PM Orchestrator Bug #48072 (Resolved): ppa:projectatomic is no longer maintained
Sebastian Wagner
06:48 PM Orchestrator Feature #43686 (Resolved): cephadm: support rgw nfs
Sebastian Wagner
06:48 PM Dashboard Bug #47997 (Resolved): mgr/dashboard: OSD disk performance statistics not working in grafana
Sebastian Wagner
06:48 PM Orchestrator Bug #47841 (Resolved): `ceph orch device ls` assumes lsm data is present
Sebastian Wagner
06:47 PM Orchestrator Bug #47745 (Resolved): cephadm: adopt {prometheus,grafana,alertmanager} fails with "RuntimeError:...
Sebastian Wagner
06:47 PM Orchestrator Bug #47648 (Resolved): mgr/cephadm: Rendering custom template HTML escapes wrongly
Sebastian Wagner
06:47 PM Orchestrator Bug #47580 (Resolved): cephadm: "Error ENOENT: Module not found": TypeError: type object argument...
Sebastian Wagner
06:44 PM CephFS Bug #48559: qa: ERROR: test_damaged_dentry, KeyError: 'passed_validation'
Please link the source file for the paste you put in the description. Patrick Donnelly
08:45 AM CephFS Bug #48559 (Resolved): qa: ERROR: test_damaged_dentry, KeyError: 'passed_validation'
Found this in the `fs` suite run.... Jos Collin
06:43 PM Orchestrator Feature #48560: Spec files for each daemon in the monitoring stack
do you have some example yamls? Sebastian Wagner
09:18 AM Orchestrator Feature #48560 (Closed): Spec files for each daemon in the monitoring stack
It would be nice to have a spec file for grafana, alert manager and prometheus.
In this way we can provide a more fl...
Juan Miguel Olmo Martínez
06:42 PM Bug #48567 (Triaged): octopus: "cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum c,...
I think the problem is that https://github.com/ceph/ceph/pull/38118 has merged in nautilus while https://github.com/c... Neha Ojha
05:02 PM Bug #48567 (Resolved): octopus: "cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum c...
This is for 15.2.8 release
Runs:
https://pulpito.ceph.com/teuthology-2020-12-10_16:13:48-upgrade:nautilus-x-octop...
Yuri Weinstein
06:40 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Is there any progress on tracking this down? Is it octopus also affected (#46800)?
I've lost 2 different OSDs runn...
Jonas Jelten
06:16 PM Revision abab5f14 (ceph): librbd/object_map: don't assert if a snapshot doesn't exist
When compute a fast-diff, if an snapshot no longer exists or fails
to load, ignore the error as long as it wasn't the...
Jason Dillaman
06:00 PM CephFS Backport #48568 (Resolved): octopus: tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch
https://github.com/ceph/ceph/pull/39004 Backport Bot
05:53 PM Revision c4534932 (ceph): doc/dev/kubernetes: Add minikube tips and misc updates
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:52 PM CephFS Bug #48491 (Pending Backport): tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch
Patrick Donnelly
05:51 PM Revision e126c943 (ceph): script/kubejacker: Add python_common library
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 0c663e7d (ceph): Merge PR #38511 into master
* refs/pull/38511/head:
qa/tasks/cephfs/nfs: Check if host ip is in cluster info output
Reviewed-by: Patrick Donnel...
Patrick Donnelly
04:40 PM Revision c1285d72 (ceph): rgw: Skip placement policy validation if not set for a bucket
Earlier releases of Ceph (Jewel) did not always set the placement_rule information
for a bucket and only relied on th...
Wido den Hollander
04:23 PM Revision bc732048 (ceph): admin/build-doc: upgrade pip setuptools first
on certain distros, buggy pip and setuptools are used, so we need to
upgrade them first.
see also: googleapis/google...
Kefu Chai
04:19 PM RADOS Bug #48566 (Resolved): nautilus: qa/standalone/scrub/osd-scrub-test.sh: _scrub_abort: return 1
... Deepika Upadhyay
04:15 PM Dashboard Bug #47727 (Resolved): mgr/dashboard: RGW User Form is validating disabled fields
Ernesto Puerta
04:14 PM Revision 6a40305b (ceph): Merge pull request #38519 from rhcs-dashboard/fix-47727-master
mgr/dashboard: RGW User Form is validating disabled fields
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-...
Ernesto Puerta
04:10 PM Dashboard Tasks #47482 (Resolved): mgr/dashboard: Improvements for the Cluster > Pools page
Ernesto Puerta
04:10 PM Dashboard Tasks #47901 (Resolved): mgr/dashboard: Replace Replica size and Erasure code profile with one co...
Ernesto Puerta
04:08 PM Revision 5d548160 (ceph): Merge pull request #38125 from rhcs-dashboard/improve-CRUSH-info-columns
mgr/dashboard: Replace Replica size and Erasure code profile with a single column
Reviewed-by: Alfonso Martínez <alm...
Ernesto Puerta
04:00 PM rbd Backport #48565 (Resolved): nautilus: "TestMigration.StressLive" fails
https://github.com/ceph/ceph/pull/41788 Backport Bot
04:00 PM rbd Backport #48564 (Resolved): octopus: "TestMigration.StressLive" fails
https://github.com/ceph/ceph/pull/39577 Backport Bot
03:56 PM rbd Bug #45694 (Pending Backport): "TestMigration.StressLive" fails
Mykola Golub
03:41 PM Revision 11165b1d (ceph): librbd/mirror: increase debug logging of snapshot state machines
Try to keep debug level 20 for IO state machines so that setting the
debug level to something lower should show the m...
Jason Dillaman
03:41 PM Revision 529d3c9a (ceph): librbd/mirror: ignore non-fatal errors when unlinking the snapshot
Notifications can fail if a client crashes or if we race with the
removal of the image. Either case should be ignored...
Jason Dillaman
03:41 PM Revision a888bff8 (ceph): librbd/mirror: tweak which snapshot is unlinked when at capacity
The rbd-mirror daemon will attempt to sync from the last synced
snapshot to the next mirror snapshot. When the limit ...
Jason Dillaman
03:40 PM Revision cbbfd1c4 (ceph): Merge pull request #38494 from dillaman/wip-45694
librbd: fix sporadic failures in TestMigration.StressLive
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:01 PM Dashboard Bug #48563 (Fix Under Review): mgr/dashboard: Some buttons are not rounded in the edges
Nizamudeen A
02:56 PM Dashboard Bug #48563 (Resolved): mgr/dashboard: Some buttons are not rounded in the edges
See the image
!not-round-button.png!
Nizamudeen A
02:57 PM Revision aaedab91 (ceph): mgr/dashboard: Making the edges of not rounded button rounded
Fixes: https://tracker.ceph.com/issues/48563
Signed-off-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A
02:34 PM Revision 286c6b43 (ceph): Merge pull request #38515 from tchaikov/wip-script-run-cbt
script/run-cbt.sh: drop bashism
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
02:30 PM Revision 34f74e8a (ceph): admin/build-doc: add livehtml target
it is time-consuming to rebuild the python bindings every time we
rebuild the document, it'd be ideal if we could jus...
Kefu Chai
01:49 PM Revision 13900cf6 (ceph): mgr/dashboard: new generic HTTP error page component
Added a generic Error component for HTTP Errors such as 404,403,501
Fixes:https://tracker.ceph.com/issues/39128
Sign...
Aashish Sharma
01:09 PM Revision d7d1912b (ceph): qa/mgr/test_progress: fix bug 48217
Fixes a failing test case regarding osd coming back
after being marked out. The old test case wasn't accounting
for a...
Kamoltat (Junior) Sirivadhna
01:03 PM Revision 1baba64e (ceph): librbd/deep_copy: added new migrating flag to object copy
The migration operation and the copyup state machine will set
this flag when attempting to perform a deep-copy due to...
Jason Dillaman
01:02 PM Revision e79f6b1c (ceph): librbd/deep_copy: added bitwise flag parameter to object copy
This initial version subsumes the original "flatten" boolean flag.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:02 PM Revision c139d0da (ceph): script/kubejacker: Add podman push example for plain HTTP registry
If the image is pushed to a plain HTTP registry then tls-verify needs to be set
to false. This patch adds an example ...
Varsha Rao
12:46 PM Revision 864d7ffc (ceph): Merge pull request #38486 from Rjerk/fix-mds-conf-typo
doc: fix a couple of typos
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
12:41 PM Revision df77e51a (ceph): Merge pull request #38542 from SMIL-Infra/wip-doc-conf-typo
doc: Fixes a typo in mon_dns_srv_name.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:40 AM CephFS Bug #48562 (New): qa: scrub - object missing on disk; some files may be lost
2020-12-10T05:14:53.213 INFO:tasks.ceph.mds.b.smithi165.stderr:2020-12-10T05:14:53.212+0000 7f27f1562700 -1 log_chann... Milind Changire
10:15 AM rbd Backport #48561 (Resolved): octopus: [rbd-mirror] UnlinkPeerRequest state machine might loop
https://github.com/ceph/ceph/pull/39961 Backport Bot
10:14 AM rbd Bug #48525 (Pending Backport): [rbd-mirror] UnlinkPeerRequest state machine might loop
Mykola Golub
10:13 AM Revision 6283c773 (ceph): Merge pull request #38517 from dillaman/wip-48525
rbd-mirror: bad state and crashes in snapshot-based mirroring
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
10:12 AM Revision d518bb25 (ceph): Merge pull request #38492 from dillaman/wip-librbd-io-tweaks
librbd: minor fix to IO shut-down and increased IO logging
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
10:08 AM Revision 4b8c92a9 (ceph): osd: refactor missing spaces
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
10:08 AM Revision 1e6e1f90 (ceph): debian/control: use yaml-dev >= 0.6
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
10:08 AM Revision 85ca7b36 (ceph): jaeger: make tracing default turned off, until teuthology integration
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
10:07 AM Revision 01997e76 (ceph): core: tracing basic i/o path for OSD
* add tracing header files { common/tracer.{h/cc} }
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Deepika Upadhyay
09:16 AM Revision 4dd26d65 (ceph): doc: Fixes a typo in mon_dns_srv_name.
Signed-off-by: 胡玮文 <huww98@outlook.com> 玮文 胡
08:35 AM Revision 3c5abab7 (ceph): ceph.spec.in: refactor s/Cephs/Ceph
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
08:15 AM mgr Backport #48558 (Resolved): nautilus: mgr/restful: _gather_osds() mistakenly treats a `str` as a ...
https://github.com/ceph/ceph/pull/39339 Backport Bot
08:15 AM mgr Backport #48557 (Resolved): octopus: mgr/restful: _gather_osds() mistakenly treats a `str` as a `...
https://github.com/ceph/ceph/pull/38595 Backport Bot
08:14 AM Revision 694ed23e (ceph): qa/standalone/misc/ver-health.sh: include the bootup-time
in my test bed, it takes 11 seconds to boot the 3 OSDs and to restart
one of them, this fails the test.
so we need t...
Kefu Chai
08:12 AM Revision 5a0c2dbe (ceph): mon: add "std::" to qualify type names
we should not assume that "using namespace std", or "using std::string"
in the included header files.
Signed-off-by:...
Kefu Chai
08:12 AM Revision 152d655f (ceph): mon/Monitor: remove unused variable
and add error handling
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:12 AM Revision 4bcfa139 (ceph): mon/HealthMonitor: use timespan for mon_warn_older_version_delay
for better user experience
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:12 AM Revision efbfad68 (ceph): mon/HealthMonitor: mark non-public methods "private"
these methods are not public visible, so mark them "private".
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:12 AM Revision f22e74a8 (ceph): mon/HealthMonitor: split prepare_health_checks() into smaller functions
for better readability. and take this opportunity to reformat them.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:09 AM mgr Bug #48488 (Pending Backport): mgr/restful: _gather_osds() mistakenly treats a `str` as a `dict`
Kefu Chai
08:08 AM Revision 4d6d1465 (ceph): Merge pull request #38480 from yician1000/fix_48488
mgr/restful: fix TypeError occurring in _gather_osds()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:07 AM Dashboard Bug #48406 (Resolved): cephadm/test_dashboard_e2e.sh: error when testing orchestrator/04-osds.e2e...
Kefu Chai
08:07 AM Dashboard Bug #48421 (Resolved): mgr/dashboard: Displaying the OSD preview modal raises an exception.
Kefu Chai
08:07 AM Revision 6e28e6f4 (ceph): Merge pull request #38384 from bk201/wip-48406
mgr/dashboard: fix test_dashboard_e2e.sh errors
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Lau...
Kefu Chai
08:05 AM CephFS Bug #47977 (Resolved): fs: "./bin/ceph daemon client.admin.133423 config show" do not work
Kefu Chai
08:04 AM Revision 84538579 (ceph): Merge pull request #37785 from lxbsz/conf1
common/config: do not expand the pid for socket admin
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:04 AM Revision 53a54dcd (ceph): Merge pull request #38417 from changchengx/osdmap
osd/OSDMonitor: correct duplicated output info
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Joao Eduardo L...
Kefu Chai
08:00 AM Revision 20824726 (ceph): Merge pull request #38453 from b-ranto/wip-crash-serial
mgr/crash: Serialize command handling
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
07:55 AM Revision 4b69d3a1 (ceph): jaeger, build/op: add jaeger and it's dependencies as submodules
* This commit introduces Jaegertracing library as package libjaeger,
pickwhich would be consumed by other ceph paca...
Deepika Upadhyay
07:52 AM Revision 3f1aa66e (ceph): Merge pull request #38501 from tchaikov/wip-cmake-crimson-test
test/crimson: do not link against crimson-{os,common}
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Rados...
Kefu Chai
07:21 AM rgw Bug #48556 (New): UploadPartCopy uses the wrong headers
to create an part from an encrypted object, RadosGW uses the following headers:
* x-amz-server-side-encryption-custo...
Ilsoo Byun
07:04 AM RADOS Bug #45761: mon_thrasher: "Error ENXIO: mon unavailable" during sync_force command leads to "fail...
Neha Ojha wrote:
> Deepika Upadhyay wrote:
> > for reproducing the issue: failed run: https://pulpito.ceph.com/idee...
Deepika Upadhyay
05:31 AM rgw Bug #48472: rgw crash when get none exist role policy
Hi @joke lee,
I tried the following:
radosgw-admin user create --tenant t1tenant --uid t1user --display-name t1...
Pritha Srivastava
04:47 AM Revision 7a5100fd (ceph): Merge pull request #38516 from tchaikov/wip-cmake-rocksdb
cmake: stop rebuilding rocksdb everytime
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
04:25 AM Revision a8690f1b (ceph): orchestrator: drop redundant try/except
YAML is validated up front, so the additional try/except
clause is not needed.
Signed-off-by: Paul Cuzner <pcuzner@r...
Paul Cuzner
03:51 AM Revision aa4beb3d (ceph): tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
1. Add testcase for authorizing auth_id which is not added by
ceph_volume_client
2. Add testcase to test 'allow_ex...
Kotresh Hiremath Ravishankar
03:51 AM Revision 77b42496 (ceph): pybind/ceph_volume_client: Optionally authorize existing auth-ids
Optionally allow authorizing auth-ids not created by ceph_volume_client
via the option 'allow_existing_id'. This can ...
Kotresh Hiremath Ravishankar
03:51 AM Revision 47100e52 (ceph): pybind/ceph_volume_client: Preserve existing caps while authorize/deaut...
Authorize/Deauthorize used to overwrite the caps of auth-id which would
end up deleting existing caps. This patch fix...
Kotresh Hiremath Ravishankar
03:51 AM Revision 3a85d2d0 (ceph): pybind/ceph_volume_client: Disallow authorize auth_id
This patch disallow the ceph_volume_client to authorize the auth_id
which is not created by ceph_volume_client. Those...
Ramana Raja
03:50 AM CephFS Bug #48555 (Resolved): pybind/ceph_volume_client: allows authorize on auth_ids not created throug...
Patrick Donnelly
03:16 AM rbd Bug #48526 (Fix Under Review): [rbd-mirror] assertion failure when attempting to sync non-existen...
Jason Dillaman
12:50 AM rbd Bug #48526 (In Progress): [rbd-mirror] assertion failure when attempting to sync non-existent sna...
Jason Dillaman
02:54 AM Revision 7f1f5673 (ceph): Merge pull request #35314 from zdover23/wip-doc-elasticsearch-7-warning
doc/radosgw: Note that ElasticSearch 7 doesn't work. Just 6 and lower.
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
02:41 AM Revision 79177997 (ceph): Merge pull request #38523 from tchaikov/wip-gcc-toolset-9
install-deps.sh: do not use gcc-toolset-9 from copr
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
01:00 AM Revision dde1303c (ceph): rgw: return error when trying to copy encrypted object without key
Fixes: https://tracker.ceph.com/issues/48554
Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com>
Ilsoo Byun
12:59 AM Revision 39605e6b (ceph): Merge pull request #38157 from sebastian-philipp/labeler-orchestrator
github/labeler: Add some more to cephadm, add orchestrator
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Revie...
Kefu Chai
12:55 AM rgw Bug #48554 (Resolved): When copying an encrypted object, the result object is empty.
When I use UploadPartCopyRequest to copy an encrypted object without a key, the request succeeds, but the result obje... Ilsoo Byun
12:41 AM RADOS Bug #45441: rados: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN)" in cluster log'
rados/singleton/{all/lost-unfound-delete mon_election/connectivity msgr-failures/many msgr/async-v1only objectstore/b... Neha Ojha
12:35 AM rbd Bug #48553 (Fix Under Review): [rbd-mirror] create primary snapshot state machine is deleting inc...
Jason Dillaman

12/10/2020

11:06 PM Revision c95cf1eb (ceph): Merge pull request #38408 from trociny/wip-rbd-group-snap-create2
librbd: extend group snap create API to support flags
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:06 PM Revision 3a30490e (ceph): Merge pull request #38518 from trociny/wip-rbd-test-memleak
test/librbd: fix memory leak in TestLibRBD.ConcurentOperations
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
10:52 PM Orchestrator Bug #45327: cephadm: Orch daemon add is not idempotent
ok:
*We must not call daemon add* in Teuthology. It's just too low level and not meant to be idempotent.
Would...
Sebastian Wagner
09:41 PM Revision 84a11074 (ceph): Merge pull request #38490 from sebastian-philipp/mypy-0.790
src,qa,dashboard: Upgrade to mypy 0.790
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: La...
Sebastian Wagner
08:29 PM RADOS Bug #48549 (Closed): osd timeout in test_osd_came_back
Aah sorry, thought we use it for general ones as well earlier, makes sense now, closing it here.
Deepika Upadhyay
08:16 PM RADOS Bug #48549 (Need More Info): osd timeout in test_osd_came_back
Deepika, seems like this failure has only been seen in a testing branch and is related to the PR being tested based h... Neha Ojha
04:33 PM RADOS Bug #48549: osd timeout in test_osd_came_back
Fixes by https://github.com/ceph/ceph/pull/38107
Replication of https://tracker.ceph.com/issues/48217
Kamoltat (Junior) Sirivadhna
03:44 PM RADOS Bug #48549 (Closed): osd timeout in test_osd_came_back
http://qa-proxy.ceph.com/teuthology/yuriw-2020-12-02_16:10:23-rados-wip-yuri-testing-2020-12-01-0809-nautilus-distro-... Deepika Upadhyay
07:49 PM Revision ddb5a03b (ceph): Merge pull request #38075 from joke-lee/s3-auth-date-fix
rgw: fix RequestTimeTooSkewed when Date contain RFC-822/ISO 8601 standard timezone Harish Munjulur
07:48 PM Revision 482599e2 (ceph): Merge pull request #37926 from BryceCao/wip-catch-non-int-exception
rgw : catch non int exception Harish Munjulur
07:44 PM rbd Bug #48553 (Resolved): [rbd-mirror] create primary snapshot state machine is deleting incorrect s...
When you have a maximum of >=3 snapshots, we should always keep the old 2 snapshots since those are the two snapshots... Jason Dillaman
07:41 PM rbd Bug #48527 (Fix Under Review): [rbd-mirror] failed to unlink skipped intermediate snapshots
Jason Dillaman
04:29 AM rbd Bug #48527: [rbd-mirror] failed to unlink skipped intermediate snapshots
(backport will occur under #48525) Jason Dillaman
02:49 AM rbd Bug #48527 (Resolved): [rbd-mirror] failed to unlink skipped intermediate snapshots
If the 'rbd-mirror' daemon is falling behind, it can fail to unlink itself from any intermediate snapshots that it de... Jason Dillaman
07:36 PM Revision c9907540 (ceph): qa: drop hammer branch qa tests
fixes: https://tracker.ceph.com/issues/47731
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
(cherry picked fro...
Deepika Upadhyay
07:35 PM Revision 357f8da2 (ceph): qa/suites/rados/thrash-old-clients/1-install: remove hammer
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit c258ff2c15aa295221d9c2c91af573ed9fbaaae7)
Neha Ojha
06:28 PM RADOS Bug #45761: mon_thrasher: "Error ENXIO: mon unavailable" during sync_force command leads to "fail...
Deepika Upadhyay wrote:
> for reproducing the issue: failed run: https://pulpito.ceph.com/ideepika-2020-12-10_12:48:...
Neha Ojha
03:46 PM RADOS Bug #45761: mon_thrasher: "Error ENXIO: mon unavailable" during sync_force command leads to "fail...
for reproducing the issue: failed run: https://pulpito.ceph.com/ideepika-2020-12-10_12:48:41-rados-wip-yuri4-testing-... Deepika Upadhyay
05:28 PM mgr Bug #39264: Ceph-mgr Hangup and _check_auth_rotating possible clock skew, rotating keys expired w...
We encountered this issue last night on a 750 OSD cluster. Restarting MON/MGR/OSD didn't help. We found 25 OSDs relat... Martin Verges
03:07 PM mgr Bug #39264: Ceph-mgr Hangup and _check_auth_rotating possible clock skew, rotating keys expired w...
We can confirm that we see this in 15.2.7, as well. Our test cluster is made up of 21 nodes, 5 mgrs & mons, all nodes... David Orman
05:21 PM CephFS Feature #6373: kcephfs: qa: test fscache
Jeff Layton wrote:
> Patrick Donnelly wrote:
> >
> > I want to see fscache tested in regularly in teuthology. So,...
Patrick Donnelly
01:18 PM CephFS Feature #6373 (Need More Info): kcephfs: qa: test fscache
Patrick Donnelly wrote:
>
> I want to see fscache tested in regularly in teuthology. So, the yaml fragments to tur...
Jeff Layton
12:34 AM CephFS Feature #6373: kcephfs: qa: test fscache
Jeff Layton wrote:
> Patrick Donnelly wrote:
> > Jeff Layton wrote:
> > > I've already done that then. I guess we ...
Patrick Donnelly
12:20 AM CephFS Feature #6373 (In Progress): kcephfs: qa: test fscache
Patrick Donnelly wrote:
> Jeff Layton wrote:
> > I've already done that then. I guess we can close this. To test fs...
Jeff Layton
12:04 AM CephFS Feature #6373: kcephfs: qa: test fscache
Jeff Layton wrote:
> I've already done that then. I guess we can close this. To test fscache, you just need to kick ...
Patrick Donnelly
04:34 PM ceph-volume Bug #47758: fail to create OSDs because the requested extent is too large
Hi @Jan,
I was able to reproduce the issue on node system 'clara013' and please find the below details,
Zap was...
SUNIL KUMAR NAGARAJU
04:09 PM Revision 3cfe054d (ceph): mgr/dashboard: The /rgw/status endpoint does not check for running service
Fixes: https://tracker.ceph.com/issues/48542
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
04:08 PM Orchestrator Bug #48469: upgrade:octopus-x-master: "Failed to start Ceph mon.smithi116": Failed with result 's...
maybe try calling... Sebastian Wagner
04:03 PM Orchestrator Bug #48469: upgrade:octopus-x-master: "Failed to start Ceph mon.smithi116": Failed with result 's...
mon thrasher:... Sebastian Wagner
04:03 PM Dashboard Bug #48542 (Fix Under Review): mgr/dashboard: The /rgw/status endpoint does not check for running...
Volker Theile
02:25 PM Dashboard Bug #48542 (Resolved): mgr/dashboard: The /rgw/status endpoint does not check for running service
The /api/rgw/status endpoint does not check if a RGW service is running, it always tries to access the RGW Admin OPS ... Volker Theile
04:00 PM mgr Backport #48551 (Resolved): octopus: Dashboard fails to load, internal server error in API
https://github.com/ceph/ceph/pull/38596 Backport Bot
04:00 PM mgr Backport #48550 (Rejected): nautilus: Dashboard fails to load, internal server error in API
Backport Bot
03:54 PM Dashboard Bug #46142 (Pending Backport): Dashboard fails to load, internal server error in API
Kefu Chai
03:53 PM Revision b32c6f1d (ceph): Merge pull request #37909 from alexandrsushko/prometheus-pg-laggy-46142
mgr: Fix for dashboard/prometheus failure due to laggy pg state
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-b...
Kefu Chai
03:16 PM rgw Backport #48548 (Rejected): octopus: Access denied for multi-object-delete by non-bucket-owner
Backport Bot
03:16 PM rgw Backport #48547 (Rejected): nautilus: Access denied for multi-object-delete by non-bucket-owner
Backport Bot
03:15 PM rgw Backport #48546 (Resolved): octopus: rgwlc: shard-index vector short by 1?
https://github.com/ceph/ceph/pull/38824 Backport Bot
03:15 PM rgw Backport #48545 (Rejected): nautilus: rgwlc: shard-index vector short by 1?
Backport Bot
03:15 PM rgw Backport #48544 (Resolved): octopus: rgw_file: common_prefixes returned out of lexical order
https://github.com/ceph/ceph/pull/38829 Backport Bot
03:15 PM rgw Backport #48543 (Resolved): nautilus: rgw_file: common_prefixes returned out of lexical order
https://github.com/ceph/ceph/pull/38828 Backport Bot
03:12 PM rgw Bug #48410 (Pending Backport): rgw_file: common_prefixes returned out of lexical order
Matt Benjamin
03:08 PM rgw Bug #46567 (Pending Backport): Access denied for multi-object-delete by non-bucket-owner
Casey Bodley
03:06 PM Revision 30dc6f97 (ceph): Merge pull request #38131 from linuxbox2/wip-lc-ix
rgwlc: correctly dimension lc shard index vector
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
J. Eric Ivancich
03:06 PM rgw Bug #48255 (Pending Backport): rgwlc: shard-index vector short by 1?
Matt Benjamin
02:53 PM Revision a823ee6b (ceph): mgr/cephadm: disallow_untyped_defs=True
simplifies mypy.ini
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:52 PM Revision 0ac87ebb (ceph): osd: restoring a log message required by osd-scrub-test.sh
Signed-off-by: Ronen Friedman <rfriedma@redhat.com> Ronen Friedman
02:41 PM Revision 0e0bd9b0 (ceph): github/labeler: Add some more to cephadm, add orchestrator
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
02:36 PM Revision 58c3c2a2 (ceph): mon: do not get pending crush to no purpose
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
02:36 PM Revision cbb642d6 (ceph): mon: add a missing space in disallowed_leaders output
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
02:35 PM Revision 208957e6 (ceph): mon: fix some erroneous safety asserts in OSDMonitor::try_enable_stretc...
This function asserts it is not committing in error cases, because it is supposed
to be run first in a trial mode, an...
Greg Farnum
02:35 PM Revision 151f473e (ceph): osd: osdmap: Do not increase compatv when using stretch mode
This is analagous to my monmap fix in 2e3643647bfbe955b54c62c8aaf114744dedb86e,
but for the OSDMap. I was previously ...
Greg Farnum
02:18 PM Revision cbaa18e8 (ceph): Merge pull request #38524 from tchaikov/wip-crimson-qa-rbd
qa/suites: add crimson-rados/rbd test suites
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
02:14 PM Revision 521b52c4 (ceph): Merge pull request #38470 from sebastian-philipp/cephadm-command-unit-v...
cephadm: command_unit: call systemctl with verbose=True
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
02:13 PM Revision 56db4fbe (ceph): Merge pull request #38009 from ideepika/wip-48058-cephadm
qa/tasks/cephadm: update_info_yam() only if ctx.archive is valid
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-...
Sebastian Wagner
02:07 PM Revision 6f4e3b0d (ceph): Merge pull request #36551 from CongMinYin/immutable_object_cache_throttle
tools: add throttle mechanism to immutable object cache
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:04 PM Orchestrator Bug #48535 (Fix Under Review): QA smoke test: cephadm is removing mgr.y
Sebastian Wagner
11:40 AM Orchestrator Bug #48535: QA smoke test: cephadm is removing mgr.y
... Sebastian Wagner
11:33 AM Orchestrator Bug #48535 (In Progress): QA smoke test: cephadm is removing mgr.y
Sebastian Wagner
11:33 AM Orchestrator Bug #48535: QA smoke test: cephadm is removing mgr.y
and this breaks the upgrade: https://pulpito.ceph.com/swagner-2020-12-09_11:23:12-rados:cephadm-wip-swagner3-testing-... Sebastian Wagner
11:32 AM Orchestrator Bug #48535 (Resolved): QA smoke test: cephadm is removing mgr.y
https://pulpito.ceph.com/yuriw-2020-12-08_16:18:10-rados-octopus-distro-basic-smithi/5693969
cephadm is properly d...
Sebastian Wagner
01:34 PM Revision 78f8abce (ceph): rbd-mirror: do not attempt to unlink from more recent snapshots
The snapshot-based mirroring replayer should only attempt to unlink
from any snapshots that are older than the end re...
Jason Dillaman
01:31 PM Revision 18a45503 (ceph): librbd/mirror: unlink peer might recursively loop
If the mirror peer set is (incorrectly) empty, it's not currently
possible for the unlink peer state machine to prope...
Jason Dillaman
01:29 PM rbd Bug #48541 (Resolved): ceph-iscsi: disk create/delete fails for REST API
Xiubo Li
01:21 PM Revision a83e4c29 (ceph): osd: refactoring scrub: the scrubber state-machine
The scrubber's state-machine
Note: A diagram of the state-machine implemented:
(to update) https://drive.google.com/...
Ronen Friedman
01:21 PM Revision 77851954 (ceph): osd: extracting and wrapping scrub resource management objects
Auxiliary RAII wrappers around cluster-wide scrub resources
and data:
ReplicaReservations (Primary side): reserving/...
Ronen Friedman
01:21 PM Revision 84c9ced0 (ceph): osd: scrubber: formalizing the scrub preemption states
Signed-off-by: Ronen Friedman <rfriedma@redhat.com> Ronen Friedman
01:21 PM Revision 30facb0f (ceph): osd: extracting scrubbing functionality from 'PG'
into Pa new PgScrubber object. Note that for PrimaryLogPG, a PG derivative,
the change will only be completed in the ...
Ronen Friedman
01:21 PM Revision c16335b1 (ceph): osd: refactoring scrub: minor cleanups (mostly removing trailing whites...
Signed-off-by: Ronen Friedman <rfriedma@redhat.com> Ronen Friedman
01:21 PM Revision 5f6a9015 (ceph): osd: Extracting scrub code from PrimaryLogPG (a derivative of 'PG')
into a PrimaryLogScrub - a derivative of PgScrubber.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
01:21 PM Revision 52a94580 (ceph): crimson/osd: adapt to the scrub refactory in classic osd
Fixing Crimson compilation.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
01:21 PM Revision c0c14a43 (ceph): osd: modified handling of scrub unexpected events
(following code-review comments) main changes:
- incoming scrub events are now validated by the scrubber before bein...
Ronen Friedman
01:20 PM Revision d492c7b1 (ceph): osd: scrub refactoring: decalaring the interfaces exposed by a scrubber...
The interfaces exposed by the scrubber, to be used by:
1 - the PG
2 - the scrubbing state-machine (a Scrubber's objec...
Ronen Friedman
01:15 PM Linux kernel client Bug #48497 (Fix Under Review): send gid_list in MClientRequest
Jeff Layton
01:14 PM Linux kernel client Bug #48497 (Resolved): send gid_list in MClientRequest
Merged into testing branch, should (hopefully) make v5.11. Jeff Layton
12:52 PM RADOS Bug #48540 (Need More Info): _txc_add_transaction error (17) File exists not handled on operation
All 3 OSD's hosting the same PG went down and could not restart directly (after a while it was possible), but this ha... Arthur S
12:41 PM Revision c467027a (ceph): qa/suites: add crimson-rados/rbd test suites
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:33 PM Dashboard Backport #48537 (In Progress): nautilus: mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.T...
Tatjana Dehler
12:29 PM Dashboard Backport #48537 (Resolved): nautilus: mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.Test...
https://github.com/ceph/ceph/pull/38527 Tatjana Dehler
12:33 PM Revision 34ae5e9e (ceph): mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.TestDashboard) f...
Fixes: https://tracker.ceph.com/issues/48449
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from com...
Volker Theile
12:31 PM Dashboard Backport #48538 (In Progress): octopus: mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.Te...
Tatjana Dehler
12:29 PM Dashboard Backport #48538 (Resolved): octopus: mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.TestD...
https://github.com/ceph/ceph/pull/38526 Tatjana Dehler
12:31 PM Revision a1c9e6de (ceph): mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.TestDashboard) f...
Fixes: https://tracker.ceph.com/issues/48449
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from com...
Volker Theile
12:30 PM Dashboard Backport #48539 (Resolved): octopus: mgr/dashboard: Service and Daemon's refresh interval is too ...
https://github.com/ceph/ceph/pull/38597 Backport Bot
12:25 PM Dashboard Bug #48449 (Pending Backport): mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.TestDashboa...
Ernesto Puerta
12:25 PM Revision f977d1ac (ceph): Merge pull request #38435 from votdev/issue_48449_test_standby
mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.TestDashboard) failed locally
Reviewed-by: Laura Paduano <lpa...
Ernesto Puerta
12:24 PM Dashboard Bug #48455 (Pending Backport): mgr/dashboard: Service and Daemon's refresh interval is too long
Ernesto Puerta
12:23 PM Revision 15866469 (ceph): Merge pull request #38441 from bk201/wip-48455
mgr/dashboard: adjust refresh intervals of Services and Daemons
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Revi...
Ernesto Puerta
12:21 PM RADOS Bug #48536: ceph tool: osd crush create-or-move cannot accept multiple crush buckets
I'm actually a little confused about if this works separately from the CLI, in fact. I'm probably just not understand... Greg Farnum
12:20 PM RADOS Bug #48536 (Rejected): ceph tool: osd crush create-or-move cannot accept multiple crush buckets
... Greg Farnum
12:15 PM Revision 59e15c98 (ceph): Merge pull request #38212 from sebastian-philipp/mgr-cephadm-type-annot...
mgr/cephadm: make type annotations for module.py mandatory
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.c...
Sebastian Wagner
12:03 PM Orchestrator Bug #48071 (Fix Under Review): rook: 'ceph orch ls' does not list nfs-ganesha daemons
Varsha Rao
12:01 PM Revision bca7a752 (ceph): mgr/rook: Fix image id, age & image name in `orch ls`
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
12:01 PM Revision 80902526 (ceph): mgr/rook: List services based on service type
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
11:54 AM Orchestrator Bug #48142: rados:cephadm/upgrade/mon_election tests are failing: CapAdd and privileged are mutua...
Fascinatingly, this bug revealed #48535 Sebastian Wagner
11:20 AM Orchestrator Bug #48534 (New): rook: Fix nfs daemon names in `orch ps`
The nfs service id/ cluster name should also be included in daemon name.... Varsha Rao
10:59 AM Orchestrator Bug #48510: CEPHADM_REFRESH_FAILED: detail item 0 not a [unicode] string
https://pulpito.ceph.com/yuriw-2020-12-08_16:18:10-rados-octopus-distro-basic-smithi/5693969 Sebastian Wagner
10:50 AM Revision 28ba547c (ceph): install-deps.sh: do not use gcc-toolset-9 from copr
since both CentOS and RHEL now include the updated
gcc-toolset-9-gcc-9.2.1-2.3.el8.
see also https://bugzilla.redhat...
Kefu Chai
10:29 AM Orchestrator Bug #48463 (Duplicate): mon.c: Error: invalid config provided: CapAdd and privileged are mutually...
Sebastian Wagner
10:26 AM Revision 1f5406a7 (ceph): src/*: do not pass cct to ceph_version_to_str()
in e5b1ae5554c4d8a20f9f0ff562b231ad0b0ba0ab, a new option named
"debug_version_for_testing" is introduced to override...
Kefu Chai
10:26 AM Revision 461ad210 (ceph): cmake: exclude unit tests from the "all" target
no need to build unit tests when "make all", unless required explicitly,
like "make tests".
Signed-off-by: Kefu Chai...
Kefu Chai
10:26 AM Revision fb3d04a8 (ceph): crimson/osd: use correct fmt string in logger().debug(...)
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:33 AM Revision efe5daa1 (ceph): librbd/cmake: Add missed PWL related types
Add PWL related classes into rbd_types. And fix the build issue when
both SSD and RWL are enabled.
Signed-off-by: Li...
Xiaoyan Li
09:30 AM CephFS Documentation #48531: doc/cephfs: "ceph fs new" command is, ironically, old. The new (correct as ...
https://docs.ceph.com/en/latest/cephfs/createfs/#creating-a-file-system
This section, "Creating a File System", mi...
Zac Dover
09:17 AM CephFS Documentation #48531: doc/cephfs: "ceph fs new" command is, ironically, old. The new (correct as ...

10:29 < IcePic> https://docs.ceph.com/en/latest/cephfs/createfs/
10:30 < jeeva> yeah i made a new pool "manila...
Zac Dover
09:15 AM CephFS Documentation #48531 (Resolved): doc/cephfs: "ceph fs new" command is, ironically, old. The new (...
$subject
https://docs.ceph.com/en/latest/cephfs/createfs/
Zac Dover
09:28 AM Dashboard Bug #48532 (Triaged): mgr/dashboard: OSD I/O stats freeze if OSD is DOWN
h3. Description of problem
The *Read Bytes*, *Write Bytes*, *Read ops*, and *Write ops* values freeze after an OSD...
Kiefer Chang
09:22 AM Revision 81559811 (ceph): test/crimson: do not link against crimson-{os,common}
this change partially reverts 652dbacc7424efbd3c3175de8ba79ed29edd55c8
quite a few test does not use crimson-os at al...
Kefu Chai
09:22 AM Revision 2b969dcb (ceph): cmake: link unittest-seastar-alienstore-thread-pool against crimson-ali...
no need to link it against crimson-os in a wholesale, crimson-alienstore
would be enough.
Signed-off-by: Kefu Chai <...
Kefu Chai
09:22 AM Revision e4ed324e (ceph): cmake: do not link crimson-alienstore against crimson-os
crimson-os contains crimson-alienstore, we should not link the latter
against the former. this change partially rever...
Kefu Chai
09:22 AM Revision 8377ac89 (ceph): cmake: reorder linked libraries of crimson-alienstore
so the libraries like libkv can access the symbols exposed by
crimson-alien-common.
this change should address the l...
Kefu Chai
08:39 AM RADOS Support #48530: ceph pg status in incomplete.
https://drive.google.com/file/d/1ZiSVXY2EP1yMsqo53qc-aCcmyah0xAe4/view?usp=sharing daolong zhang
08:38 AM RADOS Support #48530 (Closed): ceph pg status in incomplete.
We have a ceph cluster,
A server was down on December 3, and the server was restored on December 7. The pgid was 7.6...
daolong zhang
08:03 AM rbd Feature #48529 (In Progress): ceph-iscsi: add REST APIs method support for the qa test suite
Xiubo Li
08:03 AM rbd Feature #48529 (Resolved): ceph-iscsi: add REST APIs method support for the qa test suite
Xiubo Li
08:00 AM Backport #48528 (Resolved): octopus: install-deps.sh fails with 'Error: No matching repo to modif...
https://github.com/ceph/ceph/pull/38808 Backport Bot
07:58 AM Revision 7bd5f359 (ceph): mgr/rook: List nfs services in orch ls
Fixes: https://tracker.ceph.com/issues/48071
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
07:46 AM Bug #48174 (Pending Backport): install-deps.sh fails with 'Error: No matching repo to modify: Pow...
Alfonso Martínez
06:12 AM Revision 437b768b (ceph): rbd: make "group snap create" support quiesce options
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
06:12 AM Revision bb34123e (ceph): librbd: extend group snap create API to support flags
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
06:00 AM Revision 071d1f31 (ceph): mgr/dashboard: RGW User Form is validating disabled fields
When you try to submit a non valid form, angular is checking all the fields of the form, resulting in some wrong vali... Aashish Sharma
06:00 AM Revision 6f5e168f (ceph): test/librbd: fix memory leak in TestLibRBD.ConcurentOperations
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
05:57 AM Revision 3f7ee9cb (ceph): pybind/mgr/prometheus/module.py: defaultdict for num_by_state
num_by_state[state] += count in get_pg_status method raises KeyError
if pg state is not in PG_STATES list. PG_STATES ...
Alexander Sushko
04:29 AM rbd Bug #48525 (Fix Under Review): [rbd-mirror] UnlinkPeerRequest state machine might loop
Jason Dillaman
02:50 AM rbd Bug #48525 (In Progress): [rbd-mirror] UnlinkPeerRequest state machine might loop
Jason Dillaman
01:26 AM rbd Bug #48525: [rbd-mirror] UnlinkPeerRequest state machine might loop
Found another image that was missing its peers in the mirror snapshot:... Jason Dillaman
01:05 AM rbd Bug #48525 (Resolved): [rbd-mirror] UnlinkPeerRequest state machine might loop
A MGR process died with over 40,000 frames of bracktrace in the following loop:... Jason Dillaman
04:26 AM Revision 244784fb (ceph): cmake: stop rebuilding rocksdb everytime
this change was originally introduced as a part of
418bfd7bb5ec1dcec2b011e9df118c33ce38d398, and latter migrated / ch...
Kefu Chai
04:03 AM Revision b2d0ea1d (ceph): Merge pull request #38431 from tchaikov/wip-rtd-doc
pybind,doc: build stub using cython and build API doc with RTD
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by...
Kefu Chai
03:25 AM Revision 2335cded (ceph): script/run-cbt.sh: drop bashism
* "local" is not supported by POSIX shell, so drop it
* assign "$*" to a non-array variable, see
https://github.com...
Kefu Chai
01:53 AM rbd Bug #48526 (Resolved): [rbd-mirror] assertion failure when attempting to sync non-existent snapshot
A mirrored image lost an in-use snapshot somehow before it was done using it. This resulted in an assertion failure w... Jason Dillaman
01:04 AM rgw Bug #48363: rgw: concurrent object delete can leak bucket index instance entries
Matt Benjamin wrote:
> Hi Yehuda,
>
> What Ceph versions are affected?
>
> Matt
we ran into the same proble...
joke lee
12:32 AM CephFS Bug #48524 (Resolved): octopus: run_shell() got an unexpected keyword argument 'timeout'
... Patrick Donnelly
12:19 AM rbd Bug #48523 (New): [rbd-mirror] CLI 'mirror pool status' goes to WARNING when removing images
If the CLI cannot find status from the primary image because it was removed, it incorrectly shows the state as WARNIN... Jason Dillaman
12:13 AM rbd Bug #48522 (Resolved): [api] 'ceph_assert(cpp_entries.size() <= max)' in rbd_mirror_image_info_list
There is a possibility for this assertion to incorrectly fire. Jason Dillaman

12/09/2020

10:37 PM Revision bcebcea9 (ceph): Merge pull request #38329 from pcuzner/cephadm-exporter-docs
doc/dev/cephadm: document the cephadm exporter design Paul Cuzner
09:28 PM CephFS Feature #6373 (Resolved): kcephfs: qa: test fscache
Jeff Layton
09:28 PM CephFS Feature #6373: kcephfs: qa: test fscache
I've already done that then. I guess we can close this. To test fscache, you just need to kick off the run with the f... Jeff Layton
09:08 PM CephFS Feature #6373: kcephfs: qa: test fscache
Jeff Layton wrote:
> Not by itself, no. That said, the goal of this ticket is a bit unclear. What exactly should we ...
Patrick Donnelly
08:45 PM CephFS Feature #6373: kcephfs: qa: test fscache
Not by itself, no. That said, the goal of this ticket is a bit unclear. What exactly should we be aiming to do with t... Jeff Layton
07:30 PM CephFS Feature #6373: kcephfs: qa: test fscache
Jeff Layton wrote:
> Patch to add arbitrary mount options to kclient:
>
> https://github.com/ceph/ceph/pull/38407...
Patrick Donnelly
08:57 PM CephFS Bug #48517 (In Progress): mds: "CDir.cc: 1530: FAILED ceph_assert(!is_complete())"
Patrick Donnelly
07:15 PM CephFS Bug #48517 (Resolved): mds: "CDir.cc: 1530: FAILED ceph_assert(!is_complete())"
... Patrick Donnelly
08:39 PM Revision bb462f2c (ceph): Merge branch 'master' into cephadm-exporter-docs
Paul Cuzner
08:37 PM Revision ba485f24 (ceph): doc/dev/cephadm: update index links
Signed-off-by: Paul Cuzner <pcuzner@redhat.com> Paul Cuzner
07:53 PM Bug #48408: pybind: test_readlink() fails due to missing terminating NULL char
Nice work, @Backport Bot! Nathan Cutler
07:21 PM Bug #48408 (Pending Backport): pybind: test_readlink() fails due to missing terminating NULL char
Patrick Donnelly
07:45 PM CephFS Backport #48521 (Resolved): octopus: client: add ceph.cluster_fsid/ceph.client_id vxattr support ...
https://github.com/ceph/ceph/pull/39000 Backport Bot
07:45 PM CephFS Backport #48520 (Resolved): nautilus: client: add ceph.cluster_fsid/ceph.client_id vxattr support...
https://github.com/ceph/ceph/pull/39001 Backport Bot
07:41 PM Revision 32fb8e9a (ceph): Merge pull request #38472 from ronen-fr/wip-ronenf-qa-scrub
test: cancelling both noscrub *and* nodeep-scrub Ronen Friedman
07:29 PM Dashboard Bug #48465: mgr/dashboard: Using FQDNs fails for embedding of Grafana
Have you tried setting the FQDN URL in the GRAFANA_API_URL? Ernesto Puerta
07:29 PM Revision 69e073ae (ceph): Merge PR #38407 into master
* refs/pull/38407/head:
qa: allow arbitrary mount options on kclient mounts
Reviewed-by: Patrick Donnelly <pdonnell...
Patrick Donnelly
07:28 PM CephFS Feature #48337 (Pending Backport): client: add ceph.cluster_fsid/ceph.client_id vxattr support in...
Patrick Donnelly
07:27 PM Backport #48519 (Resolved): octopus: pybind: test_readlink() fails due to missing terminating NUL...
https://github.com/ceph/ceph/pull/38893 Backport Bot
07:27 PM Backport #48518 (Resolved): nautilus: pybind: test_readlink() fails due to missing terminating NU...
https://github.com/ceph/ceph/pull/38894 Backport Bot
07:23 PM Revision 4d4e4d97 (ceph): Merge PR #38266 into master
* refs/pull/38266/head:
client: add ceph.{cluster_fsid/client_id} vxattrs suppport
Reviewed-by: Patrick Donnelly <p...
Patrick Donnelly
07:21 PM Revision e4887e3a (ceph): Merge PR #38367 into master
* refs/pull/38367/head:
pybind/cephfs: fix missing terminating NULL char in readlink()'s C string
Reviewed-by: Kefu...
Patrick Donnelly
07:20 PM Fix #47568 (Resolved): client: more reasonable statfs ffree
Patrick Donnelly
07:20 PM Revision c51da49e (ceph): Merge PR #36127 into master
* refs/pull/36127/head:
client: more reasonable statfs ffree
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Re...
Patrick Donnelly
07:18 PM Linux kernel client Bug #48497 (Fix Under Review): send gid_list in MClientRequest
Patches posted to ceph-devel:
https://lore.kernel.org/ceph-devel/20201209185354.29097-1-jlayton@kernel.org/T/#t
Jeff Layton
07:05 PM mgr Bug #47875: mgr/prometheus : ENGINE Error in HTTPServer.tick
Ok great. The official epel8 branch is going to take a little longer to update. I've pushed https://src.fedoraproject... Ken Dreyer
06:22 PM mgr Bug #47875: mgr/prometheus : ENGINE Error in HTTPServer.tick
Ken Dreyer wrote:
> I've published an el8 RPM at https://fedorapeople.org/~ktdreyer/bz1868629/ for early testing. I ...
David Orman
06:46 PM Revision 399c9a10 (ceph): mgr/dashboard: Prevent table items from getting selected while expanding
While clicking on the expand button inside a table, the entire row is getting selected. This commit prevent that from... Nizamudeen A
06:16 PM Revision 43b11290 (ceph): test: cancelling both noscrub *and* nodeep-scrub
as part of osd-scrub-test.sh.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
06:08 PM Revision 7fbe53f7 (ceph): common/options: bluestore_volume_selection_policy - introducing fit_to_...
Signed-off-by: Kinga Karczewska <kkarczewska@cloudferro.com>
Signed-off-by: Kajetan Janiak <kjaniak@cloudferro.com>
Kinga Karczewska
06:01 PM Revision 61999ec1 (ceph): win32*.sh: update Windows build scripts and readme
We're going to allow building a zip containing stripped binaries
and skipping the ceph tests. We'll use a separate op...
Lucian Petrut
06:01 PM Revision 155caa1f (ceph): win32*.sh: fix patch command
There's a leftover "cat" command used when patching Boost files,
which will wait for stdin. This commit fixes this is...
Lucian Petrut
06:01 PM Revision 4dd38e29 (ceph): win32*.sh: cleanup Windows build script
Since the switch to Python 3, a few Cmake flags are no longer required.
While at it, we're dropping a few other unuse...
Lucian Petrut
06:01 PM Revision a149c0be (ceph): cmake: drop Python dependency when targeting Windows
The Python bindings aren't supported on Windows for the time being,
for which reason we're dropping the Python depend...
Lucian Petrut
06:01 PM Revision 451fe3dc (ceph): win32*.sh: isolate network operations when building win32 dependencies
We'll move network operations (git/wget/curl) under a conditional
check of the source directory.
This will ensure th...
Mike Latimer
06:01 PM Revision ae812dce (ceph): win32*.sh: improve win32 dependency check
At the moment, we assume that the dependencies have been successfully
built if the "build.deps" directory exists.
Fo...
Mike Latimer
06:01 PM Revision 95ccc1c2 (ceph): test: Include compat.h to find uid_t/gid_t/gidlist when cross compiling
This change is necessary to prevent the following type of messages
(and compile failures) when cross-compiling:
/src...
Mike Latimer
06:01 PM Revision 6c57f6b2 (ceph): win32*.sh: Use nproc for CPU count when targeting win32
When building in chroot jail, /proc/cpuinfo may not be available. Switch to
nproc which should be widely available, a...
Mike Latimer
06:01 PM Revision f42e947a (ceph): cmake,win32*.sh: Add OS=(ubuntu|suse) flag, for distro settings
Distributions such as SUSE and Ubuntu differ significantly in their mingw
environments. This adds an OS=(ubuntu|suse)...
Mike Latimer
06:01 PM Revision 8e84b00e (ceph): win32*.sh: Cleanup zip archive creation
Use a temporary directory and symlinks to create the final zip archive
within a single 'ceph' parent directory. Also ...
Mike Latimer
06:01 PM Revision 3af4eea9 (ceph): win32*.sh: Strip binaries individually
Instead of copying over a rather large directory, strip symbols off
of files individually.
Signed-off-by: Mike Latim...
Mike Latimer
06:01 PM Revision 2dfcfcc6 (ceph): win32*.sh: cleanup dependency build dir when targetting Windows
We're using a separate dir when building Ceph dependencies for
Windows. The build script isn't entirely idempotent AT...
Lucian Petrut
06:01 PM Revision 73e1747b (ceph): win32*.sh: update openssl location
We'll fetch the openssl source code from the github repository,
since the download links from the official website te...
Lucian Petrut
06:01 PM Revision b8216c3b (ceph): win32*.sh: improve lib handling
When building dependencies, we assume that libs will be placed in the
"lib" dir. Still, some distros might use "lib64...
Lucian Petrut
06:01 PM Revision 3f65e89d (ceph): cmake: skip osd, Lua and neorados on Windows
Those libraries are currently unsuported on Windows, so we're
going to update the cmake file to skip them.
Signed-of...
Lucian Petrut
06:01 PM Revision a0725175 (ceph): win32*.sh: bump win32 boost dependency
Ceph now requires boost>=1.72. We're going to update the Windows
build script accordingly.
There's been one Boost re...
Lucian Petrut
06:01 PM Revision 775e89fb (ceph): win32*.sh: fetch WNBD dependency
Due to a rebase mistake, we're no longer fetching WNBD, which
is required by rbd-wnbd.
This commit will take care of...
Lucian Petrut
05:59 PM RADOS Bug #47654: test_mon_pg: mon fails to join quorum to due election strategy mismatch
/a/teuthology-2020-12-09_07:01:02-rados-master-distro-basic-smithi/5695418 Neha Ojha
05:26 PM RADOS Bug #47589 (Can't reproduce): radosbench times out "reached maximum tries (800) after waiting for...
Neha Ojha
05:16 PM CephFS Bug #48491 (Fix Under Review): tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch
Varsha Rao
09:53 AM CephFS Bug #48491 (In Progress): tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch
Varsha Rao
12:41 AM CephFS Bug #48491: tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch
/a/teuthology-2020-12-06_07:01:02-rados-master-distro-basic-smithi/5685113 Neha Ojha
05:13 PM Revision 2f90b578 (ceph): msg/async: drop "NetworkStack::type"
it is not used anywhere.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:09 PM CephFS Bug #48514 (Fix Under Review): mgr/nfs: Don't prefix 'ganesha-' to cluster id
Varsha Rao
04:48 PM CephFS Bug #48514 (Resolved): mgr/nfs: Don't prefix 'ganesha-' to cluster id
Service name in orchestrator is '<service_type>.<service_id>'
https://github.com/ceph/ceph/blob/master/src/python-...
Varsha Rao
05:06 PM Revision 1c6af5eb (ceph): Merge pull request #37971 from lixiaoy1/rwl_plugin
librbd/cache: make image persistent writeback cache as plugin
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:01 PM Dashboard Backport #48516 (In Progress): nautilus: mgr/dashboard: SSL Handshake: Update the inbuilt ssl pro...
Nizamudeen A
04:59 PM Dashboard Backport #48516 (Resolved): nautilus: mgr/dashboard: SSL Handshake: Update the inbuilt ssl provid...
https://github.com/ceph/ceph/pull/38509 Nizamudeen A
05:01 PM Revision 821b020a (ceph): mgr/dashboard: Updating the inbuilt ssl providers error
Fixes: https://tracker.ceph.com/issues/48490
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ...
Nizamudeen A
05:01 PM Revision 69d9345b (ceph): mgr/dashboard: Adding the alert bad certificate error to the ssl provid...
upstream tracked in https://github.com/cherrypy/cheroot/pull/348
Fixes: https://tracker.ceph.com/issues/48490
Signed-...
Nizamudeen A
05:00 PM Dashboard Backport #48515 (In Progress): octopus: mgr/dashboard: SSL Handshake: Update the inbuilt ssl prov...
Nizamudeen A
04:58 PM Dashboard Backport #48515 (Resolved): octopus: mgr/dashboard: SSL Handshake: Update the inbuilt ssl provide...
https://github.com/ceph/ceph/pull/38508 Nizamudeen A
05:00 PM Revision 4875786b (ceph): mgr/dashboard: Updating the inbuilt ssl providers error
Fixes: https://tracker.ceph.com/issues/48490
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ...
Nizamudeen A
05:00 PM Revision d4bd1015 (ceph): mgr/dashboard: Adding the alert bad certificate error to the ssl provid...
upstream tracked in https://github.com/cherrypy/cheroot/pull/348
Fixes: https://tracker.ceph.com/issues/48490
Signed-...
Nizamudeen A
04:52 PM Revision db50dd29 (ceph): qa/tasks/cephfs/nfs: Check if host ip is in cluster info output
Along with host IP, sometimes Docker container IP's shows up in 'hostname -I'
output. Since this output is variable. ...
Varsha Rao
04:30 PM Revision e9e08fa7 (ceph): mgr/dashboard: remove pyOpenSSL version pinning
Tests require a newer version of pyOpenSSL.
Fixes: https://tracker.ceph.com/issues/48506
Signed-off-by: Kiefer Chang...
Kiefer Chang
04:26 PM Dashboard Bug #48490 (Pending Backport): mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error
Ernesto Puerta
04:25 PM Revision 3629e816 (ceph): Merge pull request #38484 from rhcs-dashboard/update-ssl-error-1
mgr/dashboard: Updating the inbuilt ssl providers error
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed...
Ernesto Puerta
04:01 PM Revision d0234e1e (ceph): Merge PR #38205 into octopus
* refs/pull/38205/head:
ceph-volume: pass *-slots arguments to LV creation
use extent count for slots conversion in...
Jan Fajerski
03:57 PM Revision 936ebf20 (ceph): Merge PR #38014 into octopus
* refs/pull/38014/head:
ceph-volume: consume mount opt in simple activate
Reviewed-by: Jan Fajerski <jfajerski@suse...
Jan Fajerski
03:56 PM Revision c4d3e91c (ceph): Merge PR #38047 into octopus
* refs/pull/38047/head:
ceph-volume: fix lvm help test
ceph-volume: remove mention of dmcache from docs and help te...
Jan Fajerski
03:55 PM Revision c8385258 (ceph): Merge PR #38199 into octopus
* refs/pull/38199/head:
ceph-volume: fix test_setup_device_device_name_is_none
ceph-volume: cover devices.lvm.prepa...
Jan Fajerski
03:54 PM Revision 826117a6 (ceph): Merge PR #38280 into octopus
* refs/pull/38280/head:
ceph-volume batch: reject partitions in argparser
Reviewed-by: Guillaume Abrioux <gabrioux@...
Jan Fajerski
03:54 PM Revision ecc08414 (ceph): Merge PR #38426 into octopus
* refs/pull/38426/head:
ceph-volume: implement the --log-level flag
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Jan Fajerski
03:22 PM Revision 94f46f6d (ceph): rgw: in ordered bucket listing skip namespaced entries when possible
When listing non-namespaced entries in the bucket index, the code
would march through the namespaced entries in block...
J. Eric Ivancich
02:59 PM Orchestrator Documentation #45862 (Resolved): orch mds rm is documented but does not exist
@Sebastian, looks like you fixed this in https://github.com/ceph/ceph/pull/35587 which was backported to octopus by h... Nathan Cutler
01:58 PM Orchestrator Documentation #45862 (Can't reproduce): orch mds rm is documented but does not exist
I can't find it!... Sebastian Wagner
01:54 PM Revision ba6d22b4 (ceph): mgr/cephadm: improve iscsi dashboard config
updating iscsi config dashboard to match what was done with ceph ansible.
This includes:
- set iscsi api ssl verifi...
Adam King
01:36 PM Revision fd1c8dd5 (ceph): Merge pull request #38459 from ronen-fr/wip-ronenf-lua-include
rgw/lua: fixing incompatible declarations of CephContext Yuval Lifshitz
01:14 PM Revision 413d7a7a (ceph): mgr/dashboard: Replace Replica size and Erasure code profile with a sin...
Replaces Type, Replica Size & Erasure Coded Profile columns
with 'Data Protection' column. Hidden Crush Rule set colu...
Alfonso Martínez
12:40 PM CephFS Bug #48502: ERROR: test_exports_on_mgr_restart (tasks.cephfs.test_nfs.TestNFS)
In the latest test run, I cannot reproduce it. Sometimes ganesha takes time to be restarted completely. This can be t... Varsha Rao
12:47 AM CephFS Bug #48502 (Triaged): ERROR: test_exports_on_mgr_restart (tasks.cephfs.test_nfs.TestNFS)
Patrick Donnelly
12:38 AM CephFS Bug #48502 (Triaged): ERROR: test_exports_on_mgr_restart (tasks.cephfs.test_nfs.TestNFS)
... Neha Ojha
12:32 PM Revision 7d7e6ad3 (ceph): Merge pull request #37519 from pcuzner/docs-cephadm-config-drift
doc/dev/cephadm: high level design for a compliance check feature
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@r...
Sebastian Wagner
11:36 AM Revision 1f09b196 (ceph): ceph-conf: fix client's admin socket parsing
For the 'admin socket' in ceph.conf, if the "$pid" is specified, it
will be expanded with the current process's PID.
...
Xiubo Li
11:35 AM rgw Feature #48513: uses librgw2 to directly access the rados cluster for hadoop
The adapter invokes the librgw2 interface through JNI. The following interfaces need to be implemented:
static const...
chunsong feng
11:32 AM rgw Feature #48513 (New): uses librgw2 to directly access the rados cluster for hadoop
Hadoop S3 accesses Ceph through the object gateway. The radosgw daemon process needs to be deployed. Messages are sen... chunsong feng
11:34 AM Revision 453000af (ceph): doc/cephadm: Add remove host to operations
Co-authored-by: Alexandra Settle <asettle@suse.com>
Co-authored-by: Kefu Chai <tchaikov@gmail.com>
Signed-off-by: Seb...
Sebastian Wagner
10:56 AM mgr Backport #48511 (In Progress): octopus: AttributeError: module 'lib' has no attribute 'Cryptograp...
Laura Paduano
10:51 AM mgr Backport #48511 (Resolved): octopus: AttributeError: module 'lib' has no attribute 'Cryptography_...
https://github.com/ceph/ceph/pull/38503 Laura Paduano
10:53 AM mgr Backport #48512 (In Progress): nautilus: AttributeError: module 'lib' has no attribute 'Cryptogra...
Laura Paduano
10:51 AM mgr Backport #48512 (Resolved): nautilus: AttributeError: module 'lib' has no attribute 'Cryptography...
https://github.com/ceph/ceph/pull/38504 Laura Paduano
10:17 AM Dashboard Bug #48506 (Pending Backport): AttributeError: module 'lib' has no attribute 'Cryptography_HAS_TL...
Kefu Chai
09:55 AM Dashboard Bug #48506 (Fix Under Review): AttributeError: module 'lib' has no attribute 'Cryptography_HAS_TL...
Kiefer Chang
07:59 AM Dashboard Bug #48506 (In Progress): AttributeError: module 'lib' has no attribute 'Cryptography_HAS_TLSEXT_...
Kiefer Chang
07:46 AM Dashboard Bug #48506: AttributeError: module 'lib' has no attribute 'Cryptography_HAS_TLSEXT_HOSTNAME'
Removing pyopenssl version lock solves the issue, is there a reason to stick with 17.5.0?... Kiefer Chang
07:44 AM Dashboard Bug #48506: AttributeError: module 'lib' has no attribute 'Cryptography_HAS_TLSEXT_HOSTNAME'
https://github.com/pyca/cryptography/issues/5606 Kiefer Chang
05:32 AM Dashboard Bug #48506 (Resolved): AttributeError: module 'lib' has no attribute 'Cryptography_HAS_TLSEXT_HOS...
... Kefu Chai
10:17 AM Revision 226c745c (ceph): Merge pull request #38498 from bk201/wip-48506
mgr/dashboard: remove pyOpenSSL version pinning
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Laura Pa...
Kefu Chai
09:55 AM Dashboard Backport #48484 (Need More Info): octopus: mgr/dashboard: trusted_ip_list of iSCSI service doesn'...
Nathan Cutler
03:11 AM Dashboard Backport #48484: octopus: mgr/dashboard: trusted_ip_list of iSCSI service doesn't work
After #46963 Kiefer Chang
09:55 AM Orchestrator Bug #48261: cephadm ceph-volume inventory -- --format json-pretty: INFO:cephadm:/usr/bin/podman:...
Right, the problem seems to be that we're generating the wrong command. Otoh, I haven't seen this in a while. I'm not... Sebastian Wagner
09:46 AM Orchestrator Bug #48510 (Can't reproduce): CEPHADM_REFRESH_FAILED: detail item 0 not a [unicode] string
... Sebastian Wagner
09:40 AM Revision b6424fa8 (ceph): rgw/amqp/kafka: prevent cuncurrent shutdowns from happening
this may be causing radosgw-admin and possibly radosgw to hang during
shutdown
fixes: https://tracker.ceph.com/issue...
Yuval Lifshitz
09:28 AM Dashboard Feature #39999 (Fix Under Review): mgr/dashboard: Prevent brute-force/dictionary attacks against ...
Ernesto Puerta
09:26 AM Dashboard Bug #44591 (Fix Under Review): CVE-2020-27839: mgr/dashboard: The ceph dashboard is vulnerable to...
Ernesto Puerta
09:07 AM Bug #48498: octopus: timeout when running the "ceph" command
The ubuntu packages have just updated to 15.2.7 and I'm still getting the same issue... Mathew Clarke
08:56 AM Revision 71207fc8 (ceph): Merge pull request #38415 from insujang/master
msg/async: refine worker creation in NetworkStack
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:45 AM Revision 15affa5b (ceph): Merge pull request #38457 from tchaikov/wip-mon-scrub-interval
mon: use TYPE_SEC for mon_scrub_interval
Reviewed-by: Joao Eduardo Luis <joao@suse.com>
Reviewed-by: Brad Hubbard <b...
Kefu Chai
08:43 AM Revision 32e3c273 (ceph): mgr/dashboard: disable cluster selection in NFS export editing form
We should not allow changing an export's cluster because an export ID
might live in one cluster but not in another on...
Kiefer Chang
08:31 AM RADOS Bug #48508 (Fix Under Review): Donot roundoff the bucket weight while decompiling crush map to so...
Prashant D
08:22 AM RADOS Bug #48508 (Resolved): Donot roundoff the bucket weight while decompiling crush map to source
While decompiling a crush map to source we are rounding off the weight which makes end user to think there is inconsi... Prashant D
08:28 AM CephFS Feature #48509 (Fix Under Review): mds: dmClock based subvolume QoS scheduler
This is a ticket for subvolume QoS Scheduler.
Our idea has previously been discussed with maintainers and develope...
Yongseok Oh
08:22 AM Revision 7bbc77cd (ceph): mgr/cephadm: make type annotations for module.py mandatory
Fixing bogus json representation for registry-login
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
08:18 AM Revision 8b55bb65 (ceph): src,qa: Upgrade to mypy 0.790
dashboard/tools: Make sure {begin,end}_time are set.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
07:55 AM Revision 2695075c (ceph): mgr/dashboard: remove pyOpenSSL version pinning
Tests require a newer version of pyOpenSSL.
Fixes: https://tracker.ceph.com/issues/48506
Signed-off-by: Kiefer Chang...
Kiefer Chang
07:17 AM Dashboard Bug #48507 (New): mgr/dashboard: change logging level 'error' to something more appropriate
As suggested in https://github.com/ceph/ceph/pull/38469#discussion_r538985793 the logging level 'error' should be cha... Tatjana Dehler
06:55 AM Dashboard Bug #45650 (Resolved): mgr/dashboard: When adding silence, the Matcher dialog's submit button con...
Kiefer Chang
05:40 AM Revision e8dd40f3 (ceph): Merge pull request #38497 from tchaikov/wip-seastar
seastar: update seastar submodule
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
04:15 AM RADOS Bug #48505 (Pending Backport): osdmaptool crush
when osd map contains CRUSH_ITEM_NONE osd when i run:
_./osdmaptool ./hkc4 --test-map-pgs-dump;_
then crush, be...
hg liu
03:47 AM Revision f7a354f0 (ceph): Merge pull request #38491 from agayev/fix-hmsmr-compilation
os/bluestore: Fix HMSMRDevice.cc compilation.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:36 AM Revision 0316f1e5 (ceph): seastar: update seastar submodule
to pick up recent fixes in file io
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:32 AM Dashboard Backport #48460 (In Progress): octopus: mgr/dashboard: make daemon selection easier in NFS export...
Kiefer Chang
03:25 AM Revision d38caf83 (ceph): mgr/dashboard: allow selecting all daemons for Orchestrator NFS clusters
Allow users to select or deselect all daemons with a single click in NFS
export form when the cluster type is Orchest...
Kiefer Chang
03:09 AM Dashboard Bug #43165 (Resolved): mgr/dashboard: remove `/api/orchestrator/<resource>` endpoints if possible
Kiefer Chang
03:00 AM Revision b1d0fa70 (ceph): Merge pull request #38437 from ifed01/wip-ifed-alloc-replay-dump
os/bluestore: add more means to troubleshoot allocator(s)
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Kefu Chai
02:58 AM CephFS Feature #22477 (Fix Under Review): multifs: remove multifs experimental warnings
Patrick Donnelly
02:58 AM Revision a4c5eac7 (ceph): Merge pull request #38454 from tchaikov/wip-compressor-cleanup
compressor: put Compressor into TOPNSPC namespace and use string_view
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
...
Kefu Chai
02:57 AM Linux kernel client Bug #48504 (Fix Under Review): kclient: set osdmap epoch for setxattr
The patchwork: https://patchwork.kernel.org/project/ceph-devel/patch/20201209025220.2563698-1-xiubli@redhat.com/ Xiubo Li
02:41 AM Linux kernel client Bug #48504 (In Progress): kclient: set osdmap epoch for setxattr
Xiubo Li
02:38 AM Linux kernel client Bug #48504 (Resolved): kclient: set osdmap epoch for setxattr
Currently we don't set the osdmap epoch for setxattr, which somehow could improve the perf for the mds service.
Xiubo Li
02:57 AM Revision d8e5331f (ceph): Merge pull request #38458 from tchaikov/wip-librados-cct
librados: move definition of cct_deleter to .cc
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Ada...
Kefu Chai
02:25 AM CephFS Tasks #22479 (Closed): multifs: review testing coverage
Patrick Donnelly
01:05 AM Revision e29a3c7c (ceph): doc: fix a couple of typos
Signed-off-by: Liu Lan <liulan_yewu@cmss.chinamobile.com> Liu Lan
12:50 AM RADOS Bug #48503: scrub stat mismatch on bytes
Neha Ojha wrote:
> [...]
>
> /a/teuthology-2020-12-06_07:01:02-rados-master-distro-basic-smithi/5684999
rados/...
Neha Ojha
12:46 AM RADOS Bug #48503 (New): scrub stat mismatch on bytes
... Neha Ojha
12:48 AM RADOS Bug #46318: mon_recovery: quorum_status times out
/a/teuthology-2020-12-06_07:01:02-rados-master-distro-basic-smithi/5685125 Neha Ojha

12/08/2020

09:24 PM Bug #46208: Update to boost 1.73 (fix context support for IBM Z)
Does this mean our chacra libboost repos should be removed from Jenkins builders? See https://github.com/ceph/ceph/p... David Galloway
09:14 PM Revision 55c0f167 (ceph): Merge pull request #38418 from anthonyeleven/anthonyeleven/clarify-op-p...
doc: clarify osd recovery op priority and fix a couple of typos
Reviewed-by: David Zafman <dzafman@redhat.com>
Revie...
Neha Ojha
07:30 PM CephFS Bug #48501 (Resolved): pybind/mgr/volumes: inherited snapshots should be filtered out of snapshot...
If a snapshot is created on a parent directory of a subvolume, it shows up in the snapshot listing:... Patrick Donnelly
07:21 PM CephFS Bug #38832: mds: fail to resolve snapshot name contains '_'
Patrick Donnelly wrote:
> Zheng, what was the motivation for the change to append this information to the snap name ...
Patrick Donnelly
07:19 PM rbd Bug #45694 (Fix Under Review): "TestMigration.StressLive" fails
Jason Dillaman
02:57 AM rbd Bug #45694 (In Progress): "TestMigration.StressLive" fails
Finally found the bug. There is a race between a migration completing and a potential copy-up. If the copy-up starts ... Jason Dillaman
07:06 PM Revision 33ccedf0 (ceph): test/crimson: factor out seastar_runner helpers
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:06 PM Revision eef5f32c (ceph): crimson/os/seastore/.../lba_btree_node_impl: fix at_min_capacity()
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:06 PM Revision 9c451356 (ceph): crimson/os/seastore: add block segment_manager
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:54 PM Dashboard Backport #48500 (In Progress): octopus: mgr/dashboard: SMART data routine raises an exception
Nathan Cutler
06:52 PM Dashboard Backport #48500 (Resolved): octopus: mgr/dashboard: SMART data routine raises an exception
https://github.com/ceph/ceph/pull/37972 Nathan Cutler
06:47 PM rgw Bug #47074: rgw: bucket radoslist looping endlessly while processing a bucket
I'm experiencing the same issue in my environment. I recently attempted to run the ‘rgw-orphan-list’ tool against our... James McEwan
04:23 PM rgw Fix #48499 (Resolved): nautilus: rgw: in ordered bucket listing skip namespaced entries internall...
When doing an ordered bucket listing, such as from s3, we're listing all the entries that are not in a namespace. Non... J. Eric Ivancich
04:00 PM Bug #48498 (Fix Under Review): octopus: timeout when running the "ceph" command
Running "Ubuntu 20.04.1" with kernel "5.4.77-217"
I've installed octopus version 15.2.5 from distro armhf repo as...
Mathew Clarke
03:48 PM Linux kernel client Bug #48497 (Resolved): send gid_list in MClientRequest
We don't currently set the gid_list in the MClientRequest header. We should so that the MDS can make sensible enforce... Jeff Layton
03:44 PM CephFS Bug #48491 (Triaged): tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch
Patrick Donnelly
11:17 AM CephFS Bug #48491: tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch
https://pulpito.ceph.com/swagner-2020-12-07_12:36:07-rados:cephadm-wip-swagner2-testing-2020-12-07-1137-distro-basic-... Sebastian Wagner
11:06 AM CephFS Bug #48491 (Resolved): tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch
... Sebastian Wagner
03:43 PM rbd Bug #48357 (Resolved): KeyError: 'targets' when adding second gateway on ceph-iscsi - BUG
https://github.com/ceph/ceph-iscsi/pull/226 Jason Dillaman
03:38 PM Revision 19987a24 (ceph): os/bluestore: Fix HMSMRDevice.cc compilation.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu> Abutalib Aghayev
03:35 PM CephFS Bug #48447 (Resolved): vstart_runner: fails to print final result line
Patrick Donnelly
03:35 PM Revision 7ba3669e (ceph): Merge PR #38419 into master
* refs/pull/38419/head:
vstart_runner: print result line unless opt_rotate_log is set
Reviewed-by: Patrick Donnelly...
Patrick Donnelly
03:29 PM Bug #45915: Missing Octopus packages for Ubuntu 20.04 on arm64
me too .... but with the armhf repo... Mathew Clarke
03:01 PM Revision 188e46be (ceph): test/librados_test_stub: additional debug logging
Allow actual IOs to be seen in the debug logs next to the client
debug logs issuing the IOs.
Signed-off-by: Jason Di...
Jason Dillaman
03:01 PM Revision 31426c16 (ceph): librbd: additional debug logging in support of live-migration
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:01 PM Revision c5c6016c (ceph): librbd/io: flush IO before shutting down image IO dispatchers
Otherwise, if the dispatchers are shut down, there is a potential
race where the flush can be assigned to a stuck IO ...
Jason Dillaman
02:55 PM Revision 4cbe89f4 (ceph): mgr/dashboard: Adding the alert bad certificate error to the ssl provid...
upstream tracked in https://github.com/cherrypy/cheroot/pull/348
Fixes: https://tracker.ceph.com/issues/48490
Signed-...
Nizamudeen A
02:55 PM Dashboard Bug #48490: mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error
Raised a fix in upstream cheroot https://github.com/cherrypy/cheroot/pull/348 Nizamudeen A
11:18 AM Dashboard Bug #48490 (Fix Under Review): mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error
Nizamudeen A
09:49 AM Dashboard Bug #48490 (Resolved): mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error
Since there are new errors are added in the inbuilt ssl providers (https://github.com/cherrypy/cheroot/blame/577da25e... Nizamudeen A
02:35 PM Revision 0c890ea5 (ceph): mgr/dashboard: Updating the inbuilt ssl providers error
Fixes: https://tracker.ceph.com/issues/48490
Signed-off-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A
02:27 PM Revision 83ef48cf (ceph): vstart_runner: set default values of stdout and stderr to None
Not doing so leads to tests run successfully with vstart_runner.py but
crash when triggered with teuthology since the...
Rishabh Dave
02:27 PM Revision 1022920d (ceph): qa/tasks/{ceph,ceph_manager}: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:27 PM Revision 13ca55b4 (ceph): qa/tasks/ceph_manager: use StringIO for capturing COT output
there are couple factors we should consider when choosing between
BytesIO and StringIO:
- if the producer is produci...
Kefu Chai
02:21 PM Revision bbbd0b7b (ceph): qa/tasks/ceph_manager: capture stderr for COT
as we are expecting the error message written to stderr, and we need to
check for the error messages in it.
this cha...
Kefu Chai
02:13 PM Dashboard Backport #47975 (In Progress): octopus: mgr/dashboard: EC profile, clay plugin is missing
Tatjana Dehler
02:10 PM Revision 3c58cd6e (ceph): mgr/dashboard: Add clay plugin support
The erasure code plugin "clay" is now supported by the dashboard. Now a
clay based profile can be created in the ec p...
Stephan Müller
01:51 PM Revision 1e31479f (ceph): Merge pull request #37956 from dorindabassey/example-notific
examples/boto3/README: examples notification
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Casey Bodley
01:44 PM Revision b19150be (ceph): Merge pull request #38374 from rzarzynski/wip-crimson-backfill-remove
crimson: add support for backfill, part 2 -- MOSDPGBackfillRemove
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:43 PM Revision d339a842 (ceph): Merge pull request #38392 from rzarzynski/wip-crimson-backfill-virtual_...
crimson: use explicit, abstract interfaces for backfill's facades.
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>...
Kefu Chai
01:40 PM Orchestrator Bug #48157: test_cephadm.sh failure You have reached your pull rate limit. You may increase the l...
Stephen Longofono wrote:
> Is there an option for pulling and saving an image, and providing as input to cephadm? I...
David Galloway
01:40 PM Revision a4c9def4 (ceph): Merge pull request #38208 from sebastian-philipp/mgr-cephadm-type-annot...
mgr/cephadm: make type annotations mandatory for some modules
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
01:23 PM RADOS Bug #38345 (Resolved): mon: segv in MonOpRequest::~MonOpRequest OpHistory::cleanup
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
01:17 PM RADOS Backport #48496 (Resolved): octopus: Paxos::restart() and Paxos::shutdown() can race leading to u...
https://github.com/ceph/ceph/pull/39161 Nathan Cutler
01:17 PM RADOS Backport #48495 (Resolved): nautilus: Paxos::restart() and Paxos::shutdown() can race leading to ...
https://github.com/ceph/ceph/pull/39160 Nathan Cutler
01:17 PM Dashboard Backport #48494 (Resolved): octopus: mgr/dashboard: "Orchestrator is not available" while togglin...
https://github.com/ceph/ceph/pull/38598 Nathan Cutler
01:14 PM Revision fe89a39a (ceph): crimson: use explicit, abstract interfaces for backfill's facades.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
01:10 PM Dashboard Bug #48448 (Pending Backport): mgr/dashboard: "Orchestrator is not available" while toggling betw...
Nizamudeen A
12:45 PM ceph-volume Feature #47584 (In Progress): make create/prepare idempotent
Rishabh Dave
12:43 PM Revision 94d48744 (ceph): Merge pull request #37130 from pcuzner/cephadm-exporter
cephadm:Add a daemon mode for cephadm to provide a metadata endpoint
Reviewed-by: Ernesto Puerta <epuertat@redhat.co...
Sebastian Wagner
12:20 PM ceph-volume Bug #47758: fail to create OSDs because the requested extent is too large
Sorry Juan, only now get to look at this. I'm somewhat hesitant to solve it like in your PR. It would be much better ... Jan Fajerski
12:00 PM ceph-volume Bug #48492 (Resolved): util/disk.py can't parse PB size suffix
This leads to ceph-volume throwing an IndexError when a PB sized disk is attached to a node. Jan Fajerski
11:47 AM mgr Bug #48488 (Fix Under Review): mgr/restful: _gather_osds() mistakenly treats a `str` as a `dict`
Kefu Chai
05:11 AM mgr Bug #48488: mgr/restful: _gather_osds() mistakenly treats a `str` as a `dict`
*PR*: https://github.com/ceph/ceph/pull/38480 Jerry Pu
04:11 AM mgr Bug #48488 (Resolved): mgr/restful: _gather_osds() mistakenly treats a `str` as a `dict`
... Jerry Pu
11:32 AM Revision daa4ecd9 (ceph): Merge pull request #38483 from tchaikov/wip-crimson-cleanup
crimson: cleanups
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@red...
Kefu Chai
11:26 AM Revision 3f9bf2b3 (ceph): mgr/cephadm: make annotations for upgrade.py mandatory
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
11:26 AM Revision 95bf93a9 (ceph): mgr/cephadm: make annotations for serve.py mandatory
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
11:26 AM Revision 77791a21 (ceph): mgr/cephadm: make annotations for inventory.py mandatory
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
11:26 AM Revision ba3189b1 (ceph): mgr/cephadm: make annotations for schedule.py mandatory
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
11:23 AM Revision 712a6405 (ceph): Merge pull request #38106 from varshar16/wip-fix-rook-orch-ps-img-id-name
mgr/rook: Fix container id and image id in 'orch ps'
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Revie...
Sebastian Wagner
11:22 AM Revision 0fc70059 (ceph): Merge pull request #38346 from varshar16/wip-remove-container-id-field-...
mgr/orchestrator: Remove 'CONTAINER ID' col from orch ps if unknown
Reviewed-by: Sebastian Wagner <sebastian.wagner@...
Sebastian Wagner
11:13 AM Revision a12e24bd (ceph): Merge pull request #37952 from mgfritch/cephadm-json-decode
mgr/cephadm: handle JSONDecodeError
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: Sebast...
Sebastian Wagner
11:12 AM Revision 880e916e (ceph): Merge pull request #38032 from mgfritch/cephadm-last-local-image-name
cephadm: reference the last local image by digest
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com>
Reviewed-by: ...
Sebastian Wagner
11:09 AM Revision 1cebe7f2 (ceph): Merge pull request #38064 from mgfritch/cephadm-rm-host-key-err
mgr/cephadm: verify the `host` key exists during refresh
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
11:05 AM Revision 22863ea3 (ceph): crimson/test: make the backfill testing quieter.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
11:05 AM Revision d467a906 (ceph): crimson/osd: add support for MOSDPGBackfillRemove at primary.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
11:05 AM Revision e59b91d8 (ceph): crimson/test: make use of maybe_flush() in the backfill testing.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
11:05 AM Revision a46a9b97 (ceph): crimson/osd: add support for MOSDPGBackfillRemove at replicas.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:59 AM Revision 6216ece8 (ceph): Merge pull request #38130 from sebastian-philipp/cephadm-upgrade-fail-d...
mgr/cephadm: upgrade: fail gracefully, if daemon redeploy fails
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
10:59 AM Revision 4d47923e (ceph): Merge pull request #38317 from sebastian-philipp/cephadm-reduce-log-dg-...
mgr/cephadm: OSD service: reduce log noise
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
10:40 AM Revision 18dab751 (ceph): mgr/dashboard: assign flags to single OSDs
Add the possibility to assign the flags ['noup',
'nodown', 'noin', 'noout'] to single OSDs.
Fixes: https://tracker.c...
Tatjana Dehler
10:20 AM Revision 7244343e (ceph): mgr/restful: fix TypeError occurring in _gather_osds()
In _gather_osds() processing `choose_firstn`, it tries to
traverse the keys of a `dict` (nodes_by_id[node_id]) but no...
Jerry Pu
08:55 AM Revision 700cc70b (ceph): crimson/os: use a constexpr function for sanity test
since match_stage_t is an alias of uint_8. it is an unsigned type, so an
instance of this type should be always great...
Kefu Chai
08:55 AM Revision 14f976e1 (ceph): crimson/osd: return something in PG::do_delete_work()
this silences the warning of
crimson/osd/pg.cc:316:1: warning: no return statement in function returning non-void [-...
Kefu Chai
08:03 AM Revision 31377af8 (ceph): librbd/cache: move image writeback cache to plugin
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com> Xiaoyan Li
07:59 AM RADOS Bug #48489 (New): osdmap cluster-only data is interpreted by the userspace client and causes cras...
We have a cluster-only portion of the OSDMap, which is carefully encoded separately from the portion which clients ne... Greg Farnum
06:17 AM Revision 5435ed62 (ceph): Merge pull request #38460 from ronen-fr/wip-ronenf-lua-move
rgw: removing a pessimizing move Ronen Friedman
05:01 AM Revision bc41ae3a (ceph): doc: clarify osd recovery op priority and fix a couple of typos
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com> Anthony D'Atri
04:03 AM mgr Bug #48487 (Duplicate): mgr/restful: TypeError: string indices must be integers in _gather_osds
... Jerry Pu

12/07/2020

10:26 PM CephFS Bug #48318 (Fix Under Review): Client: the directory's capacity will not be updated after write d...
Patrick Donnelly
09:42 PM RADOS Bug #48386 (Pending Backport): Paxos::restart() and Paxos::shutdown() can race leading to use-aft...
Brad Hubbard
09:26 PM Orchestrator Bug #48157: test_cephadm.sh failure You have reached your pull rate limit. You may increase the l...
Is there an option for pulling and saving an image, and providing as input to cephadm? It seems problematic that you... Stephen Longofono
09:22 PM rbd Bug #48486 (Resolved): readahead is incorrectly running when cache is writearound
Since the writearound cache does not actually cache data in-memory, these readaheads are effectively no-ops and waste... Jason Dillaman
09:17 PM RADOS Backport #43880 (Rejected): luminous: mon: segv in MonOpRequest::~MonOpRequest OpHistory::cleanup
Patrick Donnelly
08:09 PM Bug #37503 (Fix Under Review): Audit log: mgr module passwords set on CLI written as plaintext in...
Neha Ojha
07:58 PM Revision ce5abc59 (ceph): crimson/os/seastore/.../lba_btree_node_impl: fix mutate_mapping for mis...
Also adds assert to LBAInternalNode -- any laddr in the range of an internal
node must necessarily be in the range of...
Samuel Just
07:58 PM Revision 697218b0 (ceph): crimson/os/seastore/segment_manager: refactor init interface and ephemeral
Just remove init from the interface for now. Real implementations
will need some form of mkfs/mount machinery to boo...
Samuel Just
07:53 PM CephFS Bug #48365: qa: ffsb build failure on CentOS 8.2
Xiubo Li wrote:
> @Patrick,
>
> Checked the teuthology log I didn't see any suspecious error or warning could cau...
Patrick Donnelly
03:41 AM CephFS Bug #48365: qa: ffsb build failure on CentOS 8.2
@Patrick,
Checked the teuthology log I didn't see any suspecious error or warning could cause this, and the "confi...
Xiubo Li
02:46 AM CephFS Bug #48365: qa: ffsb build failure on CentOS 8.2
I have freshly installed a new CentOS 8.2 VM and tried it, I didn't hit no any issue for the compiling except some wa... Xiubo Li
01:15 AM CephFS Bug #48365 (In Progress): qa: ffsb build failure on CentOS 8.2
Xiubo Li
07:49 PM mgr Bug #47875: mgr/prometheus : ENGINE Error in HTTPServer.tick
I've published an el8 RPM at https://fedorapeople.org/~ktdreyer/bz1868629/ for early testing. I can bring up a "hello... Ken Dreyer
07:06 PM mgr Bug #47875: mgr/prometheus : ENGINE Error in HTTPServer.tick
Thanks for reporting this issue.
I've pushed an update to Fedora at https://src.fedoraproject.org/rpms/python-cher...
Ken Dreyer
07:45 PM RADOS Bug #48485 (New): osd thrasher timeout
One of my test runs failed with this:... Jeff Layton
06:35 PM Orchestrator Bug #48142: rados:cephadm/upgrade/mon_election tests are failing: CapAdd and privileged are mutua...
http://qa-proxy.ceph.com/teuthology/yuriw-2020-12-05_15:45:19-rados-wip-yuri2-testing-2020-12-04-0751-octopus-distro-... Deepika Upadhyay
06:16 PM RADOS Backport #48480 (In Progress): octopus: PG::_delete_some isn't optimal iterating objects
https://github.com/ceph/ceph/pull/38477 Igor Fedotov
02:11 PM RADOS Backport #48480 (Resolved): octopus: PG::_delete_some isn't optimal iterating objects
https://github.com/ceph/ceph/pull/38477 Igor Fedotov
06:15 PM RADOS Backport #48482 (In Progress): nautilus: PG::_delete_some isn't optimal iterating objects
https://github.com/ceph/ceph/pull/38478 Igor Fedotov
02:11 PM RADOS Backport #48482 (Resolved): nautilus: PG::_delete_some isn't optimal iterating objects
https://github.com/ceph/ceph/pull/38478 Igor Fedotov
04:37 PM Revision 90efe6ad (ceph): doc/osd-config-ref: adjust default value for osd_delete_sleep_hybrid
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit ba9b5471206e1b40ffa91f070cebfd918611d657)
Igor Fedotov
04:37 PM Revision 6d8ebf89 (ceph): doc/rados/configuration/osd-config-ref.rst: document osd_delete_sleep
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 981babc8fa361204b1553fa4f97b7157066e3b0f)
Neha Ojha
04:32 PM Revision 17e2d39a (ceph): osd: adjust osd_delete_sleep_ssd[_hybrid]
1) Do not differentiate all-flash and hybrid(ssd+hdd) deployments since
they both bound to SSD drive backing DB volum...
Igor Fedotov
04:31 PM Revision 3b94b6f0 (ceph): os/bluestore: introduce removal perf counter
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit cc9d58421ef9785802482faa5e68ac25911331e8)
Igor Fedotov
04:31 PM Revision 4c7f6eaf (ceph): os/bluestore: track kv utilization in kv_sync_thread
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 0504b9554998005307647744ba82ffbe9ad8c703)
...
Igor Fedotov
04:28 PM Revision 4e989897 (ceph): os/bluestore: perf counters for omap_get_keys[_get_values]
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 86840616ba62e37cd7bdc04fc0f5d63d2df93525)
...
Igor Fedotov
04:26 PM Revision d5fc95dc (ceph): osd/pg: use next when calling collection_list for pg removal
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 7f047005fc72e1f37a45cde2d742bb2eb1e62881)
...
Igor Fedotov
03:47 PM Revision be141cdc (ceph): mgr/dashboard: Fix CRUSH map viewer VirtualScroll
As stated in https://angular2-tree.readme.io/docs/large-trees:
To use this (virtual scroll) option, one must supply t...
玮文 胡
03:12 PM Dashboard Backport #48484 (Resolved): octopus: mgr/dashboard: trusted_ip_list of iSCSI service doesn't work
Nathan Cutler
03:08 PM CephFS Bug #48411 (Triaged): tasks.cephfs.test_volumes.TestSubvolumeGroups: RuntimeError: rank all faile...
Patrick Donnelly
02:16 PM Revision d2732070 (ceph): ceph-volume: remove mention of dmcache from docs and help text
With the introduction of bluestore dmcache is no longer needed and
is no longer supported with `ceph-volume lvm`.
Re...
Andrew Schoen
02:16 PM Revision c774de73 (ceph): ceph-volume: fix lvm help test
ed5ceb0 changed the LVM help code but not the associated test.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>...
Dimitri Savineau
02:15 PM Revision 360457f8 (ceph): doc/osd-config-ref: adjust default value for osd_delete_sleep_hybrid
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit ba9b5471206e1b40ffa91f070cebfd918611d657)
Igor Fedotov
02:15 PM Revision a86b42e5 (ceph): osd: adjust osd_delete_sleep_ssd[_hybrid]
1) Do not differentiate all-flash and hybrid(ssd+hdd) deployments since
they both bound to SSD drive backing DB volum...
Igor Fedotov
02:15 PM Revision 58b9e7c8 (ceph): os/bluestore: introduce removal perf counter
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit cc9d58421ef9785802482faa5e68ac25911331e8)
Igor Fedotov
02:14 PM Revision e328c9dc (ceph): os/bluestore: track kv utilization in kv_sync_thread
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 0504b9554998005307647744ba82ffbe9ad8c703)
...
Igor Fedotov
02:14 PM Revision bc8f304a (ceph): rgw: lc: fix infinite loop in bucket_lc_prepare
Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com> Ilsoo Byun
02:13 PM Revision 20d9ce52 (ceph): os/bluestore: perf counters for omap_get_keys[_get_values]
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 86840616ba62e37cd7bdc04fc0f5d63d2df93525)
Igor Fedotov
02:13 PM Revision 351854cb (ceph): osd/pg: use next when calling collection_list for pg removal
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 7f047005fc72e1f37a45cde2d742bb2eb1e62881)
Igor Fedotov
02:11 PM RADOS Backport #48481 (Rejected): mimic: PG::_delete_some isn't optimal iterating objects
Igor Fedotov
01:49 PM Revision c25def8d (ceph): os/bluestore: fix inappropriate ENOSPC from avl/hybrid allocator
Under high fragmentation circumstances (in best-fit mode) these allocators might fail to
return continuous(longer tha...
Igor Fedotov
01:44 PM RADOS Bug #47044 (Pending Backport): PG::_delete_some isn't optimal iterating objects
Igor Fedotov
01:38 PM Revision 809ed124 (ceph): os/bluestore: fix inappropriate ENOSPC from avl/hybrid allocator
Under high fragmentation circumstances (in best-fit mode) these allocators might fail to
return continuous(longer tha...
Igor Fedotov
01:33 PM bluestore Backport #48479 (Resolved): nautilus: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph...
https://github.com/ceph/ceph/pull/38475 Igor Fedotov
01:33 PM bluestore Backport #48478 (Resolved): octopus: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_...
https://github.com/ceph/ceph/pull/38474 Igor Fedotov
01:31 PM bluestore Backport #48477 (Rejected): octopus: osd: fix bluestore avl allocator
Igor Fedotov
01:27 PM bluestore Backport #48477 (Resolved): octopus: osd: fix bluestore avl allocator
https://github.com/ceph/ceph/pull/43747 Igor Fedotov
01:31 PM bluestore Backport #48476 (Rejected): nautilus: osd: fix bluestore avl allocator
Igor Fedotov
01:27 PM bluestore Backport #48476 (Rejected): nautilus: osd: fix bluestore avl allocator
Igor Fedotov
01:31 PM bluestore Fix #48272 (Resolved): osd: fix bluestore avl allocator
Igor Fedotov
01:26 PM bluestore Fix #48272 (Pending Backport): osd: fix bluestore avl allocator
Igor Fedotov
01:03 PM Dashboard Feature #48475 (Fix Under Review): mgr/dashboard: Display a warning message in Dashboard when deb...
Volker Theile
12:59 PM Dashboard Feature #48475 (In Progress): mgr/dashboard: Display a warning message in Dashboard when debug mo...
Volker Theile
11:10 AM Dashboard Feature #48475 (Resolved): mgr/dashboard: Display a warning message in Dashboard when debug mode ...
Display a notification warning after log in, same to the telemetry module notification, when debug mode is enabled. A... Volker Theile
12:32 PM Feature #7459 (Closed): ceph-rest-api: sysvinit and upstart scripts
https://github.com/ceph/ceph/pull/4144 was closed Sebastian Wagner
12:29 PM Feature #10437 (Closed): ceph-rest-api support for rbd snap rollback
ceph-rest-api was removed form master a long time ago Sebastian Wagner
12:29 PM Feature #12188 (Closed): Ceph-rest-api should support CORS
ceph-rest-api was removed form master a long time ago Sebastian Wagner
12:28 PM Support #23549 (Closed): ceph-rest-api cannot work when mon down for long time
Sebastian Wagner
12:24 PM Feature #43445 (Duplicate): Dashboard: create Bucket with x-amz-bucket-object-lock-enabled
Sebastian Wagner
12:01 PM Messengers Bug #38605 (Can't reproduce): possibly msgr? no_reply to mgr
Sebastian Wagner
12:00 PM Bug #37858 (Can't reproduce): Python 3: UnicodeDecodeError in /usr/bin/ceph in parse_json_funcsigs
Sebastian Wagner
11:59 AM Bug #23854 (Can't reproduce): Linking libceph_zstd.so sometimes fails
Sebastian Wagner
11:32 AM Revision 90ed2e03 (ceph): ceph-volume: disable cache for blkid calls
Due to bugs in cache managment in blkid, there are possible to have
nonexistence entries. This entries breaks ceph-vo...
Rafał Wądołowski
11:22 AM Revision b7af5152 (ceph): pybind/cephfs: fix missing terminating NULL char in readlink()'s C string
The error is in test_readlink() in src/test/pybind/test_cephfs.py:
...
test_cephfs.test_readlink ... FAIL
=========...
Tuan Hoang
11:05 AM Revision 35fcd04f (ceph): cephadm: command_unit: call systemctl with verbose=True
Otherwise `cephadm unit ... status` won't print anything
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
11:00 AM Dashboard Backport #48474 (In Progress): octopus: mgr/dashboard: Allow modifying single OSD settings for no...
Tatjana Dehler
08:56 AM Dashboard Backport #48474 (Resolved): octopus: mgr/dashboard: Allow modifying single OSD settings for noout...
https://github.com/ceph/ceph/pull/38469 Tatjana Dehler
10:26 AM Revision fe34a326 (ceph): rgw: fix multipart iteration problem
Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com> Ilsoo Byun
09:50 AM Revision dddc4491 (ceph): mgr/dashboard: remove unnecessary blank
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
(cherry picked from commit 52a9c7610dffa400ce915e7e7253bfd0ad76bed0)
Tatjana Dehler
09:50 AM Revision a82bfd1d (ceph): mgr/dashboard: remove custom class `oa-hr-small`
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
(cherry picked from commit 9a66425fa42634c3e6879cd3503612fd9f714fbe)
Tatjana Dehler
09:50 AM ceph-volume Bug #48464 (Fix Under Review): blkid holds old entries in cache
Rishabh Dave
09:22 AM Revision 111023e3 (ceph): librbd/plugin: enable hook points for exclusive lock
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com> Xiaoyan Li
09:12 AM Orchestrator Feature #47261: cephadm integration for cephfs-mirror daemon
Sebastian Wagner wrote:
> what exactly do do you need here? which config options do we need?
(sorry for the laten...
Venky Shankar
09:03 AM Revision b1c1268b (ceph): Merge pull request #38155 from sebastian-philipp/octopus-backport-37432...
octopus: cephadm batch backport November
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
08:52 AM Dashboard Feature #40739 (Pending Backport): mgr/dashboard: Allow modifying single OSD settings for noout/n...
Tatjana Dehler
08:46 AM CephFS Backport #48457 (In Progress): nautilus: client: fix crash when doing remount in none fuse case
Wei-Chung Cheng
08:46 AM Revision c6c99d26 (ceph): client: do not use g_conf().get_val<>() in libcephfs
The g_conf() will try to dereference the "g_ceph_context" to get
the "_conf", but the "g_ceph_context" won't be set i...
Xiubo Li
08:45 AM CephFS Backport #48458 (In Progress): octopus: client: fix crash when doing remount in none fuse case
Wei-Chung Cheng
08:44 AM Revision 26a4d315 (ceph): client: do not use g_conf().get_val<>() in libcephfs
The g_conf() will try to dereference the "g_ceph_context" to get
the "_conf", but the "g_ceph_context" won't be set i...
Xiubo Li
08:14 AM CephFS Bug #48473 (Resolved): fs perf stats command crashes
From [1], try the below command mistakes. These 'mds_ranks' must be integers and non-empty. Otherwise it crashes.
...
Jos Collin
06:31 AM Revision 13971bc8 (ceph): mds/OpenFileTable: make the data length as long as possible for each op
The max_write_size is 10M as default, and every time when the len
of the op data exceed it with a very small size it ...
Xiubo Li
05:49 AM Revision d999b1f8 (ceph): doc: document MDS cache configuration
Fixes: https://tracker.ceph.com/issues/48010
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
05:49 AM Revision 3be8ca7a (ceph): test: add DecayCounter test
In particular, look at the steady state decay. (i.e. a counter that is
continuously "refilled".)
Signed-off-by: Patr...
Patrick Donnelly
05:45 AM Revision d474872c (ceph): client: increment file position on _read_sync near eof
Fixes: https://tracker.ceph.com/issues/48076
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
05:44 AM Revision a9b8d104 (ceph): osdc: restart read on truncate/discard
This can be reliably reproduced by reading a large file (~500MB) on a
ceph-fuse mount and then evicting the client.
...
Patrick Donnelly
05:41 AM Revision 7cec368e (ceph): mds : move start_files_to_recover() to recovery_done
the requests in the queue, named waiting_for_replay, may modify the state of the filelock,
resulting in the wrong loc...
simon gao
04:59 AM Revision 43c7c622 (ceph): Merge pull request #36986 from cyx1231st/wip-seastar-onode-tree-upstream
crimson/seastore: add initial onode staged-fltree
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
03:13 AM Revision 04d48f65 (ceph): osd/OSDMonitor: remove duplicated output info
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com> Changcheng Liu
02:06 AM Revision 7eb43fa4 (ceph): crimson/staged-onode-tree: use LT, EQ, GT for comparison results
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:06 AM Revision 956d0179 (ceph): crimson/test: fix test/tool make target names
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:06 AM Revision 1c053f34 (ceph): crimson/onode-staged-tree: add and fix comments
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
01:26 AM rgw Bug #48472 (Need More Info): rgw crash when get none exist role policy
rgw will crash when get put delete pocliy to a none exist role
import boto3, json
import botocore
botocore.session...
joke lee
01:23 AM Revision 87404149 (ceph): client: set CEPH_STAT_RSTAT mask for dir in readdir_r_cb
Fixes: https://tracker.ceph.com/issues/48318
Signed-off-by: chencan <chen.can2@zte.com.cn>
chencan chencan

12/06/2020

10:30 PM Revision 269c555a (ceph): Merge pull request #38356 from icepic/patch-2
doc/radosgw: Fix misspelled word in index.rst
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
09:54 PM Orchestrator Bug #48471 (Can't reproduce): Cephadm fails to update repo if gnupg is present
Probably related to https://tracker.ceph.com/issues/45009.
If gnupg is installed on the bootstrap node, running ce...
Stephen Longofono
04:54 PM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
ok sorry, didn't know that. Yes then it has changed while installing the .12 release. Martin Verges
10:00 AM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
The default allocator was changed from bitmap to hybrid starting v14.2.11.
Hence unless you had made any custom sett...
Igor Fedotov
08:21 AM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
Igor Fedotov wrote:
> Do you mean it WAS bitmap when the issue occurred or it has been switched to bitmap since then...
Martin Verges
04:19 PM Revision a4d411b2 (ceph): rgw: removing a pessimizing move
"warning: moving a temporary object prevents copy elision"
Co-authored-by: Kefu Chai <kefu@redhat.com>
Signed-off-by...
Ronen Friedman
03:20 PM Revision 57adbf2f (ceph): Merge pull request #38324 from tchaikov/wip-mon-cleanups
mon: drop QuorumService and cleanups.
Reviewed-by: Joao Eduardo Luis <joao@suse.com>
Kefu Chai
03:15 PM Revision 7f366169 (ceph): mon/ConfigKeyService: move private member variable declaration to the e...
to follow https://google.github.io/styleguide/cppguide.html
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:15 PM Revision 89c98c6d (ceph): mon: drop QuorumService
so far we only implemented ConfigKeyService, so move QuorumService into
the its only child class -- ConfigKeyService....
Kefu Chai
03:15 PM Revision 4e206f45 (ceph): mon/ConfigKeyService: store mon and paxos using reference
before this change, we always have a valid pointer as member variable.
so, a reference serve this purpose better.
Si...
Kefu Chai
03:15 PM Revision 8757ba2c (ceph): mon/ConfigKeyService: remove unused bits
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:15 PM Revision c1ea1ae5 (ceph): mon/ConfigKeyService: drop ConfigKeyService::get_name()
the only caller of this function is prefix(), so hardcode the service
name there instead.
Signed-off-by: Kefu Chai <...
Kefu Chai
03:15 PM Revision 8e9d7505 (ceph): mon/ConfigKeyService: drop ConfigKeyService::dispatch()
this method is basically an alias of
ConfigKeyService::service_dispatch(), so get rid of it.
Signed-off-by: Kefu Cha...
Kefu Chai
03:15 PM Revision e4bf716b (ceph): mon: store a reference as member variable
before this change, we always have a valid pointer as member variable.
so, a reference serve this purpose better.
Si...
Kefu Chai
02:26 PM Revision ca1d81d0 (ceph): rgw/notification: use the term "event" for notifications
as well as some other nameing changes for clarifications
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
01:14 PM Dashboard Bug #45873 (Fix Under Review): mgr/dashboard: CRUSH map viewer inconsistent with output of "ceph ...
Kefu Chai
01:12 PM Dashboard Bug #45873: mgr/dashboard: CRUSH map viewer inconsistent with output of "ceph osd tree"
I created a PR that should fix this. https://github.com/ceph/ceph/pull/38456 玮文 胡
11:35 AM Revision b6977f75 (ceph): mon: use unique_ptr<> to manage lifecycle of Monitor::paxos
it is less error-prone, and has better readability.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:04 AM Revision e65e5807 (ceph): rgw/lua: fixing incompatible declarations of CephContext
Existing forward declaration breaks OSD compilation (clang)
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
08:36 AM Revision f88b4106 (ceph): librados: move definition of cct_deleter to .cc
so cct->get() and cct->put() are visually closer. this improves the
readability.
Signed-off-by: Kefu Chai <kchai@red...
Kefu Chai
08:30 AM Revision fcaf0471 (ceph): common/Timer: add SafeTimer::add_event_after() which accepts timespan
easier to use when we are moving from the number of seconds to a
C++ timespan.
Signed-off-by: Kefu Chai <kchai@redha...
Kefu Chai
08:30 AM Revision fc82b0ae (ceph): mon: use TYPE_SEC for mon_scrub_interval
* common/legacy_config_opts.h: drop mon_scrub_interval from legacy
settings. as this option is not in critical path...
Kefu Chai
07:23 AM rbd Backport #48470 (In Progress): octopus: rbd du performance regression
Mykola Golub
07:22 AM rbd Backport #48470 (Resolved): octopus: rbd du performance regression
https://github.com/ceph/ceph/pull/38455 Mykola Golub
07:23 AM Revision ed7367db (ceph): librbd: fix deep copy skipping clean object
We need to map the destination object to source object(s) first
when deciding if we can skip copying.
Signed-off-by:...
Mykola Golub
07:23 AM Revision 45f5874e (ceph): librbd: skip fast-diff optimization when deep copying with flatten
Even if a source object does not exist we still may need to copy
from the source parent.
Signed-off-by: Mykola Golub...
Mykola Golub
07:23 AM Revision ab65fcc1 (ceph): librbd: fix regression in diff request
(when testing for fast-diff feature enabled)
Fix: https://tracker.ceph.com/issues/48412
Signed-off-by: Mykola Golub ...
Mykola Golub
04:13 AM Revision 00717392 (ceph): compressor: pass string_view instead of string
this allows us to find by string without creating a std::string
instance, even if this string is not nul terminated.
...
Kefu Chai
04:13 AM Revision 1684f60f (ceph): compressor: put Compressor into TOPNSPC namespace
we want to add the support for on-the-wire compression to msgr v2, and
this feature will be shared by classic osd and...
Kefu Chai
03:03 AM Bug #48453 (Resolved): src/librbd/migration/S3Stream.cc:22:10: fatal error: fmt/chrono.h: No such...
Kefu Chai
02:59 AM Revision 72f27fcd (ceph): Merge pull request #38442 from badone/wip-bump-fmt-package-min-version
cmake: require fmt 6.0.0 and up
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-by: Kefu Chai <kchai@red...
Kefu Chai
12:24 AM rbd Bug #48431 (Resolved): If rbd image enabled striping feature, stderr print repeat rate of progres...
Jason Dillaman

12/05/2020

09:06 PM Revision d4c54435 (ceph): Merge pull request #38287 from yuriw/wip-yuriw-cleanup-octopus
octopus: qa/tests: added rhel 8.2
Reviewed-by: Rakesh Manohar <rgowdege@redhat.com>
Yuri Weinstein
08:38 PM rbd Bug #48412 (Pending Backport): rbd du performance regression
Jason Dillaman
08:37 PM Revision be6fd6eb (ceph): Merge pull request #38389 from trociny/wip-48412
librbd: fix regression in object map diff request
Reviewed-by: Jason Dillaman <dillaman@hotmail.com>
Jason Dillaman
02:54 PM Revision 2272f4b6 (ceph): Merge pull request #35821 from Aran85/fix-ec-read
osd/ECBackend: optimize remaining read as readop contain multiple objects
Reviewed-by: Josh Durgin <jdurgin@redhat.c...
Kefu Chai
02:46 PM Revision 9264e6a3 (ceph): Merge pull request #37543 from ianwatsonrh/master
docs: With the addition of STS x-amz-security-token is now supported Matt Benjamin
02:13 PM RADOS Bug #48432 (Resolved): test/azy-omap-stats fails to compile on alpine linux
Kefu Chai
02:12 PM Revision 8f028cd9 (ceph): Merge pull request #38401 from a16bitsysop/alpine-tests
test/lazy-omap-stats: Fix compilation on alpine linux
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:09 PM Revision ccc247d1 (ceph): pybind/rbd: use stub implementations when building document
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:09 PM Revision 062e2bed (ceph): pybind/cephfs: extract non-shared interface definitions
* c_cephfs.pxd: for cephfs C declarations
* types.pxd: for types exposed by libc and kernel
Signed-off-by: Kefu Chai...
Kefu Chai
02:09 PM Revision 12140f11 (ceph): pybind/cephfs: drop duplicated declaration
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:09 PM Revision 17ce94e7 (ceph): pybind/cephfs: use stub implementations when building document
also define a stub for rados.Rados right in cephfs.pyx, so the cython
compiler needs it. but it's cubersome to copy r...
Kefu Chai
02:09 PM Revision 2235c2db (ceph): admin/build-doc: do not build stub C binding anymore
since the python binding is able to build the stub by themselves, there
is no need to do this manually.
Signed-off-b...
Kefu Chai
02:09 PM Revision 86d9df5a (ceph): pybind: check for READTHEDOC env variable
for building stub C binding if building in Read the Docs environment,
see https://docs.readthedocs.io/en/stable/build...
Kefu Chai
02:09 PM Revision 670efdd3 (ceph): doc: build api docs with Read the Docs
since we are able to build the python bindings using the stub
implementation of C binding, let's enable the API docs ...
Kefu Chai
02:09 PM Revision b86ed555 (ceph): pybind/rados: extract non-shared interface definitions into c_rados.pxd
so it'd be simpler if we want to parse and generate the stub
for these declarations when building document where wher...
Kefu Chai
02:09 PM Revision 2580aa21 (ceph): pybind/rados: remove unused import statement
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:09 PM Revision 645a0506 (ceph): pybind/rados: check if BUILD_DOC in os.environ
no need to check if it is in keys()
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:09 PM Revision 98ab937a (ceph): pybind/rados: use stub implementations when building document
* setup.py: inject "BUILD_DOC" into cython build context if "BUILD_DOC"
env variable is set, this helps us to do ...
Kefu Chai
02:09 PM Revision ea80b9b4 (ceph): pybind/rgw: extract non-shared interface definitions into c_rgw.pxd
so it'd be simpler if we want to parse and generate the stub
for these declarations when building document where wher...
Kefu Chai
02:09 PM Revision a05f6242 (ceph): pybind/rgw: s/bool/bint/
when compile a pure python cythonized binding, bool is not defined
because, i think, Cython does not include <stdbool...
Kefu Chai
02:09 PM Revision 778fa718 (ceph): pybind/rgw: use stub implementations when building document
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:09 PM Revision e63d4a8f (ceph): pybind/rbd: extract non-shared interface definitions into c_rbd.pxd
so it'd be simpler if we want to parse and generate the stub
for these declarations when building document where wher...
Kefu Chai
02:02 PM Revision b2438fda (ceph): mgr/prometheus: don't store exception as e
Python's logging module's exception() method will log the full exception
and stack trace for us, so we do not need to...
Ken Dreyer
01:59 PM Revision fb825ddd (ceph): Merge pull request #38314 from badone/wip-monitor-reset-abort-if-is_shu...
mon: paxos: Delete logger in destructor
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:53 PM Revision c165fc82 (ceph): Merge pull request #38410 from badone/wip-monitor-logger-deelete-in-des...
mon: Delete logger in destructor
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:51 PM RADOS Bug #47044 (Resolved): PG::_delete_some isn't optimal iterating objects
Kefu Chai
01:51 PM bluestore Bug #47174 (Resolved): [BlueStore] Pool/PG deletion(space reclamation) is very slow
Kefu Chai
01:50 PM Revision 4ae8abbe (ceph): Merge pull request #37314 from ifed01/wip-ifed-faster-rm-p1
osd: optimize PG removal (part1)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Adam Kupczyk <akupczyk@redha...
Kefu Chai
01:49 PM bluestore Bug #47883 (Pending Backport): bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert...
Kefu Chai
01:49 PM Revision f634441a (ceph): Merge pull request #38438 from ifed01/wip-ifed-fix-avl
os/bluestore: fix inappropriate ENOSPC from avl/hybrid allocator
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:38 PM Revision 9551d8b3 (ceph): Merge pull request #38436 from ktdreyer/prometheus-err
mgr/prometheus: don't store exception as e
Reviewed-by: Boris Ranto <branto@redhat.com>
Kefu Chai
12:04 PM Revision 978c9f96 (ceph): mgr/volumes: Introduce v2 subvolumes
Implements subvolume v2 version.
Following support is added,
- Ability to retain snapshots on subvolume deletion
- M...
Shyamsundar Ranganathan
12:04 PM Revision 053562eb (ceph): mgr/volumes: Derive v2 from v1 to leverage common methods
With v2 introduction in subvolumes, there is quite a bit of
common code and methods that both v1 and v2 share.
To re...
Shyamsundar Ranganathan
12:04 PM Revision 915b467f (ceph): mgr/volumes: Add subvolume v2 test cases
Added test cases for v2 subvolumes
Signed-off-by: Shyamsundar Ranganathan <srangana@redhat.com>
(cherry picked from ...
Shyamsundar Ranganathan
12:04 PM Revision c7f48f64 (ceph): mgr/volumes: Avoid trashing retained subvolume on create errors
On any create or create_clone errors the entire subvolume was being
removed. This should be conditional and remove on...
Shyamsundar Ranganathan
12:04 PM Revision 6c8c6ad9 (ceph): mgr/volumes: Add documentation regarding --retain-snapshots option
Signed-off-by: Shyamsundar Ranganathan <srangana@redhat.com>
(cherry picked from commit 61e118ff6db4840c2d27bacc1bb71...
Shyamsundar Ranganathan
12:04 PM Revision f7b9c379 (ceph): mgr/volumes: Use snapshot root directory attrs when creating clone root
If a subvolumes mode or uid/gid values are changed post a snapshot,
and a clone of a snapshot prior to the change is ...
Shyamsundar Ranganathan
12:04 PM Revision 540a3519 (ceph): mgr/volumes: Use operation type during subvolume open
Subvolume open currently takes in 2 optional parameters to
denote desired state and type. This enables the open to
al...
Shyamsundar Ranganathan
07:56 AM Revision 593a8e8e (ceph): cmake: require fmt 6.0.0 and up
The cmake search for a local package has lagged in regard to our usage
of it.
Fixes: https://tracker.ceph.com/issues...
Brad Hubbard
04:14 AM Revision 33440ee9 (ceph): Merge pull request #38400 from tchaikov/wip-pybind-use-non-deprecated-f...
pybind/rados: use rados_set_pool_full_try instead of the deprecated one
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
03:14 AM Revision d98d141c (ceph): mgr/crash: Serialize command handling
All the implemented commands read or write the self.crashes structure.
We need to serialize them to avoid the threads...
Boris Ranto
12:11 AM bluestore Bug #48036: bluefs corrupted in a OSD
@Igor
This problem can be fixed by providing an option to move fsid file to other place.
Then Rook, and possibly ...
Satoru Takeuchi

12/04/2020

11:22 PM Revision 4181742a (ceph): qa: allow arbitrary mount options on kclient mounts
With this, we can pass a list of mount options to the kclient that will
be added onto the default ones. This is neces...
Jeff Layton
10:37 PM Revision 3dde9256 (ceph): Merge pull request #36384 from linuxbox2/wip-doc-ippolicy
rgw:doc: document support for (Not)IpAddress in S3 policy Matt Benjamin
10:20 PM mgr Bug #48434 (Resolved): nautilus: progress bar get stuck when turn off progress module during reba...
Neha Ojha
10:18 PM RADOS Bug #48323 (Fix Under Review): "size 0 != clone_size 10" in clog - clone size mismatch when dedup...
Neha Ojha
10:18 PM Orchestrator Bug #48469: upgrade:octopus-x-master: "Failed to start Ceph mon.smithi116": Failed with result 's...
tests are here https://github.com/ceph/ceph/pull/36592 Yuri Weinstein
09:22 PM Orchestrator Bug #48469 (Can't reproduce): upgrade:octopus-x-master: "Failed to start Ceph mon.smithi116": Fai...
Run: https://pulpito.ceph.com/teuthology-2020-12-04_19:57:53-upgrade:octopus-x-master-distro-basic-smithi/
Job:56810...
Yuri Weinstein
09:45 PM Revision d4011fd1 (ceph): os/bluestore: bring back probing available space for main dev allocator.
This feature was mistakenly removed while making a single allocator
for main device (https://github.com/ceph/ceph/pul...
Igor Fedotov
09:39 PM Revision 2bf13882 (ceph): Merge pull request #37546 from myoungwon/wip-revamp-tier-flush
osd: refactoring tier_flush()
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
09:11 PM RADOS Bug #48468: ceph-osd crash before being up again
Igor Fedotov wrote:
> Just to mention - telemetry reports show multiple crashes inside HeartbeatMap::_check for diff...
Clément Hampaï
09:08 PM RADOS Bug #48468: ceph-osd crash before being up again
Just to mention - telemetry reports show multiple crashes inside HeartbeatMap::_check for different clusters.
Hence ...
Igor Fedotov
09:06 PM RADOS Bug #48468: ceph-osd crash before being up again
Igor Fedotov wrote:
> I believe this isn't ceph-deploy issue...
Probably not indeed, my bad
Clément Hampaï
09:05 PM RADOS Bug #48468: ceph-osd crash before being up again
I believe this isn't ceph-deploy issue... Igor Fedotov
08:59 PM RADOS Bug #48468: ceph-osd crash before being up again
I'm adding the crash report as well Clément Hampaï
08:42 PM RADOS Bug #48468 (Need More Info): ceph-osd crash before being up again
Hi hi,
I'm in trouble with 3 osd's never able to be up again inside de cluster after having manually marked as "ou...
Clément Hampaï
09:09 PM Revision 86840616 (ceph): os/bluestore: perf counters for omap_get_keys[_get_values]
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:09 PM Revision 0504b955 (ceph): os/bluestore: track kv utilization in kv_sync_thread
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:09 PM Revision cc9d5842 (ceph): os/bluestore: introduce removal perf counter
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:09 PM Revision 6e09f0c1 (ceph): osd: adjust osd_delete_sleep_ssd[_hybrid]
1) Do not differentiate all-flash and hybrid(ssd+hdd) deployments since
they both bound to SSD drive backing DB volum...
Igor Fedotov
09:09 PM Revision ba9b5471 (ceph): doc/osd-config-ref: adjust default value for osd_delete_sleep_hybrid
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:09 PM Revision 7f047005 (ceph): osd/pg: use next when calling collection_list for pg removal
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:04 PM rgw Bug #47910: radosgw crash on objecter operations
Hi Rafal, Casey,
I've completed the backport on the nautilus branch, and tested with the steps from 43739 [1] usin...
Mauricio Oliveira
07:50 PM Revision 4d86fc49 (ceph): Merge pull request #38449 from trociny/wip-rbd-flush-finisher
librbd: flush task finisher queue on unregistering watcher
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
07:00 PM Revision 24d2005f (ceph): Merge pull request #38399 from es-gyt/master
rbd: current pc value should be greater than last_pc
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:49 PM Revision 650d35ee (ceph): Merge pull request #38403 from zdover23/wip-doc-CLT-update-02-Dec-2020-1
doc/governance.rst - updating CLT list
Reviewed-by: Neha Ojha <nojha@redhat.com>
zdover23
05:40 PM Dashboard Bug #48454 (Pending Backport): mgr/dashboard: trusted_ip_list of iSCSI service doesn't work
Ernesto Puerta
03:02 AM Dashboard Bug #48454 (Fix Under Review): mgr/dashboard: trusted_ip_list of iSCSI service doesn't work
Kiefer Chang
02:41 AM Dashboard Bug #48454 (Resolved): mgr/dashboard: trusted_ip_list of iSCSI service doesn't work
h3. Description of problem
*trusted_ip_list* value of iSCSI service doesn't work in the deployed rbd-target-api se...
Kiefer Chang
05:40 PM Revision 37ade59f (ceph): Merge pull request #38440 from bk201/wip-48454
mgr/dashboard: fix trusted_ip_list in iSCSI service form
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by:...
Ernesto Puerta
05:33 PM Revision e9404505 (ceph): Merge pull request #38398 from tchaikov/wip-48210
pybind/mgr: unpin urllib3
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Kefu Chai
05:24 PM Revision 4ae467e9 (ceph): Merge pull request #38298 from bk201/wip-43165
mgr/dashboard: refactor /api/orchestrator/* endpoints
Reviewed-by: Courtney Caldwell <ccaldwel@redhat.com>
Reviewed-...
Ernesto Puerta
05:23 PM Dashboard Bug #48448 (Resolved): mgr/dashboard: "Orchestrator is not available" while toggling between opti...
Ernesto Puerta
05:22 PM Revision b0c33a4b (ceph): Merge pull request #38432 from rhcs-dashboard/orch-not-available-incorr...
mgr/dashboard: Fix for misleading "Orchestrator is not available" error
Reviewed-by: Alfonso Martínez <almartin@redh...
Ernesto Puerta
05:02 PM Revision 3f8c6317 (ceph): test/librbd: fix race in TestLibRBD.ConcurentOperations
It was possible that before image1 was closed, both quiesce2 and
quiesce3 requests were received and the test got stu...
Mykola Golub
04:59 PM Dashboard Feature #48466 (New): mgr/dashboard: Landing Page "Capacity Widget" changes color when exceeding ...
h3. Description
Based on the value of configuration settings `set-nearfull-ratio` and `set-full-ratio` the doughnu...
Ernesto Puerta
04:26 PM Dashboard Bug #48465 (Triaged): mgr/dashboard: Using FQDNs fails for embedding of Grafana
h3. Description of problem
When FQDNs are used for Ceph Dashboard, loading the embedded Grafana will fail, as the ...
Patrick Seidensal
04:08 PM Revision 676f8292 (ceph): mgr/dashboard: enable different URL for users of browser to Grafana
Fixes: https://tracker.ceph.com/issues/47386
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
Patrick Seidensal
04:01 PM Revision 8e36435d (ceph): rbd: current pc value should be greater than last_pc
If rbd image enabled striping feature, stderr will
print repeat rate of progress when execu rbd export-diff.
Fixes: ...
es-gyt
03:43 PM Revision 49398416 (ceph): Merge pull request #38379 from dillaman/wip-librbd-migration-5
librbd/migration: add thick-provisioned snapshot support to the raw format
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:39 PM Revision d2943646 (ceph): rgw_file: expose RGW user-defined attributes
Permit nfsv4.2-style operations on RGW's user-defined attributes
(only).
RGW requires that user-defined attribute ke...
Matt Benjamin
03:39 PM rbd Bug #45694: "TestMigration.StressLive" fails
That last one is interesting. The simplified output of actions that could have affected the object is below:... Jason Dillaman
02:58 PM rbd Bug #45694: "TestMigration.StressLive" fails
... Mykola Golub
03:38 PM Orchestrator Bug #48463: mon.c: Error: invalid config provided: CapAdd and privileged are mutually exclusive o...
https://github.com/ceph/ceph/pull/38066 Sebastian Wagner
11:17 AM Orchestrator Bug #48463 (Duplicate): mon.c: Error: invalid config provided: CapAdd and privileged are mutually...
https://pulpito.ceph.com/swagner-2020-12-04_10:02:29-rados:cephadm-wip-jmolmo-testing-2020-12-02-1452-distro-basic-sm... Sebastian Wagner
03:34 PM Revision 113c4643 (ceph): Merge pull request #38416 from kamoltat/wip-fix-bug-48434
nautilus: mgr/progress: delete all events over the wire
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Natha...
Yuri Weinstein
03:11 PM Revision 7315f4c4 (ceph): Merge pull request #38285 from jmolmo/include_hw_info_in_HostCache
mgr/cephadm: Get host facts data in host cache
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:10 PM bluestore Bug #48389 (Triaged): _do_read bdev-read failed
Igor Fedotov
02:04 PM bluestore Bug #48036 (Need More Info): bluefs corrupted in a OSD
Igor Fedotov
02:03 PM bluestore Bug #48036 (Triaged): bluefs corrupted in a OSD
Igor Fedotov
02:01 PM bluestore Fix #48288 (Need More Info): test/objectstore: allocate function may return -ENOSPC
Could you please provide more information on the issue?
Which test case is failing, what's the output etc...
Igor Fedotov
01:39 PM Revision 9d4282e5 (ceph): mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.TestDashboard) f...
Fixes: https://tracker.ceph.com/issues/48449
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
01:31 PM Revision d7f88e3c (ceph): doc/governance.rst - updating CLT list
This PR removes the following people from the
CLT. They've left the CLT:
* Lenz Grimmer
* Alfredo Deza
* Zack Cerza
...
Zac Dover
12:45 PM ceph-volume Bug #48464: blkid holds old entries in cache
https://github.com/ceph/ceph/pull/38447 Rafal Wadolowski
12:43 PM ceph-volume Bug #48464 (Resolved): blkid holds old entries in cache
OS: Ubuntu 16.04
Ceph: Nautilus 14.2.11
Invoking activating OSD drive could fail because of old blkid cache
<pre...
Rafal Wadolowski
12:32 PM Revision ab43d6d0 (ceph): mgr/cephadm: Get host facts data in host cache
Include cephadm gather-facts information in host cache
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Juan Miguel Olmo Martínez
12:19 PM Revision a317ca70 (ceph): os/bluestore: print allocator params on init and failures.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
12:19 PM Revision aee479bf (ceph): test/allocator_replay_test: implements allocator's dump replay.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
12:19 PM Revision 03341ee1 (ceph): test/objectstore: bmap_allocator_replay_test: rename .cc file
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
12:19 PM Revision 87bd5314 (ceph): os/bluestore: write out general allocator parameters on allocator dump.
This includes allocator type, name, size, allocation unit which enables
allocator dump replay implementation.
Signed...
Igor Fedotov
12:10 PM Revision f927549d (ceph): os/bluestore: fix inappropriate ENOSPC from avl/hybrid allocator
Under high fragmentation circumstances (in best-fit mode) these allocators might fail to
return continuous(longer tha...
Igor Fedotov
12:09 PM Orchestrator Bug #48157 (In Progress): test_cephadm.sh failure You have reached your pull rate limit. You may ...
https://github.com/ceph/ceph-cm-ansible/pull/595 Sebastian Wagner
11:32 AM RADOS Backport #48444: nautilus: octopus: setting noscrub crashed osd process
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38411
m...
Nathan Cutler
12:14 AM RADOS Backport #48444 (Resolved): nautilus: octopus: setting noscrub crashed osd process
David Zafman
11:22 AM Revision 4b4aa87d (ceph): common: do not dup the options when reexpanding
The old code will store all the options, which has `$pid` in them,
in may_reexpand_meta map. And when reexpanding lat...
Xiubo Li
11:22 AM Revision 26369c39 (ceph): common/config_proxy: clear the values.changed in _gather_changes()
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 7496be719c3419224ac7fc29d6db4e282b193554)
Xiubo Li
11:21 AM Revision 3feaaee4 (ceph): global: reexpand the conf meta in all the child processes
Especially for the tools or the daemons whose config options need
to expand the '$pid', they will be always expanded ...
Xiubo Li
11:20 AM Backport #48456 (In Progress): octopus: ceph: reexpand the config meta just after the fork() is done
Nathan Cutler
11:07 AM Backport #48456 (Resolved): octopus: ceph: reexpand the config meta just after the fork() is done
https://github.com/ceph/ceph/pull/38340 Nathan Cutler
11:08 AM rgw Backport #48462 (Resolved): octopus: notifications: support GetTopicAttributes API
https://github.com/ceph/ceph/pull/40812 Nathan Cutler
11:08 AM rgw Backport #48461 (Resolved): octopus: notifications not sent when non-owner modifies the bucket
https://github.com/ceph/ceph/pull/40029 Nathan Cutler
11:07 AM Dashboard Backport #48460 (Resolved): octopus: mgr/dashboard: make daemon selection easier in NFS export form
https://github.com/ceph/ceph/pull/38496 Nathan Cutler
11:07 AM Dashboard Backport #48459 (Rejected): octopus: mgr/dashboard: Use pipe instead of calling function within t...
Nathan Cutler
11:07 AM CephFS Backport #48458 (Resolved): octopus: client: fix crash when doing remount in none fuse case
https://github.com/ceph/ceph/pull/38466 Nathan Cutler
11:07 AM CephFS Backport #48457 (Resolved): nautilus: client: fix crash when doing remount in none fuse case
https://github.com/ceph/ceph/pull/38467 Nathan Cutler
10:58 AM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
Martin Verges wrote:
> just as an additional Information, the allocator is already bitmap.
Do you mean it WAS bit...
Igor Fedotov
10:50 AM Revision f957e29b (ceph): librbd: flush task finisher queue on unregistering watcher
To make sure all inflight requests like scheduled
cancel_async_requests are complete on shutdown.
Signed-off-by: Myk...
Mykola Golub
08:40 AM Revision bd0a698c (ceph): ceph-volume: consume mount opt in simple activate
When running ceph-volume simple activate command on a Filestore OSD
then the data device is mounted without any speci...
Dimitri Savineau
08:37 AM Revision c6181ba7 (ceph): rgw/notifications: fix tag based filtering to works on all ops
fixes: https://tracker.ceph.com/issues/48321
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
07:55 AM Revision 6ef3e52a (ceph): rgw/lua: support packages via luarocks
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> Yuval Lifshitz
06:15 AM Revision 69862330 (ceph): Merge pull request #37631 from zjcmszh/aio_setxattr
pybind/rados: add Ioctx::aio_setxattr() and remove_omap_range2()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:14 AM Revision 2ec51179 (ceph): Merge pull request #38168 from agayev/cleaner-plumbing
os/bluestore: Introduce plumbing necessary for garbage collecting zones.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
06:13 AM Revision 1f6ad30f (ceph): Merge pull request #38323 from wjwithagen/wjw-fix-nasm-wrapper
nasm-wrapper: Make nasm-wrapper OS independent
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:13 AM Revision 40157588 (ceph): Merge pull request #38325 from aclamk/bs-onode-put
os/bluestore: Only pass that decremented nref to 0 deletes object
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
06:07 AM Bug #48407: nautilus: ceph in docker the log_file config is empty
It is becase we deploy ceph in kolla debug mode. jack ma
05:52 AM Revision f2cf65cb (ceph): Merge pull request #38387 from hualongfeng/vstart_add_path
vstart.sh: add PATH in vstart_environment
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai...
Kefu Chai
05:38 AM Revision c35a56e1 (ceph): doc/radosgw: fix a typo in index.rst
miniscule spelling nit.
Signed-off-by: Janne Johansson <icepic.dz@gmail.com>
Janne Johansson
05:35 AM RADOS Bug #48030 (Resolved): mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_op_timeou...
Kefu Chai
05:35 AM Revision 1f8bb630 (ceph): Merge pull request #38358 from batrick/i48030
librados: add RadosClient to conf observers
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-by: Neha Ojh...
Kefu Chai
05:32 AM CephFS Feature #48394 (Fix Under Review): mds: defer storing the OpenFileTable journal
Xiubo Li
04:14 AM Bug #48453 (Fix Under Review): src/librbd/migration/S3Stream.cc:22:10: fatal error: fmt/chrono.h:...
Brad Hubbard
03:37 AM Dashboard Bug #48455 (Fix Under Review): mgr/dashboard: Service and Daemon's refresh interval is too long
Kiefer Chang
03:15 AM Dashboard Bug #48455 (Resolved): mgr/dashboard: Service and Daemon's refresh interval is too long
h3. Description of problem
Currently, we refresh services and daemons every 60 seconds, this is too long to provid...
Kiefer Chang
03:34 AM Revision 4bea4e97 (ceph): mgr/dashboard: adjust refresh intervals of Services and Daemons
Change the interval from 60 seconds to 5 seconds.
Fixes: https://tracker.ceph.com/issues/48455
Signed-off-by: Kiefer...
Kiefer Chang
02:51 AM Revision 07afe05b (ceph): mgr/dashboard: fix trusted_ip_list in iSCSI service form
The value should be a comma-separated string rather than a list of strings.
Fixes: https://tracker.ceph.com/issues/4...
Kiefer Chang
12:58 AM Revision f2791c0e (ceph): doc/dev/cephadm: Add link to the index
Adds a link to the index for the compliance-check doc
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
12:56 AM Revision 2407a7bf (ceph): docs: high level design for a compliance check feature
Document defining the high level goals of a compliance check
feature that could be added to mgr/cephadm.
Signed-off-...
Paul Cuzner
12:56 AM Revision 7168cbf0 (ceph): doc: moved design doc under doc/dev
Signed-off-by: Paul Cuzner <pcuzner@redhat.com> Paul Cuzner
12:56 AM Revision 1facc5e9 (ceph): doc/dev/cephadm: Updates following feedback
Minor grammatical and formatting changes
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
12:15 AM RADOS Bug #47767 (Resolved): octopus: setting noscrub crashed osd process
David Zafman
12:14 AM Revision a56b3062 (ceph): Merge pull request #38411 from dzafman/wip-48444
nautilus: osd: Check for nosrub/nodeep-scrub in between chunks, to avoid races
Reviewed-by: Neha Ojha <nojha@redhat....
David Zafman

12/03/2020

11:51 PM Revision a6ad2502 (ceph): qa/task/cephadm: run cephadm only on bootstrap_remote
Because not all the node in teuthology config might
have any cephadm related role we should not execute
cephadm on ra...
Kyr Shatskyy
11:27 PM Documentation #46367 (Resolved): Developer Guide: verb disagreement on "Testing: Unit Tests" page
Anthony D'Atri put this one down. Zac Dover
11:18 PM Bug #48453: src/librbd/migration/S3Stream.cc:22:10: fatal error: fmt/chrono.h: No such file or di...
This is due to the code in src/CMakeLists.txt ... Brad Hubbard
10:48 PM Bug #48453 (Resolved): src/librbd/migration/S3Stream.cc:22:10: fatal error: fmt/chrono.h: No such...
Compiling ceph on a system such as fedora 30 with the latest fmt-devel package available installed results in the fol... Brad Hubbard
10:14 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
epoch 100 [0, 1, 2, 3 , 4, 5 ] (100'950, 100'1000]
epoch 110 [0, 1, 2, 3 , 4, N ] 0,1,2,3 (100'960, 110'1020] 4 (100...
Samuel Just
09:41 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
proc_master_log -> merge_log -> log.roll_forward_to -> advance_can_rollback_to
I think recovery below min_size (pe...
Samuel Just
12:14 AM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
-Ok, with osd.31 we have 4 copies of the correct version of this object. However, min_size is 5, so one would assume... Samuel Just
10:09 PM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
just as an additional Information, the allocator is already bitmap. Martin Verges
07:31 PM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
Well, my previous comment is valid for Martin's issue. It's still unclear for me whether it applies to the original r... Igor Fedotov
07:24 PM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
The issue is caused by a bug in avl/hybrid allocators. The workaround would be switching back to bitmap allocator. Igor Fedotov
07:23 PM bluestore Bug #47883 (Fix Under Review): bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert...
Igor Fedotov
09:15 PM Bug #48240 (Pending Backport): ceph: reexpand the config meta just after the fork() is done
Jason Dillaman
08:21 PM Revision a17c603e (ceph): mgr/prometheus: don't store exception as e
Python's logging module's exception() method will log the full exception
and stack trace for us, so we do not need to...
Ken Dreyer
07:03 PM Revision aa381ab5 (ceph): librbd: ensure that thread pool lock is held when processing throttled IOs
There previously was a potential race for throttled IOs to complete prior
to the main worker thread finishing the pro...
Jason Dillaman
06:33 PM Revision 8e1afc35 (ceph): test_cephfs_shell: add tests for ls command
Signed-off-by: Tarang Sharma <tarangnsharma@gmail.com> Tarang Sharma
06:12 PM RADOS Bug #48452 (New): pg merge explodes osdmap mempool size
We have one cluster with several osds having >500MB osdmap mempools.
Here is one example from today:...
Dan van der Ster
05:45 PM Revision 4ab1424b (ceph): qa: ignore logrotate state rename error
This is hopefully a transient issue that can be ignored.
Fixes: https://tracker.ceph.com/issues/42433
Signed-off-by:...
Patrick Donnelly
05:45 PM Revision 3c34f9e1 (ceph): qa: fix proc exit status check
Fixes: f30a84b6a7a21670d8b5c5a7fe19df70e4371260
Fixes: https://tracker.ceph.com/issues/47677
Signed-off-by: Patrick D...
Patrick Donnelly
05:21 PM mgr Backport #47995: nautilus: monitoring: Use null yaxes min for OSD read latency
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37959
m...
Nathan Cutler
03:29 PM mgr Backport #47995 (Resolved): nautilus: monitoring: Use null yaxes min for OSD read latency
Ernesto Puerta
05:21 PM ceph-volume Backport #48187 (Resolved): nautilus: the --log-level flag is not respected
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38372
m...
Nathan Cutler
05:20 PM ceph-volume Backport #48413 (Resolved): nautilus: lvm/create.py: typo in the help message
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38371
m...
Nathan Cutler
05:13 PM Revision 9ce1f20e (ceph): Merge pull request #37548 from ofriedma/wip-ofriedma-quota-hdrs
rgw: send headers of quota settings Matt Benjamin
04:38 PM Revision 4da3b23b (ceph): qa/tasks/ceph: rename s/update_archive_setting/update_info_yaml
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
04:29 PM Dashboard Backport #48451 (Need More Info): octopus: mgr/dashboard: Its currently not possible to manage iS...
Echoing what Ernesto wrote in the parent:
If backported, it might require this fix: https://tracker.ceph.com/issu...
Nathan Cutler
04:28 PM Dashboard Backport #48451 (Rejected): octopus: mgr/dashboard: Its currently not possible to manage iSCSI In...
Nathan Cutler
04:29 PM Dashboard Backport #48450 (Need More Info): nautilus: mgr/dashboard: Its currently not possible to manage i...
Echoing what Ernesto wrote in the parent:
If backported, it might require this fix: https://tracker.ceph.com/issu...
Nathan Cutler
04:28 PM Dashboard Backport #48450 (Rejected): nautilus: mgr/dashboard: Its currently not possible to manage iSCSI I...
Nathan Cutler
03:53 PM Revision 22b832e9 (ceph): qa/tasks/cephadm: refactor
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
03:53 PM Revision 6d7ba118 (ceph): qa/tasks/cephadm: use cluster.sh and remote.sh for better readibility
in extention for: 95366255584093a251f14a16746c826a46fde5b2
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Deepika Upadhyay
03:53 PM Revision 2f0209ae (ceph): qa/tasks/cephadm: update_info_yaml() only if ctx.archive is valid
related to: 6cd8e4b55883b2d282f101f11521a2759b3db564
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Deepika Upadhyay
03:43 PM Revision b2b42a1e (ceph): mgr/dashboard: Fix for misleading "Orchestrator is not available" error
When switching between options, in the Services and Inventory page sometimes it shows "Orchestrator not available" er... Nizamudeen A
03:28 PM Revision 25bc81ff (ceph): Merge pull request #37959 from callithea/wip-47995-nautilus
nautilus: monitoring: Use null yaxes min for OSD read latency
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Revi...
Ernesto Puerta
03:10 PM RADOS Bug #46847: Loss of placement information on OSD reboot
Ok, that's the same state I see our PGs in when they become degraded due to remappings (might_have_unfound: already_p... Jonas Jelten
02:20 PM Dashboard Bug #48449 (Fix Under Review): mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.TestDashboa...
Volker Theile
01:55 PM Dashboard Bug #48449 (Resolved): mgr/dashboard: test_standby* (tasks.mgr.test_dashboard.TestDashboard) fail...
This test fails when running locally.... Volker Theile
02:04 PM Revision c2762305 (ceph): Merge pull request #38433 from tchaikov/wip-rgw
rgw: pass null_yield to ctl->user->read_stats()
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
01:59 PM Revision 19709c6c (ceph): mgr/dashboard/api: move/create OSD histogram in separate endpoint
Added a separate endpoint for osd/histogram - api/osd/{svc_id}/histogram
Fixes:https://tracker.ceph.com/issues/46898...
Aashish Sharma
01:42 PM Dashboard Bug #40753 (Resolved): mgr/dashboard: Perform scalability tests with large amounts of RGW buckets
Ernesto Puerta
01:34 PM Revision b2a8ba88 (ceph): rgw: pass null_yield to ctl->user->read_stats()
this change fixes the FTBFS introduced by
4758e50c96afb2e14700e3b91161313ec9567692
Signed-off-by: Kefu Chai <kchai@r...
Kefu Chai
01:30 PM Revision 80fe5a87 (ceph): qa/suites/rbd: new basic migration CLI test case
Pending a larger suite of tests for instant-restore image migration,
this test provides a basic sanity check for both...
Jason Dillaman
01:07 PM Dashboard Bug #48448 (Fix Under Review): mgr/dashboard: "Orchestrator is not available" while toggling betw...
Nizamudeen A
12:29 PM Dashboard Bug #48448 (Resolved): mgr/dashboard: "Orchestrator is not available" while toggling between opti...

This error comes up and goes (barely 2 seconds) whenever we move between pages in the dashboard even if the orchest...
Nizamudeen A
12:55 PM Revision d81be06d (ceph): Merge pull request #38167 from CloudFerro/wip-disable-prefetch-in-rgw-file
rgw: disable prefetch in rgw_file to fix 3x read amplification Matt Benjamin
12:36 PM Revision f149aa23 (ceph): Merge pull request #37595 from pritha-srivastava/wip-rgw-sts-old-users
rgw/sts: adding code for creating oidc users in a backward Matt Benjamin
12:25 PM bluestore Backport #48281 (In Progress): octopus: osd: fix bluestore bitmap allocator
Nathan Cutler
12:24 PM Revision 03385546 (ceph): osd: fix bluestore bitmap allocator calculated wrong last_pos with hint
Fixes: https://tracker.ceph.com/issues/48214
Signed-off-by: Xue Yantao <jhonxue@tencent.com>
(cherry picked from com...
jhon xue
12:24 PM bluestore Backport #48194 (In Progress): octopus: bufferlist c_str() sometimes clears assignment to mempool
Nathan Cutler
12:23 PM Revision cf10d152 (ceph): common/mempool: copies bufferlist assignment to mempool through rebuild
Fixes: https://tracker.ceph.com/issues/46027
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
(cherry picked from co...
Adam Kupczyk
12:23 PM bluestore Backport #48094 (In Progress): octopus: Hybrid allocator might segfault when fallback allocator i...
Nathan Cutler
12:23 PM Revision 32fd7a30 (ceph): os/bluestore: fix segfault on out-of-bound offset provided to claim_fr...
Hybrid allocator might provide such an offset when final extent is marked as free by HybridAllocator::_add_to_tree().... Igor Fedotov
12:22 PM Backport #48283 (In Progress): octopus: /etc/sudoers.d/ceph-osd-smartctl file permissions don't c...
Nathan Cutler
12:22 PM Revision a357ae1b (ceph): rpm,deb: change sudoers file mode to 440
change sudoers file mode to 440 to match recommended defaults.
From the sudoers man page.
> the default file mode i...
David Turner
12:20 PM ceph-volume Backport #48186 (In Progress): octopus: the --log-level flag is not respected
Nathan Cutler
12:20 PM Revision b7454521 (ceph): ceph-volume: implement the --log-level flag
The --log-level flag was being ignored and
the file log level was always set to DEBUG.
Fixes: https://tracker.ceph.c...
Andrew Schoen
12:19 PM ceph-volume Backport #48414 (In Progress): octopus: lvm/create.py: typo in the help message
Nathan Cutler
12:19 PM Revision 8d8270da (ceph): lvm/create.py: fix a typo in the help message
ceph_volume/devices/lvm/create.py:corrected typo of the word when using ceph-volume lvm create -h
Fixes: https://tra...
ZhenLiu94
12:19 PM CephFS Backport #48375 (In Progress): octopus: libcephfs allows calling ftruncate on a file open read-only
Nathan Cutler
12:19 PM Revision 72e2744c (ceph): test/libcephfs: test truncate on rdonly fd
Fixes: https://tracker.ceph.com/issues/48202
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
12:19 PM Revision 648c9267 (ceph): client: check rdonly file handle on truncate
Fixes: https://tracker.ceph.com/issues/48202
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
12:18 PM CephFS Backport #48374 (Need More Info): nautilus: client: dump which fs is used by client for multiple-fs
feature backport, presumed non-trivial Nathan Cutler
12:18 PM CephFS Backport #48372 (Need More Info): octopus: client: dump which fs is used by client for multiple-fs
feature backport, presumed non-trivial Nathan Cutler
11:49 AM Revision f0438eea (ceph): qa: ignore evicted client warnings for nautilus upgrades
Nautilus monitors do not note the client sessions in the mgrmap. So when
we upgrade the warnings are unavoidable.
Fi...
Patrick Donnelly
11:43 AM CephFS Backport #48285 (In Progress): octopus: rados/upgrade/nautilus-x-singleton fails due to cluster [...
Nathan Cutler
11:41 AM Revision 1e56f9de (ceph): mgr: log reason for respawn
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit b835b07bc3c2936169dc3e6a212a2e298852...
Patrick Donnelly
11:34 AM CephFS Backport #47095 (Need More Info): octopus: mds: provide altrenatives to increase the total cephfs...
feature backport, presumed non-trivial Nathan Cutler
11:32 AM rgw Backport #48429 (In Progress): octopus: rgw: expiration is triggered in advance because of an ove...
Nathan Cutler
11:31 AM Revision 92b1ac9c (ceph): rgw: avoid expiration early triggering caused by overflow
Fixes: https://tracker.ceph.com/issues/42634
Signed-off-by: jiahuizeng <jhzeng93@foxmail.com>
(cherry picked from co...
Jiahui Zeng
11:31 AM Revision 602ad396 (ceph): rgw: change the format of the cast
Signed-off-by: jiahuizeng <jhzeng93@foxmail.com>
(cherry picked from commit c44a335aeae3f830ff70fe9b4ed04b53f32c07d6)
Jiahui Zeng
11:31 AM rgw Backport #48427 (In Progress): octopus: Put policy should return 204 instead of 200
Nathan Cutler
11:31 AM Revision b0c2dcae (ceph): rgw: S3 Put Bucket Policy should return 204 on success
Currently RGW returns a 200 on a successful PUT on a bucket policy but
the S3 api extects a 204, which makes sense as...
Matthew Oliver
11:31 AM rgw Backport #48424 (Need More Info): octopus: Able to circumvent S3 Object Lock using deleteobjects ...
feature backport, presumed non-trivial Nathan Cutler
11:24 AM Revision cd6ce38a (ceph): examples/boto3/README: examples notification
added examples on how to fetch attributes of a specific topic
add explanation on SNS signature version
Fixes: https:...
dorindabassey
11:14 AM Revision 29690a33 (ceph): tools: add throttle mechanism to immutable object cache
Signed-off-by: Yin Congmin <congmin.yin@intel.com> CONGMIN YIN
10:50 AM Revision b0cc7ac1 (ceph): vstart_runner: print result line unless opt_rotate_log is set
Unless the option to rotate logs is set, don't delete the final result
line printed by unittest.
Fixes: https://trac...
Rishabh Dave
10:49 AM CephFS Bug #48447 (Resolved): vstart_runner: fails to print final result line
Not printing the final result makes it a little less convenient and also less informative. Rishabh Dave
10:34 AM Orchestrator Bug #48442: cephadm: upgrade loops on mixed x86_64/arm64 cluster
Bryan Stillwell wrote:
> How often do the images for the same release change though? Couldn't checking if all the i...
Sebastian Wagner
09:01 AM Revision 98ed892b (ceph): mgr/progress: 'progress clear' command should clear events in 'ceph -s'
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 6f60d33115d2f583331d31b95a0a33b96a614f09)
Sage Weil
08:41 AM mgr Bug #48434: nautilus: progress bar get stuck when turn off progress module during rebalancing
Fixes by #33400 Kamoltat (Junior) Sirivadhna
08:17 AM Dashboard Bug #47445: mgr/dashboard: Its currently not possible to manage iSCSI Initiator's disks after rem...
If backported, it might require this fix: https://tracker.ceph.com/issues/48441 Ernesto Puerta
08:15 AM Dashboard Bug #48441 (Resolved): mgr/dashboard: mgr-dashboard-frontend-unittests (Failed)
Ernesto Puerta
07:11 AM rgw Feature #46296 (Pending Backport): notifications: support GetTopicAttributes API
Yuval Lifshitz
07:10 AM rgw Bug #47904 (Pending Backport): notifications not sent when non-owner modifies the bucket
Yuval Lifshitz
04:53 AM Revision 6841dfae (ceph): Merge pull request #38412 from badone/wip-build-uring-alternate-git-repo
cmake: Alter GIT_REPOSITORY for liburing
Reviewed-by: Kefu Chai <kchai@redhat.com>
Brad Hubbard
03:23 AM Revision 92fa9734 (ceph): doc: Update drivegroup spec examples
The examples currently miss the document separator, so a
copy/paste will result in only a single doc being parsed (th...
Paul Cuzner
03:03 AM rbd Bug #48431: If rbd image enabled striping feature, stderr print repeat rate of progress when exec...
apply this PR:https://github.com/ceph/ceph/pull/38399
export-diff rbd images, rate of progress is normal.
^MExporti...
yite gu
03:00 AM Revision 0f236c79 (ceph): orchestrator: validate osd yaml
Validate the yaml document ahead of usage, to catch
any basic errors in the yaml doc. If errors are found the
excepti...
Paul Cuzner
02:47 AM Revision ff65c800 (ceph): msg/async: refine worker creation in NetworkStack
This commit updates NetworkStack::create_worker() to a virtual
function to reduce type check redundancy.
Since calli...
Insu Jang
02:43 AM ceph-volume Feature #47295 (Rejected): Optimize ceph-volume inventory to reduce runtime
rejected - an alternate approach was implemented Paul Cuzner
02:42 AM mgr Feature #47756 (Closed): mgr/prometheus: add metric for SLOW_OPS healthcheck
PR merged Paul Cuzner
01:58 AM Revision 0fab43b9 (ceph): crimson/onode-staged-tree: implement a ghobject_t constructor
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
01:56 AM Revision 6e20e5ed (ceph): cmake: Alter GIT_REPOSITORY for liburing
https://git.kernel.dk/liburing appears, at least currently, to be
unavailable. This could be reverted once it comes b...
Brad Hubbard
01:52 AM Revision a95799f6 (ceph): osd: Check for nosrub/nodeep-scrub in between chunks, to avoid races
Fixes: https://tracker.ceph.com/issues/47767
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from co...
David Zafman
01:50 AM ceph-volume Bug #48445 (New): ceph-volume lvm zap fails to properly dismantle volume groups
After successfully deploying with cephadm, and then successfully purging the cluster with cephadm, I tried to use zap... Stephen Longofono
01:44 AM RADOS Backport #48444 (In Progress): nautilus: octopus: setting noscrub crashed osd process
David Zafman
01:39 AM RADOS Backport #48444 (Resolved): nautilus: octopus: setting noscrub crashed osd process
https://github.com/ceph/ceph/pull/38411 David Zafman
01:38 AM RADOS Bug #47767 (Pending Backport): octopus: setting noscrub crashed osd process
David Zafman
01:38 AM Revision 00b4001e (ceph): Merge pull request #38359 from dzafman/wip-47767-octopus
octopus: osd: Check for nosrub/nodeep-scrub in between chunks, to avoid races
Reviewed-by: Josh Durgin <jdurgin@redh...
David Zafman
01:28 AM Revision 84d50e7d (ceph): Merge pull request #38409 from rhcs-dashboard/fix-48441-master
mgr/dashboard: fix wrong import in iscsi unit test
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Reviewed-by: ...
Kiefer Chang
01:03 AM bluestore Bug #48443 (New): rocksdb: Corruption: missing start of fragmented record(2)
Hi, Guys!
This happened after a power failure.
It seems that a simple rocksdb corruption, unfortunately, throw...
Gabriel Goes
12:51 AM Revision f535d209 (ceph): Merge pull request #38289 from smithfarm/wip-rn-hotfix-octo
doc: add release notes for Octopus 15.2.7
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Reviewed-by: Casey Bod...
Josh Durgin
12:35 AM RADOS Bug #48033 (Closed): mon: after unrelated crash: handle_auth_request failed to assign global_id; ...
Neha Ojha
12:24 AM Revision 98a6347d (ceph): mon: Delete logger in destructor
In theory we could race on the 'logger' object in a similar fashion to
https://tracker.ceph.com/issues/48386 where th...
Brad Hubbard

12/02/2020

11:21 PM Revision 1afc9d0f (ceph): cephadm: apply more restrictive permissions on TLS files
Changes permissions from 640 to 600 on the crt/key and
token files
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
11:20 PM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
We triggered the bug on a production cluster having a lot of small files and objects as their workload.
The affected...
Martin Verges
11:17 PM Revision 875c94fd (ceph): doc/dev/cephadm: minor updates to address PR feedback
Signed-off-by: Paul Cuzner <pcuzner@redhat.com> Paul Cuzner
11:09 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
Yeah, osd.31 has a copy:
root@mira093:/var/lib/ceph/osd/ceph-31# ceph-objectstore-tool --data-path . '["119.385s4"...
Samuel Just
10:56 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
If this guess is correct one or more of the following 8 osds should have a copy of {"oid":"10006fc22f8.00000000","key... Samuel Just
10:40 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
My current working assumption is that PeeringState::activate is willing to backfill a non-contiguous replica which ha... Samuel Just
09:46 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
122 doesn't seem to have a 119.385 instance. Samuel Just
09:36 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
[Wrong, used the wrong shard field] Samuel Just
08:57 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
Unfortunately, it's present but an older version... Samuel Just
08:49 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
I spot checked an object in 119.385
sjust@reesi002:~$ sudo ceph pg 119.385 list_unfound | head -n 30...
Samuel Just
08:39 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
[NVM, used the command wrong] Samuel Just
10:37 PM Orchestrator Bug #48442: cephadm: upgrade loops on mixed x86_64/arm64 cluster
How often do the images for the same release change though? Couldn't checking if all the images are v15.2.7 be good ... Bryan Stillwell
10:31 PM Orchestrator Bug #48442: cephadm: upgrade loops on mixed x86_64/arm64 cluster
Hm. Not sure about this. Even if we fix this, how are we supposed to make sure, we're not introducing any regressions... Sebastian Wagner
08:56 PM Orchestrator Bug #48442 (Closed): cephadm: upgrade loops on mixed x86_64/arm64 cluster
When I tried to use 'ceph orch upgrade start --ceph-version 15.2.7' to upgrade my home cluster from 15.2.5 to 15.2.7,... Bryan Stillwell
10:28 PM Orchestrator Bug #48157: test_cephadm.sh failure You have reached your pull rate limit. You may increase the l...
https://github.com/ceph/ceph-cm-ansible/pull/591 Sebastian Wagner
10:05 PM Revision ec85eee6 (ceph): Merge pull request #38361 from badone/wip-octopus-mon-scrub-testing
octopus: mon scrub testing
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Brad Hubbard
09:38 PM Bug #48290: mgr/dashboard: deletion of host doesn't reflect the dashboard
I'm confused with 'why' deleting a host that has running cluster daemons on it makes sense. Shouldn't the "orchestrat... Paul Cuzner
11:09 AM Bug #48290: mgr/dashboard: deletion of host doesn't reflect the dashboard
Kiefer Chang wrote:
> Avan Thakkar wrote:
> > So my suggestion here is shouldn't we show the deleted host in Servic...
Avan Thakkar
08:46 AM Bug #48290: mgr/dashboard: deletion of host doesn't reflect the dashboard
Avan Thakkar wrote:
> So my suggestion here is shouldn't we show the deleted host in Services list itself under what...
Kiefer Chang
09:19 PM Revision b23ab57b (ceph): mgr/dashboard: fix wrong import in iscsi unit test
This commit bdf866e436b8772a4080ade7298192eee9adcc97 happened after the
last run of https://github.com/ceph/ceph/pull...
Ernesto Puerta
08:52 PM Dashboard Bug #48441 (Fix Under Review): mgr/dashboard: mgr-dashboard-frontend-unittests (Failed)
Ernesto Puerta
08:38 PM Dashboard Bug #48441 (Resolved): mgr/dashboard: mgr-dashboard-frontend-unittests (Failed)
@make check@ is failing at @mgr-dashboard-frontend-unittests@... Ernesto Puerta
08:44 PM Revision 1c18808b (ceph): qa/tasks/openssl_keys.py: add subjectAltName to certificates
Get rid of this annoying teuthology log message which appears
many many times:
.../urllib3/connection.py:395: Subjec...
Marcus Watts
08:38 PM Revision 871404a7 (ceph): Merge pull request #38385 from rzarzynski/wip-rbd-memset_s
librbd: use the ceph_memzero_s() wrapper instead of explicit_bzero()
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:37 PM Revision 8f53ed0f (ceph): Merge pull request #38395 from trociny/wip-rbd-test-migration-verbose
test/librbd: print difference if deep-copy or migration test fails
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:37 PM Revision 4675494d (ceph): Merge pull request #38386 from petrutlucian94/duplicate_get_size
Revert "rbd: add missing FileStream::get_size"
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:28 PM mgr Bug #48425 (Resolved): mgr/insights: ModuleNotFoundError: No module named 'six'
Brad Hubbard
08:26 PM mgr Bug #48425 (In Progress): mgr/insights: ModuleNotFoundError: No module named 'six'
Brad Hubbard
11:53 AM mgr Bug #48425: mgr/insights: ModuleNotFoundError: No module named 'six'
fix for nautilus: https://github.com/ceph/ceph/pull/38382 Kefu Chai
11:49 AM mgr Bug #48425: mgr/insights: ModuleNotFoundError: No module named 'six'
AFAICT this affects nautilus as well as octopus
Brad Hubbard has a fix for octopus up already: https://github.com/...
Nathan Cutler
11:08 AM mgr Bug #48425 (Resolved): mgr/insights: ModuleNotFoundError: No module named 'six'
The 'make check' fails on Octopus right at the moment because of the error below.
https://jenkins.ceph.com/job/cep...
Volker Theile
08:28 PM Revision 52cb007e (ceph): Merge pull request #38396 from badone/wip-octopus-run-tox-mgr-insights-...
octopus: mgr/insights: Test environment requires 'six'
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Brad Hubbard
08:18 PM CephFS Bug #48422 (Fix Under Review): mds: MDCache.cc:5319 FAILED ceph_assert(rejoin_ack_gather.count(md...
Patrick Donnelly
08:08 AM CephFS Bug #48422 (Resolved): mds: MDCache.cc:5319 FAILED ceph_assert(rejoin_ack_gather.count(mds->get_n...
... wei qiaomiao
08:14 PM Revision 18eda57d (ceph): Merge PR #38364 into master
* refs/pull/38364/head:
mds/CDir: make the data length as long as possible for each op
mds/CDir: correct the write_...
Patrick Donnelly
08:13 PM Revision 341913b2 (ceph): Merge PR #38326 into master
* refs/pull/38326/head:
client: cleanup the handle_mds_map() code
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:12 PM CephFS Bug #48439: fsstress failure with mds thrashing: "mds.0.6 Evicting (and blocklisting) client sess...
Jeff Layton wrote:
> Answering my own question, looks like: 4.18.0-240.1.1.el8_3.x86_64. I'd be interested to see if...
Patrick Donnelly
08:08 PM CephFS Bug #48439: fsstress failure with mds thrashing: "mds.0.6 Evicting (and blocklisting) client sess...
Answering my own question, looks like: 4.18.0-240.1.1.el8_3.x86_64. I'd be interested to see if this is still a probl... Jeff Layton
08:01 PM CephFS Bug #48439: fsstress failure with mds thrashing: "mds.0.6 Evicting (and blocklisting) client sess...
I wonder if this is the same problem as https://tracker.ceph.com/issues/47563? What kernel was the client running? Jeff Layton
08:00 PM CephFS Bug #48439: fsstress failure with mds thrashing: "mds.0.6 Evicting (and blocklisting) client sess...
relevant ECONRESET:... Patrick Donnelly
07:56 PM CephFS Bug #48439 (Resolved): fsstress failure with mds thrashing: "mds.0.6 Evicting (and blocklisting) ...
... Patrick Donnelly
08:09 PM CephFS Bug #48203 (Resolved): qa: quota failure
Patrick Donnelly
08:09 PM Revision ad4f4796 (ceph): Merge PR #38112 into master
* refs/pull/38112/head:
Revert "client: optimize rename operation under different quota root"
Reviewed-by: Patrick ...
Patrick Donnelly
08:08 PM CephFS Bug #48206 (Pending Backport): client: fix crash when doing remount in none fuse case
Patrick Donnelly
08:08 PM Revision 81128ea3 (ceph): Merge PR #38033 into master
* refs/pull/38033/head:
client: do not use g_conf().get_val<>() in libcephfs
Reviewed-by: Patrick Donnelly <pdonnel...
Patrick Donnelly
08:07 PM CephFS Fix #15134 (Resolved): multifs: test case exercising mds_thrash for multiple filesystems
Patrick Donnelly
08:07 PM Revision 9b8fc100 (ceph): Merge PR #37708 into master
* refs/pull/37708/head:
qa/suites/fs: enable thrashing in multifs environment
qa/workunits/fs/snaps: allow tests to...
Patrick Donnelly
08:03 PM RADOS Bug #48440 (Need More Info): log [ERR] : scrub mismatch
... Patrick Donnelly
07:48 PM CephFS Feature #6373: kcephfs: qa: test fscache
Patch to add arbitrary mount options to kclient:
https://github.com/ceph/ceph/pull/38407
Jeff Layton
04:37 PM Dashboard Feature #48438 (Fix Under Review): mgr/dashboard: Drop invalid RGW client instances, improve logging
Volker Theile
04:33 PM Dashboard Feature #48438 (Fix Under Review): mgr/dashboard: Drop invalid RGW client instances, improve logging
1. Log which settings are used by the backend to connect to a RGW service. This will make it easier to check this in ... Volker Theile
04:26 PM Revision 0ea7eba1 (ceph): test/lazy-omap-stats: Fix compilation on alpine linux
alpine lacks uint typedef but has unsigned
Signed-off-by: Duncan Bellamy <dunk@denkimushi.com>
Duncan Bellamy
04:21 PM mgr Bug #48434 (Fix Under Review): nautilus: progress bar get stuck when turn off progress module dur...
Neha Ojha
03:55 PM mgr Bug #48434: nautilus: progress bar get stuck when turn off progress module during rebalancing
This issue only affects the nautilus branch, not the master branch. Kamoltat (Junior) Sirivadhna
01:24 PM mgr Bug #48434 (Resolved): nautilus: progress bar get stuck when turn off progress module during reba...
Turning the progress on and off works as expected. But observed one abnormality. If the progress module is turned off... Kamoltat (Junior) Sirivadhna
03:36 PM mgr Backport #48343 (In Progress): octopus: Unable to disable SSO
Laura Paduano
03:36 PM Revision c2c0f7a8 (ceph): mgr/dashboard: Disable sso without python3-saml
Removed the requirement for the python3-saml package when wanting to disable SSO for the dashboard, this is currently... Kevin Meijer
03:35 PM mgr Backport #48344 (In Progress): nautilus: Unable to disable SSO
Laura Paduano
03:35 PM Revision e73fc565 (ceph): mgr/dashboard: Disable sso without python3-saml
Removed the requirement for the python3-saml package when wanting to disable SSO for the dashboard, this is currently... Kevin Meijer
03:16 PM Documentation #48436: Ticket for alterations to the Ceph Leadership Team list
Alfredo Deza and
Lenz Grimmer
have left the CLT.
Zac Dover
03:15 PM Documentation #48436 (Resolved): Ticket for alterations to the Ceph Leadership Team list
This ticket will record all changes to the Ceph Leadership Team (CLT).
CLT page:
https://docs.ceph.com/en/latest/...
Zac Dover
02:54 PM Revision 4172e29d (ceph): Merge pull request #38369 from linuxbox2/wip-rgwfile-cporder
rgw_file: return common_prefixes in lexical order Matt Benjamin
02:51 PM Revision 7ed1df46 (ceph): crimson/onode-staged-tree: remove unused logic in stages/node_stage_lay...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:46 PM Revision baf0ac21 (ceph): crimson/onode-staged-tree: rename NodeExtentT to NodeExtentAccessorT
Also renamed file name and added class comments.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:34 PM Revision 34c6ea7d (ceph): Merge pull request #38383 from shellwedance/doc_fix_typos
doc/rbd: fix doc typos
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:19 PM Revision 2f8e0545 (ceph): crimson/onode-staged-tree: remove state_t in NodeExtentT
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:03 PM Revision a92a27a5 (ceph): Merge pull request #38320 from tchaikov/wip-cmake-std-fs
cmake: do not always require extra link flags for std::filesystem
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
01:18 PM rbd Bug #48391 (Resolved): CEPH-ISCSI fails when restarting rbd-target-api and won't work anymore wi...
Jason Dillaman
06:47 AM rbd Bug #48391: CEPH-ISCSI fails when restarting rbd-target-api and won't work anymore with mgr erro...
Full detail in this link:
https://github.com/ceph/ceph-iscsi/issues/225
Hamidreza Hosseini
06:45 AM rbd Bug #48391: CEPH-ISCSI fails when restarting rbd-target-api and won't work anymore with mgr erro...
https://github.com/ceph/ceph-iscsi/pull/226 Xiubo Li
06:45 AM rbd Bug #48391 (Fix Under Review): CEPH-ISCSI fails when restarting rbd-target-api and won't work an...
Xiubo Li
01:13 PM Revision ca42b2b0 (ceph): Merge pull request #38390 from xxhdx1985126/wip-obc-related-issues
crimson/osd: fix several obc related issues
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:10 PM Revision cd1f9173 (ceph): Merge pull request #38397 from tchaikov/wip-crimson-tests
test/crimson: adapt to the changes of messenger
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
01:02 PM Revision 81668017 (ceph): librbd: skip fast-diff optimization when deep copying with flatten
Even if a source object does not exist we still may need to copy
from the source parent.
Signed-off-by: Mykola Golub...
Mykola Golub
12:56 PM Dashboard Tasks #47901 (Fix Under Review): mgr/dashboard: Replace Replica size and Erasure code profile wit...
Avan Thakkar
12:45 PM Revision 8ee33f0a (ceph): doc/releases: add recent releases to timeline
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
12:43 PM Revision f89d9832 (ceph): Merge pull request #38136 from yuvalif/wip-yuval-fix-47904
rgw/notification: trigger notifications on changes from any user Matt Benjamin
12:42 PM Revision 146a8e55 (ceph): Merge pull request #38171 from yuvalif/wip-yuval-fix-46296
rgw/notification: support GetTopicAttributes API Matt Benjamin
12:27 PM RADOS Bug #48432 (Resolved): test/azy-omap-stats fails to compile on alpine linux
lazy_omap_stats_test.h uses uint which alpine linux lacks
Duncan Bellamy
12:25 PM Revision 3f892b8e (ceph): librbd: fix deep copy skipping clean object
We need to map the destination object to source object(s) first
when deciding if we can skip copying.
Signed-off-by:...
Mykola Golub
12:21 PM Dashboard Bug #44591: CVE-2020-27839: mgr/dashboard: The ceph dashboard is vulnerable to XSS attacks
Additionally, now Ceph-Dashboard requires an @Accept@ header that follows an un-standard pattern @application/vnd...+... Ernesto Puerta
12:14 PM Revision fa27b6eb (ceph): crimson/osd: drop redundant locking operations in ObjectContext::wait_r...
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
12:09 PM Revision 63fb9392 (ceph): pybind/rados: use rados_set_pool_full_try instead of the deprecated one
this change silences the warning when compiling the cythonized python
binding:
build/src/pybind/rados/pyrex/rados.c:...
Kefu Chai
11:48 AM rbd Bug #48431 (Resolved): If rbd image enabled striping feature, stderr print repeat rate of progres...
My ceph version is 12.2.12
1、I create a rbd image, rbd info is:
# rbd info test_perf/gyt_export
rbd image 'gyt_exp...
yite gu
11:42 AM Revision 6cf7ebd0 (ceph): cmake: do not always require extra link flags for std::filesystem
since GCC-9
> Using the types and functions in <filesystem> does not require linking
> with -lstdc++fs now.
see htt...
Kefu Chai
11:42 AM Revision 48b3ef5c (ceph): cmake: pass REQUIRED to find_package(StdFilesystem)
otherwise there is chance that we could link to
StdFilesystem::filesystem which is not defined anywhere.
Signed-off-...
Kefu Chai
11:33 AM Dashboard Bug #48181 (Pending Backport): mgr/dashboard: Use pipe instead of calling function within templat...
After https://github.com/ceph/ceph/pull/38094 is in Octopus, it makes sense to backport this PR, too. Volker Theile
11:25 AM Dashboard Bug #48181 (Resolved): mgr/dashboard: Use pipe instead of calling function within template wherev...
Ernesto Puerta
11:30 AM RADOS Feature #48430 (New): Add memory consumption of nodes to health checks
During some tests using a (very small) virtual cluster I noticed that Ceph doesn't seem to 'notice' when a node runs ... Gunther Heinrich
11:26 AM Revision c82876e2 (ceph): Merge pull request #38300 from rhcs-dashboard/fix-saml2-endpoint
mgr/dashboard: SSO not working after REST API versioning
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewe...
Ernesto Puerta
11:25 AM Revision a5c685cb (ceph): Merge pull request #38154 from votdev/issue_48181_pipe_function
mgr/dashboard: Use pipe instead of calling function within template wherever possible
Reviewed-by: Ernesto Puerta <e...
Ernesto Puerta
11:25 AM Dashboard Feature #48176 (Pending Backport): mgr/dashboard: make daemon selection easier in NFS export form
Ernesto Puerta
11:25 AM Revision 76ee317d (ceph): Merge pull request #38019 from bk201/wip-48176
mgr/dashboard: allow selecting all daemons for Orchestrator NFS clusters
Reviewed-by: Alfonso Martínez <almartin@red...
Ernesto Puerta
11:24 AM Dashboard Bug #47445 (Pending Backport): mgr/dashboard: Its currently not possible to manage iSCSI Initiato...
Ernesto Puerta
11:24 AM Revision ec419e69 (ceph): Merge pull request #37198 from tspmelo/wip-iscsi-fix-frontend
mgr/dashboard: Allow managing iSCSI Initiator after removing from group
Reviewed-by: Stephan Müller <smueller@suse.c...
Ernesto Puerta
11:22 AM mgr Cleanup #48210 (Fix Under Review): should unpin urllib3 when requests is compatible with urllib3 ...
Kefu Chai
11:20 AM Revision ec8f2cb6 (ceph): pybind/mgr: unpin urllib3
now that requests is able to support urllib v1.26, there is no need to
pin it anymore.
see also
https://github.com/p...
Kefu Chai
11:18 AM Revision e8fd8a31 (ceph): cmake: fix unknown pkg_search_module
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com> Xiaoyan Li
11:15 AM crimson Bug #48108: unittest_seastar_messenger fails
... Kefu Chai
11:10 AM rgw Backport #48429 (Resolved): octopus: rgw: expiration is triggered in advance because of an overfl...
https://github.com/ceph/ceph/pull/38421 Nathan Cutler
11:10 AM rgw Backport #48428 (Resolved): nautilus: rgw: expiration is triggered in advance because of an overf...
https://github.com/ceph/ceph/pull/38823 Nathan Cutler
11:09 AM CephFS Bug #44415 (Resolved): cephfs.pyx: passing empty string is fine but passing None is not to arg co...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:08 AM rgw Backport #48427 (Resolved): octopus: Put policy should return 204 instead of 200
https://github.com/ceph/ceph/pull/38420 Nathan Cutler
11:08 AM rgw Backport #48426 (Resolved): nautilus: Put policy should return 204 instead of 200
https://github.com/ceph/ceph/pull/38623 Nathan Cutler
11:08 AM Dashboard Cleanup #46750 (Resolved): mgr/dashboard: Merge disable and disableDesc table action methods
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:08 AM Dashboard Bug #46903 (Resolved): mgr/dashboard: Datatable catches select events from other datatables
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:07 AM CephFS Bug #47565 (Resolved): qa: "client.4606 isn't responding to mclientcaps(revoke), ino 0x200000007d...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:07 AM rgw Backport #48424 (Resolved): octopus: Able to circumvent S3 Object Lock using deleteobjects command
https://github.com/ceph/ceph/pull/41031 Nathan Cutler
11:07 AM rgw Backport #48423 (Resolved): nautilus: Able to circumvent S3 Object Lock using deleteobjects command
https://github.com/ceph/ceph/pull/41164 Nathan Cutler
11:07 AM CephFS Bug #47806 (Resolved): mon/MDSMonitor: divide mds identifier and mds real name with dot
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:07 AM CephFS Bug #47833 (Resolved): mds FAILED ceph_assert(sessions != 0) in function 'void SessionMap::hit_se...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:06 AM CephFS Bug #47881 (Resolved): mon/MDSMonitor: stop all MDS processes in the cluster at the same time. So...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:06 AM CephFS Bug #47918 (Resolved): cephfs client and nfs-ganesha have inconsistent reference count after rele...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:06 AM Bug #47946 (Resolved): vstart.sh: failed to run with multi active mds, when setting max_mds.
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:06 AM Revision 2415168b (ceph): test/crimson: adapt to the changes of messenger
the crimson::net::Messenger interface was changed in
44585adc78bded751b8b50d6304068a8c5186fa1 and
ff2c3b597de4c5707e1...
Kefu Chai
09:55 AM Revision 7172db3e (ceph): mgr/insights: Test environment requires 'six'
Not a backport because python2 support was dropped in master and only
nautilus and octopus seem to be affected at thi...
Brad Hubbard
09:42 AM Revision b8c19688 (ceph): Merge pull request #38362 from badone/wip-nautilus-mon-scrub-testing
nautilus: mon scrub testing
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Brad Hubbard
09:41 AM Revision bb77f740 (ceph): test/librbd: print difference if deep-copy or migration test fails
It may appear to be useful to track the sporadic test failures
observed on jenkins, not reproducible locally.
Previo...
Mykola Golub
09:33 AM Revision 8d74af54 (ceph): Merge PR #38372 into nautilus
* refs/pull/38372/head:
ceph-volume: implement the --log-level flag
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Jan Fajerski
09:33 AM Revision 29b0891e (ceph): Merge PR #38371 into nautilus
* refs/pull/38371/head:
lvm/create.py: fix a typo in the help message
Reviewed-by: Rishabh Dave <ridave@redhat.com>...
Jan Fajerski
09:32 AM Bug #48407: nautilus: ceph in docker the log_file config is empty
ceph config help log_file
log_file - path to log file
(str, basic)
Default (non-daemon):
Default (daemon)...
jack ma
09:31 AM Revision 22e63b72 (ceph): Merge pull request #38360 from cyx1231st/wip-seastar-msgr-fix-gate-exce...
crimson/net: misc fixes and cleanups to messenger
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:29 AM Revision b3d24905 (ceph): Merge pull request #38382 from badone/wip-nautilus-run-tox-mgr-insights...
nautilus: mgr/insights: Test environment requires 'six'
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:54 AM Revision 0812441c (ceph): mgr/dashboard: Disable TLS 1.0 and 1.1
Disable these TLS versions because of security issues.
Fixes: https://tracker.ceph.com/issues/48360
Signed-off-by: ...
Volker Theile
08:47 AM Revision 40e4cad5 (ceph): crimson/osd: call ObjectContext::with_promoted_lock() with the currentl...
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
08:37 AM rbd Bug #48412 (Fix Under Review): rbd du performance regression
Mykola Golub
08:17 AM rbd Bug #48412: rbd du performance regression
I was rerun's `rbd du`, and gets significantly different results, don't know the real reasons what it depends on.
...
Konstantin Shalygin
08:13 AM rbd Bug #48412: rbd du performance regression
Also 15.2.7 debug logs:
https://drive.google.com/file/d/19GpT07JLLJGfoIiibwt6b6S3CXglsiqr/view?usp=sharing
Konstantin Shalygin
08:30 AM Revision 89661d0a (ceph): librbd: fix regression in diff request
(when testing for fast-diff feature enabled)
Fix: https://tracker.ceph.com/issues/48412
Signed-off-by: Mykola Golub ...
Mykola Golub
08:09 AM Revision 88548775 (ceph): mds: check rejoin_ack_gather before enter rejoin_gather_finish
Fixes: https://tracker.ceph.com/issues/48422
Signed-off-by: chencan <chen.can2@zte.com.cn>
chencan chencan
08:04 AM Revision 37d24ac4 (ceph): Merge pull request #38327 from lnsyyj/wip-make-error
debian/control: add libffi-dev build dep for aarch64
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:51 AM Revision 066484ec (ceph): vstart.sh: add PATH in vstart_environment
Signed-off-by: Hualong Feng <hualong.feng@intel.com> Hualong Feng
07:38 AM Revision 3429c2b5 (ceph): Merge pull request #38380 from lixiaoy1/pkg_fix
cmake: fix unknown pkg_search_module
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:36 AM Revision 3bc385ae (ceph): Revert "rbd: add missing FileStream::get_size"
This function was missing initially and was added by two separate
commits [1][2]. We have to remove one of the two de...
Lucian Petrut
07:33 AM Dashboard Bug #48406 (Fix Under Review): cephadm/test_dashboard_e2e.sh: error when testing orchestrator/04-...
Kiefer Chang
07:33 AM Dashboard Bug #48421 (Fix Under Review): mgr/dashboard: Displaying the OSD preview modal raises an exception.
Kiefer Chang
07:11 AM Dashboard Bug #48421 (Resolved): mgr/dashboard: Displaying the OSD preview modal raises an exception.
After this change: https://github.com/ceph/ceph/pull/37994, displaying the OSD preview modal raises an exception.
Th...
Kiefer Chang
07:33 AM Revision 9d33fc7f (ceph): librbd: use the ceph_memzero_s() wrapper instead of explicit_bzero().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
07:11 AM Revision d965b85c (ceph): mgr/dashboard: fix the exception when displaying OSD preview modal
Adapt changes in https://github.com/ceph/ceph/pull/37994.
- The preview button should not spin.
- The preview button ...
Kiefer Chang
06:51 AM Revision fc0ee535 (ceph): mgr/dashboard: fix test_dashboard_e2e.sh errors
- Adapt changes in https://github.com/ceph/ceph/pull/35039.
- Tweak the way to get row by OSD ID.
Fixes: https://tra...
Kiefer Chang
06:07 AM Revision 5b11688d (ceph): doc/rbd: fix doc typos
fix typos in Ceph iSCSI manual
Signed-off-by: Taeuk Kim <taeuk_kim@tmax.co.kr>
Taeuk Kim
05:37 AM Revision 6964bdda (ceph): mgr/insights: Test environment requires 'six'
Not a backport because python2 support was dropped in master and only
nautilus seems to be affected at this time.
Si...
Brad Hubbard
04:01 AM Revision 0fd8f769 (ceph): debian/control: building wheel for cffi(no dependency)
This commit fixes Building wheel for cffi (setup.py) ... error:
c/_cffi_backend.c:15:10: fatal error: ffi.h: No su...
Jiang Yu
03:48 AM Revision 6a9ee90a (ceph): librbd/migration: minor debug message tweaks
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:48 AM Revision 6ef73c01 (ceph): librbd/migration: generic method for applying source image metadata
Collect the image size and snapshot details from the constructed format
and apply it to the source image ctx.
Signed...
Jason Dillaman
03:34 AM Revision 5407e438 (ceph): librbd/migration: avoid async callback on image ctx open request
If the ImageState::open call fails, we cannot have the callback be
asynchronously dispatched via the now deleted Imag...
Jason Dillaman
03:25 AM Revision 66d17ffa (ceph): crimson/net: make ms_dispatch() return optional<future<>>
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
03:19 AM Revision 406fd1a8 (ceph): Merge pull request #38378 from xxhdx1985126/wip-obc-with-lock-issue
crimson/osd: add _with_lock method to obc
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@...
Kefu Chai
03:11 AM Revision bb5d2019 (ceph): osd: return proper error
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com> Myoungwon Oh
03:08 AM Revision b7a30bc8 (ceph): cls/rgw/cls_rgw.cc: fix multiple lastest version problem
Fixes: https://tracker.ceph.com/issues/47919
Signed-off-by: Ruan Zitao <ruanzitao@kuaishou.com>
Signed-off-by: Yang ...
Ruan Zitao
03:06 AM Revision 8cc64e5f (ceph): osd: remove chunk_map.clear() becuase new chunk_map
will be overwritten entirely
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com>
Myoungwon Oh
03:06 AM Revision 9132123a (ceph): osd: do not reply EAGAIN if get_lock_type() is false
This will be retried later
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com>
Myoungwon Oh
02:48 AM Revision dc1a052b (ceph): osd: correct the if case to handle exceptional case
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com> Myoungwon Oh
02:47 AM Revision 870b843c (ceph): cls/rgw/cls_rgw.cc: fix multiple lastest version problem
Fixes: https://tracker.ceph.com/issues/47919
Signed-off-by: Ruan Zitao <ruanzitao@kuaishou.com>
Signed-off-by: Yang ...
Ruan Zitao
02:34 AM Revision a5a77b51 (ceph): crimson/net: use boost::container::small_vector in ChainedDispatchers
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:34 AM Revision d629f180 (ceph): crimson/osd: add _with_lock method to obc
this is modeling the seastar::with_lock() method with the exception
that obc is also captured in the finally block.
...
Xuehan Xu
02:20 AM Revision accd24a2 (ceph): osd: move setting callback and manifest_ops to caller
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com> Myoungwon Oh
01:20 AM Revision a2875b43 (ceph): mds/OpenFileTable: enhance the log info
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
01:05 AM Revision 9b711763 (ceph): mds/OpenFileTable: add _read_omap_values() to simplify the code
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
01:01 AM Revision 668cbff8 (ceph): librbd/api: re-use migration open source image state machine
Let the open source image state machine parse the provided
source-spec JSON and instantiate the source image ctx for ...
Jason Dillaman
12:52 AM Revision 29d442b4 (ceph): osd: fix memory leak in C_SetManifestRefCountDone
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com> Myoungwon Oh
12:48 AM Revision d90f5aed (ceph): librbd/migration: tweak open source image state machine
Remove the need for the child (destination) image to be opened
for the state machine to function.
Signed-off-by: Jas...
Jason Dillaman
12:32 AM Revision aff5ac7c (ceph): librbd/migration: simplify the native format JSON spec
Allow the pool id integer to be specified via a string, support an
optional pool name alternative, and make the pool ...
Jason Dillaman

12/01/2020

11:07 PM RADOS Documentation #48420 (In Progress): Add guidelines regarding introducing new dependencies to Ceph
This should help developers better understand the consequences of introducing new dependencies to the project. Yaarit Hatuka
10:47 PM Revision 48223589 (ceph): librbd/migration: add snapshot support to the raw format
Snapshots can be specified via a new "snapshots" array of
objects within the raw format JSON object.
Signed-off-by: ...
Jason Dillaman
10:41 PM RADOS Feature #48419 (In Progress): Add support for balance by space utilization and evenly spread prim...

Replace pg count balancing with utilization with deviation %
followed by primary balancing for replicated that onl...
David Zafman
10:33 PM Revision cc295d1c (ceph): mon: paxos: Delete logger in destructor
reset() can race with shutdown() leading to a use-after-free on the
'logger' object.
Fixes: https://tracker.ceph.com...
Brad Hubbard
10:14 PM Revision 2cc5db03 (ceph): qa/suites/rados/monthrash: Exercise mon scrub error injectors
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit a5bcca7f415790521a76213620ae079318e7bee1...
Brad Hubbard
10:09 PM rgw Bug #48418 (New): rgw-admin: segfault during sync pipe modification at diff_sets()
Yehuda Sadeh
10:01 PM rgw Bug #47586 (Pending Backport): Able to circumvent S3 Object Lock using deleteobjects command
J. Eric Ivancich
10:00 PM rgw Bug #45467 (Pending Backport): Put policy should return 204 instead of 200
J. Eric Ivancich
09:58 PM rgw Bug #42634 (Pending Backport): rgw: expiration is triggered in advance because of an overflow pro...
J. Eric Ivancich
09:57 PM rgw Bug #47919 (Pending Backport): list object versions returned multiple 'IsLatest true' entries
J. Eric Ivancich
09:56 PM rgw Bug #44987 (Resolved): rgw: anonymous object should belong to the bucket owner
J. Eric Ivancich
09:55 PM Revision 9d973a05 (ceph): Merge pull request #34462 from inspur-wyq/wip-44987
rgw: belong the anonymous object to the bucket owner
Reviewed-by: Casey Bodley <cbodley@redhat.com>
J. Eric Ivancich
09:54 PM Revision fe054e0a (ceph): Merge pull request #35511 from yehudasa/wip-rgw-cr-drain
rgw: refactor boilerplate coroutine drain callers
Reviewed-by: Casey Bodley <cbodley@redhat.com>
J. Eric Ivancich
09:54 PM Revision 5ba09563 (ceph): Merge pull request #37733 from orztt/master
cls/rgw/cls_rgw.cc: fix multiple lastest version problem
Reviewed-by: Casey Bodley <cbodley@redhat.com>
J. Eric Ivancich
09:53 PM Revision 3d6b04a9 (ceph): Merge pull request #31393 from jiahuizeng/int-range
rgw: avoid expiration early triggering caused by overflow
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed...
J. Eric Ivancich
09:53 PM RADOS Bug #48417: unfound EC objects in sepia's LRC after upgrade
shard 122(5) looks suspicious, it seems to not have been queried from the pg query output but all_unfound_are_queried... Neha Ojha
08:59 PM RADOS Bug #48417 (Duplicate): unfound EC objects in sepia's LRC after upgrade
... Josh Durgin
09:52 PM Revision 0c3d5ecc (ceph): Merge pull request #35059 from matthewoliver/s3_put_bucket_policy_204
rgw: S3 Put Bucket Policy should return 204 on success
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
J. Eric Ivancich
09:52 PM Revision bd075b74 (ceph): Merge pull request #37933 from markhoughton-microfocus/issue_47586_fix
rgw: check object locks in multi-object delete
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Abhish...
J. Eric Ivancich
09:31 PM CephFS Feature #6373: kcephfs: qa: test fscache
https://github.com/ceph/ceph-cm-ansible/pull/592
https://github.com/ceph/ceph-cm-ansible/pull/593
David Galloway
01:48 PM CephFS Feature #6373: kcephfs: qa: test fscache
One other catch. If we want to do testing with fscache, then it would be ideal if we could provision the clients with... Jeff Layton
08:43 PM rgw Bug #48416 (Fix Under Review): rgw: bucket sync fails if bucket policy specifies different target...
Yehuda Sadeh
07:51 PM Revision a2fb2535 (ceph): bluestore: Support flock retry
When the block changes, systemd-udevd will open the block,
read some information and close it. Then a failure occurs ...
hongxu wang
07:47 PM Revision 6a6774be (ceph): os/bluestore: attach csum for compressed blobs
Fixes: https://tracker.ceph.com/issues/47475
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from comm...
Igor Fedotov
07:45 PM Dashboard Backport #47943: octopus: mgr/dashboard: Merge disable and disableDesc table action methods
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37763
m...
Nathan Cutler
07:45 PM ceph-volume Backport #48366: octopus: libstoragemgmt calls fatally wound Areca RAID controllers on mira
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38299
m...
Nathan Cutler
04:35 PM ceph-volume Backport #48366 (Resolved): octopus: libstoragemgmt calls fatally wound Areca RAID controllers on...
Jan Fajerski
07:44 PM ceph-volume Backport #48352: nautilus: Fails to deploy osd in rook, throws index error
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38279
m...
Nathan Cutler
04:36 PM ceph-volume Backport #48352 (Resolved): nautilus: Fails to deploy osd in rook, throws index error
Jan Fajerski
07:44 PM CephFS Backport #47990 (Resolved): nautilus: qa: "client.4606 isn't responding to mclientcaps(revoke), i...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37840
m...
Nathan Cutler
07:43 PM CephFS Backport #47988 (Resolved): nautilus: cephfs client and nfs-ganesha have inconsistent reference c...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37838
m...
Nathan Cutler
07:43 PM Backport #47953 (Resolved): nautilus: vstart.sh: failed to run with multi active mds, when settin...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37836
m...
Nathan Cutler
07:43 PM CephFS Backport #47957 (Resolved): nautilus: mon/MDSMonitor: stop all MDS processes in the cluster at th...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37822
m...
Nathan Cutler
07:43 PM CephFS Backport #47939 (Resolved): nautilus: mon/MDSMonitor: divide mds identifier and mds real name wit...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37821
m...
Nathan Cutler
07:43 PM CephFS Backport #47935 (Resolved): nautilus: mds FAILED ceph_assert(sessions != 0) in function 'void Ses...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37820
m...
Nathan Cutler
07:42 PM CephFS Backport #46611 (Resolved): nautilus: cephfs.pyx: passing empty string is fine but passing None i...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37725
m...
Nathan Cutler
07:42 PM RADOS Backport #48227 (Resolved): nautilus: Log "ceph health detail" periodically in cluster log
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38118
m...
Nathan Cutler
07:41 PM Dashboard Backport #48180: nautilus: mgr/dashboard: Display users current bucket quota usage
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38024
m...
Nathan Cutler
07:41 PM Dashboard Backport #48133: nautilus: mgr/dashboard: user can change the cluster of a NFS-Ganesha export
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37995
m...
Nathan Cutler
07:41 PM Dashboard Backport #47198: nautilus: mgr/dashboard: Datatable catches select events from other datatables
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37756
m...
Nathan Cutler
07:01 PM rgw Bug #48415 (New): radosgw-admin: segfault on sync group pipe modify and source/dest zones not spe...
Yehuda Sadeh
06:23 PM Revision 658993ef (ceph): rgw/notification: trigger notifications on changes from any user
any user authorized to make changes to a bucket may trigger
notifications defined on that bucket.
manual test procedu...
Yuval Lifshitz
06:03 PM Revision c0f1c56c (ceph): Merge pull request #38311 from anthonyeleven/anthonyeleven/fix-typo
doc/rados/operations: typo in stretch-mode.rst
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
05:53 PM RADOS Feature #39362: ignore osd_max_scrubs for forced repair
We probably should only do this if #41363 has been implemented together or beforehand. Since too many repairs could ... David Zafman
05:36 PM Revision bf8c93ed (ceph): Merge remote-tracking branch 'origin/octopus-saved' into octopus
Josh Durgin
05:34 PM Revision b5caf4e2 (ceph): librbd/migration: re-use RawSnapshot for RawFormat's HEAD revision
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
05:10 PM rbd Bug #48412: rbd du performance regression
I have to note that older versions of rbd du are very slow on SOME of the images for me, too. I guess they're slow on... Vitaliy Filippov
03:12 PM rbd Bug #48412: rbd du performance regression
Debug logs:
https://drive.google.com/file/d/1Db43K-QTWr5_zDXPNSZJtee6hK7OkBQv/view?usp=sharing
https://drive.goog...
Konstantin Shalygin
02:56 PM rbd Bug #48412 (Resolved): rbd du performance regression
We found Octopus rbd du regression:
Luminous 12.2.13:...
Konstantin Shalygin
05:08 PM RADOS Bug #47380 (Fix Under Review): mon: slow ops due to osd_failure
Neha Ojha
04:57 PM Revision 3a2822ed (ceph): Merge pull request #38366 from tchaikov/wip-templated-doc
doc: drop edit-on-github extension and templatize page.html further
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
04:42 PM ceph-volume Backport #48187 (In Progress): nautilus: the --log-level flag is not respected
Jan Fajerski
04:41 PM Revision 80d97c56 (ceph): ceph-volume: implement the --log-level flag
The --log-level flag was being ignored and
the file log level was always set to DEBUG.
Fixes: https://tracker.ceph.c...
Andrew Schoen
04:40 PM ceph-volume Backport #48413 (In Progress): nautilus: lvm/create.py: typo in the help message
Jan Fajerski
04:39 PM ceph-volume Backport #48413 (Resolved): nautilus: lvm/create.py: typo in the help message
https://github.com/ceph/ceph/pull/38371 Jan Fajerski
04:40 PM Revision cd8389ce (ceph): lvm/create.py: fix a typo in the help message
ceph_volume/devices/lvm/create.py:corrected typo of the word when using ceph-volume lvm create -h
Fixes: https://tra...
ZhenLiu94
04:39 PM ceph-volume Backport #48414 (Resolved): octopus: lvm/create.py: typo in the help message
https://github.com/ceph/ceph/pull/38425 Jan Fajerski
04:39 PM ceph-volume Bug #48273 (Pending Backport): lvm/create.py: typo in the help message
Jan Fajerski
04:38 PM Revision faba0c36 (ceph): Merge PR #38034 into master
* refs/pull/38034/head:
lvm/create.py: fix a typo in the help message
Reviewed-by: Jan Fajerski <jfajerski@suse.com...
Jan Fajerski
04:35 PM ceph-volume Bug #48270 (Resolved): libstoragemgmt calls fatally wound Areca RAID controllers on mira
Jan Fajerski
04:34 PM ceph-volume Support #48259 (Closed): Ceph-ansible OSD node add fail (ceph.volume Failed to find physical volume)
There is no /dev/sdk device that ansible is trying to use.
So closing this as not a ceph-volume issue. If the host...
Jan Fajerski
04:30 PM Revision 950326ed (ceph): Merge PR #38279 into nautilus
* refs/pull/38279/head:
ceph-volume batch: reject partitions in argparser
Reviewed-by: Rishabh Dave <ridave@redhat....
Jan Fajerski
04:25 PM Revision 7edd8dd0 (ceph): doc: add docubetter link back
check if the release being built is EOL when building the document, so
no need to use javascript to read releases.jso...
Kefu Chai
04:25 PM Revision 448800d3 (ceph): doc: disable eol-warning based on "is_release_eol"
enable/disable #eol-warning based on "is_release_eol" context variable.
this allows us to generate a more static web ...
Kefu Chai
04:25 PM Revision 7a62303b (ceph): doc: check "release" context variable for #dev-warning
if $release is "dev", then the release being built is not a stable
version.
drop ceph.js, as the web page is generat...
Kefu Chai
04:22 PM Revision 499c5647 (ceph): librbd/migration: generic raw snapshot format support
The RawFormat will be tweaked to support the new RawSnapshot in a
future commit, but the basic structure will allow f...
Jason Dillaman
03:58 PM Revision 02c06942 (ceph): Merge pull request #38219 from rzarzynski/wip-crimson-restore-obs
crimson: conditionally reload ObjectState if execution fails
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by...
Kefu Chai
03:34 PM Revision ec1b78a8 (ceph): Merge pull request #38370 from rzarzynski/wip-kv-memdb-uninitialized_in...
kv/memdb: fix uninitialized return of MemDB::_init().
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:31 PM Revision 79568d51 (ceph): mgr/prometheus: Fix 'pool filling up' with >50% usage
Fixes: https://tracker.ceph.com/issues/48354
Signed-off-by: Daniël Vos <danielvos@outlook.com>
Daniël Vos
03:00 PM Revision 52c95253 (ceph): Merge pull request #36118 from rzarzynski/wip-crimson-backfill-part1
crimson: add support for backfill, part 1 -- unit testing
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:56 PM Revision 96bc1082 (ceph): Merge PR #38365 into master
* refs/pull/38365/head:
doc/mds: fix the default value for mds_dir_max_commit_size
Reviewed-by: Rishabh Dave <ridav...
Patrick Donnelly
02:54 PM Bug #48408 (Fix Under Review): pybind: test_readlink() fails due to missing terminating NULL char
Patrick Donnelly
11:22 AM Bug #48408 (Resolved): pybind: test_readlink() fails due to missing terminating NULL char
Affected Nautilus and Octopus.
...
test_cephfs.test_readlink ... FAIL
======================================...
Tuan Hoang
02:47 PM CephFS Bug #48411 (Resolved): tasks.cephfs.test_volumes.TestSubvolumeGroups: RuntimeError: rank all fail...
I got this failure when doing some testing with the draft fscache rework. It looks unrelated to the kernel changes, a... Jeff Layton
02:38 PM Revision a6eb62e1 (ceph): Merge pull request #38218 from aaugustinas/patch-1
doc: Remove duplicate sentence in sync module documentation
Reviewed-by: Zac Dover <zac.dover@gmail.com>
Kefu Chai
02:20 PM Revision 72454ef7 (ceph): kv/memdb: fix uninitialized return of MemDB::_init().
Without this fix GCC complains:
```
src/kv/MemDB.cc:179:10: warning: ‘r’ may be used uninitialized in this function ...
Radoslaw Zarzynski
02:08 PM Revision 9945dd58 (ceph): crimson: conditionally reload ObjectState if execution fails.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:08 PM Revision 61ca0c12 (ceph): crimson: unify error handling paths in PG::do_osd_ops().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
01:31 PM rgw Bug #48410 (Fix Under Review): rgw_file: common_prefixes returned out of lexical order
Matt Benjamin
12:53 PM rgw Bug #48410 (Resolved): rgw_file: common_prefixes returned out of lexical order
Since inception RGWReaddirRequest has sent all leaf objects first (in lexical order), then common_prefixes (in lexica... Matt Benjamin
01:30 PM Revision e561e98e (ceph): rgw_file: return common_prefixes in lexical order
Since inception RGWReaddirRequest has sent all leaf objects first
(in lexical order), then common_prefixes (in lexica...
Matt Benjamin
01:25 PM rbd Bug #47388 (Resolved): rbd CLI shows snapshot errors during rbd import
Jason Dillaman
01:24 PM Revision 4e9da32a (ceph): Merge pull request #38008 from trociny/wip-47388
librbd: serialize maintenance operations by type
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:55 PM Revision 2c2062cf (ceph): crimson: fix the condition in the loop of BackfillState::Enqueuing.
The bug here was that if a backfill target has an object-to-delete
placed after the very last object of primary, it w...
Radoslaw Zarzynski
12:51 PM Dashboard Bug #48409 (Need More Info): ERROR: test_bulk_set (tasks.mgr.dashboard.test_cluster_configuration...
... Mahati Chamarthy
12:22 PM Revision 0f738f1a (ceph): crimson: adhere to aliasing of a variable in BackfillState::Enqueuing.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:22 PM Revision 0a6b5767 (ceph): crimson/tests: add simple multi-replica test for backfill.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:22 PM Revision ea3515de (ceph): crimson: fix mismatch between backfill's enqueue_push() and recovery.
The unittesting discovered an issue between `BackfillState` and
the low-layer recovery code: `RecoveryBackend::recove...
Radoslaw Zarzynski
12:22 PM Revision e681ffb7 (ceph): crimson/tests: bring two_pseudorandomized_replicas.
It discovered an issue with occasional missing deletion
of the very last object on replica if it doesn't exist
on pri...
Radoslaw Zarzynski
12:22 PM Revision 670c4330 (ceph): crimson/osd: do not refence PGLog in BackfillState.
This commit makes the backfill code unware about pg log
implementation details. The benefit is easier unit testing.
...
Radoslaw Zarzynski
12:22 PM Revision b34647b1 (ceph): crimson/osd: drop unnecessary includes from backfill_state.{cc,h}.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:22 PM Revision d3e4e6ca (ceph): crimson/tests: add unittesting for backfill.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:22 PM Revision a44b937b (ceph): tests: modernize all occurrences of rand_choose().
We should consider deduplication as well.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
12:22 PM Revision 30258bc1 (ceph): crimson/tests: implement randomized testing for backfill.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:21 PM Revision eaa1e967 (ceph): crimson/osd: drop the depedency on pg_info_t from PGFacade.
`get_info()` gets replaced with `get_last_update() and
`get_log_tail()`. This entirely removes the awareness of
`pg_i...
Radoslaw Zarzynski
12:20 PM Revision 649e83e2 (ceph): crimson/osd: replace get_peer_info() in BackfillState::PGFacade.
`get_peer_info()` gets replaced with `get_peer_last_backfill()`.
The benefit is no need to mock peer's `pg_info_t` in...
Radoslaw Zarzynski
12:12 PM ceph-volume Feature #41294 (Fix Under Review): ceph-volume should be able to list metadata for a specific osd
Rishabh Dave
11:42 AM Dashboard Bug #44591: CVE-2020-27839: mgr/dashboard: The ceph dashboard is vulnerable to XSS attacks
Sebastian: @httpOnly@ prevents XSS while @secure@ and @SameSite=Strict@ together "prevent CRSF attacks":https://devel... Ernesto Puerta
10:19 AM rgw Feature #48402: multisite option to enable keepalive
I wonder if https://tracker.ceph.com/issues/47961 would fix my issue as well... If the connections are closed after ... Dieter Roels
10:00 AM ceph-volume Bug #47831: ceph-volume reject md-devices [rejected reason: Insufficient space <5GB]
confirming that "Insufficient space <5GB" goes for md devices on newer versions of ceph
https://github.com/rook/rook...
Paul Smith
07:41 AM Revision be26c566 (ceph): doc: remove edit_on_github sphinx extension
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:41 AM Revision beb218c4 (ceph): doc/conf: read version and release from src/ceph_release
instead of hardwiring them to 'dev' and 'dev', use the src/ceph_release
as the source of truth.
Signed-off-by: Kefu ...
Kefu Chai
07:41 AM Revision 94488f91 (ceph): doc/conf: find the latest stable release in releases.yml
instead of hardwiring the "|stable-release|" to "octopus" use the latest
release name found in 'doc/releases/releases...
Kefu Chai
07:36 AM Revision 8d796acb (ceph): pybind/test_rados: test remove_omap_range2()
Signed-off-by: Zhang Jiao <zhangjiao_yewu@cmss.chinamobile.com> zhangjiao
07:17 AM rgw Bug #48001: Brocken SwiftAPI anonymous access
maybe related to #48382 Pietari Hyvärinen
07:04 AM Bug #48407 (Closed): nautilus: ceph in docker the log_file config is empty
when I use kolla to deploy ceph in docker. I found there is no ceph logs output with osds and mons. But the mgr have ... jack ma
06:44 AM Revision 5d650894 (ceph): mgr/dashboard: SSO not working after REST API versioning
Fixes: https://tracker.ceph.com/issues/48362
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
saml2: Fix versionin...
Avan Thakkar
06:42 AM Revision 51e4c7ca (ceph): doc/mds: fix the default value for mds_dir_max_commit_size
The default value has changed to 10MB.
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li
06:00 AM crimson Bug #48108: unittest_seastar_messenger fails
The current unittest-seastar-messenger doesn't handle bind failure correctly and results in undefined behaviors, incl... Yingxin Cheng
04:50 AM Revision 5932714a (ceph): crimson/onode-staged-tree: clean up insert/split logs
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 8e014f9e (ceph): crimson/onode-staged-tree: encapsulate TestTree for leaf split test
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision a9675bc4 (ceph): crimson/onode-staged-tree: fix target split size calculation
Also adjust the test layouts because the split point may change.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
04:50 AM Revision 8492f014 (ceph): crimson/onode-staged-tree: fix trim related issue when insert front
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 8f20ef68 (ceph): crimson/onode-staged-tree: add more validations
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision a3827220 (ceph): crimson/onode-staged-tree: fix insert_stage calculation
Fix incorrect insert_stage calculation when insert into the front of
leaf node.
Signed-off-by: Yingxin Cheng <yingxi...
Yingxin Cheng
04:50 AM Revision 6bac20b8 (ceph): crimson/onode-staged-tree: cleanup recursively_locate_split()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision edfc868a (ceph): crimson/onode-staged-tree: clarify the node sizing considerations
Discuss relationships between NODE_BLOCK_SIZE, ns-oid string size limit,
onode size limit, the strategy of locate_spl...
Yingxin Cheng
04:50 AM Revision 66f20c81 (ceph): crimson/onode-staged-tree: cleanup, introduce explicit INDEX_LAST
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 1757afc9 (ceph): crimson/onode-staged-tree: fix extra_size during locate_split()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision c32c1032 (ceph): crimson/onode-staged-tree: imlement fair locate split strategy
Also make adjustments in unit tests.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
04:50 AM Revision 761e67f5 (ceph): crimson/onode-staged-tree: random insert/split test
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 3fd73336 (ceph): crimson/onode-staged-tree: disable cursor validation in track_split()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 55c96fb1 (ceph): crimson/onode-staged-tree: add asynchronous dummy backend
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 7f5dde8d (ceph): crimson/onode-staged-tree: test split at end
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 0a010055 (ceph): crimson/onode-staged-tree: sizing related fixes and cleanup
* assert filled size matches during dump;
* assert estimate_split_size matches the left node size after split;
* rela...
Yingxin Cheng
04:50 AM Revision a2409e3d (ceph): crimson/onode-staged-tree: proper logging and dump
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 8ce1cb72 (ceph): crimson/onode-staged-tree: add assertions to split test
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision f0004027 (ceph): crimson/onode-staged-tree: get statistics from tree
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 6f70571c (ceph): crimson/onode-staged-tree: implement benchmark tool
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 97ac53f0 (ceph): crimson/onode-staged-tree: fix non-debug build warning
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 73924dc8 (ceph): crimson/onode-staged-tree: add option IS_DUMMY_SYNC to tests
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 9fb78695 (ceph): crimson/onode-staged-tree: integrate TMTestState
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision a8b3206c (ceph): crimson/onode-staged-tree: implement DeltaRecorder
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 12efd6e1 (ceph): crimson/onode-staged-tree: implement string_view_masked_t
Use string_view_masked_t to consolidate a string_key_view_t with type, a
string/string_view, or a masked string. And ...
Yingxin Cheng
04:50 AM Revision 92f6354f (ceph): crimson/onode-staged-tree: rename ns_oid_view_t::test_append()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 8482b43e (ceph): crimson/onode-staged-tree: use Seastar API v6
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 24202782 (ceph): crimson/onode-staged-tree: add initial onode staged-fltree
Support basic insert and lookup operations, tested by an isolated dummy
backend, and also a solution to integrate wit...
Yingxin Cheng
04:50 AM Revision 35ff3af3 (ceph): crimson/onode-staged-tree: decouple Node and Layout classes
* Implement has-a relationship between Node and NodeImpl classes;
* Implement NodeLayoutT for templated Layout implem...
Yingxin Cheng
04:50 AM Revision dde08604 (ceph): crimson/onode-staged-tree: version based p_value invalidation in tree_c...
When the node content is modified, deprecate the out-dated p_value cache
in tree_cursor_t by a node version increment...
Yingxin Cheng
04:50 AM Revision c1d97194 (ceph): crimson/onode-staged-tree: integrate ghobject_t
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 75080e87 (ceph): crimson/onode-staged-tree: cleanup the end tree_cursor_t cstr
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 9deef491 (ceph): crimson/onode-staged-tree: cleanup stage.h
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 01562d75 (ceph): crimson/onode-staged-tree: implement Btree::Cursor::get_ghobj()
Internally, get key_view_t when lookup into the leaf node.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
04:50 AM Revision 1cafeaf8 (ceph): crimson/seastore: rename Cache::get_root()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 2c0d3719 (ceph): crimson/seastore: implement read/write_onode_root()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 31e1120c (ceph): crimson/onode-staged-tree: integrate seastore read/write_node_root()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision dd13c716 (ceph): crimson/onode-staged-tree: fix incorrect string cstr
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision dd8a73e3 (ceph): crimson/onode-staged-tree: misc cleanups in UT
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:50 AM Revision 9b9a9e58 (ceph): crimson/onode-staged-tree: fix errors about misaligned address access
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:36 AM Revision 503b7bd9 (ceph): mds/CDir: make the data length as long as possible for each op
The max_write_size is 10M as default, and every time when the len
of the op data exceed it with a very small size it ...
Xiubo Li
04:33 AM Revision 4d09ebce (ceph): mds/CDir: correct the write_size
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
04:05 AM CephFS Bug #48242 (Resolved): qa: add debug information for client address for kclient
Patrick Donnelly
04:04 AM Revision 5c9fbc79 (ceph): Merge PR #38093 into master
* refs/pull/38093/head:
qa: add debug information for client address for kclient
qa/kernel_mount.py: rename _read_d...
Patrick Donnelly
03:48 AM Dashboard Bug #48406 (Resolved): cephadm/test_dashboard_e2e.sh: error when testing orchestrator/04-osds.e2e...
https://pulpito.ceph.com/teuthology-2020-11-30_07:01:02-rados-master-distro-basic-smithi/5668852/... Kiefer Chang
03:46 AM CephFS Bug #47786 (Resolved): mds: log [ERR] : failed to commit dir 0x100000005f1.1010* object, errno -2
Patrick Donnelly
03:46 AM Revision 63ab00e1 (ceph): Merge PR #38083 into master
* refs/pull/38083/head:
mds: don't access mds->mdsmap without holding mds_lock
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
03:44 AM CephFS Bug #46769: qa: Refactor cephfs creation/removal code.
Actually, here's a test failure where we get:... Patrick Donnelly
03:38 AM CephFS Bug #47294: client: thread hang in Client::_setxattr_maybe_wait_for_osdmap
/ceph/teuthology-archive/pdonnell-2020-11-24_19:01:27-fs-wip-pdonnell-testing-20201123.213848-distro-basic-smithi/565... Patrick Donnelly
03:10 AM Revision 3895e372 (ceph): os/bluestore: Introduce plumbing necessary for garbage collecting zones.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu> Abutalib Aghayev
03:06 AM Revision 3630f431 (ceph): mds: move duplicated inner loop out
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com> Zhi Zhang
03:06 AM Revision 7327613c (ceph): mds: try to replicate hot dir to restarted MDS
Hot dir would be replicated to other active MDSes,
but if replica MDS restarted, auth MDS won't replicate
this dir ag...
Zhi Zhang
02:43 AM Revision b7c09a8f (ceph): osd: remove unused bufferlist
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com> Myoungwon Oh
02:14 AM Revision 0d3e2154 (ceph): qa/config/rados.yaml: Test mon scrub
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit f85001e5d5fb11718ab2fd8b708402cd2db951d4)
Brad Hubbard
02:11 AM Revision ae2a58e0 (ceph): qa/suites/rados/monthrash: Exercise mon scrub error injectors
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit a5bcca7f415790521a76213620ae079318e7bee1...
Brad Hubbard
02:10 AM Revision 92392301 (ceph): qa/config/rados.yaml: Test mon scrub
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit f85001e5d5fb11718ab2fd8b708402cd2db951d4)
Brad Hubbard
01:59 AM Revision effe296b (ceph): Merge pull request #38315 from badone/wip-mon-scrub-testing
Test mon scrub and exercise mon scrub error injectors
Reviewed-by: Neha Ojha <nojha@redhat.com>
Brad Hubbard
01:34 AM Revision 5d251fc5 (ceph): crimson/osd: fix incorrect header
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
01:34 AM Revision 44585adc (ceph): crimson/net: make bind()/try_bind() return errorated future
Also fixed callers to handle the error: abort immediately upon bind
failure and report error. Previously, these calle...
Yingxin Cheng
01:34 AM Revision 4698d3f0 (ceph): crimson/net: avoid using finally
Messenger will only throw unexpected exceptions when there is a bug. In
that case, we should not do any further opera...
Yingxin Cheng
01:34 AM Revision 20024452 (ceph): crimson/test: implement get_server_addr()
So we can distinguish which messenger test is still pending when we have
bind failure.
Signed-off-by: Yingxin Cheng ...
Yingxin Cheng
01:34 AM Revision 659420c6 (ceph): crimson/net: ms_dispatch() use ConnectionRef
The future returned by ms_dispatch() is only for throttling, not for
Connection lifecycle management. And Messenger m...
Yingxin Cheng
01:33 AM Revision ff2c3b59 (ceph): crimson/net: cleanup interfaces to start and stop a messenger
There is no on-going iterations in the new
ChainedDispatchers::ms_dispatch() implementation, so we no longer need
to ...
Yingxin Cheng
12:11 AM Revision a75f80b3 (ceph): mgr: don't update osd stat which is already out
Ceph status still reports slow requests on the OSD which is already out.
When orignal PG monitor handled PGSTATS msg,...
Zhi Zhang
12:02 AM mgr Bug #48269: insights module can generate too much data, fail to put in config-key
It's not clear at all how big this might actually get.... Brad Hubbard

11/30/2020

11:37 PM Revision 9b7f911d (ceph): osd: Check for nosrub/nodeep-scrub in between chunks, to avoid races
Fixes: https://tracker.ceph.com/issues/47767
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
11:31 PM Revision f7ead5e8 (ceph): doc/rados/operations: typo in stretch-mode.rst
Anthony D'Atri
11:15 PM Revision f440f6d2 (ceph): Merge pull request #38127 from tchaikov/wip-crimson-client-request-wait
crimson/osd: do not wait for sent epoch
Reviewed-by: Xuehan Xu <xxhdx1985126@gmail.com>
Reviewed-by: Samuel Just <sj...
Kefu Chai
11:14 PM RADOS Bug #48320 (Resolved): mon/mon-last-epoch-clean.sh fails
Kefu Chai
11:13 PM Revision c722452c (ceph): Merge pull request #38203 from tchaikov/wip-doc-build-releases.yaml
doc/conf: generate releases.json in conf.py and cleanups
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
11:13 PM Revision be36679b (ceph): Merge pull request #38239 from tchaikov/wip-48320
mon/OSDMonitor: drop osd_epoch of manually marked out osd
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
11:12 PM Revision e59c088e (ceph): Merge pull request #38281 from tchaikov/wip-mgr-no-kv-options
mgr: do not migrate conf from config-key store to new-style conf
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Revie...
Kefu Chai
11:11 PM Revision 14039740 (ceph): Merge pull request #38305 from tchaikov/wip-crimson-finally
crimson: fix finally and erroratorize PG::with_*_obc()
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewe...
Kefu Chai
11:10 PM Revision e89cf823 (ceph): os/bluestore: provide a different name for fallback allocator
Originally primary Hybrid allocator provided its own name when creating a
secondary fallback allocator. This resulted...
Igor Fedotov
10:31 PM CephFS Backport #47990: nautilus: qa: "client.4606 isn't responding to mclientcaps(revoke), ino 0x200000...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37840
merged
Yuri Weinstein
10:31 PM Revision a2415466 (ceph): Merge pull request #37840 from smithfarm/wip-47990-nautilus
nautilus: qa/cephfs: add session_timeout option support
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:31 PM CephFS Backport #47988: nautilus: cephfs client and nfs-ganesha have inconsistent reference count after ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37838
merged
Yuri Weinstein
10:31 PM Revision c902f3ea (ceph): Merge pull request #37838 from smithfarm/wip-47988-nautilus
nautilus: cephfs: client: fix inode ll_ref reference count leak
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Review...
Yuri Weinstein
10:30 PM Backport #47953: nautilus: vstart.sh: failed to run with multi active mds, when setting max_mds.
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37836
merged
Yuri Weinstein
10:30 PM Revision 1b2a019f (ceph): Merge pull request #37836 from smithfarm/wip-47953-nautilus
nautilus: vstart.sh: fix fs set max_mds bug
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu C...
Yuri Weinstein
10:29 PM CephFS Backport #47957: nautilus: mon/MDSMonitor: stop all MDS processes in the cluster at the same time...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37822
merged
Yuri Weinstein
10:29 PM Revision 90b5066c (ceph): Merge pull request #37822 from smithfarm/wip-47957-nautilus
nautilus: mon/MDSMonitor do not ignore mds's down:dne request
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:29 PM CephFS Backport #47939: nautilus: mon/MDSMonitor: divide mds identifier and mds real name with dot
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37821
merged
Yuri Weinstein
10:28 PM Revision 04f052dd (ceph): Merge pull request #37821 from smithfarm/wip-47939-nautilus
nautilus: mon/MDSMonitor: divide mds identifier and mds real name with dot
Reviewed-by: Neha Ojha <nojha@redhat.com>...
Yuri Weinstein
10:28 PM CephFS Backport #47935: nautilus: mds FAILED ceph_assert(sessions != 0) in function 'void SessionMap::hi...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37820
merged
Yuri Weinstein
10:27 PM Revision 74d9dc61 (ceph): Merge pull request #37820 from smithfarm/wip-47935-nautilus
nautilus: mds: account for closing sessions in hit_session
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:27 PM CephFS Backport #46611: nautilus: cephfs.pyx: passing empty string is fine but passing None is not to ar...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37725
merged
Yuri Weinstein
10:27 PM Revision b29d14fc (ceph): Merge pull request #37725 from rishabh-d-dave/wip-46611-nautilus
nautilus: pybind/cephfs: add special values for not reading conffile
Reviewed-by: Kefu Chai <kchai@redhat.com>
Revie...
Yuri Weinstein
10:14 PM ceph-volume Bug #48270: libstoragemgmt calls fatally wound Areca RAID controllers on mira
The libstoragemgmt bug has a fix upstream: https://github.com/libstorage/libstoragemgmt/pull/444 Dan Mick
10:11 PM CephFS Bug #48313 (Fix Under Review): client: ceph.dir.entries does not acquire necessary caps
Patrick Donnelly
10:02 PM Revision 71a0c640 (ceph): Merge PR #38248 into master
* refs/pull/38248/head:
doc: Adding missing Ceph Foundation board members
Reviewed-by: Patrick Donnelly <pdonnell@r...
Patrick Donnelly
10:00 PM Revision 0615f517 (ceph): librados: initialize rados_mon_op_client
The timeout was not initialized with the current config value during
RadosClient construction.
Fixes a8a23747aa081d9...
Patrick Donnelly
09:04 PM Revision f041b06a (ceph): cephadm: add tests for invalid HTTP methods
Add tests to confirm that the request handler does not
respond to methods other than GET
Signed-off-by: Paul Cuzner ...
Paul Cuzner
07:58 PM Revision 88e41c6c (ceph): 15.2.7
Jenkins Build Slave User
07:56 PM Revision 8c363d19 (ceph): librados: add RadosClient to conf observers
Commit 306eebe05bec1220b2477a66b6501da222bacdfc added the RadosClient to
the config observer interface but forgot to ...
Patrick Donnelly
07:55 PM RADOS Bug #48030 (Fix Under Review): mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_o...
Patrick Donnelly
07:46 PM RADOS Bug #48030 (In Progress): mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_op_tim...
Patrick Donnelly
06:32 PM RADOS Bug #48030: mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_op_timeout not getti...
Looking at the constructor of RadosClient class, the "add_observer()" call is missing due to which
the config option...
Sridhar Seshasayee
06:51 AM RADOS Bug #48030: mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_op_timeout not getti...
The logs did not show any clues on why the "pg dump" command became hung forever.
The suspicion is that the "rados_m...
Sridhar Seshasayee
07:50 PM Bug #48405 (New): systemd-units ordering cycle since 14.2.12 (ordering units before remote-fs-pre...
With the changes from commits:
* d88c834ea44bd67cfde0bd11ec4ded079b76d11a (master)
* ed34cf29cfe8b42c17cf334455c149...
Stoiko Ivanov
07:33 PM Revision 898ae631 (ceph): librbd/migration: use shared_ptr for streams
This will permit proper IO tracking through the stream layer to
ensure streams cannot be closed prematurely.
Signed-...
Jason Dillaman
07:03 PM CephFS Feature #48404: client: add a ceph.caps vxattr
So (e.g.):... Jeff Layton
06:51 PM CephFS Feature #48404 (Resolved): client: add a ceph.caps vxattr
We recently added a new vxattr to the kernel client, to help support some testing and to generally improve visibility... Jeff Layton
06:34 PM CephFS Bug #48403 (Resolved): mds: fix recall defaults based on feedback from production clusters
They are too low and often cause the MDS to OOM. Patrick Donnelly
06:08 PM Revision 99e6b831 (ceph): rgw: temporarily disable calls to defer_gc() in RGWGetObj
cls_rgw_gc_queue_update_entry() is known to cause data loss when called
on objects that have not actually been schedu...
Casey Bodley
06:08 PM Revision 7a17d21b (ceph): rgw: during GC defer, prevent new GC enqueue
With the new queue-based GC code, when a GC defer operation is
performed, it adds an "urgent" record to prevent GC fr...
J. Eric Ivancich
06:06 PM RADOS Bug #35808 (Rejected): ceph osd ok-to-stop result dosen't match the real situation

Marking rejected because reporter hasn't responded to request.
David Zafman
06:03 PM RADOS Bug #23875 (Resolved): Removal of snapshot with corrupt replica crashes osd

Marking resolved since no issue has been seen since the supposed partial fix was added.
David Zafman
06:00 PM RADOS Bug #27988 (Rejected): Warn if queue of scrubs ready to run exceeds some threshold

This was already handled in a different but reasonable way by https://github.com/ceph/ceph/pull/15643 and refined b...
David Zafman
05:43 PM RADOS Bug #46264 (Resolved): mon: check for mismatched daemon versions
David Zafman
05:40 PM RADOS Backport #48227: nautilus: Log "ceph health detail" periodically in cluster log
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/38118
merged
Yuri Weinstein
05:40 PM Revision ed568068 (ceph): Merge pull request #38118 from neha-ojha/wip-48227-nautilus
nautilus: mon: Log "ceph health detail" periodically in cluster log
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
04:41 PM Dashboard Tasks #47066 (In Progress): mgr/restful: Deprecate the "restful" module in favor of the Ceph Dash...
Ernesto Puerta
04:40 PM Dashboard Tasks #47067 (In Progress): mgr/restful: communicate the deprecation of the restful module in fav...
Communicated via ceph-users and dev mail lists. Pending to receive feedback. Ernesto Puerta
04:30 PM Revision c71791a1 (ceph): Merge pull request #38302 from ceph/wip-mimic-doc
mimic: doc: enable Read the Docs
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
04:14 PM mgr Bug #48354: Logic error in default prom alert 'pool filling up'
Volker Theile wrote:
> Hi Daniël, do you want to see your fix in Octopus, too? If yes, we need to set the backport f...
Daniël Vos
01:50 PM mgr Bug #48354: Logic error in default prom alert 'pool filling up'
Hi Daniël, do you want to see your fix in Octopus, too? If yes, we need to set the backport field here. Volker Theile
01:48 PM mgr Bug #48354 (Fix Under Review): Logic error in default prom alert 'pool filling up'
Volker Theile
03:59 PM CephFS Fix #47931 (Fix Under Review): Directory quota optimization
Patrick Donnelly
03:51 PM Revision d713b2c3 (ceph): Merge pull request #38313 from wjwithagen/wjw-fix-src-HttpClient.h
librbd: fix Clang warnings
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.co...
Jason Dillaman
03:28 PM rgw Feature #48402 (Fix Under Review): multisite option to enable keepalive
We have a multisite setup with firewalls between the two sites. The firewalls silently drop all connections that are... Dieter Roels
03:15 PM RADOS Bug #48385 (Fix Under Review): nautilus: statfs: a cluster with any up but out osd will report by...
Igor Fedotov
02:52 PM RADOS Bug #48385 (In Progress): nautilus: statfs: a cluster with any up but out osd will report bytes_u...
I can reproduce the issue at vstart cluster with both latest Nautilus and Octopus. But not for master.
Looks like th...
Igor Fedotov
03:14 PM mgr Backport #48401 (In Progress): octopus: mgr: don't update osd stat which is already out
https://github.com/ceph/ceph/pull/38353 Igor Fedotov
03:00 PM mgr Backport #48401 (Resolved): octopus: mgr: don't update osd stat which is already out
https://github.com/ceph/ceph/pull/38353 Igor Fedotov
03:13 PM mgr Backport #48400 (In Progress): nautilus: mgr: don't update osd stat which is already out
https://github.com/ceph/ceph/pull/38354 Igor Fedotov
03:00 PM mgr Backport #48400 (Resolved): nautilus: mgr: don't update osd stat which is already out
https://github.com/ceph/ceph/pull/38354 Igor Fedotov
03:07 PM Revision 49f2ca22 (ceph): mgr: don't update osd stat which is already out
Ceph status still reports slow requests on the OSD which is already out.
When orignal PG monitor handled PGSTATS msg,...
Zhi Zhang
02:53 PM mgr Bug #46440 (Pending Backport): mgr: don't update osd stat which is already out
Igor Fedotov
02:18 PM CephFS Backport #48370 (In Progress): octopus: mds: dir->mark_new should together with dir->mark_dirty
Nathan Cutler
02:13 PM rgw Bug #46128 (Fix Under Review): notification: cannot delete a notification from a deleted bucket
Yuval Lifshitz
01:59 PM bluestore Bug #40434: ceph-bluestore-tool:bluefs-bdev-migrate might result in broken OSD
This is old, But I'm experiencing this today on the newest 15.2.6. Hopes this can be fixed.
I'm trying to remove t...
玮文 胡
01:11 PM ceph-volume Bug #47758: fail to create OSDs because the requested extent is too large
@Jan, have you seen?:
https://github.com/ceph/ceph/pull/38335
We have verified that this change fixes the issue.
Juan Miguel Olmo Martínez
01:08 PM ceph-volume Bug #47758: fail to create OSDs because the requested extent is too large
Jan Fajerski wrote:
> @Juan was this seen in a CI setup or just a rook cluster?
>
> I'll look into adjusting the ...
Juan Miguel Olmo Martínez
12:10 PM ceph-volume Bug #47758 (In Progress): fail to create OSDs because the requested extent is too large
@Juan was this seen in a CI setup or just a rook cluster?
I'll look into adjusting the size calculation by a poten...
Jan Fajerski
12:03 PM ceph-volume Bug #47758 (Duplicate): fail to create OSDs because the requested extent is too large
Jan Fajerski
01:04 PM CephFS Backport #48196 (Need More Info): octopus: mgr/volumes: allow/deny r/rw access of auth IDs to sub...
conflict Nathan Cutler
12:34 PM CephFS Backport #48129 (In Progress): octopus: some clients may return failure in the scenario where mul...
Nathan Cutler
12:34 PM Revision 21467347 (ceph): cephfs: release client dentry_lease before send caps release to mds
Fixes: https://tracker.ceph.com/issues/47854
Signed-off-by: Wei Qiaomiao <wei.qiaomiao@zte.com.cn>
(cherry picked fr...
wei qiaomiao
12:32 PM mgr Backport #48266 (In Progress): octopus: mgr becomes unresponsive when the progress bar is shown
Nathan Cutler
12:24 PM RADOS Backport #48378 (In Progress): octopus: invalid values of crush-failure-domain should not be allo...
Nathan Cutler
12:24 PM Revision 5c1ce1c5 (ceph): mon: validate crush-failure-domain
While creating erasure-coded profile make sure
that user is specifying valid crush-failure-domain.
Fixes: https://tr...
Prashant D
12:22 PM RADOS Backport #48228 (In Progress): octopus: Log "ceph health detail" periodically in cluster log
Nathan Cutler
12:22 PM Revision 9afeda52 (ceph): mon: Log "ceph health detail" periodically in cluster log
change mon_health_to_clog_interval from 1_hr -> 10_min to
log health summary or detail more frequently.
Fixes: https...
Prashant D
12:21 PM Revision 9c241e94 (ceph): mgr/orchestrator: Remove 'CONTAINER ID' col from orch ps if unknown
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
12:14 PM rbd Backport #48341 (In Progress): octopus: [rbd_support] Attempting to background remove in-use imag...
Nathan Cutler
12:14 PM Revision 4d0c9bc1 (ceph): pybind/mgr/rbd_support: add linear backoff to retried tasks
When a task fails but will be retried, linearly increase the
delay for the next retry up to a maximum of 5 minutes.
...
Jason Dillaman
12:14 PM Revision a75b7f03 (ceph): pybind/mgr/rbd_support: include retryable error message in task
If a retryable error occurs, include the reason message in the
task JSON structure that is exposed via the "rbd task ...
Jason Dillaman
12:14 PM Revision 9901ad2f (ceph): pybind/mgr/rbd_support: delay creation of progress event
Create the progress module event upon receipt of the first
progress callback from the librbd API. This will help to e...
Jason Dillaman
12:13 PM rbd Backport #48225 (In Progress): octopus: [librbd] removing pool config overrides does not cause co...
Nathan Cutler
12:13 PM Revision 5f930021 (ceph): librbd: update hidden global config when removing pool config override
The remove notification was missed and therefore in-use images will not
properly remove pool config overrides.
Fixes...
Jason Dillaman
12:12 PM rbd Backport #48091 (Need More Info): octopus: scale up rbd mirror snapshot scheduler
non-trivial feature backport Nathan Cutler
12:03 PM ceph-volume Bug #48383 (Duplicate): OSD creation fails because volume group has insufficient free space to pl...
Jan Fajerski
11:56 AM rbd Backport #48086 (In Progress): octopus: rbd mirror snapshot and trash purge schedulers store glob...
Nathan Cutler
11:56 AM Revision bc4608f6 (ceph): mgr/rbd_support: store global schedule without localized prefix
so it is still used after mgr failover
Fixes: https://tracker.ceph.com/issues/48020
Signed-off-by: Mykola Golub <mgo...
Mykola Golub
11:56 AM Revision 3c9f74f1 (ceph): mgr/rbd_support: backward compatibility when loading global schedule
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit 8e9e2a73f5b8abd743933e59a3b986598765a681)
Mykola Golub
11:55 AM rbd Backport #48085 (In Progress): octopus: [test] "rbd mirror pool peer remove" not using admin caps
Nathan Cutler
11:55 AM Revision d734b87e (ceph): qa/workunits/rbd: fix permission issue when removing mirror peer
Fixes: https://tracker.ceph.com/issues/48032
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from ...
Jason Dillaman
11:54 AM rbd Backport #48084 (In Progress): octopus: rbd-nbd: the asokpath and log file are using the parent p...
Nathan Cutler
11:54 AM Revision bc228daa (ceph): rbd-nbd: reexpand the conf meta in child process
Fixed: https://tracker.ceph.com/issues/48046
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit f...
Xiubo Li
11:51 AM rgw Backport #48345 (In Progress): octopus: rgw: unnecessary payload is added at the end of the message
Nathan Cutler
11:50 AM Revision e2b4cfe1 (ceph): rgw: fix invalid payload issue when serving s3website error page
Fixes: https://tracker.ceph.com/issues/48064
Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com>
(cherry picked from ...
Ilsoo Byun
11:40 AM rgw Backport #48127 (In Progress): octopus: Unnecessary bilogs are left in sync-disabled buckets
Nathan Cutler
11:40 AM Revision 1155b94e (ceph): rgw: keep syncstopped flag when copying bucket shard headers
Fixes: https://tracker.ceph.com/issues/48037
Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com>
(cherry picked from ...
Ilsoo Byun
11:32 AM mgr Backport #48399 (In Progress): octopus: a few scrubs or remapped PGs blocks the upmap balancer
Konstantin Shalygin
11:31 AM mgr Backport #48399 (Resolved): octopus: a few scrubs or remapped PGs blocks the upmap balancer
https://github.com/ceph/ceph/pull/38337 Konstantin Shalygin
11:32 AM Revision ef40cad4 (ceph): mgr/balancer: fix available pgs sent to calc_pg_upmaps
Fix the calculation of how many PGs are available to be balanced
each iteration.
Fixes: https://tracker.ceph.com/iss...
Dan van der Ster
11:21 AM Dashboard Backport #48398 (In Progress): octopus: mgr/dashboard: display placement column in service table
Volker Theile
11:16 AM Dashboard Backport #48398 (Resolved): octopus: mgr/dashboard: display placement column in service table
https://github.com/ceph/ceph/pull/38336 Volker Theile
11:16 AM Dashboard Cleanup #48253 (Resolved): mgr/dashboard: Change the text 'Login' to 'Log in'
Ernesto Puerta
11:15 AM Revision 7cbb478e (ceph): Merge pull request #38113 from rhcs-dashboard/login-name-cleanup
mgr/dashboard: Change the text 'Login' to 'Log in'
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Al...
Ernesto Puerta
10:37 AM Revision 91fd3892 (ceph): mgr/prometheus: use threading.Event instead of sleep
This allows us to avoid waiting for the sleep to finish when waiting for
the thread to finish.
Signed-off-by: Boris ...
Boris Ranto
10:37 AM Revision f0a80514 (ceph): mgr/prometheus: Log collection issues
Log any issues encountered during the data collection and continue to
collect the data anyway (after a sleep).
Signe...
Boris Ranto
10:37 AM Revision b18349c3 (ceph): mgr/prometheus: Use mgr.release_name for always on modules
The host_version is not populated properly in the early stages of ceph
mgr start up process. We can use mgr.release_n...
Boris Ranto
10:33 AM Dashboard Feature #44404 (Pending Backport): mgr/dashboard: display placement column in service table
Ernesto Puerta
10:33 AM Revision 6911e753 (ceph): Merge pull request #38209 from votdev/issue_44404_placement_column
mgr/dashboard: display placement column in service table
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by...
Ernesto Puerta
10:31 AM Dashboard Cleanup #48016 (Resolved): mgr/dashboard: correct the order of the action- and cancel-buttons
Ernesto Puerta
10:28 AM Revision 9b718e17 (ceph): mgr/prometheus: Clean up collection thread
We need to clean up the metrics collection thread.
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked fro...
Boris Ranto
10:28 AM Dashboard Bug #48245 (Pending Backport): mgr/dashboard: SMART data routine raises an exception
Ernesto Puerta
10:26 AM Revision 4a4d4e75 (ceph): Merge pull request #38163 from bk201/wip-48245
mgr/dashboard: fix exception in get_smart_data_by_daemon
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by:...
Ernesto Puerta
10:24 AM Revision 563b6a05 (ceph): Merge pull request #38330 from tchaikov/wip-librados-no-reuse
include/rados/librados.h: note that {read,write}_op cannot be reused
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
10:22 AM Revision 264a61ef (ceph): Merge pull request #37994 from s0nea/wip-dashboard-button-panel
mgr/dashboard: refactor the order of buttons shown in forms
Reviewed-by: Courtney Caldwell <ccaldwel@redhat.com>
Rev...
Ernesto Puerta
09:18 AM Dashboard Bug #45528: mgr/dashboard:ceph-api-nautilus-backend AssertionError "test_standby_disable_redirect...
Still seeing this, https://jenkins.ceph.com/job/ceph-api/7700/ Brad Hubbard
09:14 AM Dashboard Backport #48395 (In Progress): nautilus: mgr/dashboard: Disable TLS 1.0 and 1.1
Volker Theile
08:52 AM Dashboard Backport #48395 (Resolved): nautilus: mgr/dashboard: Disable TLS 1.0 and 1.1
https://github.com/ceph/ceph/pull/38332 Volker Theile
08:57 AM Dashboard Backport #48396 (In Progress): octopus: mgr/dashboard: Disable TLS 1.0 and 1.1
Volker Theile
08:52 AM Dashboard Backport #48396 (Resolved): octopus: mgr/dashboard: Disable TLS 1.0 and 1.1
https://github.com/ceph/ceph/pull/38331 Volker Theile
08:53 AM rbd Support #48397 (New): rbd backup/restore with Veritas NetBackup
Hi guys,
I'm testing rbd backup with Veritas NetBackup,here is the steps blow:
1.Create rbd in ceph
[root @node1] ...
daju wong
07:02 AM Revision 4bcf2370 (ceph): include/rados/librados.h: note that {read,write}_op cannot be reused
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
06:36 AM CephFS Feature #48394 (In Progress): mds: defer storing the OpenFileTable journal
Xiubo Li
06:36 AM CephFS Feature #48394 (Fix Under Review): mds: defer storing the OpenFileTable journal
When flushing the OpenFileTable journal to osd disk may take a bit
longer, if we hold the mds_lock or other locks, i...
Xiubo Li
06:30 AM Revision fef0e12b (ceph): doc/dev/cephadm: document the cephadm exporter design
Development document defining the goals, requirements,
design and implementation details for the exporter mode
of the...
Paul Cuzner
06:11 AM Bug #48393 (New): There are security issues with the low jquery version:jQuery JavaScript Library...

The jquery version used in QA is 1.8.3 and has a vulnerability of 0x01.
Is the community planning to upgrade to ...
伟 宋
03:58 AM Revision 67c87a35 (ceph): crimson/net: link the throttling future in both v1 and v2
The current implementations are correct and will not link the
throttleing future with unrelated futures.
Signed-off-...
Yingxin Cheng
03:58 AM Revision 060bcec9 (ceph): crimson/net: make Dispatcher::ms_dispatch() a pure virtual interface
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
03:01 AM Revision be94c9b5 (ceph): client: cleanup the handle_mds_map() code
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
02:23 AM rbd Feature #48257 (New): rbd-nbd: improve the rbdmap tool to support the nbd
Xiubo Li

11/29/2020

11:48 PM bluestore Bug #48036: bluefs corrupted in a OSD
Thank you for your input!
> I'll continue to investigate this issue with other Rook developers.
I found there i...
Satoru Takeuchi
11:06 PM Revision d7a8d7b5 (ceph): cephadm: add unit tests for cephadm-exporter mode
Added unit tests to the test_cephadm module to cover
key functionality in the exporter. In addition, since the
tests ...
Paul Cuzner
04:24 PM Revision 1bfdd2c1 (ceph): Merge pull request #37503 from TRYTOBE8TME/wip-rgw-sts-web-identity
Wip rgw sts web identity Ali Maredia
04:03 PM rgw Bug #48369: notification: get/delete of specific notification does not work
this is working and tested: https://github.com/ceph/ceph/blob/master/src/test/rgw/rgw_multi/tests_ps.py#L953
faili...
Yuval Lifshitz
03:01 PM RADOS Feature #48392 (New): ceph ignores --keyring?
I'm trying to set up a new OSD. I'm having some issues with the rollback not performing properly.
When "ceph-volume ...
Arkadiy K
12:46 PM Revision eaf1b236 (ceph): os/bluestore: Refactor pin() to get more control over its logic
Got rid of OnodeCacheShard pin() and unpin() functions.
Moved their validator logic right into Onode put and get func...
Adam Kupczyk
10:25 AM rbd Bug #48391: CEPH-ISCSI fails when restarting rbd-target-api and won't work anymore with mgr erro...
Another logs:
In installation step I have this error:
```
Setting up python3-itsdangerous (1.1.0-1) ...
Setting...
Hamidreza Hosseini
06:12 AM rbd Bug #48391 (Resolved): CEPH-ISCSI fails when restarting rbd-target-api and won't work anymore wi...
I have an issue on ceph-iscsi ( ubuntu 20 LTS and Ceph 15.2.6) after I restart rbd-target-api, it fails and not st... Hamidreza Hosseini
10:25 AM rbd Bug #48390: CEPH-ISCSI fails when restarting rbd-target-api and won't work anymore with mgr erro...
logs in another location:
In installation step I have this error:
```
Setting up python3-itsdangerous (1.1.0-1) ...
Hamidreza Hosseini
06:12 AM rbd Bug #48390 (New): CEPH-ISCSI fails when restarting rbd-target-api and won't work anymore with mg...
I have an issue on ceph-iscsi ( ubuntu 20 LTS and Ceph 15.2.6) after I restart rbd-target-api, it fails and not st... Hamidreza Hosseini
09:05 AM Revision b0e2964a (ceph): os/bluestore: Only pass that decremented nref to 0 deletes object
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com> Adam Kupczyk

11/28/2020

11:22 PM Revision 64db3a9a (ceph): qa: STS Web Identity task files
This commit comprises of 3 things:
1) Keycloak task (to bring up keycloak in teuthology inorder to execute Assume_Rol...
Kalpesh Pandya
02:57 PM Revision f22cb92d (ceph): nasm-wrapper: Make nasm-wrapper OS independent
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
08:15 AM Revision fd3c0f90 (ceph): Merge pull request #38277 from b-ranto/wip-prom-fixes
mgr/prometheus: Make module more stable
Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewed-by: Sebastian Wagner <s...
Kefu Chai
08:14 AM Dashboard Feature #48360 (Pending Backport): mgr/dashboard: Disable TLS 1.0 and 1.1
Kefu Chai
08:14 AM Revision 8cdc8c73 (ceph): Merge pull request #38286 from votdev/issue_48360_disable_tlsv1
mgr/dashboard: Disable TLS 1.0 and 1.1
Reviewed-by: Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: T...
Kefu Chai
03:50 AM Bug #48381: Memory leak ceph-mon in ConfigMonitor::load_config
After 26 days... Aleksey Ivanov
01:26 AM Revision d04928cf (ceph): Merge pull request #38321 from rhcs-dashboard/add-dashboard-master
mailmap: add dashboard contributors
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:00 AM bluestore Bug #48389: _do_read bdev-read failed
Seena Fallah wrote:
> You are right. It seems the disk has read error by itself and this occurs 3 times today and I'...
Igor Fedotov

11/27/2020

11:51 PM bluestore Bug #48389: _do_read bdev-read failed
You are right. It seems the disk has read error by itself and this occurs 3 times today and I'm wondering why Ceph do... Seena Fallah
11:29 PM bluestore Bug #48389: _do_read bdev-read failed
Thanks for sharing!
Unfortunately too low debug level for bdev hence not much useful info.
Wondering if you're ab...
Igor Fedotov
10:58 PM bluestore Bug #48389: _do_read bdev-read failed
Thanks for your review. Here you go. Seena Fallah
09:47 PM bluestore Bug #48389: _do_read bdev-read failed
I think this is another form of https://tracker.ceph.com/issues/48276
And the root cause is presumably pretty the sa...
Igor Fedotov
05:29 PM bluestore Bug #48389 (Rejected): _do_read bdev-read failed
I think it happens because of deep scrubbing as I see the one here https://tracker.ceph.com/issues/36455#note-11
<...
Seena Fallah
11:17 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
It would be good to have a confirmation which Version fixes this regression. It must have been introduced after 14.2.9. Bastian Mäuser
04:04 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Seena Fallah wrote:
> Igor Fedotov wrote:
> > Seena Fallah wrote:
> > > Did QA and QE run on bitmap allocator too ...
Igor Fedotov
03:38 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Igor Fedotov wrote:
> Seena Fallah wrote:
> > Did QA and QE run on bitmap allocator too in nautilus 14.2.14?
>
>...
Seena Fallah
03:34 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Seena Fallah wrote:
> Did QA and QE run on bitmap allocator too in nautilus 14.2.14?
Sorry I'm not getting the qu...
Igor Fedotov
03:02 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Did QA and QE run on bitmap allocator too in nautilus 14.2.14? Seena Fallah
02:06 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Seena Fallah wrote:
> Just to prioritize this issue another OSD from my SSD tier fails :(
Mind switching to bitma...
Igor Fedotov
01:07 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Just to prioritize this issue another OSD from my SSD tier fails :( Seena Fallah
10:22 PM rgw Bug #47910: radosgw crash on objecter operations
I completed a first pass of the backport,
and should look at build/test next week.
Mauricio Oliveira
04:42 PM rgw Bug #47910: radosgw crash on objecter operations
Casey, thanks for the pointers!
Not sure how I missed that one.
So, the stack size was increased from 128k to 512...
Mauricio Oliveira
04:32 PM rgw Bug #47910: radosgw crash on objecter operations
this was fixed for octopus as part of https://tracker.ceph.com/issues/43739
it looks like the nautilus backport ht...
Casey Bodley
02:16 PM rgw Bug #47910: radosgw crash on objecter operations
Hi Rafal,
Thanks for testing!
So, the issue indeed does seem to be stack corruption/overflow.
Unfortunately ...
Mauricio Oliveira
01:24 PM rgw Bug #47910: radosgw crash on objecter operations
Or, Mauricio,
I tested radosgw with increased coroutine stack sized to 1M. Everything is working fine.
I think, w...
Rafal Wadolowski
09:38 PM Revision af6c6ace (ceph): Merge PR #38221 into master
* refs/pull/38221/head:
.github: add mon and mgr labelers
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Er...
Patrick Donnelly
07:01 PM Revision 1cdc6139 (ceph): mailmap: add dashboard contributors
Signed-off-by: Ernesto Puerta <epuertat@redhat.com> Ernesto Puerta
06:13 PM RADOS Bug #48033: mon: after unrelated crash: handle_auth_request failed to assign global_id; probing, ...
It seems that this can be closed: there is something deeply cursed on one of the machines in that cluster and seeming... Peter Gervai
04:52 PM Dashboard Feature #48388 (In Progress): mgr,mgr/dashboard: implement multi-layered caching
h3. Summary
In order to reduce the chances of mgr modules and, specifically, dashboard to compromise the Ceph clus...
Ernesto Puerta
04:44 PM mgr Bug #46644: "[ERR] Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)" in upgrade:...
seems not only limited to upgrade tests:
http://qa-proxy.ceph.com/teuthology/yuriw-2020-11-10_16:01:13-rados-wip-yur...
Deepika Upadhyay
04:31 PM Revision f0cb9364 (ceph): test,tool: include <filesystem> if available
and use "<experimental/filesystem>" as a fallback.
since GCC-9 has included <filesystem> already.
Signed-off-by: Ke...
Kefu Chai
04:29 PM rgw Bug #47866: Object not found on healthy cluster
Janek Bevendorff wrote:
> Is there a roadmap when the fix will be available? Luckily, we haven't lost any more objec...
J. Eric Ivancich
04:12 PM Orchestrator Bug #48312 (Resolved): compilation fails if earlier version of lua is present
Deepika Upadhyay
01:33 PM Revision c5be7e5a (ceph): mgr/dashboard: Change the text 'Login' to 'Log in'
Fixes: https://tracker.ceph.com/issues/48253
Signed-off-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A
12:15 PM Dashboard Cleanup #48384: mgr/dashboard: remove GRAFANA_API_URL and validation through back-end
Patrick Seidensal wrote:
> The two points you've listed are valid and describe what the options are additionally use...
Ernesto Puerta
11:59 AM Dashboard Cleanup #48384: mgr/dashboard: remove GRAFANA_API_URL and validation through back-end
The two points you've listed are valid and describe what the options are additionally used for, but its main purpose ... Patrick Seidensal
10:58 AM Revision f0ee6284 (ceph): mgr/cephadm: OSD service: reduce log noise
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:25 AM Revision a38b8365 (ceph): qa/suites/fs: enable thrashing in multifs environment
Fixes: https://tracker.ceph.com/issues/15134
Co-authored-by: Patrick Donnelly <pdonnell@redhat.com>
Signed-off-by: Ra...
Ramana Raja
10:10 AM Revision 9ab1b5cb (ceph): Merge pull request #38304 from sebastian-philipp/cephadm-inventory-cach...
mgr/cephadm: add docstring describing the HostCache
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Sebastian Wagner
09:39 AM RADOS Bug #42341: OSD PGs are not being purged
Has long been resolved, dont even remember the details anymore. Anonymous
08:56 AM Revision e6b85ee2 (ceph): mgr/rook: Remove container_id in 'orch ps'
As container id is not useful.
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
08:52 AM Revision f84d5df5 (ceph): mgr/rook: Fix image id in 'orch ps'
Fixes: https://tracker.ceph.com/issues/47513
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
08:48 AM Revision 4daad2af (ceph): mgr/rook: Fix rook_cluster label value
rook_cluster label value is cluster namespace instead of cluster name.
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
06:47 AM Revision 59292007 (ceph): Merge pull request #38078 from zdover23/wip-doc-docs-style-guide-prompt...
doc/start: update prompts in documenting-ceph.rst
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:35 AM Revision 139a6e36 (ceph): Merge pull request #38303 from aclamk/wip-bs-types-test-leak
os/bluestore: Fixed memory leak in test
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
06:30 AM Bug #48240 (Resolved): ceph: reexpand the config meta just after the fork() is done
Kefu Chai
06:30 AM Revision cdc9b521 (ceph): Merge pull request #38058 from lxbsz/rbd_expand11
global: reexpand the config meta just after the fork() is done
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Kefu Chai
06:23 AM Revision 12c2cad5 (ceph): Merge pull request #38240 from ifed01/wip-ifed-is-valid-io-log
blk: log is_valid_io() parameters when unsuccessful.
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Kefu Chai
06:22 AM Revision 86931cf5 (ceph): Merge pull request #38262 from tchaikov/wip-librbd-gcc-10
neorados: use lambda instead of std::mem_fn()
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-by: Jason ...
Kefu Chai
06:21 AM Revision bc4a8a55 (ceph): Merge pull request #38278 from votdev/fix_cephadm_typo
pybind/mgr/cephadm: Fix various typos
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Kefu Chai
06:19 AM Revision f792e903 (ceph): Merge pull request #38211 from ricardoasmarques/sort-host-device-ls
mgr/orchestrator: Sort 'ceph orch device ls' by host
Reviewed-by: Thomas Bechtold <tbechtold@suse.com>
Reviewed-by: ...
Kefu Chai
06:18 AM Revision d7f1674b (ceph): Merge pull request #38138 from batrick/centos-8.2
qa: update centos release to 8.2
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Kefu Chai
06:17 AM Revision 24066ea5 (ceph): Merge pull request #38224 from Rethan/fix_pg_dump_json
mgr: fix "ceph pg dump_json/dump_pools_json" format error
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:16 AM mgr Bug #48309 (Pending Backport): a few scrubs or remapped PGs blocks the upmap balancer
Kefu Chai
06:15 AM Revision a1cbe293 (ceph): Merge pull request #38206 from dvanders/dvanders_upmap
mgr/balancer: fix available pgs sent to calc_pg_upmaps
Reviewed-by: David Zafman <dzafman@redhat.com>
Kefu Chai
06:13 AM Revision 4e12969c (ceph): Merge pull request #38264 from tchaikov/wip-mgr-prometheus-cleanups
pybind/mgr/prometheus: cleanups
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Kefu Chai
06:00 AM Revision 09f1e7ff (ceph): Merge pull request #38241 from Rethan/update_url_from_master_to_lastest
doc/dev: use http://docs.ceph.com/en/latest/ instead of /docs/master/ for docs
Reviewed-by: Laura Paduano <lpaduano@...
Kefu Chai
05:54 AM Revision 7a1b587f (ceph): Merge pull request #38306 from wjwithagen/wjw-fix-uring-functype
blk: fix parameters for non native uring
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:13 AM Revision 743305ce (ceph): crimson/net: return tuple<bool, future<>> from ms_dispatch()
Return a boolean to notify whether the Dispatcher has claimed the
message. And fix all the ms_dispatch() to return fu...
Yingxin Cheng
05:13 AM Revision f4b40cdd (ceph): crimson/net: isolate exceptions from dispatcher implementations
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
04:26 AM RADOS Bug #48386 (Fix Under Review): Paxos::restart() and Paxos::shutdown() can race leading to use-aft...
Brad Hubbard
12:15 AM RADOS Bug #48386 (Resolved): Paxos::restart() and Paxos::shutdown() can race leading to use-after-free ...
... Brad Hubbard
04:02 AM Dashboard Bug #48387 (Need More Info): mgr-dashboard-frontend-unittests (Failed) - npm ERR! Failed at the c...
... Brad Hubbard
03:17 AM Revision 3b1861ac (ceph): Merge pull request #38294 from badone/wip-octopus-dont-run-tests-if-bui...
octopus: run-make-check.sh: Don't run tests if build fails
Reviewed-by: Kefu Chai <kchai@redhat.com>
Brad Hubbard
03:17 AM Revision 24151eb9 (ceph): Merge pull request #38295 from badone/wip-nautilus-dont-run-tests-if-bu...
nautilus: run-make-check.sh: Don't run tests if build fails
Reviewed-by: Kefu Chai <kchai@redhat.com>
Brad Hubbard
03:16 AM Revision bc140cf5 (ceph): crimson: add a missing header to admin_socket.cc
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 AM Revision a5bcca7f (ceph): qa/suites/rados/monthrash: Exercise mon scrub error injectors
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
02:58 AM Revision f85001e5 (ceph): qa/config/rados.yaml: Test mon scrub
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
01:35 AM Revision b51a9471 (ceph): run-make-check.sh: Make sure a build failure will exit
We 'set -e' but that is ignored because 'build tests' is executed in a
'&&' list (see 'man set') so move the echo to ...
Brad Hubbard
01:33 AM Revision 662c1cbb (ceph): run-make-check.sh: Don't run tests if build fails
When run-make was taken out we lost the 'set -e' call and therefore
continue after an error.
Signed-off-by: Brad Hub...
Brad Hubbard
01:30 AM Revision c605d25a (ceph): run-make-check.sh: Make sure a build failure will exit
We 'set -e' but that is ignored because 'build tests' is executed in a
'&&' list (see 'man set') so move the echo to ...
Brad Hubbard
01:28 AM Revision 51ede559 (ceph): run-make-check.sh: Don't run tests if build fails
When run-make was taken out we lost the 'set -e' call and therefore
continue after an error.
Signed-off-by: Brad Hub...
Brad Hubbard
12:17 AM Revision e4e49954 (ceph): librbd: remove unwanted std::move
Clang argues:
```
/home/jenkins/workspace/ceph-master-compile/src/librbd/migration/HttpClient.cc:463:16: warning: mov...
Willem Jan Withagen
12:15 AM Revision 461ff5a3 (ceph): librbd: remove double declaration
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen

11/26/2020

07:52 PM RADOS Bug #48385: nautilus: statfs: a cluster with any up but out osd will report bytes_used == stored
My best guess is it's related to this in PGMap.h:... Dan van der Ster
07:18 PM RADOS Bug #48385 (Resolved): nautilus: statfs: a cluster with any up but out osd will report bytes_used...
The pool df stats are supposed to preset user bytes as "stored" and raw used as "bytes_used".
But if any osd is up...
Dan van der Ster
07:31 PM bluestore Backport #47669 (In Progress): nautilus: Some structs aren't bound to mempools properly
https://github.com/ceph/ceph/pull/38310 Igor Fedotov
07:19 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Igor Fedotov wrote:
> Seena Fallah wrote:
> > I faced this issue again in nautilus 14.2.14 and there is a log about...
Seena Fallah
06:40 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Seena Fallah wrote:
> I faced this issue again in nautilus 14.2.14 and there is a log about the HybridAllocator
> [...
Igor Fedotov
03:01 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
I faced this issue again in nautilus 14.2.14 and there is a log about the HybridAllocator... Seena Fallah
07:15 PM Revision 557acb9b (ceph): os/bluestore: bind attrs to bluestore_cache_meta mempool.
This seems to be a better choice over bluestore_cache_data
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry p...
Igor Fedotov
07:14 PM Revision 7b44d545 (ceph): os/bluestore: add missing structs to bluestore_cache_other mempool
Fixes: https://tracker.ceph.com/issues/47551
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from comm...
Igor Fedotov
07:02 PM Revision eda67537 (ceph): os/Bluefs: fix file reader/writer buffer mempool
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
(cherry picked from commit 6a50c85067c03884473922318267769a9e77...
Deepika Upadhyay
07:01 PM Revision 00851745 (ceph): bluestore: _get_used_bytes should reflect new mempool fields
with bluestore_cache_other split further, the _get_used_bytes should
take into account the new mempool splits as well...
Deepika Upadhyay
07:01 PM Revision 0a3b8886 (ceph): common/mempool: More detailed bluestore stats
Splits bluestore bluestore_cache_other, exposes accounting of some internals.
Signed-off-by: Adam Kupczyk <akupczyk@...
Adam Kupczyk
07:00 PM Revision e6d9985b (ceph): Introduce separate mempool for FileReaderBuffer and FileWriter
FileReaderBuffer and FileWriter uses Bufferlists which needs to be
tracked by mempool to get the proper memory usage....
Deepika Upadhyay
06:59 PM Dashboard Cleanup #48384 (New): mgr/dashboard: remove GRAFANA_API_URL and validation through back-end
There's this option @GRAFANA_API_URL@ which is used for:
* Pushing Grafana dashboards to Grafana. This is legacy/non...
Ernesto Puerta
06:58 PM Revision c44c4a51 (ceph): split mempool allocation for bluestore_cache_other
While doing root cause analysis it bluestore_cache_other gives a bit of
a crude estimate, something more helpful woul...
Deepika Upadhyay
06:32 PM bluestore Bug #48036: bluefs corrupted in a OSD
To troubleshoot 2) one might try the following:
- Create two containers that access a single shared folder from a ho...
Igor Fedotov
06:24 AM bluestore Bug #48036: bluefs corrupted in a OSD
> You can double check the above by trying to run multiple OSD-0 instance in parallel manually. Highly likely they wi... Satoru Takeuchi
05:08 PM ceph-volume Bug #48383 (Duplicate): OSD creation fails because volume group has insufficient free space to pl...
Error when trying to create an OSD using Ceph orchestrator. After several test we were able to discover that the prob... Juan Miguel Olmo Martínez
02:40 PM Revision 5cf222b6 (ceph): mgr/dashboard: Disable TLS 1.0 and 1.1
Disable these TLS versions because of security issues.
Fixes: https://tracker.ceph.com/issues/48360
Signed-off-by: ...
Volker Theile
02:07 PM Dashboard Bug #48359 (Resolved): nautilus: mgr/dashboard: ceph-api-nightly-nautilus-e2e failing
After merging PR
https://github.com/ceph/ceph/pull/38296
the last run was successful.
Alfonso Martínez
01:34 PM Revision db2767cc (ceph): Merge pull request #38297 from badone/wip-make-sure--e-actually-works
run-make-check.sh: Make sure a build failure will exit
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:17 PM Dashboard Bug #48356 (Resolved): nautilus: mgr/dashboard: ceph-api-nightly-nautilus-backend - Command faile...
After merging PR
https://github.com/ceph/ceph/pull/38296
the last run was successful.
Alfonso Martínez
01:04 PM Revision ac9dfa3f (ceph): blk: fix parameters for non native uring
The parameterlist used when uring is availble needs
to be equal to the case where no uring is available.
fixes: http...
Willem Jan Withagen
12:53 PM Dashboard Bug #48295 (Resolved): mgr/dashboard: The performance 'Client Read/Write' widget shows incorrect ...
Ernesto Puerta
12:52 PM Revision ad83229f (ceph): Merge pull request #38189 from votdev/issue_48295_widget
octopus: mgr/dashboard: The performance 'Client Read/Write' widget shows incorrect write values
Reviewed-by: avantha...
Ernesto Puerta
12:51 PM Dashboard Backport #47943 (Resolved): octopus: mgr/dashboard: Merge disable and disableDesc table action me...
Ernesto Puerta
12:50 PM Revision df5460fd (ceph): Merge pull request #37763 from bk201/wip-47943-octopus
octopus: mgr/dashboard: Merge disable and disableDesc
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Ti...
Ernesto Puerta
12:48 PM Revision de874bfa (ceph): Merge PR #38299 into octopus
* refs/pull/38299/head:
ceph-volume inventory: make libstoragemgmt data retrieval optional
Reviewed-by: Rishabh Dav...
Jan Fajerski
12:47 PM Dashboard Feature #45011 (Resolved): mgr/dashboard: Display users current bucket quota usage
Avan Thakkar
12:40 PM Revision 177c76d5 (ceph): Merge pull request #38268 from idryomov/wip-relax-preauth-asserts-again...
nautilus: msg/async/ProtocolV2: allow rxbuf/txbuf get bigger in testing, again
Reviewed-by: Radoslaw Zarzynski <rzar...
Ilya Dryomov
12:13 PM Revision cbbd7455 (ceph): crimson/osd: wait for min_epoch instead of map_epoch
osdmap_epoch is the latest osdmap of the client, it is not the minimum
osdmap epoch required to serve the request fro...
Kefu Chai
11:55 AM rgw Bug #48382 (Duplicate): Broken public Swift bucket access with Keystone integration
Public swift bucket access is broken. Prevents upgrading towards 14.2.12 or newer.
In reference to:
https://lis...
Pietari Hyvärinen
11:52 AM Revision 48515e9b (ceph): Merge pull request #38265 from Rethan/doc-prometheus-config-key
doc/mgr/prometheus: update 'config-key set' to 'config set' for consistency
Reviewed-by: Mykola Golub <mgolub@suse.c...
Kefu Chai
11:47 AM Dashboard Backport #48180 (Resolved): nautilus: mgr/dashboard: Display users current bucket quota usage
Ernesto Puerta
11:46 AM Revision 4ecf6b2c (ceph): Merge pull request #38024 from rhcs-dashboard/wip-48180-nautilus
nautilus: mgr/dashboard: Display users current bucket quota usage
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
...
Ernesto Puerta
11:46 AM Dashboard Backport #48133 (Resolved): nautilus: mgr/dashboard: user can change the cluster of a NFS-Ganesha...
Ernesto Puerta
11:45 AM Revision fdb58876 (ceph): Merge pull request #37995 from callithea/wip-48133-nautilus
nautilus: mgr/dashboard: disable cluster selection in NFS export editing form
Reviewed-by: Sebastian Krah <skrah@sus...
Ernesto Puerta
11:42 AM Bug #48381 (Resolved): Memory leak ceph-mon in ConfigMonitor::load_config
Hello everyone!
I have a memory leak on 2 clusters: QAS, PROD after update from Ceph version 13.2.5 to 15.2.5 in c...
Aleksey Ivanov
11:41 AM Dashboard Backport #47198 (Resolved): nautilus: mgr/dashboard: Datatable catches select events from other d...
Ernesto Puerta
11:41 AM Revision e9fa4c2a (ceph): Merge pull request #37756 from tspmelo/wip-47198-nautilus
nautilus: mgr/dashboard: Datatable catches select events from other datatables
Reviewed-by: Laura Paduano <lpaduano@...
Ernesto Puerta
11:35 AM Bug #48290: mgr/dashboard: deletion of host doesn't reflect the dashboard
Kiefer Chang wrote:
> cephadm doesn't tear down the services on a removed host yet. Please see #47782.
> I would su...
Avan Thakkar
11:25 AM Dashboard Bug #48362 (Fix Under Review): mgr/dashboard: SSO not working after REST API versioning
Avan Thakkar
11:20 AM Bug #42474 (Resolved): build-integration-branch merges newer PRs first
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:19 AM Bug #44409 (Resolved): log: the time precision of log is only milliseconds because the option log...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:19 AM Dashboard Backport #48380 (Rejected): octopus: mgr/dashboard: displaying deleting state of OSDs in OSD table
Nathan Cutler
11:18 AM RADOS Bug #46816 (Resolved): mon stat prints plain text with -f json
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:17 AM Dashboard Bug #47356 (Resolved): mgr/dashboard: some nfs-ganesha endpoints are not in correct security scope
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:17 AM RADOS Backport #48379 (Resolved): nautilus: invalid values of crush-failure-domain should not be allowe...
https://github.com/ceph/ceph/pull/39124 Nathan Cutler
11:17 AM RADOS Backport #48378 (Resolved): octopus: invalid values of crush-failure-domain should not be allowed...
https://github.com/ceph/ceph/pull/38347 Nathan Cutler
11:17 AM Bug #47516 (Resolved): test/librados: endian bugs with checksum test cases
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:17 AM ceph-volume Feature #47541 (Resolved): add no-systemd argument to zap
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:17 AM Dashboard Backport #48377 (Rejected): octopus: mgr/dashboard: unable to remove rbd image with name containi...
Nathan Cutler
11:16 AM rgw Bug #47866 (Resolved): Object not found on healthy cluster
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:20 AM rgw Bug #47866: Object not found on healthy cluster
Is there a roadmap when the fix will be available? Luckily, we haven't lost any more objects so far (not sure if that... Janek Bevendorff
11:16 AM Bug #47927 (Resolved): tools/rados: `rados ls` with json output can result in out of memory error
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:16 AM CephFS Backport #48376 (Resolved): nautilus: libcephfs allows calling ftruncate on a file open read-only
https://github.com/ceph/ceph/pull/39129 Nathan Cutler
11:16 AM CephFS Backport #48375 (Resolved): octopus: libcephfs allows calling ftruncate on a file open read-only
https://github.com/ceph/ceph/pull/38424 Nathan Cutler
11:15 AM CephFS Backport #48374 (Resolved): nautilus: client: dump which fs is used by client for multiple-fs
https://github.com/ceph/ceph/pull/38552 Nathan Cutler
11:15 AM Orchestrator Bug #48373 (Resolved): cephadm iscsi: required file missing from config-json: iscsi-gateway.cfg
... Sebastian Wagner
11:15 AM CephFS Backport #48372 (Resolved): octopus: client: dump which fs is used by client for multiple-fs
https://github.com/ceph/ceph/pull/38551 Nathan Cutler
11:15 AM CephFS Backport #48371 (Resolved): nautilus: mds: dir->mark_new should together with dir->mark_dirty
https://github.com/ceph/ceph/pull/39128 Nathan Cutler
11:15 AM CephFS Backport #48370 (Resolved): octopus: mds: dir->mark_new should together with dir->mark_dirty
https://github.com/ceph/ceph/pull/38352 Nathan Cutler
11:10 AM rgw Bug #48369 (Fix Under Review): notification: get/delete of specific notification does not work
note that this is an extension to the AWS API, for the next steps to work, follow the instructions here:
https://git...
Yuval Lifshitz
10:44 AM Revision c820d40a (ceph): crimson/common/errorator: fix finally
We need to specify the return type here to ensure we don't lose
the errorator properties.
Signed-off-by: Samuel Just...
Samuel Just
10:44 AM Revision 17c9827a (ceph): crimson/osd: errororize PG::with_*_obc methods()
they all use `seastar::with_lock()` to ensure the obc lock is released
in the error handling path. but we cannot assu...
Kefu Chai
10:41 AM Revision 62e0daa9 (ceph): Merge pull request #38188 from rakeshgm/rhel_nautilus_repos
nautilus: qa/distros: add rhel 7.9 rakesh manohar
10:38 AM Orchestrator Feature #48368 (Need More Info): cephadm check-host should verify fsid of ceph.conf
if cephadm check-host detects a ceph cluster(s) running, it can find out the fsid(s) of that cluster (those clusters)... Sebastian Wagner
10:34 AM RADOS Bug #48060: data loss in EC pool
We ended up decommissioning ceph. For unlucky 'incomplete PG' googlers - here are steps how to migrate openstack VM s... Hannes Tamme
10:27 AM RADOS Bug #42341: OSD PGs are not being purged
Does the workaround mentioned in #43948 help? Dan van der Ster
10:24 AM bluestore Bug #45765: BlueStore::_collection_list causes huge latency growth pg deletion
@Igor another dimension to this that I haven't seen discussed yet -- AFAIU, PG deletion happens concurrently, for exa... Dan van der Ster
10:19 AM Revision cc16516f (ceph): Merge pull request #38257 from lnsyyj/wip-iouring-poll
blk/kernel: expose IORING_SETUP_{IOPOLL,SQPOLL} as options
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:18 AM Revision 6c4dbb2e (ceph): Merge pull request #38263 from tchaikov/wip-boost-1.74-asio
src,cmake: define BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT for Boost.Asio users and cleanups
Reviewed-by: Casey Bodley ...
Kefu Chai
10:03 AM Revision 0cc58de5 (ceph): mgr/cephadm: add docstring describing the HostCache
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
09:53 AM Revision 58f94cc9 (ceph): os/bluestore: Fixed memory leak in test
This is only unittest issue. This (potential) problems do not appear is BlueStore itself.
Signed-off-by: Adam Kupczy...
Adam Kupczyk
09:49 AM Dashboard Bug #47445 (In Progress): mgr/dashboard: Its currently not possible to manage iSCSI Initiator's d...
Kiefer Chang
09:34 AM Revision f5ed4a89 (ceph): doc: add in-doc search from read the docs
readthedocs-sphinx-search features better user experience than the
builtin search offered by sphinx
Signed-off-by: K...
Kefu Chai
09:33 AM Revision 3a00a854 (ceph): doc: use plantweb as fallback of sphinx-ditaa
RTD does not support installing system packages, the only ways to install
dependencies are setuptools and pip. while ...
Kefu Chai
09:27 AM Revision a786d7f6 (ceph): readthedocs: add .readthedocs.yml
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 99b75c14d2c84bad8a6b491e4981eeb481751c40)
Kefu Chai
09:27 AM Revision 574a9773 (ceph): doc/conf.py: exclude pybindings docs from build for RTD
because it'd difficult to prepare (dummy) librados,libcephfs and librbd for
their python bindings in the building env...
Kefu Chai
08:33 AM Revision f2b81287 (ceph): crimson/net: add comments to Messenger bind methods
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
08:30 AM Revision 13f656d9 (ceph): crimson/net: remove unused add_dispatcher()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
08:18 AM RADOS Bug #43948: Remapped PGs are sometimes not deleted from previous OSDs
I can report the same in 14.2.11.
We set some osds to crush weight 0, they were draining. But due to #47044 some of ...
Dan van der Ster
07:53 AM Dashboard Bug #43165 (Fix Under Review): mgr/dashboard: remove `/api/orchestrator/<resource>` endpoints if ...
Kiefer Chang
07:44 AM Revision 812c105a (ceph): mgr/dashboard: refactor /api/orchestrator/* endpoints
- API changes:
- Move `/api/orchestrator/identify_device` to
`/api/host/<hostname>/identify_device`.
- Move `...
Kiefer Chang
07:19 AM ceph-volume Backport #48367 (Rejected): nautilus: libstoragemgmt calls fatally wound Areca RAID controllers o...
LSM data retrieval was not backported to nautilus Jan Fajerski
07:15 AM ceph-volume Backport #48367 (Rejected): nautilus: libstoragemgmt calls fatally wound Areca RAID controllers o...
Jan Fajerski
07:16 AM ceph-volume Backport #48366 (In Progress): octopus: libstoragemgmt calls fatally wound Areca RAID controllers...
Jan Fajerski
07:15 AM ceph-volume Backport #48366 (Resolved): octopus: libstoragemgmt calls fatally wound Areca RAID controllers on...
https://github.com/ceph/ceph/pull/38299 Jan Fajerski
07:15 AM Revision 57f246bf (ceph): ceph-volume inventory: make libstoragemgmt data retrieval optional
Default to not retrieving libstoragemgmt data since it seems this can
cause serious issues on older hardware. Safest ...
Jan Fajerski
07:14 AM ceph-volume Bug #48270 (Pending Backport): libstoragemgmt calls fatally wound Areca RAID controllers on mira
Jan Fajerski
07:14 AM Revision 59c6ba58 (ceph): Merge PR #38149 into master
* refs/pull/38149/head:
ceph-volume inventory: make libstoragemgmt data retrieval optional
Reviewed-by: Brad Hubbar...
Jan Fajerski
06:25 AM rbd Bug #48357: KeyError: 'targets' when adding second gateway on ceph-iscsi - BUG
111 Hamidreza Hosseini
06:23 AM Revision f5fd1725 (ceph): doc/mgr/prometheus: update 'config-key set' to 'config set' for consist...
Elsewere in mgr/prometheus use the 'config set' way, so update the only 'config-key set'
to make it consistent.
Sign...
haoyixing
06:06 AM Revision 58f7f670 (ceph): qa/mgr/progress: Update the test suite for progress module
Update the test suite to reflect a feature
change that has been merged to master in
progress module where you create ...
Kamoltat (Junior) Sirivadhna
06:06 AM Revision 0e3d45d3 (ceph): qa/distros: add rhel 7.9
Signed-off-by: rakeshgm <rakeshgm@redhat.com> rakesh manohar
05:57 AM Revision 24419428 (ceph): Merge pull request #38296 from badone/wip-nautilus-pin-importlib_metadata
nautilus: mgr: Pin importlib_metadata version 2.1.0
Reviewed-by: Kefu Chai <kchai@redhat.com>
Brad Hubbard
05:55 AM Revision cc41195b (ceph): mgr/progress: Bug fix complete event when OSD marked in
Swap the order of checking for complete event
when OSD is marked in and creating a
PG Recovery event so that the even...
Kamoltat (Junior) Sirivadhna
05:32 AM Revision e7048313 (ceph): run-make-check.sh: Make sure a build failure will exit
We 'set -e' but that is ignored because 'build tests' is executed in a
'&&' list (see 'man set') so move the echo to ...
Brad Hubbard
04:51 AM Revision 9ee9ae92 (ceph): pybind/mgr: Pin importlib_metadata version 2.1.0
Latest release of importlib_metadata breaks the Nautilus build.
Master does not appear to be affected, probably beca...
Brad Hubbard
04:28 AM Revision 9742f757 (ceph): cephadm: use 2xx error codes instead 5xx
When a thread fails we still need to see content from the
other threads. When a 5xx response is received the payload
...
Paul Cuzner
03:53 AM CephFS Feature #46866 (Fix Under Review): kceph: add metric for number of pinned capabilities
Xiubo Li
03:53 AM CephFS Feature #46866: kceph: add metric for number of pinned capabilities
The patchwork link: https://patchwork.kernel.org/project/ceph-devel/patch/20201126034743.1151342-1-xiubli@redhat.com/... Xiubo Li
03:33 AM Revision 7f533f5e (ceph): Merge pull request #38292 from badone/wip-dont-run-tests-if-build-fails
run-make-check.sh: Don't run tests if build fails
Reviewed-by: Kefu Chai <kchai@redhat.com>
Brad Hubbard
01:20 AM Revision 03ff2146 (ceph): run-make-check.sh: Don't run tests if build fails
When run-make was taken out we lost the 'set -e' call and therefore
continue after an error.
Signed-off-by: Brad Hub...
Brad Hubbard
12:39 AM Revision a99abb1f (ceph): cephadm: updates to exporter config handling
Multiple updates relating to PR feedback
- exporter config is now a single json document, stored
as a single key in t...
Paul Cuzner
12:02 AM Revision b014cf52 (ceph): cephadm: updates to cephadm configuration and runtime behaviour
Multiple changes based on PR feedback
- invocation of set-exporter-config now sets all paramters
- customvalidation o...
Paul Cuzner

11/25/2020

11:52 PM Revision d62dc917 (ceph): cephadm: Handle exporter config in a dedicated class
Several changes related to feedback during review
- repositioned stdlib imports
- added an exporterconfig class to ha...
Paul Cuzner
10:42 PM RADOS Bug #47452 (Pending Backport): invalid values of crush-failure-domain should not be allowed while...
Prashant D
09:47 PM rgw Bug #48363: rgw: concurrent object delete can leak bucket index instance entries
Hi Yehuda,
What Ceph versions are affected?
Matt
Matt Benjamin
07:44 PM rgw Bug #48363 (New): rgw: concurrent object delete can leak bucket index instance entries
This happens when there are concurrent operations, where at least one succeeds, whereas at least another one is cance... Yehuda Sadeh
09:30 PM CephFS Cleanup #48235 (Resolved): client: do not unset the client_debug_inject_tick_delay in libcephfs
Patrick Donnelly
09:30 PM Revision ba055a74 (ceph): Merge PR #38121 into master
* refs/pull/38121/head:
client: do not unset the client_debug_inject_tick_delay
Reviewed-by: Patrick Donnelly <pdon...
Patrick Donnelly
09:29 PM CephFS Bug #48249 (Pending Backport): mds: dir->mark_new should together with dir->mark_dirty
Patrick Donnelly
09:29 PM Revision f5909c20 (ceph): Merge PR #38109 into master
* refs/pull/38109/head:
mds: dir->mark_new() should together with dir->mark_dirty()
Reviewed-by: Patrick Donnelly <...
Patrick Donnelly
09:28 PM CephFS Bug #48202 (Pending Backport): libcephfs allows calling ftruncate on a file open read-only
Patrick Donnelly
09:28 PM Revision f7c9ce50 (ceph): Merge PR #38031 into master
* refs/pull/38031/head:
client: check rdonly file handle on truncate
test/libcephfs: test truncate on rdonly fd
Re...
Patrick Donnelly
09:27 PM CephFS Feature #48246 (Pending Backport): client: dump which fs is used by client for multiple-fs
Patrick Donnelly
09:27 PM Revision f7c05602 (ceph): Merge PR #38104 into master
* refs/pull/38104/head:
client: dump which fs is used by client for multiple-fs
Reviewed-by: Patrick Donnelly <pdon...
Patrick Donnelly
09:24 PM CephFS Bug #48365 (Resolved): qa: ffsb build failure on CentOS 8.2
... Patrick Donnelly
09:19 PM Revision b29a54d2 (ceph): ceph-volume inventory: make libstoragemgmt data retrieval optional
Default to not retrieving libstoragemgmt data since it seems this can
cause serious issues on older hardware. Safest ...
Jan Fajerski
07:55 PM rgw Bug #48364 (New): rgw: bucket index delete marker instance entry might leak
at rgw_bucket_unlink_instance(), if olh.start_modify() returns false (which means that op.epoch is specified and is l... Yehuda Sadeh
07:53 PM rgw Backport #48331 (Resolved): octopus: Object not found on healthy cluster
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38249
m...
Nathan Cutler
04:12 PM rgw Backport #48331: octopus: Object not found on healthy cluster
J. Eric Ivancich wrote:
> https://github.com/ceph/ceph/pull/38249
merged
Yuri Weinstein
07:53 PM Backport #47802 (Resolved): octopus: test/librados: endian bugs with checksum test cases
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37604
m...
Nathan Cutler
07:52 PM Backport #47803 (Resolved): nautilus: test/librados: endian bugs with checksum test cases
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37605
m...
Nathan Cutler
07:35 PM Backport #47803: nautilus: test/librados: endian bugs with checksum test cases
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37605
merged
Yuri Weinstein
07:51 PM ceph-volume Backport #48087 (Resolved): nautilus: ceph-volume simple activate ignores osd_mount_options_xfs f...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38015
m...
Nathan Cutler
07:51 PM ceph-volume Backport #48189 (Resolved): nautilus: remove mention of dmcache from docs and help text
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38048
m...
Nathan Cutler
07:51 PM ceph-volume Backport #47846 (Resolved): nautilus: add no-systemd argument to zap
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37723
m...
Nathan Cutler
07:51 PM Dashboard Backport #47620 (Resolved): nautilus: mgr/dashboard: some nfs-ganesha endpoints are not in correc...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37961
m...
Nathan Cutler
07:51 PM Backport #47933 (Resolved): nautilus: tools/rados: `rados ls` with json output can result in out ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37834
m...
Nathan Cutler
07:50 PM RADOS Backport #47899 (Resolved): nautilus: mon stat prints plain text with -f json
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37706
m...
Nathan Cutler
07:50 PM Backport #47878 (Resolved): nautilus: build-integration-branch merges newer PRs first
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37693
m...
Nathan Cutler
07:50 PM Backport #46014 (Resolved): nautilus: log: the time precision of log is only milliseconds because...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37659
m...
Nathan Cutler
07:49 PM Revision dd5886c3 (ceph): mgr/prometheus: use threading.Event instead of sleep
This allows us to avoid waiting for the sleep to finish when waiting for
the thread to finish.
Signed-off-by: Boris ...
Boris Ranto
07:46 PM ceph-volume Backport #48302 (Resolved): nautilus: ceph-volume lvm batch fails activating filestore dymcrypt osds
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38198
m...
Nathan Cutler
07:35 PM Revision a233c5cd (ceph): Merge pull request #37605 from smithfarm/wip-47803-nautilus
nautilus: test/librados: fix endian bugs in checksum test cases
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
06:45 PM Revision f637a4f9 (ceph): doc: add release notes for Octopus 15.2.7
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
06:42 PM Dashboard Bug #48362 (Resolved): mgr/dashboard: SSO not working after REST API versioning
When using SSO (e.g.: using "ceph-dev instructions":https://github.com/rhcs-dashboard/ceph-dev/#single-sign-on-sso) a... Ernesto Puerta
05:19 PM Revision 126217fe (ceph): qa/tests: added rhel 8.2
See https://sentry.ceph.com/organizations/ceph/issues/164/?project=2&query=is%3Aunresolved
Signed-off-by: Yuri Weins...
Yuri Weinstein
05:14 PM Dashboard Feature #48360 (Fix Under Review): mgr/dashboard: Disable TLS 1.0 and 1.1
Volker Theile
04:53 PM Dashboard Feature #48360: mgr/dashboard: Disable TLS 1.0 and 1.1
Disable these TLS versions because of security issues. Volker Theile
03:06 PM Dashboard Feature #48360 (Resolved): mgr/dashboard: Disable TLS 1.0 and 1.1
Disable these TLS versions because of security issues. Volker Theile
04:48 PM RADOS Feature #48361 (New): Parallel querying of buckets.index listomapkeys
"Querying listomapkeys for rgw.buckets.index takes 45 min in our test env (5 buckets * 521 shards). Each non-zero ind... Neha Ojha
04:12 PM Revision c67fee9f (ceph): Merge pull request #38249 from ivancich/wip-48331-octopus
octopus: rgw: during GC defer, prevent new GC enqueue
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:32 PM Revision 28a5c13b (ceph): mgr/prometheus: Log collection issues
Log any issues encountered during the data collection and continue to
collect the data anyway (after a sleep).
Signe...
Boris Ranto
03:30 PM Revision 8dbb87cf (ceph): Merge pull request #38068 from dillaman/wip-librbd-migration-4
librbd: S3-based migration source
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:30 PM Revision aa065009 (ceph): mgr/prometheus: Use mgr.release_name for always on modules
The host_version is not populated properly in the early stages of ceph
mgr start up process. We can use mgr.release_n...
Boris Ranto
03:30 PM Revision 70e99e76 (ceph): mgr: do not migrate conf from config-key store to new-style conf
since all module options are using the new-style config framework.
the migration is offered for the use case of upgra...
Kefu Chai
03:27 PM Revision 6497da98 (ceph): Merge pull request #38195 from anthonyeleven/anthonyeleven/docs-14730
doc/rados/troubleshooting: description of upgrade procedure - stopping/starting OSDs
Reviewed-by: Zac Dover <zac.dov...
zdover23
03:03 PM Revision 7924528b (ceph): Merge pull request #38276 from tchaikov/wip-labeler
github/labeler: add "rgw" label to rgw related changes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
02:51 PM Revision 769345e8 (ceph): Merge pull request #38015 from dsavineau/wip-48087-nautilus
nautilus: ceph-volume: consume mount opt in simple activate
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Reviewed-...
Jan Fajerski
02:35 PM Revision 2578b4ef (ceph): librbd: reserve async request id globally
We don't want it to be reset after an image is reopen as it may
cause requests being treated as duplicate.
Signed-of...
Mykola Golub
02:19 PM Revision 2d251828 (ceph): Merge pull request #38091 from anthonyeleven/anthonyeleven/docs-46367
doc/dev/developer_guide: verb disagreement on "Testing: Unit Tests" page
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
02:17 PM Documentation #46364 (Resolved): Developer Guide: "What Is Merged and When?" could be less colloq...
Anthony D'Atri put this one down. Zac Dover
02:16 PM Revision ea57d5d7 (ceph): Merge pull request #38143 from anthonyeleven/anthonyeleven/docs-46364
doc/dev/developer_guide: What Is Merged and When?" could be less colloquial
Reviewed-by: Zac Dover <zac.dover@gmail....
zdover23
02:16 PM Revision d3e09b6e (ceph): mgr: Fix various typos
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
02:14 PM Revision 3cea1e5a (ceph): Merge pull request #38079 from anthonyeleven/anthonyeleven/docs-24143
doc/rados/configuration/common.rst: enhance the running multiple clusters section
Reviewed-by: Zac Dover <zac.dover...
zdover23
02:13 PM Revision 03fcacca (ceph): mgr/prometheus: Clean up collection thread
We need to clean up the metrics collection thread.
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto
01:39 PM Revision 0d739097 (ceph): doc: Remove duplicate sentence in sync module documentation
Signed-off-by: Augustinas Šimelionis <augustinas.simelionis@gmail.com> Augustinas
01:38 PM rgw Bug #48358: rgw: qlen and qactive perf counters leak
> We'll send a separate PR to expose the throttle `outstanding_requests` values in a new perf counter
https://gith...
Dan van der Ster
12:51 PM rgw Bug #48358 (New): rgw: qlen and qactive perf counters leak
In our environment the rgw qlen and qactive perf counters seem to trend slowly upwards. See the plot attached.
I sus...
Dan van der Ster
01:35 PM Revision 41d099bb (ceph): rgw: add an outstanding_requests perf counter
Expose the outstanding_requests variable so we can more easily tune rgw_max_concurrent_requests.
Related-to: https:/...
Dan van der Ster
01:19 PM Dashboard Bug #48359 (Resolved): nautilus: mgr/dashboard: ceph-api-nightly-nautilus-e2e failing
The ceph-api-nightly-nautilus-e2e is failing because of various reasons:
../src/vstart.sh: line 398: /home/jenkins...
Tatjana Dehler
01:09 PM RADOS Bug #48030: mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_op_timeout not getti...
Updating the findings so far from logs under https://pulpito.ceph.com/nojha-2020-11-10_20:16:13-rados:monthrash-maste... Sridhar Seshasayee
12:51 PM rbd Bug #48357 (Resolved): KeyError: 'targets' when adding second gateway on ceph-iscsi - BUG
Hi,
I have installed ceph-iscsi on ubuntu 20 manully,
But when I want to add second gateway it will show me error:...
Hamidreza Hosseini
12:27 PM Dashboard Bug #48356 (Resolved): nautilus: mgr/dashboard: ceph-api-nightly-nautilus-backend - Command faile...
The ceph-api-nightly-nautilus-backend failed with:... Tatjana Dehler
12:11 PM bluestore Bug #48036: bluefs corrupted in a OSD
May be multiple containers attached to the same volume by some chance? Igor Fedotov
12:04 PM bluestore Bug #48036: bluefs corrupted in a OSD
You can double check the above by trying to run multiple OSD-0 instance in parallel manually. Highly likely they will... Igor Fedotov
12:02 PM bluestore Bug #48036: bluefs corrupted in a OSD
Hence presumable we have multiple ceph-osd instances using the same bluefs.
I can see at least two issues here. Both...
Igor Fedotov
11:58 AM bluestore Bug #48036: bluefs corrupted in a OSD
So my hypothesis about multiple kv_sync_thread-s is confirmed. Here is the log snippet from OSD log:
Thread 7faf0e...
Igor Fedotov
05:56 AM bluestore Bug #48036: bluefs corrupted in a OSD
> > could you please reproduce the issue once again, now with both debug_bluefs set to 20 and debug_bluestore set to ... Satoru Takeuchi
01:47 AM bluestore Bug #48036: bluefs corrupted in a OSD
@Igor
> You mentioned that osd_tail.log was truncated Now I believe I need the full one so could you please send...
Satoru Takeuchi
12:10 PM Revision eefa5e33 (ceph): Merge pull request #38088 from anthonyeleven/anthonyeleven/docs-47627
doc/mgr: document dashboard configuration unsetting
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
12:09 PM Dashboard Subtask #48355 (Resolved): mgr/dashboard: CLI commands: read passwords from file
Alfonso Martínez
12:06 PM mgr Bug #48354: Logic error in default prom alert 'pool filling up'
I've created a PR to tackle this issue. https://github.com/ceph/ceph/pull/38282 Daniël Vos
11:04 AM mgr Bug #48354 (Resolved): Logic error in default prom alert 'pool filling up'
Hey guys,
The default alert 'pool filling up' will always be firing if your pool if filled for more than 50%.
R...
Daniël Vos
11:00 AM Revision 20cf6ab4 (ceph): Merge PR #38048 into nautilus
* refs/pull/38048/head:
ceph-volume: fix lvm help test
ceph-volume: remove mention of dmcache from docs and help te...
Jan Fajerski
10:57 AM Revision 94393f27 (ceph): Merge PR #37723 into nautilus
* refs/pull/37723/head:
ceph-volume: add no-systemd argument to zap
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski
10:44 AM ceph-volume Backport #48353 (In Progress): octopus: Fails to deploy osd in rook, throws index error
Jan Fajerski
10:42 AM ceph-volume Backport #48353 (Resolved): octopus: Fails to deploy osd in rook, throws index error
https://github.com/ceph/ceph/pull/38280 Jan Fajerski
10:44 AM Revision 8dedd788 (ceph): ceph-volume batch: reject partitions in argparser
Fixes: https://tracker.ceph.com/issues/47966
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from co...
Jan Fajerski
10:44 AM ceph-volume Backport #48352 (In Progress): nautilus: Fails to deploy osd in rook, throws index error
Jan Fajerski
10:42 AM ceph-volume Backport #48352 (Resolved): nautilus: Fails to deploy osd in rook, throws index error
https://github.com/ceph/ceph/pull/38279 Jan Fajerski
10:44 AM Revision e32f391a (ceph): ceph-volume batch: reject partitions in argparser
Fixes: https://tracker.ceph.com/issues/47966
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from co...
Jan Fajerski
10:42 AM ceph-volume Bug #47966 (Pending Backport): Fails to deploy osd in rook, throws index error
Jan Fajerski
10:41 AM Revision 72c9cc7c (ceph): Merge PR #38156 into master
* refs/pull/38156/head:
ceph-volume batch: reject partitions in argparser
Reviewed-by: Dimitri Savineau <dsavinea@r...
Jan Fajerski
10:38 AM Revision efd7c227 (ceph): mds: dump granular cap info in mds_sessions
Signed-off-by: Yanhu Cao <gmayyyha@gmail.com>
(cherry picked from commit 4a04f8d27110e816bff5b8e414c4a06a12d0812c)
C...
Yanhu Cao
10:28 AM Revision 24a2495b (ceph): mgr/dashboard: Use pipe instead of calling function within template whe...
https://tracker.ceph.com/issues/48181
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
10:14 AM Revision daee1683 (ceph): github/labeler: add "rgw" label to rgw related changes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
10:14 AM Revision 3c0ab38a (ceph): github/labeler: label src/test/** with "tests"
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
10:13 AM Revision 01ff1530 (ceph): librbd: make all maintenance op notifications async
The plan is to serialize maintenance operations by type, so
potentially any operation may run for long time and we wa...
Mykola Golub
10:13 AM Revision 2cdbfa86 (ceph): librbd: serialize maintenance operations by type
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:13 AM Revision 8b08c7ba (ceph): librbd: make sure we are not loosing exclusive lock
when starting a serialized maintenance operation
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
09:52 AM rgw Bug #48351: object-lock enabled is not working on 14.2.9 - files still deletable
aws s3api get-object-lock-configuration --bucket locktest --endpoint http://our-s3
{
"ObjectLockConfiguration...
Torsten Ennenbach
09:49 AM rgw Bug #48351: object-lock enabled is not working on 14.2.9 - files still deletable
Added Screenshot of my testfile within this bucket to show the headers
Torsten Ennenbach
09:41 AM rgw Bug #48351 (Closed): object-lock enabled is not working on 14.2.9 - files still deletable
the object lock mentioned in https://github.com/ceph/ceph/pull/29905 - objects within buckets, created with object-lo... Torsten Ennenbach
09:41 AM Revision c26b370b (ceph): pybind/mgr/mgr_module: have two lines before class definition
* have two lines before class definition, to silence E302 warning from flake8
* have single line before function defi...
Kefu Chai
09:41 AM Revision e700ed80 (ceph): pybind/mgr/prometheus: catch ImportError
silences following warning from flake8
E722 do not use bare 'except'
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:41 AM Revision 5700419b (ceph): pybind/mgr/prometheus: use get_module_option() wrapper
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:23 AM Revision 3906884a (ceph): rgw/notification: support GetTopicAttributes API
fixes: https://tracker.ceph.com/issues/46296
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
06:46 AM Revision 71f36e8a (ceph): Merge pull request #38274 from dillaman/wip-github-labeler-rbd
github/labeler: add rbd label to src/tools/rbd_[ggate/wnbd]
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: K...
Kefu Chai
05:54 AM rgw Bug #48350 (Can't reproduce): [rgw]some multipart object will become orphan objects in data pool
OS: CentOS 7.6
Ceph Version: 14.2.5
Procedure:
1, Use s3 browser upload a big file with multipart upload.
2, Set...
haitao chen
01:55 AM Revision 048d0892 (ceph): github/labeler: add rbd label to src/tools/rbd_[ggate/wnbd]
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:52 AM Revision 4f4e94c5 (ceph): Merge pull request #38213 from petrutlucian94/rbd_exit
rbd: minor rbd-wnbd improvements
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:48 AM Revision 5635f25d (ceph): client: add ceph.{cluster_fsid/client_id} vxattrs suppport
These two vxattrs will only exist in local client side, with which
we can easily know which mountpoint the file belon...
Xiubo Li

11/24/2020

11:43 PM RADOS Bug #47767 (In Progress): octopus: setting noscrub crashed osd process
David Zafman
11:24 PM rgw Bug #45033: S3 multipart copy broken by multi tenant
Still a problem on 14.2.15.
Matt: I just realized I might have misinterpreted you answer, just to clarify, you bel...
Asbjørn Sannes
09:31 PM Stable releases Tasks #48348: octopus 15.2.7 (hot-fix)
h3. QE VALIDATION (11/26/20)
*PRs list => https://pad.ceph.com/p/octopus_v15.2.7_QE_PRs_LIST*
*This is a short ...
Yuri Weinstein
09:28 PM Stable releases Tasks #48348 (Resolved): octopus 15.2.7 (hot-fix)
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Yuri Weinstein
08:54 PM Backport #47802: octopus: test/librados: endian bugs with checksum test cases
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37604
merged
Yuri Weinstein
08:53 PM Revision a83a3572 (ceph): Merge pull request #37604 from smithfarm/wip-47802-octopus
octopus: test/librados: fix endian bugs in checksum test cases
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:47 PM RADOS Documentation #40579: doc: POOL_NEAR_FULL on OSD_NEAR_FULL
This should be set to "resolved".
Anthony D'Atri fixed this one.
Zac Dover
08:27 PM Revision 00d19484 (ceph): Merge branch 'master' into anthonyeleven/docs-46367
Anthony D'Atri
08:03 PM Dashboard Bug #48209 (Closed): cephadm/test_dashboard_e2e.sh: OSDs are not deleted
Ernesto Puerta
08:03 PM Orchestrator Bug #48041 (Pending Backport): mgr/cephadm: Allow customizing mgr/cephadm/lsmcli_blink_lights_cmd...
Ernesto Puerta
08:02 PM Dashboard Bug #45301 (Pending Backport): mgr/dashboard: displaying deleting state of OSDs in OSD table
Ernesto Puerta
08:02 PM Dashboard Bug #45301 (Closed): mgr/dashboard: displaying deleting state of OSDs in OSD table
Ernesto Puerta
08:01 PM Dashboard Bug #47785 (Pending Backport): mgr/dashboard: unable to remove rbd image with name containing /
Ernesto Puerta
08:01 PM Dashboard Bug #47785 (Closed): mgr/dashboard: unable to remove rbd image with name containing /
Ernesto Puerta
08:01 PM Dashboard Bug #48012 (Closed): mgr/dashboard: documentation links do not work on octopus, nautilus or older...
Ernesto Puerta
08:00 PM Dashboard Cleanup #48222 (Closed): mgr/dashboard: new password page design
Ernesto Puerta
08:00 PM Dashboard Cleanup #48222 (Duplicate): mgr/dashboard: new password page design
Ernesto Puerta
08:00 PM Dashboard Bug #46548 (Closed): mgr/dashboard: Unable to create user with non-ASCII chars using CLI
Ernesto Puerta
08:00 PM Dashboard Bug #48338 (Closed): mgr/dashboard: can't run tox py3 env outside of ctest
Ernesto Puerta
07:48 AM Dashboard Bug #48338 (Fix Under Review): mgr/dashboard: can't run tox py3 env outside of ctest
Kiefer Chang
07:18 AM Dashboard Bug #48338 (Closed): mgr/dashboard: can't run tox py3 env outside of ctest
The unittest can't be run with tox command:... Kiefer Chang
07:55 PM Revision bf0d0d8e (ceph): .github: add mon and mgr labelers
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:51 PM Revision a01f710a (ceph): Merge pull request #38254 from neha-ojha/wip-48299
doc/releases/nautilus.rst: add release notes for 14.2.15
Reviewed-by: David Galloway <dgallowa@redhat.com>
Reviewed-...
Yuri Weinstein
06:51 PM Revision 11311241 (ceph): Merge pull request #38144 from anthonyeleven/anthonyeleven/docs-46365
doc/dev/developer_guide: prefer Latinate verbs to English phrasal verbs
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
06:50 PM Documentation #46365 (Resolved): Developer Guide: prefer Latinate verbs to English phrasal verbs ...
This was resolved by Anthony D'Atri. Zac Dover
06:35 PM Revision 4ddace0b (ceph): Merge pull request #38260 from bk201/wip-48338
mgr/dashboard: fix tox py3 environment error
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tatjana Deh...
Ernesto Puerta
06:22 PM Dashboard Documentation #47627 (Resolved): mgr/dashboard: unset grafana-api-url not documented
This was resolved by Anthony D'Atri. Zac Dover
06:03 PM Revision 3ea3975a (ceph): doc/mgr: document dashboard configuration unsetting
Fixes: https://tracker.ceph.com/issues/47627
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri
06:03 PM Revision 343d2309 (ceph): Merge pull request #37863 from ideepika/add-stringio
octopus: qa/tasks/{ceph,ceph_manager}: drop py2 support
Reviewed-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
Reviewe...
Yuri Weinstein
06:00 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Bastian, thanks!
Igor Fedotov
12:40 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Bastian Mäuser wrote:
> Hi Igor,
>
> it's there, but not prior but after - assertion occured at 20:24:41:
I me...
Bastian Mäuser
12:39 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Hi Igor,
it's there, but not prior but after - assertion occured at 20:24:41:
root@px2# zgrep fallback *
ceph-...
Bastian Mäuser
11:57 AM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
It would be great if one try to grep failing OSD's logs (prior to the assertion) for "constructing fallback allocator... Igor Fedotov
05:58 PM mgr Bug #48269: insights module can generate too much data, fail to put in config-key
We could, but that's a big big expansion. I don't know how much to worry about monstore space consumption.
Anothe...
Dan Mick
04:52 AM mgr Bug #48269: insights module can generate too much data, fail to put in config-key
The 64k limit of mon_config_key_max_entry_size is arbitrary and has previously been expanded in https://github.com/ba... Brad Hubbard
05:57 PM Revision f1670fda (ceph): mon: Log "ceph health detail" periodically in cluster log
change mon_health_to_clog_interval from 1_hr -> 10_min to
log health summary or detail more frequently.
No HealthMon...
Prashant D
05:53 PM Dashboard Backport #47620: nautilus: mgr/dashboard: some nfs-ganesha endpoints are not in correct security ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37961
merged
Yuri Weinstein
05:52 PM Revision b7606deb (ceph): Merge pull request #37961 from callithea/wip-47620-nautilus
nautilus: mgr/dashboard: fix security scopes of some NFS-Ganesha endpoints
Reviewed-by: Kiefer Chang <kiefer.chang@s...
Yuri Weinstein
05:49 PM Backport #47933: nautilus: tools/rados: `rados ls` with json output can result in out of memory e...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37834
merged
Yuri Weinstein
05:49 PM Revision 19dac36d (ceph): Merge pull request #37834 from smithfarm/wip-47933-nautilus
nautilus: tools/rados: flush formatter periodically during json output of "rados ls"
Reviewed-by: Adam Emerson <aeme...
Yuri Weinstein
05:47 PM RADOS Backport #47899: nautilus: mon stat prints plain text with -f json
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37706
merged
Yuri Weinstein
05:47 PM Revision b5abe773 (ceph): Merge pull request #37706 from smithfarm/wip-47899-nautilus
nautilus: mon: have 'mon stat' output json as well
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: Kefu C...
Yuri Weinstein
05:46 PM Backport #47878: nautilus: build-integration-branch merges newer PRs first
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37693
merged
Yuri Weinstein
05:46 PM Revision c98757b0 (ceph): Merge pull request #37693 from smithfarm/wip-47878-nautilus
nautilus: build-integration-branch: take PRs in chronological order
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Re...
Yuri Weinstein
05:44 PM Backport #46014: nautilus: log: the time precision of log is only milliseconds because the option...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/37659
merged
Yuri Weinstein
05:43 PM Revision 2d9fef33 (ceph): Merge pull request #37659 from smithfarm/wip-46014-nautilus
nautilus: log: fix timestap precision of log can't set to millisecond.
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein
05:35 PM Revision be253403 (ceph): rgw: temporarily disable calls to defer_gc() in RGWGetObj
cls_rgw_gc_queue_update_entry() is known to cause data loss when called
on objects that have not actually been schedu...
Casey Bodley
05:22 PM RADOS Bug #47419: make check: src/test/smoke.sh: TEST_multimon: timeout 8 rados -p foo bench 4 write -b...
https://jenkins.ceph.com/job/ceph-pull-requests/64337/consoleFull#10356408840526d21-3511-427d-909c-dd086c0d1034 Neha Ojha
05:14 PM Revision 3fa037fc (ceph): Merge pull request #38253 from cbodley/wip-rgw-gc-disable-defer
rgw: temporarily disable calls to defer_gc() in RGWGetObj
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed...
Casey Bodley
04:40 PM Revision 2d63f478 (ceph): doc/releases/nautilus.rst: add release notes for 14.2.15
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
04:23 PM Revision b4129a3e (ceph): Merge pull request #38142 from theanalyst/doc/releases/v14.2.14
doc: release notes for octopus & nautilus backports
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Yuri ...
Ilya Dryomov
04:09 PM Revision 1571d838 (ceph): doc: Adding missing Ceph Foundation board members
These companies have been members since the beginning.
Signed-off-by: Mike Perez <thingee@gmail.com>
Mike Perez
03:15 PM Revision acf3b72b (ceph): Merge pull request #38247 from dillaman/wip-librbd-test-rename
test/librbd: rename tests to match proper namespaces
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:15 PM RADOS Bug #48030: mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_op_timeout not getti...
I am assigning this to myself. Looking into the logs. Sridhar Seshasayee
03:02 PM rgw Backport #48346 (Resolved): nautilus: rgw: unnecessary payload is added at the end of the message
https://github.com/ceph/ceph/pull/38590 Nathan Cutler
03:02 PM rgw Backport #48345 (Resolved): octopus: rgw: unnecessary payload is added at the end of the message
https://github.com/ceph/ceph/pull/38339 Nathan Cutler
03:02 PM ceph-volume Bug #48106 (Resolved): ceph-volume lvm batch doesn't work anymore with --auto and full SSD/NVMe d...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:02 PM mgr Backport #48344 (Resolved): nautilus: Unable to disable SSO
https://github.com/ceph/ceph/pull/38404 Nathan Cutler
03:02 PM mgr Backport #48343 (Resolved): octopus: Unable to disable SSO
https://github.com/ceph/ceph/pull/38405 Nathan Cutler
03:01 PM rbd Backport #48342 (Resolved): nautilus: [rbd_support] Attempting to background remove in-use image ...
https://github.com/ceph/ceph/pull/38833 Nathan Cutler
03:01 PM rbd Backport #48341 (Resolved): octopus: [rbd_support] Attempting to background remove in-use image r...
https://github.com/ceph/ceph/pull/38344 Nathan Cutler
02:43 PM Revision b04b1ba5 (ceph): doc: releases: v15.2.6 Octopus release notes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Co-authored-by: Ilya Dryomov <idryomov@gmail.com>
Abhishek Lekshmanan
02:43 PM Revision cf1a3d7a (ceph): doc: releases: v14.2.14 Nautilus release notes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Co-authored-by: Ilya Dryomov <idryomov@gmail.com>
Abhishek Lekshmanan
01:54 PM Revision 1a510505 (ceph): msg/async/ProtocolV2: allow rxbuf/txbuf get bigger in testing, again
With CEPHX_V2 authorizer challenges brought back in commit
4a82c72e3bdd, these need to be bumped again, as two author...
Ilya Dryomov
01:52 PM Revision 84cd584a (ceph): msg/async/ProtocolV2: allow rxbuf/txbuf get bigger in testing, again
With CEPHX_V2 authorizer challenges brought back in commit
4a82c72e3bdd, these need to be bumped again, as two author...
Ilya Dryomov
01:40 PM Revision ccf97825 (ceph): blk/kernel: expose IORING_SETUP_{IOPOLL,SQPOLL} as options
Signed-off-by: JiangYu <lnsyyj@hotmail.com> Jiang Yu
01:38 PM Dashboard Bug #45981 (Can't reproduce): mgr/dashboard: Nautilus: Missing blanks in modal titles and action ...
Can not reproduce this in 14.2.13-450-g65ea1b614d.
!working1.png!
Volker Theile
12:42 PM Orchestrator Feature #48340 (Resolved): cephadm/rgw: Add rgw_zonegroup to RGWSpec
adding a rgw_zonegroup in the yaml and args and allowing a creation of that, since we're hardcoding the zonegroup def... Sebastian Wagner
10:29 AM Orchestrator Feature #48339 (Rejected): Use file references in NFS ganesha service configuration
Using "cephadm deploy", it is possible to deploy a NFS Ganesha daemon in a host not included in the cluster. We can c... Juan Miguel Olmo Martínez
10:14 AM Revision 30a3261f (ceph): Merge pull request #38261 from tchaikov/wip-45919
pybind/mgr/dashboard/run-backend-api-tests: print more log from mgr
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Kefu Chai
10:02 AM Revision 8dd07c8d (ceph): rgw: cls/user: set from_index for reset stats calls
Fixes: https://tracker.ceph.com/issues/48327
Signed-off-by: Mykola Golub <mgolub@suse.com>
Signed-off-by: Abhishek Le...
Abhishek Lekshmanan
10:00 AM Revision c1ae6fa3 (ceph): Merge pull request #38217 from ideepika/wip-fix-lua-failure
cmake: require Lua 5.3 and up
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat...
Kefu Chai
09:55 AM Revision 58c708ba (ceph): Merge pull request #38204 from lnsyyj/wip-iouring
blk/kernel/io_uring: do not guard liburing backend with __x86_64__ anymore
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:22 AM CephFS Feature #48337 (Fix Under Review): client: add ceph.cluster_fsid/ceph.client_id vxattr support in...
Xiubo Li
07:09 AM CephFS Feature #48337 (In Progress): client: add ceph.cluster_fsid/ceph.client_id vxattr support in libc...
Xiubo Li
07:08 AM CephFS Feature #48337 (Resolved): client: add ceph.cluster_fsid/ceph.client_id vxattr support in libcephfs
More detail please see: https://tracker.ceph.com/issues/44340 Xiubo Li
08:53 AM RADOS Bug #48065 (New): "ceph osd crush set|reweight-subtree" commands do not set weight on device clas...
Mykola Golub
08:53 AM RADOS Bug #48065: "ceph osd crush set|reweight-subtree" commands do not set weight on device class subtree
I eventually have got approve from the customer to publish their data.
I have attached a tarball that includes `ce...
Mykola Golub
08:50 AM rgw Bug #47866: Object not found on healthy cluster
Thank you for sharing that insight with us Pritha and Eric, it clarifies a lot. Denis Krienbühl
08:09 AM Revision e947fac4 (ceph): mgr: fix "ceph pg dump_json/dump_pools_json" format error
When execute ceph pg dump_json, the expected result is json format,
but now is plain. Same to ceph pg dump_pools_json...
haoyixing
08:04 AM Revision 2e690bba (ceph): Merge pull request #38256 from badone/wip-dont-build-io_uring.c-every-time
cmake: Stop 'configure' running every time
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:50 AM Revision 3d708219 (ceph): cmake: define BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT for Boost.Asio users
see also
https://www.boost.org/doc/libs/1_74_0/doc/html/boost_asio/std_executors.html#boost_asio.std_executors.polymo...
Kefu Chai
07:50 AM Revision 6c89be68 (ceph): src/*: drop backward compatibility with boost<1.72
boost 1.72 is required to build Ceph since
713efb66e8d7b2585dfd6783f8f23ce409b50871. so there is no need to be
backwa...
Kefu Chai
07:48 AM Revision abaa4f9a (ceph): neorados: use lambda instead of std::mem_fn()
this addresses the FTBFS with GCC-10.2.0. FWIW, i cannot create a minimal
reproducer.
the error message was:
/usr/b...
Kefu Chai
07:47 AM Revision 6e431c09 (ceph): pybind/mgr/dashboard/run-backend-api-tests: print more log from mgr
in hope to more context when debugging https://tracker.ceph.com/issues/45919
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
07:44 AM Revision dc974fa9 (ceph): mgr/dashboard: fix tox py3 environment error
Add `ceph_argparse` module to the base environment.
Fixes: https://tracker.ceph.com/issues/48338
Signed-off-by: Kief...
Kiefer Chang
07:37 AM Dashboard Bug #45919: mgr/dashboard: nightly-master / PR Jenkins job failure: ERROR: test_standby (tasks.mg...
still seeing it. Kefu Chai
06:06 AM RADOS Bug #48336 (Fix Under Review): monmaptool --create --add nodeA --clobber monmap aborts in entity_...
Brad Hubbard
05:01 AM RADOS Bug #48336 (Resolved): monmaptool --create --add nodeA --clobber monmap aborts in entity_addr_t::...
It's incorrect usage of the command since an IP address is required but we should not abort IMHO.... Brad Hubbard
04:59 AM Dashboard Feature #48335 (New): mgr/dashboard: add user role specific login timeout settings
Currently, a user seems to be automatically logged out from the dashboard after 8 hours irrespective of activities or... Gunther Heinrich
04:49 AM Revision 0e7e036a (ceph): doc/dev: use http://docs.ceph.com/en/latest/ instead of /docs/master/ f...
Several links under http://docs.ceph.com/docs/master/ were unable to access.
Change them to http://docs.ceph.com/en/l...
haoyixing
04:01 AM Revision 56ca87ae (ceph): common: do not dup the options when reexpanding
The old code will store all the options, which has `$pid` in them,
in may_reexpand_meta map. And when reexpanding lat...
Xiubo Li
03:38 AM Revision e0240b9a (ceph): cmake: Stop 'configure' running every time
Currently the configure script is run on 'liburing_ext' not only for the
initial build but for subsequent incremental...
Brad Hubbard
03:10 AM RADOS Bug #48334 (Rejected): Check of osd_scrub_auto_repair_num_errors happens before PG stat error is ...
David Zafman
03:06 AM RADOS Bug #48334 (Rejected): Check of osd_scrub_auto_repair_num_errors happens before PG stat error is ...
David Zafman
01:48 AM Revision 4ee600b3 (ceph): Merge pull request #38243 from idryomov/wip-relax-preauth-asserts-again
msg/async/ProtocolV2: allow rxbuf/txbuf get bigger in testing, again
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redha...
Ilya Dryomov
01:46 AM Revision a0230e1e (ceph): Merge pull request #38252 from idryomov/wip-resurrect-log-compression
qa/tasks/ceph: resurrect log compression
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

11/23/2020

11:51 PM Revision 0e4bc277 (ceph): qa/tasks/ceph: resurrect log compression
Commit 953662555840 ("qa/tasks/ceph: use Cluster.sh() and Remote.sh()
when appropriate") dropped run.wait(), which wa...
Ilya Dryomov
11:06 PM Revision 94df9cd3 (ceph): rgw: temporarily disable calls to defer_gc() in RGWGetObj
cls_rgw_gc_queue_update_entry() is known to cause data loss when called
on objects that have not actually been schedu...
Casey Bodley
10:55 PM Orchestrator Documentation #48333 (Rejected): cephadm: document the image used by cephadm to call ceph-volume ...
... Sebastian Wagner
09:42 PM rgw Bug #46257 (In Progress): FAIL: s3tests_boto3.functional.test_s3select
this was fixed in https://github.com/ceph/s3select/pull/14, but the ceph submodule was never updated to include these... Casey Bodley
09:07 PM Revision d4b0215a (ceph): doc/dev/developer_guide: prefer Latinate verbs to English phrasal verbs
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Fixes: https://tracker.ceph.com/issues/46365
Anthony D'Atri
07:17 PM rgw Bug #48332 (New): rgw: null versioned delete markers removal doesn't sync
null versioned delete marker can exist in suspended versioning buckets. Yehuda Sadeh
06:58 PM rgw Backport #48331 (In Progress): octopus: Object not found on healthy cluster
J. Eric Ivancich
06:52 PM rgw Backport #48331 (Resolved): octopus: Object not found on healthy cluster
https://github.com/ceph/ceph/pull/38249 J. Eric Ivancich
06:58 PM Revision d091d82a (ceph): rgw: during GC defer, prevent new GC enqueue
With the new queue-based GC code, when a GC defer operation is
performed, it adds an "urgent" record to prevent GC fr...
J. Eric Ivancich
06:32 PM bluestore Bug #48036: bluefs corrupted in a OSD
@Satoru,
could you please reproduce the issue once again, now with both debug_bluefs set to 20 and debug_bluestore s...
Igor Fedotov
06:06 PM bluestore Bug #48036: bluefs corrupted in a OSD
Satoru Takeuchi wrote:
> @Igor
>
> Do you have any progress?
Hi Satoru,
sorry for a long response.
At the se...
Igor Fedotov
06:30 PM Revision afdd217a (ceph): 14.2.15
Jenkins Build Slave User
06:22 PM rgw Bug #47866: Object not found on healthy cluster
I exchanged email with Pritha, who is the true expert on modern GC in RGW, to clarify my own questions. I'm pasting t... J. Eric Ivancich
03:24 PM rgw Bug #47866: Object not found on healthy cluster
Denis Krienbühl wrote:
> Pritha Srivastava wrote:
> > Denis Krienbühl wrote:
> > > Pritha Srivastava wrote:
> > >...
Pritha Srivastava
03:10 PM rgw Bug #47866: Object not found on healthy cluster
Pritha Srivastava wrote:
> Denis Krienbühl wrote:
> > Pritha Srivastava wrote:
> > > Please note that this will re...
Denis Krienbühl
02:47 PM rgw Bug #47866: Object not found on healthy cluster
Denis Krienbühl wrote:
> Pritha Srivastava wrote:
> > Please note that this will remove the gc entries before their...
Pritha Srivastava
01:29 PM rgw Bug #47866: Object not found on healthy cluster
Pritha Srivastava wrote:
> Please note that this will remove the gc entries before their expiration time.
What do...
Denis Krienbühl
04:09 AM rgw Bug #47866: Object not found on healthy cluster
If the affected users have increased the value of rgw_gc_obj_min_wait, then before restoring the original expiration ... Pritha Srivastava
06:21 PM ceph-volume Backport #48302: nautilus: ceph-volume lvm batch fails activating filestore dymcrypt osds
Jan Fajerski wrote:
> https://github.com/ceph/ceph/pull/38198
merged
Yuri Weinstein
06:21 PM Revision aed230d6 (ceph): Merge pull request #38198 from jan--f/wip-48302-nautilus
nautilus: ceph-volume: fix filestore/dmcrypt activate
Reviewed-by: Dimitri Savineau <dsavinea@redhat.com>
Reviewed-b...
Yuri Weinstein
06:02 PM rgw Bug #48330 (New): rgw: fix GC defer process and clean up from immediate fix
We had a temporary fix to avert a data loss bug here:
https://tracker.ceph.com/issues/47866
But now GC defe...
J. Eric Ivancich
05:42 PM Documentation #23442 (Resolved): Add description of new auth profiles
Zac Dover
05:31 PM Revision 8a47edfc (ceph): Merge branch 'master' into anthonyeleven/docs-14730
Anthony D'Atri
05:08 PM Revision 07d2ded9 (ceph): test/librbd: rename tests to match proper namespaces
Some of the new crypto tests use a generic test name that
doesn't include the full namespace of the class under test....
Jason Dillaman
05:06 PM Revision c569a302 (ceph): Merge pull request #37875 from orozery/librbd-luks-format
librbd: add LUKS support
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:00 PM rgw Bug #48329 (New): cls_rgw_gc_queue_remove_entries() doesn't remove entries from xattr urgent data
cls_rgw_gc_queue_remove_entries() has to scan the entries it's removing from the queue in order to also remove any ur... Casey Bodley
04:48 PM rgw Bug #48328 (New): inefficient check for xattr urgent data in cls_rgw_gc_queue_list_entries()
cls_rgw_gc_queue_list_entries() reads the urgent data map at the beginning as part of read_queue_head(). but if urgen... Casey Bodley
04:22 PM rgw Bug #48321: notifications: tag based filtering works only for object deletions
in "nautilus" only "copy" does not work. so, this should be fixed in nautilus as well, however, since nautilus does n... Yuval Lifshitz
04:13 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
v14.2.11 has got hybrid allocator enabled but bluestore_volume_selection_policy was still at original there. Hence th... Igor Fedotov
03:00 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))

I got the same issue in nautilus 14.2.11
it happened four times on different nodes..
Bálint Szűcs
02:49 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Igor Fedotov wrote:
> Thanks everybody for updates. Yeah I understand all the complexities for the debugging this so...
Dan van der Ster
02:06 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Thanks everybody for updates. Yeah I understand all the complexities for the debugging this sort of issues in a produ... Igor Fedotov
01:55 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
I got the same issue in nautilus 14.2.14
it happened four times on different nodes..
Bálint Szűcs
01:01 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
I got the same issue in nautilus 14.2.14
Full trace: https://paste.ubuntu.com/p/4KHcCG9YQx/
Seena Fallah
12:49 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Hi Igor,
thanks for answering.
The thing is:
- Issue isn't reproduceable
- Happens on Production Systems.
...
Bastian Mäuser
12:45 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
Meanwhile I see no way to troubleshoot this unless one is able to repro the issue with debug-bdev set to 20. Igor Fedotov
12:43 PM bluestore Bug #48276: OSD Crash with ceph_assert(is_valid_io(off, len))
The following patch once merged [and backported] will provide more insight on the issue's root cause.
https://gith...
Igor Fedotov
04:12 PM Revision c21d4cbc (ceph): Merge pull request #38201 from lixiaoy1/minor_fix_parent_cache
librbd/plugin: delete field m_image_ctx in ParentCache
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:48 PM rgw Bug #48327 (Fix Under Review): Infinite loop in old reset-stats
Casey Bodley
03:30 PM rgw Bug #48327 (Resolved): Infinite loop in old reset-stats
from-index was not updated causing a inf loop for buckets > 1000 Abhishek Lekshmanan
03:32 PM Revision ea3c1bfb (ceph): librbd: add LUKS support
This commit introduces internal (not yet part of the api) librbd functions for:
1. formating an RBD image in LUKS for...
Or Ozeri
02:40 PM CephFS Bug #48318 (Won't Fix): Client: the directory's capacity will not be updated after write data int...
rstats are propagated lazily. Try doing an fsync. Patrick Donnelly
02:33 PM Documentation #47976: orchestrator doc misleads with v2 port 3000 instead of 3300
This one was all Anthony D'Atri. Zac Dover
02:32 PM Documentation #47976 (Resolved): orchestrator doc misleads with v2 port 3000 instead of 3300
Zac Dover
02:32 PM Revision 8c6b533e (ceph): Merge pull request #38089 from anthonyeleven/anthonyeleven/docs-47976
doc/mgr: Fix msgr2 TCP port in a couple of examples
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
02:18 PM Dashboard Bug #48237 (Pending Backport): Unable to disable SSO
Volker Theile
02:15 PM Bug #48326 (Closed): Could not access non-public-addr.
I am using rook-ceph in the Kubernetes cluster. So, Cluster IP is NATed as Pod IP.
Arguments for ceph-mon include:...
jichan lee
02:05 PM Revision f6c35929 (ceph): Merge pull request #38180 from anthonyeleven/anthonyeleven/docs-23442
doc/rados/operations: Add description of new auth profiles
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
02:01 PM Documentation #14730 (Resolved): description of upgrade procedure - stopping/starting OSDs
anthonyeleven (Anthony D'Atri) put this one down. Zac Dover
01:48 PM Documentation #47339: "paramaeters" appears on https://docs.ceph.com/docs/master/releases/octopus...
Anthony d'Atri put this one down. Zac Dover
01:46 PM bluestore Documentation #23443 (Resolved): doc: object -> file -> disk is wrong for bluestore
Zac Dover
01:45 PM Revision 7e3fa13a (ceph): librbd/migration: implement a callback hook for processing http requests
The S3 authentication scheme requires adding additional headers to the
outbound request as well as computing a secure...
Jason Dillaman
01:45 PM Revision 393dddb7 (ceph): librbd/migration: simplify common http result code handling
Move the processing of common HTTP result codes (not found, permission
denied, etc) higher up the stack so it can be ...
Jason Dillaman
01:45 PM Revision b58bb486 (ceph): librbd/migration: implement a basic S3 stream source
The new S3 stream requires a fully qualified URL to a bucket
(i.e. no virtual host names) along with the access and s...
Jason Dillaman
01:45 PM Revision 8ee92b87 (ceph): librbd/api/Migration: fix potential double-close of image
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:45 PM Revision fef41bf1 (ceph): librbd/migration: move read processing into HttpClient
This will allow the logic to be re-used between the standard
HTTP stream and the future S3 stream.
Signed-off-by: Ja...
Jason Dillaman
01:35 PM Revision d340b036 (ceph): Merge pull request #38229 from wjwithagen/wjw-fix-librbd-HttpStream.cc
librbd: Fix variable declaration in capture list in lambda
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Ja...
Jason Dillaman
01:29 PM Orchestrator Bug #48325 (Resolved): PlacementSpec: 'NoneType' object has no attribute 'copy'
... Sebastian Wagner
01:21 PM devops Bug #48324 (New): install-deps
We cannot build Ceph nautilus on Ubuntu 16.04 although it is said that this version is all the time supported on Ubun... Kinga Karczewska
01:18 PM Revision 4c89c26d (ceph): ceph-volume: fix test_setup_device_device_name_is_none
Let's call this function by using the same syntax than other tests.
This will make it work with py2 in nautilus branc...
Guillaume Abrioux
01:11 PM Revision b284509c (ceph): ceph-volume: fix test_setup_device_device_name_is_none
Let's call this function by using the same syntax than other tests.
This will make it work with py2 in nautilus branc...
Guillaume Abrioux
01:09 PM Revision 422f922c (ceph): msg/async/ProtocolV2: allow rxbuf/txbuf get bigger in testing, again
With CEPHX_V2 authorizer challenges brought back in commit
4a82c72e3bdd, these need to be bumped again, as two author...
Ilya Dryomov
01:06 PM mgr Backport #48265 (Resolved): nautilus: mgr becomes unresponsive when the progress bar is shown
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38173
m...
Nathan Cutler
01:06 PM RADOS Backport #48244 (Resolved): nautilus: collection_list_legacy: pg inconsistent
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38100
m...
Nathan Cutler
01:05 PM ceph-volume Backport #48185 (Resolved): nautilus: ceph-volume lvm batch doesn't work anymore with --auto and ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38046
m...
Nathan Cutler
12:59 PM Revision b19e5ff6 (ceph): Merge PR #38207 into master
* refs/pull/38207/head:
ceph-volume: fix test_setup_device_device_name_is_none
Reviewed-by: Dimitri Savineau <dsavi...
Jan Fajerski
12:29 PM Revision 36a7dc30 (ceph): blk: log is_valid_io() parameters when unsuccessful.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
12:20 PM Revision de870cac (ceph): Merge pull request #38092 from anthonyeleven/anthonyeleven/docs-mixed-d...
doc/rados/operations: enhance primary affinity section
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
11:55 AM Linux kernel client Bug #46828: cephfs kernel client s390x: Missing the first created directory when running ls
Could somebody help me to close this one ? I don't see a change status button. Thanks. Tuan Hoang
11:54 AM Linux kernel client Bug #46828: cephfs kernel client s390x: Missing the first created directory when running ls
Fixed in kernel commit : ebce3eb2f7ef9f6ef01a60874ebd232450107c9a
Closing this. Many thanks.
Tuan Hoang
10:21 AM Revision d8c20265 (ceph): rgw: fix build after rebasing.
Signed-off-by: Mark Houghton <mhoughton@microfocus.com> Mark Houghton
09:49 AM Revision 2b4e6288 (ceph): mgr/dashboard: add form button panel
Fixes: https://tracker.ceph.com/issues/48016
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
Tatjana Dehler
09:45 AM Revision 1974c1a9 (ceph): cmake: require Lua 5.3 and up
fixes: https://tracker.ceph.com/issues/48312
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Deepika Upadhyay
09:28 AM Revision 1c722aa8 (ceph): mgr/dashboard: display placement column in service table
Fixes: https://tracker.ceph.com/issues/44404
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
09:11 AM Revision 1786a658 (ceph): mgr/dashboard: refactor back button event
Convert the `back` input event into a `backAction` output
event in order to be a bit more flexible with implementing
...
Tatjana Dehler
09:11 AM Revision faa93577 (ceph): mgr/dashboard: add additional wording
Signed-off-by: Tatjana Dehler <tdehler@suse.com> Tatjana Dehler
09:09 AM Dashboard Cleanup #48222 (Resolved): mgr/dashboard: new password page design
Tatjana Dehler
09:09 AM Dashboard Bug #46548 (Resolved): mgr/dashboard: Unable to create user with non-ASCII chars using CLI
Tatjana Dehler
09:01 AM Dashboard Bug #43165 (In Progress): mgr/dashboard: remove `/api/orchestrator/<resource>` endpoints if possible
Kiefer Chang
08:27 AM Revision 7496be71 (ceph): common/config_proxy: clear the values.changed in _gather_changes()
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
08:02 AM RADOS Bug #48320 (Fix Under Review): mon/mon-last-epoch-clean.sh fails
Kefu Chai
08:00 AM Revision 0ecef752 (ceph): mon/OSDMonitor: drop osd_epoch of manually marked out osd
this change addresses the regression introduced by
f994925908c720f8e0b3fda2f1fc51ef6e757de3.
in f994925908c720f8e0b3...
Kefu Chai
08:00 AM Revision 1455904a (ceph): osd/OSDMonitor: use range-based loop when appropriate
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:39 AM RADOS Bug #48323: "size 0 != clone_size 10" in clog - clone size mismatch when deduped object is evicted
https://github.com/ceph/ceph/pull/38237 Myoungwon Oh
07:38 AM RADOS Bug #48323 (Resolved): "size 0 != clone_size 10" in clog - clone size mismatch when deduped objec...
When evicting deduped object which is cloned,
we try to shrink its size to zero if all chunks are in chunk_map.
How...
Myoungwon Oh
07:15 AM Orchestrator Bug #48312 (Fix Under Review): compilation fails if earlier version of lua is present
Deepika Upadhyay
06:39 AM mgr Bug #39264: Ceph-mgr Hangup and _check_auth_rotating possible clock skew, rotating keys expired w...
FYI: I upgraded to version 15.2.6 and I see this problem as well. Sebastian Luna-Valero
06:13 AM Revision 2f0fe914 (ceph): Merge pull request #38181 from anthonyeleven/anthonyeleven/docs-23443
doc: object -> file -> disk is wrong for bluestore
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
06:10 AM Revision acf80f11 (ceph): Merge pull request #34506 from ktdreyer/doc-rm-sysv-init
doc: remove SysV init reference in manual deployment walkthrough
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
06:07 AM Revision 73a48dfe (ceph): global: reexpand the conf meta in all the child processes
Especially for the tools or the daemons whose config options need
to expand the '$pid', they will be always expanded ...
Xiubo Li
03:29 AM rgw Bug #48322: rgw copy obj should check the object size
https://github.com/ceph/ceph/pull/38234 yunqing wang
03:19 AM rgw Bug #48322 (New): rgw copy obj should check the object size
As the doc of boto3 says, copy obj should also check the object size and reject the request when the object is large ... yunqing wang

11/22/2020

10:07 PM Dashboard Tasks #47900 (Resolved): mgr/dashboard: update QoS values when editing a Pool/RBD image
Avan Thakkar
07:28 PM rgw Bug #48321 (Pending Backport): notifications: tag based filtering works only for object deletions
tags filtering fails for object "put" and "copy".
tags are not populated into req_state when filtering is done
Yuval Lifshitz
05:37 PM Revision ae2bb428 (ceph): rbd: add "help" command to rbd-wnbd
At the moment, "rbd-wnbd" says that "help" is an unsupported command,
only "rbd-wnbd -h" works. This isn't very user ...
Lucian Petrut
03:37 PM rgw Bug #47866 (Pending Backport): Object not found on healthy cluster
J. Eric Ivancich
08:48 AM rgw Bug #47866: Object not found on healthy cluster
This actually makes a lot of sense.
Here are what we have set in our config:
* rgw_gc_obj_min_wait: 300
* rgw_gc_p...
Julien Demais
03:36 PM Revision cf18f7e9 (ceph): Merge pull request #38228 from ivancich/wip-rgw-gc-defer-should-not-enq...
rgw: during GC defer, prevent new GC enqueue
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
J. Eric Ivancich
02:44 PM RADOS Bug #48320 (Resolved): mon/mon-last-epoch-clean.sh fails
... Kefu Chai
01:24 PM Revision b7e8d11d (ceph): Merge pull request #38231 from anthonyeleven/anthonyeleven/docs-40579
doc/rados/operations: POOL_NEAR_FULL on OSD_NEAR_FULL
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:39 AM Revision 125674b6 (ceph): blk/kernel/io_uring: do not guard liburing backend with __x86_64__ anymore
Signed-off-by: JiangYu <lnsyyj@hotmail.com>
Let the liburing library to ensure the support of the iouring system cal...
Jiang Yu
09:59 AM rgw Bug #48319 (New): rgw add x-amz-version-id and x-amz-copy-source-version-id for copyobj
joke lee
08:55 AM rgw Bug #48293 (Fix Under Review): notification: radosgw-admin hangs on while closing
Yuval Lifshitz
08:02 AM Revision 7fde53bb (ceph): doc/rados/operations: POOL_NEAR_FULL on OSD_NEAR_FULL
Fixes: https://tracker.ceph.com/issues/40579
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri
07:57 AM Revision 61a7eb86 (ceph): doc/rados/operations: enhance primary affinity section
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com> Anthony D'Atri
06:10 AM RADOS Documentation #40579 (Fix Under Review): doc: POOL_NEAR_FULL on OSD_NEAR_FULL
Kefu Chai
06:04 AM Documentation #47339 (Resolved): "paramaeters" appears on https://docs.ceph.com/docs/master/relea...
Kefu Chai
06:03 AM Revision d3cf17da (ceph): Merge pull request #38090 from anthonyeleven/anthonyeleven/docs-47339
doc/releases: correct spelling
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:47 AM RADOS Bug #45761 (Fix Under Review): mon_thrasher: "Error ENXIO: mon unavailable" during sync_force com...
Kefu Chai
05:43 AM Bug #48048 (Resolved): osd: fix bluestore stupid allocator
Kefu Chai
05:42 AM Revision 46ad0835 (ceph): Merge pull request #37900 from jhonxue/master
os/bluestore/StupidAllocator: choose the right bin when bdev_block_size changed
Reviewed-by: Igor Fedotov <ifedotov@...
Kefu Chai
05:41 AM Revision ed77641a (ceph): Merge pull request #38161 from petrutlucian94/msg_timeout
msg: use timeout when initiating connection
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Kefu Chai...
Kefu Chai
05:40 AM bluestore Fix #48272 (Resolved): osd: fix bluestore avl allocator
Kefu Chai
05:39 AM Revision 6a52585e (ceph): Merge pull request #38070 from dvanders/dvanders_trimto
mon/OSDMonitor, mon/PaxosService: additional debug outputs when trimming
Reviewed-by: Joao Eduardo Luis <joao@suse.c...
Kefu Chai
05:39 AM Revision 57f385f6 (ceph): Merge pull request #38148 from jhonxue/wip-fix-bluestore-avl-allocator
os/bluestore: do not call _block_picker() again if already searched from start()
Reviewed-by: Kefu Chai <kchai@redha...
Kefu Chai
05:36 AM Revision b6c92fd8 (ceph): Merge pull request #38128 from tchaikov/wip-mon-add-space-in-log
mon/OSDMonitor: add a space after function name in logging message
Reviewed-by: Joao Eduardo Luis <joao@suse.com>
Kefu Chai
02:32 AM Revision b3cede6d (ceph): doc/releases: correct spelling
Fixes: https://tracker.ceph.com/issues/47339
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri
01:59 AM Revision 2d583065 (ceph): Merge pull request #38227 from tchaikov/wip-store-test
test/store_test: pass raw Formatter pointer as expected
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Kefu Chai
12:35 AM Revision eab63a64 (ceph): osd:modify conf, timeout & suicide timeout, of workqueue at runtime to ...
Signed-off-by: simon gao <simon29rock@gmail.com> simon gao

11/21/2020

10:25 PM Revision 80ae2d28 (ceph): librbd: Fix variable declaration in capture list in lambda
Fixes: https://github.com/ceph/ceph/pull/38000
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Willem Jan Withagen
09:50 PM rgw Bug #47866: Object not found on healthy cluster
Denis Krienbühl wrote:
> Eric Ivancich wrote:
> > Do you have the means to rebuild your RGWs with the PR attached t...
J. Eric Ivancich
09:40 PM rgw Bug #47866: Object not found on healthy cluster
Gaudenz Steinlin wrote:
> I made some tests in our lab and can confirm the theory. I was able to reproduce this bug....
J. Eric Ivancich
09:31 PM rgw Bug #47866: Object not found on healthy cluster
I made some tests in our lab and can confirm the theory. I was able to reproduce this bug. I used the following setti... Gaudenz Steinlin
08:28 PM rgw Bug #47866: Object not found on healthy cluster
Eric Ivancich wrote:
> Do you have the means to rebuild your RGWs with the PR attached to this tracker? If so that w...
Denis Krienbühl
08:21 PM rgw Bug #47866: Object not found on healthy cluster
Denis Krienbühl wrote:
> Your theory aligns perfectly with our request logs. Here are the longest measured GET reque...
J. Eric Ivancich
07:58 PM rgw Bug #47866: Object not found on healthy cluster
Your theory aligns perfectly with our request logs. Here are the longest measured GET requests for all of the S3 obje... Denis Krienbühl
07:23 PM rgw Bug #47866: Object not found on healthy cluster
Please note that there is now a PR attached to this Tracker. I still have not been able to reproduce, as using my com... J. Eric Ivancich
06:59 PM rgw Bug #47866 (Fix Under Review): Object not found on healthy cluster
J. Eric Ivancich
05:07 PM rgw Bug #47866: Object not found on healthy cluster
IMPORTANT
rgw_gc_obj_min_wait is set in seconds.
So 2 hours, the default, is 7200 seconds.
5 hours is 18000 seco...
J. Eric Ivancich
04:28 PM rgw Bug #47866: Object not found on healthy cluster
Denis Krienbühl wrote:
> Your theory sounds plausible to me. Though if I understand correctly we might be able to ve...
J. Eric Ivancich
04:26 PM rgw Bug #47866: Object not found on healthy cluster
Your theory sounds plausible to me. Though if I understand correctly we might be able to verify this by looking at ou... Denis Krienbühl
04:09 PM rgw Bug #47866: Object not found on healthy cluster
Based on a review of code paths, I have a theory as to why this happens. There's an immediate configuration change th... J. Eric Ivancich
06:52 PM Revision 2603485b (ceph): rgw: during GC defer, prevent new GC enqueue
With the new queue-based GC code, when a GC defer operation is
performed, it adds an "urgent" record to prevent GC fr...
J. Eric Ivancich
05:16 PM Revision a8749d19 (ceph): test/store_test: pass raw Formatter pointer as expected
this addresses the FTBFS regression introduced by
f153a7031e56534723c0fc891869902c58acb473
Signed-off-by: Kefu Chai ...
Kefu Chai
03:42 PM Revision 1f73875c (ceph): mon: make mon summary more concise in 'ceph -s'
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 3e7c185bd4b2312f9801b8664fb175801c904871)
Conf...
Sage Weil
03:41 PM Revision 4f0404df (ceph): mon: have 'mon stat' output json as well
Fixes: https://tracker.ceph.com/issues/46816
Signed-off-by: Joao Eduardo Luis <joao@suse.com>
(cherry picked from co...
Joao Eduardo Luis
03:41 PM Revision fccee062 (ceph): qa/cephtool: test 'mon stat' commands
Signed-off-by: Joao Eduardo Luis <joao@suse.com>
(cherry picked from commit 122388429d01ef2f294dc2846d16d88aa0bdba68)...
Joao Eduardo Luis
01:41 PM rbd Bug #48296 (Pending Backport): [rbd_support] Attempting to background remove in-use image results...
Mykola Golub
01:41 PM Revision 40400826 (ceph): Merge pull request #38196 from dillaman/wip-48296
pybind/mgr/rbd_support: delay creation of progress module events
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
11:01 AM Revision 8f26ecb3 (ceph): Merge pull request #38223 from Rethan/fix_formatter_pointer
test: free Formatter pointers
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:09 AM Revision f153a703 (ceph): test/: use unique_ptr for some formatter whose pointers were not released.
some code under test use formatter to output, but Formatter *f
was not freed like elsewere. So use unique_ptr to avoi...
haoyixing
06:45 AM Revision 50f4c0de (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:45 AM Revision f1015b4d (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
06:45 AM Revision 9b453153 (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
06:45 AM Revision 00a0c28b (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
06:45 AM Revision 8955c2ec (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
06:45 AM Revision c59c4928 (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
03:01 AM CephFS Bug #48318 (Resolved): Client: the directory's capacity will not be updated after write data into...
The reproduction steps are as follows:... wei qiaomiao
12:36 AM mgr Backport #48265: nautilus: mgr becomes unresponsive when the progress bar is shown
https://github.com/ceph/ceph/pull/38173 merged Yuri Weinstein
12:36 AM Revision a9f19fb7 (ceph): Merge pull request #38173 from kamoltat/wip-ksirivad-nautilus-backports2
nautilus:mgr/progress: introduce turn off/on feature
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
12:23 AM dmclock Bug #48317 (Resolved): Client requests aren't scheduled
The issue that clients aren't scheduled happens after PushPriorityQueue::schedule_request() is processed in PushPrior... Yongseok Oh

11/20/2020

11:46 PM Revision e2ea2214 (ceph): client: when STATX_NLINK is requested request FsLs caps
We currently determine the getattr request mask prior to doing the
lookup, so we don't necessarily know whether the t...
Jeff Layton
11:38 PM Revision 3db582b1 (ceph): client: ensure we take Fs caps when querying dirstat vxattrs
Dirstats values are only updated when Fs caps are held, so ensure that
we request those caps in the _getattr call whe...
Jeff Layton
11:28 PM CephFS Bug #48313 (In Progress): client: ceph.dir.entries does not acquire necessary caps
My mistake -- fix isn't quite ready yet. We might want to roll in a fix that gets the same caps when we look for the ... Jeff Layton
11:23 PM CephFS Bug #48313: client: ceph.dir.entries does not acquire necessary caps
@Jeff, you marked this as "Fix under review" but where is the PR? Patrick Donnelly
03:38 PM CephFS Bug #48313 (Resolved): client: ceph.dir.entries does not acquire necessary caps
Cloned from linux kernel client tracker #48104. The userland client needs the same change to take Fs caps for dirstat... Jeff Layton
10:50 PM Revision 0ba96676 (ceph): Merge pull request #38220 from neha-ojha/wip-fix-label-2
.github/labeler.yml: fix pybind and common rules
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Neha Ojha
10:17 PM mgr Bug #48221: ceph_osd_numpg reported from ceph-mgr different from ceph osd df tree
Can you reproduce this on a newer version of Ceph? I see this on luminous.
One possible explanation for ceph_osd_num...
Neha Ojha
10:16 PM mgr Feature #44856 (In Progress): telemetry: report orch backend
Not at the moment, thanks.
Let me know please in case there is additional data to gather.
Yaarit Hatuka
10:08 PM rgw Bug #48316 (New): rgw: bi entry mtime discrepancy after incremental sync of versioned object
Can happen when the object creation is followed by attribute change (such as acl) on the same object version. The obj... Yehuda Sadeh
10:07 PM RADOS Bug #48219 (Resolved): qa/standalone/scrub/osd-scrub-test.sh: TEST_scrub_extented_sleep: return 1
Neha Ojha
10:07 PM RADOS Bug #48220 (Resolved): qa/standalone/misc/ver-health.sh: TEST_check_version_health_1: return 1
Neha Ojha
09:34 PM rgw Bug #47866: Object not found on healthy cluster
I see, I'll try to run a search for case "a" next week. We have plenty of access logs going back a few months detaili... Denis Krienbühl
09:29 PM rgw Bug #47866: Object not found on healthy cluster
Denis Krienbühl wrote:
> Eric Ivancich wrote:
>
> > a. if you have a bucket that doesn't get deletes then using t...
J. Eric Ivancich
09:26 PM rgw Bug #47866: Object not found on healthy cluster
Sorry to update again, but I want to cover both newer and older gc implementations. The egrep discussed above is now:... J. Eric Ivancich
09:14 PM rgw Bug #47866: Object not found on healthy cluster
Eric Ivancich wrote:
> a. if you have a bucket that doesn't get deletes then using the egrep command above will he...
Denis Krienbühl
08:55 PM rgw Bug #47866: Object not found on healthy cluster
Denis Krienbühl wrote:
> Eric Ivancich wrote:
> > If you have a bucket where things get uploaded and maybe read but...
J. Eric Ivancich
07:43 PM rgw Bug #47866: Object not found on healthy cluster
Eric Ivancich wrote:
> If you have a bucket where things get uploaded and maybe read but rarely deleted, and if you'...
Denis Krienbühl
07:30 PM rgw Bug #47866: Object not found on healthy cluster
Just to clarify on why this is helpful: "If you have a bucket where things get uploaded and maybe read but rarely del... J. Eric Ivancich
07:21 PM rgw Bug #47866: Object not found on healthy cluster
We realize not everyone is able to do this, but for those who can, here is one approach we're using to try to nail th... J. Eric Ivancich
07:14 PM rgw Bug #47866: Object not found on healthy cluster
If the multipart components are themselves larger than the striping size, they two can have shadow tail objects, as s... J. Eric Ivancich
03:04 PM rgw Bug #47866: Object not found on healthy cluster
Update: forget what I said. When I retrieve the ETag via boto3, I get 57ba90377073200f91b5dbee7aaece6-64 instead. I a... Janek Bevendorff
03:03 PM rgw Bug #47866: Object not found on healthy cluster
Thank you, I'm glad to see the @__multipart@ files in there, as that's what I'm counting on.
And just in case some...
Denis Krienbühl
02:56 PM rgw Bug #47866: Object not found on healthy cluster
I crated a bucket and uploaded two 1GB multipart objects. Here's what the radoslist looks like:... Janek Bevendorff
01:55 PM rgw Bug #47866: Object not found on healthy cluster
Update: It seems like @refcount.put@ is the call that logs the @__multipart@ file about to be deleted. Denis Krienbühl
01:18 PM rgw Bug #47866: Object not found on healthy cluster
Janek Bevendorff wrote:
> Yes, it is uploading multiple parts and the resulting RADOS objects live in the multipart ...
Denis Krienbühl
12:55 PM rgw Bug #47866: Object not found on healthy cluster
Yes, it is uploading multiple parts and the resulting RADOS objects live in the multipart namespace, not the shadow n... Janek Bevendorff
12:39 PM rgw Bug #47866: Object not found on healthy cluster
Janek Bevendorff wrote:
> I wanted to reupload our multipart objects as single parts and noticed something very stra...
Denis Krienbühl
12:03 PM rgw Bug #47866: Object not found on healthy cluster
I wanted to reupload our multipart objects as single parts and noticed something very strange: Not all multipart obje... Janek Bevendorff
08:55 AM rgw Bug #47866: Object not found on healthy cluster
Sorry if that was unclear. The majority of all objects we have in total are single-part objects. The affected objects... Janek Bevendorff
08:34 AM rgw Bug #47866: Object not found on healthy cluster
Janek Bevendorff wrote:
> I don't think the issue is packet loss per se. The objects in our affected buckets were al...
Denis Krienbühl
08:34 AM rgw Bug #47866: Object not found on healthy cluster
Janek Bevendorff wrote:
> I don't think the issue is packet loss per se. The objects in our affected buckets were al...
Denis Krienbühl
08:30 AM rgw Bug #47866: Object not found on healthy cluster
I don't think the issue is packet loss per se. The objects in our affected buckets were all filled by a Hadoop job ru... Janek Bevendorff
08:12 AM rgw Bug #47866: Object not found on healthy cluster
Another update from our side: We have two sites, a larger and a smaller one. The smaller site was successfully scanne... Denis Krienbühl
09:31 PM RADOS Backport #48244: nautilus: collection_list_legacy: pg inconsistent
Mykola Golub wrote:
> https://github.com/ceph/ceph/pull/38100
merged
Yuri Weinstein
09:30 PM Revision 5ebb030a (ceph): Merge pull request #38100 from trociny/wip-48244-nautilus
nautilus: os/bluestore: fix "end reached" check in collection_list_legacy
Reviewed-by: Josh Durgin <jdurgin@redhat.c...
Yuri Weinstein
09:08 PM CephFS Feature #6373: kcephfs: qa: test fscache
I started testing fscache in my home environment about a year ago and found that it was pretty horribly broken. David... Jeff Layton
07:53 PM Revision 1f538d4e (ceph): .github/labeler.yml: fix pybind and common rules
Noticed it didn't work in https://github.com/ceph/ceph/pull/38206
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
07:35 PM Dashboard Feature #48315 (New): mgr/dashboard: check Prometheus/Alertmanager support behind a reverse proxy
Ernesto Puerta
07:33 PM Revision e8dac811 (ceph): Merge pull request #38193 from dang/wip-dang-zipper-9
RGW - Zipper 9: Write path Daniel Gryniewicz
07:32 PM Dashboard Feature #48314 (New): mgr/dashboard: reverse proxy support
This is an epic to track all issues related to Dashboard not working behind a reverse proxy. Ernesto Puerta
06:29 PM Orchestrator Bug #46247: cephadm mon failure: Error: no container with name or ID ... no such container
yes, looks like so, removing to avoid confusion Deepika Upadhyay
06:25 PM Orchestrator Bug #48072: ppa:projectatomic is no longer maintained
Hey Sebastian,
saw exit code on failure: ...
Deepika Upadhyay
05:54 PM ceph-volume Backport #48185: nautilus: ceph-volume lvm batch doesn't work anymore with --auto and full SSD/NV...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/38046
merged
Yuri Weinstein
05:54 PM Revision 4fc8360b (ceph): Merge pull request #38046 from dsavineau/wip-48185-nautilus
nautilus: ceph-volume: fix lvm batch auto with full SSDs
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Reviewed-by:...
Yuri Weinstein
05:54 PM Revision 5d22b7d2 (ceph): rgw: rename variable for clarity
Signed-off-by: Mark Houghton <mhoughton@microfocus.com> Mark Houghton
05:53 PM Revision ba23750b (ceph): rgw: fix RGWDeleteMultiObj::verify_permission
Signed-off-by: Mark Houghton <mhoughton@microfocus.com> Mark Houghton
05:40 PM Revision 4f152419 (ceph): rgw: Check user permissions for governance retention bypass in multi-ob...
fixes: https://tracker.ceph.com/issues/47586
Signed-off-by: Mark Houghton <mhoughton@microfocus.com>
Mark Houghton
05:40 PM Revision 1a3f0855 (ceph): rgw: Check S3 object lock date in multi-object delete
Multi-object delete (via the S3 API) will now check each object's retention date in the same way as single object del... Mark Houghton
05:40 PM Revision 6989da1b (ceph): rgw: Honour governance retention override in multi-object delete.
Allow governance retention to be overridden by a suitably privileged user.
Fixes: http://tracker.ceph.com/issues/47...
Mark Houghton
05:38 PM Revision 8208d845 (ceph): Zipper - ObjectProcessor
Fix the ObjectProcessor classes to use Zipper APIs
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Daniel Gryniewicz
04:56 PM rgw Bug #47800 (Resolved): rgw/tempest test failure in test_object_upload_in_segments
Casey Bodley
04:56 PM rgw Bug #47801 (Resolved): rgw/tempest test failure in test_get_object_with_x_object_manifest
Casey Bodley
04:55 PM Revision c2a1edbd (ceph): Merge pull request #37734 from matthewoliver/rgw_swift_dlo_fix
rgw: Check all shards for user manifest parts
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Casey Bodley
04:47 PM Revision dcd3403a (ceph): Merge pull request #38062 from s0nea/wip-dashboard-new-password
mgr/dashboard: amend the look & feel of the login password form
Reviewed-by: nizamial09 <nia@redhat.com>
Reviewed-by...
Ernesto Puerta
04:45 PM Revision e238c6f6 (ceph): Merge pull request #37740 from s0nea/wip-dashboard-ceph-input-validation
mgr/dashboard: validate username while creation
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Kef...
Ernesto Puerta
04:43 PM Revision 85c538a5 (ceph): Merge pull request #37719 from tspmelo/wip-rbd-invalid-name
mgr/dashboard: RBD: Disable actions when name is not valid
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-b...
Ernesto Puerta
04:37 PM Revision a886061e (ceph): Merge pull request #38000 from dillaman/wip-librbd-migration-3
librbd: http-based migration source
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Mykola Golub <mgolub@suse...
Mykola Golub
03:55 PM Revision 7d691a03 (ceph): Merge pull request #38214 from rzarzynski/wip-crimson-pg-drop-undefined...
crimson: drop two undefined method declarations from PG
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:52 PM Revision 4b940cfb (ceph): Merge pull request #38216 from rzarzynski/wip-crimson-no-pg-in-opsexecuter
crimson: make OpsExecuter unaware about the giant PG class
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:28 PM Revision 0905425c (ceph): Zipper - WriteOp
Add WriteOp to the Zipper API, and use it.
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Daniel Gryniewicz
03:28 PM Revision c590759d (ceph): Zipper - Assorted cleanups
- Move cluste stat into public header, allowing more zipper cleanup
- Swift versioning
- Implement a MPSerializer for...
Daniel Gryniewicz
03:28 PM Revision e3013cb0 (ceph): Remove copy from ceph::static_ptr
The copy functionality of ceph::static_ptr is unused, and it means that
nothing containing a std::unique_ptr (or any ...
Daniel Gryniewicz
03:17 PM rbd Cleanup #48305 (Resolved): rbd: drop initd-based systems for rbdmap
Jason Dillaman
01:01 AM rbd Cleanup #48305 (Fix Under Review): rbd: drop initd-based systems for rbdmap
Xiubo Li
01:01 AM rbd Cleanup #48305 (Resolved): rbd: drop initd-based systems for rbdmap
Ceph versions jewel and above only support systemd. Xiubo Li
03:17 PM Revision 2ea32d35 (ceph): Merge pull request #38122 from lxbsz/rbdmap_init
rbd: drop initd-based systems for rbdmap
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Mykola Golub...
Jason Dillaman
03:15 PM Revision d9879eb0 (ceph): Merge pull request #37576 from p-se/doc-cephadm-custom-monitoring-templ...
mgr/cephadm: document setting custom monitoring templates for configuration files
Reviewed-by: Kiefer Chang <kiefer....
Sebastian Wagner
02:42 PM Revision 66f647b0 (ceph): Merge pull request #37696 from p-se/cephadm-monitoring-grafana-tls
doc/cepham: instructions for custom Grafana TLS certs
Reviewed-by: Alexandra Settle <asettle@suse.com>
Reviewed-by: ...
Sebastian Wagner
02:14 PM Revision 4070fb54 (ceph): Merge pull request #38210 from rzarzynski/wip-crimson-fix-warning-in-wi...
crimson: fix a warning in PG::with_lock_obc().
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:04 PM Orchestrator Bug #48312 (Resolved): compilation fails if earlier version of lua is present
... Deepika Upadhyay
01:49 PM Revision 0136695a (ceph): crimson: make OpsExecuter unaware about PG.
`PG` is heavy-weight class with many responsibilities.
Exposing it to lower-layer may suggest there is far more
coupl...
Radoslaw Zarzynski
01:49 PM Revision d10d2672 (ceph): crimson: OpsExecuter stores only const reference to MOSDOp.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
01:48 PM Revision 784a7983 (ceph): crimson: drop the declared but undefined PG::do_osd_op().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
01:48 PM Revision 2aa627ca (ceph): crimson: drop the declared but undefined PG::do_pgnls().
`PgOpsExecuter` takes care; it's not not a responsibility
of `PG` anymore.
Signed-off-by: Radoslaw Zarzynski <rzarzy...
Radoslaw Zarzynski
01:45 PM Revision 9f27a832 (ceph): crimson: comment on why OpsExecuter needs PG.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:56 PM Dashboard Feature #44404 (Fix Under Review): mgr/dashboard: display placement column in service table
Volker Theile
12:45 PM RADOS Bug #48298: hitting mon_max_pg_per_osd right after creating OSD, then decreases slowly
Now, about 18 hours later, the @num_pg@ already has dropped quite a bit. These are the exact same OSDs. The balancer ... Jonas Jelten
12:43 PM rgw Bug #47910: radosgw crash on objecter operations
Thanks for confirming on large buckets/EC pools.
Correct; that patch is the only change in the ceph packages in th...
Mauricio Oliveira
06:00 AM rgw Bug #47910: radosgw crash on objecter operations
Both of them.
I checked your links. I should implement https://github.com/cbodley/ceph/commit/d23507bd1295a29ccae3...
Rafal Wadolowski
12:23 AM rgw Bug #47910: radosgw crash on objecter operations
Hey Rafal,
Thanks!
By the way, does your ceph cluster have:
1) bucket(s) with a large number of objects?
2)...
Mauricio Oliveira
12:42 PM Revision bfb0dbf0 (ceph): rbd: update "rbd-wnbd show" error handling
We'll update the "rbd-wnbd show" command to return -ENOENT
when the specified mapping doesn't exist, instead of retur...
Lucian Petrut
12:38 PM RADOS Bug #48030: mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_op_timeout not getti...
aah, was working alongside octopus batch, might had confused, sorry Deepika Upadhyay
12:27 PM Dashboard Bug #48012 (Resolved): mgr/dashboard: documentation links do not work on octopus, nautilus or old...
Kefu Chai
12:27 PM Revision 178ac34c (ceph): Merge pull request #38061 from tchaikov/wip-48012
mgr/dashboard: use http://docs.ceph.com/en/${release}/ for the domain…
Reviewed-by: Ernesto Puerta <epuertat@redhat....
Kefu Chai
12:25 PM mgr Bug #48309 (Fix Under Review): a few scrubs or remapped PGs blocks the upmap balancer
Kefu Chai
10:43 AM mgr Bug #48309 (Resolved): a few scrubs or remapped PGs blocks the upmap balancer
In the balancer/module.py we have... Dan van der Ster
11:54 AM Revision f9d69d45 (ceph): crimson: fix a warning in PG::with_lock_obc().
Without the fix, on a build with `NDEBUG` set,
GCC complains:
```
crimson/osd/pg.cc:869:35: warning: control reaches...
Radoslaw Zarzynski
11:53 AM Revision c6e6eb5e (ceph): mgr/orchestrator: Sort 'ceph orch device ls' by host
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
11:31 AM mgr Bug #48310 (Rejected): mgr module
Dan van der Ster
11:24 AM mgr Bug #48310 (Rejected): mgr module
Dan van der Ster
11:29 AM mgr Bug #48311 (Resolved): mgr module INFO should be logged by default
Clusters need to have debug_mgr 4/5 in order to see the useful mgr module INFO lines, e.g.:... Dan van der Ster
11:09 AM Revision 191d9fa4 (ceph): mgr/balancer: fix available pgs sent to calc_pg_upmaps
Fix the calculation of how many PGs are available to be balanced
each iteration.
Fixes: https://tracker.ceph.com/iss...
Dan van der Ster
11:06 AM Revision 8be1718f (ceph): librbd/plugin: delete field m_image_ctx
librbd::plugin::ParentCache may be shared by more than one images.
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com>
Xiaoyan Li
10:52 AM Revision 568baa76 (ceph): Merge pull request #38177 from jhonxue/fix-test-objectstore-allocator
test/objectstore: handle -ENOSPC returned by allocate()
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Reviewed-by: K...
Kefu Chai
10:46 AM Revision 02e6f33f (ceph): ceph-volume: fix test_setup_device_device_name_is_none
Let's call this function by using the same syntax than other tests.
This will make it work with py2 in nautilus branc...
Guillaume Abrioux
10:37 AM Orchestrator Bug #48263 (Won't Fix): cephadm: ambigious container name `ceph-00000000-0000-0000-0000-0000deadb...
please reopen, if you think we should improve this eventually Sebastian Wagner
09:46 AM Orchestrator Bug #48263: cephadm: ambigious container name `ceph-00000000-0000-0000-0000-0000deadbeef` being c...
on second look, I suppose that's not the cause of failure here. I think the daemons crashed and none was found for lo... Deepika Upadhyay
10:02 AM mgr Bug #48307 (Duplicate): mgr restful encountering AttributeError while humanifying command
duplicate of #46980 Nathan Cutler
03:04 AM mgr Bug #48307 (Resolved): mgr restful encountering AttributeError while humanifying command
Prashant D
02:58 AM mgr Bug #48307: mgr restful encountering AttributeError while humanifying command
Prashant D wrote:
> The restful module encountering AttributeError due to python2 to python3 migration issue
>
> ...
Prashant D
02:46 AM mgr Bug #48307 (Duplicate): mgr restful encountering AttributeError while humanifying command
The restful module encountering AttributeError due to python2 to python3 migration issue
2020-11-13 10:26:38.264 7...
Prashant D
09:55 AM Revision a467274f (ceph): client: do not use g_conf().get_val<>() in libcephfs
The g_conf() will try to dereference the "g_ceph_context" to get
the "_conf", but the "g_ceph_context" won't be set i...
Xiubo Li
09:30 AM Dashboard Bug #48308: All OSD's not listing Ceph dashboard crush map viewer page
This is a duplicate of https://tracker.ceph.com/issues/45873 Avan Thakkar
09:05 AM Dashboard Bug #48308 (Duplicate): All OSD's not listing Ceph dashboard crush map viewer page
Crush Map viewer in Ceph dashboard is not listing all the drives attached in the cluster.
Attached snapshot from d...
Amudhan Pandia n
09:29 AM Revision 23cdcb1b (ceph): test/objectstore: handle -ENOSPC returned by allocate()
Fixes: https://tracker.ceph.com/issues/48288
Signed-off-by: Xue Yantao <jhonxue@tencent.com>
jhon xue
08:11 AM ceph-volume Backport #48304 (In Progress): octopus: prepare: the *-slots arguments have no effect
Jan Fajerski
08:10 AM Revision 3ced8f8a (ceph): ceph-volume: pass *-slots arguments to LV creation
Fixes: https://tracker.ceph.com/issues/44494
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from co...
Jan Fajerski
08:08 AM Revision 50f43c70 (ceph): use extent count for slots conversion instead of free count
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 4a81b4a2fbb4cafe45a8fe8cceeece636e51adb6)
Jan Fajerski
08:07 AM Revision 15bd005c (ceph): ceph-volume: available_lvm: vg space takes precedence
This changes available_lvm to check for generic reasons only if no VGs
were found. A VG can contain a (mounted) lv, w...
Jan Fajerski
07:53 AM Revision 7016a200 (ceph): qa/tasks: allow per file system config setting
Signed-off-by: Ramana Raja <rraja@redhat.com> Ramana Raja
07:53 AM Revision 8c11cdf5 (ceph): qa/tasks/{kclient,ceph_fuse}: allow mounting
... a specific filesystem.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
07:53 AM Revision a232d273 (ceph): qa/workunits/fs/snaps: allow tests to be run
... filesystems other than 'cephfs'.
It is not required to set 'allow_new_snaps' to True to allow snapshot
to be cr...
Ramana Raja
07:39 AM Revision 84757fc2 (ceph): doc/rados/troubleshooting: description of upgrade procedure - stopping/...
Fixes: https://tracker.ceph.com/issues/14730
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri
07:34 AM Revision 3e2e3e37 (ceph): doc/rados/operations: Add description of new auth profiles
Anthony D'Atri
07:12 AM Revision 4aa98df0 (ceph): doc/dev/developer_guide: "What Is Merged and When?" could be less collo...
Fixes: https://tracker.ceph.com/issues/46364
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri
07:08 AM Revision 73435185 (ceph): doc/dev/developer_guide: verb disagreement on "Testing: Unit Tests" page
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Fixes: https://tracker.ceph.com/issues/46367
Anthony D'Atri
06:58 AM Revision 9c67b804 (ceph): doc/mgr: Fix msgr2 TCP port in a couple of examples
Fixes: https://tracker.ceph.com/issues/47976
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri
06:52 AM Revision c847a2f6 (ceph): mgr/progress: introduce turn off/on feature
progress module can be turned off/on by using
the commands: 'progress off' and 'progress on'
As well as refractoring...
Kamoltat (Junior) Sirivadhna
06:45 AM Revision cec046e7 (ceph): mgr/dashboard: Display users current bucket quota usage
Fixes: https://tracker.ceph.com/issues/45011
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from c...
Avan Thakkar
06:43 AM Revision 154d05fe (ceph): doc: object -> file -> disk is wrong for bluestore
Address tracker 23443
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
doc: object -> file -> disk is wrong ...
Anthony D'Atri
06:29 AM Dashboard Feature #44865 (In Progress): mgr/dashboard: support zapping devices
Kiefer Chang
05:16 AM Revision 887aaf8d (ceph): mgr/dashboard: Merge disable and disableDesc
Fixes: https://tracker.ceph.com/issues/46750
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit 2...
Tiago Melo
04:59 AM Revision f3f0b302 (ceph): doc/conf: drop "u" prefix from string literals
since we've migrated to python3, there is no need to add "u" prefix
anymore.
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
04:59 AM Revision 664547a6 (ceph): doc/conf: disable "undefined name" warning from flake8
"tags" is exposed by sphinx, so we will have access to this variable
when sphinx imports this file. this silences the...
Kefu Chai
04:59 AM Revision 06d0bbc9 (ceph): doc/conf: add blank lines before class/func definitions
this change silences flake8 warnings like:
expected 2 blank lines after class or function definition, found 1
[E305]...
Kefu Chai
04:59 AM Revision 23626401 (ceph): doc: write releases.json to _static
this follows the convention of sphinx, so we can also customise this
path in future using "html_static_path". see als...
Kefu Chai
04:59 AM Revision c2151a38 (ceph): doc/conf: wrap lines over 79 chars
to be compliant with PEP8, see
https://www.python.org/dev/peps/pep-0008/#id19
also silences flake8 warning of
E501 ...
Kefu Chai
04:59 AM Revision e5c949db (ceph): doc/conf: re-group configurations
for better readability.
see also https://www.sphinx-doc.org/en/master/usage/configuration.html
Signed-off-by: Kefu ...
Kefu Chai
04:59 AM Revision 0980cde3 (ceph): doc/_static: match with branch encoded in pathname in URL
since we've migrated to RTD, a typical URL of ceph document looks like
https://docs.ceph.com/en/octopus/rados/
so i...
Kefu Chai
04:59 AM Revision b1c4a821 (ceph): doc/conf: generate releases.json in conf.py
pave the road to build all the ingredients of the document using RTD
facility.
Signed-off-by: Kefu Chai <kchai@redha...
Kefu Chai
04:22 AM Support #48287: ceph pool not utilizing all available raw storage

Hi,
This is another test cluster with the same kind of issue.
ceph version 15.2.5 (2c93eff00150f0cc5f106a5595...
Amudhan Pandia n
03:48 AM CephFS Backport #48111 (In Progress): octopus: doc: document MDS recall configurations
Wei-Chung Cheng
03:08 AM Revision 5d06380a (ceph): mgr/dashboard: Use pipe instead of calling function within template
This PR introduces the 'ngx-pipe-function' package to call functions in templates.
Fixes: https://tracker.ceph.com/i...
Volker Theile
02:40 AM bluestore Bug #48036: bluefs corrupted in a OSD
@Igor
Do you have any progress?
Satoru Takeuchi
02:31 AM Revision a74f8de1 (ceph): mgr/dashboard: use http://docs.ceph.com/en/${release}/ for the domain o...
* use the URL of RTD, where the locale is encoded in it.
* s/http/https/
* add test accordingly
Fixes: https://track...
Kefu Chai
02:01 AM rgw Bug #48289 (Fix Under Review): prefetch in rgw_file is done 3 times per read
Matt Benjamin
01:30 AM ceph-volume Bug #48270: libstoragemgmt calls fatally wound Areca RAID controllers on mira
https://github.com/libstorage/libstoragemgmt/issues/442
Dan Mick
12:53 AM ceph-volume Bug #48270: libstoragemgmt calls fatally wound Areca RAID controllers on mira
In fact... Dan Mick
12:31 AM ceph-volume Bug #48270: libstoragemgmt calls fatally wound Areca RAID controllers on mira
Have been debugging the libstoragmgmt code behind link_type_get. It appears the command failure/bus reset occurs on ... Dan Mick
01:25 AM Dashboard Bug #48306 (Rejected): mgr/dashboard: Unable accessing dashboard SSO via reverse proxy with mixed...
I have set up a Ceph cluster on Kubernetes with Rook, we have SSL offloading outside Kubernetes so we config the Ceph... Samson Hui
01:21 AM Revision 9863aa99 (ceph): Merge pull request #38179 from tchaikov/wip-github-labeler-manpage
github/labeler: label manpages changes with related component labels
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
01:19 AM Revision d9f820c2 (ceph): Merge pull request #38192 from rzarzynski/wip-crimson-backfill-improve-...
crimson: improve debugs in the backfill code
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:18 AM Revision fc9b8686 (ceph): Merge pull request #38191 from rzarzynski/wip-crimson-fix-typo-in-error...
crimson: fix a typo in errorator-related comment.
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai...
Kefu Chai
01:17 AM Revision 06001690 (ceph): Merge pull request #38197 from dillaman/wip-github-rbd-label
github/labeler: add rbd label to pybind/mgr/rbd_support
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:14 AM Revision 5dec5c7a (ceph): Merge pull request #38153 from tchaikov/wip-cmake-silence-warning
cmake: set advice.detachedHead=false when cloning liburing
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
01:10 AM Revision ed15ed51 (ceph): Merge pull request #38169 from ktdreyer/cephadm-noarch
rpm: cephadm package is noarch
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Sebastian Wagner <swagner...
Kefu Chai
01:04 AM Revision 21c8ccc3 (ceph): github/labeler: label manpages changes with related component labels
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:59 AM Revision b4722811 (ceph): Merge pull request #38183 from tchaikov/wip-doc-peering-diagram
doc: build peering state diagram using sphinx
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
12:58 AM Revision 9084e6bb (ceph): rbd: drop initd-based systems for rbdmap
Ceph versions jewel and above only support systemd.
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li

11/19/2020

11:47 PM Revision 2f5f16a0 (ceph): Merge pull request #33750 from petrutlucian94/windows.10
rbd: add Windows RBD support
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
09:18 PM ceph-volume Backport #48304 (Resolved): octopus: prepare: the *-slots arguments have no effect
https://github.com/ceph/ceph/pull/38205 Jan Fajerski
09:17 PM ceph-volume Backport #48303 (In Progress): octopus: ceph-volume lvm batch fails activating filestore dymcrypt...
Jan Fajerski
09:15 PM ceph-volume Backport #48303 (Resolved): octopus: ceph-volume lvm batch fails activating filestore dymcrypt osds
https://github.com/ceph/ceph/pull/38199 Jan Fajerski
09:17 PM Revision e9edcc37 (ceph): ceph-volume: fix filestore/dmcrypt activate
The uuid set for tags['ceph.journal_uuid'] should point to its
corresponding lv_uuid instead of the uuid generated fo...
Guillaume Abrioux
09:17 PM Revision 5d9d9649 (ceph): ceph-volume: cover devices.lvm.prepare.setup_device
Add some unit tests to cover setup_device() in devices.lvm.prepare
Signed-off-by: Guillaume Abrioux <gabrioux@redhat...
Guillaume Abrioux
09:17 PM ceph-volume Backport #48302 (In Progress): nautilus: ceph-volume lvm batch fails activating filestore dymcryp...
Jan Fajerski
09:15 PM ceph-volume Backport #48302 (Resolved): nautilus: ceph-volume lvm batch fails activating filestore dymcrypt osds
https://github.com/ceph/ceph/pull/38198 Jan Fajerski
09:17 PM Revision 9f6677e9 (ceph): ceph-volume: fix filestore/dmcrypt activate
The uuid set for tags['ceph.journal_uuid'] should point to its
corresponding lv_uuid instead of the uuid generated fo...
Guillaume Abrioux
09:17 PM Revision 01730162 (ceph): ceph-volume: cover devices.lvm.prepare.setup_device
Add some unit tests to cover setup_device() in devices.lvm.prepare
Signed-off-by: Guillaume Abrioux <gabrioux@redhat...
Guillaume Abrioux
09:14 PM ceph-volume Bug #44494 (Pending Backport): prepare: the *-slots arguments have no effect
This didn't make octopus :/ Jan Fajerski
09:13 PM Revision 365cb2f9 (ceph): github/labeler: add rbd label to pybind/mgr/rbd_support
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
09:11 PM rbd Bug #48296 (Fix Under Review): [rbd_support] Attempting to background remove in-use image results...
Jason Dillaman
08:00 PM rbd Bug #48296: [rbd_support] Attempting to background remove in-use image results in apparent stuck ...
Commit 6e1434eefc3dd4c815359a85d9d51a798983d9a2 includes changes to "librbd::image::PreRemoveRequest::handle_remove_s... Jason Dillaman
03:36 PM rbd Bug #48296 (In Progress): [rbd_support] Attempting to background remove in-use image results in a...
Jason Dillaman
03:14 PM rbd Bug #48296 (Resolved): [rbd_support] Attempting to background remove in-use image results in appa...
When attempting to background remove an RBD image when it's still in-use (i.e. it has a child image attached), the re... Jason Dillaman
09:11 PM ceph-volume Bug #48271 (Pending Backport): ceph-volume lvm batch fails activating filestore dymcrypt osds
Jan Fajerski
08:35 AM ceph-volume Bug #48271 (Fix Under Review): ceph-volume lvm batch fails activating filestore dymcrypt osds
Guillaume Abrioux
08:34 AM ceph-volume Bug #48271: ceph-volume lvm batch fails activating filestore dymcrypt osds
When the journal device is prepared, the uuid set in `tags['ceph.journal_uuid']` currently refers to the uuid generat... Guillaume Abrioux
09:09 PM Revision 969010da (ceph): Merge PR #38147 into master
* refs/pull/38147/head:
ceph-volume: cover devices.lvm.prepare.setup_device
ceph-volume: fix filestore/dmcrypt acti...
Jan Fajerski
09:09 PM Revision 66ddfee8 (ceph): pybind/mgr/rbd_support: include retryable error message in task
If a retryable error occurs, include the reason message in the
task JSON structure that is exposed via the "rbd task ...
Jason Dillaman
09:09 PM Revision c0069b00 (ceph): pybind/mgr/rbd_support: delay creation of progress event
Create the progress module event upon receipt of the first
progress callback from the librbd API. This will help to e...
Jason Dillaman
08:41 PM RADOS Documentation #7386: librados: document rados_osd_op_timeout and rados_mon_op_timeout options
Josh and @zdover23 : Both of these are marked in @options.cc@ as @LEVEL_ADVANCED@. There are >1500 options now, too ... Anthony D'Atri
08:36 PM Documentation #10245: RPM quick start for RHEL should explain where to get tcmalloc & python-flask
I *think* this is moot now. Thoughts? Anthony D'Atri
08:33 PM Documentation #11490: http://ceph.com/docs/master/ bottom links are obsolete
Given the current doc layout, and Kefu's note, I think we can close this old ticket as moot?
@zdover23
Anthony D'Atri
08:30 PM Documentation #12054: document include/stringify.h

Loïc, I'm cleaning up some dusty tracker tickets, and this is one of the oldest open documentation issues. Is th...
Anthony D'Atri
08:26 PM Documentation #13744: ceph-disk: document osd_mkfs_options_{fstype}
Oh man, I wish I'd come across this tracker 5 years ago, when I inherited a misguided addition of @-n size=65536@ to ... Anthony D'Atri
08:25 PM Revision b8a4685c (ceph): pybind/mgr/rbd_support: add linear backoff to retried tasks
When a task fails but will be retried, linearly increase the
delay for the next retry up to a maximum of 5 minutes.
...
Jason Dillaman
08:20 PM Documentation #13814: document the *_full* config options
Yes, I'm clearing up some dusty tracker issues. There is now some documentation of these at
https://docs.ceph.co...
Anthony D'Atri
08:16 PM Documentation #48301 (Resolved): Change option name references to the underscore versions
Ceph has long allowed config options to be specified with spaces or underscores in @ceph.conf@, eg. @mon target pg p... Anthony D'Atri
08:07 PM Documentation #48300 (New): Factor out service management commands
The docs include over 500 service management commands, and I just addressed a dusty tracker issue noting a remaining ... Anthony D'Atri
07:55 PM Documentation #14730: description of upgrade procedure - stopping/starting OSDs
Those are old-school Upstart service management commands.
The doc could use an update. Since services are managed...
Anthony D'Atri
07:41 PM ceph-volume Bug #37805 (Closed): ceph-ansible includes an incompatible role in stable-3.2
Guillaume Abrioux
07:32 PM Stable releases Tasks #48299: Nautilus v14.2.15
h3. QE VALIDATION (11/19/20)
*PRs list => https://pad.ceph.com/p/nautilus_v14.2.15_QE_PRs_LIST*
*This is a shor...
Yuri Weinstein
07:29 PM Stable releases Tasks #48299 (Resolved): Nautilus v14.2.15
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Yuri Weinstein
07:31 PM Orchestrator Bug #48261: cephadm ceph-volume inventory -- --format json-pretty: INFO:cephadm:/usr/bin/podman:...
It's kind of expected.
Why one would pass "--" to the cephadm ceph-volume command ?
I mean, using cephadm ceph-...
Dimitri Savineau
06:53 PM RADOS Bug #48298: hitting mon_max_pg_per_osd right after creating OSD, then decreases slowly
Another observation: The @num_pgs@ is the highest if it was created first on the same host. Later-created devices (hi... Jonas Jelten
06:37 PM RADOS Bug #48298 (New): hitting mon_max_pg_per_osd right after creating OSD, then decreases slowly
I just added OSDs to my cluster running 14.2.13.... Jonas Jelten
05:40 PM Documentation #21369: mon_subscribe_interval default value error.
The docs and code agree at 86400 seconds (1 day) in `master`.
In `luminous` docs do claim 300 while `options.cc` sho...
Anthony D'Atri
05:33 PM RADOS Documentation #22843: [doc][luminous] the configuration guide still contains osd_op_threads and d...
@zdover23 given Nathan's observation that upstream != RHCS, that some of the new options are in that document now, an... Anthony D'Atri
05:29 PM rgw Documentation #23027: document rgw_multipart_min_part_size

There are over 1500 options in the source as of today. `rgw_multipart_min_part_size` is marked as `ADVANCED`, and I...
Anthony D'Atri
05:23 PM RADOS Documentation #23354: doc: osd_op_queue & osd_op_queue_cut_off
The default value for `osd_op_queue_cutoff` changed to `high` with Octopus and was documented as such.
https://g...
Anthony D'Atri
04:57 PM rgw Bug #47588 (Resolved): sts test failures
Casey Bodley
04:55 PM Revision dd91fc12 (ceph): crimson: add a debug in update_on_peers() of the backfill code.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
04:55 PM Revision 6403cef7 (ceph): crimson: fix a debug in BackfillState::Enqueuing::Enqueuing.
Printed messages were messed up due to the erroneous comma.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
04:50 PM Revision 08b9f038 (ceph): crimson: fix a typo in errorator-related comment.
It was introduced in dca575992b34611d20f50c5db47e4b533cd7dc69.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
04:42 PM Revision d4c9d5e6 (ceph): mgr/cephadm: improve logging during JSONDecodeError
improve logging around JSONDecodeErrors that can occur during a
cephadm image pull, load of the extra_ceph_conf, and ...
Michael Fritch
04:41 PM Revision 46692e26 (ceph): mgr/cephadm: handle JSONDecodeError in OSD service
avoid exceptions when attempting an osd deployment etc.
Fixes: https://tracker.ceph.com/issues/48119
Signed-off-by: ...
Michael Fritch
04:41 PM Revision 6d759fb5 (ceph): mgr/cephadm: handle JSONDecodeError in the serve loop
avoid exceptions when attempting to parse invalid JSON output as this
will later cause the cephadm module to fail wit...
Michael Fritch
04:02 PM rgw Bug #48289: prefetch in rgw_file is done 3 times per read
please backport the fix to Nautilus Kajetan Janiak
09:48 AM rgw Bug #48289 (Resolved): prefetch in rgw_file is done 3 times per read
Each call to rgw_read (rgw_file.cc) invokes three calls to RGWRados::get_obj_state with RGWObjState::prefetch_data = ... Kajetan Janiak
03:59 PM Orchestrator Bug #44698 (Duplicate): cephadm: removing daemons leaves auth keys behind
Michael Fritch
03:56 PM Revision e5b74af4 (ceph): Merge pull request #37586 from cbodley/wip-rgw-bilog-layout
rgw: add bucket index log layout structure
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
Adam Emerson
03:51 PM RADOS Bug #48297 (New): OSD process using up complete available memory after pg_num change / autoscaler on
we did following change on our cluster (cephadm octopus 15.2.5):
ceph osd pool set one pg_num 512
after some ti...
Tobias Fischer
03:44 PM Orchestrator Feature #47139 (In Progress): Require a minimum version for podman/docker
Michael Fritch
11:53 AM Orchestrator Feature #47139: Require a minimum version for podman/docker
requiring podman >= 2.0 also for centos would make things a lot easier! Like #47139 Sebastian Wagner
03:34 PM Dashboard Bug #48295 (Fix Under Review): mgr/dashboard: The performance 'Client Read/Write' widget shows in...
Volker Theile
02:56 PM Dashboard Bug #48295 (In Progress): mgr/dashboard: The performance 'Client Read/Write' widget shows incorre...
Volker Theile
02:53 PM Dashboard Bug #48295 (Resolved): mgr/dashboard: The performance 'Client Read/Write' widget shows incorrect ...
The widget 'Client Read/Write' in the performance dashboard section does not show correct write values.
!screensho...
Volker Theile
03:31 PM Revision da9f71b1 (ceph): ceph-volume: fix lvm batch auto with full SSDs
The ceph-volume lvm batch --auto introduced by [1] breaks the backward
compatibility when using non rotational device...
Dimitri Savineau
03:31 PM Revision f0297fa9 (ceph): ceph-volume: add a unit tests to lvm batch
This commit adds unit tests in order to cover `_sort_rotational_disks()`
call when deploying with full hdd/ssd or mix...
Guillaume Abrioux
03:30 PM rgw Bug #47984: rgw: filter marker in list vesions
lei cao wrote:
> https://github.com/ceph/ceph/pull/37848
This PR has been closed as a result of another PR furth...
J. Eric Ivancich
03:29 PM rgw Bug #47984 (In Progress): rgw: filter marker in list vesions
A different PR is close to a solution, so the PR is updated.
https://github.com/ceph/ceph/pull/37790
J. Eric Ivancich
03:28 PM Revision 48ceb4ca (ceph): mgr/dashboard: The performance 'Client Read/Write' widget shows incorre...
Fixes: https://tracker.ceph.com/issues/48295
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from com...
Volker Theile
03:24 PM rgw Bug #48064 (Pending Backport): rgw: unnecessary payload is added at the end of the message
Or Friedmann
03:23 PM Revision aaf644da (ceph): Merge pull request #37914 from IlsooByun/rgw_invalid_resp
rgw: fix invalid payload issue when serving s3website error page
Reviewed-by: Or Friedmann <ofriedma@redhat.com>
Casey Bodley
03:09 PM Orchestrator Bug #48072 (Pending Backport): ppa:projectatomic is no longer maintained
Sebastian Wagner
03:01 PM Revision e60ff500 (ceph): Merge pull request #38182 from orozery/librbd-crypto-image-dispatch-fixes
librbd: fix crypto prepare_copyup to use new remap_extents api
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:57 PM Dashboard Bug #48294: mgr/dashboard: links to documentation broken
Kiefer Chang wrote:
> Does https://github.com/ceph/ceph/pull/38061 fix the problem?
I'd have to check, but as the...
Patrick Seidensal
02:47 PM Dashboard Bug #48294: mgr/dashboard: links to documentation broken
Does https://github.com/ceph/ceph/pull/38061 fix the problem? Kiefer Chang
02:42 PM Dashboard Bug #48294 (Resolved): mgr/dashboard: links to documentation broken
The links to the documentation seem to be broken because the redirect from http to https seems not to work properly a... Patrick Seidensal
02:51 PM Revision 1ceb6dfb (ceph): mgr/cephadm: upgrade: fail gracefully, if daemon redeploy fails
Current behaviour kills the `serve()` loop of mgr/cephadm
Fixes: https://tracker.ceph.com/issues/47684
Signed-off-by...
Sebastian Wagner
02:46 PM Revision 9e2a0a3e (ceph): ceph-volume: cover devices.lvm.prepare.setup_device
Add some unit tests to cover setup_device() in devices.lvm.prepare
Signed-off-by: Guillaume Abrioux <gabrioux@redhat...
Guillaume Abrioux
02:45 PM Revision ee3aece8 (ceph): ceph-volume: fix filestore/dmcrypt activate
The uuid set for tags['ceph.journal_uuid'] should point to its
corresponding lv_uuid instead of the uuid generated fo...
Guillaume Abrioux
02:41 PM rgw Bug #48293 (Resolved): notification: radosgw-admin hangs on while closing
when "data sync run" command is executed on a pubsub zone, the code creates the rabbitmq manager (as part initializin... Yuval Lifshitz
02:39 PM Orchestrator Bug #48263: cephadm: ambigious container name `ceph-00000000-0000-0000-0000-0000deadbeef` being c...
indeed hardcoded:
https://github.com/ceph/ceph/blob/dc42564807473726030f5b6baebbfe2d6f14bfc6/qa/workunits/cephadm...
Sebastian Wagner
07:26 AM Orchestrator Bug #48263: cephadm: ambigious container name `ceph-00000000-0000-0000-0000-0000deadbeef` being c...
sorry, I missed adding pulpito link, here: http://qa-proxy.ceph.com/teuthology/ideepika-2020-11-17_14:02:43-rados-wip... Deepika Upadhyay
02:32 PM Bug #48290: mgr/dashboard: deletion of host doesn't reflect the dashboard
cephadm doesn't tear down the services on a removed host yet. Please see #47782.
I would suggest we keep revealing t...
Kiefer Chang
12:27 PM Bug #48290 (Won't Fix): mgr/dashboard: deletion of host doesn't reflect the dashboard
On removing hosts the list is not getting updated (for both CLI & UI). Just the Edit/Delete actions gets disabled for... Avan Thakkar
02:15 PM Orchestrator Feature #48292 (Resolved): cephadm: allow more than 60 OSDs per host
If the cluster is set to have very dense nodes (>60 OSDs per host) please make sure to assign sufficient ports for Ce... Sebastian Wagner
02:04 PM Orchestrator Bug #48291 (Resolved): Grafana should not have a predictable default password
https://github.com/ceph/ceph/blob/dc42564807473726030f5b6baebbfe2d6f14bfc6/src/pybind/mgr/cephadm/templates/services/... Sebastian Wagner
01:48 PM Orchestrator Feature #47507 (In Progress): qa: add testing for Rook
Sebastian Wagner
01:43 PM Orchestrator Feature #43673 (Resolved): ceph-ansible playbook: pivot to cephadm
https://github.com/ceph/ceph-ansible/pull/5269 Sebastian Wagner
01:30 PM bluestore Bug #48070: Wrong bluefs db usage value (doubled) returned by `perf dump` when option `bluestore_...
``max_total_wal_size` is discussed here: https://github.com/ceph/ceph/pull/35277 Kinga Karczewska
01:29 PM bluestore Bug #48070: Wrong bluefs db usage value (doubled) returned by `perf dump` when option `bluestore_...
As it turned out, this was caused by small size of WAL (`bluestore block wal size`) and the fact I did not set `max_t... Kinga Karczewska
01:23 PM rgw Bug #48241: librgw double read
Keep in mind that if you're seeing the same read dispatched from nfs-ganesha twice, it most likely was issued twice. ... Matt Benjamin
01:10 PM rgw Bug #48241: librgw double read
Please be advised, librgw is somewhat broken on master, mostly due to zipper changes. The known issues are fixed in ... Matt Benjamin
10:14 AM rgw Bug #48241: librgw double read
Or Friedmann wrote:
> Is it possible to add the osd.log with debug_objclass 20 and debug_ms 1? (I want to see the cl...
chunsong feng
01:19 PM ceph-volume Feature #41294 (In Progress): ceph-volume should be able to list metadata for a specific osd
Rishabh Dave
01:05 PM Revision ac1f3fa4 (ceph): doc/script/gen_state_diagram: use itertools.cycle() for cycling in colors
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:05 PM Revision 4d4983dc (ceph): doc/script/gen_state_diagram: wrap lines which is over 80 chars
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:18 PM Orchestrator Subtask #45116 (Fix Under Review): cephadm: RGW Load balancer using HAproxy
Sebastian Wagner
12:17 PM Orchestrator Documentation #45165 (Can't reproduce): cephadm troubleshooting: recover from broken daemons
Sebastian Wagner
12:16 PM Orchestrator Documentation #45623 (Can't reproduce): cephadm: "ceph orch apply mon" is deploying in wrong nodes
Sebastian Wagner
12:16 PM Orchestrator Tasks #45814 (Resolved): tasks/cephadm.py: Add iSCSI smoke test
Sebastian Wagner
12:14 PM Orchestrator Documentation #46168 (Resolved): Add information about 'unmanaged' parameter
Sebastian Wagner
12:13 PM Orchestrator Documentation #46377 (Resolved): cephadm: Missing 'service_id' in last example in orchestrator#se...
Sebastian Wagner
12:12 PM Orchestrator Bug #46991: cephadm ls does not list legacy rgws
Yes, we should list legacy RGWs at this point. low prio, though. Sebastian Wagner
12:11 PM Orchestrator Cleanup #47131 (Resolved): mgr/cephadm: Move serve() into a dedicated serve.py
Sebastian Wagner
12:10 PM Orchestrator Cleanup #48140 (Duplicate): cephadm: provide dashboard URL + credentials in an friendly way
Sebastian Wagner
12:09 PM Orchestrator Documentation #45564: cephadm: document workaround for accessing the admin socket by entering run...
I'd close this as duplicate now Sebastian Wagner
12:04 PM Orchestrator Feature #43686 (Pending Backport): cephadm: support rgw nfs
Sebastian Wagner
12:02 PM mgr Feature #44856: telemetry: report orch backend
do you need more info from me? Sebastian Wagner
11:57 AM Orchestrator Feature #45712: Add 'state' attribute to ServiceSpec
* +1 for adding a state to cephadm's specs in the spec-store
* -1 for adding a state to the ServiceSpec class
Sebastian Wagner
11:56 AM Orchestrator Feature #46499: Requesting a "ceph orch redeploy monitoring" command, as an option, so user does ...
can we close this in favor of #45864 ? Sebastian Wagner
11:54 AM Orchestrator Feature #46666 (Resolved): cephadm: Introduce 'container' specification to deploy custom containers
Sebastian Wagner
11:53 AM Orchestrator Feature #47079 (Resolved): cephadm should create a log file
Sebastian Wagner
11:51 AM Orchestrator Feature #47261 (Need More Info): cephadm integration for cephfs-mirror daemon
Sebastian Wagner
11:51 AM Orchestrator Feature #47261: cephadm integration for cephfs-mirror daemon
what exactly do do you need here? which config options do we need? Sebastian Wagner
11:49 AM Orchestrator Feature #47370 (Resolved): cephadm to support configuration of rbd mirroring daemon
rbd-mirror already works. Sebastian Wagner
11:41 AM Orchestrator Feature #48114 (Duplicate): Cephadm to support Adding multiple instances of RGW in same node for ...
Sebastian Wagner
11:35 AM Orchestrator Bug #45167 (Can't reproduce): cephadm: mons are not properly deployed
Sebastian Wagner
11:35 AM Orchestrator Bug #45454 (Can't reproduce): cephadm: teardown: hang at sudo systemctl stop ceph-453d3962-9141-1...
Sebastian Wagner
11:34 AM Orchestrator Bug #46237 (Won't Fix): cephadm: Inconsistent exit code
Sebastian Wagner
11:34 AM Orchestrator Bug #46655: cephadm rm-cluster: Systemd ceph.target not deleted
the problem is: there might be other clusters. we have to make sure, no cluster is left. Only then we can remove the ... Sebastian Wagner
11:33 AM Revision dc425648 (ceph): Merge pull request #38158 from rhcs-dashboard/fix-labeler-master
github/labeler: disable sync-labels
Reviewed-by: David Galloway <dgallowa@redhat.com>
Reviewed-by: neha-ojha <nojha@...
Ernesto Puerta
11:31 AM Orchestrator Bug #44604 (Can't reproduce): cephadm: RGW: missing spec / mon store validation
Sebastian Wagner
11:31 AM Orchestrator Bug #44629 (Can't reproduce): cephadm: prometheus: graph queries are not working correctly
please reopen, if reproducible Sebastian Wagner
11:29 AM Orchestrator Bug #44747 (Can't reproduce): orch: `ceph orch ls --service_type` is broken
Sebastian Wagner
11:29 AM Orchestrator Bug #44756 (Resolved): drivegroups: replacement op will ignore existing wal/dbs
Sebastian Wagner
11:29 AM Orchestrator Bug #44781 (New): cephadm: monitoring: root volume alert doesn't work in container
Sebastian Wagner
11:28 AM Orchestrator Bug #44888 (Resolved): Drivegroup's :limit: isn't working correctly
Sebastian Wagner
11:28 AM Orchestrator Bug #45010 (Can't reproduce): cephadm: /etc/ceph/ceph.conf directory /etc/ceph does not exist
Sebastian Wagner
11:27 AM Orchestrator Bug #45451 (Can't reproduce): cephadm: `ceph orch redeploy mgr` never returns
Sebastian Wagner
11:27 AM Orchestrator Bug #45595 (Need More Info): qa/tasks/cephadm: No filesystem is configured and MDS daemon gets de...
Sebastian Wagner
11:26 AM Orchestrator Bug #45624 (Can't reproduce): cephadm: "ceph orch apply mgr" is deploying in wrong nodes
Sebastian Wagner
11:26 AM Orchestrator Bug #45719 (Can't reproduce): CommandFailedError: Command failed on smithi073 with status 1: 'tes...
Sebastian Wagner
11:25 AM Orchestrator Bug #45861 (Resolved): data_devices: limit 3 deployed 6 osds per node
Sebastian Wagner
11:23 AM Orchestrator Bug #46037 (Can't reproduce): ceph orch command hangs forever when trying to add osd
please reopen, if still reproducible Sebastian Wagner
11:22 AM Orchestrator Bug #46247: cephadm mon failure: Error: no container with name or ID ... no such container
the error itself is harmless and unrelated to the actual error. Sebastian Wagner
11:19 AM Orchestrator Bug #46327 (Won't Fix): cephadm: nfs daemons share the same config object
decided to migrate users instead. Sebastian Wagner
11:18 AM Orchestrator Bug #46561 (New): cephadm: monitoring services adoption doesn't honor the container image
I think we need to remove the hardcoded default images from cephadm and make them somehow configurable. Sebastian Wagner
11:15 AM Orchestrator Bug #46726 (Resolved): cephadm: deploying of monitoring images partially broken
Sebastian Wagner
11:13 AM Orchestrator Bug #46773: [RFE] validate argument of 'cephadm add-repo --release'
is this still reproducible? Sebastian Wagner
11:12 AM rgw Backport #47836: octopus: Add OIDC provider support in RGW STS
ok, thank you for the clarification. Pritha Srivastava
11:10 AM rgw Backport #47836: octopus: Add OIDC provider support in RGW STS
Pritha Srivastava wrote:
> The target version for this PR is v15.2.6, but when I check the v15.2.6 release I do not ...
Nathan Cutler
06:57 AM rgw Backport #47836: octopus: Add OIDC provider support in RGW STS
Hi @Nathan,
The target version for this PR is v15.2.6, but when I check the v15.2.6 release I do not see the relat...
Pritha Srivastava
11:12 AM Orchestrator Bug #46910 (Can't reproduce): cephadm: Unable to create an iSCSI target
Sebastian Wagner
11:11 AM Orchestrator Bug #47035 (Resolved): TypeError: _daemon_action_redeploy() missing 1 required positional argumen...
Sebastian Wagner
11:07 AM Orchestrator Bug #47169 (Won't Fix): cephadm: wrong command parsing for `cephadm logs`
Sebastian Wagner
11:07 AM Orchestrator Bug #47298 (Resolved): mgr/cephadm: keyrings are left behind after daemon removal
Sebastian Wagner
11:06 AM Orchestrator Bug #47336 (Can't reproduce): `orch device ls`: Unexpected argument '--wide'
Sebastian Wagner
11:06 AM Orchestrator Bug #47340 (Duplicate): _list_devices: 'NoneType' object has no attribute 'get'
Sebastian Wagner
11:05 AM Orchestrator Bug #47358: "ceph orch apply osd" chokes on valid service_spec.yml
MAybe we should just completely drop ... Sebastian Wagner
10:58 AM Orchestrator Bug #47709 (Duplicate): orchestrator._interface.OrchestratorValidationError: name mon.c already i...
Sebastian Wagner
10:57 AM Orchestrator Feature #47782: ceph orch host rm <host> is not stopping the services deployed in the respective ...
https://github.com/ceph/ceph/pull/34617 was an attempt to implement this, but the scheduler wasn't ready at that poin... Sebastian Wagner
10:49 AM Orchestrator Bug #47841 (Pending Backport): `ceph orch device ls` assumes lsm data is present
Sebastian Wagner
10:46 AM Orchestrator Bug #47905 (Need More Info): cephadm: cephadm bootstrap is missing structured output. (was: logg...
Sebastian Wagner
10:44 AM Orchestrator Bug #47905: cephadm: cephadm bootstrap is missing structured output. (was: logging to stderr)
Hm. I see the need and use case for this. How do we proceed here?
would printing a json document at the end of bo...
Sebastian Wagner
10:28 AM Orchestrator Bug #48019: cephadm: `ceph daemon <daemon-name> ...` is broken
Hm. Seems that when calling... Sebastian Wagner
10:26 AM rgw Bug #47866: Object not found on healthy cluster
An update on our efforts: We enabled @debug_ms 1@ and we are trying to find an object that vanishes while these logs ... Denis Krienbühl
10:21 AM rgw Backport #48101 (In Progress): octopus: Admin API returns 200 instead of 404 for Get Bucket Info
Nathan Cutler
10:18 AM Orchestrator Bug #48031 (Pending Backport): Cephadm: Needs to pass cluster.listen-address to alertmanager
Sebastian Wagner
09:25 AM Revision cee688c4 (ceph): osd,test: remove cdc_window_size entirely
To avoid miscalculation caused by boundary mismatch,
we prefer to read whole object.
Signed-off-by: Myoungwon Oh <my...
Myoungwon Oh
09:00 AM Revision e9af59a5 (ceph): doc/script/gen_state_diagram: only run if called as a script
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:00 AM Revision a14b2b42 (ceph): doc/script/gen_state_diagram: add "output" parameter to emit_dot()
this allows us to reuse this python script as a module.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:00 AM Revision cc586423 (ceph): doc: generate peering graph in conf.py
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:00 AM Revision 3c0bc498 (ceph): doc: pass graphviz options in conf.py
easier to maintain the options of sphinx extensions in a single place.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:09 AM Revision ba99f56f (ceph): Merge pull request #38146 from ljishen/peering_state_model
doc: increase visibility of the peering state diagram
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:03 AM Revision bb987178 (ceph): librbd: fix crypto prepare_copyup to use new remap_extents api
This commit changes the crypto prepare_copyup implementation to correctly
translate object extents to image extents, ...
Or Ozeri
07:43 AM rgw Bug #47910: radosgw crash on objecter operations
Hi Mauricio,
I am using package from download.ceph.com.
I can test the fix, I will back with the answers until en...
Rafal Wadolowski
07:07 AM bluestore Documentation #23443: doc: object -> file -> disk is wrong for bluestore
https://github.com/ceph/ceph/pull/38181 entered Anthony D'Atri
06:26 AM Documentation #23442: Add description of new auth profiles
I've entered https://github.com/ceph/ceph/pull/38180 to address this
Anthony D'Atri
06:01 AM RADOS Documentation #23612: doc: add description of new auth profiles
@zdover23 I think #23442 is a superset of this Anthony D'Atri
04:26 AM Revision 909bfa34 (ceph): doc: increase visibility of the peering state diagram
Signed-off-by: Jianshen Liu <jliu120@ucsc.edu> Jianshen Liu
04:24 AM RADOS Documentation #23777: doc: description of OSD_OUT_OF_ORDER_FULL problem
@zdover23 I believe that https://github.com/ceph/ceph/pull/31588 fixed this already.
Anthony D'Atri
04:16 AM bluestore Documentation #24075: Bluestore and Bluefs Config Reference
That document currently lists a number of BlueStore configuration options. Emre,is there anything specific that you ... Anthony D'Atri
04:13 AM RADOS Documentation #35968: [doc][jewel] sync documentation "OSD Config Reference" default values with ...
@zdover23 This is another one that I fear is moot at this late date. We won't see another Jewel release.
Anthony D'Atri
04:12 AM Revision f9c66290 (ceph): Merge pull request #38001 from badone/wip-powertools-repo-name-change
install-deps.sh: Make powertools repo case insensitive
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:09 AM RADOS Documentation #35967: [doc] sync documentation "OSD Config Reference" default values with code de...
@zdover The @options.cc@ values listed here appear to be current in _master_, and as with #38429 the @mimic@ and @lum... Anthony D'Atri
03:59 AM Documentation #38429: Fix incorrect default value of 'mon_osd_max_split_count'
I've verified that as of Mimic the value documented value was 300 and @options.cc@ did claim 32.
However, it seems...
Anthony D'Atri
03:37 AM Documentation #24277 (Resolved): doc: Update Repairing PG inconsistencies
This doc page was empty [1] once, but Zac updated it in [2].
[1] https://github.com/ceph/ceph/commit/dbb1dd33e6cc7...
Jos Collin
02:17 AM Documentation #24277: doc: Update Repairing PG inconsistencies
Something specific you'd like to see added / changed ?
Anthony D'Atri
03:30 AM Revision 08106742 (ceph): Merge branch 'octopus-saved' into octopus
Josh Durgin
03:03 AM bluestore Fix #48288 (Need More Info): test/objectstore: allocate function may return -ENOSPC
test/objectstore: allocate function may return -ENOSPC yantao xue
02:26 AM Support #48287 (Closed): ceph pool not utilizing all available raw storage
Hi,
ceph version 15.2.3 (d289bbdec69ed7c1f516e0a093594580a76b78d0) octopus (stable) - Currently in use in Debian b...
Amudhan Pandia n
02:19 AM rgw Documentation #25061: Wrong figure in multisite documentation
Which figure? What's wrong with it? Anthony D'Atri
12:37 AM RADOS Bug #48030: mon/caps.sh: mgr command(pg dump) waits forever due to rados_mon_op_timeout not getti...
Deepika Upadhyay wrote:
> seeing on octopus as well:
> https://pulpito.ceph.com/yuriw-2020-11-10_19:24:45-rados-wip...
Neha Ojha

11/18/2020

11:50 PM Revision a24f40bb (ceph): Merge pull request #38172 from zdover23/wip-doc-dev-unit-test-list-update
doc/dev: update list in unit test section
Reviewed-By: Nathan Cutler <ncutler@suse.com>
Neha Ojha
10:55 PM Revision eb733e94 (ceph): Merge pull request #38114 from orozery/librbd-crypto-prepare-copyup
librbd: add encryption support for copyup
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
10:55 PM Revision be72ffdf (ceph): Merge pull request #37935 from orozery/librbd-image-address-remap
librbd: add crypto image dispatch layer
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
09:55 PM RADOS Bug #46224 (Resolved): Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:54 PM CephFS Backport #48286 (Resolved): nautilus: rados/upgrade/nautilus-x-singleton fails due to cluster [WR...
https://github.com/ceph/ceph/pull/39706 Nathan Cutler
09:54 PM CephFS Backport #48285 (Resolved): octopus: rados/upgrade/nautilus-x-singleton fails due to cluster [WRN...
https://github.com/ceph/ceph/pull/38422 Nathan Cutler
09:53 PM Backport #48284 (Resolved): nautilus: /etc/sudoers.d/ceph-osd-smartctl file permissions don't con...
https://github.com/ceph/ceph/pull/39090 Nathan Cutler
09:53 PM Backport #48283 (Resolved): octopus: /etc/sudoers.d/ceph-osd-smartctl file permissions don't conf...
https://github.com/ceph/ceph/pull/38427 Nathan Cutler
09:53 PM bluestore Backport #48282 (Resolved): nautilus: osd: fix bluestore bitmap allocator
https://github.com/ceph/ceph/pull/39708 Nathan Cutler
09:53 PM bluestore Backport #48281 (Resolved): octopus: osd: fix bluestore bitmap allocator
https://github.com/ceph/ceph/pull/38430 Nathan Cutler
09:49 PM Orchestrator Bug #48019: cephadm: `ceph daemon <daemon-name> ...` is broken
Could it be that the admin_socket code has not been updated to reflect the fact that the asok files have moved?
Th...
Nathan Cutler
09:46 PM Orchestrator Bug #48019: cephadm: `ceph daemon <daemon-name> ...` is broken
Sebastian Wagner wrote:
> I think this actually works already. the mgr daemons have some random identifier. like mgr...
Nathan Cutler
02:58 PM Orchestrator Bug #48019: cephadm: `ceph daemon <daemon-name> ...` is broken
I think this actually works already. the mgr daemons have some random identifier. like mgr.<hostname>.xyzuizxy Sebastian Wagner
09:33 PM ceph-volume Bug #48270 (In Progress): libstoragemgmt calls fatally wound Areca RAID controllers on mira
Brad Hubbard
09:31 PM ceph-volume Bug #48270: libstoragemgmt calls fatally wound Areca RAID controllers on mira
That's a good point Dan. Could we document this in the release notes (as prominently as possible) as a 'known issue'? Brad Hubbard
09:29 PM ceph-volume Bug #48270: libstoragemgmt calls fatally wound Areca RAID controllers on mira
Yes, I intend to follow up with libstoragemgmt maintainers as well. It's possible there's a way to make this code fr... Dan Mick
08:43 AM ceph-volume Bug #48270 (Fix Under Review): libstoragemgmt calls fatally wound Areca RAID controllers on mira
Oh wow...that is not very nice. I pushed a PR to make this data retrieval optional and opt-in.
We should probably ...
Jan Fajerski
05:32 AM ceph-volume Bug #48270: libstoragemgmt calls fatally wound Areca RAID controllers on mira
I've reserved mira083 installed with CentOS 7 (we don't yet have a CentOS 8 image for mira), and can reproduce the bu... Dan Mick
05:18 AM ceph-volume Bug #48270 (Resolved): libstoragemgmt calls fatally wound Areca RAID controllers on mira
Preface: mira is very old hardware and has shown a tendency to be buggy WRT SCSI commands in the past (since the driv... Dan Mick
08:58 PM Orchestrator Bug #48275 (Duplicate): cephadm: get_last_local_ceph_image returns "<none>:<none>"
Nathan Cutler
08:58 PM Orchestrator Bug #48275 (New): cephadm: get_last_local_ceph_image returns "<none>:<none>"
This was closed as a duplicate of Orchestrator - Bug #47134: cephadm: Unable to infer container image when tag is mis... Nathan Cutler
01:19 PM Orchestrator Bug #48275 (Duplicate): cephadm: get_last_local_ceph_image returns "<none>:<none>"
Sebastian Wagner
01:17 PM Orchestrator Bug #48275 (Duplicate): cephadm: get_last_local_ceph_image returns "<none>:<none>"
... Sebastian Wagner
08:58 PM RADOS Documentation #38558: doc: osd [test-]reweight-by-utilization is not properly documented in ceph cli
@zdover23 I think https://github.com/ceph/ceph/pull/37268 fulfills this and thus it can be marked as completed. Anthony D'Atri
08:55 PM Documentation #39008: Doc: There are no recommendations about OS for Mimic and Nautilus.
Nautilus seems to be there now. Given that Mimic is two releases old at this point, I wonder how much it matters now. Anthony D'Atri
08:19 PM Revision becb9b6d (ceph): Merge pull request #38133 from zdover23/wip-doc-dev-unit-tests-1-of-7
doc/dev: update unit test 1 of 7
Reviewed-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
08:18 PM Revision 42c599bd (ceph): Merge pull request #38134 from zdover23/wip-doc-dev-unit-tests-2-of-7
doc/dev: update unit tests 2 of 7
Reviewed-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
08:15 PM Revision 50a2c7ea (ceph): Merge PR #38126 into master
* refs/pull/38126/head:
doc/cephfs/health-messages: add dot between mds identifier and it's name
Reviewed-by: Patri...
Patrick Donnelly
08:12 PM Revision 020cd51d (ceph): Merge pull request #38174 from neha-ojha/wip-fix-label
.github/labeler.yml: fix bluestore rule, add label for tests and classify core tests
Reviewed-by: Patrick Donnelly <...
Neha Ojha
08:03 PM Revision 9ba45ee6 (ceph): Merge pull request #37607 from pcuzner/docs-cephadm-host-maintenance
doc/dev/cephadm: Doc defining the design for host maintenance Paul Cuzner
07:11 PM Bug #48280 (New): The list of keyring, etc options in "Configuring Ceph" is misleading
https://docs.ceph.com/en/latest/rados/configuration/ceph-conf/#bootstrap-options
Under "Configuring Ceph" -> "Boot...
John Mulligan
07:08 PM Revision 3c11d5a2 (ceph): librbd: add encryption support for copyup
This commit implements the prepare_copyup api by the crypto object dispatch layer.
Signed-off-by: Or Ozeri <oro@il.i...
Or Ozeri
06:57 PM CephFS Bug #47689: rados/upgrade/nautilus-x-singleton fails due to cluster [WRN] evicting unresponsive c...
backport because of these failures: https://pulpito.ceph.com/teuthology-2020-11-17_03:29:52-upgrade:nautilus-p2p-naut... Patrick Donnelly
06:57 PM CephFS Bug #47689 (Pending Backport): rados/upgrade/nautilus-x-singleton fails due to cluster [WRN] evic...
Patrick Donnelly
06:50 PM Orchestrator Bug #48205: cephadm: last local ceph image tag can be null
PR has been updated to use a repository digest, because the image names are not available when using docker.
diges...
Michael Fritch
06:42 PM Revision 0dfcba19 (ceph): .github/labeler.yml: add label for tests and classify core tests
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
06:32 PM Revision 2e998630 (ceph): .github/labeler.yml: fix bluestore rule
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
05:35 PM Revision 491a2fa8 (ceph): doc/dev: update list in unit test section
This commit removes an unwanted extra
nested list layer from a list.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Zac Dover
05:34 PM Dashboard Bug #46425: Unhandled exception from module 'dashboard' while running on mgr.xxxx: IOError
Any help? Rams C
05:16 PM Revision ff5f9e15 (ceph): Merge pull request #38150 from zdover23/wip-doc-dev-unit-tests-3-of-7
doc/dev: update unit test declaration
Reviewed-by: Nathan Cutler <ncutler@suse.com>
zdover23
05:11 PM rgw Feature #46296 (Fix Under Review): notifications: support GetTopicAttributes API
Yuval Lifshitz
05:11 PM rgw Bug #47910: radosgw crash on objecter operations
Hi Rafal and Or,
Rafal,
Could you please confirm if you are using ceph packages from Ubuntu?
(say, Ubuntu Clou...
Mauricio Oliveira
04:52 PM Revision 89af82bf (ceph): Merge pull request #38054 from dzafman/wip-test-fixes
test: Fix osd-scrub-test.sh and ver-health.sh tests
Reviewed-by: Neha Ojha <nojha@redhat.com>
David Zafman
04:21 PM Revision d7313466 (ceph): rpm: cephadm package is noarch
The cephadm package contains an architecture-independent Python script,
empty directories, and an empty authorized_ke...
Ken Dreyer
04:19 PM rgw Bug #47866: Object not found on healthy cluster
We're hitting this problem in our 15.2.5 cluster as well. So far we know of one S3 that went missing, in a typical Do... Denis Krienbühl
01:07 PM rgw Bug #47866: Object not found on healthy cluster
I believe client-rgw is doing the job. The default here seems to be 0/0 and when I turn it back off, I have nothing i... Janek Bevendorff
12:59 PM rgw Bug #47866: Object not found on healthy cluster
Janek Bevendorff wrote:
> The config says the default for rgw is 1/5, that's why I was wondering. https://docs.ceph....
Dan van der Ster
12:54 PM rgw Bug #47866: Object not found on healthy cluster
The config says the default for rgw is 1/5, that's why I was wondering. https://docs.ceph.com/en/latest/rados/trouble... Janek Bevendorff
10:21 AM rgw Bug #47866: Object not found on healthy cluster
Janek Bevendorff wrote:
> I have enabled the setting via
>
> [...]
>
> I will check the logs when the next obj...
Dan van der Ster
10:20 AM rgw Bug #47866: Object not found on healthy cluster
Janek Bevendorff wrote:
> Short question here: isn't 1 the default log level anyway? I couldn't find any such messag...
Dan van der Ster
08:33 AM rgw Bug #47866: Object not found on healthy cluster
Short question here: isn't 1 the default log level anyway? I couldn't find any such messages in previous logs at least. Janek Bevendorff
08:28 AM rgw Bug #47866: Object not found on healthy cluster
I have enabled the setting via... Janek Bevendorff
04:25 AM rgw Bug #47866: Object not found on healthy cluster
In Comment #11 I asked: Is anyone experiencing this issue willing to run their RGWs with 'debug_ms=1'?
Let me fol...
J. Eric Ivancich
04:09 PM Revision 672c4844 (ceph): Merge pull request #38132 from ceph/rhel_8_distros
qa/distros: add RHEL 8.3 and use RHEL 8.3 as default rakesh manohar
04:07 PM Orchestrator Bug #48157: test_cephadm.sh failure You have reached your pull rate limit. You may increase the l...
@Sebastian I also observed it by direct ssh to senta04/vossi04 to pull any other image ... Deepika Upadhyay
03:28 PM Orchestrator Bug #48157: test_cephadm.sh failure You have reached your pull rate limit. You may increase the l...
we already have a caching registry for docker.io in sepia which is in ative use.
It's just that it is only used b...
Sebastian Wagner
03:54 PM Revision cfabba66 (ceph): Merge PR #34552 into master
* refs/pull/34552/head:
tests: add snap schedule tests
snap-schedule: reject invalid retention specs
mgr/snap_sche...
Patrick Donnelly
03:31 PM Orchestrator Feature #48114: Cephadm to support Adding multiple instances of RGW in same node for 5.0 release
Right. co-locating services is on the agenda, but not super high priority. Sebastian Wagner
03:29 PM Orchestrator Bug #48142 (Fix Under Review): rados:cephadm/upgrade/mon_election tests are failing: CapAdd and p...
Sebastian Wagner
03:26 PM Orchestrator Bug #48158 (Pending Backport): cephadm bootstrap fails with custom ssh port
Sebastian Wagner
03:26 PM Orchestrator Bug #48166 (Pending Backport): cephadm should be run as root
Sebastian Wagner
03:22 PM Orchestrator Bug #48263: cephadm: ambigious container name `ceph-00000000-0000-0000-0000-0000deadbeef` being c...
any idea where this comes from? https://github.com/ceph/ceph/search?q=deadbeef Sebastian Wagner
03:21 PM Orchestrator Bug #48277 (Duplicate): cephadm infer image: <none>:<none>, despite --filter dangling=false
Sebastian Wagner
03:18 PM Orchestrator Bug #48277 (Fix Under Review): cephadm infer image: <none>:<none>, despite --filter dangling=false
Sebastian Wagner
01:49 PM Orchestrator Bug #48277 (Duplicate): cephadm infer image: <none>:<none>, despite --filter dangling=false
... Sebastian Wagner
03:17 PM Orchestrator Bug #44587 (Can't reproduce): failed to write <pid> to cgroup.procs:
Sebastian Wagner
03:16 PM Revision 4cf49997 (ceph): cephadm: reference the last local image by digest
use the image digest rather than repo/tag combo when inferring the last
used local ceph image
Fixes: https://tracker...
Michael Fritch
03:15 PM mgr Bug #48217 (Resolved): FAIL: test_osd_came_back (tasks.mgr.test_progress.TestProgress)
Neha Ojha
03:15 PM Revision 1523bf9b (ceph): Merge pull request #38107 from ceph/wip-mgr-progress-fix-48217
qa/mgr/test_progress: add _get_osd_in_out_events to account for osd marked in/out events
Reviewed-by: Neha Ojha <noj...
Neha Ojha
03:13 PM Revision 0dd7b26f (ceph): doc/dev: update unit test declaration
This commit updates the text in the "How
Unit Tests Are Declared" section of
tests-unit-tests.rst. This commit breaks...
Zac Dover
03:07 PM Orchestrator Feature #47507: qa: add testing for Rook
I did a similar thing about a year ago: https://github.com/sebastian-philipp/test-rook-orchestrator/blob/master/test_... Sebastian Wagner
02:55 PM Orchestrator Bug #45973 (New): Adopted MDS daemons are removed by the orchestrator because they're orphans
Sebastian Wagner
02:53 PM Orchestrator Bug #46453 (Can't reproduce): cephadm: iSCSI container fails to start
I think we solved this in the meantime Sebastian Wagner
02:51 PM Orchestrator Feature #47335 (Resolved): cephadm: Make the Monitoring templates super flexible
Sebastian Wagner
02:48 PM Orchestrator Bug #45093 (Resolved): cephadm: mgrs transiently getting co-located (one node gets two when only ...
Sebastian Wagner
02:47 PM Orchestrator Bug #46529 (Resolved): cephadm: error removing storage for container "...-mon": remove /var/lib/c...
Sebastian Wagner
02:47 PM Orchestrator Bug #47078 (Need More Info): cephadm: ForwardToSyslog=yes (aka really huge syslog)
Sebastian Wagner
02:44 PM Orchestrator Bug #47170 (Resolved): cephadm "ceph-c2f4ec26-c63c-11ea-80c1-90b11c20b87d-osd.3-activate" is alre...
Sebastian Wagner
02:42 PM Orchestrator Bug #44231 (Resolved): cephadm: cannot capture core files
Sebastian Wagner
02:41 PM Orchestrator Bug #47384 (Resolved): cephadm: Remove assignment to member variable in ServiceSpecs
Sebastian Wagner
02:40 PM Orchestrator Bug #47305 (Resolved): cephadm: podman not optional on SUSE
Sebastian Wagner
02:37 PM mgr Backport #48279 (In Progress): octopus: mgr_test_case: skipTest is an instance method, not a clas...
Rishabh Dave
02:27 PM mgr Backport #48279 (Resolved): octopus: mgr_test_case: skipTest is an instance method, not a class m...
https://github.com/ceph/ceph/pull/38165 Rishabh Dave
02:37 PM Revision 60f642ab (ceph): qa/mgr: mgr_test_case: raise SkipTest instead of calling skipTest()
skipTest() is being used as a class method which is not correct since
it's an instance method. Replace call to skipTe...
Rishabh Dave
02:22 PM mgr Bug #48152 (Pending Backport): mgr_test_case: skipTest is an instance method, not a class method
Since Kefu recommends creating backports - https://github.com/ceph/ceph/pull/37992#issuecomment-729690559. Rishabh Dave
02:18 PM mgr Bug #48152 (Fix Under Review): mgr_test_case: skipTest is an instance method, not a class method
Rishabh Dave
12:00 PM mgr Bug #48152 (Resolved): mgr_test_case: skipTest is an instance method, not a class method
Rishabh Dave
02:19 PM Dashboard Bug #48245 (Fix Under Review): mgr/dashboard: SMART data routine raises an exception
Kiefer Chang
08:56 AM Dashboard Bug #48245 (In Progress): mgr/dashboard: SMART data routine raises an exception
Kiefer Chang
02:12 PM Revision d2ddea5a (ceph): mgr/dashboard: fix exception in get_smart_data_by_daemon
- Fix string substitution exception.
- Add more test coverage.
Fixes: https://tracker.ceph.com/issues/48245
Signed-o...
Kiefer Chang
02:07 PM Dashboard Cleanup #48278 (New): mgr/dashboard: refactor CriticalConfirmationModalComponent
Refactor CriticalConfirmationModalComponent in order to use the form builder. Tatjana Dehler
01:45 PM bluestore Bug #48276 (Duplicate): OSD Crash with ceph_assert(is_valid_io(off, len))
Hello,
Last night one OSD in a 3-node Cluster crashed with the attached Crashreport. I can pretty much rule out Ha...
Bastian Mäuser
01:35 PM Revision fbed3492 (ceph): common: add trailing newline before parsing cfg
Ceph fails to parse config files that lack a trailing newline.
This mainly affects Windows, where text editors won't ...
Lucian Petrut
01:33 PM Revision ceda75aa (ceph): msg: use timeout when initiating connection
There's a timer that enforces a connection timeout but it isn't scoped
properly. It's started only after the ``connec...
Lucian Petrut
01:21 PM Revision fc2c5bab (ceph): Merge pull request #38129 from jan--f/add-ceph-volume-autolabel
github: add ceph-volume autolabel
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Ernesto Puerta <epue...
Kefu Chai
01:14 PM Orchestrator Bug #47134 (Resolved): cephadm: Unable to infer container image when tag is missing
Sebastian Wagner
12:39 PM RADOS Bug #48274 (New): mon_osd_adjust_heartbeat_grace blocks OSDs from being marked as down
I encountered a situation which I also posted on the users list: https://lists.ceph.io/hyperkitty/list/ceph-users@cep... Wido den Hollander
12:15 PM Revision 59702b61 (ceph): github/labeler: disable sync-labels
Yaml syntax cleaned too.
Fixes: https://github.com/ceph/ceph/pull/38107#issuecomment-729300615
Signed-off-by: Ernest...
Ernesto Puerta
12:06 PM Revision 10143548 (ceph): github: add ceph-volume autolabel
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
11:23 AM Revision 9742efa9 (ceph): ceph-volume batch: reject partitions in argparser
Fixes: https://tracker.ceph.com/issues/47966
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski
10:59 AM Revision 9d5e0fb2 (ceph): mgr/cephadm: show failure cause during placement
the host and exception cause are not shown in the event log when a
daemon placement failure occurs
Signed-off-by: Mi...
Michael Fritch
10:58 AM Revision 59354a2f (ceph): mgr/dashboard: disable cluster selection in NFS export editing form
We should not allow changing an export's cluster because an export ID
might live in one cluster but not in another on...
Kiefer Chang
10:58 AM Revision 0b87b719 (ceph): qa/task/cephadm: run cephadm only on bootstrap_remote
Because not all the node in teuthology config might
have any cephadm related role we should not execute
cephadm on ra...
Kyr Shatskyy
10:56 AM Revision bd3fe2bd (ceph): mgr/cephadm: validate user provided ssh_config
ensure the user provided ssh_config contains a valid
`StrictHostKeyChecking` setting
Fixes: https://tracker.ceph.com...
Michael Fritch
10:53 AM Revision 50f580c6 (ceph): Merge pull request #37606 from ifed01/wip-ifed-fix-mempool-and-others
os/bluestore: a bunch of minor fixes
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat....
Kefu Chai
10:52 AM Revision 40ec0374 (ceph): mgr/cephadm: many-to-many Prometheus error
Fix configuration created by cephadm to prevent any "many-to-many
matching not allowed: matching labels must be uniqu...
Patrick Seidensal
10:52 AM Revision 05630fb9 (ceph): cephadm: mount RGW keyring in NFS container
Fixes: https://tracker.ceph.com/issues/43686
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from com...
Michael Fritch
10:52 AM Revision 098bc573 (ceph): mgr/cephadm: add RGW support for NFS ganesha
- create an RGW keyring for NFS daemon access
- generate RGW FSAL in ganesha.conf
Fixes: https://tracker.ceph.com/is...
Michael Fritch
10:52 AM Revision b21b30af (ceph): mgr/cephadm: clean-up NFS rgw keyring
remove RGW keyring during NFS daemon `post_remove`
Fixes: https://tracker.ceph.com/issues/43686
Signed-off-by: Micha...
Michael Fritch
10:52 AM Revision 83cadc05 (ceph): mgr/cephadm: add NFS RGW keyring application tag
restrict the OSD keyring caps to the `rgw` application
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry pick...
Michael Fritch
10:52 AM Revision 4c243042 (ceph): cephadm: verify root privileges before log dir create
root privileges need to be verified before creating the log dir
introduced by 81a7df0
Fixes: https://tracker.ceph.c...
Michael Fritch
10:52 AM Revision ec257cc8 (ceph): mgr/cephadm: only deploy 3 mons by default when there are 4 hosts
Fixes: https://tracker.ceph.com/issues/47234
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit...
Adam King
10:52 AM Revision 230f90ab (ceph): mgr/cephadm: mon to mgr service type in scheduler tests
now that we're not deploying even number of mons, need
to use different service type for scheduler tests
Signed-off-...
Adam King
10:52 AM Revision 38e8d6dc (ceph): qa/suites/rados/cephadm: install podman from the Kubic project
ppa:projectatomic is no longer maintained, updates are now provided via
the Kubic project
Fixes: https://tracker.cep...
Michael Fritch
10:52 AM Revision 3fd7e49d (ceph): cephadm: install podman from the Kubic project
ppa:projectatomic is no longer maintained, updates are now provided via
the Kubic project
Fixes: https://tracker.cep...
Michael Fritch
10:52 AM Revision fe8385a4 (ceph): mgr/cephadm: Allow customizing mgr/cephadm/lsmcli_blink_lights_cmd per ...
* Rename key name from 'lsmcli_blink_lights_cmd' to 'blink_device_light_cmd'
* Refactor TemplateMgr::render() method ...
Volker Theile
10:52 AM Revision 56945ca0 (ceph): mgr/cephadm: continue trying all hosts for service deployment
One failure should not stop the attempt to start all instances.
Fixes: https://tracker.ceph.com/issues/46665
Signed-...
Dan Mick
10:52 AM Revision ebc493d5 (ceph): mgr/cephadm: do not escape HTML for custom templates
Fixes: https://tracker.ceph.com/issues/47648
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
(cherry picked f...
Patrick Seidensal
10:52 AM Revision 72162259 (ceph): docs: <orch osd spec> is no longer present
Signed-off-by: Joshua Schmid <jschmid@suse.de>
(cherry picked from commit b38bc14525460e0bec7829774d2385b62d6c8742)
Joshua Schmid
10:52 AM Revision 347ae184 (ceph): cephadm: Fix error setting 'mgr/cephadm/container_init' config
Fixes: https://tracker.ceph.com/issues/47501
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
10:52 AM Revision e4722456 (ceph): mgr/cephadm: add serve.py
This module contains functions that are executed in the
serve() thread.
Meaning they don't block the CLI
Signed-off-...
Sebastian Wagner
10:52 AM Revision bba51181 (ceph): mgr/cephadm: move serve() to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 2228d59229bff1aef4ef7f8e18b9d5...
Sebastian Wagner
10:52 AM Revision 1db237ed (ceph): mgr/cephadm: move _serve_sleep to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 776fd78f67b1a01c641de4c93f9a1c...
Sebastian Wagner
10:52 AM Revision 28b3ae4b (ceph): mgr/cephadm: move _refresh_hosts_and_daemons to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit d73dc54e4ee9150e750afe779546d0...
Sebastian Wagner
10:52 AM Revision c60efafb (ceph): mgr/cephadm: move _check_host to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit d6914694003cc4de3c01d8ec7d4b05...
Sebastian Wagner
10:52 AM Revision 1ddff0d0 (ceph): mgr/cephadm: move _refresh_host_daemons to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 698ae220e16d97293823a45cf4fc8a...
Sebastian Wagner
10:52 AM Revision e77f092c (ceph): mgr/cephadm: move _refresh_host_devices to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit f674fa22a78e84bf573b9c7f2846e7...
Sebastian Wagner
10:52 AM Revision df0c38e9 (ceph): mgr/cephadm: move _refresh_host_osdspec_previews to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit d9811c3d85468dde63cb33cff6bc81...
Sebastian Wagner
10:52 AM Revision 7b51e248 (ceph): mgr/cephadm: move _deploy_etc_ceph_ceph_conf to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 7fd92ec68065ff0e219ec7f55d6fbe...
Sebastian Wagner
10:52 AM Revision c20f1898 (ceph): mgr/cephadm: move _check_for_strays to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 1601b699b36350f5ff21169add6c48...
Sebastian Wagner
10:52 AM Revision 6ab1fe29 (ceph): mgr/cephadm: move _update_paused_health to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit e927ccfdde6f90b893c8cbd73e17fa...
Sebastian Wagner
10:52 AM Revision 378d5187 (ceph): mgr/cephadm: move _apply_all_services to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 3ff6a38c48aa5a113148f682af9238...
Sebastian Wagner
10:52 AM Revision 3bffddb6 (ceph): mgr/cephadm: move _apply_service to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 6b2664a9e3dd531d99b5cc7f013842...
Sebastian Wagner
10:52 AM Revision 3fa90beb (ceph): mgr/cephadm: move _check_daemons to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 972feac4a9bdad5e3a10554aeb17be...
Sebastian Wagner
10:52 AM Revision 0d9c3aea (ceph): mgr/cepahdm: move convert_tags_to_repo_digest to serve.py
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 86f5b1f16c2e859087ba5a50e91246...
Sebastian Wagner
10:52 AM Revision 87a3b9bf (ceph): cephadm: allow uid/gid == 0 in copy_tree, copy_files, move_files
If the uid or gid passed to copy_tree(), copy_files() or
move_files() is 0 (the root user), the current check for
`if...
Tim Serong
10:52 AM Revision b304bd07 (ceph): mgr/cephadm: adapt <placement> usage string
Signed-off-by: Joshua Schmid <jschmid@suse.de>
(cherry picked from commit 86d226471113736e864328eece5e9e34b3ae3696)
Joshua Schmid
10:52 AM Revision a286fb63 (ceph): cephadm: allow ntpsec service
ntpsec is available starting Ubuntu Focal (20.04) and Debian Buster (10)
as an alternate NTP daemon.
Fixes: https://...
Dimitri Savineau
10:52 AM Revision 1de6d298 (ceph): mgr/orchestrator: set `lsm_data` to default of Dict type
similar to handling of `sys_api`, convert a NoneType to a Dict
Fixes: https://tracker.ceph.com/issues/47841
Signed-o...
Michael Fritch
10:52 AM Revision 67e3ae1a (ceph): doc: document additional journal args in cephadm logs command
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 5224c5baf43d057ba54d5cfcb7efdfad91efa3fa)
Adam King
10:52 AM Revision 58fa79ed (ceph): cephadm: Set listen-addresses on alertmanager container
This explicitly passes web.listen-address and cluster.listen-address to the alertmanager container allowing the use o... diwilli
10:52 AM Revision f3676ece (ceph): doc/mgr/orchestrator: Update about "{mds, rgw} add" status in rook
"mds add" and "rgw add" are no longer supported in rook. Their implementation
was removed by commits 56cfeb6 and 0580...
Varsha Rao
10:52 AM Revision 0671f61c (ceph): mgr/cephadm: Make type annotnations for cephadm.services mandatory
* Found a wrong default for `OSDService.create_single_host`
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.c...
Sebastian Wagner
10:51 AM Revision b444287b (ceph): mgr/cephadm: upgrade_state can be literally "null"
Fixes: https://tracker.ceph.com/issues/47580
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry pick...
Sebastian Wagner
10:51 AM Revision cf62bc62 (ceph): mgr/cephadm: get rbd-mirror daemon-id when checking for strays
Currently, list_servers() gets the rbd-mirror service-id instead
of the daemon-id so the daemon is marked as stray. T...
Adam King
10:48 AM Revision ca77787c (ceph): Merge pull request #38152 from tchaikov/wip-crimson-clang-cleanup
crimson/os: do not capture unused variables
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
10:43 AM Revision f915e21e (ceph): rgw: disable prefetch in rgw_file
Each call to rgw_read (rgw_file.cc) invokes three calls to RGWRados::get_obj_state with s->prefetch_data=true. It res... Kajetan Janiak
10:31 AM Revision 1dbe03a0 (ceph): rbd: fix import image path parsing on Windows
When importing an image, the rbd command uses only the file name
and expects "/" to be used as a separator. On Window...
Lucian Petrut
10:31 AM Revision e3e00875 (ceph): rbd: Update Windows readme
This change updates the Windows readme, describing rbd-wnbd
configuration and usage.
Signed-off-by: Lucian Petrut <l...
Lucian Petrut
10:31 AM Revision 8d35b2ec (ceph): build: disable stack protection on Windows
Passing "-fstack-protector-strong" doesn't seem to work with Mingw,
complaining about undefied "__stack_chk_fail". Fo...
Lucian Petrut
10:31 AM Revision c17c53f4 (ceph): rbd: add missing FileStream::get_size
At the moment, a few methods will be stubbed if
BOOST_ASIO_HAS_POSIX_STREAM_DESCRIPTOR is undefined.
The issue is th...
Lucian Petrut
10:31 AM Revision 4af1ae20 (ceph): rbd: allow mounting images on Windows
This change will allow mapping rbd images on Windows, leveraging the
WNBD[1] Virtual Storport Miniport driver [2].
T...
Lucian Petrut
10:31 AM Revision 833a09e8 (ceph): rbd: Use the right device type on Windows
"wnbd" will be the only supported device type on Windows, for now.
We'll update the "rbd" wrapper accordingly.
Signe...
Lucian Petrut
10:31 AM Revision 6ebd3d7b (ceph): compat,msg: improve Windows socket checks
win_socketpair can fail with EADDRINUSE under load, which will
lead to an unhandled exception/crash as per this commi...
Lucian Petrut
10:31 AM Revision 00a5cd1d (ceph): common: move Windows files to a separate folder
We ended up with quite a few files having the "_win32" suffix.
It's probably better if we move them to a separate fol...
Lucian Petrut
10:28 AM Dashboard Bug #48181 (Fix Under Review): mgr/dashboard: Use pipe instead of calling function within templat...
Volker Theile
10:21 AM ceph-volume Bug #48271: ceph-volume lvm batch fails activating filestore dymcrypt osds
Ok so the root cause of this bug then is something like this?
The ceph-osd --mkfs call with a journal fails for so...
Jan Fajerski
07:52 AM ceph-volume Bug #48271 (Resolved): ceph-volume lvm batch fails activating filestore dymcrypt osds
--> DEPRECATION NOTICE
--> --journal-size as integer is parsed as megabytes
--> A future release will p...
Guillaume Abrioux
10:18 AM Revision c119f48e (ceph): Merge pull request #38022 from tchaikov/wip-crimson-with-lock
crimson/os: use with_lock() to guard obc
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
10:05 AM Revision 4f187812 (ceph): crimson/os: do not capture unused variables
silences warnings reported by clang iike:
btree_lba_manager.cc:439:50: warning: lambda capture 't' is not used [-Wun...
Kefu Chai
09:58 AM Dashboard Cleanup #48005: mgr/dashboard: fix frontend deps' vulnerabilities
... Kiefer Chang
09:53 AM Revision 504da5d5 (ceph): cmake: set advice.detachedHead=false when cloning liburing
silence "detached HEAD" warning like:
You are in 'detached HEAD' state. You can look around, make experimental
chang...
Kefu Chai
09:41 AM Revision fd5ca26e (ceph): os/bluestore: do not call _block_picker() again if already searched fro...
Fixes: https://tracker.ceph.com/issues/48272
Signed-off-by: Xue Yantao <jhonxue@tencent.com>
jhon xue
09:38 AM rgw Bug #48241: librgw double read
Or Friedmann wrote:
> Is it possible to add the osd.log with debug_objclass 20 and debug_ms 1? (I want to see the cl...
chunsong feng
09:37 AM Revision 90f03562 (ceph): crimson/osd: move PG::with_locked_obc() into .cc
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:37 AM Revision aeeba713 (ceph): crimson/osd: mark PG::get_locked_obc() private
this methods is used by PG::with_locked_obc(). so mark it private.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:37 AM Revision 68115781 (ceph): crimson/osd: pass RWState using template parameter
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:37 AM Revision b0d3d2a3 (ceph): crimson/osd: add PG::with_head_obc()
this method replicates `PG::get_or_load_head_obc()`. but uses a different
way to ensure that the "lock" on obc is alw...
Kefu Chai
09:37 AM Revision a4e79ba6 (ceph): crimson/osd: use with_head_obc() to replace get_or_load_head_obc
for better readability, and ensure that `lock.unlock()` is called when
an error is returned after the lock is acquire...
Kefu Chai
09:37 AM Revision ce8c0f36 (ceph): crimson/osd: drop PG::get_or_load_head_obc()
as it is not used anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:37 AM Revision b4bb0d45 (ceph): crimson/osd: add PG::with_clone_obc()
this method replaces `PG::get_or_load_clone_obc()`. so we can
with `seastar::with_lock()` to ensure that `lock.unlock...
Kefu Chai
09:37 AM Revision c2dc437f (ceph): crimson/osd/object_context: drop unused methods
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:35 AM Revision e3243c76 (ceph): Merge pull request #38151 from tchaikov/wip-seastar-api-v6
crimson/common: correct template parameter of seastar::future<>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
09:33 AM Revision 6988d76a (ceph): crimson/common: correct template parameter of seastar::future<>
it's a leftover of 688b95798bfd88b409abce9b70bb6d2933819bef
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:28 AM Revision 5a0090a3 (ceph): Merge pull request #37742 from rhcs-dashboard/update-QoS-fields
mgr/dashboard: update QoS values when editing a Pool/RBD image
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
R...
Ernesto Puerta
09:28 AM Revision e3c7d6ff (ceph): lvm/create.py: fix a typo in the help message
ceph_volume/devices/lvm/create.py:corrected typo of the word when using ceph-volume lvm create -h
Fixes: https://tra...
ZhenLiu94
09:24 AM Revision 20d915a7 (ceph): Merge pull request #35039 from bk201/wip-45301
mgr/dashboard: displaying deleting status in the OSD list
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed...
Ernesto Puerta
09:23 AM Revision d2b5d856 (ceph): common: Add Windows service helpers
We'll add a class that implements Windows service hooks. Subclasses
must overide the start, stop and shutdown hooks.
...
Lucian Petrut
09:23 AM Revision 32b33f37 (ceph): common: Add Windows registry key utils
We'll add some helpers facilitating Windows registry key operations.
Signed-off-by: Lucian Petrut <lpetrut@cloudbase...
Lucian Petrut
09:15 AM Revision 7801dc29 (ceph): os/bluestore: fix lack of blob unshare if 'root' onode is not present
in cache.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
09:14 AM Revision 2e9a804d (ceph): test/store_test: add unshare blob tests cases
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:14 AM Revision 14c39d79 (ceph): os/bluestore: Buffer's flag might be lost if it's partially discarded or
split.
Haven't seen any real issues due to this though.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
09:07 AM bluestore Fix #48272 (Fix Under Review): osd: fix bluestore avl allocator
Kefu Chai
08:21 AM bluestore Fix #48272 (Resolved): osd: fix bluestore avl allocator
In _block_picker, the first rs == t.begin() can also tell we've searched the whole tree yantao xue
09:02 AM ceph-volume Bug #48273 (Resolved): lvm/create.py: typo in the help message
This is a *convinience* command that combines the prepare Jan Fajerski
08:25 AM Revision 19d34666 (ceph): doc/dev: update unit test 1 of 7
This commit updates the language at the beginning
of the Unit Test section of the developer guide.
The language in th...
Zac Dover
08:13 AM Revision 7425e96c (ceph): doc/dev: update unit tests 2 of 7
This commit updates the "What does 'make
check' mean" section of the "Unit Tests" chapter
of the Developer Guide. It ...
Zac Dover
06:41 AM Revision 9e59ee8a (ceph): test: adjust DedupFlushRead and add a scenario
add a scenario--object size > window size > chunk size
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com>
Myoungwon Oh
06:40 AM Revision 226e50ff (ceph): osd: combine two ifs
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com> Myoungwon Oh
05:11 AM RADOS Documentation #40579: doc: POOL_NEAR_FULL on OSD_NEAR_FULL
This should be addressed by https://github.com/ceph/ceph/pull/38145
Anthony D'Atri
02:56 AM CephFS Bug #47294: client: thread hang in Client::_setxattr_maybe_wait_for_osdmap
I have candidate fix in Teuthology at the moment, just as an update. Adam Emerson
02:23 AM Revision e03e05bf (ceph): osd: move create_or_get_ref to refcount_manifest()
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com> Myoungwon Oh
02:22 AM Revision 84ce5e83 (ceph): osd: make start_dedup() and do_cdc() simple with removing unnecessary copy
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com> Myoungwon Oh
02:02 AM Revision fbf83bb3 (ceph): Merge pull request #38102 from tchaikov/wip-mgr-boost-cleanup
mgr: do not include unused headers
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
02:00 AM Revision 7ab70a64 (ceph): Merge pull request #38139 from batrick/doc-label
.github: add labeler for documentation
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Kefu Chai <kch...
Kefu Chai
01:58 AM Revision 739550f3 (ceph): Merge pull request #38004 from tchaikov/wip-48058
qa/tasks/ceph: update_archive_setting() only if ctx.archive is valid
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
R...
Kefu Chai
01:42 AM Revision fb0a650b (ceph): doc/cephfs/health-messages: add dot between mds identifier and it's name
After pr #37608, ceph health detail output message
have changed when mds has slow requests. So update
doc according t...
haoyixing
01:14 AM Documentation #46365: Developer Guide: prefer Latinate verbs to English phrasal verbs (s/show up/...
Please review https://github.com/ceph/ceph/pull/38144
Anthony D'Atri
12:39 AM mgr Bug #48269 (Resolved): insights module can generate too much data, fail to put in config-key
A sick cluster has a lot of insights data:
# ceph insights | wc
72010 296222 3730601
The mgr logs the entir...
Dan Mick

11/17/2020

11:57 PM Documentation #46364: Developer Guide: "What Is Merged and When?" could be less colloquial.
https://github.com/ceph/ceph/pull/38143 is my stab at addressing this. Please take a look.
Anthony D'Atri
11:54 PM rgw Bug #48268 (New): rgw: when removing a current versioned object, the new current object doesn't g...
E.g., we have an object with two versions, older one has epoch=2, new one has epoch=3. When removing the epoch=3 obje... Yehuda Sadeh
11:27 PM Orchestrator Documentation #48267 (Resolved): orchestrator docs should at least mention keyrings
I had to use Suse's docs to add a host to the LRC.... David Galloway
10:23 PM Revision 2c70a8a3 (ceph): cephadm: remove unused variable
Signed-off-by: Paul Cuzner <pcuzner@redhat.com> Paul Cuzner
09:58 PM mgr Backport #48266 (Resolved): octopus: mgr becomes unresponsive when the progress bar is shown
https://github.com/ceph/ceph/pull/39289 Neha Ojha
09:58 PM mgr Backport #48265 (Resolved): nautilus: mgr becomes unresponsive when the progress bar is shown
https://github.com/ceph/ceph/pull/38173 Neha Ojha
09:37 PM mgr Bug #47238 (Pending Backport): mgr becomes unresponsive when the progress bar is shown
Josh Durgin
09:37 PM Revision c2b9152e (ceph): Merge pull request #37488 from kamoltat/wip-mgr-progress-turn-off-option
mgr/progress: progress module on/off option
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Josh Durgin <jdur...
Josh Durgin
08:57 PM Revision 4a7ece8e (ceph): cephadm: tests - updated to include cephadm-exporter
Main unit tests now includes daemon and service
deployments for cephadm-exporter.
In addition, the assert_rm_daemon ...
Paul Cuzner
08:39 PM Revision e58e86b2 (ceph): cephadm: tests - add cephadm-exporter to service check
Add cephadm-exporter service, and confirm the instance
doesn't contain ceph methods like get_auth_entity (same
approa...
Paul Cuzner
08:35 PM Revision 0ea737f9 (ceph): cephadm: tests - add cephadm to the spec checks
Adds cephadm-exporter to the servicespec checks
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
08:34 PM Revision 6b3b09e7 (ceph): cephadm: add cephadm-exporter
Adds the exporter apply call
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
08:32 PM Revision 7b4bccaf (ceph): cephadm: tests - add mock for the exporter deployment
Adds a mock function to represent the cephadm binary
deployment method
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
08:31 PM Revision d8d37ca7 (ceph): cephadm: update the exporter class to apply defaults
Use defaults during prepare and generate phases to
reduce user interaction, and simplify the workflow for
unit tests....
Paul Cuzner
08:29 PM Revision c4d9fc1a (ceph): cephadm: file copy moved to seperate method
Moving to a separate method, means the copy can be
mocked out within the unit tests.
In addition, the the generate_c...
Paul Cuzner
08:24 PM Revision b6adebdb (ceph): Merge remote-tracking branch 'wip-resurrect-authorizer-challenges'
Bring back CEPHX_V2 authorizer challenges
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
07:20 PM RADOS Bug #36304: FAILED ceph_assert(p != pg_slots.end()) in OSDShard::register_and_wake_split_child(PG*)
/a/ksirivad-2020-11-16_07:16:50-rados-wip-mgr-progress-turn-off-option-distro-basic-smithi/5630402 - no logs Neha Ojha
06:36 PM Revision 127f6f21 (ceph): .github: add labeler for documentation
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:12 PM Revision cb8c61a6 (ceph): 15.2.6
Jenkins Build Slave User
06:10 PM Revision 7e94c5af (ceph): 14.2.14
Jenkins Build Slave User
04:59 PM Revision 6c14c2fb (ceph): mon/MonClient: bring back CEPHX_V2 authorizer challenges
Commit c58c5754dfd2 ("msg/async/ProtocolV1: use AuthServer and
AuthClient") introduced a backwards compatibility issu...
Ilya Dryomov
04:59 PM Revision bafdfec8 (ceph): msg/async/ProtocolV1: resurrect "implement cephx_*require_version options"
This was added in commit 9bcbc2a3621f ("mon,msg: implement
cephx_*_require_version options") and inadvertently droppe...
Ilya Dryomov
04:59 PM Revision 1316c82a (ceph): msg/async/ProtocolV1: resurrect "include MGR as service when applying c...
This was added in commit 0ec7d6bbc4af ("msg/async,simple: include MGR
as service when applying cephx settings") and i...
Ilya Dryomov
04:53 PM Revision b0dfafeb (ceph): Merge remote-tracking branch 'security/wip-resurrect-authorizer-challen...
Yuri Weinstein
04:18 PM Revision e5170de7 (ceph): qa: update centos release to 8.2
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
04:05 PM Revision d7d35c2b (ceph): Merge pull request #38084 from WarriorXK/disable-sso-without-python3-saml
mgr/dashboard: Disable sso without python3-saml
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Ernesto ...
Ernesto Puerta
03:54 PM Revision 8616da66 (ceph): test/librbd: fixed race conditions in TestMockMigrationHttpClient
There was a possibility for multiple concurrent tests to affect each
other via socket re-use. Also fixed a race condi...
Jason Dillaman
03:46 PM Orchestrator Bug #48263 (Won't Fix): cephadm: ambigious container name `ceph-00000000-0000-0000-0000-0000deadb...
... Deepika Upadhyay
03:34 PM CephFS Feature #12274 (Resolved): mds: start forward scrubs from all subtree roots, skip non-auth metadata
Patrick Donnelly
03:33 PM Revision f6639c80 (ceph): Merge PR #35749 into master
* refs/pull/35749/head:
Update Release notes for multimds scrub
qa/cephfs: log-ignorelist scrub errors
qa/cephfs: ...
Patrick Donnelly
03:01 PM Revision db248e63 (ceph): os/bluestore: fix "end reached" check in collection_list_legacy
To preserve the old bluestore behavior it should compare the
current object with the end using bluestore keys, not oi...
Mykola Golub
02:59 PM rgw Bug #47904 (Fix Under Review): notifications not sent when non-owner modifies the bucket
Yuval Lifshitz
02:58 PM RADOS Bug #46323: thrash_cache_writeback_proxy_none: FAILED ceph_assert(version == old_value.version) i...
... Deepika Upadhyay
02:39 PM rgw Bug #48262 (Resolved): rgw: RGWListMultipart show Owner ID and DisplayName
the owner ID and DisplayName should not be empty when list parts
<?xml version="1.0" encoding="UTF-8"?>
<ListPart...
joke lee
01:39 PM Revision a8c8b3ad (ceph): tests: add snap schedule tests
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
01:35 PM Orchestrator Bug #48261 (Won't Fix): cephadm ceph-volume inventory -- --format json-pretty: INFO:cephadm:/usr...
... Sebastian Wagner
01:28 PM Orchestrator Feature #48260 (New): cephadm OSD removal: Prune empty hosts in the crush map.
after I finished with steps described in documentation I found that node osd-node6 is still listed under `ceph osd tr... Sebastian Wagner
01:14 PM Revision 5eabe906 (ceph): qa/distros: add RHEL 8.3 and use RHEL 8.3 as default
Signed-off-by: rakeshgm <rakeshgm@redhat.com> rakesh manohar
01:09 PM rgw Bug #48255 (Fix Under Review): rgwlc: shard-index vector short by 1?
Matt Benjamin
01:25 AM rgw Bug #48255 (Resolved): rgwlc: shard-index vector short by 1?
The new parallel lc code relies on a vector of indices to seed
random-order shard processing. This vector was dimen...
Matt Benjamin
01:03 PM Revision 988c35b3 (ceph): rgwlc: correctly dimension lc shard index vector
The new parallel lc code relies on a vector of indexes to seed
random-order shard processing. This vector was dimens...
Matt Benjamin
12:35 PM ceph-volume Backport #48184 (Resolved): octopus: ceph-volume lvm batch doesn't work anymore with --auto and f...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38045
m...
Nathan Cutler
12:31 PM RADOS Backport #48233 (Resolved): nautilus: Health check failed: 4 mgr modules have failed (MGR_MODULE_...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/38069
m...
Nathan Cutler
12:11 PM Orchestrator Bug #47684: cephadm: auth get failed: failed to find osd.27 in keyring retval: -2
workaround seems to be to manually remove the osd from cephadm's config-key store. Sebastian Wagner
12:09 PM Orchestrator Bug #47684 (Fix Under Review): cephadm: auth get failed: failed to find osd.27 in keyring retval: -2
Sebastian Wagner
11:51 AM Orchestrator Bug #47684 (In Progress): cephadm: auth get failed: failed to find osd.27 in keyring retval: -2
Sebastian Wagner
11:38 AM Dashboard Tasks #47901 (In Progress): mgr/dashboard: Replace Replica size and Erasure code profile with one...
Avan Thakkar
11:29 AM Revision 9ad6b543 (ceph): mon/OSDMonitor: add a space after function name in logging message
otherwise they are cluttered in the logging message.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:22 AM Dashboard Bug #48258: mgr/dashboard: Switch from tslint to eslint
Good finding, thanks Volker! Any clue on how easy/hard would this be to do? Ernesto Puerta
07:59 AM Dashboard Bug #48258 (Resolved): mgr/dashboard: Switch from tslint to eslint
tslint is deprecated, so the Dashboard should switch to eslint.
See https://tracker.ceph.com/issues/48258#note-4
...
Volker Theile
10:19 AM ceph-volume Support #48259 (Closed): Ceph-ansible OSD node add fail (ceph.volume Failed to find physical volume)
Deployment Node:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: T...
Mosharaf Hossain
09:16 AM Revision ce820449 (ceph): mgr/dashboard: update QoS values when editing a Pool/RBD image
Fixes: https://tracker.ceph.com/issues/47900
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Avan Thakkar
08:30 AM Revision 4e660880 (ceph): mon/OSDMonitor: verbose douts in get_trim_to
OSDMaps are occasionally not trimmed for mysterious reasons,
e.g. if a cluster erroniously has creating PGs. To help ...
Dan van der Ster
08:30 AM Revision bea60224 (ceph): mon/PaxosService: more debug output in maybe_trim
Add debug output if a map is not trimmed due to being less than
the initial committed.
Signed-off-by: Dan van der St...
Dan van der Ster
08:20 AM rgw Bug #47866: Object not found on healthy cluster
I waited for the first few minor releases and upgraded from Nautilus directly to 15.2.5, so yes. Janek Bevendorff
02:11 AM rgw Bug #47866: Object not found on healthy cluster
Dan van der Ster wrote:
> Has #42670 been excluded?
So the first version of Octopus that that fix appears in is 1...
J. Eric Ivancich
07:54 AM Revision 52fe9dbd (ceph): qa/mgr/test_progress: fix bug 48217
Fixes a failing test case regarding osd coming back
after being marked out. The old test case wasn't accounting
for a...
Kamoltat (Junior) Sirivadhna
06:54 AM rgw Bug #48208 (Fix Under Review): rgw:usage:when trim usage by user,it is possible to trim other use...
Kefu Chai
06:39 AM Revision 8d6a4793 (ceph): librbd: add crypto image dispatch layer
This commit adds a crypto image dispatch layer, in addition to the existing crypto object dispatch layer.
The single ...
Or Ozeri
06:16 AM rbd Feature #48257 (Rejected): rbd-nbd: improve the rbdmap tool to support the nbd
We need one way to store the configuration about the mapped nbd device meta and do recovery after the node is rebooted. Xiubo Li
06:15 AM Revision 471c9aeb (ceph): pybind / snap_schedule: remove 'SNAP_SCHED_TESTING' check
Next commit introduces a module option to allow minute granularity
snapshots.
Signed-off-by: Venky Shankar <vshankar...
Venky Shankar
06:15 AM Revision 1b38fc26 (ceph): pybind/snap_schedule: config option to allow minute granularity snaps
Thsi allows setting and scheduling snapshots with minute granularity. If
the option is unset, adding these will fail ...
Jan Fajerski
06:15 AM Revision 465b7220 (ceph): pybind / snap_schedule: sanely dump schedules and retention specs
For easiness in parsing for tests.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
06:15 AM Revision bc9f20ca (ceph): mgr/snap_schedule: log snapshot name on creation
... mostly as an aid for debugging.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
06:15 AM Revision e9382cc7 (ceph): snap-schedule: reject invalid retention specs
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
05:12 AM Revision 11a19970 (ceph): Update Release notes for multimds scrub
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:53 AM rbd Feature #47439 (Fix Under Review): ceph-iscsi: add ceph-iscsi qa test suite support
Xiubo Li
04:51 AM CephFS Cleanup #48235 (Fix Under Review): client: do not unset the client_debug_inject_tick_delay in lib...
Xiubo Li
04:12 AM CephFS Cleanup #48235 (In Progress): client: do not unset the client_debug_inject_tick_delay in libcephfs
Xiubo Li
04:19 AM Revision e01a3403 (ceph): client: do not unset the client_debug_inject_tick_delay
https://tracker.ceph.com/issues/48235
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li
03:26 AM RADOS Bug #47767: octopus: setting noscrub crashed osd process

The function PG::abort_scrub() probably races with in messages in flight. It might help if we called scrub_unreser...
David Zafman
02:52 AM Revision ff227345 (ceph): Merge pull request #38119 from neha-ojha/wip-core-labels
github/labeler.yml: add bluestore, cephadm labels and more core rules
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:48 AM Revision 72e193cb (ceph): Merge pull request #38096 from tchaikov/wip-cmake-boost-1.74
cmake: add 1.74 to known versions
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@r...
Kefu Chai
02:47 AM Revision b9335a10 (ceph): Merge pull request #38097 from tchaikov/wip-clang-cleanup
message,log: mark final classes "final", fix clang related warnings
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Kefu Chai
02:47 AM Revision d5e73a9e (ceph): Merge pull request #38099 from tchaikov/wip-mgr-python3.9
mgr/PyModuleRegistry: do not call PyEval_InitThreads() on python3.9
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
02:32 AM Revision 884cdd5a (ceph): Merge pull request #38052 from mgfritch/cephadm-validate-ssh-config
mgr/cephadm: validate user provided ssh_config
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Michael Fritch
02:31 AM Revision 75ceac6d (ceph): Merge pull request #38053 from mgfritch/cephadm-placement-err
mgr/cephadm: show failure cause during placement
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Michael Fritch
02:30 AM Revision 0a0ed890 (ceph): test: Improve version checking test, to improve reliability
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:30 AM Revision 38c31306 (ceph): test: Fix TEST_scrub_extended_sleep test (corrected test name)
Didn't really test extended sleep in original code:
Cause by: 3bfb5c2621cf9b5e602bc37724b20c18eb852aea
Signed-off-by...
David Zafman
02:21 AM Revision 35d6fde5 (ceph): Merge pull request #37901 from votdev/issue_48041_device_light
mgr/cephadm: Allow customizing mgr/cephadm/lsmcli_blink_lights_cmd per host
Reviewed-by: Michael Fritch <mfritch@sus...
Michael Fritch
01:44 AM Revision cf679782 (ceph): qa: add debug information for client address for kclient
Fixes: https://tracker.ceph.com/issues/48242
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li
01:32 AM bluestore Bug #48256 (Can't reproduce): Many4KWritesNoCSumTest fails on nautilus [ FAILED ] ObjectStore/S...
/a/bhubbard-2020-11-16_08:11:06-rados-wip-nautilus-badone-testing-2-distro-basic-smithi/5630856... Brad Hubbard
01:25 AM Revision 30192d98 (ceph): librbd/migration: implement http stream interface
This HttpStream class wraps an HttpClient and proxies all IO requests
to HTTP range get requests.
Signed-off-by: Jas...
Jason Dillaman
01:25 AM Revision dad5d304 (ceph): librbd/migration: properly close image on aborted open attempt
If the image is attempted to be openned, it can no longer be deleted.
Therefore, just close the image on any error th...
Jason Dillaman
01:25 AM Revision 0d073fed (ceph): librbd/api/migration: get_source_spec should read spec from OSD
In the case where the migration state is EXECUTED, the
ImageCtx::migration_info struct is never populated. Therefore,...
Jason Dillaman
01:25 AM Revision a62ecdeb (ceph): librbd/migration: pipelined http request / response implementation
The generic http/https client now supports the ability to send
pipelined requests and async callbacks with the respon...
Jason Dillaman
01:25 AM Revision 5c29b813 (ceph): librbd/migration: helper method to retrieve file sizes via http
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:23 AM Revision b5526843 (ceph): .github/labeler.yml: add cephadm
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
01:19 AM Revision 2ecef028 (ceph): .github/labeler.yml: add bluestore and more core rules
more to come
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
 

Also available in: Atom