Project

General

Profile

Activity

From 05/26/2021 to 06/24/2021

06/24/2021

11:30 PM Revision 9a514ccc (ceph): crimson/os/seastore/lba_manager/btree/lba_btree_node_impl: add debugging
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:30 PM Revision 6df60815 (ceph): seastore/.../staged_fltree/node: check for conflict in Node::load
This will be unnecessary once converted to interruptible_future.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
11:29 PM Revision 0cb48330 (ceph): seastore/.../node_extent_manager/seastore: detect transaction conflicts...
This won't be necessary once converted to interruptible_future.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
11:29 PM Revision add641a2 (ceph): crimson/os/seastore/transasction: expose is_conflicted
Useful for components not yet converted to use interruptible_future.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
11:29 PM Revision 2bc257be (ceph): crimson/os/seastore/cache: mark conflict in get_extent
After wait_io, the extent may have been mutated again, so it may be
invalid. Check in the caller and mark the transa...
Samuel Just
11:22 PM RADOS Backport #50791 (In Progress): pacific: osd: write_trunc omitted to clear data digest
Neha Ojha
11:22 PM Revision 614b5d3d (ceph): osd: clear data digest when write_trunc
like CEPH_OSD_OP_TRUNCATE, the truncate within CEPH_OSD_OP_WRITE should
clear oi.data_digest too.
consider such circ...
Zengran Zhang
09:21 PM Orchestrator Bug #49622 (In Progress): cephad orchestrator allows to delete hosts with ceph daemons running
Daniel Pivonka
09:21 PM Orchestrator Feature #48624 (In Progress): ceph orch drain <host>
Daniel Pivonka
08:19 PM Revision 94d56501 (ceph): Merge pull request #41963 from athanatos/sjust/wip-interruptible-tm
crimson/os/seastore: refactor transaction_manager and below to use interruptible_future
Reviewed-by: Kefu Chai <kcha...
Samuel Just
07:55 PM Revision 73b9653c (ceph): mgr/devicehealth: fix _get_device_metrics ValueError
This appears to have broken with abd35d47696c208990355395d48c1c1e261de95c
The SQL OR doesn't work because in the cas...
Sage Weil
07:16 PM rgw Bug #45033: S3 multipart copy broken by multi tenant
Seems to work without issue on 16.2.4, close this then? Asbjørn Sannes
06:49 PM Revision 45f42b82 (ceph): test/crimson/test_interruptible_future: disable handle_error
Seems to cause a linker hang with gcc-9 in bionic.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
06:49 PM Revision 3ef4040c (ceph): crimson/os/seastore/transaction_manager: pass t by ref to submit_transa...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:35 PM rgw Bug #51327: Format of date/time header "x-amz-object-lock-retain-until-date" is incorrect (does n...
looks like the bug may be in rgw_rest_s3.cc on line 389.
< dump_time_header(s, "x-amz-object-lock-retain-until-da...
Steven Umbehocker
06:29 PM Orchestrator Bug #51355: ingress service /var/lib/haproxy/haproxy.cfg
Someone else also noticing the same:
https://www.reddit.com/r/ceph/comments/nxl5v3/ingress_service_on_pacific_v1624_...
Asbjørn Sannes
05:55 PM Orchestrator Bug #51355 (Resolved): ingress service /var/lib/haproxy/haproxy.cfg
It seems like cephadm expects haproxy to run as root, while the docker image haproxy runs it as the user haproxy.
...
Asbjørn Sannes
05:49 PM Dashboard Backport #50773 (In Progress): pacific: mgr/dashboard: typo: "Filesystems" to "File Systems"
Avan Thakkar
05:49 PM Revision 72b983b1 (ceph): mgr/dashboard: fix typo: Filesystems to File Systems
Fixes: https://tracker.ceph.com/issues/50341
Signed-off-by: Navin Barnwal <knbarnwal@gmail.com>
(cherry picked from c...
Kumar Navin Barnwal
05:49 PM Revision 82d311c1 (ceph): mgr/dashboard: fix typo: Filesystems to File Systems
Fixes: https://tracker.ceph.com/issues/50341
Signed-off-by: Navin Barnwal <knbarnwal@gmail.com>
(cherry picked from c...
Kumar Navin Barnwal
05:49 PM Revision 5b6f45dc (ceph): mgr/dashboard: fix typo: Filesystems to File Systems
Fixes: https://tracker.ceph.com/issues/50341
Signed-off-by: Navin Barnwal <knbarnwal@gmail.com>
(cherry picked from c...
Kumar Navin Barnwal
05:49 PM Revision 8885c067 (ceph): mgr/dashboard: fix typo: Filesystems to File Systems
Added breadcrumbs and edited Filesystem -> File Systems in dashboard
Navigation.
Fixes: https://tracker.ceph.com/iss...
Kumar Navin Barnwal
05:48 PM mgr Bug #51354 (Resolved): progress module: TypeError: '<' not supported between instances of 'str' a...
... Neha Ojha
05:47 PM Dashboard Backport #51179 (In Progress): octopus: mgr/Dashboard: right Navigation should work on click when...
Avan Thakkar
04:50 PM rbd Backport #50942: pacific: rbd-mirror: segfault on snapshot replayer on shutdown
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41503
merged
Yuri Weinstein
04:50 PM Revision cdbccf35 (ceph): Merge pull request #41503 from idryomov/wip-50931-pacific
pacific: rbd-mirror: fix segfault in snapshot replayer shutdown
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
04:49 PM rbd Backport #50713: pacific: librbd: removing a snapshot with multiple peer can go into an infinite ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41304
merged
Yuri Weinstein
04:49 PM Revision 7c91143f (ceph): Merge pull request #41304 from MrFreezeex/wip-50713-pacific
pacific: librbd/mirror/snapshot: avoid UnlinkPeerRequest with a unlinked peer
Reviewed-by: Ilya Dryomov <idryomov@re...
Yuri Weinstein
04:46 PM Revision 344278ec (ceph): common/LRUSet: combine lru and hash-based lookup
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:46 PM Revision 8b4b9626 (ceph): mon/LogMonitor: log mkfs in cluster channel
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:46 PM Revision dc267e1b (ceph): common/LogEntry: add some constness
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:46 PM Revision f39f01c4 (ceph): mon: funnel SIGHUP handler through handle_mon_signal
This will let us take additional actions on SIGHUP later.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
04:21 PM rgw Backport #51353 (Rejected): octopus: Non-default storage class results in some garbage
Backport Bot
04:20 PM rgw Backport #51352 (Resolved): pacific: Non-default storage class results in some garbage
https://github.com/ceph/ceph/pull/45428 Backport Bot
04:18 PM rgw Bug #49128 (Pending Backport): Non-default storage class results in some garbage
Casey Bodley
04:17 PM Revision d7a6c470 (ceph): Merge pull request #39934 from Jeegn-Chen/wip-tracker-49128
rgw: write meta of a MP part to a correct pool
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:17 PM rgw Feature #51303 (Pending Backport): mgr: radosgw: include realm_{id,name} in service map
Casey Bodley
04:16 PM Revision 6c75be40 (ceph): Merge pull request #41739 from liewegas/rgw-realm-metadata
radosgw: include realm_{id,name} in service map
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Alfon...
Casey Bodley
03:53 PM Revision d232c4e8 (ceph): qa/suites/rados: add simultaneous scrubs (multiple options) to the thra...
Setting osd-max-scrubs to either 2 or 3.
Triggered by https://tracker.ceph.com/issues/50346
Signed-off-by: Ronen Fr...
Ronen Friedman
03:52 PM rgw Bug #51325: User has assume_role permission can access to any bucket
I had fixed this on master, I will check the specific scenario and update the bug. Pritha Srivastava
03:42 PM Revision a77775ca (ceph): RGW - Bucket Remove Op: Pass in user
When a bucket remove op is called on the non-master zone, the op is
forwarded to the master zone, but this needs a us...
Daniel Gryniewicz
03:13 PM rgw Bug #50039 (Fix Under Review): notification: topic creation is failing when using v4 authentication
Yuval Lifshitz
03:06 PM Revision d1b5084c (ceph): rgw/notifications: support v4 auth for topics and notifications
Fixes: https://tracker.ceph.com/issues/50039
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
02:42 PM Revision d5b6216a (ceph): Merge pull request #42010 from trociny/wip-51345-pacific
pacific: test/librbd: use really invalid domain
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
02:35 PM rgw Backport #51351 (Resolved): pacific: TestAMQP.ClosedConnection failing in master
https://github.com/ceph/ceph/pull/45427 Backport Bot
02:30 PM rgw Bug #51114 (Pending Backport): TestAMQP.ClosedConnection failing in master
Casey Bodley
02:29 PM Dashboard Bug #51120: RGW daemon names keep changing after every restart since update to pacific
regression from https://github.com/ceph/ceph/pull/40220 Casey Bodley
02:25 PM rgw Bug #51208 (Triaged): "[ FAILED ] cls_rgw.bi_list" in upgrade:nautilus-x-pacific
Casey Bodley
02:22 PM rgw Bug #51208: "[ FAILED ] cls_rgw.bi_list" in upgrade:nautilus-x-pacific
thanks Neha, it looks like that tracker was backported to nautilus first, and its test case is failing after upgrades... Casey Bodley
02:17 PM rgw Bug #51219 (Fix Under Review): Federated user can modify policies in other tenants
Casey Bodley
02:16 PM rgw Bug #51247 (In Progress): notifications: add new type DeleteMarkerDeleted of event
Yuval Lifshitz
02:15 PM rgw Backport #51350 (Resolved): pacific: notifications: notifications stop working after bucket reshard
https://github.com/ceph/ceph/pull/42946 Backport Bot
02:15 PM rgw Backport #51349 (Rejected): octopus: notifications: notifications stop working after bucket reshard
Backport Bot
02:15 PM rgw Backport #51348 (Resolved): pacific: notification: zero size in COPY events
https://github.com/ceph/ceph/pull/45426 Backport Bot
02:13 PM rgw Bug #51293 (Pending Backport): notifications: notifications stop working after bucket reshard
Casey Bodley
02:12 PM rgw Bug #51296 (Duplicate): s3-website test failing in teuthology
Casey Bodley
02:11 PM rgw Bug #51305 (Pending Backport): notification: zero size in COPY events
Casey Bodley
02:10 PM rgw Bug #51306: s3-website test failing in teuthology
... Casey Bodley
01:59 PM CephFS Bug #51280: mds: "FAILED ceph_assert(r == 0 || r == -2)"
Xiubo Li wrote:
> Patrick Donnelly wrote:
> > Xiubo Li wrote:
> > > From the mds.e.log we can see that the "100000...
Patrick Donnelly
05:59 AM CephFS Bug #51280: mds: "FAILED ceph_assert(r == 0 || r == -2)"
Patrick Donnelly wrote:
> Xiubo Li wrote:
> > From the mds.e.log we can see that the "10000003280.00000000:head" re...
Xiubo Li
04:35 AM CephFS Bug #51280: mds: "FAILED ceph_assert(r == 0 || r == -2)"
Xiubo Li wrote:
> From the mds.e.log we can see that the "10000003280.00000000:head" request was stuck and timedout ...
Patrick Donnelly
03:21 AM CephFS Bug #51280: mds: "FAILED ceph_assert(r == 0 || r == -2)"
From the mds.e.log we can see that the "10000003280.00000000:head" request was stuck and timedout just after 15m, whi... Xiubo Li
01:56 PM rgw Bug #51347 (Resolved): valgrind use-after-free in RGWCopyObj::execute() after RGWObjectCtx::inval...
4 failures under rgw/verify in https://pulpito.ceph.com/cbodley-2021-06-23_17:38:22-rgw-wip-cbodley-testing-distro-ba... Casey Bodley
01:51 PM Revision 5dce141b (ceph): Merge pull request #41994 from anthonyeleven/anthonyeleven/adjust-rados...
doc/rados/operations: Update pools.rst
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
01:03 PM rgw Fix #51346 (New): rgw/sts: Correct/improve/add thumbprint validation for incoming JWT from an oid...
Implement thumbprint evaluation for JWT using jwks_uri.
Also implement the validation of each certificate in the cer...
Pritha Srivastava
12:56 PM rbd Backport #51345 (In Progress): pacific: TestMockMigrationHttpClient.OpenResolveFail started to fa...
Mykola Golub
12:50 PM rbd Backport #51345 (Resolved): pacific: TestMockMigrationHttpClient.OpenResolveFail started to fail ...
https://github.com/ceph/ceph/pull/42010 Backport Bot
12:56 PM Revision 8987c0a9 (ceph): test/librbd: use really invalid domain
in TestMockMigrationHttpClient.OpenResolveFail
Fixes: https://tracker.ceph.com/issues/51342
Signed-off-by: Mykola G...
Mykola Golub
12:48 PM rbd Bug #51342 (Pending Backport): TestMockMigrationHttpClient.OpenResolveFail started to fail becaus...
Ilya Dryomov
10:25 AM rbd Bug #51342 (Fix Under Review): TestMockMigrationHttpClient.OpenResolveFail started to fail becaus...
Mykola Golub
10:06 AM rbd Bug #51342 (In Progress): TestMockMigrationHttpClient.OpenResolveFail started to fail because inv...
Mykola Golub
10:06 AM rbd Bug #51342 (Resolved): TestMockMigrationHttpClient.OpenResolveFail started to fail because invali...
... Mykola Golub
12:48 PM Revision 7641537c (ceph): Merge pull request #42005 from trociny/wip-51342
test/librbd: use really invalid domain
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
12:37 PM Revision 73567a14 (ceph): vstart_runner: maintain log level when --debug is passed
When --debug and --clear-old-log options are passed to vstart_runner.py,
it ends up resetting log level to the defaul...
Rishabh Dave
12:37 PM Bug #51344 (Resolved): vstart_runner: log level gets set to INFO when --debug and --clear-old-log...
Rishabh Dave
12:22 PM Dashboard Bug #51312 (Resolved): mgr/dashboard: Alertmanager fails to POST alerts
Ernesto Puerta
12:22 PM Dashboard Backport #51326 (Resolved): pacific: mgr/dashboard: Alertmanager fails to POST alerts
Ernesto Puerta
12:22 PM Revision 3cd4a7dd (ceph): Merge pull request #41987 from rhcs-dashboard/wip-51326-pacific
pacific: mgr/dashboard: Alertmanager fails to POST alerts
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed...
Ernesto Puerta
12:19 PM Revision e993cc22 (ceph): mgr/dashboard: fix for right sidebar nav icon not clickable
fixed the responsive sidebar not opening on click event, and close sidebar on clicking tasks and notification list it... Aaryan Porwal
12:11 PM Dashboard Backport #51180 (In Progress): pacific: mgr/Dashboard: right Navigation should work on click when...
Avan Thakkar
12:10 PM Revision 9dc19f6e (ceph): mgr/dashboard: fix for right sidebar nav icon not clickable
fixed the responsive sidebar not opening on click event, and close sidebar on clicking tasks and notification list it... Aaryan Porwal
12:08 PM Dashboard Backport #51343 (In Progress): pacific: mgr/dashboard: crushmap tree doesn't display crush type o...
Avan Thakkar
10:55 AM Dashboard Backport #51343 (Resolved): pacific: mgr/dashboard: crushmap tree doesn't display crush type othe...
https://github.com/ceph/ceph/pull/42007 Backport Bot
12:02 PM Dashboard Bug #49802 (Resolved): mgr/dashboard: Python2 Cookie module import fails on Python3
Avan Thakkar
11:54 AM Revision 3c1cae8d (ceph): ceph.spec.in: enable --with-rbd_ssd_cache by default
unlike rbd_rwl_cache, rbd_ssd_cache does not depend on pmdk (libpmem),
so let's enable it on all supported architectu...
Kefu Chai
11:25 AM Revision 7a2a3fed (ceph): test/librbd: use really invalid domain
in TestMockMigrationHttpClient.OpenResolveFail
Fixes: https://tracker.ceph.com/issues/51342
Signed-off-by: Mykola G...
Mykola Golub
11:10 AM Revision 827c6631 (ceph): Merge pull request #41828 from tchaikov/wip-btree-alloc
os/bluestore: add BtreeAllocator
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Kefu Chai
10:52 AM Dashboard Bug #50971 (Pending Backport): mgr/dashboard: crushmap tree doesn't display crush type other than...
Ernesto Puerta
10:26 AM rbd Bug #51334 (Duplicate): make check failures in run-rbd-unit-tests* tests
Mykola Golub
10:10 AM rbd Bug #51334: make check failures in run-rbd-unit-tests* tests
See https://tracker.ceph.com/issues/51342 for the root cause. Mykola Golub
08:07 AM Revision 20e02b00 (ceph): crimson/osd: use discard_result() in stop()
we don't care about the result of shutdown() of messengers, when
shutting down the daemon actually, and we don't hand...
Kefu Chai
08:07 AM Revision 632f9aca (ceph): crimson/osd: shutdown if osdmap forces us to do so
mirror the change introduced by 5dbae13ce0f5b0104ab43e0ccfe94f832d0e1268
in classic osd.
Signed-off-by: Kefu Chai <k...
Kefu Chai
08:07 AM Revision 27388d05 (ceph): crimson/osd: mark more OSD methods private
they are internal helpers, not part of the public interface of the OSD
class.
Signed-off-by: Kefu Chai <kchai@redhat...
Kefu Chai
08:07 AM Revision c0239b79 (ceph): crimson/osd: document fsm of crimson osd
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
06:06 AM Revision 29a4d520 (ceph): rgw: DPP addition to log messages
Following are the files focused in this PR:
1. rgw_lc.cc
2. rgw_rados.cc
3. rgw_op.cc
4. services/svc_rados.cc
5. rgw...
Kalpesh Pandya
05:05 AM Revision ab709e0c (ceph): common/armor: mark dst_end a const pointer
to silence GCC-11 warnings like:
../src/common/secret.c: In function ‘set_kernel_secret’:
../src/common/secret.c:65:...
Kefu Chai
04:58 AM Revision 68ad4167 (ceph): cephfs-mirror: reopen logs on SIGHUP
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
04:58 AM Revision 957bae25 (ceph): logrotate: include cephfs-mirror daemon
Fixes: http://tracker.ceph.com/issues/51318
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
04:50 AM CephFS Tasks #51341 (In Progress): Steps to recover file system(s) after recovering the Ceph monitor store
In certain rare cases, all the Ceph Monitors might end up with corrupted Monitor stores. The Monitor stores can be re... Ramana Raja
04:13 AM Revision 99eec323 (ceph): ceph.spec.in: move "Requires: python3-setuptools" from ceph-base to cep...
python3-setuptools was originally added to ceph-base as a dependency of
ceph-detect-init, see https://tracker.ceph.co...
Kefu Chai
04:13 AM Revision 128d6184 (ceph): debian/control: drop duplicated python3-setuptools from Build-Depends
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:13 AM Revision e3c770cc (ceph): ceph.spec.in: move ceph_volume python module into ceph-osd
the ceph-volume tool is composed of the cli frontend and ceph_volume
python module. in 02bc369e052125f50c7d3a7fe9b311...
Kefu Chai
04:13 AM Revision c4fbf39d (ceph): cmake,deb,rpm: drop ceph-deploy manpage
ceph-deploy is not actively maintained anymore, and it was replaced by
ceph-volume and other high-level tools.
so th...
Kefu Chai
03:52 AM CephFS Feature #51340 (Resolved): mon/MDSMonitor: allow creating a file system with a specific fscid
In the scenario where the monitor databases are lost and must be rebuilt, the file system will need recreated. (Assum... Patrick Donnelly
01:42 AM Bug #51339 (Fix Under Review): Set rbd-rwl-cache optional on arm64
Kefu Chai
01:37 AM Bug #51339 (Resolved): Set rbd-rwl-cache optional on arm64
PMDK is not well supported on arm64. The make check for PMDK failed and librpmem is not enabled.
So until PMDK has b...
Kevin Zhao

06/23/2021

11:18 PM rgw Bug #51208: "[ FAILED ] cls_rgw.bi_list" in upgrade:nautilus-x-pacific
Based on https://sentry.ceph.com/organizations/ceph/issues/11501/events/b9abc5550c364b089bcb670e1baed6ab/events/?proj... Neha Ojha
10:58 PM rgw Bug #51208: "[ FAILED ] cls_rgw.bi_list" in upgrade:nautilus-x-pacific
... Neha Ojha
10:43 PM RADOS Bug #50346: OSD crash FAILED ceph_assert(!is_scrubbing())
Andrej Filipcic wrote:
> A related crash, happened when I disabled scrubbing:
>
> -1> 2021-06-14T11:17:15.373...
Neha Ojha
10:42 PM RADOS Bug #51338 (Duplicate): osd/scrub_machine.cc: FAILED ceph_assert(state_cast&lt;const NotActive*&g...
Originally reported in https://tracker.ceph.com/issues/50346#note-6... Neha Ojha
08:59 PM CephFS Backport #51337 (In Progress): nautilus: mds: avoid journaling overhead for setxattr("ceph.dir.su...
Patrick Donnelly
08:30 PM CephFS Backport #51337 (Rejected): nautilus: mds: avoid journaling overhead for setxattr("ceph.dir.subvo...
https://github.com/ceph/ceph/pull/41997 Backport Bot
08:57 PM CephFS Backport #51336 (In Progress): octopus: mds: avoid journaling overhead for setxattr("ceph.dir.sub...
Patrick Donnelly
08:30 PM CephFS Backport #51336 (Resolved): octopus: mds: avoid journaling overhead for setxattr("ceph.dir.subvol...
https://github.com/ceph/ceph/pull/41996 Backport Bot
08:56 PM Revision c55a5ceb (ceph): mds: avoid journaling overhead for ceph.dir.subvolume for no-op case
In preparation for acquiring the xlock on the directory inode, the MDS
must journal a few events before continuing on...
Patrick Donnelly
08:55 PM CephFS Backport #51335 (In Progress): pacific: mds: avoid journaling overhead for setxattr("ceph.dir.sub...
Patrick Donnelly
08:30 PM CephFS Backport #51335 (Resolved): pacific: mds: avoid journaling overhead for setxattr("ceph.dir.subvol...
https://github.com/ceph/ceph/pull/41995 Backport Bot
08:54 PM Revision 4d9c88cd (ceph): mds: avoid journaling overhead for ceph.dir.subvolume for no-op case
In preparation for acquiring the xlock on the directory inode, the MDS
must journal a few events before continuing on...
Patrick Donnelly
08:25 PM CephFS Bug #51276 (Pending Backport): mds: avoid journaling overhead for setxattr("ceph.dir.subvolume") ...
Patrick Donnelly
08:24 PM Revision 9145d9c8 (ceph): Merge PR #41935 into master
* refs/pull/41935/head:
mds: avoid journaling overhead for ceph.dir.subvolume for no-op case
Reviewed-by: Venky Sha...
Patrick Donnelly
07:40 PM CephFS Feature #51333 (In Progress): qa: use cephadm to provision cephfs for fs:workloads
Patrick Donnelly
05:18 PM CephFS Feature #51333 (Resolved): qa: use cephadm to provision cephfs for fs:workloads
To increase our test coverage! Patrick Donnelly
06:37 PM Revision 337745c1 (ceph): test/crimson/seastore/test_seastore_cache: use cache directly
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:37 PM Revision c0aeb3ac (ceph): crimson/os/seastore: convert transaction_manager internally to use inte...
Consumers of TransactionManager use wrapper classes InterruptedTransactionManager
and InterruptedTMRef for now until ...
Samuel Just
06:37 PM Revision 3958ccc8 (ceph): crimson/common/interruptible_future: add safe_then_interruptible for mu...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:37 PM Revision 2a4b178d (ceph): crimson/common/interruptible_future: add interruptor::base_ertr
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:37 PM Revision 28a90166 (ceph): test/crimson/test_interruptible_future: add tests for errorated behavior
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:37 PM Revision 5cdcaf5d (ceph): crimson/os/seastore: invalidate transaction referencing invalid extents
Modify read_set to retain a reverse mapping from extents back to
transactions and use it to update Transaction::confl...
Samuel Just
06:37 PM Revision 4b32daa0 (ceph): crimson/os/seastore/cache.h: remove unused get_extents
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:37 PM Revision 4eec23ba (ceph): crimson/os/seastore/transaction: introduce TransactionConflictCondition...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:37 PM Revision 9a840daa (ceph): crimson/os/seastore/cache: convert to use interruptible future
Introduces InterruptedCache wrapper for now for components not yet
converted.
Signed-off-by: Samuel Just <sjust@redh...
Samuel Just
06:37 PM Revision 98fd17bb (ceph): crimson/os/seastore/lba_manager/btree: convert to use interruptible_future
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:37 PM Revision 19844051 (ceph): crimson/common/interruptible_future: remove unnecessary make_ready_futu...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:37 PM Revision a2a5ffbb (ceph): crimson/common/interruptible_future: remove enable/disable_interruption
with_interruption_cond needs to check the condition on the way in.
call_with_interruption_impl already has the requir...
Samuel Just
06:37 PM Revision 5cf18067 (ceph): crimson/common/interruptible_future: refactor handle_interruption
handle_interruption can't really be validly used outside of
with_interruption_cond. Make private, and adjust is_inte...
Samuel Just
06:26 PM Revision 06c63770 (ceph): crimson/common/interruptible_future: add ready|exception_future_marker ...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision 2f8bb018 (ceph): crimson/common/interruptible_future: add handle_interruption
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision d18576de (ceph): crimson/common/interruptible_future: introduce with_interruption_to_error
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision 557b7880 (ceph): crimson/common/interruptible_future: introduce si_then as shorthand for...
safe_then_interruptible is too long for common use within seastore.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
06:23 PM Revision c89142be (ceph): crimson/common/interruptible_future: introduce future<> helper to inter...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision 2507e789 (ceph): crimson/os/seastore/lba_manager: make complete_transaction void
This really can't result in mutations (the transaction already committed!)
and presently doesn't require any IO at al...
Samuel Just
06:23 PM Revision 76e3eb75 (ceph): crimson/os/seastore/cache: rename retire_extent_addr for addr overload
Makes InterruptibleCache bit in the later patch simpler, and is somewhat
clearer.
Signed-off-by: Samuel Just <sjust@...
Samuel Just
06:23 PM Revision 60447a36 (ceph): crimson/os/seastore/cache: fix typo in comment
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision afa5d90b (ceph): crimson/common/fixed_kv_node_layout: add reference type for do_for_each...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision d632fe55 (ceph): test/crimson/test_interruptible_future: using namespace crimson
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision 1dfddd83 (ceph): common/interruptible_future: use errorated future as core_type, fix con...
No reason really to remember the underlying seastar::future type, we should
only be interacting with the errorated fu...
Samuel Just
06:23 PM Revision 7d49aaf4 (ceph): crimson/common/errorator: add futurize::apply
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision 525bd158 (ceph): crimson/common/interruptible_future: add common errorator forwards
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:23 PM Revision d10ffa36 (ceph): crimson/common/interruptible_future: add futurize::invoke
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
06:17 PM mgr Backport #51093: octopus: mgr crash loop after increase pg_num
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41764
merged
Yuri Weinstein
06:17 PM Revision 6a44559d (ceph): Merge pull request #41764 from cfsnyder/wip-51093-octopus
octopus: mgr/DaemonServer.cc: prevent mgr crashes caused by integer underflow that is triggered by large increases to... Yuri Weinstein
06:16 PM RADOS Backport #50796: octopus: mon: spawn loop after mon reinstalled
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41621
merged
Yuri Weinstein
06:13 PM rbd Bug #51334 (Duplicate): make check failures in run-rbd-unit-tests* tests
... Neha Ojha
06:11 PM Backport #50661: octopus: ceph: BrokenPipeError on ceph -h
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41586
merged
Yuri Weinstein
06:10 PM Revision a73f5e3f (ceph): Merge pull request #41586 from cfsnyder/wip-50661-octopus
octopus: ceph: ignore BrokenPipeError when printing help
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
05:30 PM Revision d6b47347 (ceph): doc/rados/operations: Updates pools.rst
Add clarity, change example PG counts to a power of two.
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri
05:19 PM Revision 50fbfeff (ceph): osd/scrub: replace a ceph_assert() with a test
We are using two distinct conditions to decide whether a candidate PG is already being scrubbed. The OSD checks pgs_s... Ronen Friedman
05:00 PM Revision f9a0425d (ceph): global/signal_handler: expose function to generate crash dump
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
05:00 PM Revision b0fad21d (ceph): common/BackTrace: accept list of strings to ctor
This may seem a bit backwards: we take nice C++ list<string> and do the
C dance. It's a bit defensive: this class is...
Sage Weil
05:00 PM Revision 5878cbd7 (ceph): common/BackTrace: refactor into Clib and Py implementations
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
05:00 PM Revision 719d5e18 (ceph): mgr: generate crash dump for python exceptions
Extend handle_pyerror() to generate a crash dump. Pass some additional
context through from the callers (including t...
Sage Weil
05:00 PM Revision 24ac3088 (ceph): mgr/crash: separate RECENT_MGR_MODULE_CRASH error for mgr module crashes
Generate a different warning for crashes in mgr module python code, as
they do not mean that the entire mgr daemon cr...
Sage Weil
05:00 PM Revision 839d5489 (ceph): mgr/telemetry: fix telemetry crash integration
Broken by 8c009e278aec83ea6e12f28bf0c3351204d2efa5
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
05:00 PM Revision 1ecda507 (ceph): mgr/telemetry: redact python crash dump in telemetry
Include the exception value in teh crash dump, but redact it in telemetry.
That way the operator can see it (it's use...
Sage Weil
04:59 PM Bug #51292 (Resolved): File system None does not exist in the map
Kefu Chai
02:50 PM Bug #51292 (Fix Under Review): File system None does not exist in the map
Sage Weil
02:46 PM Bug #51292 (In Progress): File system None does not exist in the map
Sage Weil
04:58 PM Revision 2f28daf5 (ceph): Merge pull request #41990 from liewegas/fix-51292
qa/suites/rados/dashboard: fix e2e test
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:32 PM CephFS Feature #51332 (Fix Under Review): qa: increase metadata replication to exercise lock/witness cod...
Patrick Donnelly
04:25 PM CephFS Feature #51332 (Fix Under Review): qa: increase metadata replication to exercise lock/witness cod...
Patrick Donnelly
03:31 PM RADOS Backport #50797: pacific: mon: spawn loop after mon reinstalled
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41768
merged
Yuri Weinstein
03:30 PM Revision 45fac62e (ceph): Merge pull request #41768 from neha-ojha/wip-50797-pacific
pacific: mon: load stashed map before mkfs monmap
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
03:30 PM RADOS Bug #49988: Global Recovery Event never completes
https://github.com/ceph/ceph/pull/41872 merged Yuri Weinstein
03:29 PM Revision feb1dd44 (ceph): Merge pull request #41872 from kamoltat/wip-ksirivad-backport-pacific-f...
pacific: pybind/mgr/progress: Disregard unreported pgs
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
03:19 PM bluestore Backport #49982 (Resolved): pacific: BlueRocksEnv::GetChildren may pass trailing slashes to BlueF...
Igor Fedotov
03:06 PM bluestore Backport #49982: pacific: BlueRocksEnv::GetChildren may pass trailing slashes to BlueFS readdir
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/41755
merged
Yuri Weinstein
03:09 PM rgw Backport #51001: pacific: Reproducible crash on multipart upload to bucket with policy
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41893
merged
Yuri Weinstein
03:09 PM Revision cacf94f5 (ceph): Merge pull request #41893 from cfsnyder/wip-51001-pacific
pacific: rgw: crash on multipart upload to bucket with policy
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein
03:08 PM Revision 0819cf58 (ceph): Merge pull request #41877 from ideepika/wip-51241-pacific
pacific: debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-rook
Reviewed-by: Deepika Upadhyay <dupad...
Yuri Weinstein
03:08 PM rgw Backport #50710: pacific: rgw: radosgw-admin bucket rm --bucket <bucket> --purge-objects
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41863
merged
Yuri Weinstein
03:08 PM Revision 6946ee51 (ceph): Merge pull request #41863 from cfsnyder/wip-50710-pacific
pacific: rgw: radosgw_admin remove bucket not purging past 1,000 objects
Reviewed-by: Daniel Gryniewicz <dang@redhat...
Yuri Weinstein
03:07 PM rgw Bug #51331 (Resolved): Topic is created in a wrong (default) tenant
When user from a non-default tenant executes create-topic using AWS CLI, the topic is created in a default tenant, ra... Daniel Iwan
03:07 PM mgr Backport #51094: pacific: mgr crash loop after increase pg_num
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41862
merged
Yuri Weinstein
03:07 PM Revision f34e12fe (ceph): Merge pull request #41862 from cfsnyder/wip-51094-pacific
pacific: mgr/DaemonServer.cc: prevent mgr crashes caused by integer underflow that is triggered by large increases to... Yuri Weinstein
03:06 PM Revision bc13f88b (ceph): Merge pull request #41755 from ifed01/wip-ifed-tchaikov-wip-rocksdb-pac
pacific: bluestore: use string_view and strip trailing slash for dir listing
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
03:05 PM rgw Backport #50301: pacific: rgw: radoslist incomplete multipart parts marker
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40819
merged
Yuri Weinstein
03:05 PM Revision f2e3b254 (ceph): Merge pull request #40819 from ivancich/wip-50301-pacific
pacific: rgw: radoslist incomplete multipart parts marker
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein
03:04 PM mgr Backport #50294: pacific: mgr/prometheus: Update ceph_pool_* metrics to include additional labels
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40804
merged
Yuri Weinstein
03:04 PM Revision 6a70e701 (ceph): Merge pull request #40804 from k0ste/wip-50294-pacific
pacific: mgr/prometheus:Improve the pool metadata
Reviewed-by: Paul Cuzner <pcuzner@redhat.com>
Reviewed-by: Laura P...
Yuri Weinstein
02:54 PM Revision fe9963b0 (ceph): qa/suites/rados/dashboard: fix e2e test
Move roles into task yaml. Rename e2e.
Fixes: https://tracker.ceph.com/issues/51292
Signed-off-by: Sage Weil <sage@...
Sage Weil
02:42 PM Revision 14dfbff2 (ceph): doc/cephadm: enrich "deployment of daemons"
service-management.rst contained a section called
"Deployment of Daemons" that needed a rewrite by
a native English s...
Zac Dover
02:41 PM rgw Backport #51330 (Resolved): octopus: rgw: deleting a bucket results in infinite loop
https://github.com/ceph/ceph/pull/43272 Backport Bot
02:41 PM rgw Backport #51329 (Resolved): pacific: rgw: deleting a bucket results in infinite loop
https://github.com/ceph/ceph/pull/42230 Backport Bot
02:38 PM rgw Bug #49206 (Pending Backport): rgw: deleting a bucket results in infinite loop
J. Eric Ivancich
02:37 PM Revision da5d094f (ceph): Merge pull request #39358 from Jeegn-Chen/wip-tracker-49206
rgw: avoid infinite loop when deleting a bucket
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
02:28 PM Orchestrator Bug #51328 (Resolved): cephadm: `infer_fsid` should use fsid from ceph conf
when a ceph.conf is present, but no daeamons deployed by cephadm exist:... Michael Fritch
02:25 PM Revision 9c25c6c8 (ceph): Merge pull request #40031 from pritha-srivastava/wip-sts-get-session-ldap
rgw/sts: fixes getsessiontoken authenticated with LDAP, Harish Munjulur
01:43 PM Revision 97abe4a1 (ceph): Merge pull request #41984 from tchaikov/wip-crimson-repeat
crimson: s/crimson::do_until/crimson::repeat/
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-by: Radosla...
Kefu Chai
01:37 PM rgw Bug #51327 (Resolved): Format of date/time header "x-amz-object-lock-retain-until-date" is incorr...
There is ceph cluster
@
root@sf-ceph-manager:~# ceph -v
ceph version 16.2.1 (afb9061ab4117f798c858c741efa6390e48cc...
Vladimir Ermak
12:20 PM CephFS Bug #51318 (Fix Under Review): cephfs-mirror: do not terminate on SIGHUP
Venky Shankar
11:15 AM Dashboard Backport #51326 (In Progress): pacific: mgr/dashboard: Alertmanager fails to POST alerts
Avan Thakkar
11:10 AM Dashboard Backport #51326 (Resolved): pacific: mgr/dashboard: Alertmanager fails to POST alerts
https://github.com/ceph/ceph/pull/41987 Backport Bot
11:15 AM Revision a800bfb5 (ceph): mgr/dashboard: Alertmanager fails to POST alerts
Fixes: https://tracker.ceph.com/issues/51312
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co...
Avan Thakkar
11:11 AM Orchestrator Bug #51209 (Pending Backport): cephadm: expose gather-facts api method
Ernesto Puerta
11:06 AM Dashboard Bug #51312 (Pending Backport): mgr/dashboard: Alertmanager fails to POST alerts
Ernesto Puerta
11:05 AM Revision ced341a5 (ceph): Merge pull request #41974 from rhcs-dashboard/fix-POST-alerts
mgr/dashboard: Alertmanager fails to POST alerts Ernesto Puerta
11:01 AM Revision 3c11a7f2 (ceph): crimson: s/crimson::do_until/crimson::repeat/
seastar::do_until() takes a predicate functor and a continuation. while
seastar::repeat() takes a single continuation...
Kefu Chai
10:58 AM Revision 7c0b8209 (ceph): Merge pull request #41986 from tchaikov/wip-wip-crimson-alienstore-lock...
crimson/os/alienstore: cleanups of ThreadPool
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
10:26 AM rgw Bug #51325 (Resolved): User has assume_role permission can access to any bucket
Hi all
I am using sts feature sts on ceph 14.2.21.
2 account sts-test1 and sts-test2.
First assign to sts-te...
hoan nv
09:38 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
Sebastian Wagner wrote:
> I think something erroneous ended up in the config-key store. Could you give use the expor...
Ke Xiao
09:15 AM Orchestrator Bug #51272: upgrade job: mgr.x getting removed by cephadm task: UPGRADE_NO_STANDBY_MGR
Adding to analysis:
successful pick from pacific branch:...
Deepika Upadhyay
09:14 AM CephFS Bug #51280: mds: "FAILED ceph_assert(r == 0 || r == -2)"
In the osd.7 side, the request was blocked and the osd was added to backoff:... Xiubo Li
04:43 AM CephFS Bug #51280: mds: "FAILED ceph_assert(r == 0 || r == -2)"
Xiubo Li wrote:
> It seems the same "23C_IO_MDC_TruncateFinish" called twice:
>
> [...]
Sorry, it is not.
C...
Xiubo Li
02:28 AM CephFS Bug #51280: mds: "FAILED ceph_assert(r == 0 || r == -2)"
It seems the same "23C_IO_MDC_TruncateFinish" called twice:... Xiubo Li
09:08 AM Revision 924f90cf (ceph): crimson/os: reduce the scope of lock
we just need to synchronize accesses to `stopping`, so only need to
guard the mutation of it.
Signed-off-by: Kefu Ch...
Kefu Chai
09:08 AM Revision 8d389ce4 (ceph): crimson/os: replace tab with spaces
to be consistent with the editor variables defined in the header.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:08 AM Revision e78cf1d3 (ceph): crimson/os: replace private: section at end of class
to comply to the style guide at https://google.github.io/styleguide/cppguide.html#Declaration_Order
Signed-off-by: K...
Kefu Chai
08:25 AM Cleanup #51319 (Fix Under Review): deps: upgrade to Python 3.8
Ernesto Puerta
08:14 AM Revision 92073870 (ceph): Merge pull request #41956 from yuvalif/wip-yuval-fix-51293
rgw/notification: make notifications agnostic of bucket reshard Yuval Lifshitz
08:14 AM Revision 69ddb042 (ceph): Merge pull request #41955 from yuvalif/wip-yuval-fix-51305
rgw/notification: send correct size in COPY events Yuval Lifshitz
08:13 AM Revision fd00aa96 (ceph): crimson/common/errorator: consider return value as ready future in mayb...
this behavior mirrors seasetar::futurize::apply(), where non-future and
non-void return values are converted to futur...
Kefu Chai
08:13 AM Revision 5e8dcdf3 (ceph): Merge pull request #41831 from yuvalif/wip-yuval-fix-51114
rgw/amqp: remove the explicit "disconnect()" interface Yuval Lifshitz
06:25 AM Revision 578ee1a8 (ceph): Merge pull request #41902 from idryomov/wip-rbd-thick-conf
rbd: don't disable rbd_discard_on_zeroed_write_same
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:28 AM Revision 2e7adc48 (ceph): mgr/mgr_util: switch using unshared cephfs connections whenever possible
The connection pool used by mgr/volumes (mgr/snap_schedule, mgr/mirroring)
is basically a cached libcephfs connection...
Venky Shankar
03:16 AM Revision 3ca2d05b (ceph): Merge pull request #41940 from liu-chunmei/crimson-fix-reactor-stall
crimson: fix reactor stalled and rbd_open failed.
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai...
Kefu Chai
02:45 AM Revision 54e5339b (ceph): Merge PR #41964 into master
* refs/pull/41964/head:
doc/cephfs/nfs: update recommendation for versions
Reviewed-by: Varsha Rao <varao@redhat.co...
Patrick Donnelly
02:40 AM CephFS Backport #51324 (Resolved): pacific: pacific: client: abort after MDS blocklist
https://github.com/ceph/ceph/pull/42070 Backport Bot
02:40 AM CephFS Backport #51323 (Resolved): octopus: qa: test_data_scan.TestDataScan.test_pg_files AssertionError...
https://github.com/ceph/ceph/pull/45159 Backport Bot
02:40 AM CephFS Backport #51322 (Resolved): pacific: qa: test_data_scan.TestDataScan.test_pg_files AssertionError...
https://github.com/ceph/ceph/pull/42069 Backport Bot
02:38 AM CephFS Bug #50808 (Pending Backport): qa: test_data_scan.TestDataScan.test_pg_files AssertionError: Item...
Patrick Donnelly
02:38 AM Revision e590f91e (ceph): Merge PR #41908 into master
* refs/pull/41908/head:
qa: always format the pgid in hex
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by...
Patrick Donnelly
02:37 AM CephFS Bug #50530 (Pending Backport): pacific: client: abort after MDS blocklist
Patrick Donnelly
02:35 AM Revision c6e137b7 (ceph): Merge PR #41875 into master
* refs/pull/41875/head:
client: check if a mds rank is `up` before fetching connection addr
Reviewed-by: Patrick Do...
Patrick Donnelly
02:34 AM CephFS Bug #47276 (Resolved): MDSMonitor: add command to rename file systems
Patrick Donnelly
02:34 AM CephFS Bug #50852 (Resolved): mds: remove fs_name stored in MDSRank
Patrick Donnelly
02:34 AM Revision a90da2d9 (ceph): Merge PR #41385 into master
* refs/pull/41385/head:
mon/FSCommands: add command to rename a file system
qa/cephfs: split test_admin.TestAdminCo...
Patrick Donnelly
02:31 AM CephFS Bug #50495: libcephfs: shutdown race fails with status 141
/ceph/teuthology-archive/pdonnell-2021-06-22_00:27:21-fs-wip-pdonnell-testing-20210621.231646-distro-basic-smithi/618... Patrick Donnelly
02:20 AM Revision b5f736ee (ceph): mds: avoid journaling overhead for ceph.dir.subvolume for no-op case
In preparation for acquiring the xlock on the directory inode, the MDS
must journal a few events before continuing on...
Patrick Donnelly
01:36 AM rbd Bug #50675: [pwl ssd] cache larger than 4G will corrupt itself
https://github.com/ceph/ceph/pull/41968/commits/cc3db42bdb63814328a14c4f8887df7929f40b95 CONGMIN YIN
01:34 AM rbd Bug #50670: [pwl ssd] head / tail pointer corruption
In check_allocation(), _"if (m_bytes_allocated + bytes_allocated >= m_bytes_allocated_cap)"_ control ssd allocation i... CONGMIN YIN

06/22/2021

10:47 PM RADOS Backport #50986 (In Progress): pacific: unaligned access to member variables of crush_work_bucket
Neha Ojha
10:47 PM Revision 743227dc (ceph): crush/crush: ensure alignof(crush_work_bucket) is 1
in do_rule(), we allocate the space for crush_work_bucket using
char work[crush_work_size(crush, maxout)];
where cr...
Kefu Chai
10:44 PM RADOS Backport #50989 (In Progress): pacific: mon: slow ops due to osd_failure
Neha Ojha
10:43 PM Revision ebabf6d9 (ceph): mon/OSDMonitor: drop stale failure_info even if can_mark_down()
in a124ee85b03e15f4ea371358008ecac65f9f4e50, we add a check to drop
stale failure_info reports. but if osdmap does no...
Kefu Chai
08:47 PM Revision e3cd4037 (ceph): crimson/seastore: fix reactor stalled and rbd_open failed
omap manger use keys' reference, so the keys' string set should
be kept alive during omap operation. use value captur...
chunmei liu
08:05 PM Revision 577cbd16 (ceph): qa/distro/supported: add centos 8.stream
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
07:06 PM Revision b36774d9 (ceph): blk: Initialized zoned block device descriptor.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu> Abutalib Aghayev
07:00 PM Revision 2459a3ee (ceph): os/bluestore: Resume cleaning after an unclean shutdown.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu> Abutalib Aghayev
06:30 PM rgw Bug #51320 (Fix Under Review): notification: empty version-id in some events
Yuval Lifshitz
04:35 PM rgw Bug #51320 (Pending Backport): notification: empty version-id in some events
empty version id for object copy, multipart upload, delete marker on versioned bucket Yuval Lifshitz
06:30 PM rgw Bug #50039 (New): notification: topic creation is failing when using v4 authentication
Yuval Lifshitz
06:29 PM rgw Bug #50039 (Fix Under Review): notification: topic creation is failing when using v4 authentication
Yuval Lifshitz
05:58 PM Revision 95d672ae (ceph): os/bluestore: Add a method to ZonedFreelistManager retrieve the set of ...
recorded as being cleaned in the database.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu>
Abutalib Aghayev
05:55 PM Revision 165e0256 (ceph): mgr/nfs: refactor _delete_user helper
Single caller, trivial functions, and caller is also short.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
05:55 PM Revision 636c1575 (ceph): mgr/nfs: refactor create_export_from_dict() helper
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
05:22 PM bluestore Backport #51041: octopus: bluefs _allocate unable to allocate, though enough free
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41658
merged
Yuri Weinstein
05:22 PM Revision f8b2f0cf (ceph): Merge pull request #41658 from neha-ojha/wip-51041-octopus
octopus: os/bluestore: fix unexpected ENOSPC in Avl/Hybrid allocators.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Yuri Weinstein
05:21 PM RADOS Backport #50705: octopus: _delete_some additional unexpected onode list
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41623
merged
Yuri Weinstein
05:21 PM Revision 803ece9d (ceph): Merge pull request #41623 from cfsnyder/wip-50705-octopus
octopus: osd/PG.cc: handle removal of pgmeta object
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
05:21 PM RADOS Backport #50152: octopus: Reproduce https://tracker.ceph.com/issues/48417
Dan van der Ster wrote:
> Nathan I've done the manual backport here: https://github.com/ceph/ceph/pull/41609
> Copy...
Yuri Weinstein
05:20 PM Revision 66dbd3d7 (ceph): Merge pull request #41609 from dvanders/dvanders_40572_octopus
octopus: osd/PeeringState: fix acting_set_writeable min_size check
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewe...
Yuri Weinstein
05:19 PM Orchestrator Bug #49273: cephadm fails deployment of node-exporter when ipv6 is disabled
https://github.com/ceph/ceph/pull/41602 merged Yuri Weinstein
05:19 PM Revision 1642b6a1 (ceph): Merge pull request #41602 from p-se/backport-octopus-port-in-use
octopus: cephadm: fix port_in_use when IPv6 is disabled
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Yuri Weinstein
05:08 PM rgw Bug #24744: rgw: index wrongly deleted when put raced with list
The tests needed to be updated, so although the original PR was https://github.com/ceph/ceph/pull/28654 I copied it a... J. Eric Ivancich
05:03 PM Revision f307c0dc (ceph): mgr/nfs: keep 'nfs export get' around for backward-compat
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:51 PM Bug #51321 (New): Invalid argument No handler found for 'device ls-by-daemon'
I've noticed that when trying to run 'ceph device ls-by-daemon osd.0' on both a Nautilus cluster (v14.2.16) and on a ... Bryan Stillwell
03:29 PM rgw Bug #51208: "[ FAILED ] cls_rgw.bi_list" in upgrade:nautilus-x-pacific
same for https://pulpito.ceph.com/teuthology-2021-06-18_15:58:34-upgrade:nautilus-x-octopus-distro-basic-smithi/ Yuri Weinstein
03:07 PM Cleanup #51319 (Duplicate): deps: upgrade to Python 3.8
There are many reasons to migrate to Python 3.8 or "3.9":https://docs.python.org/3/whatsnew/3.9.html:
* Improved typ...
Ernesto Puerta
02:50 PM Revision 7cdf649b (ceph): qa/distros: centos7 -> centos8, rhel7 -> rhel8
trivial fix: removing skipping log warning needed for previous versions
Signed-off-by: Sage Weil <sage@redhat.com>
(...
Sage Weil
02:50 PM Revision 349ddcab (ceph): qa/distros: add RHEL 8.3 and use RHEL 8.3 as default
Signed-off-by: rakeshgm <rakeshgm@redhat.com>
(cherry picked from commit 5eabe906e6d15dec48224fd29b45e1155e751314)
rakesh manohar
02:50 PM Revision dd74ba09 (ceph): qa/distros: add ubuntu 20.04 targets
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 24c2d2b1244d95c232f927dad1417717a2768ece)
Sage Weil
02:50 PM Revision 9ff48491 (ceph): qa/distros: add centos 8.3
trivial fix: adding centos_8 symlink
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commi...
Patrick Donnelly
02:50 PM Revision e581eb0b (ceph): qa/tests: replaced ubuntu_latest.yaml with ubuntu 20.04
resurrect 835f2f5f511e7363f4056e5137382982aac1bfbf, which was reverted by
1f885b6c2fdde1f3ab249a56f7b4b763556f4373
s...
Kefu Chai
02:50 PM Revision 4e23cadc (ceph): qa/suites/rados/cephadm: add 20.04 target
Link directly to the distro version... no need to use _latest here since
it obscures the podman vs docker difference....
Sage Weil
02:50 PM Revision b2218bdd (ceph): qa/suites/rados/cephadm: add back centos+rhel with kubic podman
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit dbdd4d46e35d2fcf80a1b2cd9da77b6832c45aa3)
Sage Weil
02:50 PM Revision 7a50a7df (ceph): qa: new kubic distro files; use kubic podman for centos/rhel
The current centos/rhel version of podman (2.2.1) is broken.
- create new qa/distros/podman/* files that install kub...
Sage Weil
02:50 PM Revision f1d6bacc (ceph): qa/distros/podman: preserve registries.conf
Otherwise we'll lose the mirror configuration.
trivial-fix:
specify location for container registry since we use se...
Sage Weil
02:50 PM Revision bdc89636 (ceph): rados/cephadm/qa/distros: update to latest distros
- removes ubuntu_18.04 support for podman, instead we move to focal.
- use rhel_8.3 for all rhel_8 references
- use {...
Deepika Upadhyay
02:50 PM Revision b1bbe9f5 (ceph): qa/workunits/cephadm/test_repos: adjust target version
15.2.7 is available for 20.04; 15.1.1 is not
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit...
Sage Weil
01:44 PM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
I think something erroneous ended up in the config-key store. Could you give use the export of the config-key dump?
...
Sebastian Wagner
09:14 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
I have viewed the code, and found that `ceph orch ls` worked with service name, for example ` ceph orch ls crash `
Ke Xiao
01:35 PM Revision c211a5f0 (ceph): blk: Add functionality for resetting zones to HM-SMR device.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu> Abutalib Aghayev
01:35 PM Revision 797e1a10 (ceph): os/bluestore: More support for cleaning zones.
The protocol for cleaning zones is as follows:
1. The ZonedAllocator wakes up the cleaner thread.
2. The cleaner thr...
Abutalib Aghayev
01:35 PM Revision 33fdd5e4 (ceph): os/bluestore: Pass in parameters using a const reference instead of a p...
Signed-off-by: Abutalib Aghayev <agayev@psu.edu> Abutalib Aghayev
01:35 PM Revision 9802a253 (ceph): os/bluestore: Encode the whole set instead of encoding the elements one...
Signed-off-by: Abutalib Aghayev <agayev@psu.edu> Abutalib Aghayev
12:59 PM Revision 9f1d4412 (ceph): Merge pull request #41967 from sandrobonazzola/patch-1
doc/install/get-packages: point to current stable release
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:48 PM Revision 136dbdef (ceph): doc/install/get-packages: point to current stable release
Point to pacific for downloading the cephadm script
Co-authored-by: Kefu Chai <tchaikov@gmail.com>
Signed-off-by: Sa...
Sandro Bonazzola
12:17 PM CephFS Bug #51318 (Resolved): cephfs-mirror: do not terminate on SIGHUP
So, utilities such as logrotate would send SIGHUP to the daemon which would terminate it. This is being seen in some ... Venky Shankar
12:07 PM rgw Bug #51317 (Closed): Objects not synced if reshard is done while sync is happening in Multisite
Steps:
- Start upload of 100 objects on primary
- Simultaneously start bucket reshard on secondary, while sync is i...
Tejas C
11:58 AM Revision 19a12ae9 (ceph): Merge pull request #41960 from rzarzynski/wip-crimson-alienstore-sync-s...
crimson/os: synchronize producers with consumers in AlienStore's queues.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:48 AM Dashboard Bug #51312 (Fix Under Review): mgr/dashboard: Alertmanager fails to POST alerts
Avan Thakkar
10:48 AM Dashboard Bug #51312 (Resolved): mgr/dashboard: Alertmanager fails to POST alerts
In alertmanager logs:... Ernesto Puerta
11:46 AM Revision bbff025b (ceph): mgr/dashboard: Alertmanager fails to POST alerts
Fixes: https://tracker.ceph.com/issues/51312
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Avan Thakkar
11:43 AM Revision f90a9991 (ceph): Merge pull request #41957 from liewegas/fix-vstart-registry-url
vstart.sh: fix docker url
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:23 AM RADOS Backport #51315 (In Progress): nautilus: osd:scrub skip some pg
Mykola Golub
10:55 AM RADOS Backport #51315 (Resolved): nautilus: osd:scrub skip some pg
https://github.com/ceph/ceph/pull/41973 Mykola Golub
11:22 AM Revision bd2626ef (ceph): osd: fix scrub reschedule bug
not all element can be visited during reschedule traverse
Fixes: https://tracker.ceph.com/issues/49487
Signed-off-by...
wanwencong
11:16 AM Revision dbecc86b (ceph): osd: fix scrub reschedule bug
not all element can be visited during reschedule traverse
Fixes: https://tracker.ceph.com/issues/49487
Signed-off-by...
wanwencong
11:11 AM RADOS Backport #51314 (In Progress): octopus: osd:scrub skip some pg
Mykola Golub
10:55 AM RADOS Backport #51314 (Resolved): octopus: osd:scrub skip some pg
https://github.com/ceph/ceph/pull/41972 Mykola Golub
10:56 AM RADOS Backport #51313 (In Progress): pacific: osd:scrub skip some pg
Mykola Golub
10:55 AM RADOS Backport #51313 (Resolved): pacific: osd:scrub skip some pg
https://github.com/ceph/ceph/pull/41971 Mykola Golub
10:56 AM Revision 33bd49ab (ceph): osd: fix scrub reschedule bug
not all element can be visited during reschedule traverse
Fixes: https://tracker.ceph.com/issues/49487
Signed-off-by...
wanwencong
10:55 AM RADOS Backport #51316 (Duplicate): nautilus: osd:scrub skip some pg
Backport Bot
10:53 AM RADOS Bug #49487 (Pending Backport): osd:scrub skip some pg
Mykola Golub
10:38 AM Revision 0bd1a6e4 (ceph): Merge pull request #41961 from rzarzynski/wip-crimson-intcltreq-fix-assert
crimson/osd: fix construction of InternalClientRequest in DEBUG builds.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:37 AM Revision 2ac2dda4 (ceph): Merge pull request #41962 from rzarzynski/wip-crimson-intcltreq-more-as...
crimson/osd: introduce more asserts to the Watch timeout handling.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:28 AM RADOS Bug #50346 (Fix Under Review): OSD crash FAILED ceph_assert(!is_scrubbing())
Ronen Friedman
06:59 AM RADOS Bug #50346: OSD crash FAILED ceph_assert(!is_scrubbing())
Andrej Filipcic wrote:
> On a 60-node, 1500 HDD cluster, and 16.2.4 release, this issue become very frequent, especi...
玮文 胡
10:09 AM Orchestrator Bug #51311 (Resolved): Failed to apply ingress.rgw: IndexError: list index out of range
Following the docs at: https://docs.ceph.com/en/latest/cephadm/rgw/ I've set up rgw with:... Sigurd Brinch
08:19 AM rgw Bug #46169: notification: awsRegion not set to zonegroup
should contain the value of the zonegroup.
value should be populated here: https://github.com/ceph/ceph/blob/450f217...
Yuval Lifshitz
06:41 AM Revision f57b158f (ceph): Merge pull request #41714 from k0ste/wip-51105-pacific
pacific: ceph-volume: fix batch report and respect ceph.conf config values Guillaume Abrioux
06:17 AM CephFS Bug #51271 (Fix Under Review): mgr/volumes: use a dedicated libcephfs handle for subvolume API calls
Venky Shankar
06:15 AM Revision cb2883fe (ceph): mgr/volumes: use dedicated libcephfs handles for subvolume calls and as...
Fixes: http://tracker.ceph.com/issues/51271
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
05:31 AM rgw Backport #51310 (Resolved): pacific: Add Support customed CA certificate from vault KMS for SSE e...
https://github.com/ceph/ceph/pull/42093 Backport Bot
05:29 AM rgw Feature #47776 (Pending Backport): Add Support customed CA certificate from vault KMS for SSE enc...
Jiffin Tony Thottan
02:59 AM Revision e031a596 (ceph): doc/cephfs/nfs: update recommendation for versions
... of Ceph and NFS-Ganesha packages.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja

06/21/2021

11:58 PM Revision c862be64 (ceph): crimson/osd: introduce more asserts to the Watch timeout handling.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
11:54 PM Revision f27ec02a (ceph): Merge PR #41860 into master
* refs/pull/41860/head:
qa: log messages when falling back to force/lazy umount
Reviewed-by: Patrick Donnelly <pdon...
Patrick Donnelly
11:54 PM Revision 9e002f7d (ceph): crimson/osd: fix construction of InternalClientRequest in DEBUG builds.
The assert in the ctor of `InternalClientRequest` actually operates on
the ctor's argument we `std::moved` from, not ...
Radoslaw Zarzynski
11:51 PM Revision 809c5d10 (ceph): crimson/os: synchronize producers with consumers in AlienStore's queues.
Some time ago we replaced the single, `boost::lockfree`-based queue
in `ThreadPool` with the in-house, lockish `Shard...
Radoslaw Zarzynski
11:40 PM Dashboard Cleanup #51252 (In Progress): mgr/dashboard: create new host_service.py and isolate the logics fr...
Avan Thakkar
09:14 PM Bug #51309 (New): 'weight' property inconsistent between 'ceph report' crushmap and other ceph to...
I am comparing the following for my 4 node testcluster:
ceph osd df: osd.0 has weight 1.0000
ceph report (key 'os...
Christian Huebner
09:09 PM Bug #51308 (New): Can't find lua.hpp if both RADOS and CEPHFS are disabled
This line in src/CMakeLists.txt is insufficent:
# RGW also support Lua scripting
if(WITH_CEPHFS OR WITH_RADOSGW)
...
Michael Jones
08:50 PM RADOS Bug #50659: Segmentation fault under Pacific 16.2.1 when using a custom crush location hook
FYI I tried with ceph/daemon-base:master-24e1f91-pacific-centos-8-x86_64 (the latest non-devel build at this time) ju... Andrew Davidoff
08:37 PM rgw Bug #24744: rgw: index wrongly deleted when put raced with list
Its fairly easy to repro the bug, for what its worth: I attached a repro. Copying the file to itself makes it orders... Joseph Victor
07:01 PM Revision 324a5ff5 (ceph): vstart.sh: fix docker url
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 6771de22 (ceph): mgr/nfs/export: fix export_update_1 to type check
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision b5499810 (ceph): mgr/nfs/module: clusterid -> cluster_id
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 119555b8 (ceph): mgr/nfs: fix/finish rgw export
- create the rgw keys for the export
- cleanup the rgw user on export deletion
Fixes: https://tracker.ceph.com/issue...
Sage Weil
06:13 PM Revision aaa57afd (ceph): mgr/nfs: allow multiple addrs for new exports
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision d6d9e59e (ceph): mgr/nfs: handle option addr/client block in create_export()
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 473097a3 (ceph): mgr/nfs/export: fix tests
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision fdd47c47 (ceph): mgr/nfs/export: fix export validation
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 59587fd0 (ceph): mgr/nfs: clean up test a bit
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 16c5cb62 (ceph): mgr/nfs: test that export <-> block+dict conversions go both ways
Fixes: https://tracker.ceph.com/issues/50449
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
06:13 PM Revision 01a8d0ba (ceph): mgr/nfs: test Export.validate(); several fixes
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision cfee2058 (ceph): mgr/nfs: test export_update (+ fixes)
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 69681f04 (ceph): mgr/nfs: test export creation and list
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 2cb2abb3 (ceph): mgr/nfs: merge 'nfs export {update,import}' -> 'nfs export apply'
The only thing we lose is a strict 'update' that errors out if the
export didn't already exist, and we don't have any...
Sage Weil
06:13 PM Revision 0907658f (ceph): doc/radosgw/nfs: document mgr/nfs way to add/remove rgw exports
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 1529f78e (ceph): mgr/nfs: merge FSExport back into ExportMgr
This class captures no data, and the current methods cover both cephfs
and rgw exports. There is little value to mak...
Sage Weil
06:13 PM Revision f0798cf0 (ceph): doc/cephfs: update 'nfs export {get,apply}' docs
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 9cf2ae5e (ceph): mgr/nfs: adjust NFSExceptoin errno arg
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision b276adbd (ceph): mgr/nfs: more revisions based on review
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 5a2382a5 (ceph): mgr/nfs: binding -> pseudo_path
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 2400937c (ceph): mgr/nfs: 'nfs export get' -> 'nfs export info'
This is a breaking change, but aligns the CLI verbs with the rest of ceph.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
06:13 PM Revision a2679b38 (ceph): mgr/nfs: fix tests
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 729f2f6a (ceph): mgr/nfs: addr -> client_addr for 'nfs export create ...'
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 87c98df2 (ceph): doc/cephfs/fs-nfs-export: be consistent with cluster_id and _ vs -
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 6fb9f0a3 (ceph): qa/tasks/cephfs/test_nfs: test new export via apply
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:13 PM Revision 317143d8 (ceph): mgr/nfs: rename method
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:07 PM RADOS Bug #51307 (Resolved): LibRadosWatchNotify.Watch2Delete fails
... Sage Weil
05:51 PM rgw Bug #51293: notifications: notifications stop working after bucket reshard
steps to verify:
* run HTTP endpoint on port 10900
* start cluster
* create topic, notifications and make sure tha...
Yuval Lifshitz
05:48 PM rgw Bug #51293 (Fix Under Review): notifications: notifications stop working after bucket reshard
Yuval Lifshitz
05:36 PM Revision 201942f2 (ceph): rgw/notification: make notifications agnostic of bucket reshard
Fixes: https://tracker.ceph.com/issues/51293
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
05:15 PM rgw Bug #51306 (Duplicate): s3-website test failing in teuthology
The following failure was seen in s3-website test in teuthology:
2021-06-11T16:24:10.435 INFO:teuthology.orchestra...
Kalpesh Pandya
04:46 PM rgw Bug #51261 (Fix Under Review): notifications: metadata does not work for COPY events
Yuval Lifshitz
04:42 PM Orchestrator Bug #51277: cephadm bootstrap: unable to set up admin label
I feel like this is the correct behavior. The current v16 image (https://hub.docker.com/layers/ceph/ceph/v16/images/s... Adam King
04:41 PM rgw Bug #51305 (Fix Under Review): notification: zero size in COPY events
Yuval Lifshitz
04:02 PM rgw Bug #51305 (Resolved): notification: zero size in COPY events
Yuval Lifshitz
04:36 PM Revision 17cc2a4a (ceph): rgw/notification: send correct size in COPY events
Fixes: https://tracker.ceph.com/issues/51305
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
03:40 PM RADOS Bug #51270: mon: stretch mode clusters do not sanely set default crush rules
Accidentally requested backports to Octopus/Nautilus, so nuking those. Greg Farnum
03:40 PM RADOS Backport #51289 (Rejected): octopus: mon: stretch mode clusters do not sanely set default crush r...
Accidental backport request Greg Farnum
03:40 PM RADOS Backport #51288 (Rejected): nautilus: mon: stretch mode clusters do not sanely set default crush ...
Accidental backport request Greg Farnum
02:41 PM Orchestrator Bug #51304 (Won't Fix): Can't install cephadm on CentOS 7
System info:
CentOS Linux release 7.9.2009 (Core) x86_64
I am trying to follow the cephadm install guide https://...
Filip Krivsky
02:10 PM Revision 5a268750 (ceph): os/bluestore/AvlAllocator: introduce bluestore_avl_alloc_ff_max_search_...
so AvlAllocator can switch from the first-first mode to best-fit mode
without walking through the whole space map tre...
Kefu Chai
02:10 PM Revision 40f05b97 (ceph): os/bluestore/AvlAllocator: introduce bluestore_avl_alloc_ff_max_search_...
so AvlAllocator can switch from the first-first mode to best-fit mode
without walking through the whole space map tre...
Kefu Chai
02:03 PM rgw Feature #51303 (Resolved): mgr: radosgw: include realm_{id,name} in service map
Alfonso Martínez
02:00 PM Orchestrator Feature #51302 (Duplicate): mgr/cephadm: automatically configure dashboard <-> RGW connection
Automatically configure the credential(s) for dashboard to talk to RGW. Alfonso Martínez
01:52 PM Dashboard Feature #51301 (Resolved): mgr/dashboard: create jenkins job: dashboard-cephadm-e2e
Jenkins jobs to be triggered in Dashboard (and cephadm) PRs
in order to run several E2E tests.
This is needed to ...
Alfonso Martínez
01:50 PM Dashboard Feature #51300 (In Progress): mgr/dashboard: run cephadm orch backend E2E tests
Alfonso Martínez
01:49 PM Dashboard Feature #51300 (Resolved): mgr/dashboard: run cephadm orch backend E2E tests
Provide a script to run cephadm orch backend E2E tests in local and in jenkins job.
This is needed to test the add...
Alfonso Martínez
01:24 PM Orchestrator Bug #51258: cephadm bootstrap: applying host specs suddenly removes the admin keyring from bootst...
Agree on that, if the UX can be improved it's a good chance to add that to the backlog.
Just wanted to make sure the...
Francesco Pantano
01:19 PM Orchestrator Bug #51258: cephadm bootstrap: applying host specs suddenly removes the admin keyring from bootst...
Francesco Pantano wrote:
> Hello,
> I confirm we can close this tracker.
This is a real UX bug that needs to be ...
Sebastian Wagner
01:17 PM Orchestrator Bug #51258: cephadm bootstrap: applying host specs suddenly removes the admin keyring from bootst...
Hello,
as per [1] and [2], where the fix [3] is tested, I confirm we can close this tracker.
Thanks for the suppo...
Francesco Pantano
01:23 PM Dashboard Subtask #50311 (Fix Under Review): CA: Lightweight cli module to expose get.
Alfonso Martínez
01:11 PM Orchestrator Documentation #51299 (Duplicate): cephadm/ceph orch - document shutdown and start complete ceph c...
cephadm/ceph orch - document shutdown and start complete ceph cluster
- this procedure helps when an admin/user deci...
Vikhyat Umrao
01:09 PM Orchestrator Bug #51298 (Resolved): ceph orch stop mgr should not stop all the mgrs and should give a warning ...
ceph orch stop mgr should not stop all the mgrs and should give a warning and come out
Maybe a solution would be y...
Vikhyat Umrao
12:46 PM Revision 87ab4d7a (ceph): Merge pull request #41941 from tchaikov/wip-crimson-errorator-loop
crimson/common: extract parallel_for_each_state out
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
11:22 AM rgw Bug #51296 (Duplicate): s3-website test failing in teuthology
I saw a failure in s3-website test which is as follows:
==========================================================...
Kalpesh Pandya
11:07 AM Dashboard Bug #50912 (Resolved): dashboard 'pool-overview' can't be created
Avan Thakkar
08:36 AM Revision 596e1ca3 (ceph): Merge pull request #41949 from tchaikov/wip-crimson-prometheus
crimson/osd: expose metrics using http server
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
07:41 AM Revision 80961c27 (ceph): crimson/osd: expose metrics using http server
so, we can query the metrics using HTTP API, like
http://localhost:9180/metrics?name=io*
or
http://192.168.2.8:918...
Kefu Chai
07:06 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
Sebastian Wagner wrote:
> could you please attach the MGR log file?
since June 3th ,there were no more new logs....
Ke Xiao
06:55 AM Dashboard Backport #51273 (In Progress): pacific: mgr/dashboard: bucket details: show lock retention period...
Alfonso Martínez
06:55 AM Revision 7805e7a2 (ceph): mgr/dashboard: bucket details: show lock retention period only in days
Fixes: https://tracker.ceph.com/issues/51164
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked fro...
Alfonso Martínez
04:53 AM CephFS Backport #51283 (In Progress): pacific: cephfs-mirror: disallow adding a active peered file syste...
Venky Shankar
04:53 AM CephFS Backport #51284 (In Progress): pacific: cephfs-mirror: false warning of "keyring not found" seen ...
Venky Shankar
04:53 AM CephFS Backport #51086 (In Progress): pacific: qa: fs:mirror: reduced data availability
Venky Shankar
04:43 AM Revision fa50684a (ceph): cephfs-mirror: silence warnings when connecting via mon host
When connecting to remote cluster via mon address, the cluster
confuration file is not required. However, the mirror ...
Venky Shankar
04:43 AM Revision 9b032821 (ceph): test: add test to verify adding an active peer back to source
Fixes: http://tracker.ceph.com/issues/50447
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
04:43 AM Revision 60edfa5a (ceph): pybind/mirroring: disallow adding a active peer back to source
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit c8a5342e2b342dbfdad3ffe4f36b49d9ed192c47)
Venky Shankar
04:43 AM Revision b304970b (ceph): pybind/cephfs: interface to fetch file system id
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 2e9b840198041adee50b948ade89b9e7c837b6ce)
Venky Shankar
04:43 AM Revision fad45a52 (ceph): test: update log-ignorelist for fs:mirror test
Also, have a fs:mirror specific whitelist override since
the current one is a symlink to a common YAML probably used
...
Venky Shankar
04:34 AM Revision 175bb4d7 (ceph): Merge pull request #41934 from cyx1231st/wip-seastore-onode-logs
crimson/onode-staged-tree: improve logs to understand inconsistent load from seastore
Reviewed-by: Samuel Just <sjus...
Kefu Chai
02:43 AM CephFS Bug #51295 (Rejected): When fsname = k8s cephfs is specified, an error is displayed:"HEALTH_ERR 1...
When fsname = k8s cephfs is specified, an error is displayed:
# ceph health detail
HEALTH_ERR 1 auth entities have ...
lyd dragon
02:08 AM Revision 6673bf88 (ceph): crimson/onode-staged-tree: print NodeExtent with the header
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:08 AM Revision 860ddba0 (ceph): crimson/onode-staged-tree: validate node header when load
Add logs to detect corruptions when load nodes. assert() is not
informative enough to understand the context.
Signed...
Yingxin Cheng
02:05 AM Revision 366efc40 (ceph): crimson/onode-staged-tree: delete copy constructor of DummyNodeExtent
Dummy backend is used for unit tests without transactions, so there
should be no copy-on-write behavior.
Signed-off-...
Yingxin Cheng
02:05 AM Revision 512dac2c (ceph): crimson/onode-staged-tree: add trace logs when start to load nodes
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
01:38 AM rbd Feature #48257 (Rejected): rbd-nbd: improve the rbdmap tool to support the nbd
Prasanna is working on it. Closing this one. Xiubo Li

06/20/2021

10:40 PM mgr Bug #51294 (Resolved): mgr/devicehealth: ValueError: time data '' does not match format '%Y%m%d-%...
... Sage Weil
06:30 PM Revision ac7ab31e (ceph): Merge pull request #41861 from AmnonHanuhov/wip-Refactor_crimson_internals
crimson/net: Complete the refactor to std::unique_ptr inside Messenger
Reviewed-by: Radoslaw Zarzynski <rzarzyns@red...
Amnon Hanuhov
04:20 PM Revision 726972ad (ceph): mon/LogMonitor: remove stray derr
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:11 PM Revision 0ffadad3 (ceph): osd/OSD: mkfs need wait for transcation completely finish
when do ceph-osd mkfs, when ceph-osd process exit, sometimes
the block data could be written incompletely. we need ad...
fan chen
03:41 PM rgw Bug #51293 (Resolved): notifications: notifications stop working after bucket reshard
any new notifications which is created after the reshard, will work Yuval Lifshitz
12:59 PM rgw Bug #50977: s3select: empty file select failed
the script is OK.
the use-case of an empty object is not handled correctly.
the code-lines
if (len == 0) {
...
Gal Salomon
11:58 AM RADOS Bug #50346 (In Progress): OSD crash FAILED ceph_assert(!is_scrubbing())
Ronen Friedman
11:26 AM Revision 93b9f0fb (ceph): rgw/notifications: support metadata filter in CompleteMultipartUpload e...
Fixes: https://tracker.ceph.com/issues/51261
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
10:07 AM rgw Feature #51193 (Fix Under Review): (rfe) add version support to lua scripting
Yuval Lifshitz
06:47 AM Revision ad5b3f20 (ceph): mgr/dashboard: telemetry activate: show ident fields when checked
Signed-off-by: Aaryan Porwal <aaryanporwal2233@gmail.com> Aaryan Porwal
03:51 AM Bug #51292: File system None does not exist in the map
we started to have this issue sine https://github.com/ceph/ceph/pull/41827 Kefu Chai
03:49 AM Bug #51292 (Resolved): File system None does not exist in the map
... Kefu Chai

06/19/2021

11:52 PM Orchestrator Bug #51291 (Resolved): Adoption fails for Ceph MDS servers
I'm migrating my Ceph cluster from `ceph-ansible` to `cephadm` by following the guide here: https://docs.ceph.com/en/... Jesse Roland
04:33 PM Linux kernel client Bug #51279: kclient hangs on umount (testing branch)
Maybe, I think this job is dead so nothing was collected. Could rerun and wait for the hang then ssh into the smithi ... Patrick Donnelly
10:39 AM Linux kernel client Bug #51279: kclient hangs on umount (testing branch)
Definitely hung. The console log has this:... Jeff Layton
12:12 AM Linux kernel client Bug #51279 (Resolved): kclient hangs on umount (testing branch)
... Patrick Donnelly
03:00 PM RADOS Backport #51290 (Resolved): pacific: mon: stretch mode clusters do not sanely set default crush r...
https://github.com/ceph/ceph/pull/42909 Backport Bot
03:00 PM RADOS Backport #51289 (Rejected): octopus: mon: stretch mode clusters do not sanely set default crush r...
Backport Bot
03:00 PM RADOS Backport #51288 (Rejected): nautilus: mon: stretch mode clusters do not sanely set default crush ...
Backport Bot
02:58 PM RADOS Bug #51270 (Pending Backport): mon: stretch mode clusters do not sanely set default crush rules
Kefu Chai
02:57 PM Revision 230a1c41 (ceph): Merge pull request #41921 from gregsfortytwo/wip-mon-stretch-crush-rule
mon: Sanely set the default CRUSH rule when creating pools in stretch…
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
02:56 PM Revision bb71ebbb (ceph): tools/crimson: Use crimson::make_message() in perf_crimson_msgr
Instead of ceph::make_message() because conn::send() in crimson expects
a std::unique_ptr and not boost::intrusive_pt...
Avnum Hanukov
02:54 PM Revision 6733d767 (ceph): Merge pull request #41845 from agayev/zoned-revise-per-zone-naming-scheme
os/bluestore: Revise the naming scheme for per-zone cleaning informat…
Reviewed-by: Igor Fedotov <ifedotov@suse,com>
Kefu Chai
02:52 PM Revision 84265a69 (ceph): test/crimson: Use crimson::make_message() in test_alien_echo
Instead of ceph::make_message() because conn::send() in crimson expects
a std::unique_ptr and not boost::intrusive_pt...
Avnum Hanukov
02:51 PM Revision e05f186a (ceph): Merge pull request #41830 from tchaikov/wip-ceph-argparse-cleanup
pybind/ceph_argparse: cleanups preparing for type annotations
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Kefu Chai
02:03 PM Revision 85563a61 (ceph): crimson/osd: Get rid of send_to_osd() overloading
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
02:03 PM Revision c9a96891 (ceph): crimson/net: Use MessageURef in messenger internals
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
02:01 PM Revision cf6de63e (ceph): crimson/osd: Move message to send_to_osd() in ShardServices
To avoid refcounting the underlying RefCountedObject
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com>
Avnum Hanukov
02:01 PM Revision a6d7fefd (ceph): osd: Overload send_osd_message() in PeeringState
To allow passing MessageURef from crimson-osd and MessageRef from
ceph-osd
Signed-off-by: Amnon Hanuhov <ahanukov@re...
Avnum Hanukov
01:15 PM RADOS Backport #51287 (Resolved): pacific: LibRadosService.StatusFormat failed, Expected: (0) != (retry...
https://github.com/ceph/ceph/pull/46677 Backport Bot
01:12 PM RADOS Bug #51234 (Pending Backport): LibRadosService.StatusFormat failed, Expected: (0) != (retry), act...
Kefu Chai
01:11 PM RADOS Bug #51234 (Resolved): LibRadosService.StatusFormat failed, Expected: (0) != (retry), actual: 0 vs 0
Kefu Chai
01:11 PM Revision fe17b2b0 (ceph): Merge pull request #41923 from liewegas/fix-51234
ceph_test_librados_service: wait longer for servicemap to update
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:03 PM CephFS Bug #51092 (Resolved): mds: Timed out waiting for MDS daemons to become healthy
Kefu Chai
01:03 PM Revision 94ab1c8f (ceph): Merge pull request #41914 from lxbsz/wip-51092
os/memstore: make the used_bytes to atomic
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:02 PM Revision c5ff2450 (ceph): Merge pull request #41896 from ifed01/wip-ifed-verbose-kernel-read
blk/KernelDevice: be more verbose on read errors.
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Kefu ...
Kefu Chai
11:13 AM Revision 6654d633 (ceph): crimson/common: specialize errorator<> for future<>
otherwise it always needs a return value.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:12 AM Revision 108eaf79 (ceph): crimson/common: extract parallel_for_each_state out
if `parallel_for_each_state` is defined as a nested class in errorator,
clang fails to compile it:
../src/crimson/co...
Kefu Chai
08:51 AM Revision a234acb1 (ceph): Merge pull request #41920 from ljflores/patch-1
doc: fixed a small typo in Perf Counters documentation
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Kefu C...
Kefu Chai
08:49 AM Revision 87a1384b (ceph): Merge pull request #41925 from tchaikov/wip-fmtlib
fmt: pickup fix of link failure with clang
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Kefu Chai
02:55 AM CephFS Backport #51286 (Resolved): pacific: MDSMonitor: crash when attempting to mount cephfs
https://github.com/ceph/ceph/pull/42068 Backport Bot
02:55 AM CephFS Backport #51285 (Resolved): pacific: mds: unknown metric type is always -1
https://github.com/ceph/ceph/pull/42088 Backport Bot
02:55 AM CephFS Backport #51284 (Resolved): pacific: cephfs-mirror: false warning of "keyring not found" seen in ...
https://github.com/ceph/ceph/pull/41947 Backport Bot
02:54 AM CephFS Bug #51250 (Pending Backport): qa: fs:upgrade uses teuthology default distro
Patrick Donnelly
02:54 AM Revision a7af6024 (ceph): Merge PR #41900 into master
* refs/pull/41900/head:
qa: use centos latest for fs:upgrade
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Patrick Donnelly
02:53 AM CephFS Bug #51077: MDSMonitor: crash when attempting to mount cephfs
Thanks for the detailed notes! It was very helpful tracking the bug down. Patrick Donnelly
02:53 AM CephFS Bug #51077 (Pending Backport): MDSMonitor: crash when attempting to mount cephfs
Patrick Donnelly
02:52 AM Revision 71cca1e9 (ceph): Merge PR #41899 into master
* refs/pull/41899/head:
mon/MDSMonitor: check fscid exists for legacy case
Reviewed-by: Ramana Raja <rraja@redhat.com>
Patrick Donnelly
02:52 AM Revision af9b123b (ceph): Merge PR #41898 into master
* refs/pull/41898/head:
mon/MDSMonitor: fix whitespace in debug message
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Patrick Donnelly
02:51 AM Revision 0fe649f2 (ceph): Merge PR #41892 into master
* refs/pull/41892/head:
client: remove unused include from barrier.cc
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Rev...
Patrick Donnelly
02:51 AM CephFS Bug #51204 (Pending Backport): cephfs-mirror: false warning of "keyring not found" seen in cephfs...
Patrick Donnelly
02:51 AM Revision a49db812 (ceph): Merge PR #41833 into master
* refs/pull/41833/head:
cephfs-mirror: silence warnings when connecting via mon host
Reviewed-by: Patrick Donnelly ...
Patrick Donnelly
02:50 AM CephFS Bug #51113 (Pending Backport): mds: unknown metric type is always -1
Patrick Donnelly
02:50 AM CephFS Backport #51283 (Resolved): pacific: cephfs-mirror: disallow adding a active peered file system b...
https://github.com/ceph/ceph/pull/41947 Backport Bot
02:50 AM Revision a8974feb (ceph): Merge PR #41723 into master
* refs/pull/41723/head:
mds: to print the unknow type value
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Rev...
Patrick Donnelly
02:49 AM CephFS Bug #50447 (Pending Backport): cephfs-mirror: disallow adding a active peered file system back to...
Patrick Donnelly
02:49 AM Revision efea9eca (ceph): Merge PR #40997 into master
* refs/pull/40997/head:
test: add test to verify adding an active peer back to source
pybind/mirroring: disallow ad...
Patrick Donnelly
02:47 AM Revision c4de4b3d (ceph): Merge PR #36823 into master
* refs/pull/36823/head:
qa : add a test for the cmd, dump cache
mds : add timeout to the command, dump cache, to pr...
Patrick Donnelly
02:43 AM CephFS Bug #51282 (Fix Under Review): pybind/mgr/mgr_util: .mgr pool may be created too early causing sp...
... Patrick Donnelly
02:27 AM CephFS Bug #51228: qa: rmdir: failed to remove 'a/.snap/*': No such file or directory
Similar failure in different test: /ceph/teuthology-archive/pdonnell-2021-06-16_21:26:55-fs-wip-pdonnell-testing-2021... Patrick Donnelly
02:19 AM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
I think this one is related?
/ceph/teuthology-archive/pdonnell-2021-06-16_21:26:55-fs-wip-pdonnell-testing-2021061...
Patrick Donnelly
12:26 AM CephFS Bug #51281 (Duplicate): qa: snaptest-snap-rm-cmp.sh: "echo 'FAIL: bad match, /tmp/a 4637e766853d1...
... Patrick Donnelly
12:18 AM CephFS Bug #51280 (Resolved): mds: "FAILED ceph_assert(r == 0 || r == -2)"
... Patrick Donnelly
12:08 AM CephFS Bug #51278 (Triaged): mds: "FAILED ceph_assert(!segments.empty())"
... Patrick Donnelly
12:04 AM CephFS Bug #43216 (Triaged): MDSMonitor: removes MDS coming out of quorum election
/ceph/teuthology-archive/pdonnell-2021-06-16_21:26:55-fs-wip-pdonnell-testing-20210616.191804-distro-basic-smithi/617... Patrick Donnelly

06/18/2021

11:48 PM rgw Bug #47451: RGW appends control character to etags in bucket index
We stayed on those versions of Nautilus for 6+ months in various clusters, but our users stopped reporting the issue ... Nick Janus
10:16 PM rgw Bug #47451: RGW appends control character to etags in bucket index
Hey Nick.
Originally you mentioned that you were seeing the issue on Nautilus. Which upgrade ended up fixing the i...
André Cruz
09:57 PM rgw Bug #47451: RGW appends control character to etags in bucket index
Andre, I haven't seen this issue for some time since upgrading. I suspect there was some backwards incompatibility du... Nick Janus
11:05 PM Revision 929f2819 (ceph): mgr/cephadm: include addr in HOST_CHECK_FAILED alert detail
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:15 PM Orchestrator Bug #51277 (Can't reproduce): cephadm bootstrap: unable to set up admin label
I try to run bootstrap like so: ... Melissa Li
09:15 PM RADOS Bug #51083: Raw space filling up faster than used space
I don't have any ideas from the logs. Moving this back to RADOS. I doubt it has anything to do with CephFS. Patrick Donnelly
11:56 AM RADOS Bug #51083: Raw space filling up faster than used space
Patrick Donnelly wrote:
> Scrub is unlikely to help.
I came to the same conclusion after reading the documentatio...
Jan-Philipp Litza
08:04 PM Revision 69d7589f (ceph): rgw: when deleted obj removed in versioned bucket, extra del-marker added
After initial checks are complete, this will read the OLH earlier than
previously to check the delete-marker flag and...
J. Eric Ivancich
07:39 PM CephFS Bug #51276 (Fix Under Review): mds: avoid journaling overhead for setxattr("ceph.dir.subvolume") ...
Patrick Donnelly
07:36 PM CephFS Bug #51276 (Resolved): mds: avoid journaling overhead for setxattr("ceph.dir.subvolume") for no-o...
In preparation for acquiring the xlock on the directory inode, the MDS must journal a few events before continuing on... Patrick Donnelly
07:12 PM CephFS Bug #51183: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ceph/3...
I submitted a PR to add log messages in this scenario. Once we merge that, perhaps we can clarify what happened. Jeff Layton
06:14 PM Revision 2ae0734d (ceph): doc: fixed a small typo in Perf Counters documentation
There is a small typo in the Perf Counters documentation. Gauge was spelled incorrectly.
Signed-off-by: Laura Flores...
Laura Flores
06:14 PM Linux kernel client Bug #51158: KASAN use after free when destroying inode at umount
I have a patch series to fix this in the testing branch now. It removes some locking that had an unclear purpose, so ... Jeff Layton
06:10 PM Dashboard Backport #51275 (Resolved): octopus: mgr/dashboard: deprecated variable usage in grafana dashboards
https://github.com/ceph/ceph/pull/43189 Backport Bot
06:10 PM Dashboard Backport #51274 (Resolved): pacific: mgr/dashboard: deprecated variable usage in grafana dashboards
https://github.com/ceph/ceph/pull/43188 Backport Bot
06:10 PM Dashboard Backport #51273 (Resolved): pacific: mgr/dashboard: bucket details: show lock retention period on...
https://github.com/ceph/ceph/pull/41948 Backport Bot
06:08 PM Dashboard Bug #50059 (Pending Backport): mgr/dashboard: deprecated variable usage in grafana dashboards
Ernesto Puerta
06:08 PM Revision 05d7f883 (ceph): Merge pull request #40506 from p-se/pse-update-grafana-deprecated-varia...
mgr/dashboard: deprecated variable usage in Grafana dashboards
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Rev...
Ernesto Puerta
06:07 PM Dashboard Cleanup #51164 (Pending Backport): mgr/dashboard: bucket details: show lock retention period only...
Ernesto Puerta
06:07 PM Revision 94a6c712 (ceph): Merge pull request #41808 from rhcs-dashboard/51164-show-only-days-in-b...
mgr/dashboard: bucket details: show lock retention period only in days
Reviewed-by: Alfonso Martínez <almartin@redha...
Ernesto Puerta
06:06 PM Dashboard Backport #51053 (Resolved): pacific: mgr/dashboard: partially deleted RBDs are only listed by CLI
Ernesto Puerta
06:06 PM Revision 41a8f5ee (ceph): Merge pull request #41891 from s0nea/wip-51053-pacific
pacific: mgr/dashboard: show partially deleted RBDs
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Niz...
Ernesto Puerta
06:06 PM Dashboard Bug #50971 (Resolved): mgr/dashboard: crushmap tree doesn't display crush type other than root
Ernesto Puerta
06:04 PM Revision 66763524 (ceph): Merge pull request #41758 from rhcs-dashboard/support-multiple-crush-trees
mgr/dashboard: crushmap tree doesn't display crush type other than root
Reviewed-by: Waad Alkhoury <walkhour@redhat....
Ernesto Puerta
06:03 PM Revision ff8fc19f (ceph): Merge pull request #41818 from rhcs-dashboard/wip-api_label-pacific
pacific: .github/labeler: add api-change label
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Erne...
Ernesto Puerta
03:50 PM mgr Bug #48311 (Fix Under Review): mgr module INFO should be logged by default
Sage Weil
03:49 PM Revision 5e22dfd8 (ceph): mgr: set debug_mgr=2/5 (so INFO goes to mgr log by default)
Fixes: https://tracker.ceph.com/issues/48311
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
03:46 PM rbd Backport #45764: nautilus: [rbd-mirror] image replayer stop might race with remove and instace re...
Mykola Golub wrote:
> Backport PR: https://github.com/ceph/ceph/pull/41792
merged
Yuri Weinstein
03:46 PM rbd Backport #45275: nautilus: [rbd-mirror] image replayer stop might race with remove and instace re...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/41792
merged
Yuri Weinstein
03:46 PM Revision 22c2801c (ceph): Merge pull request #41792 from trociny/wip-45275-nautilus
nautilus: rbd-mirror: image replayer stop might race with instance replayer shut down
Reviewed-by: Ilya Dryomov <idr...
Yuri Weinstein
03:23 PM Revision 481ad559 (ceph): mgr/dashboard: show partially deleted RBDs
An RBD might be partially deleted if the deletion
process has been started but was interrupted. In
this case return t...
Tatjana Dehler
03:19 PM rgw Bug #23182: AWS v2 signature does not cover essential parts of admin API
Actually, I'm not sure what made me say "The AWS v2 signature", because apparently other endpoints require signing th... Jan-Philipp Litza
03:02 PM Revision f5b1b011 (ceph): mgr,pybind/mgr: add OSDMap.build_simple() method
to ease the testing
a typical session looks like:
[mgr self-test eval] >>> osdmap = OSDMap.build_simple(epoch=1, nu...
Kefu Chai
02:17 PM Orchestrator Bug #51257: mgr/cephadm: Cannot add managed (ceph apply) mon daemons on different subnets
Thanks for the quick reply.
Sebastian Wagner wrote:
> I see this as a valid bug that needs a fix. Aggelos, by far t...
Aggelos Avgerinos
10:07 AM Orchestrator Bug #51257: mgr/cephadm: Cannot add managed (ceph apply) mon daemons on different subnets
I see this as a valid bug that needs a fix. Aggelos, by far the fastest way to fix this would be for you to create a ... Sebastian Wagner
01:28 PM CephFS Bug #51271: mgr/volumes: use a dedicated libcephfs handle for subvolume API calls
I'm testing the changes. Will push a PR once ready. Venky Shankar
04:36 AM CephFS Bug #51271 (Resolved): mgr/volumes: use a dedicated libcephfs handle for subvolume API calls
So as to improve cache efficiency of volumes plugin by avoiding purge queue threads using this handle. Venky Shankar
01:28 PM Revision 2c388dab (ceph): mgr/PyOSDMap: check parameter in constructor
* instead abort(), just return a failure, if the input parameter is
missing
* set a TypeError if the input paramete...
Kefu Chai
10:10 AM Orchestrator Bug #51192: cephadm failed to remove running OSD
can you please check, if https://github.com/ceph/ceph/pull/41876 fixes your issue? Sebastian Wagner
10:08 AM Orchestrator Bug #51176 (Need More Info): Module 'cephadm' has failed: 'MegaSAS'
could you please attach the MGR log file? Sebastian Wagner
09:43 AM Orchestrator Bug #51258: cephadm bootstrap: applying host specs suddenly removes the admin keyring from bootst...
right, for now you need to add the _admin label when applying a spec. Sebastian Wagner
08:04 AM Orchestrator Bug #51258: cephadm bootstrap: applying host specs suddenly removes the admin keyring from bootst...
Hello,
Thanks Sebastian for the quick reply.
As per our previous conversation, cephadm adds the _admin label on the...
Francesco Pantano
09:13 AM Revision 1459165d (ceph): qa: remove `qa/.qa` symlink
It did point to `../.qa` which does not exist.
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
08:47 AM Orchestrator Bug #51272 (Resolved): upgrade job: mgr.x getting removed by cephadm task: UPGRADE_NO_STANDBY_MGR
I think this bug is not yet merged.
* https://github.com/ceph/ceph/pull/41478/
* https://github.com/ceph/ceph/pu...
Sebastian Wagner
08:26 AM Revision 8538644b (ceph): Merge pull request #35903 from agayev/fix-deployment-guide
doc: Add a missing instruction to manual deployment guide.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:32 AM Revision 413d3447 (ceph): doc: Add a missing instruction to manual deployment guide.
Following the instructions as is results in the following error at step 15:
$ sudo -u ceph ceph-mon --mkfs -i node1 ...
Abutalib Aghayev
05:35 AM Revision d47ddd99 (ceph): rbd_mirror: properly handle image replay canceled when starting replay
It fixes the bug when the handle_start_replay detected the cancel
when it called on_replay_interrupted and returned w...
Mykola Golub
03:14 AM Revision e745fc21 (ceph): ceph.spec.in: bump up the required version of fmt-devel to 6.2.1
6.2.1 is the version packaged by EPEL8, in other words, this is the
version we've been testing. so to be more consist...
Kefu Chai
03:13 AM Revision 8867d7cd (ceph): debian/control: add libfmt-dev for "make check"
so, on debian derivatives, we can use the libfmt-dev package for
building Ceph. this change is created in hope to red...
Kefu Chai
03:04 AM Revision c0a43f96 (ceph): fmt: pickup fix of link failure with clang
fmtlib v7.1.3 contains the fix of https://github.com/fmtlib/fmt/issues/1753
so let's bump up the submodule to the la...
Kefu Chai
02:22 AM Revision c64451a9 (ceph): Merge pull request #41911 from tchaikov/wip-crimson-nbd-cleanup
crimson/tools/store_nbd: better cleanup
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Reviewed-by: Samuel Jus...
Kefu Chai
01:51 AM Bug #51207: BUILD: ceph 14.2.21 version compile failed
@Neha
$ cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)
yite gu
01:13 AM Revision 021e7389 (ceph): include/cpp-btree: drop node handle support
this is a leftover in 73f2d70fc8bdbb4a963483ded0487dd744def215,
the node support is useful if we want to move a node...
Kefu Chai
01:13 AM Revision acc04d10 (ceph): os/bluestore: add BtreeAllocator
because each AVL tree node needs to keep track of its children, the
overhead of each extent in AvlAllocator is relati...
Kefu Chai
01:13 AM Revision 88ce8198 (ceph): test/objectstore/Allocator_bench: clear allocated vec
otherwise there is chance that test could deallocate the same extents
multiple times.
Signed-off-by: Kefu Chai <kcha...
Kefu Chai
01:09 AM bluestore Bug #51034: osd: failed to initialize OSD in Rook
Another person hit this problem.
https://github.com/rook/rook/issues/8023#issuecomment-863176780
Ceph version i...
Satoru Takeuchi
01:05 AM Revision 7f2e8c36 (ceph): crimson/tools/store_nbd: s/socket/server_socket/
to prepare for the next commit, which will keep track of the
connected_socket as another member variable.
Signed-off...
Kefu Chai
01:05 AM Revision a53fcc2e (ceph): crimson/tools/store_nbd: better cleanup
* remove unix domain socket file when cleanup
so we don't need to remove it manually after each run.
* shutdown inp...
Kefu Chai
01:05 AM Revision e4288b68 (ceph): crimson/tools/store_nbd: drop unnecessary seastar::now()
the body of handle_exception() is a synchronous operation, there is no
need to return seastar::now() here.
Signed-of...
Kefu Chai
01:05 AM Revision e64d8b8c (ceph): crimson/tools/store_nbd: replace wait_pending with seastar::gate
the inc_pending + promise<> solution is pratically identical to
seastar::gate, so let's use the prepackaged solution ...
Kefu Chai
12:55 AM Revision c08c75df (ceph): Merge branch 'master' into wip-del-tenant-parse-in-createrole
caolei

06/17/2021

11:07 PM RADOS Bug #51083: Raw space filling up faster than used space
Jan-Philipp Litza wrote:
> Yesterday evening we finally managed to upgrade the MDS daemons as well, and that seems t...
Patrick Donnelly
09:13 PM RADOS Bug #51083: Raw space filling up faster than used space
Patrick: do you understand how upgrading the MDS daemons helped in this case? There is nothing in the osd/bluestore s... Neha Ojha
09:34 PM Bug #51207 (Need More Info): BUILD: ceph 14.2.21 version compile failed
Can you attach the log output? Which distro is this one? We have been building it for the following distros https://s... Neha Ojha
09:24 PM bluestore Bug #51163: N ceph-volume lvm batch to create bluestore osds
Please feel free to move it to ceph-volume, if it isn't bluestore related. Neha Ojha
12:11 PM bluestore Bug #51163: N ceph-volume lvm batch to create bluestore osds
Zhike Li wrote:
> Thank you for your attention!This is my configuration of group_vars/osds.yml.
> devices:
> - /...
Igor Fedotov
09:21 PM mgr Bug #21598 (Resolved): Users can do "config-key set" while mgr runs, but it doesn't see settings
Sage Weil
09:19 PM Backport #51185 (Resolved): pacific: qa: update RHEL to 8.4
Neha Ojha
07:53 PM Backport #51185: pacific: qa: update RHEL to 8.4
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41822
merged
Yuri Weinstein
09:18 PM mgr Bug #51165: mgr/telegraf: telegraf plugin not starting and causing mgr process to crash
Hi Wido, could you please help take a look at this. Neha Ojha
09:16 PM mgr Bug #36361 (Need More Info): upmap balancer: crash in calc_pg_upmaps if there's a destroyed osd i...
Dan, have you seen this in newer versions? Neha Ojha
09:04 PM Revision ef8e5459 (ceph): Merge pull request #41916 from AmnonHanuhov/wip-Refactor_test_messenger
test/crimson: Use crimson's make_message in test_messenger Amnon Hanuhov
09:03 PM RADOS Bug #51254: deep-scrub stat mismatch on last PG in pool
We definitely do not use cache tiering on any of our clusters. On the cluster above, we do use snapshots (via cephfs... Andras Pataki
08:48 PM RADOS Bug #51254: deep-scrub stat mismatch on last PG in pool
It seems like you are using cache tiering, and there has been similar bugs reported like this. I don't understand why... Neha Ojha
09:01 PM Orchestrator Bug #51245: octopus: cephadm/focal: E: The repository 'https://download.ceph.com/debian-15.1.1 fo...
Neha Ojha wrote:
> Deepika: I think the problem is that cephadm/test_repos.sh is still using "sudo $CEPHADM -v add-r...
Deepika Upadhyay
08:55 PM Orchestrator Bug #51245: octopus: cephadm/focal: E: The repository 'https://download.ceph.com/debian-15.1.1 fo...
Deepika: I think the problem is that cephadm/test_repos.sh is still using "sudo $CEPHADM -v add-repo --release 15.1.1... Neha Ojha
09:01 PM RADOS Bug #51234 (Fix Under Review): LibRadosService.StatusFormat failed, Expected: (0) != (retry), act...
Sage Weil
09:01 PM Revision 4f5b0b75 (ceph): ceph_test_librados_service: wait longer for servicemap to update
mon thrashing may make this take a long time
Fixes: https://tracker.ceph.com/issues/51234
Signed-off-by: Sage Weil <...
Sage Weil
08:57 PM RADOS Bug #50842 (Need More Info): pacific: recovery does not complete because of rw_manager lock not ...
Neha Ojha
08:53 PM RADOS Backport #51269 (In Progress): octopus: rados/perf: cosbench workloads hang forever
Deepika Upadhyay
07:14 PM RADOS Backport #51269 (Resolved): octopus: rados/perf: cosbench workloads hang forever
https://github.com/ceph/ceph/pull/41922 Deepika Upadhyay
08:42 PM RADOS Bug #51074 (Pending Backport): standalone/osd-rep-recov-eio.sh: TEST_rep_read_unfound failed with...
marking Pending Backport, needs to be included with https://github.com/ceph/ceph/pull/41731 Neha Ojha
08:40 PM RADOS Bug #51168 (Need More Info): ceph-osd state machine crash during peering process
Can you please attach the osd log for this crash? Neha Ojha
08:19 PM Revision a24e9120 (ceph): mgr/nfs: flake8
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:19 PM Revision e0a9d9dc (ceph): mgr/nfs: Remove ExportMgr.rados_namespace
Cause this is a singleton instance. Better to explictly pass it along.
Signed-off-by: Sebastian Wagner <sewagner@red...
Sebastian Wagner
08:19 PM Revision e6db0c81 (ceph): mgr/nfs: Remove pool_ns from NFSCluster
Cause this is a singleton instance. Better to explictly pass it along.
Signed-off-by: Sebastian Wagner <sewagner@red...
Sebastian Wagner
08:19 PM Revision 8ba3b5bf (ceph): mgr/nfs: ExportMgr._delete_export only works for cephfs for now
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:19 PM Revision 1cb98a04 (ceph): mgr/nfs/export: wrap long lines
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:19 PM Revision f9d291b5 (ceph): mgr/nfs/cluster: fix type error
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:19 PM Revision 42d01c5e (ceph): mgr/nfs: Add type checking
Also introduce RawBlock class
Fixes: https://tracker.ceph.com/issues/50816
Signed-off-by: Sebastian Wagner <sewagner...
Sebastian Wagner
08:18 PM Revision 9b9c5bc7 (ceph): vstart.sh: enable nfs module
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:18 PM Revision fe1155f0 (ceph): mgr/nfs/export_utils: include false but non-None items in config
For example, attr_expiration_time = 0 is the default. Include this since
it is not None.
Signed-off-by: Sage Weil <s...
Sage Weil
08:18 PM Revision 2450447b (ceph): mgr/nfs: add --squash to 'nfs export create'
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:18 PM Revision 137090da (ceph): mgr/nfs: add --addr to 'nfs export create'
Ganesha exports can have multiple client blocks with addresses and
access modes/squash behavior. This cannot easily ...
Sage Weil
08:18 PM Revision 9b1372dc (ceph): mgr/nfs: name nfs cephfs client key 'nfs.{cluster_id}.{export_id}'
Better than '{cluster_id}{export_id}', which is confusing and ambiguous.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:18 PM Revision e4b36732 (ceph): mgr/nfs: move export ganesha conf translation into caller
This belongs in the (one) caller, not the helper.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:18 PM Revision 0eea3d77 (ceph): mgr/nfs: fix _fetch_export to distinguish between clusters
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:18 PM Revision 2b93356f (ceph): mgr/nfs: refactor 'nfs export update' and export validation
Move validation to the Export class, so it can check any object in
place.
Refactor update code to extract allowed ch...
Sage Weil
08:18 PM Revision 778674a9 (ceph): mgr/nfs: add 'nfs export import' command
Allow import of JSON to create a new export. Similar to 'update', which
allows an import of JSON to update an existi...
Sage Weil
08:18 PM Revision 097e4f9a (ceph): mgr/nfs: refactor to merge 'update' and 'import' code
- update must be an existing export
- import can be a new or existing export, and we will either update or
create a...
Sage Weil
08:18 PM Revision 5c33431c (ceph): mgr/nfs: abstract FSAL; add RGWFSAL
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:18 PM Revision 377756c9 (ceph): mgr/nfs: partially implement rgw export support
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:18 PM Revision a30328c4 (ceph): mgr/nfs: Copy unit tests from mgr/dashboard
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:18 PM Revision e1928d57 (ceph): mgr/nfs: Fix whitespace handling
keep whitespace in lines starting with %url
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
08:18 PM Revision 42a8d383 (ceph): mgr/nfs: Add some compatibility to mgr/dashboard
provide default values for `squash` and `security_label`
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
08:18 PM Revision b3ddff83 (ceph): mgr/nfs: Add __eq__ method to Export
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:18 PM Revision 9d114e91 (ceph): mgr/cephadm: remove Dir_Chunk = 0
This breaks RGW exports, and is likely to be beneficial for libcephfs.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:18 PM Revision 283a8c18 (ceph): mgr/cephadm: nfs: drop attr_expiration_time from top-level config
This is added on a per-export basis with the same default of 0.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:07 PM RADOS Bug #51270 (Fix Under Review): mon: stretch mode clusters do not sanely set default crush rules
Greg Farnum
08:03 PM RADOS Bug #51270 (Pending Backport): mon: stretch mode clusters do not sanely set default crush rules
If you do not specify a crush rule when creating a pool, the OSDMonitor picks the default one for you out of the conf... Greg Farnum
08:01 PM Stable releases Tasks #51268: Nautilus v14.2.22
h3. QE VALIDATION (6/18/21)
*PRs list => https://pad.ceph.com/p/nautilus_v14.2.22_QE_PRs_LIST*
*%{color:green}1...
Yuri Weinstein
04:00 PM Stable releases Tasks #51268 (New): Nautilus v14.2.22
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Yuri Weinstein
08:00 PM CephFS Bug #51256 (Fix Under Review): pybind/mgr/volumes: purge queue seems to block operating on cephfs...
Patrick Donnelly
12:51 PM CephFS Bug #51256: pybind/mgr/volumes: purge queue seems to block operating on cephfs connection require...
Partially-fixes: https://github.com/ceph/ceph/pull/41917 Venky Shankar
07:41 AM CephFS Bug #51256: pybind/mgr/volumes: purge queue seems to block operating on cephfs connection require...
Purge threads (or any async job in mg/volumes) operate in two steps:
1. Perform a file system call to fetch an ent...
Venky Shankar
04:44 AM CephFS Bug #51256 (In Progress): pybind/mgr/volumes: purge queue seems to block operating on cephfs conn...
Venky Shankar
07:56 PM Revision 4f9fdca1 (ceph): mon: Sanely set the default CRUSH rule when creating pools in stretch mode
If we get a pool create request while in stretch mode that does not explicitly
specify a crush rule, look at the stre...
Greg Farnum
07:55 PM CephFS Backport #51186: pacific: qa: add async dirops testing
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41823
merged
Yuri Weinstein
07:55 PM Revision 6fce085e (ceph): Merge pull request #41823 from batrick/i51186
pacific: qa: add async dirops testing
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
07:53 PM Revision 0d855bd1 (ceph): Merge pull request #41822 from batrick/i51185
pacific: qa: update RHEL to 8.4
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
07:52 PM CephFS Bug #51170: pacific: qa: AttributeError: 'RemoteProcess' object has no attribute 'split'
https://github.com/ceph/ceph/pull/41811 merged Yuri Weinstein
07:52 PM Revision 00c61853 (ceph): Merge pull request #41811 from batrick/i51170
pacific: qa: AttributeError: 'RemoteProcess' object has no attribute 'split'
Reviewed-by: Jeff Layton <jlayton@redha...
Yuri Weinstein
07:52 PM CephFS Backport #51084: pacific: mgr/volumes: hang when removing subvolume when pools are full
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41691
merged
Yuri Weinstein
07:52 PM Revision 6113f3c5 (ceph): Merge pull request #41691 from kotreshhr/wip-51084-pacific
pacific: mds: Add full caps to avoid osd full check
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
07:51 PM CephFS Backport #50627: pacific: client: access(path, X_OK) on non-executable file as root always succeeds
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41294
merged
Yuri Weinstein
07:51 PM Revision 152b5f89 (ceph): Merge pull request #41294 from kotreshhr/wip-50627-pacific
pacific: client: Fix executeable access check for the root user
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
07:49 PM Revision 77fa7130 (ceph): test/crimson: Use crimson's make_message in test_messenger
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
07:37 PM Revision dfd9f85d (ceph): Merge pull request #41905 from ivancich/wip-improve-cls-rgw-tracing
rgw: clean-up logging of function entering to make thorough and consistent
Reviewed-by: Adam C. Emerson <aemerson@re...
J. Eric Ivancich
07:21 PM Revision 1b77ccc8 (ceph): qa/suites/perf-basic: pin to 18.04
This will have same problems as https://tracker.ceph.com/issues/49139
trivial fix: removed ubuntu_latest having bion...
Neha Ojha
07:15 PM Revision 71db166d (ceph): qa/suites/rados/perf: pin to 18.04
Caused by a07ca4c5c0f04c43c71231a898c2a89e99a80606
Fixes: https://tracker.ceph.com/issues/49139
Signed-off-by: Neha ...
Neha Ojha
07:12 PM RADOS Bug #49139 (Pending Backport): rados/perf: cosbench workloads hang forever
Deepika Upadhyay
06:21 PM Revision 7b80ec4b (ceph): os/bluestore: Revise the naming scheme for per-zone cleaning information.
Use a single letter (G) for the namespace, and use zone_num+oid as the key.
Signed-off-by: Abutalib Aghayev <agayev@...
Abutalib Aghayev
05:59 PM Revision bd83fac8 (ceph): mon/FSCommands: add command to rename a file system
The fs_name of the relevant MDSMap is set to the new name. Also,
the application tags of the data pools and the meta ...
Ramana Raja
05:59 PM Revision c8e2db19 (ceph): qa/cephfs: split test_admin.TestAdminCommands
Splitting TestAdminCommands makes it easier to exercise a particular
"ceph fs" subcommand. Also, rename class TestSub...
Rishabh Dave
05:01 PM Revision 9982e152 (ceph): rgw: clean-up logging of function entering to make thorough and consistent
This provides more thorough and consistent function tracing in CLS/RGW
when logging is set to 10 or higher.
Signed-o...
J. Eric Ivancich
04:53 PM rgw Bug #51261: notifications: metadata does not work for COPY events
metadata filtering also fails for CompleteMultipart Yuval Lifshitz
01:06 PM rgw Bug #51261 (Resolved): notifications: metadata does not work for COPY events
metadata filter on does not work for COPY events
and metadata does not show in COPY events
Yuval Lifshitz
04:48 PM Revision 75c1c754 (ceph): mds: remove 'fs_name' from MDSRank
There isn't a need to store a file system's name in a MDSRank
object. The MDSRank has a pointer to a MDSMap object, w...
Ramana Raja
04:44 PM rgw Bug #51219 (In Progress): Federated user can modify policies in other tenants
Initial investigation shows that while parsing an IAM policy, if the tenant of the resource doesn't match up with the... Pritha Srivastava
04:38 PM CephFS Feature #49340 (In Progress): libcephfssqlite: library for sqlite interface to CephFS
Patrick Donnelly
04:01 PM CephFS Bug #51267: CommandFailedError: Command failed (workunit test fs/snaps/snaptest-multiple-capsnaps...
Most recent occurrence is here:
https://pulpito.ceph.com/yuriw-2021-06-14_16:21:07-fs-wip-yuri2-testing-2021-0...
Jeff Layton
03:58 PM CephFS Bug #51267 (New): CommandFailedError: Command failed (workunit test fs/snaps/snaptest-multiple-ca...
https://sentry.ceph.com/organizations/ceph/issues/7357/... Sentry Bot
03:53 PM CephFS Bug #50279: qa: "Replacing daemon mds.b as rank 0 with standby daemon mds.c"
This occurred again on a pacific run:
https://pulpito.ceph.com/yuriw-2021-06-14_16:21:07-fs-wip-yuri2-testing-2021...
Jeff Layton
03:42 PM Dashboard Bug #51218 (Resolved): mgr/dashboard: 500 server error when exiting out of maintenance mode
Ernesto Puerta
10:45 AM Dashboard Bug #51218 (Pending Backport): mgr/dashboard: 500 server error when exiting out of maintenance mode
Ernesto Puerta
03:42 PM Dashboard Backport #51259 (Resolved): pacific: mgr/dashboard: 500 server error when exiting out of maintena...
Ernesto Puerta
03:33 PM Dashboard Backport #51259 (In Progress): pacific: mgr/dashboard: 500 server error when exiting out of maint...
Nizamudeen A
10:50 AM Dashboard Backport #51259 (Resolved): pacific: mgr/dashboard: 500 server error when exiting out of maintena...
https://github.com/ceph/ceph/pull/41915 Backport Bot
03:42 PM Revision 5a754857 (ceph): Merge pull request #41915 from rhcs-dashboard/wip-51259-pacific
pacific: mgr/dashboard: Fix 500 error while exiting out of maintenance
Reviewed-by: Alfonso Martínez <almartin@redha...
Ernesto Puerta
03:23 PM Dashboard Feature #51137 (Rejected): mgr/dashboard: log SAML message in ceph-mgr logs
This would be a security concern so I suggest you to use a browser extension like:
https://github.com/UNINETT/SAML...
Alfonso Martínez
03:22 PM CephFS Bug #51266 (New): test cleanup failure
This test's cleanup failed due to being unable to remove the mountpoint directory after the test:
https://pulp...
Jeff Layton
02:57 PM Orchestrator Bug #51258: cephadm bootstrap: applying host specs suddenly removes the admin keyring from bootst...
might be a nasty trap: if you add hosts via yaml files during bootstrap, cephadm now suddenly removes the admin keyri... Sebastian Wagner
10:54 AM Orchestrator Bug #51258: cephadm bootstrap: applying host specs suddenly removes the admin keyring from bootst...
When that spec is applied I see (cephadm in debug mode):
2021-06-17T10:46:46.346580+0000 mgr.standalone.localdomai...
Francesco Pantano
10:19 AM Orchestrator Bug #51258 (Resolved): cephadm bootstrap: applying host specs suddenly removes the admin keyring ...
There's a job in OpenStack which is able to test the latest pacific bits for both ceph containers and cephadm.
Using...
Francesco Pantano
02:53 PM Revision 5b766a86 (ceph): Merge pull request #41903 from liewegas/update-rook-client
rook-client-python: update to update-june-21
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
02:52 PM CephFS Feature #51265 (Fix Under Review): mgr/nfs: add interface to create exports from json file
Varsha Rao
02:50 PM CephFS Feature #50449 (Fix Under Review): mgr/nfs: Add unit tests for conf parser and others
Varsha Rao
02:49 PM CephFS Bug #47172 (Fix Under Review): mgr/nfs: Add support for RGW export
Varsha Rao
02:49 PM CephFS Cleanup #50816 (Fix Under Review): mgr/nfs: add nfs to mypy
Varsha Rao
02:44 PM CephFS Bug #51264 (New): TestVolumeClient failure
Failed TestVolumeClient test:... Jeff Layton
02:38 PM CephFS Bug #51263 (New): pjdfstest rename test 10.t failed with EACCES
pjdfstest rename test failed with -EACCES during teuthology testing for pacific backport:
https://pulpito.ceph.com...
Jeff Layton
02:33 PM rgw Bug #50967: In master-branch rgw enviroment,The bucket list operation displays the wrong informat...
Would you mind adding a comment that shows the output that is produced and then the output that should be produced in... J. Eric Ivancich
02:32 PM RADOS Backport #51237: nautilus: rebuild-mondb hangs
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41874
merged
Yuri Weinstein
02:32 PM Revision 406a6d1d (ceph): Merge pull request #41874 from tchaikov/nautilus-pr-27465
nautilus: ceph-monstore-tool: use a large enough paxos/{first,last}_committed
Reviewed-by: Deepika Upadhyay <dupadhy...
Yuri Weinstein
02:31 PM rgw Bug #51206 (Fix Under Review): Creating a role in another tenant seems to be possible
Pritha Srivastava
02:30 PM Revision 06376729 (ceph): Merge pull request #41835 from TRYTOBE8TME/wip-rgw-keycloak-failure-fix
qa/tasks: Keycloak failure fix
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
02:22 PM rgw Bug #50952 (Resolved): ceph-16.2.4 compilation failure: invalid use of incomplete type in rgw
Casey Bodley
02:22 PM rgw Bug #50924 (Resolved): rgw/rgw_string.h: has missing includes when compiling with boost 1.75 on a...
Casey Bodley
02:18 PM rgw Bug #51152 (Resolved): add role information and auth type to ops log
Casey Bodley
02:11 PM rgw Bug #51244 (Duplicate): radosgw crash
Daniel Gryniewicz
02:07 PM CephFS Bug #51262 (Duplicate): test_full.py test has incorrect assumption
Jeff Layton
02:02 PM CephFS Bug #51262 (Duplicate): test_full.py test has incorrect assumption
Snippet from test_full.py:... Jeff Layton
02:06 PM CephFS Bug #45434: qa: test_full_fsync (tasks.cephfs.test_full.TestClusterFull) failed
Snippet from test_full.py:... Jeff Layton
02:03 PM rgw Bug #51249 (Fix Under Review): rgw: when an already-deleted object is removed in a versioned buck...
Casey Bodley
01:40 PM rgw Bug #47451: RGW appends control character to etags in bucket index
Was this issue ever fixed?
I have encountered this while trying to upgrade a Luminous cluster to Nautilus. We noti...
André Cruz
01:30 PM Revision 855d45d9 (ceph): mgr/dashboard: Fix 500 error while exiting out of maintenance
When you add a host in maintenance mode and then exit the maintenance
mode, a 500 server error will popup which will ...
Nizamudeen A
01:22 PM Dashboard Bug #51154 (Triaged): mgr/dashboard: stats=false not working when listing buckets
Ernesto Puerta
01:20 PM Dashboard Bug #51211 (Triaged): mgr/dashboard: grafana-piechart-plugin doesn't work with Grafana 7.5.x anymore
Patrick, plz let us know if you want to take this one Ernesto Puerta
01:17 PM Dashboard Bug #51119 (Triaged): mgr/dashboard: table hiding selections change automatically
Ernesto Puerta
01:16 PM Revision a4bea005 (ceph): mgr/rook: comment out osd creation functions
This commit comments out the OSD creation functions in rook_cluster.py
and module.py, since the submodule update has ...
Joseph Sawaya
01:16 PM Revision 74bde864 (ceph): mgr/rook: fix some mypy typing errors in rook_cluster.py
This commit fixes some errors caught by mypy in rook_cluster.py. Most of the
errors were caused by the update of the ...
Joseph Sawaya
01:16 PM Revision 68b13c26 (ceph): mgr/rook: pass zone attribute to CephObjectStore CR when creating rgw
This commit passes the zone attribute to the CephObjectStore CR when
creating a RGW instance using the Rook Orchestra...
Joseph Sawaya
01:14 PM Dashboard Bug #51066 (Triaged): mgr/dashboard: fix rgw-bucket async validation
Ernesto Puerta
01:08 PM Dashboard Feature #50980 (Triaged): mgr/dashboard: advanced cluster visualization
Ernesto Puerta
01:08 PM Revision e7f30a1b (ceph): rgw/notifications: support metadata filter in COPY events
Fixes: https://tracker.ceph.com/issues/51261
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
12:04 PM Revision 3c99ac14 (ceph): rgw : add check for tenant provided in RGWCreateRole
Fixes: https://tracker.ceph.com/issues/51206
Signed-off-by: caolei <halei15848934852@163.com>
cao.leilc
11:23 AM CephFS Bug #51092 (Fix Under Review): mds: Timed out waiting for MDS daemons to become healthy
Xiubo Li
11:21 AM Revision 02cf1816 (ceph): os/memstore: make the used_bytes to atomic
Fixes: https://tracker.ceph.com/issues/51092
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li
11:05 AM Revision c5c564a9 (ceph): doc: add rook_client._helper to mock_imports
This is due to `mgr/rook` now also includes `._helper`
Co-authored-by Kefu Chai <kchai@redhat.com>
Signed-off-by: S...
Sebastian Wagner
11:05 AM Revision ed7436bc (ceph): mgr/rook: Add timezone info
Recently time zone info was added[1] to various properties like created,
started and others in cephadm and changes we...
Varsha Rao
11:05 AM Revision d51eb367 (ceph): mgr/rook: disallow_untyped_defs = True
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit a0930a63106e9f0d556e18bd70ffca...
Sebastian Wagner
10:55 AM Revision 857273d8 (ceph): mgr/rook: Fix possibly infinite loop in _execute_blight_job
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit ea51f6990cf7e1dbc89ae3ffb8c8cd...
Sebastian Wagner
10:44 AM Revision 4ec63068 (ceph): Merge pull request #41856 from rhcs-dashboard/maintenance-bug-fix
mgr/dashboard: Fix 500 error while exiting out of maintenance
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Re...
Ernesto Puerta
09:37 AM Dashboard Bug #45908 (Can't reproduce): monitoring: Status Panel breaks with Grafana 6.7.0 (maybe 7.x too)
The plugin has been updated and the issue has been resolved in v1.0.10, which is shipped by the upstream Grafana cont... Patrick Seidensal
09:37 AM Revision 848fd9dc (ceph): Merge pull request #41694 from jmolmo/kcli_cephadm_doc
doc: Add kcli utilization for development environments
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
09:14 AM bluestore Bug #51217: BlueFS::_flush_range assert(h->file->fnode.ino != 1)
Igor Fedotov wrote:
> shu yu wrote:
> > Igor Fedotov wrote:
> > > Curious why did you tune bluefs log_runaway sett...
Anonymous
08:20 AM bluestore Bug #51217: BlueFS::_flush_range assert(h->file->fnode.ino != 1)
shu yu wrote:
> Igor Fedotov wrote:
> > Curious why did you tune bluefs log_runaway settings? Did you really need t...
Igor Fedotov
03:11 AM bluestore Bug #51217: BlueFS::_flush_range assert(h->file->fnode.ino != 1)
Igor Fedotov wrote:
> Curious why did you tune bluefs log_runaway settings? Did you really need that low numbers or ...
Anonymous
08:47 AM Revision 563c33e6 (ceph): mgr/cephadm: skip ok-to-stop for mds in upgrade if not enough mds daemons
Fixes: https://tracker.ceph.com/issues/50817
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit...
Adam King
08:47 AM Revision 388d6624 (ceph): doc/cephadm: removing "Octopus" from procedure
This PR removes "Octopus" from the curl-based installation
procedure.
After we moved on to Pacific, referring to Oct...
Zac Dover
08:47 AM Revision 92d21822 (ceph): cephadm: raise `Error()` when unable to bind to an ip
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit db8d2a25c30dd25c468de598678dd15c81f3d19e)
Michael Fritch
08:47 AM Revision f22087a5 (ceph): cephadm: add log warn when unable to infer mon ip addr
fixup for `--mon-ip` bootstrap test (introduced b3e2c43):
ValueError: 'eth0' does not appear to be an IPv4 or IPv6 ...
Michael Fritch
08:47 AM Revision 46ff429b (ceph): cephadm: use gpg key for add-repo on ubuntu/debian
We were using the ascii version of the gpg key which
was marked as an unsupported filetype by apt-get which
caused ap...
Adam King
08:47 AM Revision 8502af03 (ceph): cephadm: throw error when trying to add some unsupported repos
we son't have any repos available for fedora os always error there.
unlike octopus, el7 yum/dnf distros are not supp...
Adam King
08:47 AM Revision 0e88bf04 (ceph): mgr/cephadm: unit test for _enough_mds_for_ok_to_stop
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit dde64400ed6ab428c7dc60a0d92d7321d272f208)
Adam King
08:47 AM Revision 8a193ba5 (ceph): mgr/cephadm: fix errors in command <ceph orch osd> help and documentation
Resolves: https://tracker.ceph.com/issues/51043
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
(cher...
Juan Miguel Olmo Martínez
08:47 AM Revision 777a9a45 (ceph): cephadm: set TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728
This used to live in /etc/{sysconfig,defaults}/ceph, but that does not
apply inside the container.
Signed-off-by: Sa...
Sage Weil
08:47 AM Revision 9ab4a3bc (ceph): cephadm: validate `--fsid` during bootstrap
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 37ff72ac9ba377abd7115f5fa6db9488fa374645)
Michael Fritch
08:47 AM Revision f7ccf8c7 (ceph): doc: fix typo in option
Fixes: https://tracker.ceph.com/issues/51214
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
08:47 AM Revision 3e8deb69 (ceph): cephadm: remove unit test inheritance
avoid running the `TestCephAdm` tests twice
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from com...
Michael Fritch
08:47 AM Revision 93e24946 (ceph): mgr/cephadm: When create osd which include db, _create_daemon will be e...
Signed-off-by: jianglong01 <jianglong01@qianxin.com>
(cherry picked from commit ca52b4935111c7bb0439be111f5b6936f3993...
jianglong01
08:47 AM Revision 70613920 (ceph): mgr/cephadm: When test osd active, it need to add "mock call" to make s...
Signed-off-by: jianglong01 <jianglong01@qianxin.com>
(cherry picked from commit 73dd266dc837b9a11d27ee17cbe75f8b6c36c...
jianglong01
08:47 AM Revision c34a5c9a (ceph): mgr/cephadm: fix --service-type flag in orch ls when service has id
The running daemon count comes out wrong if the service type is
for a service that has an id.
Fixes: https://tracker...
Adam King
08:47 AM Revision 15d6736e (ceph): mgr/cephadm: unit test for orch ls --service-type flag usage
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit ea3e6b392dd6ef7fb771486349f6426a462d42ab)
Adam King
08:46 AM Revision 7341d3f4 (ceph): doc/cephadm: rewrite "config ssl/tls f. grafana"
This PR streamlines the grammar in the subsection
called "Configuring SSL/TLS for Grafana" in the
monitoring.rst file...
Zac Dover
07:43 AM Orchestrator Bug #51257 (Resolved): mgr/cephadm: Cannot add managed (ceph apply) mon daemons on different subnets
In our network setup we have an IP (layer3) Fabric to the server using @/128@ IPv6 addresses[3] and BGP to the server... Aggelos Avgerinos
06:48 AM rgw Bug #50977: s3select: empty file select failed
Sorry, empty file empty_s3_obj.csv cannot be uploaded as attachment. Creating one like this fastly:... Zhiwei Dai
03:55 AM rgw Bug #50977: s3select: empty file select failed
fault reappearance is realized when using my testcase.... Zhiwei Dai
06:34 AM Revision 935a22a9 (ceph): debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-rook ...
per https://www.debian.org/doc/debian-policy/ch-relationships.html
> Recommends
> This declares a strong, but not ...
Kefu Chai
05:56 AM rgw Bug #51247 (Fix Under Review): notifications: add new type DeleteMarkerDeleted of event
Yuval Lifshitz
05:55 AM Revision 2b9b2a3f (ceph): qa: always format the pgid in hex
If the pg number is larger than 9, this won't match the array index,
which was in dec just before this.
Fixes: https...
Xiubo Li
04:23 AM Revision f4eba942 (ceph): Merge pull request #41848 from xxhdx1985126/wip-errorator-parallel_for_...
crimson: errorator parallel_for_each
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Kefu Chai <k...
Kefu Chai
02:31 AM Revision a6d60dc4 (ceph): Merge pull request #41894 from tchaikov/wip-crimson-sigint
crimson/{osd,store_nbd}: handle SIGINT
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Radoslaw Zarzynski <...
Kefu Chai
12:13 AM Revision 647eab40 (ceph): Merge pull request #41895 from ceph/wip-cacephcom
MIRRORS: Add ca.ceph.com
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

06/16/2021

11:48 PM CephFS Bug #51256 (Resolved): pybind/mgr/volumes: purge queue seems to block operating on cephfs connect...
... Patrick Donnelly
10:54 PM bluestore Bug #51217: BlueFS::_flush_range assert(h->file->fnode.ino != 1)
Curious why did you tune bluefs log_runaway settings? Did you really need that low numbers or just set them to reprod... Igor Fedotov
02:47 PM bluestore Bug #51217: BlueFS::_flush_range assert(h->file->fnode.ino != 1)
shu yu wrote:
> 1. I use this pr(https://github.com/ceph/ceph/pull/41884) to fix problem 1, then repeat the same ope...
Anonymous
11:25 AM bluestore Bug #51217: BlueFS::_flush_range assert(h->file->fnode.ino != 1)
1. I use this pr(https://github.com/ceph/ceph/pull/41884) to fix problem 1, then repeat the same operation, problem 2... Anonymous
10:40 PM RADOS Bug #51254 (New): deep-scrub stat mismatch on last PG in pool
In the past few weeks, we got inconsistent PGs in deep-scrub a few times, always on the very last PG in the pool:
...
Andras Pataki
10:23 PM Revision 85dfc6f4 (ceph): cephadm: fix regexp to strip `v1:` or `v2:` prefix from IPv6 addr
regexp was striping the first hextet of the IPv6 address:
```
FAILED tests/test_cephadm.py::TestBootstrap::test_mon_...
Michael Fritch
10:09 PM Revision e40b78d4 (ceph): cephadm: add `bootstrap --mon-addrv` test
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
09:29 PM rgw Bug #51253 (Resolved): rgw: add function entry logging to make more thorough and consistent
The logging at level 10 for function entry in src/cls/rgw/cls_rgw.cc is inconsistent and some functions are missing. J. Eric Ivancich
09:21 PM Dashboard Cleanup #51252 (In Progress): mgr/dashboard: create new host_service.py and isolate the logics fr...
Create a host_service.py file to isolate the code logic from controller and do some cleanups to the code. Nizamudeen A
09:14 PM Revision ea89b60e (ceph): mgr/dashboard: Fix 500 error while exiting out of maintenance
When you add a host in maintenance mode and then exit the maintenance
mode, a 500 server error will popup which will ...
Nizamudeen A
08:20 PM Revision b20e758d (ceph): Merge pull request #41087 from smithfarm/wip-50357-octopus
octopus: make-dist: refuse to run if script path contains a colon
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Nathan Cutler
08:11 PM Revision af622e8c (ceph): rook-client-python: update to update-june-21
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:07 PM Revision f29e862f (ceph): rbd: don't disable rbd_discard_on_zeroed_write_same
After commit 0e8aa956a3b6 ("rbd: switch thick-provision image creation
to use new write_zeroes API") it is no longer ...
Ilya Dryomov
07:32 PM CephFS Bug #51250 (Fix Under Review): qa: fs:upgrade uses teuthology default distro
Patrick Donnelly
07:17 PM CephFS Bug #51250 (Pending Backport): qa: fs:upgrade uses teuthology default distro
Patrick Donnelly
07:16 PM CephFS Bug #51250 (Resolved): qa: fs:upgrade uses teuthology default distro
https://pulpito.ceph.com/pdonnell-2021-06-14_20:53:05-fs-wip-pdonnell-testing-20210614.173325-distro-basic-smithi/617... Patrick Donnelly
07:26 PM Revision 66e6f777 (ceph): rgw: crash on multipart upload to bucket with policy
crash on multipart upload to bucket with policy Fixes: https://tracker.ceph.com/issues/50556
Signed-off-by: Or Fried...
Or Friedmann
07:25 PM RADOS Bug #38357: ClsLock.TestExclusiveEphemeralStealEphemeral failed
... Deepika Upadhyay
07:22 PM RADOS Bug #45423: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
/ceph/teuthology-archive/yuriw-2021-06-14_19:20:57-rados-wip-yuri6-testing-2021-06-14-1106-octopus-distro-basic-smith... Deepika Upadhyay
07:20 PM CephFS Backport #51251 (Resolved): pacific: qa: fs:upgrade uses teuthology default distro
https://github.com/ceph/ceph/pull/42067 Backport Bot
07:16 PM Revision b946d5a6 (ceph): qa: use centos latest for fs:upgrade
Fixes: https://tracker.ceph.com/issues/51250
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:58 PM CephFS Bug #51077 (Fix Under Review): MDSMonitor: crash when attempting to mount cephfs
Patrick Donnelly
02:40 PM CephFS Bug #51077 (In Progress): MDSMonitor: crash when attempting to mount cephfs
Patrick Donnelly
06:57 PM Revision 75ccd9d4 (ceph): mon/MDSMonitor: check fscid exists for legacy case
If a client does not have permission to see the legacy fs, the monitor
will throw an exception when looking up the md...
Patrick Donnelly
06:57 PM Revision fa6e0587 (ceph): mon/MDSMonitor: fix whitespace in debug message
So it doesn't look like:
2021-06-16T14:37:52.953+0000 7fec41d7c700 10 mon.a@0(leader).mds e10 check_sub: is_mds=...
Patrick Donnelly
06:48 PM RADOS Bug #50042: rados/test.sh: api_watch_notify failures
... Deepika Upadhyay
06:37 PM rgw Bug #51249 (Resolved): rgw: when an already-deleted object is removed in a versioned bucket, an u...
When an already-deleted object is removed in a versioned bucket, an unneeded delete marker is created. This additiona... J. Eric Ivancich
06:12 PM Revision 37be37db (ceph): blk/KernelDevice: be more verbose on read errors.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
06:01 PM Revision 3c870731 (ceph): Merge PR #41890 into master
* refs/pull/41890/head:
doc/cephadm: removing "Octopus" from procedure
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:26 PM Revision 1fee255e (ceph): cephadm: workaround unit replace failure
This should be a bug in systemd. It failed to cleanup cgroups when stop the
unit. Then if we start a new unit with th...
玮文 胡
05:25 PM Revision 6cc50285 (ceph): MIRRORS: Add ca.ceph.com
Signed-off-by: David Galloway <dgallowa@redhat.com> David Galloway
05:13 PM Revision 0689b128 (ceph): crimson/tools/store_nbd: add graceful shutdown support
we could have more sophisticate mechinary for interrupting fio job,
but so far it is able to stop itself if it idle b...
Kefu Chai
05:13 PM Revision 11c439d5 (ceph): crimson/tools/store_nbd: update example usage in comment
--total-device-size is not supported any more.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:13 PM Revision a1d5ded9 (ceph): crimson/osd: use stop_signal from seastar
and disable app_cfg.auto_handle_sigint_sigterm, otherwise app template
handles SIGINT and SIGTERM by itself, and call...
Kefu Chai
04:39 PM rgw Bug #51247 (Won't Fix): notifications: add new type DeleteMarkerDeleted of event
on versioned bucket, deleting the deleteMarkder has "eventTime":"0.000000" in event record Yuval Lifshitz
04:23 PM Revision 3faea72b (ceph): crimson/seastore/nbd: destruct the store before create
Otherwise the store will register the conflicting metrics and result in
double_registration.
Signed-off-by: Yingxin ...
Yingxin Cheng
04:05 PM rgw Backport #51001 (In Progress): pacific: Reproducible crash on multipart upload to bucket with policy
Cory Snyder
03:46 PM rbd Backport #48565: nautilus: "TestMigration.StressLive" fails
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41788
merged
Yuri Weinstein
03:46 PM Revision e63cfbd4 (ceph): Merge pull request #41788 from trociny/wip-48565-nautilus
nautilus: librbd: fix sporadic failures in TestMigration.StressLive
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
03:45 PM rbd Backport #46149: nautilus: [object-map] possible race condition when disabling object map with ac...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/41787
merged
Yuri Weinstein
03:45 PM Revision b2555ac2 (ceph): Merge pull request #41787 from trociny/wip-46149-nautilus
nautilus: librbd: race when disabling object map with overlapping in-flight writes
Reviewed-by: Ilya Dryomov <idryom...
Yuri Weinstein
03:31 PM CephFS Bug #50178 (Rejected): qa: "TypeError: run() got an unexpected keyword argument 'shell'"
Caused by testing #38481 Patrick Donnelly
03:08 PM Revision 01a9d9d2 (ceph): rgw/multisite: don't delete per shard status on init
and pass correct generation and num shards when deleting
per shard status objects when disabling during incremental s...
Yuval Lifshitz
02:49 PM RADOS Bug #51246 (New): error in open_pools_parallel: rados_write(0.obj) failed with error: -2
... Deepika Upadhyay
02:46 PM Dashboard Backport #51053 (In Progress): pacific: mgr/dashboard: partially deleted RBDs are only listed by CLI
Tatjana Dehler
02:45 PM Revision 5eac11a0 (ceph): mgr/dashboard: show partially deleted RBDs
An RBD might be partially deleted if the deletion
process has been started but was interrupted. In
this case return t...
Tatjana Dehler
02:34 PM Revision 1036edd6 (ceph): doc/cephadm: removing "Octopus" from procedure
This PR removes "Octopus" from the curl-based installation
procedure.
After we moved on to Pacific, referring to Oct...
Zac Dover
02:31 PM Orchestrator Bug #51245: octopus: cephadm/focal: E: The repository 'https://download.ceph.com/debian-15.1.1 fo...
http://qa-proxy.ceph.com/teuthology/ideepika-2021-06-16_13:16:21-rados:cephadm-wip-yuri6-testing-2021-06-14-1106-octo... Deepika Upadhyay
02:31 PM Orchestrator Bug #51245 (Closed): octopus: cephadm/focal: E: The repository 'https://download.ceph.com/debian-...
... Deepika Upadhyay
02:25 PM rgw Bug #51244 (Duplicate): radosgw crash
In trying to rename files, ceph is crashing. debian 10.
Using this command:
```
mc cp --attr x-amz-acl=public-...
Matthew Darwin
02:09 PM Revision 08661e6f (ceph): Merge pull request #41882 from tchaikov/wip-crimson-int-safty
crimson/osd: guard non-pg-op handling with with_sequencer()
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
01:55 PM bluestore Bug #51163: N ceph-volume lvm batch to create bluestore osds
Thank you for your attention!This is my configuration of group_vars/osds.yml.
devices:
- /dev/sda
- /dev/sdb
...
Zhike Li
09:11 AM bluestore Bug #51163: N ceph-volume lvm batch to create bluestore osds
Zhike Li wrote:
> Thank you very much for your attention to the problem I met. Since the log file is too large (more...
Igor Fedotov
01:22 PM RADOS Bug #50587: mon election storm following osd recreation: huge tcmalloc and ceph::msgr::v2::FrameA...
> Will this patch be released in 14.2.22?
yes the PR has been merged to the nautilus branch, so it will be in the ...
Dan van der Ster
12:59 PM RADOS Bug #50587: mon election storm following osd recreation: huge tcmalloc and ceph::msgr::v2::FrameA...
We hit this bug yesterday in a nautilus 14.2.18 cluster.
All monitors went down and started crashing on restart.
...
Rob Haverkamp
12:36 PM Revision cd0bb38b (ceph): Merge pull request #41885 from tchaikov/wip-crimson-os-cleanups
crimson/os: cleanups and reformat
Reviewed-by: Myoungwon Oh <myoungwon.oh@samsung.com>
Kefu Chai
12:30 PM Revision d8ee9e4f (ceph): crimson/osd: reindent
for less indent, hence better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:28 PM Revision 3e28e640 (ceph): crimson/osd: wrap line at 80
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:28 PM Revision 728fc4a0 (ceph): crimson/osd: guard non-pg-op handling with with_sequencer()
because we should only ensure the ordering of the requests touching
the objects, the other requests like pgls should ...
Kefu Chai
12:06 PM Dashboard Backport #51052 (In Progress): octopus: mgr/dashboard: partially deleted RBDs are only listed by CLI
Tatjana Dehler
11:58 AM Revision 84c71bc2 (ceph): crimson/os: use reference for loop variable
for better performance, also silences the warning like:
../src/crimson/os/seastore/random_block_manager/nvme_manager...
Kefu Chai
11:57 AM Revision df93f975 (ceph): Merge pull request #41815 from sebastian-philipp/pacific-backport-41555...
pacific: cephadm: june batch 2
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
11:54 AM Revision 6ce6874b (ceph): Merge pull request #41859 from sebastian-philipp/mypy-constrains.txt
global,tox.ini: add mypy-constrains.txt
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Patrick Seidensa...
Sebastian Wagner
11:27 AM phprados Bug #51243 (New): common/Thread.cc: 157: FAILED ceph_assert(ret == 0)
After upgrading two servers from ubuntu 16.04 to 18.04 we observe these crashes in phprados very frequently.
The sta...
Roman Steinhart
11:09 AM Revision e41f7e3b (ceph): crimson/os: do not capture unused variables
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:09 AM Revision 44863f48 (ceph): crimson/os: fix the indent
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:09 AM Revision bb253d76 (ceph): crimson/os: remove unnecessary parentheses
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:09 AM Revision 2e66a657 (ceph): crimson/os: remove unnecessary now()
the previous continuation in the chain already returns a future, no need
to hook up another now().
Signed-off-by: Ke...
Kefu Chai
11:09 AM Revision 11216507 (ceph): crimson/os: return seastar::now() in "finally()" block
so finally() is able to identify the return is a future, and discard it
manually.
otherwise the return value will be ...
Kefu Chai
10:37 AM Revision 04e586f9 (ceph): global,tox.ini: add mypy-constrains.txt
let's avoid getting new versions of those packages by accident.
Unfortunately this means we have to manually update t...
Sebastian Wagner
10:29 AM Revision 1a440463 (ceph): crimson/osd: extract with_sequencer() method out
because we should only ensure the ordering of the requests touching
the objects, the other requests like pgls should ...
Kefu Chai
10:28 AM Revision 57aefd92 (ceph): Merge pull request #41881 from tchaikov/wip-crimson-alien
crimson: adapt to the new alien API
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
10:14 AM Revision 75663826 (ceph): mds: make the lost+found dir accessible from clients
Inode number 0x4 is reserved for the lost+found dir, and the apps
or recovery apps need to access it.
At the same ti...
Xiubo Li
10:10 AM Revision a6005596 (ceph): test: add test for invalid lookup of mdsdir
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 4778308eb9149594cb31519a5ff77413d6ec...
Patrick Donnelly
10:10 AM Revision f78a4d1e (ceph): mds: reject lookup ino requests for mds dirs
Fixes: https://tracker.ceph.com/issues/49922
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
09:49 AM Revision 8d62c4ad (ceph): test/librbd: add test condition for whole-object switch with fast diff ...
This patch adds a test condition to test fast diff between two snapshots
with whole-object switch.
`TestMockObjectMa...
Sunny Kumar
09:14 AM Revision e53ea088 (ceph): crimson: adapt to the new alien API
since seastar now deprecates the old alien::submit_to() API, and
replaced it with a variant which requires a new para...
Kefu Chai
09:13 AM Revision 399a45e1 (ceph): librbd/object_map: rbd diff between two snapshots lists entire image co...
Problem:
rbd diff between two snapshots lists entire image content with `whole-object` switch.
Solution:
While compu...
Sunny Kumar
09:04 AM Revision 0908b11d (ceph): crimson: add parallel_for_each to errorator
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
09:04 AM Revision b1acbb01 (ceph): test/crimson: add test case for errorator parallel_for_each
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
09:02 AM Revision 0a44cd16 (ceph): Merge pull request #41825 from tchaikov/wip-avl-cleanup
os/bluestore/AvlAllocator: specialize _block_picker() and cleanups
Reviewed-by: Igor Fedotov <ifedotov@suse,com>
Igor Fedotov
08:53 AM Revision 23817254 (ceph): Merge pull request #41346 from adk3798/enough-mds-upgrade
mgr/cephadm: skip ok-to-stop for mds in upgrade if not enough mds daemons
Reviewed-by: Michael Fritch <mfritch@suse....
Sebastian Wagner
08:51 AM Revision deadde21 (ceph): Merge pull request #41813 from adk3798/repo
cephadm: Use gpg rather than asc key for add-repo
Reviewed-by: Sage Weil <sage@newdream.net>
Sebastian Wagner
08:51 AM Revision c2b7b685 (ceph): Merge pull request #41820 from mgfritch/cephadm-not-a-mon-ip
cephadm: raise Error() when unable to bind to an ip
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
08:39 AM Linux kernel client Bug #51112 (Pending Backport): RHEL 8.4: libceph considers osdmap corrupt if numbering is discont...
Moving to Pending Backport, will update once the fix lands in CentOS/RHEL 8.4. Ilya Dryomov
08:38 AM Revision c9812980 (ceph): monitoring/grafana/cluster: use per-unit max and limit values
The value we get is a perunit, so the limits and the max value should
be over 1, not 100. Note that the value being s...
David Caro
07:35 AM Revision b4daeb30 (ceph): debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-rook ...
per https://www.debian.org/doc/debian-policy/ch-relationships.html
> Recommends
> This declares a strong, but not ...
Kefu Chai
07:29 AM Revision 845d430a (ceph): Merge pull request #41041 from myoungwon/wip-randomblockmanager-part1
seastore: RandomBlockManager part1
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
07:27 AM mgr Backport #51242 (Rejected): octopus: mgr module fails in focal, due to ceph-mgr-rook module
Deepika Upadhyay
07:27 AM mgr Backport #51241 (Resolved): pacific: mgr module fails in focal, due to ceph-mgr-rook module
https://github.com/ceph/ceph/pull/42300 Deepika Upadhyay
07:26 AM mgr Bug #51240 (Pending Backport): mgr module fails in focal, due to ceph-mgr-rook module
Deepika Upadhyay
07:25 AM mgr Bug #51240 (Resolved): mgr module fails in focal, due to ceph-mgr-rook module
The 'devicehealth' plugins' dependency on rook (package ceph-mgr-rook) code causes a cluster to not boot, after upgra... Deepika Upadhyay
07:22 AM Dashboard Bug #51120: RGW daemon names keep changing after every restart since update to pacific
If one would like to get back the per rgw host metrics:... Roland Sommer
07:07 AM Dashboard Bug #51120: RGW daemon names keep changing after every restart since update to pacific
Ok, that seems to come from commit afc33758e076761b8d4ec004c8f9c49b80a48770. Instead of the daemons name, rados.get_i... Roland Sommer
07:11 AM Revision 03741071 (ceph): monitoring: remove instance label from ceph-cluster.json completely
The `instance` label is only useful if
- the exporter returns only data about its node or instance
- the exporter pr...
Patrick Seidensal
07:10 AM Revision 8218d43e (ceph): monitoring: convert newline character to LF
Convert newline character from CRLF in `rbd-details.json` to LF, so that
it will be consistent with all the other das...
Patrick Seidensal
07:10 AM Revision 5527c1c5 (ceph): mgr/dashboard: Remove hard-coded timezone off Grafana dashboards
Remove hard-coded timezone off Grafana dashboards to enable the Grafana
administrator to decide which timezone should...
Patrick Seidensal
07:10 AM Revision f51cab10 (ceph): mgr/dashboard: Fix decimals in OSC Capacity Utilization widget
Fixes: https://tracker.ceph.com/issues/51212
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
Patrick Seidensal
07:10 AM Revision 4270a13d (ceph): mgr/dashboard: Fix Grafana Ceph Cluster health status widget
The health status widget doesn't show any status because it requires its
query to return a single result. But in case...
Patrick Seidensal
07:04 AM Bug #51239: [ERR] MGR_MODULE_ERROR: Module 'devicehealth' has failed:
Lacking as in:
"
# ceph -s
cluster:
id: 183ae4ba-9ced-11eb-9444-3cecef467984
health: HEALTH_ERR
...
Torkil Svensgaard
06:58 AM Bug #51239 (Duplicate): [ERR] MGR_MODULE_ERROR: Module 'devicehealth' has failed:
Hi
I'm not sure what the problem is but even if I made some mistake the error message is lacking.
I have errors...
Torkil Svensgaard
05:06 AM CephFS Bug #50530 (Fix Under Review): pacific: client: abort after MDS blocklist
Venky Shankar
05:02 AM Revision 951483fd (ceph): client: check if a mds rank is `up` before fetching connection addr
Client segfaults when trying to infer which mds rank a connection
reset call is coming from. It does this by iteratin...
Venky Shankar
02:18 AM RADOS Backport #51237 (In Progress): nautilus: rebuild-mondb hangs
Kefu Chai
02:16 AM RADOS Backport #51237 (Resolved): nautilus: rebuild-mondb hangs
https://github.com/ceph/ceph/pull/41874 Backport Bot
02:13 AM RADOS Bug #38219 (Pending Backport): rebuild-mondb hangs
Kefu Chai
02:12 AM Revision 57f8e318 (ceph): tasks/ceph_manager: ignore EACCES when waiting for quorum
mon_tick_interval is 5 seconds by default. monitors update their
rotating keys every mon_tick_interval. before monito...
Kefu Chai
02:12 AM Revision 9b0a9bd9 (ceph): tasks/ceph_manager: use safe_while() to refactor the wait for quorum
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 3908c1f4cd0ebbfdcaae2d...
Kefu Chai
02:12 AM Revision f008a11e (ceph): ceph-monstore-tool: use a large enough paxos/{first,last}_committed
so the rebuild paxos transaction won't be overwritten by the ones
created before recovery completes.
when the quorum...
Kefu Chai
01:55 AM CephFS Bug #51092: mds: Timed out waiting for MDS daemons to become healthy
From osd.4 logs we can see that the available size is 0xc037e7b = 192.2MB, but the total is 0xbebc200 = 190.7MB:
<...
Xiubo Li
01:38 AM Revision 6f58a262 (ceph): Merge pull request #27465 from tchaikov/wip-38219
ceph-monstore-tool: use a large enough paxos/{first,last}_committed
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
12:19 AM CephFS Bug #49132: mds crashed "assert_condition": "state == LOCK_XLOCK || state == LOCK_XLOCKDONE",
We also had a crash that resembles this quite closely - I'm attaching the MDS logs. Are there any leads regarding po... Andras Pataki

06/15/2021

11:44 PM Revision 395fdaec (ceph): Merge pull request #41873 from bobbyphilip/patch-1
doc/start/hardware-recommendations.rst: Corrected typo
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-...
Kefu Chai
10:00 PM CephFS Backport #51235 (Resolved): pacific: doc: pacific updates
https://github.com/ceph/ceph/pull/42066 Backport Bot
09:58 PM CephFS Documentation #51187 (Pending Backport): doc: pacific updates
Patrick Donnelly
09:57 PM Revision 319b578b (ceph): Merge PR #40972 into master
* refs/pull/40972/head:
doc: add missing note about restoring allow_standby_replay
doc: clarify distributed ephemer...
Patrick Donnelly
08:53 PM Revision 0a87c47d (ceph): doc/start/hardware-recommendations.rst: Corrected typo
129GB - >128GB
Signed-off-by: Bobby Philip bobbyphilip@gmail.com
Bobby Alex Philip
08:05 PM RADOS Bug #50462: OSDs crash in osd/osd_types.cc: FAILED ceph_assert(clone_overlap.count(clone))
Just to note:
IMO ceph-bluestore-tool crash is caused by a bag in AvlAllocator and is a duplicate of https://tracker...
Igor Fedotov
07:42 PM Revision 091a32e1 (ceph): Merge PR #41844 into master
* refs/pull/41844/head:
qa/suites/orch/cephadm/dashboard: remove remaining bits
Reviewed-by: Michael Fritch <mfritc...
Sage Weil
06:59 PM RADOS Backport #51215 (In Progress): pacific: Global Recovery Event never completes
Kamoltat (Junior) Sirivadhna
12:55 AM RADOS Backport #51215 (Resolved): pacific: Global Recovery Event never completes
Backport PR https://github.com/ceph/ceph/pull/41872 Backport Bot
06:50 PM RADOS Backport #50706: pacific: _delete_some additional unexpected onode list
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41680
merged
Yuri Weinstein
06:50 PM Revision c8cf0640 (ceph): Merge pull request #41680 from neha-ojha/wip-50706-pacific
pacific: osd/PG.cc: handle removal of pgmeta object
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
06:47 PM RADOS Bug #50842: pacific: recovery does not complete because of rw_manager lock not being released
@Neha: I did, but am afraid they are lost, the test was from https://pulpito.ceph.com/ideepika-2021-05-17_10:16:28-ra... Deepika Upadhyay
06:31 PM RADOS Bug #50842: pacific: recovery does not complete because of rw_manager lock not being released
@Deepika, do you happen to have the logs saved somewhere? Neha Ojha
06:45 PM Revision ea0a70c9 (ceph): pybind/mg/progress: Disregard unreported pgs
The global recovery event progress calculations only
takes into account pgs with `reported_epoch < start_epoch_of_eve...
Kamoltat (Junior) Sirivadhna
06:41 PM RADOS Bug #51234 (Pending Backport): LibRadosService.StatusFormat failed, Expected: (0) != (retry), act...
... Neha Ojha
06:38 PM Linux kernel client Bug #51112: RHEL 8.4: libceph considers osdmap corrupt if numbering is discontinuous
Same issue here.
We worked around by filling all the id gaps with "ceph osd new `uuid`", then purging those newly ...
Dan van der Ster
03:24 PM Linux kernel client Bug #51112: RHEL 8.4: libceph considers osdmap corrupt if numbering is discontinuous
https://bugzilla.redhat.com/show_bug.cgi?id=1972278 Ilya Dryomov
02:24 PM Linux kernel client Bug #51112: RHEL 8.4: libceph considers osdmap corrupt if numbering is discontinuous
No need for additional output, I managed to reproduce with the attached osdmap:... Ilya Dryomov
12:13 PM Linux kernel client Bug #51112 (Need More Info): RHEL 8.4: libceph considers osdmap corrupt if numbering is discontin...
Ilya Dryomov
12:03 PM Linux kernel client Bug #51112: RHEL 8.4: libceph considers osdmap corrupt if numbering is discontinuous
The linked output is incomplete -- it starts with... Ilya Dryomov
06:30 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
rados/thrash-erasure-code-big/{ceph cluster/{12-osds openstack} mon_election/connectivity msgr-failures/osd-dispatch-... Neha Ojha
06:26 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
Looks very similar... Neha Ojha
06:08 PM CephFS Bug #51077: MDSMonitor: crash when attempting to mount cephfs
I'm sorry, I must have copypasted the same command twice.
The first command of course was:
ceph-fuse -n client.bare...
Stanislav Datskevych
05:40 PM CephFS Bug #51077: MDSMonitor: crash when attempting to mount cephfs
Stanislav Datskevych wrote:
> An update:
>
> I seem to have found the reason of the issue:
>
> I had already h...
Patrick Donnelly
12:29 PM CephFS Bug #51077: MDSMonitor: crash when attempting to mount cephfs
An update:
I seem to have found the reason of the issue:
I had already had one CephFS which was working fine.
...
Stanislav Datskevych
05:38 PM mgr Backport #51190 (In Progress): octopus: mgr/telemetry: pass leaderboard flag even w/o ident
Cory Snyder
05:38 PM Revision e3e126e9 (ceph): mgr/telemetry: pass leaderboard flag even w/o ident
Allow non-identified clusters to appear in the leaderboard.
The leaderboard option still defaults to false, so the ch...
Sage Weil
05:36 PM Revision b14d2f1a (ceph): rgw/multisite: support enable right after disable
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> Yuval Lifshitz
05:36 PM Backport #51233: pacific: pybind/cmd_argparse: does not process vector of choices
Please backport with: https://tracker.ceph.com/issues/51232 Patrick Donnelly
05:35 PM Backport #51233 (Resolved): pacific: pybind/cmd_argparse: does not process vector of choices
https://github.com/ceph/ceph/pull/42065 Backport Bot
05:36 PM Revision 489ca7a8 (ceph): rgw/multisite: remove the retry mechanism
when writign the sync status object
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
05:35 PM CephFS Backport #51232 (Resolved): pacific: qa: scrub code does not join scrubopts with comma
https://github.com/ceph/ceph/pull/42065 Backport Bot
05:35 PM CephFS Backport #51231 (Resolved): pacific: pybind/mgr/snap_schedule: Invalid command: Unexpected argume...
https://github.com/ceph/ceph/pull/42064 Backport Bot
05:35 PM CephFS Backport #51230 (Resolved): pacific: qa: fs:bugs does not specify distro
https://github.com/ceph/ceph/pull/42063 Backport Bot
05:34 PM CephFS Bug #51182 (Pending Backport): pybind/mgr/snap_schedule: Invalid command: Unexpected argument 'fs...
Patrick Donnelly
05:34 PM Revision 174b8ad3 (ceph): Merge PR #41840 into master
* refs/pull/41840/head:
qa: update cli syntax to conventional
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by...
Patrick Donnelly
05:33 PM CephFS Bug #51184 (Pending Backport): qa: fs:bugs does not specify distro
Patrick Donnelly
05:33 PM Revision 03674f51 (ceph): Merge PR #41821 into master
* refs/pull/41821/head:
qa: specify distro for fs:bugs
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Patrick Donnelly
05:33 PM Bug #51145 (Pending Backport): pybind/cmd_argparse: does not process vector of choices
Patrick Donnelly
05:32 PM Revision dc772fa3 (ceph): Merge PR #41773 into master
* refs/pull/41773/head:
test/pybind/test_ceph_argparse: add a test where args contains comma
cmake: run nose test u...
Patrick Donnelly
05:32 PM CephFS Bug #51146 (Pending Backport): qa: scrub code does not join scrubopts with comma
Patrick Donnelly
05:32 PM Revision 8cb34b38 (ceph): Merge PR #41771 into master
* refs/pull/41771/head:
qa: update scrub start code to use comma sep scrubopts
Reviewed-by: Ramana Raja <rraja@redh...
Patrick Donnelly
05:28 PM CephFS Bug #51229 (New): qa: test_multi_snap_schedule list difference failure
... Patrick Donnelly
05:22 PM Revision 164978c4 (ceph): rgw/multisite: allow bucket sync disable/enable
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> Yuval Lifshitz
05:15 PM CephFS Bug #51228 (New): qa: rmdir: failed to remove 'a/.snap/*': No such file or directory
... Patrick Donnelly
05:01 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
Well, the filesystem has recovered since, scrub made us found out that one of the MDS didn't have the permission to w... Jérôme Poulin
01:20 AM CephFS Bug #51178: MDS became read-only while using rsync to copy files
Sorry about that last comment, the pool wasn't empty, in fact, everything was in another namespace for security and i... Jérôme Poulin
04:37 PM Revision 1fa12300 (ceph): qa/tasks/mgr: skip test_diskprediction_local on python>=3.8
query the python version before trying to test diskprediction_local
Fixes: https://tracker.ceph.com/issues/50196
Sig...
Kefu Chai
04:34 PM Revision 86b4a42d (ceph): mgr/selftest: add a command for querying python version
so the test driver can skip certain tests based on the version of python
runtime on the test node
Fixes: https://tra...
Kefu Chai
04:32 PM rbd Bug #51225: rbd-mirrror: image status count can be wrong
Looking at the code I can't see any ways that it could miscalculate the image count. I think the root cause is still ... Arthur Outhenin-Chalandre
12:27 PM rbd Bug #51225 (New): rbd-mirrror: image status count can be wrong
I spotted some cases where the image count is wrong when doing `rbd mirror pool status my_pool --verbose`.
Here is...
Arthur Outhenin-Chalandre
04:13 PM Feature #51222: ceph-backport.sh: minimal automated test
The test environment created here https://lab.fedeproxy.eu/ceph/ceph-backport
Once it works, it should probably be...
Loïc Dachary
12:16 PM Feature #51222 (Fix Under Review): ceph-backport.sh: minimal automated test
* run Gitea (OK)
* create a ceph/ceph project in Gitea (OK)
* run Redmine (OK)
* create a ceph project in redmine ...
Loïc Dachary
04:12 PM RADOS Backport #50750: octopus: max_misplaced was replaced by target_max_misplaced_ratio
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41624
merged
Yuri Weinstein
04:12 PM Revision 7102f1e5 (ceph): Merge pull request #41624 from cfsnyder/wip-50750-octopus
octopus: doc/rados/operations: s/max_misplaced/target_max_misplaced_ratio/
Reviewed-by: Yuri Weinstein <yweinste@red...
Yuri Weinstein
04:04 PM rgw Bug #50756: Haproxy with keepalive crashes RGW when object name lenght > 1024 bytes
Or Friedmann wrote:
> I tried to reproduce it on my machine without success (it works fine in my machine), Can you p...
Aleksandr Rudenko
03:43 PM Revision 2dedb397 (ceph): seastore/rbm: remove changes related to transaction/cache
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
03:38 PM Bug #51224: ceph-backport.sh: a PR for N needs a staged PR for N+1
It will be easier on the person doing the backport if the check is done on the existence of a matching pull request f... Loïc Dachary
12:20 PM Bug #51224 (Fix Under Review): ceph-backport.sh: a PR for N needs a staged PR for N+1
ceph-backports.sh must refuse to create a backport for octopus if the matching backport for pacific is not -merged- s... Loïc Dachary
03:34 PM Revision e3c72347 (ceph): Merge pull request #41864 from rzarzynski/wip-crimson-iointrcond-fix-debug
crimson/osd: fix debug in IOInterruptCondition::new_interval_created().
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:31 PM CephFS Feature #48991 (Resolved): client: allow looking up snapped inodes by inode number+snapid tuple
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
03:28 PM rgw Backport #50727 (Resolved): octopus: multisite: crash in RGWRESTStreamRWRequest::do_send_prepare(...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41766
m...
Loïc Dachary
02:58 PM rgw Backport #50727: octopus: multisite: crash in RGWRESTStreamRWRequest::do_send_prepare() with empt...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41766
merged
Yuri Weinstein
03:28 PM rgw Backport #51079 (Resolved): octopus: Bad error message on bucket chown
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41765
m...
Loïc Dachary
02:57 PM rgw Backport #51079: octopus: Bad error message on bucket chown
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41765
merged
Yuri Weinstein
03:28 PM rgw Backport #50677 (Resolved): octopus: Reproducible crash in radosgw (nautilus and later)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41420
m...
Loïc Dachary
02:57 PM rgw Backport #50677: octopus: Reproducible crash in radosgw (nautilus and later)
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41420
merged
Yuri Weinstein
03:28 PM rgw Backport #50423 (Resolved): octopus: [feature] rgw send headers of quota settings
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41419
m...
Loïc Dachary
02:56 PM rgw Backport #50423: octopus: [feature] rgw send headers of quota settings
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41419
merged
Yuri Weinstein
03:28 PM rgw Backport #50380 (Resolved): octopus: ceph-16.2.0 builds have started failing in Fedora 35/rawhide...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41418
m...
Loïc Dachary
02:55 PM rgw Backport #50380: octopus: ceph-16.2.0 builds have started failing in Fedora 35/rawhide w/ librabb...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41418
merged
Yuri Weinstein
03:28 PM rgw Backport #50643 (Resolved): octopus: rgw: allow rgw-orphan-list to process multiple data pools
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41417
m...
Loïc Dachary
02:55 PM rgw Backport #50643: octopus: rgw: allow rgw-orphan-list to process multiple data pools
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41417
merged
Yuri Weinstein
03:27 PM rgw Backport #50730 (Resolved): octopus: rgw_file: RGWLibFS::read success executed, but nodata readed
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41416
m...
Loïc Dachary
02:54 PM rgw Backport #50730: octopus: rgw_file: RGWLibFS::read success executed, but nodata readed
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41416
merged
Yuri Weinstein
03:27 PM rgw Backport #50640 (Resolved): octopus: assumed-role: s3api head-object returns 403 Forbidden, even ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41415
m...
Loïc Dachary
02:54 PM rgw Backport #50640: octopus: assumed-role: s3api head-object returns 403 Forbidden, even if role has...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41415
merged
Yuri Weinstein
03:27 PM rgw Backport #50709 (Resolved): octopus: rgw: fix bucket object listing when initial marker matches p...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41413
m...
Loïc Dachary
02:53 PM rgw Backport #50709: octopus: rgw: fix bucket object listing when initial marker matches prefix
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41413
merged
Yuri Weinstein
03:27 PM rgw Backport #50464 (Resolved): octopus: per bucket notification object is never deleted
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41412
m...
Loïc Dachary
02:53 PM rgw Backport #50464: octopus: per bucket notification object is never deleted
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41412
merged
Yuri Weinstein
03:27 PM CephFS Backport #50623 (Resolved): octopus: qa: "ls: cannot access 'lost+found': No such file or directory"
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40768
m...
Loïc Dachary
02:46 PM CephFS Backport #50623: octopus: qa: "ls: cannot access 'lost+found': No such file or directory"
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40768
merged
Yuri Weinstein
03:27 PM CephFS Backport #50288 (Resolved): octopus: MDS stuck at stopping when reducing max_mds
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40768
m...
Loïc Dachary
02:46 PM CephFS Backport #50288: octopus: MDS stuck at stopping when reducing max_mds
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40768
merged
Yuri Weinstein
03:27 PM CephFS Backport #49513 (Resolved): octopus: client: allow looking up snapped inodes by inode number+snap...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40768
m...
Loïc Dachary
02:46 PM CephFS Backport #49513: octopus: client: allow looking up snapped inodes by inode number+snapid tuple
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40768
merged
Yuri Weinstein
03:05 PM Revision 31380f1f (ceph): Merge pull request #41865 from rzarzynski/wip-crimson-opseq-fix-dropped...
crimson/osd: fix missed OpSequencer::abort() on primary change.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:59 PM Orchestrator Documentation #51214 (Pending Backport): config manage_etc_ceph_ceph_conf_hosts is typod
Patrick Donnelly
02:57 PM Revision 7b2a0856 (ceph): Merge pull request #41766 from cfsnyder/wip-50727-octopus
octopus: rgw : add check empty for sync url
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:57 PM Revision 876fe278 (ceph): Merge pull request #41765 from cfsnyder/wip-51079-octopus
octopus: rgw: require bucket name in bucket chown
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:57 PM Revision e9aca65d (ceph): Merge pull request #41420 from cfsnyder/wip-50677-octopus
octopus: rgw: fix segfault related to explicit object manifest handling
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:56 PM Revision 6a7afcb3 (ceph): Merge pull request #41419 from cfsnyder/wip-50423-octopus
octopus: rgw: send headers of quota settings
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:55 PM Revision dffdfe40 (ceph): Merge pull request #41418 from cfsnyder/wip-50380-octopus
octopus: rgw/amqp/test: fix mock prototype for librabbitmq-0.11.0
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:55 PM Revision fc07688a (ceph): Merge pull request #41417 from cfsnyder/wip-50643-octopus
octopus: rgw: allow rgw-orphan-list to process multiple data pools
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:54 PM Revision c0417f6a (ceph): Merge pull request #41416 from cfsnyder/wip-50730-octopus
octopus: rgw/rgw_file: Fix the return value of read() and readlink()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:54 PM Revision 1ca21698 (ceph): Merge pull request #41415 from cfsnyder/wip-50640-octopus
octopus: rgw/sts: read_obj_policy() consults iam_user_policies on ENOENT
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:53 PM Revision 0af8e9cf (ceph): Merge pull request #41413 from cfsnyder/wip-50709-octopus
octopus: rgw: fix bucket object listing when marker matches prefix
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:52 PM Revision 710e2528 (ceph): Merge pull request #41412 from cfsnyder/wip-50464-octopus
octopus: rgw/notifications: delete bucket notification object when empty
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:46 PM Revision ea21dc65 (ceph): Merge pull request #40768 from smithfarm/wip-49513-octopus
octopus: cephfs: client: add ability to lookup snapped inodes by inode number
Reviewed-by: Patrick Donnelly <pdonnel...
Yuri Weinstein
02:32 PM Revision 2b14df40 (ceph): crimson/osd: fix missed OpSequencer::abort() on primary change.
Commit b5efdc6f1c9563357d7dfd33a8f379053592a215 has unified
the interruption handling among `InternalClientRequest` a...
Radoslaw Zarzynski
02:31 PM Dashboard Bug #45908 (In Progress): monitoring: Status Panel breaks with Grafana 6.7.0 (maybe 7.x too)
Patrick Seidensal
02:29 PM Revision f40109f6 (ceph): crimson/osd: fix debug in IOInterruptCondition::new_interval_created().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:24 PM mgr Backport #51189 (Resolved): nautilus: mgr/telemetry: pass leaderboard flag even w/o ident
Yaarit Hatuka
02:17 PM mgr Backport #51189: nautilus: mgr/telemetry: pass leaderboard flag even w/o ident
Yaarit Hatuka wrote:
> https://github.com/ceph/ceph/pull/41839
merged
Yuri Weinstein
02:17 PM Revision 37db19c9 (ceph): Merge pull request #41839 from yaarith/telemetry-leaderboard
nautilus: mgr/telemetry: pass leaderboard flag even w/o ident
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
02:01 PM Revision c323e599 (ceph): Merge pull request #41801 from liu-chunmei/seastore-fix-get-retired-extent
crimson/seastore: fix cache::get_extent got retired extent
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
01:57 PM rgw Backport #50710 (In Progress): pacific: rgw: radosgw-admin bucket rm --bucket <bucket> --purge-ob...
Cory Snyder
01:56 PM Revision bba2e5b8 (ceph): rgw: radosgw_admin remove bucket not purging past 1,000 objects
The zipper refactoring combines use of old is_truncated variable and
newer structure that manages is_truncated. This ...
J. Eric Ivancich
01:45 PM mgr Backport #51094 (In Progress): pacific: mgr crash loop after increase pg_num
Cory Snyder
01:44 PM Revision 67c46c83 (ceph): mgr/DaemonServer.cc: prevent integer underflow that is triggered by lar...
This fixes a scenario where mgrs continually crash while attempting to apply large increases to pg_num/pgp_num. The m... Cory Snyder
01:25 PM Bug #51226 (Resolved): qa: import CommandFailedError from teuthology.exceptions
Although @from teuthology.orchestra.run import CommandFailedError@ works, @CommandFailedError@ is defined in @teuthol... Rishabh Dave
12:20 PM RADOS Bug #51223 (New): statfs: a cluster with filestore and bluestore OSD's will report bytes_used == ...
Cluster migrated from Luminous mixed bluestore+filestore OSD's to Nautilus 14.2.21
After last filestore OSD purged f...
Konstantin Shalygin
11:59 AM Revision 0667a70c (ceph): Merge pull request #41854 from sebastian-philipp/fix-mypy-yaml-represen...
mgr/orch: fix mypy errors
Reviewed-by: Patrick Seidensal <pseidensal@suse.com>
Sebastian Wagner
11:49 AM Linux kernel client Bug #45456 (Need More Info): The read and write operations of libceph are blocked waiting for IO...
It's not just the monitor, looks more like a general connectivity issue. Note that the monitor session was successfu... Ilya Dryomov
11:34 AM Linux kernel client Bug #50234 (Closed): krbd failed to mount after map image with read-only option
Ilya Dryomov
11:33 AM Linux kernel client Bug #50234: krbd failed to mount after map image with read-only option
... Ilya Dryomov
11:31 AM Linux kernel client Bug #42757 (In Progress): deadlock on lock_rwsem: rbd_quiesce_lock() vs watch errors
Ilya Dryomov
11:28 AM Linux kernel client Bug #51136: Random hanging issues with rbd after network issues
I'm pretty sure this is https://tracker.ceph.com/issues/42757.
I'm working on a fix.
Ilya Dryomov
11:16 AM Revision 53863f36 (ceph): qa: log messages when falling back to force/lazy umount
We suspect that we may be hitting races against lazy umounts that are
causing problems when enumerating debugfs files...
Jeff Layton
10:50 AM CephFS Bug #43039 (Resolved): client: shutdown race fails with status 141
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:48 AM rgw Bug #47586 (Resolved): Able to circumvent S3 Object Lock using deleteobjects command
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:48 AM rgw Feature #49063 (Resolved): rgw: tooling to locate rgw objects with missing rados components
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:48 AM CephFS Bug #49379 (Resolved): client: wake up the front pos waiter
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:47 AM RADOS Bug #49677 (Resolved): debian ceph-common package post-inst clobbers ownership of cephadm log dirs
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:47 AM RADOS Bug #49781 (Resolved): unittest_mempool.check_shard_select failed
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:47 AM CephFS Bug #49837 (Resolved): mgr/pybind/snap_schedule: do not fail when no fs snapshots are available
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:47 AM Bug #49898 (Resolved): qa: daemonwatchdog fails if mounts not defined
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:47 AM cephsqlite Bug #49899 (Resolved): ubuntu ceph-mgr package does not pickup libsqlite3-mod-ceph automatically
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:46 AM CephFS Bug #50035 (Resolved): cephfs-mirror: use sensible mount/shutdown timeouts
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:46 AM CephFS Cleanup #50080 (Resolved): mgr/nfs: move nfs code out of volumes plugin
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:46 AM CephFS Bug #50091 (Resolved): cephfs-top: exception: addwstr() returned ERR
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:46 AM rgw Bug #50169 (Resolved): Pacific - RadosGW not starting after upgrade
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:46 AM CephFS Bug #50224 (Resolved): qa: test_mirroring_init_failure_with_recovery failure
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:46 AM CephFS Documentation #50229 (Resolved): cephfs-mirror: update docs with `fs snapshot mirror daemon statu...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:45 AM CephFS Bug #50246 (Resolved): mds: failure replaying journal (EMetaBlob)
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:45 AM CephFS Bug #50266 (Resolved): "ceph fs snapshot mirror daemon status" should not use json keys as value
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:45 AM CephFS Bug #50298 (Resolved): libcephfs: support file descriptor based *at() APIs
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:45 AM rgw Bug #50428 (Resolved): Added caching for S3 credentials retrieved from keystone
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:45 AM rgw Backport #51221 (Resolved): pacific: NFS bucket removal can crash
https://github.com/ceph/ceph/pull/42320 Backport Bot
10:45 AM CephFS Bug #50442 (Resolved): cephfs-mirror: ignore snapshots on parent directories when synchronizing s...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:45 AM rgw Backport #51220 (Rejected): octopus: NFS bucket removal can crash
Backport Bot
10:44 AM RADOS Bug #50501 (Resolved): osd/scheduler/mClockScheduler: Async reservers are not updated with the ov...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:44 AM CephFS Bug #50523 (Resolved): Mirroring path "remove" don't not seem to work
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:44 AM RADOS Bug #50558 (Resolved): Data loss propagation after backfill
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:44 AM CephFS Bug #50561 (Resolved): cephfs-mirror: incrementally transfer snapshots whenever possible
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:44 AM CephFS Feature #50581 (Resolved): cephfs-mirror: allow mirror daemon to connect to local/primary cluster...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:44 AM mgr Bug #50591 (Resolved): mgr/progress: progress can be negative
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:43 AM CephFS Bug #50783 (Resolved): mgr/nfs: cli is broken as cluster id and binding arguments are optional
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:43 AM CephFS Bug #50819 (Resolved): mon,doc: deprecate min_compat_client
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:43 AM CephFS Bug #50822 (Resolved): qa: testing kernel patch for client metrics causes mds abort
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:43 AM CephFS Bug #50976 (Resolved): mds: scrub error on inode 0x1
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:42 AM rbd Bug #51033 (Resolved): qemu task fails to install packages, workload isn't run
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:42 AM CephFS Bug #51060 (Resolved): qa: test_ephemeral_pin_distribution failure
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:42 AM CephFS Bug #51067 (Resolved): mds: segfault printing unknown metric
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:42 AM rgw Bug #51078 (Resolved): rgw: completion of multipart upload leaves delete marker
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
10:42 AM RADOS Backport #50795 (Resolved): nautilus: mon: spawn loop after mon reinstalled
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41762
m...
Loïc Dachary
10:41 AM rgw Backport #51144 (Resolved): nautilus: directories with names starting with a non-ascii character ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41776
m...
Loïc Dachary
10:41 AM bluestore Backport #50780: nautilus: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41750
m...
Loïc Dachary
10:41 AM bluestore Backport #50939: nautilus: OSDs broken after nautilus->octopus upgrade: rocksdb Corruption: unkno...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41749
m...
Loïc Dachary
10:41 AM Dashboard Backport #51054 (Resolved): nautilus: mgr/dashboard: partially deleted RBDs are only listed by CLI
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41738
m...
Loïc Dachary
10:41 AM RADOS Backport #50704 (Resolved): nautilus: _delete_some additional unexpected onode list
Loïc Dachary
10:39 AM ceph-volume Backport #51107 (Resolved): nautilus: batch --report shows incorrect % of device when using --blo...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41716
m...
Loïc Dachary
10:39 AM ceph-volume Backport #51104 (Resolved): nautilus: batch ignores bluestore_block_db_size in ceph.conf
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41713
m...
Loïc Dachary
10:39 AM bluestore Backport #50936: nautilus: osd-bluefs-volume-ops.sh fails
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41676
m...
Loïc Dachary
10:38 AM ceph-volume Backport #50860: nautilus: add ceph-volume lvm [new-db|new-wal|migrate] commands
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41676
m...
Loïc Dachary
10:38 AM Dashboard Backport #50426: nautilus: Remove erroneous elements in hosts-overview Grafana dashboard
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41650
m...
Loïc Dachary
10:38 AM rbd Backport #51057 (Resolved): nautilus: "trash purge" shouldn't stop at the first unremovable image
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41662
m...
Loïc Dachary
10:38 AM rbd Backport #51048 (Resolved): nautilus: qemu task fails to install packages, workload isn't run
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41641
m...
Loïc Dachary
10:38 AM bluestore Backport #51042: nautilus: bluefs _allocate unable to allocate, though enough free
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41673
m...
Loïc Dachary
10:37 AM Dashboard Backport #51064: nautilus: mgr/dashboard: fix bucket objects and size calculations
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41648
m...
Loïc Dachary
10:37 AM ceph-volume Backport #48650 (Resolved): nautilus: blkid holds old entries in cache
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41114
m...
Loïc Dachary
10:37 AM rgw Backport #50300 (Resolved): nautilus: rgw: radoslist incomplete multipart parts marker
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40827
m...
Loïc Dachary
10:37 AM rgw Backport #49187 (Resolved): nautilus: rgw: tooling to locate rgw objects with missing rados compo...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/39771
m...
Loïc Dachary
10:36 AM RADOS Backport #50153 (Resolved): nautilus: Reproduce https://tracker.ceph.com/issues/48417
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41611
m...
Loïc Dachary
10:36 AM Backport #50356: nautilus: npm problem causes "make-dist" to fail when directory contains colon c...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41088
m...
Loïc Dachary
10:36 AM Backport #50700: nautilus: fix 32-bit/64-bit server/client interoperability under msgr2
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41246
m...
Loïc Dachary
10:36 AM RADOS Backport #49729 (Resolved): nautilus: debian ceph-common package post-inst clobbers ownership of ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40698
m...
Loïc Dachary
10:36 AM CephFS Backport #47020: nautilus: client: shutdown race fails with status 141
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41593
m...
Loïc Dachary
10:36 AM rgw Backport #50430 (Resolved): nautilus: Added caching for S3 credentials retrieved from keystone
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41158
m...
Loïc Dachary
10:35 AM Dashboard Backport #50841: nautilus: mgr/dashboard: add grafana dashboards for rgw multisite sync info
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41386
m...
Loïc Dachary
10:35 AM Dashboard Backport #50885: nautilus: mgr/dashboard: Physical Device Performance grafana graphs for OSDs do ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41531
m...
Loïc Dachary
10:34 AM CephFS Backport #50625: nautilus: qa: "ls: cannot access 'lost+found': No such file or directory"
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40769
m...
Loïc Dachary
10:33 AM CephFS Backport #50290: nautilus: MDS stuck at stopping when reducing max_mds
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40769
m...
Loïc Dachary
10:33 AM CephFS Backport #49514: nautilus: client: allow looking up snapped inodes by inode number+snapid tuple
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40769
m...
Loïc Dachary
10:33 AM CephFS Backport #50628: nautilus: client: access(path, X_OK) on non-executable file as root always succeeds
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41297
m...
Loïc Dachary
10:33 AM CephFS Backport #49519: nautilus: client: wake up the front pos waiter
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40865
m...
Loïc Dachary
10:33 AM CephFS Backport #50634: nautilus: mds: failure replaying journal (EMetaBlob)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41144
m...
Loïc Dachary
10:32 AM RADOS Backport #50988: nautilus: mon: slow ops due to osd_failure
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41519
m...
Loïc Dachary
10:31 AM Dashboard Backport #50961: nautilus: mgr/dashboard: fix API docs link
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41521
m...
Loïc Dachary
10:27 AM Dashboard Backport #51065: octopus: mgr/dashboard: fix bucket objects and size calculations
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41647
m...
Loïc Dachary
10:27 AM Dashboard Backport #50884: octopus: mgr/dashboard: Physical Device Performance grafana graphs for OSDs do n...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41530
m...
Loïc Dachary
10:27 AM Dashboard Backport #50960: octopus: mgr/dashboard: fix API docs link
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41508
m...
Loïc Dachary
10:27 AM Dashboard Backport #50663: octopus: mgr/dashboard: remove NFSv3 support from dashboard
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41199
m...
Loïc Dachary
10:27 AM rbd Backport #51047 (Resolved): octopus: qemu task fails to install packages, workload isn't run
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41642
m...
Loïc Dachary
10:27 AM rgw Backport #48424 (Resolved): octopus: Able to circumvent S3 Object Lock using deleteobjects command
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41031
m...
Loïc Dachary
10:20 AM Dashboard Backport #51038: pacific: mgr/dashboard: dashboard not working with a URL prefix
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41634
m...
Loïc Dachary
10:20 AM Backport #50358 (Resolved): pacific: npm problem causes "make-dist" to fail when directory contai...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41086
m...
Loïc Dachary
10:19 AM CephFS Backport #50872: pacific: qa: testing kernel patch for client metrics causes mds abort
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41596
m...
Loïc Dachary
10:19 AM CephFS Backport #51085 (Resolved): pacific: mds: scrub error on inode 0x1
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41685
m...
Loïc Dachary
10:19 AM CephFS Backport #51070 (Resolved): pacific: qa: test_ephemeral_pin_distribution failure
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41659
m...
Loïc Dachary
10:19 AM CephFS Backport #50538: pacific: mgr/pybind/snap_schedule: do not fail when no fs snapshots are available
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41044
m...
Loïc Dachary
10:18 AM Dashboard Backport #50929: pacific: mgr/dashboard: 'grafana dashboards update' command fails with 'Dashboar...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41577
m...
Loïc Dachary
10:18 AM Dashboard Backport #50664: pacific: mgr/dashboard: Update the embedded grafana dashboard to show compressio...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41577
m...
Loïc Dachary
10:18 AM rgw Backport #51138 (Resolved): pacific: rgw: completion of multipart upload leaves delete marker
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41769
m...
Loïc Dachary
10:18 AM Dashboard Backport #51135: pacific: mgr/dashboard: Bucket creation fails when selecting locking with certai...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41777
m...
Loïc Dachary
10:18 AM Dashboard Backport #50652 (Rejected): pacific: mgr/dashboard: generate manifest.txt file for npm dependencies
Loïc Dachary
10:15 AM Dashboard Backport #50652 (In Progress): pacific: mgr/dashboard: generate manifest.txt file for npm depende...
Reverted by https://github.com/ceph/ceph/pull/41549 Loïc Dachary
10:17 AM rgw Bug #51219: Federated user can modify policies in other tenants
This is possibly related to https://tracker.ceph.com/issues/51206 Daniel Iwan
10:16 AM rgw Bug #51219 (Resolved): Federated user can modify policies in other tenants
With a role from tenant mytenant which has a policy as below (note wrong/arbitrary tenant name abc in the Resource)
...
Daniel Iwan
09:58 AM rbd Bug #51099: [rbd-nbd] rbd-nbd.sh auto unmap test failed
http://qa-proxy.ceph.com/teuthology/yuriw-2021-06-14_16:00:31-rbd-wip-yuri-testing-2021-06-14-0729-nautilus-distro-ba... Ilya Dryomov
09:42 AM rgw Bug #51206: Creating a role in another tenant seems to be possible
I try a PR https://github.com/ceph/ceph/pull/41858 lei cao
09:39 AM Revision 6251e217 (ceph): Merge pull request #41846 from batrick/i51214
doc: fix typo in option
Reviewed-by: Daniel Pivonka <dpivonka@redhat.com>
Sebastian Wagner
09:24 AM Revision 73e76989 (ceph): pyhton-common: fix mypy errors
Fixes:
```
py3 run-test: commands[2] | mypy --config-file=../mypy.ini -p ceph
ceph/deployment/service_spec.py: note:...
Sebastian Wagner
09:13 AM Dashboard Backport #51037: pacific: mgr/dashboard: API Version changing doesnt affect to pre-defined methods
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41675
m...
Loïc Dachary
09:12 AM CephFS Backport #50541 (Resolved): pacific: libcephfs: support file descriptor based *at() APIs
Loïc Dachary
09:12 AM CephFS Backport #50629 (Resolved): pacific: cephfs-mirror: ignore snapshots on parent directories when s...
Loïc Dachary
09:12 AM CephFS Backport #50241 (Resolved): pacific: cephfs-mirror: update docs with `fs snapshot mirror daemon s...
Loïc Dachary
09:11 AM CephFS Backport #50993 (Resolved): pacific: cephfs-mirror: incrementally transfer snapshots whenever pos...
Loïc Dachary
09:11 AM CephFS Backport #50876 (Resolved): pacific: cephfs-mirror: allow mirror daemon to connect to local/prima...
Loïc Dachary
09:10 AM CephFS Backport #50917 (Resolved): pacific: Mirroring path "remove" don't not seem to work
Loïc Dachary
09:09 AM CephFS Backport #50537 (Resolved): pacific: "ceph fs snapshot mirror daemon status" should not use json ...
Loïc Dachary
09:09 AM CephFS Backport #50877 (Resolved): pacific: qa: test_mirroring_init_failure_with_recovery failure
Loïc Dachary
09:09 AM CephFS Backport #50871 (Resolved): pacific: cephfs-mirror: use sensible mount/shutdown timeouts
https://github.com/ceph/ceph/pull/41475 Loïc Dachary
09:05 AM rgw Backport #50982 (Resolved): pacific: Pacific - RadosGW not starting after upgrade
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41576
m...
Loïc Dachary
09:05 AM rbd Backport #51058 (Resolved): pacific: "trash purge" shouldn't stop at the first unremovable image
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41664
m...
Loïc Dachary
09:05 AM rbd Backport #51046 (Resolved): pacific: qemu task fails to install packages, workload isn't run
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41643
m...
Loïc Dachary
09:05 AM bluestore Backport #51040 (Resolved): pacific: bluefs _allocate unable to allocate, though enough free
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41655
m...
Loïc Dachary
09:05 AM RADOS Backport #50406: pacific: mon: new monitors may direct MMonJoin to a peon instead of the leader
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41131
m...
Loïc Dachary
09:04 AM RADOS Backport #50344: pacific: mon: stretch state is inconsistently-maintained on peons, preventing pr...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41130
m...
Loïc Dachary
09:04 AM Dashboard Backport #51063: pacific: mgr/dashboard: fix bucket objects and size calculations
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41646
m...
Loïc Dachary
09:04 AM RADOS Backport #50794 (Resolved): pacific: osd: FAILED ceph_assert(recovering.count(*i)) after non-prim...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41320
m...
Loïc Dachary
09:04 AM mgr Backport #50779 (Resolved): pacific: mgr/progress: progress can be negative
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41312
m...
Loïc Dachary
09:03 AM RADOS Backport #50702 (Resolved): pacific: Data loss propagation after backfill
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41236
m...
Loïc Dachary
09:03 AM RADOS Backport #50606 (Resolved): pacific: osd/scheduler/mClockScheduler: Async reservers are not updat...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41125
m...
Loïc Dachary
09:02 AM Backport #50602: pacific: osd: check_full_status: check don't cares about RocksDB size
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41113
m...
Loïc Dachary
09:02 AM RADOS Backport #49992 (Resolved): pacific: unittest_mempool.check_shard_select failed
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40566
m...
Loïc Dachary
09:02 AM CephFS Backport #50873 (Resolved): pacific: mon,doc: deprecate min_compat_client
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41468
m...
Loïc Dachary
09:02 AM cephsqlite Backport #50014 (Resolved): pacific: ubuntu ceph-mgr package does not pickup libsqlite3-mod-ceph ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40689
m...
Loïc Dachary
09:02 AM Dashboard Backport #51036: pacific: mgr/dashboard: Grafana datasource not filled in
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41633
m...
Loïc Dachary
09:02 AM Dashboard Backport #50968: pacific: mgr/dashboard: create NFS export > RGW tenanted user id shown without t...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41528
m...
Loïc Dachary
09:01 AM CephFS Backport #50392: pacific: cephfs-top: exception: addwstr() returned ERR
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41053
m...
Loïc Dachary
09:01 AM CephFS Backport #50843: pacific: mgr/nfs: cli is broken as cluster id and binding arguments are optional
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41389
m...
Loïc Dachary
09:01 AM CephFS Backport #50597: pacific: mgr/nfs: Add troubleshooting section
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41389
m...
Loïc Dachary
09:01 AM CephFS Backport #50488: pacific: mgr/nfs: move nfs code out of volumes plugin
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41389
m...
Loïc Dachary
09:00 AM CephFS Backport #50186: pacific: qa: daemonwatchdog fails if mounts not defined
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40634
m...
Loïc Dachary
08:56 AM Dashboard Backport #50774: pacific: mgr/dashboard: ingress service creation follow-up
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41428
m...
Loïc Dachary
08:56 AM Dashboard Backport #50882: pacific: mgr/dashboard: fix ESOCKETTIMEDOUT E2E failure
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41427
m...
Loïc Dachary
08:56 AM Dashboard Backport #50959: pacific: mgr/dashboard: drop container image name and id from services list
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41505
m...
Loïc Dachary
08:56 AM Dashboard Backport #50962: pacific: mgr/dashboard: fix API docs link
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41507
m...
Loïc Dachary
08:55 AM Dashboard Backport #50864: pacific: mgr/dashboard: query params is lost when the login is redirected to the...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41440
m...
Loïc Dachary
08:54 AM Dashboard Bug #51218 (Fix Under Review): mgr/dashboard: 500 server error when exiting out of maintenance mode
Nizamudeen A
08:13 AM Dashboard Bug #51218 (Resolved): mgr/dashboard: 500 server error when exiting out of maintenance mode
Create a host in maintenance mode on a fresh cluster. After creating, do Exit Maintenance. Notice that it is throwing... Nizamudeen A
08:37 AM Revision 63f7a165 (ceph): mds: try to flush the mdlog when requesting the rdlock
After client requests' early_reply() the mdlog won't be flushed
immediately, but it will hold the write lock. So if t...
Xiubo Li
08:22 AM Orchestrator Feature #51004: cephadm agent 2.0
Interesting move. Just beware of the "Second-System Effect":https://wiki.c2.com/?SecondSystemEffect (Dashboard v2 spe... Ernesto Puerta
08:19 AM Revision 90c9980e (ceph): mgr/orch: fix mypy errors
Fixes:
```
orchestrator/__init__.py:6: note: In module imported here:
orchestrator/_interface.py: note: In member "y...
Sebastian Wagner
08:04 AM Revision 8995df56 (ceph): doc: Correction and improvisation for Timestamp part of the doc
Changes include correction and updating for timestamp functions
name, syntax and description.
Signed-off-by: Girjesh...
Girjesh Rajoria
07:45 AM bluestore Bug #51217 (In Progress): BlueFS::_flush_range assert(h->file->fnode.ino != 1)
*[Version]*
ceph version 12.2.12 (1436006594665279fe734b4c15d7e08c13ebd777) luminous (stable)
*[Operation]*
1. s...
Anonymous
06:26 AM Revision 61976503 (ceph): Merge pull request #41841 from ljflores/patch-1
doc: update testing.rst and build-integration test to say ./run-make-check.sh
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:39 AM CephFS Bug #45434 (Fix Under Review): qa: test_full_fsync (tasks.cephfs.test_full.TestClusterFull) failed
Xiubo Li
04:39 AM CephFS Bug #49912 (Fix Under Review): client: dir->dentries inconsistent, both newname and oldname point...
Xiubo Li
04:38 AM CephFS Bug #51069 (Fix Under Review): mds: mkdir on ephemerally pinned directory sometimes blocked on jo...
Xiubo Li
02:45 AM CephFS Bug #51069: mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
5 seconds is also the interval of "mds_tick_interval" in mds daemon, which will call the scatter_tick() and finally w... Xiubo Li
04:28 AM Bug #51216 (Resolved): Dummy issue
Dummy issue via API Shreya Sharma
02:09 AM Revision 0e04bcfa (ceph): seastore: randomblockmanager inital commit
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision 70bced5b (ceph): seastore: add NormalNBD
NormalNBD - NVMe Block device with seastar file
1. Support preffered write granularity/alignment which is reported
...
Jinyong Ha
02:09 AM Revision 835ddb73 (ceph): seastore: use deltas to deliver allocated info
alloc_extent() will allocates continous blocks (e.g., block 1 ~ 4).
To deliver such informations to journal efficient...
Myoungwon Oh
02:09 AM Revision ccd76f47 (ceph): seastore: make alloc_extent to allocate continuous blocks
If there is no continous blocks, alloc_extent() returns nospc
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
Myoungwon Oh
02:09 AM Revision 0f287e08 (ceph): seastore: introduce rbm_sync_block_bitmap_by_range()
To set continous range of block id at once, this commit adds
rbm_sync_block_bitmap_by_range().
Signed-off-by: Myoung...
Myoungwon Oh
02:09 AM Revision e0d2f89a (ceph): seastore: continous range based complete_allocation()
To work with a range of allocated blocks as a input,
this commit modify complete_allocation().
Signed-off-by: Myoung...
Myoungwon Oh
02:09 AM Revision 0b35d5a8 (ceph): seastore: continous range based free_extent()
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision 06e5cd5f (ceph): seastore: make multiple bitmap block initialization to work correctly
when initializing bitmap area, this commit corrects multiple
block initialization.
Signed-off-by: Myoungwon Oh <myou...
Myoungwon Oh
02:09 AM Revision 302afffb (ceph): seastore: fix wrong operator
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision f61b3f46 (ceph): test: modify existing unit test to cover range based operations
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision eccf92ba (ceph): test: add more tests
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision 4e293968 (ceph): seastore: add abort_allocation
when aborting uncommitted transaction, abort_allocation
should be called to cancel in-flight allocations in
in-memory...
Myoungwon Oh
02:09 AM Revision 6c5c8416 (ceph): seastore: replace POSIX call to seastar::file in NormalNBD
Signed-off-by: Jinyong Ha <jy200.ha@samsung.com> Jinyong Ha
02:09 AM Revision ac8ac078 (ceph): seastore: change class name NormalNBD to PosixNVMeDevice
Signed-off-by: Jinyong Ha <jy200.ha@samsung.com> Jinyong Ha
02:09 AM Revision 916faf07 (ceph): seastore: utilize unique_ptr as a return value of create()
Signed-off-by: Jinyong Ha <jy200.ha@samsung.com> Jinyong Ha
02:09 AM Revision 736adb21 (ceph): seastore: utilize errorator as a return type of discard()
Signed-off-by: Jinyong Ha <jy200.ha@samsung.com> Jinyong Ha
02:09 AM Revision 46e72c18 (ceph): seastore: move implementation of TestMemory to nvmeblockdevice.cc
Signed-off-by: Jinyong Ha <jy200.ha@samsung.com> Jinyong Ha
02:09 AM Revision 88578e97 (ceph): seastore/nvmedevice: use the necessary capture value and fix typo
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision c8323d36 (ceph): seastore/rbm: use move()
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision f72ad486 (ceph): seastore/rbm: fix wrong statement
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision 6cad6365 (ceph): seastore/rbm: add check_bitmap_blocks when open()
This commits adds check_bitmap_blocks to check free_block_count
is correct whenever open() is called
Signed-off-by: ...
Myoungwon Oh
02:09 AM Revision 65f577a7 (ceph): seastore/rbm: remove newline before function name
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision a8001931 (ceph): seastore/rbm: fix wrong statement
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision dbde4ff9 (ceph): seastore/rbm: fix wrong loop condition
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision d2cfc486 (ceph): seastore/rbm: relocate file layout like SegmentManager
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision 4c909496 (ceph): seastore/rbm: replace blk_paddr_t with size_t in free_extent()
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision 4073a89a (ceph): seastore/rbm: remove unused bits in nvmedevice.h
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision f7ac64db (ceph): seastore/rbm: return std::list in get_data_health()
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision f8659547 (ceph): seastore/rbm: use const
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> Myoungwon Oh
02:09 AM Revision 8fc7c478 (ceph): seastore: add protected_read interface to nvmedevice
Signed-off-by: Jinyong Ha <jy200.ha@samsung.com> Jinyong Ha
12:54 AM RADOS Bug #49988 (Pending Backport): Global Recovery Event never completes
Neha Ojha

06/14/2021

11:33 PM Bug #51210: "No module named 'cephadm'" in upgrade:octopus-x-pacific with parallel-no-cephadm
Looking at https://pulpito.ceph.com/?branch=pacific&suite=upgrade%3Aoctopus-x, this issue seems to have started after... Neha Ojha
01:51 PM Bug #51210 (Closed): "No module named 'cephadm'" in upgrade:octopus-x-pacific with parallel-no-ce...
Run: https://pulpito.ceph.com/teuthology-2021-06-12_14:22:02-upgrade:octopus-x-pacific-distro-basic-smithi/
Jobs: '6...
Yuri Weinstein
10:29 PM Revision 3fdd94c4 (ceph): crimson/seastore: fix cache::get_extent got retired extent
one transaction got an extent whose state is MUTATION_PENDINGat that time.
but another transaction do split and set t...
chunmei liu
09:05 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
The PG auto-scaler is disabled and we missed the fact that it has been created with only 8 PG, could it affect the ab... Jérôme Poulin
06:04 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
To restart the CephFS, I had to find another broken inode in the log.
So I found that this entry crashes the MDS.
...
Jérôme Poulin
04:43 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
More information, our Ceph FUSE clients are running ceph 15 if that matters. Jérôme Poulin
04:41 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
We now have a pool that can't list any object, from the log, I understand the MDS is trying to get inode 20000000f24 ... Jérôme Poulin
03:59 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
Here is the hex dumps of the "bad backtrace on directory" inodes.... Jérôme Poulin
03:55 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
It seems to now be corrupted to the point where no MDS can start it, not even read-only.
-1017> 2021-06-14 11:50:...
Jérôme Poulin
03:43 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
The second MDS tried to take the active role and crashed with:
2021-06-14 11:41:27.795 7f21d26d9700 1 mds.0.340 rej...
Jérôme Poulin
03:34 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
It just re-mounted read-only right now. Here is the new log, there is no crash this time. This time it is a bigger log. Jérôme Poulin
02:02 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
Yes, the log file for the day is attached as a zstd-compressed file, I re-attached it as plain text since it is quite... Jérôme Poulin
01:53 PM CephFS Bug #51178 (Need More Info): MDS became read-only while using rsync to copy files
Do you have any logs from the MDS? Patrick Donnelly
08:39 PM Orchestrator Documentation #51214 (Fix Under Review): config manage_etc_ceph_ceph_conf_hosts is typod
Patrick Donnelly
08:36 PM Orchestrator Documentation #51214 (Closed): config manage_etc_ceph_ceph_conf_hosts is typod
Patrick Donnelly
08:37 PM Revision 3511c83c (ceph): doc: fix typo in option
Fixes: https://tracker.ceph.com/issues/51214
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:14 PM CephFS Bug #51183: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ceph/3...
This sounds unlikely to be a ceph bug. Its usage of debugfs is pretty straightforward. I'd be more inclined to think ... Jeff Layton
05:25 PM CephFS Bug #51183: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ceph/3...
https://pulpito.ceph.com/pdonnell-2021-06-12_02:45:35-fs-wip-pdonnell-testing-20210612.002809-distro-basic-smithi/616... Patrick Donnelly
05:10 PM CephFS Bug #51183: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ceph/3...
Kernel log from that period:... Jeff Layton
02:05 PM CephFS Bug #51183: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ceph/3...
Weird:... Jeff Layton
01:47 PM CephFS Bug #51183 (Triaged): qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/de...
Patrick Donnelly
07:25 PM Revision 22d039f7 (ceph): rgw/multisite: track shard sync status objects per generation
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> Yuval Lifshitz
07:21 PM Revision ff0c1c68 (ceph): rgw: remove destination shard id from rgw_bucket_sync_pair_info
the sync_pair is used as input to RGWBucketPipeSyncStatusManager::status_oid()
to generate the per-shard sync status ...
Casey Bodley
06:30 PM CephFS Bug #51191: Cannot Mount CephFS No Timeout, mount error 5 = Input/output error
Patrick Donnelly wrote:
> You could be hitting: https://github.com/rook/rook/issues/8085
I appreciate you pointin...
Brian Rogers
05:46 PM CephFS Bug #51191: Cannot Mount CephFS No Timeout, mount error 5 = Input/output error
You could be hitting: https://github.com/rook/rook/issues/8085 Patrick Donnelly
03:20 PM CephFS Bug #51191: Cannot Mount CephFS No Timeout, mount error 5 = Input/output error
Patrick Donnelly wrote:
> Looks like this is probably a networking issue of some kind. Are you using host or pod net...
Brian Rogers
01:45 PM CephFS Bug #51191 (Need More Info): Cannot Mount CephFS No Timeout, mount error 5 = Input/output error
Looks like this is probably a networking issue of some kind. Are you using host or pod networking in rook? Also, any ... Patrick Donnelly
06:00 PM Revision ebb5a3f0 (ceph): qa/suites/orch/cephadm/dashboard: remove remaining bits
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
05:21 PM Revision a402b23c (ceph): qa: update cli syntax to conventional
This was using an obscure syntax that worked at one time and wasn't
documented (AFAIK).
Fixes: https://tracker.ceph....
Patrick Donnelly
05:03 PM Revision 36de216d (ceph): script/build-integration-branch: update print statement based on update...
The print statement originally suggested to the user to run "make && ctest -j12", but that is outdated. The user shou... Laura Flores
04:45 PM Revision 2a012066 (ceph): qa: update cephfs-shell distro to ubuntu 20.04
18.04 is no longer built.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 26605723c...
Patrick Donnelly
04:28 PM Revision 2077ecf0 (ceph): mgr/nfs: do not depend on cephadm.utils
The cephadm package may not be installed (it is a separate rpm/deb).
While we are here, adjust the exception to be a...
Sage Weil
04:23 PM Revision 13695c1a (ceph): doc/dev: should be ./run-make-check.sh
Updating the initial pull request. The smoke test line should read "./run-make-check.sh" instead of "make && ctest -j... Laura Flores
04:01 PM Revision 5bbed1f6 (ceph): doc/dev: update testing.rst to say ninja
The current version of Ceph uses "ninja" rather than "make," so the testing documentation needs to be updated.
Signe...
Laura Flores
03:50 PM Dashboard Bug #51212 (Fix Under Review): mgr/dashboard: Grafana dashboards clean-up
Patrick Seidensal
02:27 PM Dashboard Bug #51212 (In Progress): mgr/dashboard: Grafana dashboards clean-up
Patrick Seidensal
02:27 PM Dashboard Bug #51212 (Resolved): mgr/dashboard: Grafana dashboards clean-up
*OSD Capacity units Grafana widget has bad decimals*
Current:
!{width:25%}broken.jpg!...
Patrick Seidensal
03:24 PM RADOS Feature #51213 (Resolved): [ceph osd set noautoscale] Global on/off flag for PG autoscale feature
For now, we do not have a global flag, like `ceph osd set noout` for the pg autoscale feature. We have pool flags[1] ... Vikhyat Umrao
03:02 PM Revision 6824b29c (ceph): Merge PR #41799 into master
* refs/pull/41799/head:
cephadm: validate `--fsid` during bootstrap
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Sage Weil
03:02 PM Revision 3ded6803 (ceph): Merge PR #41805 into master
* refs/pull/41805/head:
cephadm: set TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728
Reviewed-by: Sebastian Wagner ...
Sage Weil
02:53 PM Revision 75b91d49 (ceph): Merge pull request #39624 from sebastian-philipp/mypy-812
src,qa: Upgrade to mypy 0.901
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat...
Kefu Chai
02:52 PM CephFS Bug #51182 (Fix Under Review): pybind/mgr/snap_schedule: Invalid command: Unexpected argument 'fs...
Patrick Donnelly
02:49 PM CephFS Bug #51182 (In Progress): pybind/mgr/snap_schedule: Invalid command: Unexpected argument 'fs=cephfs'
Patrick Donnelly
01:48 PM CephFS Bug #51182 (Triaged): pybind/mgr/snap_schedule: Invalid command: Unexpected argument 'fs=cephfs'
Patrick Donnelly
02:09 PM Revision caf79366 (ceph): Merge pull request #41632 from jmolmo/fix_osd_rm_help_msg
mgr/cephadm: fix errors in command <ceph orch osd> help and documentation
Reviewed-by: Sebastian Wagner <sewagner@re...
Sebastian Wagner
02:08 PM Revision 07189c8a (ceph): Merge pull request #41556 from adk3798/daemon-count
mgr/cephadm: fix --service-type flag in orch ls when service has id
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
01:55 PM Dashboard Bug #51211 (Resolved): mgr/dashboard: grafana-piechart-plugin doesn't work with Grafana 7.5.x any...
While the plugin works fine with Grafana 7.3.x, at some point between that version and 7.5.x the Piechart Plugin v2 h... Patrick Seidensal
01:50 PM mgr Backport #51189 (In Progress): nautilus: mgr/telemetry: pass leaderboard flag even w/o ident
https://github.com/ceph/ceph/pull/41839 Yaarit Hatuka
01:47 PM Orchestrator Bug #51209 (Resolved): cephadm: expose gather-facts api method
Avan Thakkar
01:47 PM rgw Bug #51208 (Duplicate): "[ FAILED ] cls_rgw.bi_list" in upgrade:nautilus-x-pacific
Run: https://pulpito.ceph.com/teuthology-2021-06-12_14:23:01-upgrade:nautilus-x-pacific-distro-basic-smithi/
Jobs: '...
Yuri Weinstein
01:42 PM CephFS Bug #51197 (Triaged): qa: [WRN] Scrub error on inode 0x10000001520 (/client.0/tmp/t/linux-5.4/Doc...
Patrick Donnelly
02:47 AM CephFS Bug #51197 (Triaged): qa: [WRN] Scrub error on inode 0x10000001520 (/client.0/tmp/t/linux-5.4/Doc...
... Patrick Donnelly
01:34 PM Revision caea6525 (ceph): mgr/telemetry: pass leaderboard flag even w/o ident
Allow non-identified clusters to appear in the leaderboard.
The leaderboard option still defaults to false, so the ch...
Sage Weil
01:11 PM Revision 9074e876 (ceph): Merge PR #41827 into master
* refs/pull/41827/head:
qa: move dashboard e2e from cephadm -> rados suite
Reviewed-by: Nizamudeen A <nia@redhat.co...
Sage Weil
01:00 PM Revision 5cf3f849 (ceph): Merge pull request #41796 from rzarzynski/wip-crimson-cltreq-dbgs
crimson/osd: improve debugs in ClientRequest
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:26 PM Revision 6463cd9c (ceph): crimson/osd: print prev_op_id in ClientRequest's debugs.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:26 PM Revision 36b14288 (ceph): crimson/osd: should_abort_request() dumps Operation's details.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:26 PM Revision c451bb85 (ceph): crimson/osd: improve debugs in OpSequencer.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:14 PM Revision bb220fd6 (ceph): mon/MonClient: apply MON config before finishing bootstrap
In general, non-primitive config options cannot be updated after
the service threads have been marked as running. In ...
Jason Dillaman
12:14 PM Revision bba970c6 (ceph): rbd: let librados finish initializing the global context
librados will retrieve a bootstrap config update from the MONs
after connecting and then finish initializing the cont...
Jason Dillaman
12:14 PM Revision da00a74e (ceph): rbd: delay determination of default pool name
Wait until after the CLI has connected to the cluster and therefore
has received all global configuration overrides.
...
Jason Dillaman
12:14 PM Revision b4913b38 (ceph): rbd: drop querying of RBD default features
These will be computed internally by librbd using any potential
global configuration overrides.
Signed-off-by: Jason...
Jason Dillaman
12:14 PM Revision e298a3b0 (ceph): rbd: 'list' action should connect to cluster before querying config
This will allow global config overrides for the max concurrent ops to
be applied prior to listing the images.
Signed...
Jason Dillaman
10:49 AM Feature #50500: Start to build packages for Debian 11?
Tentative release date for Debian 11 is 31-July-2021 https://lists.debian.org/debian-release/2021/06/msg00199.html Tim Small
10:13 AM Revision d7a70ed7 (ceph): Merge pull request #41832 from inspur-wyq/patch-4
os/ObjectStore: fix typo in comments
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai <kch...
Kefu Chai
09:24 AM RADOS Bug #50346: OSD crash FAILED ceph_assert(!is_scrubbing())

A related crash, happened when I disabled scrubbing:
-1> 2021-06-14T11:17:15.373+0200 7fb9916f5700 -1 /home/...
Andrej Filipcic
09:22 AM rbd Feature #47827 (Resolved): scale up rbd mirror snapshot scheduler
Nathan Cutler
09:17 AM rbd Backport #48091 (Resolved): octopus: scale up rbd mirror snapshot scheduler
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/39376
m...
Nathan Cutler
09:13 AM Bug #51207 (Need More Info): BUILD: ceph 14.2.21 version compile failed
I think this is a problem, I build 14.2.10 is successful. But build 14.2.21 is failed and report is as follows:
```
...
yite gu
08:44 AM rbd Backport #47093 (In Progress): octopus: RBD string-based config options are ignored
Mykola Golub
08:31 AM CephFS Bug #50237: cephfs-journal-tool/cephfs-data-scan: Stuck in infinite loop with "NetHandler create_...
it seems that the tools (cephfs) doesn't support msgrv2
enabling msgrv1 fixed the issue
n u
08:30 AM Dashboard Bug #51035 (Resolved): mgr/dashboard: fix bucket objects and size calculations
Ernesto Puerta
08:30 AM Dashboard Backport #51065 (Resolved): octopus: mgr/dashboard: fix bucket objects and size calculations
Ernesto Puerta
08:29 AM Revision 0e609ca0 (ceph): Merge pull request #41647 from rhcs-dashboard/wip-51065-octopus
octopus: mgr/dashboard: fix bucket objects and size calculations
Reviewed-by: Waad Alkhoury <walkhour@redhat.com>
Re...
Ernesto Puerta
08:27 AM rgw Bug #51206 (Resolved): Creating a role in another tenant seems to be possible
This is a follow up for the thread on the mailing list
https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thre...
Daniel Iwan
07:57 AM Revision 809571fe (ceph): qa/tasks: Keycloak failure checking
This PR is solving an error: Directory not empty.
This was encountered during removal of the downloaded keycloak pack...
Kalpesh Pandya
07:27 AM CephFS Bug #51204 (Fix Under Review): cephfs-mirror: false warning of "keyring not found" seen in cephfs...
Venky Shankar
07:09 AM CephFS Bug #51204 (In Progress): cephfs-mirror: false warning of "keyring not found" seen in cephfs-mirr...
Venky Shankar
07:08 AM CephFS Bug #51204 (Resolved): cephfs-mirror: false warning of "keyring not found" seen in cephfs-mirror ...
... Venky Shankar
07:09 AM Revision 98a8980e (ceph): cephfs-mirror: silence warnings when connecting via mon host
When connecting to remote cluster via mon address, the cluster
confuration file is not required. However, the mirror ...
Venky Shankar
06:07 AM rbd Bug #47390 (Resolved): dashboard: rbd-mirror page shows error for primary site
Mykola Golub
03:00 AM CephFS Backport #51203 (Resolved): pacific: mds: CephFS kclient gets stuck when getattr() on a certain file
https://github.com/ceph/ceph/pull/42062 Backport Bot
03:00 AM CephFS Backport #51202 (Resolved): octopus: mds: CephFS kclient gets stuck when getattr() on a certain file
https://github.com/ceph/ceph/pull/45158 Backport Bot
02:57 AM Revision b01591b7 (ceph): Merge PR #41786 into master
* refs/pull/41786/head:
mon/MonCommands: remove obsolete mds commands
mon/MonCommands: remove obsolete mon commands...
Patrick Donnelly
02:57 AM Revision 31a77113 (ceph): Merge PR #41580 into master
* refs/pull/41580/head:
cephfs: make ceph_fallocate() platform independent
Reviewed-by: Jeff Layton <jlayton@redhat...
Patrick Donnelly
02:56 AM CephFS Backport #51201 (Resolved): octopus: qa: test_subvolume_clone_in_progress_snapshot_rm is racy
https://github.com/ceph/ceph/pull/44800 Backport Bot
02:56 AM Revision 7e320919 (ceph): Merge PR #41482 into master
* refs/pull/41482/head:
qa: remove obsolete deactivate routines
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Patrick Donnelly
02:56 AM CephFS Backport #51200 (Resolved): pacific: qa: test_subvolume_clone_in_progress_snapshot_rm is racy
https://github.com/ceph/ceph/pull/42086 Backport Bot
02:56 AM Revision 6a173d1a (ceph): Merge PR #41481 into master
* refs/pull/41481/head:
client: Add ceph.caps vxattr
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-b...
Patrick Donnelly
02:56 AM CephFS Feature #48404 (Resolved): client: add a ceph.caps vxattr
Patrick Donnelly
02:55 AM CephFS Backport #51199 (Resolved): octopus: msg: active_connections regression
https://github.com/ceph/ceph/pull/43310 Backport Bot
02:55 AM CephFS Backport #51198 (Resolved): pacific: msg: active_connections regression
https://github.com/ceph/ceph/pull/42936 Backport Bot
02:55 AM CephFS Bug #50840 (Pending Backport): mds: CephFS kclient gets stuck when getattr() on a certain file
Patrick Donnelly
02:54 AM Revision dfce83ef (ceph): Merge PR #41431 into master
* refs/pull/41431/head:
mds: progress the recover queue immediately after the inode is enqueued
mds: switch to mdr-...
Patrick Donnelly
02:53 AM CephFS Bug #50622 (Pending Backport): msg: active_connections regression
Patrick Donnelly
02:52 AM Revision 6a095654 (ceph): Merge PR #41422 into master
* refs/pull/41422/head:
qa/tasks/cephfs/test_sessionmap: reap connections immediately
msg/async: configurable thres...
Patrick Donnelly
02:52 AM CephFS Bug #48231 (Pending Backport): qa: test_subvolume_clone_in_progress_snapshot_rm is racy
Patrick Donnelly
02:51 AM Revision 0441b3d6 (ceph): Merge PR #41403 into master
* refs/pull/41403/head:
mgr/volumes: Add config to insert delay at the beginning of the clone
Reviewed-by: Patrick ...
Patrick Donnelly
02:42 AM Revision 7e0d79b9 (ceph): os/ObjectStore: fix typo in comments
Signed-off-by: wangyunqing <wangyunqing@inspur.com> yunqing wang
01:50 AM Revision 77cb1fed (ceph): test/pybind: do not test obsoleted command
"scrub" command was marked obsoleted in
e9a5ce0897efc6126caeebea9900bf05ec3d2174, so the test_ceph_argparse
cannot re...
Kefu Chai
01:50 AM Revision 3d7516f8 (ceph): test/pybind/test_ceph_argparse: decorate helper method with @nottest
otherwise nose tries to run it as a test as its name contains "test", like
E.
======================================...
Kefu Chai
01:50 AM Revision cf4570d6 (ceph): test/pybind/test_ceph_argparse: check for expected argument
instead of comparing the validated argument with empty dict, check for
its content for better coverage of testing.
S...
Kefu Chai
01:50 AM Revision 49be76ce (ceph): cmake: run nose test using "python3 -m nose"
otherwise the tests are not performed at all.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:50 AM Revision 9b6be59d (ceph): test/pybind/test_ceph_argparse: add a test where args contains comma
to ensure the support for the new syntax of "prefix --name bon,jour"
does not break existing behavior of "prefix hell...
Kefu Chai
01:50 AM Revision bc182888 (ceph): test/pybind: pep8 cleanups
* do not import unused symbols
* add two empty lines before method
* aligned indents
Signed-off-by: Kefu Chai <kchai...
Kefu Chai
01:50 AM Revision 0948a78e (ceph): pybind/ceph_argparse: validate csv if desc.N
if desc.N is not None, we should take the argument as a comma separated
values, and validate the values individually....
Kefu Chai
01:50 AM Revision 952285dc (ceph): test/pybind: do not use tab for indent
the python source file is idented using spaces.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:50 AM Revision b8389557 (ceph): test/pybind: drop forward and readforward from test
these two write modes were dropped in
a0a3ed324a130a9934735927600f01d1fa65bc0d, so update the test
accordingly.
Sign...
Kefu Chai

06/13/2021

10:30 PM Revision ae7271d4 (ceph): cephadm: add log warn when unable to infer mon ip addr
fixup for `--mon-ip` bootstrap test (introduced b3e2c43):
ValueError: 'eth0' does not appear to be an IPv4 or IPv6 ...
Michael Fritch
06:23 PM rgw Bug #48935: stop.sh dont stop rgw when run under valgrind
not able to run rgw under valgrind as it is crashing right after it starts (at least on Fedora34).
steps:
* compile...
Yuval Lifshitz
03:34 PM RADOS Bug #51194: PG recovery_unfound after scrub repair failed on primary
To prevent the user IO from being blocked, we took this action:
1. First, we queried the unfound objects. osd.951 ...
Dan van der Ster
01:36 PM RADOS Bug #51194 (New): PG recovery_unfound after scrub repair failed on primary
This comes from a mail I send to the ceph-users ML: https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/3... Dan van der Ster
03:30 PM Revision addf4a8b (ceph): Merge pull request #40740 from batrick/i50278
pybind/mgr: add support for common sqlite3 databases
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu...
Kefu Chai
03:30 PM RADOS Backport #51195 (Resolved): pacific: [rfe] increase osd_max_write_op_reply_len default value to 6...
https://github.com/ceph/ceph/pull/53470 Backport Bot
03:28 PM RADOS Bug #51166 (Pending Backport): [rfe] increase osd_max_write_op_reply_len default value to 64 bytes
Kefu Chai
03:27 PM Revision 77663c7f (ceph): Merge pull request #41809 from linuxbox2/wip-returnvec-64
rados: increase osd_max_write_op_reply_len default to 64 bytes
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewe...
Kefu Chai
03:26 PM Revision 3a84d3e5 (ceph): Merge pull request #41746 from strenuous-life/wip-cephadm-osd-create
mgr/cephadm: When create osd which include db, _create_daemon will be…
Reviewed-by: Sebastian Wagner <sewagner@redha...
Kefu Chai
03:19 PM rgw Bug #51114 (Fix Under Review): TestAMQP.ClosedConnection failing in master
Yuval Lifshitz
03:10 PM Revision a3849aaa (ceph): rgw/amqp: remove the explicit "disconnect()" interface
this is to resolve a possible race condistion.
note that the removed interface is not used in RGW code.
and that conn...
Yuval Lifshitz
10:11 AM Revision 254109f7 (ceph): pybind/ceph_argparse: do not reuse variable for holding values of diffe...
to appease mypy
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:59 AM Orchestrator Bug #50998 (Fix Under Review): OSD replacement not working
Kefu Chai
09:27 AM Revision 265ae0a6 (ceph): pybind/ceph_argparse: define variable using type annotation
as later, it could be assigned with None or a str or an int, so make
sure its type is annotated to appease mypy.
als...
Kefu Chai
09:26 AM Revision eb1e9e24 (ceph): pybind/ceph_argparse: cast to strs before joining them
we cannot concat a list of float or int by joining them with "|".
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:25 AM Revision 156d25b2 (ceph): pybind/ceph_argparse: remove unused method
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:25 AM Revision ce823359 (ceph): pybind/ceph_argparse: set member variables in ctor
to appease mypy, otherwise it complains that typeargs is not a member
variable.
Signed-off-by: Kefu Chai <kchai@redh...
Kefu Chai
09:15 AM rgw Feature #51193 (Resolved): (rfe) add version support to lua scripting
Matan Breizman
08:25 AM Orchestrator Bug #51192 (New): cephadm failed to remove running OSD
Run 'ceph orch osd rm 0 --replace'
Then in cluster log...
玮文 胡
05:11 AM mgr Bug #22431 (Can't reproduce): balancer: calc_pg_upmaps not upmapping the correct pool
Konstantin Shalygin
05:11 AM mgr Bug #25183 (Can't reproduce): The ceph-mgr balancer stopped hangs when attempting to balance cluster
Konstantin Shalygin
03:20 AM CephFS Bug #51191: Cannot Mount CephFS No Timeout, mount error 5 = Input/output error
An updated attempt to mount using ceph-fuse... Brian Rogers
02:58 AM CephFS Bug #51191: Cannot Mount CephFS No Timeout, mount error 5 = Input/output error
More details on the issue can be found here: https://github.com/rook/rook/issues/7994 Brian Rogers
02:57 AM CephFS Bug #51191 (Need More Info): Cannot Mount CephFS No Timeout, mount error 5 = Input/output error
On most hosts, mounting the CephFS via the kernel or ceph-fuse will not succeed. On one host, a Raspberry PI 4, it di... Brian Rogers

06/12/2021

05:37 PM Orchestrator Bug #50998: OSD replacement not working
I believe this is a bug in systemd. It should remove these cgroups when the unit stopped. By reading the code, I thin... 玮文 胡
01:05 PM mgr Backport #51190 (Resolved): octopus: mgr/telemetry: pass leaderboard flag even w/o ident
https://github.com/ceph/ceph/pull/41870 Backport Bot
01:05 PM mgr Backport #51189 (Resolved): nautilus: mgr/telemetry: pass leaderboard flag even w/o ident
https://github.com/ceph/ceph/pull/41839 Backport Bot
01:05 PM mgr Backport #51188 (Resolved): pacific: mgr/telemetry: pass leaderboard flag even w/o ident
https://github.com/ceph/ceph/pull/42228 Backport Bot
01:02 PM Revision 3a4ae22b (ceph): Merge PR #41781 into master
* refs/pull/41781/head:
mgr/mgr_module:delete invalid judgment
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
01:02 PM mgr Feature #51161 (Pending Backport): mgr/telemetry: pass leaderboard flag even w/o ident
Sage Weil
01:01 PM Revision f21fe130 (ceph): Merge PR #41699 into master
* refs/pull/41699/head:
mgr/telemetry: pass leaderboard flag even w/o ident
Reviewed-by: Yaarit Hatuka <yaarithatuk...
Sage Weil
12:52 PM Revision ac05b356 (ceph): qa: move dashboard e2e from cephadm -> rados suite
This test fails ~20% of the time.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
12:52 PM bluestore Bug #51163: N ceph-volume lvm batch to create bluestore osds
Thank you very much for your attention to the problem I met. Since the log file is too large (more than 1000KB), I ha... Zhike Li
05:16 AM Revision 573cbb79 (ceph): os/bluestore/AvlAllocator: use cbit for counting the order of alignment
no need to calculate the alignment first, cbits() would suffice. as it
counts the first set bit and the follow 0's in...
Kefu Chai
05:13 AM Revision 4837166f (ceph): os/bluestore/AvlAllocator: specialize _block_picker()
before this change AvlAllocator::_block_picker() is used by both the
best-fit mode and first-fit mode. but since we c...
Kefu Chai
05:13 AM Revision 9b52ba1d (ceph): os/bluestore/AvlAllocator: use delegated ctor
less repeating this way
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:07 AM Revision b24608da (ceph): qa: choose victim pg from rbd pool
Right now scrub_test picks any pg in ceph. Unfortunately, it picked the
.mgr pool's only pg in [1]:
2021-05-16T11:3...
Patrick Donnelly
02:35 AM Revision 0d903277 (ceph): qa: fix api test failures
"device_health_metrics" pool is gone -- .mgr pool is in.
I don't think the pool removal code in some test cases is n...
Patrick Donnelly
02:35 AM Revision 71d2c81d (ceph): qa: add upgrade test for devicehealth
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
02:35 AM Revision f5fa58cb (ceph): doc: document new .mgr pool
And that pool names beginning with `.` are reserved names.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:35 AM Revision d6c66f3f (ceph): qa,pybind/mgr: allow disabling .mgr pool
This is mostly for testing: a lot of tests assume that there are no
existing pools. These tests relied on a config to...
Patrick Donnelly
02:35 AM Revision e3d77170 (ceph): pybind/mgr: add sqlite3 db module helpers
This creates a new '.mgr' pool for storing a default sqlite3 database
for each mgr module. Each module's database is ...
Patrick Donnelly
02:35 AM Revision abd35d47 (ceph): pybind/mgr/devicehealth: update to store metrics in sqlite
This commit just modifies the module to use the sqlite3 database for
storing health metrics. A followup commit loads ...
Patrick Donnelly
02:35 AM Revision da551b0b (ceph): pybind/mgr/devicehealth: load legacy device metrics pool
Fixes: https://tracker.ceph.com/issues/50278
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:07 AM Revision 103bb6b6 (ceph): doc: add missing note about restoring allow_standby_replay
Fixes: https://tracker.ceph.com/issues/51187
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:07 AM Revision dcb340f3 (ceph): doc: clarify distributed ephemeral pins new mechanism
This documentation was for the old code, the new code (by Zheng)
fragments the directory and distributes those fragme...
Patrick Donnelly
02:07 AM Revision 570c7ffc (ceph): doc: update mds_autoscaler documentation to reflect recent changes
Notably, Sage changed how this worked in [1].
[1] 6d8c0e4722eb5f3014dc76f6733afea08bcc8e72
Fixes: https://tracker.c...
Patrick Donnelly
02:06 AM CephFS Documentation #51187 (Resolved): doc: pacific updates
Patrick Donnelly
12:38 AM RADOS Bug #49988 (Resolved): Global Recovery Event never completes
Kefu Chai
12:37 AM Revision 7513b24a (ceph): Merge pull request #40480 from kamoltat/wip-ksirivad-fix-bug-49988
pybind/mgr/progress: Disregard unreported pgs
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
12:28 AM rgw Bug #49927 (Fix Under Review): ListParts return wrong code
Kefu Chai
12:23 AM CephFS Backport #51186 (In Progress): pacific: qa: add async dirops testing
Patrick Donnelly
12:15 AM CephFS Backport #51186 (Resolved): pacific: qa: add async dirops testing
https://github.com/ceph/ceph/pull/41823 Backport Bot
12:22 AM Revision ca506693 (ceph): qa: deep merge top level overrides for fuse/kclient
This allows for array/dict configs like mntopts to accumulate changes
from multiple yaml fragments.
Signed-off-by: P...
Patrick Donnelly
12:22 AM Revision 918ad85f (ceph): qa: test nowsync option in kernel client workflows
Fixes: https://tracker.ceph.com/issues/49341
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
12:21 AM Backport #51185 (In Progress): pacific: qa: update RHEL to 8.4
Patrick Donnelly
12:10 AM Backport #51185 (Resolved): pacific: qa: update RHEL to 8.4
https://github.com/ceph/ceph/pull/41822 Backport Bot
12:20 AM Revision 54f8e384 (ceph): qa: update RHEL to 8.4
Fixes: https://tracker.ceph.com/issues/51082
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
12:11 AM Revision 16c663eb (ceph): Merge pull request #41772 from cyx1231st/wip-seastore-onode-tree-node-size
crimson/onode-staged-tree: extend tree node sizes to fit insert upper-bounds
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:10 AM Revision 95f0e9c9 (ceph): Merge PR #39505 into master
* refs/pull/39505/head:
qa: test nowsync option in kernel client workflows
qa: deep merge top level overrides for f...
Patrick Donnelly
12:10 AM CephFS Fix #49341 (Pending Backport): qa: add async dirops testing
Patrick Donnelly
12:08 AM Revision 689ba06b (ceph): Merge pull request #40952 from tchaikov/wip-deb-build-profile
debian: use build-profile to manage build deps
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
12:07 AM Fix #51082 (Pending Backport): qa: update RHEL to 8.4
Patrick Donnelly
12:07 AM Revision 07bafc1b (ceph): Merge PR #41683 into master
* refs/pull/41683/head:
qa: update RHEL to 8.4
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Reviewed-by: Kefu Ch...
Patrick Donnelly

06/11/2021

11:28 PM CephFS Bug #51178: MDS became read-only while using rsync to copy files
I have a feeling this is related to active-active MDS setup looking at the stack trace, would that be right? We've d... Jérôme Poulin
04:35 PM CephFS Bug #51178 (Need More Info): MDS became read-only while using rsync to copy files
Crash info on rank.1 before the FS became read-only.... Jérôme Poulin
11:26 PM CephFS Bug #51184 (Fix Under Review): qa: fs:bugs does not specify distro
Patrick Donnelly
11:25 PM CephFS Bug #51184 (Resolved): qa: fs:bugs does not specify distro
Which causes it to use the teuthology defaults. Avoid this as packaging upgrades (like 18.04 -> 20.04) break these te... Patrick Donnelly
11:25 PM Revision 8eeb1455 (ceph): qa: specify distro for fs:bugs
Fixes: https://tracker.ceph.com/issues/51184
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
11:22 PM CephFS Bug #51183 (Resolved): qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/d...
... Patrick Donnelly
11:19 PM CephFS Bug #51182 (Resolved): pybind/mgr/snap_schedule: Invalid command: Unexpected argument 'fs=cephfs'
... Patrick Donnelly
10:55 PM CephFS Bug #43216: MDSMonitor: removes MDS coming out of quorum election
/ceph/teuthology-archive/pdonnell-2021-06-11_18:02:10-fs-wip-pdonnell-testing-20210611.162716-distro-basic-smithi/616... Patrick Donnelly
08:14 PM devops Bug #51181 (New): Add systemd-udev require
see https://src.fedoraproject.org/rpms/ceph/pull-request/3
Require: systemd-udev is needed to proper owning of /us...
Kaleb KEITHLEY
06:15 PM CephFS Feature #47264 (Fix Under Review): "fs authorize" subcommand should work for multiple FSs too
Rishabh Dave
06:01 PM Dashboard Bug #50686 (Resolved): mgr/dashboard: Physical Device Performance grafana graphs for OSDs do not ...
Ernesto Puerta
06:01 PM Dashboard Backport #50884 (Resolved): octopus: mgr/dashboard: Physical Device Performance grafana graphs fo...
Ernesto Puerta
06:01 PM Revision a95343f9 (ceph): Merge pull request #41530 from rhcs-dashboard/wip-50884-octopus
octopus: mgr/dashboard: fix OSDs Host details/overview grafana graphs
Reviewed-by: Aashish Sharma <aasharma@redhat.c...
Ernesto Puerta
05:59 PM Dashboard Bug #50890 (Resolved): mgr/dashboard: fix API docs link
Ernesto Puerta
05:59 PM Dashboard Backport #50960 (Resolved): octopus: mgr/dashboard: fix API docs link
Ernesto Puerta
05:59 PM Revision d3bda385 (ceph): Merge pull request #41508 from rhcs-dashboard/wip-50960-octopus
octopus: mgr/dashboard: fix API docs link
Reviewed-by: Waad Alkhoury <walkhour@redhat.com>
Reviewed-by: Avan Thakkar...
Ernesto Puerta
05:50 PM Dashboard Backport #51180 (Resolved): pacific: mgr/Dashboard: right Navigation should work on click when pa...
https://github.com/ceph/ceph/pull/42008 Backport Bot
05:50 PM Dashboard Backport #51179 (Resolved): octopus: mgr/Dashboard: right Navigation should work on click when pa...
https://github.com/ceph/ceph/pull/42015 Backport Bot
05:46 PM Dashboard Bug #50588 (Pending Backport): mgr/Dashboard: right Navigation should work on click when page wid...
Ernesto Puerta
05:46 PM Revision 0b9f06d6 (ceph): Merge pull request #41550 from aaryanporwal/navbar-fix
mgr/dashboard: fix for right sidebar nav icon not clickable
Reviewed-by: Waad Alkhoury <walkhour@redhat.com>
Reviewe...
Ernesto Puerta
05:45 PM Dashboard Cleanup #50655 (Resolved): mgr/dashboard: dashboard not working with a URL prefix
Ernesto Puerta
05:45 PM Dashboard Backport #51038 (Resolved): pacific: mgr/dashboard: dashboard not working with a URL prefix
Ernesto Puerta
05:45 PM Revision 35be045e (ceph): Merge pull request #41634 from rhcs-dashboard/wip-51038-pacific
pacific: mgr/dashboard: fix base-href
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Avan Thakkar <a...
Ernesto Puerta
04:12 PM CephFS Fix #51177 (Resolved): pybind/mgr/volumes: investigate moving calls which may block on libcephfs ...
To not block the ceph-mgr finisher thread on any calls out to cephfs. This can have disastrous consequences as the mg... Patrick Donnelly
02:59 PM Revision 38a6b416 (ceph): crimson/onode-staged-tree: remove compile-time NODE_BLOCK_SIZE
Switch to run-time node_size.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:59 PM Revision ee005111 (ceph): crimson/onode-staged-tree: validate node size where possible
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 PM Revision b2f1c7df (ceph): crimson/onode-staged-tree: remove unused code
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 PM Revision d163f1f9 (ceph): crimson/onode-staged-tree: use extent_len_t and node_offset_t correctly
extent_len_t represents a value that may include the node size, but
node_offset_t cannot and may overflow. Also add v...
Yingxin Cheng
02:59 PM Revision e11c1773 (ceph): crimson/onode-staged-tree: encode/decode stage_size instead
end-offset may risk overflow the node_offset_t, but stage_size will not.
Signed-off-by: Yingxin Cheng <yingxin.cheng...
Yingxin Cheng
02:59 PM Revision ba9e465f (ceph): crimson/onode-staged-tree: add the missing retired validation
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 PM Revision b1730b05 (ceph): crimson/onode-staged-tree: support unaligned read to leaf_sub_items_t::...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 PM Revision ec3b7828 (ceph): crimson/onode-staged-tree: switch to and test larger node sizes
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 PM Revision 266e54b3 (ceph): crimson/onode-staged-tree: merge with single-value tail internal node
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 PM Revision 25254533 (ceph): crimson/onode-staged-tree: convert ghobject_t to key_hobj_t to print
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 PM Revision 55605f6e (ceph): crimson/onode-staged-tree: pass node_size to lower node stages
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:59 PM Revision ca86033b (ceph): crimson/onode-staged-tree: remove compile-time node SIZE
Switch to run-time node_extent_t::node_size instead.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:43 PM Revision 88fd967b (ceph): crimson/onode-staged-tree: correct the node size equation
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 8b6422b4 (ceph): crimson/seastore: introduce TransactionManager::read_extent(t, offset)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 1cb6f09d (ceph): crimson/onode-staged-tree: cleanup, decouple test_item_t from TestValue
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 431d69eb (ceph): crimson/onode-staged-tree: introduce compile-time tree_conf_t
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 6fb88076 (ceph): crimson/onode-staged-tree: implement size upper-bounds to ns/oid
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 50d1afd7 (ceph): crimson/onode-staged-tree: implement size upper-bounds to value
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 37d721cf (ceph): crimson/onode-staged-tree: add and use node sizes in tree_conf_t
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision a28ad7eb (ceph): crimson/onode-staged-tree: validate safe-split from tree_conf_t
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 70ced70d (ceph): crimson/onode-staged-tree: check the maximum tree height
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 7e24c625 (ceph): crimson/onode-staged-tree: remove hard-coded node_stage_t::EXTENT_SIZE
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision f7e77c9b (ceph): crimson/onode-staged-tree: extend num_keys_t to support larger nodes
Also adjust the accroding layout related unit tests.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:43 PM Revision 2258730b (ceph): crimson/onode-staged-tree: pass node_size into node_extent_t
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 9ecaeadf (ceph): crimson/onode-staged-tree: cleanup internal_fields_3_t template
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:43 PM Revision 9e8bb747 (ceph): crimson/onode-staged-tree: try merge peer if node has one value
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:42 PM Revision 2921f27b (ceph): crimson/onode-staged-tree: cleanup and introduce has_single_value()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:14 PM Dashboard Feature #36587 (Fix Under Review): mgr/dashboard: Page title should indicate current location
Alfonso Martínez
11:59 AM Revision 8273a961 (ceph): Merge pull request #41814 from tchaikov/wip-crimson-fmt-seq
crimson/osd: specialize fmt::formatter<> for OpSequencer
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Revie...
Kefu Chai
11:50 AM CephFS Bug #51069: mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
The "tree/" directory is auth pinned in mds.0 daemon, while after the "tree/352/" directory was successfully created ... Xiubo Li
06:50 AM CephFS Bug #51069: mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
Xiubo Li wrote:
> Patrick Donnelly wrote:
> > Thanks for analyzing this Xiubo!
> >
> > Xiubo Li wrote:
> > > Th...
Xiubo Li
03:49 AM CephFS Bug #51069: mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
Patrick Donnelly wrote:
> Thanks for analyzing this Xiubo!
>
> Xiubo Li wrote:
> > The journal was submit very e...
Xiubo Li
11:47 AM Revision 3a8c29e3 (ceph): .github/labeler: add api-change label
To flag PRs changing the Ceph REST API. It might also work for another
APIs.
Signed-off-by: Ernesto Puerta <epuertat...
Ernesto Puerta
09:51 AM Revision 134740f2 (ceph): cephadm: add `--allow-fqdn-hostname` test
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 0f210b0578cddd5cf6cd21d85d72c21b75209bea)
Michael Fritch
09:51 AM Revision 4ef46aaa (ceph): doc/cephadm: enriching "setting a limit"
This PR improves the flow and syntax of the
sentences in the "Setting a Limit" section of the
"Service Management" ch...
Zac Dover
09:51 AM Revision d16c78d9 (ceph): mgr/cephadm: allow monitoring stack services to bind to network and port
Signed-off-by: Daniel Pivonka <dpivonka@redhat.com>
(cherry picked from commit adecb2d2dad5732d610d53181e41d195819bdbb8)
Daniel Pivonka
09:51 AM Revision 401c1e83 (ceph): doc/dev/cephadm: cephadm bootstrap --shared_ceph_folder
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
(cherry picked from commit 5f1aa05563fe3a2fc54ef02d39ad279f573d...
Sebastian Wagner
09:51 AM Revision cb0e6a78 (ceph): cephadm: add basic `bootstrap` test
bootstrap requires --mon-ip or --mon-addrv
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from comm...
Michael Fritch
09:51 AM Revision 198d7afc (ceph): cephadm: add `bootstrap --skip-mon-network` test
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 849d00b1a5645363f1f37fb19c54b86214cf91d2)
Michael Fritch
09:51 AM Revision 430af65c (ceph): cephadm: add `bootstrap --mon-ip` test
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit b3e2c4393bbf390c99090469166b31f4445b3686)
Michael Fritch
09:51 AM Revision e2ebf70f (ceph): cephadm: add `--config` test
follow-up test for:
https://github.com/ceph/ceph/pull/41351
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry...
Michael Fritch
09:51 AM Revision 9f3e5540 (ceph): cephadm: move podman/docker test mock
to use as a default value in the fixtures
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commi...
Michael Fritch
09:49 AM Revision 30d9ffa6 (ceph): doc/cephadm: rewrite "deploy. mon. w/cephadm"
This PR corrects various minor usage errors in
the subsection "Deploying Monitoring with cephadm"
of the "monitoring"...
Zac Dover
09:49 AM Revision ae2b3e59 (ceph): doc/cephadm: rewrite "deploy. mon. w/cephadm" 2/2
This is the second half of PR#41241.
This PR creates a sub-subsection that explains
a configuration step that is som...
Zac Dover
09:49 AM Revision 4cddd90f (ceph): cephadm: always require a CephadmContext
it's not possible for the CephadmContext to be a NoneType
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry p...
Michael Fritch
09:49 AM Revision f4ba1e67 (ceph): cephadm: move `json_loads_retry` func
move inner func `json_loads_retry` so it can be mocked during unit tests
Signed-off-by: Michael Fritch <mfritch@suse...
Michael Fritch
09:49 AM Revision 9ce4e34f (ceph): cephadm: rework mismatched release check
allow for `--allow-mismatched-release` to be passed during unit tests
Signed-off-by: Michael Fritch <mfritch@suse.co...
Michael Fritch
09:49 AM Revision 062871b7 (ceph): cephadm: clean-up imports
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 8fb0a5019c8ba7bf031eed7020bce10afff988e1)
Michael Fritch
09:49 AM Revision 2d778503 (ceph): cephadm: add pyfakefs fixture
to mock the cephadm filesystem
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit d5eac2783...
Michael Fritch
09:49 AM Revision d68abab8 (ceph): cephadm: add cephadm ContextManager
to mock the CephadmContext during unit tests
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from co...
Michael Fritch
09:08 AM Revision 9dabec84 (ceph): Merge pull request #41759 from rhcs-dashboard/wip-api_label-master
.github/labeler: add api-change label
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Ernesto Puert...
Ernesto Puerta
08:45 AM Revision de653833 (ceph): Merge pull request #41242 from zdover23/wip-doc-cephadm-monitoring-depl...
doc/cephadm: rewrite "deploy. mon. w/cephadm" 2/2
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
08:45 AM Revision c64a6e95 (ceph): Merge pull request #41241 from zdover23/wip-doc-cephadm-monitoring-depl...
doc/cephadm: rewrite "deploy. mon. w/cephadm"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
08:42 AM Dashboard Cleanup #49718 (Resolved): mgr/dashboard: remove NFSv3 support from dashboard
Ernesto Puerta
08:42 AM Dashboard Backport #50663 (Resolved): octopus: mgr/dashboard: remove NFSv3 support from dashboard
Ernesto Puerta
08:40 AM Revision 421da3d2 (ceph): Merge pull request #41199 from votdev/wip-50663-octopus
octopus: mgr/dashboard: disable NFSv3 support in dashboard
Reviewed-by: Waad Alkhoury <walkhour@redhat.com>
Reviewed...
Ernesto Puerta
06:19 AM Revision b0c5a6f0 (ceph): crimson/osd: specialize fmt::formatter<> for OpSequencer
so we can print it like fmt::format("{}", sequencer)
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:30 AM Orchestrator Bug #51176 (Resolved): Module 'cephadm' has failed: 'MegaSAS'
This problem happened when I add Osds to the cluster.
The `ceph health detail` show that:...
Ke Xiao
04:16 AM Revision db8d2a25 (ceph): cephadm: raise `Error()` when unable to bind to an ip
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
03:23 AM Revision 9939573a (ceph): cephadm: remove unit test inheritance
avoid running the `TestCephAdm` tests twice
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
02:56 AM Revision 73dd266d (ceph): mgr/cephadm: When test osd active, it need to add "mock call" to make s...
Signed-off-by: jianglong01 <jianglong01@qianxin.com> jianglong01
12:41 AM Revision 3cbca12e (ceph): Merge pull request #41812 from agayev/zoned-fix-block-size
os/bluestore: Fix the size of the block in the Allocator base class t…
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
12:32 AM Revision d53d5d0a (ceph): Merge pull request #41744 from tchaikov/wip-cmake-no-python-bindings-on...
cmake: vstart do not depend on cython_rbd if WIN32
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai

06/10/2021

10:15 PM Orchestrator Bug #48442: cephadm: upgrade loops on mixed x86_64/arm64 cluster
This appears to be fixed, but I need to wait for v16.2.5 to come out to confirm completely because of this bug which ... Bryan Stillwell
10:09 PM CephFS Bug #51069: mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
Thanks for analyzing this Xiubo!
Xiubo Li wrote:
> The journal was submit very early:
>
> [...]
>
> But it ...
Patrick Donnelly
11:52 AM CephFS Bug #51069: mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush

The journal was submit very early:...
Xiubo Li
09:56 PM CephFS Backport #50538 (Resolved): pacific: mgr/pybind/snap_schedule: do not fail when no fs snapshots a...
Patrick Donnelly
07:04 PM CephFS Backport #50538: pacific: mgr/pybind/snap_schedule: do not fail when no fs snapshots are available
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41044
merged
Yuri Weinstein
09:55 PM CephFS Backport #51174 (Resolved): pacific: mgr/nfs: add nfs-ganesha config hierarchy
https://github.com/ceph/ceph/pull/42096 Backport Bot
09:54 PM CephFS Documentation #50904 (Pending Backport): mgr/nfs: add nfs-ganesha config hierarchy
Patrick Donnelly
09:53 PM Revision 9147350f (ceph): Merge PR #41442 into master
* refs/pull/41442/head:
doc/cephfs/nfs: add ganesha configuration hierarchy
Reviewed-by: Patrick Donnelly <pdonnell...
Patrick Donnelly
08:55 PM Revision 3ed699d0 (ceph): Merge PR #41797 into master
* refs/pull/41797/head:
qa: update cephfs-shell distro to ubuntu 20.04
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly
08:46 PM Revision 32f4d8e0 (ceph): cephadm: throw error when trying to add some unsupported repos
we son't have any repos available for fedora os always error there.
unlike octopus, el7 yum/dnf distros are not supp...
Adam King
08:35 PM RADOS Backport #51173 (Rejected): nautilus: regression in ceph daemonperf command output, osd columns a...
Backport Bot
08:35 PM RADOS Backport #51172 (Resolved): pacific: regression in ceph daemonperf command output, osd columns ar...
https://github.com/ceph/ceph/pull/44175 Backport Bot
08:35 PM RADOS Backport #51171 (Resolved): octopus: regression in ceph daemonperf command output, osd columns ar...
https://github.com/ceph/ceph/pull/44176 Backport Bot
08:32 PM RADOS Bug #51002 (Pending Backport): regression in ceph daemonperf command output, osd columns aren't v...
Igor Fedotov
08:32 PM Revision 967c5354 (ceph): Merge pull request #41575 from ifed01/wip-ifed-fix-no-osd-daemonperf
common/PriorityCache: low perf counters priorities for submodules.
Reviewed-by: Mark Nelson <mnelson@readhat.com>
Igor Fedotov
08:29 PM CephFS Bug #41147 (Duplicate): mds: crash loop - Server.cc 6835: FAILED ceph_assert(in->first <= straydn...
Patrick Donnelly
07:59 PM Revision 13cd140b (ceph): os/bluestore: Fix the size of the block in the Allocator base class to ...
the confusing log message about the block size.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu>
Abutalib Aghayev
07:30 PM Revision 54055381 (ceph): cephadm: use gpg key for add-repo on ubuntu/debian
We were using the ascii version of the gpg key which
was marked as an unsupported filetype by apt-get which
caused ap...
Adam King
07:28 PM Backport #50358: pacific: npm problem causes "make-dist" to fail when directory contains colon ch...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41086
merged
Yuri Weinstein
07:28 PM Revision 38239e44 (ceph): Merge pull request #41086 from smithfarm/wip-50358-pacific
pacific: make-dist: refuse to run if script path contains a colon
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:19 PM Orchestrator Bug #44972 (In Progress): cephadm: add-repo on ubuntu broken
Adam King
07:11 PM CephFS Backport #51087 (Resolved): pacific: mds: segfault printing unknown metric
Patrick Donnelly
07:10 PM CephFS Backport #50872 (Resolved): pacific: qa: testing kernel patch for client metrics causes mds abort
Patrick Donnelly
07:09 PM Revision 9bc3d210 (ceph): Merge PR #41596 into pacific
* refs/pull/41596/head:
mds: do not infinitely recursively print a metric
mds: do not assert when receiving a unkno...
Patrick Donnelly
07:08 PM CephFS Bug #51170 (Fix Under Review): pacific: qa: AttributeError: 'RemoteProcess' object has no attribu...
Patrick Donnelly
06:58 PM CephFS Bug #51170 (Resolved): pacific: qa: AttributeError: 'RemoteProcess' object has no attribute 'split'
... Patrick Donnelly
07:08 PM Revision 3f8a6cdb (ceph): Merge pull request #41685 from batrick/i51085
pacific: mds: scrub error on inode 0x1
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:07 PM CephFS Backport #51070: pacific: qa: test_ephemeral_pin_distribution failure
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41659
merged
Yuri Weinstein
07:06 PM Revision a594e9be (ceph): Merge pull request #41659 from batrick/i51070
pacific: qa: test_ephemeral_pin_distribution failure
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:06 PM Revision 5b23fb22 (ceph): qa: fetch stdout from rados calls
This test no longer exist in master so the changes were misapplied
during backport.
Fixes: https://tracker.ceph.com/...
Patrick Donnelly
07:04 PM Revision fcc8e69e (ceph): Merge pull request #41044 from leseb/bkp-40157
pacific: mgr/pybind/snap_schedule: do not fail when no fs snapshots are available
Reviewed-by: Venky Shankar <vshank...
Yuri Weinstein
06:48 PM RADOS Backport #50795: nautilus: mon: spawn loop after mon reinstalled
Dan van der Ster wrote:
> https://github.com/ceph/ceph/pull/41762
merged
Yuri Weinstein
06:47 PM Revision f272f8a3 (ceph): Merge pull request #41762 from dvanders/dvanders_50795
nautilus: mon: load stashed map before mkfs monmap
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:50 PM rgw Backport #51144: nautilus: directories with names starting with a non-ascii character disappear a...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41776
merged
Yuri Weinstein
04:50 PM Revision 8039ca6e (ceph): Merge pull request #41776 from trociny/wip-51144-nautilus
nautilus: cls/rgw: look for plain entries in non-ascii plain namespace too
Reviewed-by: J. Eric Ivancich <ivancich@r...
Yuri Weinstein
03:58 PM RADOS Bug #51168 (New): ceph-osd state machine crash during peering process
... Yao Ning
03:32 PM rgw Bug #49747: tempest: test_create_object_with_transfer_encoding fails
@Marcus can you please try to resolve this upstream for teuthology?
if we just shouldn't be running this test, it ...
Casey Bodley
02:42 PM Orchestrator Bug #50998: OSD replacement not working
Thanks for the info. I suppose the empty ".control" cgroup comes from https://github.com/systemd/systemd/pull/10813/c... 玮文 胡
02:40 PM rgw Bug #50967: In master-branch rgw enviroment,The bucket list operation displays the wrong informat...
Some of us had a discussion of this topic more generally.
It's not clear that changing the name of a zone or zone ...
J. Eric Ivancich
02:30 PM rgw Backport #51167 (Duplicate): pacific: correct session policies permission evaluation
Backport Bot
02:27 PM Revision 2132a5f7 (ceph): rados: increase osd_max_write_op_reply_len default to 64 bytes
Agreed in #ceph-devel on 6/10. The current controlling
rationale is that the default value should be sufficient to
m...
Matt Benjamin
02:27 PM rgw Bug #50977 (Need More Info): s3select: empty file select failed
Casey Bodley
02:25 PM rgw Bug #51019 (Pending Backport): correct session policies permission evaluation
Casey Bodley
02:24 PM rgw Bug #51096 (Won't Fix): rgw: octopus fails to parse pacific's bucket layout
octopus doesn't support the new bucket format Casey Bodley
02:22 PM RADOS Bug #51166 (Fix Under Review): [rfe] increase osd_max_write_op_reply_len default value to 64 bytes
Matt Benjamin
02:16 PM RADOS Bug #51166 (Resolved): [rfe] increase osd_max_write_op_reply_len default value to 64 bytes
As agreed in #ceph-devel, Sage, Josh, Neha concurring.
Matt Benjamin
02:19 PM rgw Bug #51127 (Duplicate): Index pool not cleaned up after bucket deletion
Casey Bodley
02:17 PM rgw Bug #51157 (Fix Under Review): Return correct XML response when delete role fail.
Casey Bodley
02:58 AM rgw Bug #51157: Return correct XML response when delete role fail.
https://github.com/ceph/ceph/pull/41790
The PR is here.
zhiming zhang
02:37 AM rgw Bug #51157: Return correct XML response when delete role fail.
https://github.com/ceph/ceph/pull/41800 lei cao
01:53 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
For the dead jobs, relevant logs have been uploaded to senta02 under /home/sseshasa/recovery_timeout.
Please let me ...
Sridhar Seshasayee
01:49 PM Dashboard Cleanup #51164 (Fix Under Review): mgr/dashboard: bucket details: show lock retention period only...
Alfonso Martínez
01:15 PM Dashboard Cleanup #51164: mgr/dashboard: bucket details: show lock retention period only in days
Bucket details:
When object locking enabled, show lock retention period only in days (like in bucket form).
Alfonso Martínez
09:53 AM Dashboard Cleanup #51164 (Resolved): mgr/dashboard: bucket details: show lock retention period only in days
Alfonso Martínez
01:23 PM Revision b927dc5b (ceph): mgr/dashboard: bucket details: show lock retention period only in days
Fixes: https://tracker.ceph.com/issues/51164
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Alfonso Martínez
12:39 PM Revision 140653be (ceph): cephadm: set TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728
This used to live in /etc/{sysconfig,defaults}/ceph, but that does not
apply inside the container.
Signed-off-by: Sa...
Sage Weil
12:29 PM Revision 5d431ce5 (ceph): doc/rados/troubleshooting: highlight bash script with bash lexer
for better reading experience.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:29 PM Revision 99af14fa (ceph): tools/ceph_monstore_tool: use make_scope_guard() for cleanup
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:29 PM Revision 1a2976d8 (ceph): tools/ceph_monstore_tool: s/BOOST_SCOPE_EXIT/make_scope_guard/
more consistent this way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:29 PM Revision 3908c1f4 (ceph): tasks/ceph_manager: use safe_while() to refactor the wait for quorum
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:29 PM Revision 7afd38f8 (ceph): tasks/ceph_manager: ignore EACCES when waiting for quorum
mon_tick_interval is 5 seconds by default. monitors update their
rotating keys every mon_tick_interval. before monito...
Kefu Chai
12:00 PM Revision add2cc66 (ceph): rbd-mirror: make stop properly cancel restart
Previously, if stop was issued when restart was at "stopping"
stage, the stop was just ignored.
Signed-off-by: Mykol...
Mykola Golub
12:00 PM Revision 55f88d66 (ceph): rbd-mirror: wait for in-flight start/stop/restart
when stopping instance replayer on shut down.
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from comm...
Mykola Golub
11:56 AM Revision b4f83c62 (ceph): Merge pull request #41585 from pritha-srivastava/wip-rgw-sts-session-po...
rgw/sts: correcting the evaluation of session policies Matt Benjamin
11:56 AM Revision 29820eba (ceph): Merge pull request #41735 from pritha-srivastava/wip-rgw-sts-ops-log-up...
rgw/sts: adding role name and role session to ops log. Matt Benjamin
11:56 AM mgr Bug #51165 (New): mgr/telegraf: telegraf plugin not starting and causing mgr process to crash
h3. Description of problem
Cluster goes HEALTH_ERR after enabling telegraf plugin.
h3. Environment
* @ceph...
Bastian Mäuser
11:28 AM Revision 23599d91 (ceph): pybind/mgr: Upgrade to mypy 0.901
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
11:28 AM Revision b0b6429d (ceph): cephadm: Upgrade to mypy 0.901
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
11:12 AM Bug #51147: Rocksdb build failed on Aarch64 with GCC 9.4.0
The corresponding include file is: /usr/lib/gcc/aarch64-linux-gnu/9/include/arm_acle.h Kevin Zhao
10:52 AM Revision ee020ed4 (ceph): Merge pull request #41653 from zdover23/wip-doc-cephadm-serve-man-setti...
doc/cephadm: enriching "setting a limit"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
10:25 AM RADOS Bug #50346: OSD crash FAILED ceph_assert(!is_scrubbing())
On a 60-node, 1500 HDD cluster, and 16.2.4 release, this issue become very frequent, especially when RBD writes excee... Andrej Filipcic
10:13 AM Revision 3afc1327 (ceph): Merge pull request #41693 from sebastian-philipp/cephadm-devenv-bootstr...
doc/dev/cephadm: cephadm bootstrap --shared_ceph_folder
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Juan...
Sebastian Wagner
09:40 AM Dashboard Cleanup #50265 (Resolved): mgr/dashboard: upgrade Browserslist: caniuse-lite
Avan Thakkar
09:39 AM Dashboard Backport #51064 (Resolved): nautilus: mgr/dashboard: fix bucket objects and size calculations
Avan Thakkar
09:27 AM bluestore Bug #51163 (Need More Info): N ceph-volume lvm batch to create bluestore osds
There should be relevant osd log under /var/log/ceph... Could you please share it? Igor Fedotov
06:31 AM bluestore Bug #51163 (Need More Info): N ceph-volume lvm batch to create bluestore osds
... Zhike Li
07:57 AM Orchestrator Bug #46862 (Resolved): cephadm: nfs ganesha client mount is read only
Latest cephadm doc clarifies about the export management. https://docs.ceph.com/en/latest/cephadm/nfs/#deploy-cephadm... Varsha Rao
05:40 AM rbd Backport #45764 (In Progress): nautilus: [rbd-mirror] image replayer stop might race with remove ...
Backport PR: https://github.com/ceph/ceph/pull/41792 Mykola Golub
02:43 AM Revision 5475ef78 (ceph): ceph-monstore-tool: use a large enough paxos/{first,last}_committed
so the rebuild paxos transaction won't be overwritten by the ones
created before recovery completes.
when the quorum...
Kefu Chai
02:34 AM Revision c7ab6579 (ceph): rgw : modfiy error XML for deleterole
Fixes: https://tracker.ceph.com/issues/51157
Signed-off-by: caolei <halei15848934852@163.com>
cao.leilc
02:18 AM CephFS Bug #50825 (Need More Info): qa: snaptest-git-ceph hang during mon thrashing v2
Hi Patrick,
There was no any obvious logs for this one, it could be also the git tool crash issue with Tracker#508...
Xiubo Li
02:14 AM CephFS Bug #50824 (Won't Fix): qa: snaptest-git-ceph bus error
It not ceph's bug, the git itself crashed. Xiubo Li
12:17 AM Revision 2e45f164 (ceph): Merge pull request #41741 from liu-chunmei/seastore-fixe-read-invalid
crimson/seastore: fix OTree read invalid extent chunmei liu
12:02 AM Revision 37ff72ac (ceph): cephadm: validate `--fsid` during bootstrap
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch

06/09/2021

11:51 PM Revision 26605723 (ceph): qa: update cephfs-shell distro to ubuntu 20.04
18.04 is no longer built.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:34 PM Revision 04ae69fd (ceph): crimson/seastore: fix OTree read invalid extent
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
09:12 PM bluestore Backport #50939 (Resolved): nautilus: OSDs broken after nautilus->octopus upgrade: rocksdb Corrup...
Igor Fedotov
07:41 PM bluestore Backport #50939: nautilus: OSDs broken after nautilus->octopus upgrade: rocksdb Corruption: unkno...
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/41749
merged
Yuri Weinstein
09:11 PM bluestore Backport #50780 (Resolved): nautilus: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
Igor Fedotov
07:42 PM bluestore Backport #50780: nautilus: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/41750
merged
Yuri Weinstein
08:38 PM CephFS Feature #51162: mgr/volumes: `fs volume rename` command
See https://github.com/ceph/ceph/pull/41385 for `fs rename` command implementation Ramana Raja
08:37 PM CephFS Feature #51162 (Resolved): mgr/volumes: `fs volume rename` command
Add command to rename a fs volume. It should:
* rename the file system
* change the application tags on the data a...
Ramana Raja
07:55 PM Revision 64281bb3 (ceph): Merge PR #41229 into master
* refs/pull/41229/head:
qa/suites/upgrade/pacific-x/stress-split: add
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Sage Weil
07:41 PM Revision 957dadac (ceph): Merge pull request #41750 from ifed01/wip-ifed-fix-alloc-init-add-free-...
nautilus: os/bluestore: tolerate zero length for allocators' init_[add/rm]_free()
Reviewed-by: Neha Ojha <nojha@redh...
Yuri Weinstein
07:41 PM Revision e2190f78 (ceph): Merge pull request #41749 from ifed01/wip-ifed-fix-repair-multithreadin...
nautilus: os/bluestore: introduce multithireading sync for bluestore's repairer
Reviewed-by: Adam Kupczyk <akupczyk@...
Yuri Weinstein
07:39 PM Dashboard Backport #51054: nautilus: mgr/dashboard: partially deleted RBDs are only listed by CLI
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41738
merged
Yuri Weinstein
07:39 PM Revision 3eb8779d (ceph): Merge pull request #41738 from s0nea/wip-51054-nautilus
nautilus: mgr/dashboard: show partially deleted RBDs
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Yuri Weinstein
06:46 PM rbd Backport #51047: octopus: qemu task fails to install packages, workload isn't run
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41642
merged
Yuri Weinstein
06:45 PM Revision 74ba08b1 (ceph): Merge pull request #41642 from idryomov/wip-rbd-qemu-precise-repos-octopus
octopus: qa/tasks/qemu: precise repos have been archived
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
06:32 PM rbd Bug #50927: rbd_mirror_stress.sh got stuck on ceph_test_rbd_mirror_random_write
http://qa-proxy.ceph.com/teuthology/yuriw-2021-06-08_18:19:19-rbd-wip-yuri7-testing-2021-06-08-0747-octopus-distro-ba... Ilya Dryomov
06:26 PM CephFS Bug #50868: qa: "kern.log.gz already exists; not overwritten"
Seeing similar failures in various rbd runs on all branches:... Ilya Dryomov
06:24 PM Revision e4d083d9 (ceph): rbd-mirror: track in-flight start/stop/restart in instance replayer
The shut down waits for in-flight ops to complete but the
start/stop/restart operations were previously not tracked. ...
Jason Dillaman
04:30 PM rbd Backport #45275 (In Progress): nautilus: [rbd-mirror] image replayer stop might race with remove ...
Mykola Golub
04:24 PM rgw Backport #48424: octopus: Able to circumvent S3 Object Lock using deleteobjects command
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/41031
merged
Yuri Weinstein
04:24 PM Revision b498c222 (ceph): Merge pull request #41031 from trociny/wip-48424-octopus
octopus: rgw: check object locks in multi-object delete
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
04:13 PM Dashboard Bug #50918 (Resolved): mgr/dashboard: 'grafana dashboards update' command fails with 'Dashboard n...
Ernesto Puerta
04:13 PM Dashboard Feature #50226 (Resolved): mgr/dashboard: Update the embedded grafana dashboard to show compressi...
Ernesto Puerta
04:12 PM Dashboard Backport #50664 (Resolved): pacific: mgr/dashboard: Update the embedded grafana dashboard to show...
Ernesto Puerta
04:12 PM Dashboard Backport #50929 (Resolved): pacific: mgr/dashboard: 'grafana dashboards update' command fails wit...
Ernesto Puerta
04:12 PM Revision e132babf (ceph): Merge pull request #41577 from rhcs-dashboard/wip-50664-pacific
pacific: mgr/dashboard:include compression stats on pool dashboard
Reviewed-by: Alfonso Martínez <almartin@redhat.co...
Ernesto Puerta
03:53 PM Revision 3787d66b (ceph): Merge pull request #41769 from ivancich/wip-51138-pacific
pacific: rgw: completion of multipart upload leaves delete marker
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
J. Eric Ivancich
03:41 PM Revision 75540f87 (ceph): Merge pull request #41729 from tchaikov/wip-std-filesystem-gcc-8
*: stop using <experimental/filesystem> as an alternative
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Reviewed-b...
Kefu Chai
03:40 PM Revision 33b3e7cc (ceph): Merge pull request #41791 from rzarzynski/wip-crimson-monc-no_auth_req_...
crimson/monc: don't serve auth requests without active mon connection.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:38 PM mgr Feature #51161 (Resolved): mgr/telemetry: pass leaderboard flag even w/o ident
Allow non-identified clusters to appear in the leaderboard.
The leaderboard option still defaults to false, so the c...
Yaarit Hatuka
03:28 PM Revision c88bfc8b (ceph): Merge pull request #41782 from sseshasa/wip-fix-standalone-test
qa/standalone: Use osd op queue = wpq in activate_osd() within ceph-helpers.sh.
Reviewed-by: Josh Durgin <jdurgin@re...
Neha Ojha
03:26 PM Revision 756a3512 (ceph): *: always include <filesystem>
since there is no need to be compatible with GCC older than GCC-8, so
there is no need to use <experimental/filesyste...
Kefu Chai
03:26 PM Revision 254c1bc7 (ceph): common/strtol: do not check for existence of <charconv>
<charconv> is available since GCC-8, see https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2017
...
Kefu Chai
03:25 PM Revision b6e6d15a (ceph): cmake: require GCC-8.1 and up
for better C++17 support, for instance for a better std::filesystem
support.
the reason why 8.1 is required is that ...
Kefu Chai
03:25 PM Revision d2b0382e (ceph): cmake: stop detecting <experimental/filesystem>
since we've dropped the support of GCC older than v8.0, there is no need
to detect <experimental/filesystem>
Signed-...
Kefu Chai
03:25 PM Revision bfd911d8 (ceph): os/bluestore/bluestore_tool: do not use boost:filesystem as alternative
reverts 9dedabde520907f99727edf9f916ebb55ccdaa87
since there is no need to be compatible with GCC older than GCC-8, ...
Kefu Chai
03:11 PM Revision 4b00f1c2 (ceph): pybind/mg/progress: Disregard unreported pgs
The global recovery event progress calculations only
takes into account pgs with `reported_epoch < start_epoch_of_eve...
Kamoltat (Junior) Sirivadhna
02:51 PM Revision a260fe18 (ceph): Merge PR #41740 into master
* refs/pull/41740/head:
mgr/nfs: do not depend on cephadm.utils
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Sage Weil
02:46 PM Revision a305b094 (ceph): Merge pull request #41682 from neha-ojha/wip-50704-nautilus
nautilus: osd/PG.cc: handle removal of pgmeta object
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Deep...
Yuri Weinstein
02:36 PM Revision da3e4d92 (ceph): crimson/monc: don't serve auth requests without active mon connection.
It's yet another racing issue which happens when auth request
handling is performed during the `active_con` reset seq...
Radoslaw Zarzynski
02:23 PM Revision 0f505dc2 (ceph): qa: update scrub start code to use comma sep scrubopts
The documentation specifies this in [1] and yet we were using (I
believe) an older syntax:
ceph tell mds.foo:0 s...
Patrick Donnelly
01:47 PM Linux kernel client Bug #51158: KASAN use after free when destroying inode at umount
There are some potential workarounds, but the issue is itself caused by the workaround that added ceph_async_iput:
...
Jeff Layton
01:43 PM Linux kernel client Bug #51158 (Resolved): KASAN use after free when destroying inode at umount
KASAN occasionally pops this warning when when unmounting:... Jeff Layton
01:46 PM Revision 7fe1451e (ceph): Merge pull request #41761 from dang/wip-dang-setattrs
RGW - Don't move attrs before setting them Daniel Gryniewicz
01:45 PM rgw Bug #51159 (Resolved): NFS bucket removal can crash
Under certain circumstances, removing a bucket via NFS can cause a crash. Daniel Gryniewicz
01:43 PM rgw Bug #51157: Return correct XML response when delete role fail.
This exists in master, N and O versions zhiming zhang
01:39 PM rgw Bug #51157: Return correct XML response when delete role fail.
<DeleteRoleResponse>
<ResponseMetadata>
<RequestId>tx000000000000000308aec-0060c0799f-2658b-cn_east2</RequestId>
<...
zhiming zhang
01:38 PM rgw Bug #51157 (Resolved): Return correct XML response when delete role fail.
When deletes role fail, the client receives:... zhiming zhang
01:32 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
From the logs of 6161181 snapshot recovery is not able to proceed since a rwlock on the head version
(3:cb63772d:::...
Sridhar Seshasayee
08:07 AM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
Ran the same test repeatedly (5 times) on master by setting osd_op_queue to 'wpq' and 'mclock_scheduler' on different... Sridhar Seshasayee
01:10 PM Orchestrator Bug #45087 (New): cephadm: add-repo: cephadm uses the container image ID as Debian repo base
Sebastian Wagner
01:09 PM bluestore Bug #47446: No snap trim progress after removing large snapshots
Independent from any bluestore crashes or bugs, you should expect cephfs snap trimming to take a long time when there... Dan van der Ster
12:51 PM Feature #51156 (New): qa: Teuthology Testing on Centos 9 Stream
Currently there are challenges to setup Teuthology tests for Centos 9 stream due to missing dependencies preventing t... Adam King
12:34 PM Revision 476b718e (ceph): common: add helper C_TrackerOp context class
This wraps the functionality of starting and finishing a tracked op
into the standard context interface.
Signed-off-...
Jason Dillaman
12:26 PM rbd Backport #48565 (In Progress): nautilus: "TestMigration.StressLive" fails
Mykola Golub
12:25 PM Revision 6c06fbc4 (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
12:21 PM Revision c0a4611e (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.co...
Jason Dillaman
12:15 PM Dashboard Bug #45311 (Closed): rgw: provide right format for rgw sync perf. counters.
Alfonso Martínez
11:57 AM Dashboard Bug #49885 (Resolved): mgr/dashboard: Bucket creation fails when selecting locking with certain v...
Ernesto Puerta
11:57 AM Dashboard Backport #51135 (Resolved): pacific: mgr/dashboard: Bucket creation fails when selecting locking ...
Ernesto Puerta
07:10 AM Dashboard Backport #51135 (In Progress): pacific: mgr/dashboard: Bucket creation fails when selecting locki...
Alfonso Martínez
11:57 AM Revision f05a9895 (ceph): Merge pull request #41777 from rhcs-dashboard/wip-51135-pacific
pacific: mgr/dashboard: simplify object locking fields in 'Bucket Creation' form
Reviewed-by: Alfonso Martínez <alma...
Ernesto Puerta
11:56 AM rbd Backport #46149 (In Progress): nautilus: [object-map] possible race condition when disabling obje...
Mykola Golub
11:54 AM Revision a6f16f5c (ceph): librbd: race when disabling object map with overlapping in-flight writes
The block guard that protects against overlapping updates to the object
map needs to be flushed prior to closing the ...
Jason Dillaman
10:56 AM Revision b1d6f7fa (ceph): python-common: Upgrade to mypy 0.901
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
10:53 AM Revision 1f6b4744 (ceph): qa: Upgrade to mypy 0.901
mypy 0.9 now requires stub packages
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
10:39 AM Revision 3fab28a5 (ceph): src,qa: Upgrade to mypy 0.812
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:39 AM Revision 20e02db2 (ceph): mgr/rook: OSD create: Fix broken list-comprehension
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:39 AM RADOS Bug #51074: standalone/osd-rep-recov-eio.sh: TEST_rep_read_unfound failed with "Bad data after pr...
Kefu, yes I did read the update and your effort to find the commit(s) that caused the regression in the standalone te... Sridhar Seshasayee
10:25 AM RADOS Bug #51074: standalone/osd-rep-recov-eio.sh: TEST_rep_read_unfound failed with "Bad data after pr...
Sridhar, please read the https://tracker.ceph.com/issues/51074#note-3. that's my finding in the last 3 days. Kefu Chai
09:44 AM RADOS Bug #51074: standalone/osd-rep-recov-eio.sh: TEST_rep_read_unfound failed with "Bad data after pr...
Raised PR https://github.com/ceph/ceph/pull/41782 to address the test failure.
Please see latest update to https:/...
Sridhar Seshasayee
10:17 AM Revision 997208da (ceph): mon/MonCommands: remove obsolete mds commands
* "mds dump"
"mds getmap",
"mds stop",
"mds set_max_mds",
"mds set",
"mds rmfailed"
"mds add_data_pool"
...
Kefu Chai
10:16 AM Dashboard Backport #51134 (Rejected): octopus: mgr/dashboard: Bucket creation fails when selecting locking ...
Not to be backported. Alfonso Martínez
10:14 AM Dashboard Bug #51154 (Resolved): mgr/dashboard: stats=false not working when listing buckets
curl -X 'GET' \
'https://localhost:11000/api/rgw/bucket?stats=false' \
-H 'accept: application/vnd.ceph.api.v1....
Alfonso Martínez
09:54 AM Revision 1f6b2a4b (ceph): mon/MonCommands: remove obsolete mon commands
the "scrub" command was marked obsolete in
e9a5ce0897efc6126caeebea9900bf05ec3d2174, which was included by
v15.1.0, b...
Kefu Chai
09:49 AM rgw Backport #51141 (In Progress): nautilus: radosgw-admin user create error message is confusing if ...
Ponnuvel P
09:49 AM Dashboard Subtask #51153 (Closed): mgr/dashboard: report issues demo
Initially planned by next EMEA CDM meeting (Aug 4th)
# User wants to report an issue on a fresh cluster (no API Ke...
Ernesto Puerta
09:45 AM rgw Backport #51139 (In Progress): octopus: radosgw-admin user create error message is confusing if u...
Ponnuvel P
09:44 AM Revision 412def21 (ceph): rgw: Add a helper to validate rgw user attributes
Signed-off-by: Ponnuvel Palaniyappan <ponnuvel.palaniyappan@canonical.com>
(cherry picked from commit de1b064dfe2dd6e...
Ponnuvel Palaniyappan
09:42 AM Dashboard Bug #44851: mgr/dashboard: report bugs/improvements/feedback
Fields display (5):
* Bug or Feature (dropdown)
* Project -> Component (Ernesto to provide a shortlist of component...
Ernesto Puerta
09:39 AM rgw Backport #51140 (In Progress): pacific: radosgw-admin user create error message is confusing if u...
Ponnuvel P
09:37 AM rbd Backport #47887 (In Progress): nautilus: [journal] object recorder can race while lock is tempora...
Backport PR: https://github.com/ceph/ceph/pull/41748 Mykola Golub
09:35 AM Revision 038c0530 (ceph): rgw: Add a helper to validate rgw user attributes
Signed-off-by: Ponnuvel Palaniyappan <ponnuvel.palaniyappan@canonical.com>
(cherry picked from commit de1b064dfe2dd6e...
Ponnuvel Palaniyappan
09:32 AM Revision 94826eaa (ceph): qa/standalone: Use osd op queue = wpq in activate_osd()
This change is a follow-up to commit
b6e9c0903d5ad9a699b675f9fa7739e9cce9a5f3 that set the scheduler to wpq in
run_os...
Sridhar Seshasayee
09:09 AM Revision ea61dd2c (ceph): rgw/sts: adding role name and role session to ops log.
Also adding authentication type for all ops.
Fixes: https://tracker.ceph.com/issues/51152
Signed-off-by: Pritha Sri...
Pritha Srivastava
09:08 AM rgw Bug #51152 (Fix Under Review): add role information and auth type to ops log
Pritha Srivastava
09:08 AM rgw Bug #51152 (Resolved): add role information and auth type to ops log
Include role information (role name, role session name) and authentication type (local, ldap, keystone etc) to ops log Pritha Srivastava
09:05 AM RADOS Backport #51151 (Rejected): nautilus: When read failed, ret can not take as data len, in FillInVe...
Backport Bot
09:05 AM RADOS Backport #51150 (Resolved): pacific: When read failed, ret can not take as data len, in FillInVer...
https://github.com/ceph/ceph/pull/44173 Backport Bot
09:05 AM RADOS Backport #51149 (Resolved): octopus: When read failed, ret can not take as data len, in FillInVer...
https://github.com/ceph/ceph/pull/44174 Backport Bot
09:03 AM Revision 09f3c21f (ceph): Merge pull request #41727 from yanqiang-ux/handle_error_ret_FillInVerif...
osd: set r only if succeed in FillInVerifyExtent
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:02 AM RADOS Bug #51115 (Pending Backport): When read failed, ret can not take as data len, in FillInVerifyExtent
Kefu Chai
08:59 AM Revision 70c6a1db (ceph): mgr/mgr_module:delete invalid judgment
Signed-off-by: dengchl01 <dengchl01@inspur.com> dengchl01
08:44 AM Revision 12774516 (ceph): osd: set r only if succeed in FillInVerifyExtent
When read failed, ret can be taken as data len in FillInVerifyExtent, which should be avoided.
It may cause errors in...
yanqiang-ux
08:36 AM Revision 13666263 (ceph): Merge pull request #41718 from tchaikov/wip-doc-ci-deps
doc/dev: add continuous-integration
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
08:25 AM Linux kernel client Bug #48895: ceph: krbd client con get stuck in CON_SOCK_STATE_CONNECTING state
Ilya Dryomov wrote:
> Hi Fan,
>
> Sorry, not yet. I hit a locking issue which I didn't have time to investigate ...
fan chen
08:07 AM Linux kernel client Bug #48895: ceph: krbd client con get stuck in CON_SOCK_STATE_CONNECTING state
Hi Fan,
Sorry, not yet. I hit a locking issue which I didn't have time to investigate and rather than risking the...
Ilya Dryomov
01:53 AM Linux kernel client Bug #48895: ceph: krbd client con get stuck in CON_SOCK_STATE_CONNECTING state
hi Ilya, the v5.12.9 kernel has been released already. were those patches pushed?
fan chen wrote:
> fan chen wrot...
fan chen
01:52 AM Linux kernel client Bug #48895: ceph: krbd client con get stuck in CON_SOCK_STATE_CONNECTING state
hi Ilya,
the v5.12.9 kernel has been released already. were those patches pushed?
fan chen
08:25 AM Dashboard Backport #51148 (Resolved): pacific: mgr/dashboard: when adding host, allow to specify network ad...
https://github.com/ceph/ceph/pull/42027 Backport Bot
08:24 AM Revision ab1efdef (ceph): Merge pull request #41549 from rhcs-dashboard/pacific-npm-revert
Revert "pacific: mgr/dashboard: Generate NPM dependencies manifest"
Reviewed-by: Aashish Sharma <aasharma@redhat.com...
Ernesto Puerta
08:24 AM Dashboard Feature #50318 (Pending Backport): mgr/dashboard: when adding host, allow to specify network addr...
Ernesto Puerta
08:23 AM Revision 3729788e (ceph): doc/dev: add continuous-integration
for noting down the architecture of our CI. and how we prepare
some of the build dependencies.
Signed-off-by: Kefu C...
Kefu Chai
08:23 AM Revision 6465b9a2 (ceph): Merge pull request #41123 from rhcs-dashboard/host-addr-and-labels
mgr/dashboard: Include Network address and labels on Host Creation form
Reviewed-by: Alfonso Martínez <almartin@redh...
Ernesto Puerta
08:19 AM rbd Bug #51100: object_recorder->is_closed() assert failure in JournalRecorder::open_object_set() in ...
It doesn't reproduce on master though, so it is definitely a missing backport. Perhaps https://github.com/ceph/ceph/... Ilya Dryomov
08:02 AM rbd Bug #51100 (New): object_recorder->is_closed() assert failure in JournalRecorder::open_object_set...
This assert is still being hit with https://github.com/ceph/ceph/pull/41748 included:
http://qa-proxy.ceph.com/teu...
Ilya Dryomov
08:08 AM Revision 2f48f7d0 (ceph): Merge pull request #41548 from rhcs-dashboard/revert-npm
Revert "mgr/dashboard: Generate NPM dependencies manifest"
Reviewed-by: Waad Alkhoury <walkhour@redhat.com>
Reviewed...
Ernesto Puerta
07:26 AM Revision be0842f2 (ceph): rgw: RGWSwiftWebsiteHandler::is_web_dir checks empty subdir_name
checking for empty name avoids later assertion in RGWObjectCtx::set_atomic
Fixes: CVE-2021-3531
(cherry picked from...
Felix Huettner
07:10 AM Revision 3425a6f1 (ceph): mgr/dashboard: simplify object locking fields in 'Bucket Creation' form
- UI: The object locking retention period must be expressed in days.
Years value from API (as API keeps param parit...
Alfonso Martínez
06:59 AM Bug #51147: Rocksdb build failed on Aarch64 with GCC 9.4.0
Reported bug at GCC bugzilla:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100985
Kevin Zhao
06:59 AM Bug #51147 (New): Rocksdb build failed on Aarch64 with GCC 9.4.0
See: https://jenkins.ceph.com/job/ceph-pull-requests-arm64/15036/console
Build rocksdb failed on Ubuntu 18.04.5 with...
Kevin Zhao
06:48 AM Revision 99797cc4 (ceph): test/cls_rgw: test bi_list for objects with non-ascii names
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit 878d9510b4c9c0cc944740642e3342fdcb341936)
Mykola Golub
06:48 AM Revision 1caf6f1c (ceph): test/cls_rgw: make bi_list test not rely on osd_max_omap_entries_per_re...
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit d02d91f6f20a3431fd758a67a0bf77ea4bd4d883)
C...
Mykola Golub
06:47 AM Revision 44e43e8a (ceph): cls/rgw: look for plane entries in non-ascii plain namespace too
Fixes: https://tracker.ceph.com/issues/50415
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit...
Mykola Golub
06:32 AM rgw Backport #51144 (In Progress): nautilus: directories with names starting with a non-ascii charact...
Mykola Golub
05:26 AM rgw Backport #51142 (In Progress): octopus: directories with names starting with a non-ascii characte...
Mykola Golub
05:25 AM Revision a7dcf40e (ceph): test/cls_rgw: make bi_list test not rely on osd_max_omap_entries_per_re...
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit d02d91f6f20a3431fd758a67a0bf77ea4bd4d883)
Mykola Golub
05:25 AM Revision 54a72e71 (ceph): test/cls_rgw: test bi_list for objects with non-ascii names
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit 878d9510b4c9c0cc944740642e3342fdcb341936)
Mykola Golub
05:23 AM Revision 6c2749cc (ceph): cls/rgw: look for plane entries in non-ascii plain namespace too
Fixes: https://tracker.ceph.com/issues/50415
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit...
Mykola Golub
05:16 AM rgw Backport #51143 (In Progress): pacific: directories with names starting with a non-ascii characte...
Mykola Golub
05:15 AM Revision a435c575 (ceph): cls/rgw: look for plane entries in non-ascii plain namespace too
Fixes: https://tracker.ceph.com/issues/50415
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit...
Mykola Golub
05:15 AM Revision 009755b9 (ceph): test/cls_rgw: test bi_list for objects with non-ascii names
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit 878d9510b4c9c0cc944740642e3342fdcb341936)
Mykola Golub
05:15 AM Revision bec23142 (ceph): test/cls_rgw: make bi_list test not rely on osd_max_omap_entries_per_re...
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit d02d91f6f20a3431fd758a67a0bf77ea4bd4d883)
Mykola Golub
05:04 AM Revision ca52b493 (ceph): mgr/cephadm: When create osd which include db, _create_daemon will be e...
Signed-off-by: jianglong01 <jianglong01@qianxin.com> jianglong01
03:40 AM Bug #51145 (Fix Under Review): pybind/cmd_argparse: does not process vector of choices
Kefu Chai
03:03 AM Bug #51145: pybind/cmd_argparse: does not process vector of choices
I was wrong about this bug being in Pacific: the old syntax works:... Patrick Donnelly
02:41 AM Bug #51145: pybind/cmd_argparse: does not process vector of choices
Please QA with: https://github.com/ceph/ceph/pull/41771 Patrick Donnelly
02:44 AM CephFS Bug #51146 (Fix Under Review): qa: scrub code does not join scrubopts with comma
Patrick Donnelly
02:36 AM CephFS Bug #51146 (Resolved): qa: scrub code does not join scrubopts with comma
Patrick Donnelly

06/08/2021

11:25 PM Bug #51145: pybind/cmd_argparse: does not process vector of choices
The Ceph C++ code does process these as expected:
test.py:...
Patrick Donnelly
09:55 PM Bug #51145 (Resolved): pybind/cmd_argparse: does not process vector of choices
... Patrick Donnelly
11:10 PM RADOS Bug #38219: rebuild-mondb hangs
http://qa-proxy.ceph.com/teuthology/yuriw-2021-06-08_20:53:36-rados-wip-yuri-testing-2021-06-04-0753-nautilus-distro-... Deepika Upadhyay
06:39 PM RADOS Bug #38219: rebuild-mondb hangs
2021-06-04T23:05:38.775 INFO:tasks.ceph.mon.a.smithi071.stderr:/build/ceph-14.2.21-305-gac8fcfa6/src/mon/OSDMonitor.c... Deepika Upadhyay
10:45 PM rgw Backport #51138 (In Progress): pacific: rgw: completion of multipart upload leaves delete marker
J. Eric Ivancich
05:25 PM rgw Backport #51138 (Resolved): pacific: rgw: completion of multipart upload leaves delete marker
https://github.com/ceph/ceph/pull/41769 Backport Bot
07:52 PM RADOS Backport #50797 (In Progress): pacific: mon: spawn loop after mon reinstalled
Neha Ojha
07:52 PM Revision d204d81c (ceph): mon: load stashed map before mkfs monmap
After mkfs the store may not yet contain monmap:last_committed but
might be respawning after setting mon_sync:temp_ne...
Dan van der Ster
07:39 PM rgw Bug #50974: rgw: storage class: GLACIER lifecycle don't worked when STANDARD pool and GLACIER poo...
> it sounds like this logic needs to compare storage classes instead of just the pool names
Thanks, seems something ...
Konstantin Shalygin
06:35 PM CephFS Documentation #49406: Exceeding osd nearfull ratio causes write throttle.
I got caught by surprise, too. Maybe at least in "Kernel Mount Debugging":https://docs.ceph.com/en/latest/cephfs/trou... Jan-Philipp Litza
06:24 PM Revision 926f8590 (ceph): rgw: completion of multipart upload leaves delete marker
The multipart upload meta object is deleted when the multipart upload
is completed. When the bucket is versioned, it ...
J. Eric Ivancich
06:14 PM Backport #50916 (In Progress): octopus: mds cpu_profiler asok_command crashes
Cory Snyder
06:14 PM Revision 44023600 (ceph): cpu_profiler: fix asok command crash
fixes: https://tracker.ceph.com/issues/50814
Signed-off-by: liu shi <liu.shi@navercorp.com>
(cherry picked from commi...
liu shi
06:14 PM Revision c425bdb6 (ceph): mds: reset code after cpu_profiler
Signed-off-by: liu shi <liu.shi@navercorp.com>
(cherry picked from commit f1afb7b1b8d1b4873730e1b88a552213e4c51977)
liu shi
06:13 PM rgw Feature #49033: [RFE] add reference counting to amqp connections
Unfortunately I won't be able to help out with this, I am changing jobs next week and I doubt that Ceph will remain a... Tom Schoonjans
12:19 PM rgw Feature #49033: [RFE] add reference counting to amqp connections
agree. we should add an idle connection deletion mechanism, regardless of topics pointing to the connection.
connect...
Yuval Lifshitz
06:12 PM rgw Backport #50727 (In Progress): octopus: multisite: crash in RGWRESTStreamRWRequest::do_send_prepa...
Cory Snyder
06:12 PM Revision a37bd3a8 (ceph): rgw : add check empty for sync url
Fixes: https://tracker.ceph.com/issues/50103
Signed-off-by: caolei <halei15848934852@163.com>
(cherry picked from com...
cao.leilc
06:06 PM rgw Backport #51079 (In Progress): octopus: Bad error message on bucket chown
Cory Snyder
06:06 PM Revision b38caee0 (ceph): rgw: require bucket name in bucket chown
Checking and reporting missing the mandatory parameter avoid clueless error
message for bucket chown.
Signed-off-by:...
Zulai Wang
06:02 PM mgr Backport #51093 (In Progress): octopus: mgr crash loop after increase pg_num
Cory Snyder
06:02 PM Revision ec7b5892 (ceph): mgr/DaemonServer.cc: prevent integer underflow that is triggered by lar...
This fixes a scenario where mgrs continually crash while attempting to apply large increases to pg_num/pgp_num. The m... Cory Snyder
06:01 PM rbd Backport #50714 (In Progress): octopus: Global config overrides do not apply to in-use images
Cory Snyder
06:01 PM Revision 77aeff97 (ceph): common/config_proxy: expose the 'set_config_values' method
This method was previously only available for seastart builds, but
librbd will also use it to control the timing of u...
Jason Dillaman
06:01 PM Revision 9491b7c9 (ceph): common/config_proxy: added 'get_config_values' method
Expose the ability to retrieve the ConfigValues from an existing
ConfigProxy object. When combined with the newly exp...
Jason Dillaman
05:58 PM RADOS Backport #50795: nautilus: mon: spawn loop after mon reinstalled
https://github.com/ceph/ceph/pull/41762 Dan van der Ster
05:55 PM Revision 264eb562 (ceph): mon: load stashed map before mkfs monmap
After mkfs the store may not yet contain monmap:last_committed but
might be respawning after setting mon_sync:temp_ne...
Dan van der Ster
05:32 PM bluestore Bug #48216: Spanning blobs list might have zombie blobs that aren't of use any more
Igor, after couple of weeks i run fsck on upgraded and repaired OSD's:... Konstantin Shalygin
05:26 PM rgw Backport #51144 (Resolved): nautilus: directories with names starting with a non-ascii character ...
https://github.com/ceph/ceph/pull/41776 Backport Bot
05:26 PM rgw Backport #51143 (Resolved): pacific: directories with names starting with a non-ascii character d...
https://github.com/ceph/ceph/pull/41774 Backport Bot
05:26 PM rgw Backport #51142 (Resolved): octopus: directories with names starting with a non-ascii character d...
https://github.com/ceph/ceph/pull/41775 Backport Bot
05:25 PM rgw Backport #51141 (Rejected): nautilus: radosgw-admin user create error message is confusing if use...
https://github.com/ceph/ceph/pull/41785 Backport Bot
05:25 PM rgw Backport #51140 (Resolved): pacific: radosgw-admin user create error message is confusing if user...
https://github.com/ceph/ceph/pull/41783 Backport Bot
05:25 PM rgw Backport #51139 (Resolved): octopus: radosgw-admin user create error message is confusing if user...
https://github.com/ceph/ceph/pull/41784 Backport Bot
05:25 PM rgw Bug #48262 (Resolved): rgw: RGWListMultipart show Owner ID and DisplayName
J. Eric Ivancich
05:21 PM rgw Bug #50415 (Pending Backport): directories with names starting with a non-ascii character disappe...
J. Eric Ivancich
05:21 PM rgw Bug #50554 (Pending Backport): radosgw-admin user create error message is confusing if user with ...
J. Eric Ivancich
05:20 PM rgw Bug #51078 (Pending Backport): rgw: completion of multipart upload leaves delete marker
J. Eric Ivancich
05:20 PM Revision 0b43e5f8 (ceph): Merge pull request #38135 from joke-lee/fix-list-parts-show-id-and-disp...
rgw: RGWListMultipart show Owner ID and DisplayName
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
J. Eric Ivancich
05:19 PM Dashboard Feature #51137 (Rejected): mgr/dashboard: log SAML message in ceph-mgr logs
The SAML message from an IdP doesn't get logged in ceph-mgr logs.
Sometimes when IdP sends SAML payload and if the...
Ponnuvel P
05:19 PM Revision 2b8f0b96 (ceph): Merge pull request #40975 from trociny/wip-50415
cls/rgw: look for plain entries in non-ascii plain namespace too
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
05:19 PM Revision 28f644dd (ceph): Merge pull request #41065 from pponnuvel/tracker_50554
rgw: Improve error message on email id reuse
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by: Shilpa Ja...
J. Eric Ivancich
05:18 PM Revision be32908d (ceph): Merge pull request #41678 from ivancich/wip-multipart-delete-marker
rgw: completion of multipart upload leaves delete marker
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-b...
J. Eric Ivancich
04:59 PM Revision 4d38154f (ceph): RGW - Don't move attrs before setting them
Moving the attrs into s->bucket_attrs before setting them results in
setting empty attrs into the bucket. This means...
Daniel Gryniewicz
04:50 PM RADOS Bug #50681: memstore: apparent memory leak when removing objects
Sven Anderson wrote:
> Greg Farnum wrote:
> > How long did you wait to see if memory usage dropped? Did you look at...
Greg Farnum
04:14 PM Revision 29d4bd3c (ceph): Merge pull request #41760 from zdover23/wip-doc-2021-06-09-dev-guide-re...
doc/dev: s/reposotory/repository/ (really)
Reviewed-by: Kefu Chai <kchai@redhat.com>
zdover23
04:07 PM Orchestrator Bug #51027: monmap drops rebooted mon if deployed via label
P.S. It might be a good idea to think of a better debug log message phrase than 'commit suicide'.
Harry Coin
04:01 PM Orchestrator Bug #51027: monmap drops rebooted mon if deployed via label
Yes, and the results are attached. This is a little sandbox system in a workshop, 4 of 5 hosts running osds, 5 of 5 ... Harry Coin
10:25 AM Orchestrator Bug #51027 (Need More Info): monmap drops rebooted mon if deployed via label
can you run https://gist.github.com/sebastian-philipp/8e18f4815e90dc0f51fe3fbff8c8aae5 and attach the result? Also ha... Sebastian Wagner
03:59 PM Dashboard Bug #50855 (Resolved): mgr/dashboard: API Version changing doesnt affect to pre-defined methods
Ernesto Puerta
03:58 PM Dashboard Backport #51037 (Resolved): pacific: mgr/dashboard: API Version changing doesnt affect to pre-def...
Ernesto Puerta
03:57 PM Revision cdee62ae (ceph): Merge pull request #41675 from aaSharma14/wip-51037-pacific
pacific: mgr/dashboard: API Version changes do not apply to pre-defined methods (list, create etc.)
Reviewed-by: Aas...
Ernesto Puerta
03:57 PM Revision 298b446c (ceph): doc/dev: s/reposotory/repository/ (really)
This corrects the heinous misspelling described in the
substitution expression in the title. This misspelling is
all ...
Zac Dover
03:48 PM Dashboard Cleanup #50955 (Resolved): mgr/dashboard: introduce seperate frontend component for API docs
Ernesto Puerta
03:48 PM Revision 90a78bef (ceph): Merge pull request #41523 from rhcs-dashboard/fix-50955-master
mgr/dashboard: introduce separate front-end component for API docs
Reviewed-by: Alfonso Martínez <almartin@redhat.co...
Ernesto Puerta
03:33 PM Revision c384b04c (ceph): Merge pull request #41703 from tchaikov/wip-options-mgr-mon
common/options: extract mgr and mon options out
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
03:33 PM Orchestrator Bug #50359 (Resolved): Configure the IP address for the monitoring stack components
Kefu Chai
03:32 PM Revision 04fa4164 (ceph): Merge pull request #41444 from Daniel-Pivonka/cephadm-monitoring-ip-bind
mgr/cephadm: allow monitoring stack ip binding and custom ports
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Rev...
Kefu Chai
03:30 PM Revision fb25fa72 (ceph): Merge pull request #41555 from mgfritch/cephadm-pytest-bootstrap
cephadm: add bootstrap unit tests
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Kefu Chai
03:30 PM Revision 7bb4628e (ceph): Merge pull request #41567 from ybwang0211/listxattr
doc: Added the explanation of the 'listxattr <obj-name>' and 'getxattr <obj-name> attr' commands
Reviewed-by: Kefu C...
Kefu Chai
03:29 PM Revision a879aadd (ceph): Merge pull request #41724 from tchaikov/wip-cmdparse-cleanup
common/cmdparse: do not create temp string unless necessary
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Pa...
Kefu Chai
03:18 PM Linux kernel client Bug #51136 (Duplicate): Random hanging issues with rbd after network issues
Hello,
We are experimenting random hanging issues with our LXC VM using a mapped RBD image.
We're using version...
Maximilien Cuony
03:12 PM Revision 756d4b18 (ceph): .github/labeler: add api-change label
To flag PRs changing the Ceph REST API. It might also work for another
APIs.
Signed-off-by: Ernesto Puerta <epuertat...
Ernesto Puerta
02:55 PM Dashboard Backport #51135 (Resolved): pacific: mgr/dashboard: Bucket creation fails when selecting locking ...
https://github.com/ceph/ceph/pull/41777 Backport Bot
02:55 PM Dashboard Backport #51134 (Rejected): octopus: mgr/dashboard: Bucket creation fails when selecting locking ...
Backport Bot
02:53 PM bluestore Bug #51133 (New): OSDs failing to start: rocksdb: submit_common error: Corruption: block checksum...
After a while of high usage on my stack, I'm getting this error:... Ben G
02:53 PM Dashboard Bug #49885 (Pending Backport): mgr/dashboard: Bucket creation fails when selecting locking with c...
Ernesto Puerta
02:53 PM Revision a9ea94f8 (ceph): Merge pull request #41656 from rhcs-dashboard/49885-fix-bucket-object-l...
mgr/dashboard: simplify object locking fields in 'Bucket Creation' form
Reviewed-by: Waad Alkhoury <walkhour@redhat....
Ernesto Puerta
02:35 PM CephFS Backport #50993: pacific: cephfs-mirror: incrementally transfer snapshots whenever possible
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41475
merged
Yuri Weinstein
02:35 PM CephFS Backport #50876: pacific: cephfs-mirror: allow mirror daemon to connect to local/primary cluster ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41475
merged
Yuri Weinstein
02:35 PM CephFS Backport #50917: pacific: Mirroring path "remove" don't not seem to work
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41475
merged
Yuri Weinstein
02:35 PM CephFS Backport #50537: pacific: "ceph fs snapshot mirror daemon status" should not use json keys as value
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41475
merged
Yuri Weinstein
02:35 PM CephFS Backport #50877: pacific: qa: test_mirroring_init_failure_with_recovery failure
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41475
merged
Yuri Weinstein
02:35 PM CephFS Backport #50871: pacific: cephfs-mirror: use sensible mount/shutdown timeouts
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41475
merged
Yuri Weinstein
02:35 PM CephFS Backport #50541: pacific: libcephfs: support file descriptor based *at() APIs
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41475
merged
Yuri Weinstein
02:35 PM CephFS Backport #50629: pacific: cephfs-mirror: ignore snapshots on parent directories when synchronizin...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41475
merged
Yuri Weinstein
02:34 PM Revision 45312e27 (ceph): Merge pull request #41475 from vshankar/wip-cephfs-mirror-pacific-backp...
pacific: cephfs-mirror backports
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
02:34 PM Revision de1e0ccd (ceph): mgr/dashboard: crushmap tree doesn't display crush type other than root
Fixes: https://tracker.ceph.com/issues/50971
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Avan Thakkar
02:16 PM Dashboard Cleanup #47355 (Fix Under Review): mgr/dashboard: create directive for AuthStorage service
Alfonso Martínez
01:33 PM Revision cf4587e6 (ceph): Merge pull request #41743 from tchaikov/wip-rgw-lua-exception
rgw/rgw_lua_utils: return error using luaL_error()
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Kefu Chai
01:10 PM rgw Backport #50982: pacific: Pacific - RadosGW not starting after upgrade
Konstantin Shalygin wrote:
> https://github.com/ceph/ceph/pull/41576
merged
Yuri Weinstein
01:09 PM Revision bbbd8352 (ceph): Merge pull request #41576 from adamemerson/wip-50982-pacific
rgw: Simplify log shard probing and err on the side of omap
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
12:23 PM Revision e2693727 (ceph): Merge pull request #41689 from tchaikov/wip-vstart-restful
vstart.sh: disable restful by default
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Kefu Chai
12:20 PM mgr Bug #51131 (New): prometheus stats missing since upgrade to octopus 15.2.13
I recently upgraded one of my clusters from nautilus 14.2.21 on ubuntu to octopus 15.2.13. Since then
I do not get ...
Marcel Kuiper
12:18 PM rgw Bug #51114: TestAMQP.ClosedConnection failing in master
this issue indicates a real race condition that may happen when deleting a connection explicitly using the "disconnec... Yuval Lifshitz
11:40 AM rgw Bug #51114 (In Progress): TestAMQP.ClosedConnection failing in master
Yuval Lifshitz
12:15 PM bluestore Bug #45994 (Duplicate): OSD crash - in thread tp_osd_tp
Igor Fedotov
12:13 PM bluestore Bug #46525 (Need More Info): osd crush
Igor Fedotov
12:13 PM bluestore Bug #46780 (Closed): BlueFS Spillover without db being full
Fixed with new bluefs space tracking framework (see #39185) starting v14.2.12 Igor Fedotov
12:07 PM bluestore Bug #46270 (Can't reproduce): mimic:osd can not start
Igor Fedotov
12:06 PM bluestore Feature #47718 (Resolved): intoduce means to detect/workaround spurios read errors in bluefs
Igor Fedotov
11:59 AM bluestore Bug #48047 (Rejected): osd: fix bluestore stupid allocator
Igor Fedotov
11:58 AM rgw Bug #51127: Index pool not cleaned up after bucket deletion
In Sin let me show one omap value entry in the log:... Ist Gab
11:24 AM rgw Bug #51127 (Duplicate): Index pool not cleaned up after bucket deletion
Hi,
in my 3 sites multisites setup I just see that on some sites the index pool still has the index files and in S...
Ist Gab
11:40 AM Revision 873e3fc8 (ceph): Merge pull request #41756 from rzarzynski/wip-crimson-monc-fix-races-in...
crimson/monc: fix races between on_session_opened() and the reset sequence
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:35 AM bluestore Backport #51130 (Resolved): pacific: In poweroff conditions BlueFS can create corrupted files
https://github.com/ceph/ceph/pull/42424 Backport Bot
11:35 AM bluestore Backport #51129 (Resolved): nautilus: In poweroff conditions BlueFS can create corrupted files
https://github.com/ceph/ceph/pull/43135 Backport Bot
11:35 AM bluestore Backport #51128 (Resolved): octopus: In poweroff conditions BlueFS can create corrupted files
https://github.com/ceph/ceph/pull/42374 Backport Bot
11:32 AM bluestore Bug #50965 (Pending Backport): In poweroff conditions BlueFS can create corrupted files
Igor Fedotov
11:30 AM bluestore Bug #50965: In poweroff conditions BlueFS can create corrupted files
Why doesn't this need to be backported? The commit applies cleanly to pacific, at least. Dan van der Ster
11:27 AM bluestore Backport #49981 (In Progress): octopus: BlueRocksEnv::GetChildren may pass trailing slashes to Bl...
https://github.com/ceph/ceph/pull/41757 Igor Fedotov
11:20 AM Revision 2e865c36 (ceph): os/bluestore: strip trailing slash for directory listings
Calls to BlueRocksEnv::GetChildren may contain a trailing / in the
queried directory, which is stripped away with thi...
Jonas Jelten
11:20 AM Revision 10b7d6bc (ceph): os/bluestore: let split() return string_view
instead of creating two strings, just return string_views, for better
performance. and for better readability.
Signe...
Kefu Chai
11:19 AM Revision 087b4dd2 (ceph): os/bluestore: use string_view in BlueFS
this improves the performance of lookup. when it comes to mutation
operations, std::map<> always require an instance ...
Kefu Chai
11:11 AM Revision 52600606 (ceph): Merge pull request #41747 from dengchl01/dengchl01-commit
mgr/mgr_module: update docstring of MgrModule.get()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:57 AM Revision b5f3dc4d (ceph): crimson/monc: fix races between on_session_opened() and the reset seque...
The `active_con` can get invalidated every single time when there is
a preemption point. This includes even the middl...
Radoslaw Zarzynski
10:48 AM Revision 50971325 (ceph): os/bluestore: use transparent comparator
so we don't need to create an instance of `std::string` just for looking
up in those maps.
Signed-off-by: Kefu Chai ...
Kefu Chai
10:48 AM Orchestrator Bug #43702 (Resolved): Rook: CephObjectStore without pools
Sebastian Wagner
10:47 AM Revision 83c03f68 (ceph): os/bluestore: move BlueRocksEnv::split() to .cc
this helper is only used by the functions in the .cc file, and it does
not reference BlueRocksEnv member variable or ...
Kefu Chai
10:46 AM bluestore Backport #49982 (In Progress): pacific: BlueRocksEnv::GetChildren may pass trailing slashes to Bl...
https://github.com/ceph/ceph/pull/41755 Igor Fedotov
10:42 AM Orchestrator Documentation #46073 (Need More Info): cephadm install fails: apt:stderr E: Unable to locate pack...
what needs to be changed here? Sebastian Wagner
10:41 AM Revision eee6dbea (ceph): os/bluestore: strip trailing slash for directory listings
Calls to BlueRocksEnv::GetChildren may contain a trailing / in the
queried directory, which is stripped away with thi...
Jonas Jelten
10:41 AM Revision 7f4c7ec0 (ceph): os/bluestore: let split() return string_view
instead of creating two strings, just return string_views, for better
performance. and for better readability.
Signe...
Kefu Chai
10:41 AM Revision 44131092 (ceph): os/bluestore: use string_view in BlueFS
this improves the performance of lookup. when it comes to mutation
operations, std::map<> always require an instance ...
Kefu Chai
10:41 AM Orchestrator Bug #46782 (Need More Info): cephadm bootstrap demands --mon-ip or --mon-addrv option even when M...
This requires:
* the ability to parse YAML within the
* import python-common from the cephadm binary.
Sebastian Wagner
10:41 AM Revision 4be1966d (ceph): os/bluestore: use transparent comparator
so we don't need to create an instance of `std::string` just for looking
up in those maps.
Signed-off-by: Kefu Chai ...
Kefu Chai
10:41 AM Revision 4561a0f1 (ceph): os/bluestore: move BlueRocksEnv::split() to .cc
this helper is only used by the functions in the .cc file, and it does
not reference BlueRocksEnv member variable or ...
Kefu Chai
10:39 AM Orchestrator Bug #47332 (Resolved): repo_digest: Follow up's
Sebastian Wagner
10:38 AM Orchestrator Bug #47358 (New): "ceph orch apply osd" chokes on valid service_spec.yml
Sebastian Wagner
10:37 AM bluestore Backport #50782 (In Progress): pacific: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
https://github.com/ceph/ceph/pull/41753 Igor Fedotov
10:36 AM Orchestrator Bug #49603 (Can't reproduce): cephadm/podman: 3 stray daemon(s) not managed by cephadm","count":3}
Sebastian Wagner
10:35 AM Orchestrator Bug #49654 (Resolved): iSCSI stops working after Upgrade 15.2.4 -> 15.2.9
Sebastian Wagner
10:34 AM Orchestrator Bug #49838 (Need More Info): RFE: Support for cephadm daemon logs redirection to non default file...
Sebastian Wagner
10:34 AM Revision 83c514f5 (ceph): os/bluestore: tolerate zero length for allocators' init_[add/rm]_free()
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 6548e5d991810e89fc1ac14eb4fcf1a37a2b129f)
Igor Fedotov
10:33 AM Orchestrator Bug #49889 (Can't reproduce): mgr/orchestrator/_interface.py: ZeroDivisionError
Sebastian Wagner
10:28 AM Orchestrator Bug #50671: cephadm.py OSD status check fails 'no keyring found at /etc/ceph/ceph.client.admin.ke...
this should be fixed with the new logic to deploy keyrings within cephadm. Sebastian Wagner
10:23 AM Orchestrator Bug #51056 (Resolved): manage cephadm log with logrotated
Sebastian Wagner
10:22 AM bluestore Backport #50938 (In Progress): pacific: OSDs broken after nautilus->octopus upgrade: rocksdb Corr...
https://github.com/ceph/ceph/pull/41752
merged
Igor Fedotov
10:16 AM Revision 5f1aa055 (ceph): doc/dev/cephadm: cephadm bootstrap --shared_ceph_folder
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
10:14 AM Revision 6516526b (ceph): os/bluestore: introduce multithireading sync for bluestore's repairer
In quick-fix mode bluestore uses 2 threads by default to perform the
repair. Due to lacking synchronization they migh...
Igor Fedotov
10:14 AM Revision 8f71780d (ceph): test/bluestore: add test case to reproduce #50017
This issue is caused by the lack of multithreading sync when doing
bluestore's quick-fix.
Signed-off-by: Igor Fedoto...
Igor Fedotov
10:11 AM bluestore Feature #21741 (Closed): os/bluestore: multi-tier support in BlueStore
Closing due to inactivity Igor Fedotov
10:06 AM Dashboard Tasks #51126 (Resolved): mgr/dashboard: final demo (proposal)
By EMEA CDM (17pm CEST - 20.30 IST)
Demo new Landing Page e2e visual regression test.
Ernesto Puerta
10:03 AM bluestore Bug #41208 (Resolved): os/bluestore/NVMEDevice:when write\read\flush func eorror in aio_handle, w...
Igor Fedotov
10:03 AM CephFS Bug #51062 (Triaged): mds,client: suppport getvxattr RPC
Milind Changire
10:02 AM Dashboard Tasks #51125 (Resolved): mgr/dashboard: identify & start prototyping on an existing e2e test to c...
Perhaps the landing page, pools page, ... (an existing one) Ernesto Puerta
09:59 AM bluestore Bug #49168 (Resolved): Bluefs improperly handles huge (>4GB) writes which causes data corruption
Igor Fedotov
09:58 AM bluestore Backport #49477 (Rejected): mimic: Bluefs improperly handles huge (>4GB) writes which causes data...
Igor Fedotov
09:58 AM bluestore Backport #49478 (Rejected): luminous: Bluefs improperly handles huge (>4GB) writes which causes d...
Igor Fedotov
09:58 AM Dashboard Tasks #51124 (Resolved): mgr/dashboard: exploration/research/state of the art
Ernesto Puerta
09:57 AM bluestore Bug #45337 (Resolved): Large (>=2 GB) writes are incomplete when bluefs_buffered_io = true
Igor Fedotov
09:57 AM bluestore Backport #45683 (Rejected): mimic: Large (>=2 GB) writes are incomplete when bluefs_buffered_io =...
wouldn't fix as mimic is at EOL Igor Fedotov
09:50 AM Revision 5b31052b (ceph): rgw/amqp: fix valgrind issue of uninitialized info.ssl
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> Yuval Lifshitz
09:42 AM bluestore Backport #50780 (In Progress): nautilus: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
https://github.com/ceph/ceph/pull/41750 Igor Fedotov
09:34 AM Revision e6e4cca9 (ceph): os/bluestore: tolerate zero length for allocators' init_[add/rm]_free()
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 6548e5d991810e89fc1ac14eb4fcf1a37a2b129f)
Igor Fedotov
09:33 AM bluestore Backport #50939 (In Progress): nautilus: OSDs broken after nautilus->octopus upgrade: rocksdb Cor...
https://github.com/ceph/ceph/pull/41749 Igor Fedotov
09:29 AM Dashboard Feature #51123 (New): mgr/dashboard: add new caching metrics to prometheus-exporter
Add the metrics required in the Grafana dashboard to the prometheus exporter. Ernesto Puerta
09:27 AM Dashboard Subtask #51122 (Rejected): mgr/dashboard: new Grafana dashboard for Caching demo
Timeseries:
- CPU
- Memory
- Number of API method calls
- API method latency
Caching efficiency:
- Hit/miss r...
Ernesto Puerta
09:25 AM Revision 4e8ff3cc (ceph): os/bluestore: introduce multithireading sync for bluestore's repairer
In quick-fix mode bluestore uses 2 threads by default to perform the
repair. Due to lacking synchronization they migh...
Igor Fedotov
09:21 AM Revision 04c8a1fe (ceph): test/bluestore: add test case to reproduce #50017
This issue is caused by the lack of multithreading sync when doing
bluestore's quick-fix.
Signed-off-by: Igor Fedoto...
Igor Fedotov
09:20 AM Dashboard Subtask #51121 (Closed): mgr/dashboard: final demo
Planned by August 4th (17.00 CEST)
* Get some real HW (~100s OSDs) to run the demo on
* Display a Grafana dashboa...
Ernesto Puerta
08:48 AM RADOS Bug #51074 (Triaged): standalone/osd-rep-recov-eio.sh: TEST_rep_read_unfound failed with "Bad dat...
Kefu Chai
08:46 AM Revision 4e53a139 (ceph): mgr/dashboard: fix for right sidebar nav icon not clickable
fixed the responsive sidebar not opening on click event, and close sidebar on clicking tasks and notification list it... Aaryan Porwal
08:41 AM Revision 51a964ec (ceph): mgr/dashboard: show partially deleted RBDs
An RBD might be partially deleted if the deletion
process has been started but was interrupted. In
this case return t...
Tatjana Dehler
08:23 AM rbd Backport #42953 (In Progress): nautilus: unittest_journal failure during make check
Mykola Golub
08:15 AM Dashboard Feature #51020 (Fix Under Review): telemetry activate: only show ident fields when ident is check
Alfonso Martínez
08:00 AM Dashboard Bug #51120: RGW daemon names keep changing after every restart since update to pacific
Additional information: the ceph dashboard still says, the ID is cephrgw01 etc. and uses this when trying to access t... Roland Sommer
07:05 AM Dashboard Bug #51120 (Resolved): RGW daemon names keep changing after every restart since update to pacific
After updating a ceph cluster from octopus to pacific (16.2.4), the daemon names of the rgw instances started to chan... Roland Sommer
07:42 AM Revision ff15d24d (ceph): mgr/mgr_module: add docstring of MgrModule.get()-mgr_map,modified_confi...
Signed-off-by: dengchl01 <dengchl01@inspur.com> dengchl01
06:47 AM Orchestrator Bug #47480: cephadm: tcmu-runner container is logging inside the container
The tcmu-runner has already logged some logs to the syslog. Xiubo Li
06:44 AM Dashboard Bug #51119 (Resolved): mgr/dashboard: table hiding selections change automatically
If you are in OSDs page, on the table column hide button, select any of the row to be hidden (now its hidden). And th... Nizamudeen A
05:57 AM Revision a5fd8756 (ceph): Merge pull request #41745 from tchaikov/wip-crimson-osd-cleanup
crimson/osd: do not capture unused variable
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
05:12 AM Revision 02f7a41f (ceph): crimson/osd: do not capture unused variable
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:07 AM Revision 53de4a57 (ceph): cmake: vstart do not depend on cython_rbd if WIN32
6eacbdcac18dbe4500f455ec1489caaba1e84baa introduced a regression which
fails the WIN32 build. like:
CMake Error at s...
Kefu Chai
04:44 AM Revision 0182a116 (ceph): rgw/rgw_lua*: return unknown field error using luaL_error()
it's found on aarch64, the exception is not caught even if we do
catch exactly the same type of thrown exception, and...
Kefu Chai
04:44 AM Revision 9b2e0b6a (ceph): rgw/rgw_lua_utils: return error using luaL_error()
it's found on aarch64, the exception is not caught even if we do
catch exactly the same type of thrown exception, and...
Kefu Chai
04:12 AM Orchestrator Feature #47286: cephadm: Local registry setup
I'm not sure I like this idea. I mean, I know it's a useful optimisation to have a local container registry in gener... Tim Serong
01:26 AM Revision 7fc07dd7 (ceph): Merge pull request #41742 from lmgdlmgd/master
mgr/mgr_module: correct docstring of MgrModule.get()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:14 AM CephFS Bug #51092: mds: Timed out waiting for MDS daemons to become healthy
Patrick Donnelly wrote:
> Xiubo, suggest you retest with a change to have wait_for_daemons also periodically run "ce...
Xiubo Li
01:09 AM Revision 562ba787 (ceph): mds: to print the unknow type value
Initialize the metric type when constructing the XXXPayload class,
and add one common base Payload class to simplify ...
Xiubo Li
12:59 AM Revision ed4ef5a3 (ceph): Merge pull request #41736 from rzarzynski/wip-crimson-alienstore-open_c...
crimson/os/alienstore: open_collection() returns nullptr if DNE.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:58 AM Revision 191cd952 (ceph): Merge pull request #41730 from tchaikov/wip-fc35-python
do_cmake.sh: use python3.10 for fedora 35
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
12:55 AM Revision 24ca308e (ceph): mgr/mgr_module: correct docstring of MgrModule.get()
In annotation, one of param of Mgr_module.get() is "osd_crush_map_text", but in PyObject *ActivePyModules::get_python... Sullivan Jin

06/07/2021

10:24 PM Revision f58ffbe3 (ceph): mgr/nfs: do not depend on cephadm.utils
The cephadm package may not be installed (it is a separate rpm/deb).
While we are here, adjust the exception to be a...
Sage Weil
07:06 PM Revision acaad279 (ceph): Merge pull request #40659 from PepperJo/data_allocate_fraction_v2
ceph-volume,python-common: Data allocate fraction
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
06:45 PM Orchestrator Bug #51109 (Resolved): /bin/podman ps --format {{.Names}} exit code 125
Sage Weil
02:03 PM Orchestrator Bug #51109 (Pending Backport): /bin/podman ps --format {{.Names}} exit code 125
Sage Weil
06:45 PM Orchestrator Bug #51073 (Resolved): prometheus config uses a path_prefix causing alert forwarding to fail
Sage Weil
06:45 PM Orchestrator Documentation #50687 (Resolved): cephadm: must redeploy monitoring stack daemon after changing im...
Sage Weil
06:44 PM Revision ea889d34 (ceph): Merge PR #41684 into pacific
* refs/pull/41684/head:
cephadm: improve is_container_running()
mgr/cephadm:fix alerts sent to wrong URL
mgr/cepha...
Sage Weil
06:28 PM Dashboard Backport #51054 (In Progress): nautilus: mgr/dashboard: partially deleted RBDs are only listed by...
Tatjana Dehler
05:55 PM Revision e47d816b (ceph): rgw/rgw_rados: include realm_id in daemon metadata
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
05:38 PM Dashboard Feature #51118 (Fix Under Review): mgr/dashboard: display cluster logs' cephadm channel
Currently Dashboard only displays cluster and audit logs. Ceph now added a third channel for cephadm events @ceph log... Ernesto Puerta
04:55 PM Dashboard Feature #44605 (Fix Under Review): cephadm: RGW: missing dashboard integration
Sage Weil
02:05 PM Dashboard Feature #44605 (Pending Backport): cephadm: RGW: missing dashboard integration
Sage Weil
04:47 PM Revision 04c0196b (ceph): crimson/os/alienstore: open_collection() returns nullptr if DNE.
This is an AlienStore's counterpart of 9fbd60131b5396beb81ce745c9ccf01388f7e303
which becomes necessary as, since 6b6...
Radoslaw Zarzynski
04:18 PM CephFS Backport #51087 (In Progress): pacific: mds: segfault printing unknown metric
Patrick Donnelly
01:48 PM CephFS Backport #51087: pacific: mds: segfault printing unknown metric
waiting on https://github.com/ceph/ceph/pull/41723 Patrick Donnelly
04:07 PM Bug #50933 (Resolved): nautilus: qa: vstart_runner: TypeError: lstat: path should be string, byte...
Patrick Donnelly
04:07 PM Revision a10adc8b (ceph): Merge PR #41485 into nautilus
* refs/pull/41485/head:
qa: avoid TypeError in cleanup
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Patrick Donnelly
03:45 PM ceph-volume Backport #51107: nautilus: batch --report shows incorrect % of device when using --block-db-size
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41716
meerged
Yuri Weinstein
03:45 PM Revision fd2b88f9 (ceph): Merge pull request #41716 from k0ste/wip-51107-nautilus
nautilus: ceph-volume: fix batch report and respect ceph.conf config values
Reviewed-by: Guillaume Abrioux <gabrioux...
Yuri Weinstein
03:24 PM Revision e13dbe94 (ceph): Merge pull request #41733 from rzarzynski/wip-crimson-clientreq-cleanup
crimson/osd: clean up mutability and fix log in ClientRequest
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:12 PM ceph-volume Backport #51104: nautilus: batch ignores bluestore_block_db_size in ceph.conf
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41713
merged
Yuri Weinstein
03:04 PM Revision 7c79ab35 (ceph): Merge pull request #41713 from k0ste/wip-51104-nautilus
nautilus: ceph-volume: fix batch report and respect ceph.conf config values Guillaume Abrioux
02:37 PM CephFS Bug #51092: mds: Timed out waiting for MDS daemons to become healthy
Xiubo, suggest you retest with a change to have wait_for_daemons also periodically run "ceph osd dump" and "ceph osd ... Patrick Donnelly
02:30 PM Revision 7973ce3e (ceph): crimson/osd: drop unneeded lambda mutability in ClientRequest.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:30 PM Revision fbb3b408 (ceph): crimson/osd: fix debug in ClientRequest::do_process().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:17 PM ceph-volume Backport #50860 (Resolved): nautilus: add ceph-volume lvm [new-db|new-wal|migrate] commands
Igor Fedotov
01:52 PM ceph-volume Backport #50860: nautilus: add ceph-volume lvm [new-db|new-wal|migrate] commands
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/41676
merged
Yuri Weinstein
02:17 PM bluestore Backport #50936 (Resolved): nautilus: osd-bluefs-volume-ops.sh fails
Igor Fedotov
01:52 PM bluestore Backport #50936: nautilus: osd-bluefs-volume-ops.sh fails
Igor Fedotov wrote:
> Partial backport (regression fix only, omits code refactoring) is at:
> https://github.com/ce...
Yuri Weinstein
02:11 PM Revision 0893d18b (ceph): common/cmdparse: do not create temp string for cmd_getval()
cmd_getval() consumes string_view, so no need to create a temporary
std::string instance for it.
Signed-off-by: Kefu...
Kefu Chai
02:11 PM Revision abca699b (ceph): common/cmdparse: do not create temp string for writing ostream
ostream is able to handle std::string_view, so no need to create
temporary std::string instance for writing to a std:...
Kefu Chai
02:10 PM Revision bfc2cf08 (ceph): cephadm: improve is_container_running()
The 'podman ps' command sporatically exits with 125, I suspect due
to some race/bug in podman itself.
However, our g...
Sage Weil
02:10 PM Revision baceda25 (ceph): mgr/cephadm:fix alerts sent to wrong URL
The path_prefix in prometheus.yml was specifying an
endpoint prefix, which was invalid. This resulted in 404
errors w...
Paul Cuzner
02:10 PM Revision 8f8174eb (ceph): mgr/cephadm: Warn about OSDs to be deleted manually when deleting an OS...
Provide information about what OSDs must be deleted in order to delete
completelly a OSD Service.
Signed-off-by: Jua...
Juan Miguel Olmo Martínez
02:03 PM CephFS Bug #50954 (Resolved): mgr/pybind/snap_schedule: commands only support positional arguments?
Sage Weil
02:03 PM Revision 3a2f0f01 (ceph): Merge PR #41709 into master
* refs/pull/41709/head:
cephadm: improve is_container_running()
Reviewed-by: Juan Miguel Olmo <jolmomar@redhat.com>...
Sage Weil
02:02 PM Revision b18427da (ceph): Merge PR #41509 into master
* refs/pull/41509/head:
common/cmdparse: fix CephBool validation for tell commands
mgr/nfs: fix 'nfs export create'...
Sage Weil
01:56 PM Revision fac4e1a9 (ceph): Merge pull request #41725 from tchaikov/wip-cmake-prom-warning
cmake: do not print warning in each cmake run
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
01:55 PM Revision 106c3b8c (ceph): Merge pull request #41728 from tchaikov/wip-cmake-win32-cleanup
cmake: let vstart-base depend on cython_rados if NOT WIN32
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
01:51 PM Revision edea8268 (ceph): Merge pull request #41676 from ifed01/wip-ifed-migrate-nau
nautilus: ceph-volume: implement bluefs volume migration. Guillaume Abrioux
01:47 PM rgw Documentation #46836: notifications: add info on multipart upload
in addition, we should note that:
* the "Post" event has no size or etag
* each "Put" event has the size and etag o...
Yuval Lifshitz
01:46 PM Revision 78fa680b (ceph): Merge pull request #41704 from tchaikov/wip-ceph-daemon-ann
pybind/ceph_daemon: add missing type annotations
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Kefu Chai
01:45 PM rbd Backport #51058: pacific: "trash purge" shouldn't stop at the first unremovable image
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41664
merged
Yuri Weinstein
01:45 PM Revision e9437028 (ceph): Merge pull request #41664 from idryomov/wip-rbd-trash-purge-pacific
pacific: librbd: don't stop at the first unremovable image when purging
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
01:45 PM rbd Backport #51046: pacific: qemu task fails to install packages, workload isn't run
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41643
merged
Yuri Weinstein
01:44 PM Revision a828ac6f (ceph): Merge pull request #41643 from idryomov/wip-rbd-qemu-precise-repos-pacific
pacific: qa/tasks/qemu: precise repos have been archived
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
01:43 PM Revision 6095d1ab (ceph): Merge pull request #41732 from rzarzynski/wip-crimson-opsequencer-prev_...
crimson/osd: fix assertion failure in OpSequencer on replay.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:41 PM CephFS Bug #51113 (Fix Under Review): mds: unknown metric type is always -1
Patrick Donnelly
11:28 AM CephFS Bug #51113: mds: unknown metric type is always -1
https://pulpito.ceph.com/xiubli-2021-06-07_09:24:32-fs:functional:-wip-lxb-20210607-51113-unknown-mtype-distro-basic-... Xiubo Li
06:16 AM CephFS Bug #51113 (Resolved): mds: unknown metric type is always -1

The unknow metric type is always "-1", here is "4294967295":...
Xiubo Li
01:32 PM Revision f715d5b0 (ceph): Merge pull request #41705 from tchaikov/wip-script-ceph-debug-docker
script/ceph-debug-docker: s/x86_64/$(arch)/
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
01:09 PM Revision 26e85455 (ceph): crimson/osd: fix assertion failure in OpSequencer on replay.
Commit b5efdc6f1c9563357d7dfd33a8f379053592a215 has unified
the interruption handling among `InternalClientRequest` a...
Radoslaw Zarzynski
12:35 PM Dashboard Cleanup #50901 (Resolved): mgr/dashboard: refactor RbdTrash controller
The refactoring required was already done here itself https://github.com/ceph/ceph/pull/41421 Avan Thakkar
12:31 PM Revision a709abf8 (ceph): mgr/dashboard: deprecated variable usage in Grafana dashboards
Fixes: https://tracker.ceph.com/issues/50059
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
Patrick Seidensal
11:37 AM RADOS Backport #51117 (In Progress): pacific: osd: Run osd bench test to override default max osd capac...
Sridhar Seshasayee
10:25 AM RADOS Backport #51117 (Resolved): pacific: osd: Run osd bench test to override default max osd capacity...
https://github.com/ceph/ceph/pull/41731 Backport Bot
10:22 AM RADOS Fix #51116 (Resolved): osd: Run osd bench test to override default max osd capacity for mclock.
Sridhar Seshasayee
09:53 AM Revision e7597405 (ceph): do_cmake.sh: refactor code to set PYBUILD
so it is more consistent with rhel/centos part.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:53 AM Revision 058d56e2 (ceph): do_cmake.sh: use python3.10 for fedora 35
fedora34 was released in April 2021 with Python3.9. while fedora 35
(still Rawhide) will include python3.10. see http...
Kefu Chai
09:17 AM Revision 7c1df692 (ceph): mgr/dashboard: Include Network address and labels on Host Creation form
The ability to create host by specifying network address and also create
labels.
https://tracker.ceph.com/issues/503...
Nizamudeen A
09:14 AM Orchestrator Bug #50524: placement spec: irritating error message if passed a string for count_per_host
See https://docs.ceph.com/en/latest/cephadm/rgw/#designated-gateways for some documentation. I think use did somethin... Sebastian Wagner
09:03 AM Orchestrator Bug #47480: cephadm: tcmu-runner container is logging inside the container
I created an upstream issue for this: https://github.com/open-iscsi/tcmu-runner/issues/658 Sebastian Wagner
08:52 AM Orchestrator Bug #45087 (Duplicate): cephadm: add-repo: cephadm uses the container image ID as Debian repo base
Sebastian Wagner
08:49 AM Orchestrator Bug #49910 (Can't reproduce): cephadm | Creating initial admin user... | Please specify the file ...
This should be fixed by now. This breaking change was made due to a CVE. That unfortunately meant that older cephadm ... Sebastian Wagner
08:44 AM Orchestrator Bug #50535 (Resolved): add local cephadm bootstrap dev env.
Sebastian Wagner
08:28 AM RADOS Bug #51115: When read failed, ret can not take as data len, in FillInVerifyExtent
https://github.com/ceph/ceph/pull/41727 yanqiang sun
08:12 AM RADOS Bug #51115 (Fix Under Review): When read failed, ret can not take as data len, in FillInVerifyExtent
Kefu Chai
07:42 AM RADOS Bug #51115 (Resolved): When read failed, ret can not take as data len, in FillInVerifyExtent
when read failed, such as return -EIO, FillInVerifyExtent take ret as data length. yanqiang sun
08:02 AM Revision 6eacbdca (ceph): cmake: let vstart-base depend on cython_rados if NOT WIN32
to disable this custom target if NOT WIN32 without explanations is difficult
to maintain, so add a comment, and limit...
Kefu Chai
07:13 AM Revision e1a081a2 (ceph): cmake: do not print warning in each cmake run
cmake prints the warning of
> run-promtool-unittests is skipped due to missing promtool
everytime if the test is sk...
Kefu Chai
06:59 AM RADOS Bug #51083: Raw space filling up faster than used space
Yesterday evening we finally managed to upgrade the MDS daemons as well, and that seems to have stopped the space was... Jan-Philipp Litza
06:50 AM rbd Backport #42953: nautilus: unittest_journal failure during make check
This backport is believed to also fix https://tracker.ceph.com/issues/51100 Mykola Golub
06:48 AM rbd Bug #51100 (Duplicate): object_recorder->is_closed() assert failure in JournalRecorder::open_obje...
The crash was observed in nautilus and I believe it is fixed in newer versions with this PR [1] as a non-related issu... Mykola Golub
06:29 AM mgr Bug #48022: mgr/DaemonServer.cc: FAILED ceph_assert(pending_service_map.epoch > service_map.epoch)
Can I edit or remove the above message written by me? Yongseok Oh
06:19 AM mgr Bug #48022: mgr/DaemonServer.cc: FAILED ceph_assert(pending_service_map.epoch > service_map.epoch)
{
"os_version_id": "7",
"assert_condition": "pending_service_map.epoch > service_map.epoch",
"utsname_...
Yongseok Oh
06:29 AM rgw Bug #51114: TestAMQP.ClosedConnection failing in master
Yuval, would you kindly take a look? Kefu Chai
06:29 AM rgw Bug #51114 (Resolved): TestAMQP.ClosedConnection failing in master
... Kefu Chai
05:50 AM Linux kernel client Bug #51112 (Pending Backport): RHEL 8.4: libceph considers osdmap corrupt if numbering is discont...

If I try to map rbd from a cluster where osd numbering is discontinuous it fails with message @[85115.711643] libce...
Matti Saarinen
04:36 AM Revision 9b1d5248 (ceph): debian: mark "crimson" specific deps with "pkg.ceph.crimson"
see also https://wiki.debian.org/BuildProfileSpec
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:35 AM Revision c0fad448 (ceph): debian: mark "make check" deps with "pkg.ceph.check" build
instead of inventing our way for defining "make check" dependencies, use
build profile for adding "make check" specif...
Kefu Chai
01:54 AM mgr Bug #50838: No cached data available yet in ceph mgr prometheus module
... Jiang Yu
01:52 AM Revision cf8814d3 (ceph): Merge pull request #41695 from tchaikov/wip-crimson-net-move
crimson/net: move from out_q into sent queue
Reviewed-by: Amnon Hanuhov <ahanukov@redhat.com>
Reviewed-by: Yingxin C...
Kefu Chai

06/06/2021

03:58 PM Orchestrator Bug #51111 (Resolved): Pacific: CEPHADM_STRAY_DAEMON after deploying iSCSI gateway with cephadm d...
Deploy iscsi gateways with the command 'ceph orch apply iscsi.yaml' with the following YAML file (hostname / IP / pas... Paul Giralt
11:22 AM RADOS Feature #51110 (New): invalidate crc in buffer::ptr::c_str()
h3. what:
*buffer::ptr* (or more precisely, *buffer::raw*) has the ability to cache CRC codes that are calculated ...
Wenjun Huang
07:15 AM ceph-volume Backport #51108 (In Progress): pacific: batch --report shows incorrect % of device when using --b...
Konstantin Shalygin
07:14 AM ceph-volume Backport #51107 (In Progress): nautilus: batch --report shows incorrect % of device when using --...
Konstantin Shalygin
07:14 AM Revision 7f59a25c (ceph): ceph-volume: respect the value of bluestore_block_db_size from ceph.conf
If --block-db-size is not given args.block_db_size is set to None,
so we should check for it's value in ceph.conf
Re...
Andrew Schoen
07:14 AM Revision c9b1c7f8 (ceph): ceph-volume: calculate % of device correctly in lvm batch --report
If using --block-db-size, the % of device calculation is incorrect
and always reads 100%.
Resolves: RHBZ#1946478
Fix...
Andrew Schoen
07:14 AM ceph-volume Backport #51106 (In Progress): octopus: batch --report shows incorrect % of device when using --b...
Konstantin Shalygin
07:14 AM Revision aeee1320 (ceph): ceph-volume: respect the value of bluestore_block_db_size from ceph.conf
If --block-db-size is not given args.block_db_size is set to None,
so we should check for it's value in ceph.conf
Re...
Andrew Schoen
07:14 AM Revision 65f95452 (ceph): ceph-volume: calculate % of device correctly in lvm batch --report
If using --block-db-size, the % of device calculation is incorrect
and always reads 100%.
Resolves: RHBZ#1946478
Fix...
Andrew Schoen
07:13 AM ceph-volume Backport #51105 (In Progress): pacific: batch ignores bluestore_block_db_size in ceph.conf
Konstantin Shalygin
07:13 AM Revision f3a5104c (ceph): ceph-volume: respect the value of bluestore_block_db_size from ceph.conf
If --block-db-size is not given args.block_db_size is set to None,
so we should check for it's value in ceph.conf
Re...
Andrew Schoen
07:13 AM Revision 5a1aa846 (ceph): ceph-volume: calculate % of device correctly in lvm batch --report
If using --block-db-size, the % of device calculation is incorrect
and always reads 100%.
Resolves: RHBZ#1946478
Fix...
Andrew Schoen
07:08 AM ceph-volume Backport #51104 (In Progress): nautilus: batch ignores bluestore_block_db_size in ceph.conf
Konstantin Shalygin
07:08 AM Revision feade988 (ceph): ceph-volume: respect the value of bluestore_block_db_size from ceph.conf
If --block-db-size is not given args.block_db_size is set to None,
so we should check for it's value in ceph.conf
Re...
Andrew Schoen
07:08 AM Revision 4e18994b (ceph): ceph-volume: calculate % of device correctly in lvm batch --report
If using --block-db-size, the % of device calculation is incorrect
and always reads 100%.
Resolves: RHBZ#1946478
Fix...
Andrew Schoen
07:08 AM ceph-volume Backport #51103 (In Progress): octopus: batch ignores bluestore_block_db_size in ceph.conf
Konstantin Shalygin
02:50 AM rgw Bug #50952: ceph-16.2.4 compilation failure: invalid use of incomplete type in rgw
I've fixed that one, it is a duplicate of 50924:
https://tracker.ceph.com/issues/50924
PS: Dunno how to tag it ...
chris denice
01:45 AM Revision 76d882bd (ceph): Merge pull request #41708 from tchaikov/wip-seastore-open-coll
crimson/os/seastore: open_collection() returns nullptr if DNE
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
01:02 AM Revision 1f9267ed (ceph): rgw: forward request in multisite for RGWDeleteBucketPolicy
and RGWDeleteBucketPublicAccessBlock
Fix: https://tracker.ceph.com/issues/45551
Signed-off-by: yuliyang_yewu <yuliy...
usageek1266

06/05/2021

08:43 PM Revision d49b3712 (ceph): Merge PR #41665 into master
* refs/pull/41665/head:
mgr/cephadm:fix alerts sent to wrong URL
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-...
Sage Weil
08:43 PM Orchestrator Bug #51073 (Pending Backport): prometheus config uses a path_prefix causing alert forwarding to fail
Sage Weil
08:39 PM Revision 4757a13d (ceph): cephadm: improve is_container_running()
The 'podman ps' command sporatically exits with 125, I suspect due
to some race/bug in podman itself.
However, our g...
Sage Weil
04:14 PM RADOS Bug #51074: standalone/osd-rep-recov-eio.sh: TEST_rep_read_unfound failed with "Bad data after pr...
not able to reproduce this issue locally. bisecting:
|0331281e8a74d0b744cdcede1db24e7fea4656fc | https://pulpito.c...
Kefu Chai
04:07 PM RADOS Bug #51074: standalone/osd-rep-recov-eio.sh: TEST_rep_read_unfound failed with "Bad data after pr...
/a/kchai-2021-06-05_13:57:48-rados-master-distro-basic-smithi/6154221/ Kefu Chai
04:06 PM Revision 89951a1d (ceph): Merge pull request #40652 from ronen-fr/wip-ronenf-cscrub-class
osd/scrub: modify "classic" OSD scrub state-machine to support Crimson
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
03:23 PM Revision 6bd4df35 (ceph): common/cmdparse: fix CephBool validation for tell commands
The tell/asok validation uses a different validation path; make it work
for CephBool arguments.
Signed-off-by: Sage ...
Sage Weil
03:04 PM Orchestrator Bug #51109 (Resolved): /bin/podman ps --format {{.Names}} exit code 125
... Sage Weil
02:37 PM bluestore Backport #51040: pacific: bluefs _allocate unable to allocate, though enough free
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41655
merged
Yuri Weinstein
02:37 PM Revision 0b90ac0b (ceph): Merge pull request #41655 from neha-ojha/wip-51040-pacific
pacific: os/bluestore: fix unexpected ENOSPC in Avl/Hybrid allocators.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Yuri Weinstein
01:41 PM Revision 0d38c8a6 (ceph): Merge pull request #41154 from rzarzynski/wip-global-backtrace-bug-50647
global: fault handlers cope with simultaneous faults now.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:33 PM Revision 4857c350 (ceph): Merge pull request #41604 from t-msn/wip-51030
osd/ECBackend: Fix null pointer dereference when enabling jaeger tracing
Reviewed-by: Deepika Upadhyay <dupadhya@red...
Kefu Chai
01:26 PM bluestore Bug #50965 (Resolved): In poweroff conditions BlueFS can create corrupted files
Kefu Chai
01:26 PM Revision 4855e971 (ceph): Merge pull request #41501 from aclamk/wip-bluefs-safer-flush
os/bluestore: Remove possibility of replay log and file inconsistency
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
01:25 PM ceph-volume Backport #51108 (Resolved): pacific: batch --report shows incorrect % of device when using --bloc...
https://github.com/ceph/ceph/pull/41714 Backport Bot
01:25 PM ceph-volume Backport #51107 (Resolved): nautilus: batch --report shows incorrect % of device when using --blo...
https://github.com/ceph/ceph/pull/41716 Backport Bot
01:25 PM ceph-volume Backport #51106 (Resolved): octopus: batch --report shows incorrect % of device when using --bloc...
https://github.com/ceph/ceph/pull/41715 Backport Bot
01:25 PM ceph-volume Backport #51105 (Resolved): pacific: batch ignores bluestore_block_db_size in ceph.conf
https://github.com/ceph/ceph/pull/41714 Backport Bot
01:25 PM ceph-volume Backport #51104 (Resolved): nautilus: batch ignores bluestore_block_db_size in ceph.conf
https://github.com/ceph/ceph/pull/41713 Backport Bot
01:25 PM ceph-volume Backport #51103 (Resolved): octopus: batch ignores bluestore_block_db_size in ceph.conf
https://github.com/ceph/ceph/pull/41712 Backport Bot
01:23 PM ceph-volume Bug #50958 (Pending Backport): batch ignores bluestore_block_db_size in ceph.conf
Kefu Chai
01:23 PM ceph-volume Bug #50957 (Pending Backport): batch --report shows incorrect % of device when using --block-db-size
Kefu Chai
01:23 PM Revision b2823a45 (ceph): Merge pull request #41506 from ceph/wip-cv-batch-fixes
ceph-volume: fix batch report and respect ceph.conf config values
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com>
Kefu Chai
01:17 PM Revision 6ba7763f (ceph): Merge pull request #41688 from tchaikov/wip-debian-rook
debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-roo…
Reviewed-by: Sebastian Wagner <sewagner@redha...
Kefu Chai
10:02 AM Revision ca48d1cb (ceph): crimson/os/seastore: use structured binding
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:02 AM Revision 9fbd6013 (ceph): crimson/os/seastore: open_collection() returns nullptr if DNE
we check for the existence of meta collection by trying to open it,
if it exists, we continue check for the superbloc...
Kefu Chai
05:07 AM Orchestrator Bug #51102: RuntimeError: uid/gid not found in "rados/thrash-old-clients" test
looks like #50399, but seems they are different. Kefu Chai
05:06 AM Orchestrator Bug #51102 (Duplicate): RuntimeError: uid/gid not found in "rados/thrash-old-clients" test
... Kefu Chai
05:05 AM RADOS Bug #50441 (Pending Backport): cephadm bootstrap on arm64 fails to start ceph/ceph-grafana service
Kefu Chai
04:22 AM Revision 854df814 (ceph): script/ceph-debug-docker: s/x86_64/$(arch)/
try to avoid hardwiring to a certain architecture if possible.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:10 AM Revision 7804a318 (ceph): pybind: add tox.ini
also add ceph_daemon to mypy.ini
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:08 AM Revision 024012a9 (ceph): pybind/ceph_daemon: add missing type annotations
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:53 AM Revision 9121d5f7 (ceph): pybind/ceph_daemon: correct type annotation of admin_socket()
we always pass a list of string to it, but since it does not assume the
container type of string, just specify Sequen...
Kefu Chai
03:40 AM Revision fb50de45 (ceph): pybind/ceph_daemon: fix the format string in Termsize.__repr__()
we intended to print the class name usign "%s".
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:38 AM Revision 2d0d87dc (ceph): pybind/ceph_daemon: do not handle get_command_descriptions in admin_soc...
we never pass a single string to admin_socket() as its 2nd parameter.
instead, we always pass a list of string. so no...
Kefu Chai
02:45 AM Revision 6103f833 (ceph): common/options: extract mgr and mon options out
this change is a part of a sequence of changes like
9b5e54d996a771f63b97620d4640c08f6406d843 and
dff996d9e24c6259fffc...
Kefu Chai
02:15 AM Revision 88f74dbf (ceph): qa: deep merge top level overrides for fuse/kclient
This allows for array/dict configs like mntopts to accumulate changes
from multiple yaml fragments.
Signed-off-by: P...
Patrick Donnelly
02:15 AM Revision 84ae3859 (ceph): qa: test nowsync option in kernel client workflows
Fixes: https://tracker.ceph.com/issues/49341
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:10 AM CephFS Bug #51077 (Triaged): MDSMonitor: crash when attempting to mount cephfs
Patrick Donnelly
02:06 AM Revision 9370ac9f (ceph): Merge pull request #41581 from tchaikov/wip-options-mgr-mon
common/options: extract mgr and mon options out
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
12:44 AM Revision e8f1477d (ceph): Merge pull request #40073 from jmolmo/delete_service_causes_osd_removal
mgr/cephadm: Warn about OSDs to remove manually when deleting an OSD service
Reviewed-by: Sebastian Wagner <sewagner...
Kefu Chai

06/04/2021

11:11 PM Bug #50948 (Resolved): ASAN hangs at throw if called via dlopen under gcc9
Neha Ojha
11:10 PM rgw Bug #50967 (Fix Under Review): In master-branch rgw enviroment,The bucket list operation displays...
Neha Ojha
11:09 PM Bug #50969 (Resolved): dl.bintray.com access denied
Neha Ojha
11:01 PM RADOS Bug #51030 (Fix Under Review): osd crush during writing to EC pool when enabling jaeger tracing
Neha Ojha
10:52 PM Bug #51049 (Closed): cephadm removed mon. key when adding new mon node
Neha Ojha
10:52 PM Bug #51075 (Duplicate): KW and coverage tools scan for security vulnerabilities
Josh Durgin
10:51 PM Backport #50700 (Resolved): nautilus: fix 32-bit/64-bit server/client interoperability under msgr2
Neha Ojha
10:51 PM Backport #50356 (Resolved): nautilus: npm problem causes "make-dist" to fail when directory conta...
Neha Ojha
10:44 PM RADOS Bug #50943 (Closed): mon crash due to assert failed
Luminous is EOL, can you please redeploy the monitor and upgrade to a supported version of Ceph. Please reopen this t... Neha Ojha
10:40 PM bluestore Bug #50992: src/common/PriorityCache.cc: FAILED ceph_assert(mem_avail >= 0)
Mark, can you help take a look at this. Neha Ojha
09:56 PM RADOS Bug #50308 (Resolved): mon: stretch state is inconsistently-maintained on peons, preventing prope...
Greg Farnum
09:55 PM RADOS Backport #50344 (Resolved): pacific: mon: stretch state is inconsistently-maintained on peons, pr...
Greg Farnum
09:55 PM RADOS Bug #50345 (Resolved): mon: new monitors may direct MMonJoin to a peon instead of the leader
Greg Farnum
09:54 PM RADOS Backport #50406 (Resolved): pacific: mon: new monitors may direct MMonJoin to a peon instead of t...
https://github.com/ceph/ceph/pull/41131 Greg Farnum
09:54 PM Revision ba8b2839 (ceph): Merge pull request #41131 from gregsfortytwo/pacific-mmonjoin-leader
Pacific: Direct MMonJoin messages to leader, not first rank [Merge after 41130]
Reviewed-by: Neha Ojha <nojha@redhat...
Greg Farnum
09:54 PM Revision 82e4d5cb (ceph): Merge pull request #41130 from gregsfortytwo/pacific-stretch-mon-state
Pacific stretch mon state [Merge after 40484]
Reviewed-by: Neha Ojha <nojha@redhat.com>
Greg Farnum
09:41 PM RADOS Bug #36304: FAILED ceph_assert(p != pg_slots.end()) in OSDShard::register_and_wake_split_child(PG*)
https://pulpito.ceph.com/gregf-2021-06-03_20:03:04-rados-pacific-mmonjoin-leader-testing-distro-basic-smithi/6150351/ Greg Farnum
09:39 PM Bug #51039 (Won't Fix): nautilus: pybind/ceph_argparse: Bad target type 'mon-mgr'
The commit https://github.com/ceph/ceph/commit/4000d500c0d2c017e7761a5592df1301d7f40538 that is being requested for b... Ramana Raja
08:56 PM RADOS Bug #50853: libcephsqlite: Core dump while running test_libcephsqlite.sh.
Also a little more information about what the test is doing: this stage is testing that libcephsqlite kills all I/O i... Patrick Donnelly
08:41 PM RADOS Bug #50853 (Need More Info): libcephsqlite: Core dump while running test_libcephsqlite.sh.
So, unfortunately I've been unable to get the correct debugging symbols for the core file so I haven't been able to g... Patrick Donnelly
08:56 PM Revision bd242c49 (ceph): mon/MonCommands: convert some CephChoices to CephBool
These are old bool options that never got converted to CephBool.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:56 PM Revision c70a4f58 (ceph): mgr: fix reweight-by-utilization cephbool flag
This was broken, since it was trying to get a CephChoices as a bool.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:56 PM Revision 295a5f28 (ceph): doc/_ext/ceph_commands: handle non-positional args in docs
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:56 PM Revision 218f4cef (ceph): mgr: make mgr commands compat with pre-quincy mon
If the mon is not yet quincy, do not share the quincy-ism of
'positional=false'.
Signed-off-by: Sage Weil <sage@newd...
Sage Weil
08:56 PM Revision 8683cccd (ceph): qa/tasks/cephfs/test_nfs: fix export create test
Everything after --readonly is non-positional.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:56 PM Revision b6b5ecc2 (ceph): mon/MonCommands: add -- seperator to example
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:56 PM Revision ec293f34 (ceph): common/cmdparse: emit proper json
Instead of '"req": "false"', emit '"req": false'. Same for conditional.
Luckily, the clients don't really care abou...
Sage Weil
08:56 PM Revision ffce51af (ceph): mgr/nfs: fix 'nfs export create' argument order
Put path before --readonly so that it can still be positional.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:48 PM mgr Bug #48787: ceph-mgr segfault
I as well am seeing the same crash on vstart clusters on the master branch built on Fedora 33. I will just run withou... Ali Maredia
08:07 PM Revision 8f8ba3d7 (ceph): Merge PR #41697 into master
* refs/pull/41697/head:
script: add a few more volume mounts for sepia
script: drop ceph-fuse from docker debugging...
Patrick Donnelly
07:44 PM Dashboard Backport #50426 (Resolved): nautilus: Remove erroneous elements in hosts-overview Grafana dashboard
Ernesto Puerta
07:44 PM Revision e48b5814 (ceph): Merge pull request #41650 from rhcs-dashboard/wip-50426-nautilus
nautilus: mgr/Dashboard: Remove erroneous elements in hosts-overview Grafana dashboard
Reviewed-by: Waad Alkhoury <w...
Ernesto Puerta
07:26 PM bluestore Bug #50788: crash in BlueStore::Onode::put()
Similar?... Neha Ojha
07:13 PM RADOS Bug #51101 (Resolved): rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error: cmake: ...
... Neha Ojha
06:38 PM Revision 6380481f (ceph): rgw: allow CompletedMultipartUpload in XML
Bit of a strange one here
It seems some S3 libraries like nodejs and golang have
been using CompletedMultipartUpload...
Paul Reece
06:27 PM RADOS Bug #39150: mon: "FAILED ceph_assert(session_map.sessions.empty())" when out of quorum
/a/yuriw-2021-06-02_18:33:05-rados-wip-yuri3-testing-2021-06-02-0826-pacific-distro-basic-smithi/6147408 Neha Ojha
06:25 PM RADOS Bug #48997: rados/singleton/all/recovery-preemption: defer backfill|defer recovery not found in logs
/a/yuriw-2021-06-02_18:33:05-rados-wip-yuri3-testing-2021-06-02-0826-pacific-distro-basic-smithi/6147404 Neha Ojha
06:24 PM RADOS Bug #49689: osd/PeeringState.cc: ceph_abort_msg("past_interval start interval mismatch") start
/a/yuriw-2021-06-02_18:33:05-rados-wip-yuri3-testing-2021-06-02-0826-pacific-distro-basic-smithi/6147462 - with logs! Neha Ojha
05:57 PM Revision 68dd82e2 (ceph): Merge pull request #41690 from tchaikov/wip-test-alloc_aging
test/objectstore/unittest_alloc_aging: init cct
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
05:56 PM Revision 466415d9 (ceph): doc: add ceph-nfs link
This is a small piece of da4dcd673bda49a709c5457a2ef9de943f6de479,
which covers too much else to backport.
Signed-of...
Sage Weil
05:49 PM Revision d4a6c3d0 (ceph): mgr/telemetry: pass leaderboard flag even w/o ident
Allow non-identified clusters to appear in the leaderboard.
The leaderboard option still defaults to false, so the ch...
Sage Weil
05:49 PM Revision adecb2d2 (ceph): mgr/cephadm: allow monitoring stack services to bind to network and port
Signed-off-by: Daniel Pivonka <dpivonka@redhat.com> Daniel Pivonka
05:29 PM rbd Backport #51057: nautilus: "trash purge" shouldn't stop at the first unremovable image
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41662
merged
Yuri Weinstein
05:28 PM Revision 115fcd89 (ceph): Merge pull request #41662 from idryomov/wip-rbd-trash-purge-nautilus
nautilus: librbd: don't stop at the first unremovable image when purging
Reviewed-by: Mykola Golub <mgolub@mirantis....
Yuri Weinstein
05:28 PM rbd Backport #51048: nautilus: qemu task fails to install packages, workload isn't run
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41641
merged
Yuri Weinstein
05:28 PM Revision 9b0ba9a2 (ceph): Merge pull request #41641 from idryomov/wip-rbd-qemu-precise-repos-naut...
nautilus: qa/tasks/qemu: precise repos have been archived
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
05:23 PM Revision 6d0c175a (ceph): Merge pull request #41698 from tchaikov/wip-qa-rook
qa/suites/orch/rook/smoke: stop testing on ubuntu 18.04
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
05:13 PM rbd Bug #51100: object_recorder->is_closed() assert failure in JournalRecorder::open_object_set() in ...
... Ilya Dryomov
04:56 PM rbd Bug #51100: object_recorder->is_closed() assert failure in JournalRecorder::open_object_set() in ...
... Ilya Dryomov
04:19 PM rbd Bug #51100 (Won't Fix - EOL): object_recorder->is_closed() assert failure in JournalRecorder::ope...
http://qa-proxy.ceph.com/teuthology/yuriw-2021-06-03_17:02:49-rbd-wip-yuri7-testing-2021-06-03-0726-nautilus-distro-b... Ilya Dryomov
05:11 PM Revision 104f054c (ceph): qa/suites/orch/rook/smoke: stop testing on ubuntu 18.04
even rook does not really install ceph packages in the host directly, it
uses the ceph container image. but teutholog...
Kefu Chai
04:36 PM rbd Bug #51031: rbd-mirror: metadata of mirrored image are not properly cleaned up after image deletion
Hello,
I have investigated a bit this issue lately and from what I see, the MirroringWatcher never pick up the loc...
Arthur Outhenin-Chalandre
04:33 PM Revision 51b60e99 (ceph): script: add a few more volume mounts for sepia
We now have a few Ceph file systems with various possible mount points
depending which lab machine you're using.
Sig...
Patrick Donnelly
04:33 PM Revision 9d71fc1b (ceph): script: drop ceph-fuse from docker debugging
Install this on the fly as necessary...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:32 PM Revision efbfd678 (ceph): script: enable centos debuginfo repo for debugging
So we can fetch e.g. the sqlite debuginfo packages.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:31 PM Revision 472bc091 (ceph): script: update repo url for multi-arch builds
Brad suggested this change based on his commit [1]. Thank you!
[1] https://github.com/ceph/ceph-ansible/commit/267cc...
Patrick Donnelly
04:30 PM Revision 6223ab14 (ceph): script: fetch autobuild.asc key via HTTPS
Rather than relying the key being avaiable on the LRC /ceph file system.
(Someone appears to have deleted it recently...
Patrick Donnelly
04:24 PM bluestore Backport #51042 (Resolved): nautilus: bluefs _allocate unable to allocate, though enough free
Igor Fedotov
04:22 PM bluestore Backport #51042: nautilus: bluefs _allocate unable to allocate, though enough free
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/41673
merged
Yuri Weinstein
04:22 PM Revision cfb710a5 (ceph): Merge pull request #41673 from ifed01/wip-ifed-fix-avl-enospc2-nau
nautilus: os/bluestore: fix unexpected ENOSPC in Avl/Hybrid allocators.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Re...
Yuri Weinstein
04:21 PM Dashboard Backport #51064: nautilus: mgr/dashboard: fix bucket objects and size calculations
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41648
merged
Yuri Weinstein
04:21 PM Revision 7b663010 (ceph): Merge pull request #41648 from rhcs-dashboard/wip-51064-nautilus
nautilus: mgr/dashboard: fix bucket objects and size calculations
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
...
Yuri Weinstein
04:08 PM RADOS Bug #47440: nautilus: valgrind caught leak in Messenger::ms_deliver_verify_authorizer
... Deepika Upadhyay
04:06 PM rbd Bug #51099 (New): [rbd-nbd] rbd-nbd.sh auto unmap test failed
http://qa-proxy.ceph.com/teuthology/yuriw-2021-06-03_17:02:49-rbd-wip-yuri7-testing-2021-06-03-0726-nautilus-distro-b... Ilya Dryomov
04:04 PM ceph-volume Backport #48650: nautilus: blkid holds old entries in cache
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41114
merged
Yuri Weinstein
04:04 PM Revision e5d30cc3 (ceph): Merge pull request #41114 from k0ste/wip-48650-nautilus
nautilus: ceph-volume: disable cache for blkid calls
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com>
Yuri Weinstein
03:58 PM Orchestrator Bug #50295: cephadm bootstrap mon container fails to start with podman 3.1 in CentOS 8 Stream
-Same here. Did you find a solution?-
I see, https://bugzilla.redhat.com/show_bug.cgi?id=1946982
Dan van der Ster
03:10 PM rgw Backport #50300: nautilus: rgw: radoslist incomplete multipart parts marker
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40827
merged
Yuri Weinstein
03:10 PM Revision edbd0378 (ceph): Merge pull request #40827 from ivancich/wip-50300-nautilus
nautilus: rgw: radoslist incomplete multipart parts marker
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein
03:09 PM rgw Backport #49187: nautilus: rgw: tooling to locate rgw objects with missing rados components
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/39771
merged
Yuri Weinstein
03:09 PM Revision 0324db11 (ceph): Merge pull request #39771 from ivancich/wip-49187-nautilus
nautilus: rgw: tooling to locate rgw objects with missing rados components
Reviewed-by: Michael Kidd <linuxkidd@gmai...
Yuri Weinstein
03:02 PM Revision c8c5071d (ceph): qa/tasks/cephfs/test_sessionmap: reap connections immediately
We have to reap connections promptly for this test to work.
This test was broken indirectly by d51d80b3234e17690061f...
Sage Weil
02:51 PM Orchestrator Bug #51098 (New): device lights error handling is wonky
The output and error code is not right when you try to turn lights on/off for unsupported device types (nvme in the ... Sage Weil
02:15 PM Revision 6a41314c (ceph): python-common: data_allocate_fraction translate test
Add DriveGroupSpec translate test with data_allocate_fraction
Signed-off-by: Jonas Pfefferle <pepperjo@japf.ch>
Jonas Pfefferle
02:15 PM Revision 43b06cd0 (ceph): ceph-volume: data_allocate_fraction: batch tests
lvm batch tests with data allocate fraction
Signed-off-by: Jonas Pfefferle <pepperjo@japf.ch>
Jonas Pfefferle
01:35 PM rgw Bug #51097 (New): object encoding is not correct on intermediate object list
When requesting a list of intermediate files, the file encoding is not correct.
Originally reported to minio team,...
Matthew Darwin
01:00 PM rbd Bug #49876: [luks] sporadic failure in TestLibRBD.TestEncryptionLUKS2
looks like, the data is lost while we are trying to decrypt:... Deepika Upadhyay
12:21 PM Revision 7d6c43d8 (ceph): crimson/net: move from out_q into sent queue
to avoid the refcounting of underlying RefCountedObject.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:13 PM Revision 523fcb71 (ceph): Merge pull request #41679 from AmnonHanuhov/wip-get_rid_of_pending_q
crimson/net: Use out_q instead of pending_q
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Kefu Chai
11:09 AM Revision 3b82624e (ceph): doc: Add kcli utilization for development environments
How to use kcli to create ceph clusters (cephadm) and made easy code changes in
manager modules.
Signed-off-by: Juan...
Juan Miguel Olmo Martínez
11:08 AM Revision a59c0a92 (ceph): crimson/net: Use out_q instead of pending_q
pending_q contains the same messages as in out_q and it is only used
for creating a bytestream out of these messages....
Avnum Hanukov
11:02 AM rgw Bug #51096 (Won't Fix): rgw: octopus fails to parse pacific's bucket layout
I have an octopus cluster (15.2.13), when I edit the owner of a bucket using a pacific 16.2.4 client, the octopus cli... Nicolas Lindae
10:44 AM Dashboard Bug #48258: mgr/dashboard: Switch from tslint to eslint
We should follow this guide:
https://github.com/angular-eslint/angular-eslint#migrating-an-angular-cli-project-from-...
Alfonso Martínez
09:15 AM Revision 08ad13bc (ceph): Merge pull request #41631 from tchaikov/wip-keyring-decode
auth/KeyRing: always decode keying as plaintext
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by: Rado...
Kefu Chai
09:10 AM Orchestrator Bug #51095 (Can't reproduce): cephadm bootstrap will create two MGRs, if hostname is localhost.lo...
... Sebastian Wagner
09:06 AM mgr Backport #51094 (Resolved): pacific: mgr crash loop after increase pg_num
https://github.com/ceph/ceph/pull/41862 Backport Bot
09:05 AM mgr Backport #51093 (Resolved): octopus: mgr crash loop after increase pg_num
https://github.com/ceph/ceph/pull/41764 Backport Bot
09:01 AM mgr Bug #47738 (Pending Backport): mgr crash loop after increase pg_num
Kefu Chai
09:00 AM Revision 04fd0002 (ceph): Merge pull request #41587 from cfsnyder/bugfix_47738
mgr/DaemonServer.cc: prevent mgr crashes caused by integer underflow that is triggered by large increases to pg_num/p... Kefu Chai
08:59 AM Revision fb114d99 (ceph): Merge pull request #41592 from tchaikov/wip-ceph-default-confffile
ceph.in: use rados.Rados.DEFAULT_CONF_FILES
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
08:58 AM Revision c0f619cf (ceph): Merge pull request #41594 from tchaikov/wip/test/librados/list
test/librados/list: print reason why test fails
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: N...
Kefu Chai
08:57 AM Revision 8a0c13f4 (ceph): Merge pull request #36941 from hoamer/patch-1
doc/mgr/administrator: add a more precise description for creating key
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:56 AM Revision 78bb36cb (ceph): doc/mgr/administrator: add a more precise description for creating key
added a more precise description to handle filename when creating key for mgr
Signed-off-by: hoamer <kontakt@sebasti...
hoamer
08:18 AM Revision 814fb288 (ceph): debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-rook ...
per https://www.debian.org/doc/debian-policy/ch-relationships.html
> Recommends
> This declares a strong, but not ...
Kefu Chai
08:09 AM CephFS Bug #51092 (Resolved): mds: Timed out waiting for MDS daemons to become healthy
From https://pulpito.ceph.com/xiubli-2021-06-03_11:25:58-fs:functional:-wip-lxb-20210603-45434-pg-num-distro-basic-sm... Xiubo Li
07:39 AM Revision 2c396be7 (ceph): mgr/dashboard: introduce seperate frontend component for API docs
This PR intends to add a separate frontend component for the API docs that are currently being rendered from the pyth... Aashish Sharma
07:27 AM Feature #51091 (New): backport-create-issue: backport issues should inherit the priority
- seems backport tracker issues aren't inheriting the original issue priority
- should add this to the backport-crea...
Loïc Dachary
07:11 AM CephFS Backport #51084 (In Progress): pacific: mgr/volumes: hang when removing subvolume when pools are ...
Kotresh Hiremath Ravishankar
07:09 AM Revision 19e1216b (ceph): mds: Add full caps to avoid osd full check
Fixes: https://tracker.ceph.com/issues/50532
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from comm...
Kotresh Hiremath Ravishankar
07:09 AM Revision 857c3dc0 (ceph): mgr: Set client_check_pool_perm to false
When osd is full, checking pool permission causes
mgr to hang. Hence disabling it.
Fixes: https://tracker.ceph.com/i...
Kotresh Hiremath Ravishankar
07:09 AM Revision 90e04197 (ceph): test: Add test for mgr hang when osd is full
Add fs suite for tests requiring one node as well.
Fixes: https://tracker.ceph.com/issues/50532
Signed-off-by: Patri...
Kotresh Hiremath Ravishankar
06:46 AM RADOS Bug #50775: mds and osd unable to obtain rotating service keys
Ilya Dryomov wrote:
> Yes, "debug paxos = 30" would definitely help! Sorry, I missed it because the previous set of...
wenge song
06:07 AM Revision 8b651b35 (ceph): test/objectstore/unittest_alloc_aging: init cct
* initialize the cct use by test, otherwise g_ceph_context is
not set at all.
* instead of using g_ceph_context, us...
Kefu Chai
06:07 AM Revision f3ec742f (ceph): test/objectstore: s/TearDownTestCase/TearDownTestSuite/
TearDownTestCase is deprecated by GTest. let's use the new API instead.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:04 AM Dashboard Tasks #47067: mgr/restful: communicate the deprecation of the restful module in favor of the Ceph...
https://lists.ceph.io/hyperkitty/list/dev@ceph.io/message/LBKLNXH7UQL7TLFU5G52Y2SYVME4RS6P/
https://www.mail-archi...
Kefu Chai
05:58 AM Revision 9ed2656d (ceph): vstart.sh: disable restful by default
since we are going to deprecate restful in favor of dashboard's RESTful
API. see
https://lists.ceph.io/hyperkitty/lis...
Kefu Chai
05:50 AM Revision dba26fc7 (ceph): Merge pull request #41652 from tchaikov/wip-qa-asock-or
qa/tasks/admin_socket: support "foo || bar" as command
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
05:27 AM mgr Bug #45574: subinterpreters: ceph/mgr/rook RuntimeError on import of RookOrchestrator - ceph clus...
https://github.com/ceph/ceph/pull/41688 is created so we don't install ceph-mgr-rook because it is Recommented by cep... Kefu Chai
04:42 AM Revision cab0dc97 (ceph): mds: do not infinitely recursively print a metric
Fixes: b1b44d775df3160d937c068d5e1079e24199ed6b
Fixes: https://tracker.ceph.com/issues/51067
Signed-off-by: Patrick D...
Patrick Donnelly
04:30 AM Revision c4d51213 (ceph): Merge pull request #41686 from t-msn/update-trace-doc
doc/dev: update how to use lttng/blkin trace
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:11 AM Bug #51090 (New): KW and coverage tools scan for security vulnerabilities
KW and coverage tools scan for security vulnerabilities jiaqi peng
02:41 AM Revision 53a68e27 (ceph): doc/dev: update how to use lttng/blkin trace
Update doc to reflect current status.
Signed-off-by: Misono Tomohiro <misono.tomohiro@jp.fujitsu.com>
Misono Tomohiro
02:37 AM CephFS Bug #51062: mds,client: suppport getvxattr RPC
Jeff Layton wrote:
> kclient, but I don't think it matters. This is a server-side xattr, so it comes down to allowin...
Patrick Donnelly
02:15 AM CephFS Backport #51085 (In Progress): pacific: mds: scrub error on inode 0x1
Patrick Donnelly
02:14 AM Revision 6d87bcfe (ceph): mds/scrub: write root inode backtrace at creation
Write root inode backtrace as soon as it is created;
Unwritten backtrace always caused scrub to fail for root inode.
...
Milind Changire
02:08 AM RADOS Bug #50813 (Duplicate): mon/OSDMonitor: should clear new flag when do destroy
the issue had fixed by https://github.com/ceph/ceph/commit/13393f6108a89973e0415caa61c6025c760a3930 Zengran Zhang
02:06 AM Revision 4910bdaa (ceph): mgr: Fix orch osd rm stop help message
Corrects help message of `ceph orch osd rm --help`
Doc link - https://docs.ceph.com/en/latest/cephadm/osd/#stopping-o...
VasishtaShastry
02:05 AM Revision 4330cad3 (ceph): mgr/cephadm/inventory: do not try to resolve current mgr host
The CNI configuration may set up a private network for the container, which
is mapped to the hostname in /etc/hosts. ...
Sage Weil
02:05 AM Revision 9fe6382e (ceph): pybind/mgr/mgr_module: make get_mgr_ip() return mgr's IP from mgrmap
The previous approach was convoluted: we tried to do a DNS lookup on the
hostname, which would fail if /etc/hosts had...
Sage Weil
02:05 AM Revision df03e658 (ceph): mgr/restful: use get_mgr_ip() instead of hostname
Now we match dashboard!
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit df7994617438a53db84e...
Sage Weil
02:04 AM Revision 9b9d90bd (ceph): Merge PR #41553 into master
* refs/pull/41553/head:
ceph-volume: replace __ with _ in device_id
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
02:04 AM Revision ce033d62 (ceph): Merge PR #41636 into master
* refs/pull/41636/head:
mgr/cephadm/inventory: do not try to resolve current mgr host
pybind/mgr/mgr_module: make g...
Sage Weil
01:44 AM Revision b5d9418c (ceph): Merge pull request #41674 from tchaikov/wip-vstart-without-restful
vstart.sh: add an option named --without-restful
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
12:52 AM Revision 9d408a70 (ceph): mgr/cephadm:fix alerts sent to wrong URL
The path_prefix in prometheus.yml was specifying an
endpoint prefix, which was invalid. This resulted in 404
errors w...
Paul Cuzner

06/03/2021

11:56 PM CephFS Bug #51062: mds,client: suppport getvxattr RPC
kclient, but I don't think it matters. This is a server-side xattr, so it comes down to allowing it to be queried via... Jeff Layton
11:04 PM CephFS Bug #51062: mds,client: suppport getvxattr RPC
Jeff Layton wrote:
> Playing with ephemeral pinning today, and found that I can't query ceph.dir.pin.random:
>
> ...
Patrick Donnelly
11:50 PM Revision 25480e24 (ceph): Merge pull request #41670 from tchaikov/wip-op-tracking-spin-off-0
crimson, common: improve const-correctness of Operation::dump()s.
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
11:50 PM Revision 295afe68 (ceph): Merge pull request #41672 from tchaikov/wip-crimson-test-handle-fut
test/crimson/seastore: always handle returned future<>
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
11:38 PM bluestore Bug #51034: osd: failed to initialize OSD in Rook
Any comments? I can get more information if needed. Satoru Takeuchi
11:03 PM CephFS Backport #50539 (Rejected): octopus: mgr/pybind/snap_schedule: do not fail when no fs snapshots a...
https://tracker.ceph.com/issues/49837#note-8 Patrick Donnelly
11:03 PM CephFS Bug #49837: mgr/pybind/snap_schedule: do not fail when no fs snapshots are available
Cory Snyder wrote:
> @Patrick Donnelly - it seems that the snap_schedule module was added in Pacific, so I don't bel...
Patrick Donnelly
11:00 PM CephFS Backport #47020 (Resolved): nautilus: client: shutdown race fails with status 141
Patrick Donnelly
03:13 PM CephFS Backport #47020: nautilus: client: shutdown race fails with status 141
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/41593
merged
Yuri Weinstein
09:49 PM RADOS Bug #50775: mds and osd unable to obtain rotating service keys
Yes, "debug paxos = 30" would definitely help! Sorry, I missed it because the previous set of logs that you shared h... Ilya Dryomov
06:12 AM RADOS Bug #50775: mds and osd unable to obtain rotating service keys
Ilya Dryomov wrote:
> These logs are still weird. Now there is plenty of update_from_paxos log messages but virtual...
wenge song
08:40 PM CephFS Backport #51087 (Need More Info): pacific: mds: segfault printing unknown metric
Patrick Donnelly
08:40 PM CephFS Backport #51087 (Resolved): pacific: mds: segfault printing unknown metric
https://github.com/ceph/ceph/pull/41596 Backport Bot
08:37 PM CephFS Bug #51067 (Pending Backport): mds: segfault printing unknown metric
Patrick Donnelly
02:08 PM CephFS Bug #51067 (Fix Under Review): mds: segfault printing unknown metric
Patrick Donnelly
08:35 PM CephFS Backport #51086 (Resolved): pacific: qa: fs:mirror: reduced data availability
https://github.com/ceph/ceph/pull/41947 Backport Bot
08:35 PM CephFS Backport #51085 (Resolved): pacific: mds: scrub error on inode 0x1
https://github.com/ceph/ceph/pull/41685 Backport Bot
08:34 PM Revision e3c4ae38 (ceph): Merge PR #41654 into master
* refs/pull/41654/head:
mds: do not infinitely recursively print a metric
Reviewed-by: Xiubo Li <xiubli@redhat.com>...
Patrick Donnelly
08:34 PM CephFS Bug #50976 (Pending Backport): mds: scrub error on inode 0x1
Patrick Donnelly
08:33 PM Revision 943915f8 (ceph): Merge PR #41639 into master
* refs/pull/41639/head:
mds/scrub: write root inode backtrace at creation
Reviewed-by: Patrick Donnelly <pdonnell@r...
Patrick Donnelly
08:33 PM Revision a12db794 (ceph): Merge PR #41499 into master
* refs/pull/41499/head:
qa/tasks/mds_thrash: fix thrash iteration never skip
Reviewed-by: Patrick Donnelly <pdonnel...
Patrick Donnelly
08:32 PM CephFS Bug #50867 (Pending Backport): qa: fs:mirror: reduced data availability
Patrick Donnelly
08:25 PM CephFS Backport #51084 (Resolved): pacific: mgr/volumes: hang when removing subvolume when pools are full
https://github.com/ceph/ceph/pull/41691 Backport Bot
08:23 PM Revision a52712f9 (ceph): Merge PR #41443 into master
* refs/pull/41443/head:
test: update log-ignorelist for fs:mirror test
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
08:22 PM CephFS Bug #50532 (Pending Backport): mgr/volumes: hang when removing subvolume when pools are full
Patrick Donnelly
08:22 PM Revision 4e1f8124 (ceph): Merge PR #39910 into master
* refs/pull/39910/head:
test: Add test for mgr hang when osd is full
mgr: Set client_check_pool_perm to false
mds:...
Patrick Donnelly
08:20 PM CephFS Bug #43216: MDSMonitor: removes MDS coming out of quorum election
/ceph/teuthology-archive/pdonnell-2021-06-03_03:40:33-fs-wip-pdonnell-testing-20210603.020013-distro-basic-smithi/614... Patrick Donnelly
07:48 PM RADOS Bug #51083 (Need More Info): Raw space filling up faster than used space
We're seeing something strange currently. Our cluster is filling up faster than it should, and I assume it has someth... Jan-Philipp Litza
07:48 PM RADOS Backport #50153: nautilus: Reproduce https://tracker.ceph.com/issues/48417
Dan van der Ster wrote:
> Nautilus still has the buggy code in PG.cc (it was factored out to PeeringState.cc in octo...
Yuri Weinstein
07:48 PM Revision 87b29019 (ceph): Merge pull request #41611 from dvanders/dvanders_40572_nautilus
nautilus: osd/PeeringState: fix acting_set_writeable min_size check
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.c...
Yuri Weinstein
07:46 PM Backport #50356: nautilus: npm problem causes "make-dist" to fail when directory contains colon c...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41088
merged
Yuri Weinstein
07:46 PM Revision b80a0dfd (ceph): Merge pull request #41088 from smithfarm/wip-50356-nautilus
nautilus: make-dist: refuse to run if script path contains a colon
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
07:44 PM Revision b9bf4909 (ceph): qa: update RHEL to 8.4
Fixes: https://tracker.ceph.com/issues/51082
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:44 PM Fix #51082 (Resolved): qa: update RHEL to 8.4
Patrick Donnelly
07:30 PM Backport #50700: nautilus: fix 32-bit/64-bit server/client interoperability under msgr2
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41246
merged
Yuri Weinstein
07:29 PM Revision 57619d2a (ceph): Merge pull request #41246 from idryomov/wip-posix-memalign-fix-nautilus
nautilus: common/buffer: adjust align before calling posix_memalign()
Reviewed-by: Deepika Upadhyay <dupadhya@redhat...
Yuri Weinstein
07:28 PM RADOS Backport #49729: nautilus: debian ceph-common package post-inst clobbers ownership of cephadm log...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40698
merged
Yuri Weinstein
07:28 PM Revision 63a5cdfd (ceph): Merge pull request #40698 from smithfarm/wip-49729-nautilus
nautilus: debian/ceph-common.postinst: do not chown cephadm log dirs
Reviewed-by: Kefu Chai <kchai@redhat.com>
Revie...
Yuri Weinstein
07:25 PM rgw Bug #51078: rgw: completion of multipart upload leaves delete marker
The pacific backport can be found on the branch https://github.com/ivancich/ceph-fork/tree/pacific-multipart-delete-m... J. Eric Ivancich
01:36 PM rgw Bug #51078: rgw: completion of multipart upload leaves delete marker
Due to zipper changes, this is a non-trivial backport to pacific. I'm happy to do it. J. Eric Ivancich
01:27 PM rgw Bug #51078 (Fix Under Review): rgw: completion of multipart upload leaves delete marker
J. Eric Ivancich
01:21 PM rgw Bug #51078 (Resolved): rgw: completion of multipart upload leaves delete marker
The multipart upload meta object is deleted when the multipart upload is completed. When the bucket is versioned, it ... J. Eric Ivancich
07:22 PM rgw Bug #48262: rgw: RGWListMultipart show Owner ID and DisplayName
This looks like a bug, which generally means backports are needed. Please add the appropriate backports. Thanks! J. Eric Ivancich
06:32 PM Revision 2544ee6d (ceph): Merge pull request #41559 from dmick/wip-grafana-container
monitoring/grafana/build/Makefile: revamp for arm64 builds, pushes to docker and quay, jenkins Dan Mick
05:52 PM RADOS Backport #50704 (In Progress): nautilus: _delete_some additional unexpected onode list
Neha Ojha
04:25 PM Revision 790ea2f1 (ceph): osd/PG.cc: handle removal of pgmeta object
In 7f04700, we made the pg removal code
much more efficient. But it started marking the pgmeta object as an unexpecte...
Neha Ojha
04:18 PM rgw Bug #50218 (Closed): Segmentation fault in radosgw_Main()
Not a Ceph bug, changing to Closed. Yaarit Hatuka
04:11 PM RADOS Backport #50706 (In Progress): pacific: _delete_some additional unexpected onode list
Neha Ojha
04:11 PM Revision a8f7a800 (ceph): osd/PG.cc: handle removal of pgmeta object
In 7f047005fc72e1f37a45cde2d742bb2eb1e62881, we made the pg removal code
much more efficient. But it started marking ...
Neha Ojha
04:11 PM Revision df799461 (ceph): mgr/restful: use get_mgr_ip() instead of hostname
Now we match dashboard!
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
04:11 PM Revision 72d72fc5 (ceph): pybind/mgr/mgr_module: make get_mgr_ip() return mgr's IP from mgrmap
The previous approach was convoluted: we tried to do a DNS lookup on the
hostname, which would fail if /etc/hosts had...
Sage Weil
04:11 PM Revision 45e80667 (ceph): mgr/cephadm/inventory: do not try to resolve current mgr host
The CNI configuration may set up a private network for the container, which
is mapped to the hostname in /etc/hosts. ...
Sage Weil
04:03 PM Revision 925317e9 (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
03:40 PM rbd Bug #50970 (In Progress): replication: local site naming in manual mode and snapshot mirroring
Yeah, I'll treat this ticket as a doc enhancement request then. Ilya Dryomov
03:10 PM rbd Bug #50970: replication: local site naming in manual mode and snapshot mirroring
Hi Ilya,
Indeed, thanks, it works!
Perhaps, this could be added in the documentation?
Arthur Outhenin-Chalandre
03:02 PM rbd Bug #50970 (Need More Info): replication: local site naming in manual mode and snapshot mirroring
Ilya Dryomov
03:02 PM rbd Bug #50970: replication: local site naming in manual mode and snapshot mirroring
Hi Arthur,
You can set the site name when you enable mirroring on the pool:...
Ilya Dryomov
03:39 PM Revision 11252f61 (ceph): Merge pull request #41308 from sseshasa/wip-osd-benchmark-for-mclock
osd: Run osd bench test to override default max osd capacity for mclock
Reviewed-by: Neha Ojha <nojha@redhat.com>
Re...
Neha Ojha
03:16 PM Revision 8c95d52b (ceph): rgw: add sync_info to BILog_Status output
Needed so we can get the incremental generation.
Guard this behind a version check and return the original output if...
Adam Emerson
03:16 PM Revision 90fd8dcb (ceph): rgw: Add cast from bucket_index_log_layout
To bucket_index_layout_generation
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
03:16 PM Revision 90d4ba9e (ceph): rgw: BucketInstanceTrimCR knows about generations
Fetch the current generation from remote peers and trim the minimum
marker on the minimum generation.
Signed-off-by:...
Adam Emerson
03:16 PM Revision 989957b9 (ceph): common: get_str_vec takes std::string_view
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:16 PM Revision 12235196 (ceph): rgw: Bilog trim takes markers as string view
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:16 PM Revision 052e0428 (ceph): rgw: Trim bilog with generation
From the REST interface and radosgw-admin. Assume Generation 0 if none
provided and error if it doesn't exist.
Signe...
Adam Emerson
03:16 PM Revision 5bc11bc2 (ceph): rgw: Add RGWAsyncPutBucketInstanceInfoCR
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:16 PM Revision 0de124be (ceph): rgw: Add RGWRadosRemoveOidCR
A more generally applicable way of removing objects in coroutines.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
03:16 PM Revision dc3e6a5c (ceph): rgw: Trim old generations in BucketTrimInstanceCR
Only one generation per call.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
03:13 PM Revision bf8cfe76 (ceph): Merge pull request #41593 from lxbsz/wip-47020-open-fds
nautilus: libcephfs: ignore restoring the open files limit
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
03:10 PM rgw Backport #51081 (Resolved): pacific: multisite: full sync broken for tenanted buckets
https://github.com/ceph/ceph/pull/42231 Backport Bot
03:05 PM rgw Bug #50785 (Pending Backport): multisite: full sync broken for tenanted buckets
Casey Bodley
03:05 PM Revision 38ae1616 (ceph): Merge pull request #41316 from cbodley/wip-50785
rgw: parse tenant name out of rgwx-bucket-instance
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by: Shi...
Casey Bodley
02:40 PM Revision a53592e4 (ceph): Merge pull request #41677 from tchaikov/wip-oom
ceph.spec.in: increase the mem_per_job to 3GiB
Reviewed-by: David Galloway <dgallowa@redhat.com>
Kefu Chai
02:30 PM rgw Backport #51080 (Resolved): pacific: Bad error message on bucket chown
https://github.com/ceph/ceph/pull/42323 Backport Bot
02:30 PM rgw Backport #51079 (Resolved): octopus: Bad error message on bucket chown
https://github.com/ceph/ceph/pull/41765 Backport Bot
02:28 PM rgw Bug #49831 (Pending Backport): Bad error message on bucket chown
Casey Bodley
09:19 AM rgw Bug #49831 (Fix Under Review): Bad error message on bucket chown
Or Friedmann
02:28 PM Revision 0f44459b (ceph): Merge pull request #41668 from pleiadesian/patch-bucket-chown
rgw: require bucket name in bucket chown
Reviewed-by: Or Friedmann <ofriedma@redhat.com>
Reviewed-by: Daniel Gryniew...
Casey Bodley
02:24 PM rgw Bug #50721 (Resolved): make fetching of certs while validating tokens, more generic.
Daniel Gryniewicz
02:17 PM rgw Bug #50920 (Resolved): rgw: awsv4 client: wrong signature when param value contains '+'
Casey Bodley
02:16 PM Revision 416d60c2 (ceph): Merge pull request #41462 from yehudasa/wip-50920
rgw: auth v4 client: don't convert '+' to space
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:14 PM rgw Bug #50974 (Triaged): rgw: storage class: GLACIER lifecycle don't worked when STANDARD pool and G...
Casey Bodley
02:13 PM rgw Bug #51018 (Fix Under Review): improve JWT token validation in accordance with JSON Web Key Set
Daniel Gryniewicz
02:12 PM rgw Bug #51019 (Fix Under Review): correct session policies permission evaluation
Daniel Gryniewicz
02:03 PM rgw Bug #51068: multisite: metadata sync does not sync STS metadata (e.g., roles, policy, ...)
Abhishek worked on this for roles in https://github.com/ceph/ceph/pull/37679 Casey Bodley
01:24 PM Revision 9ab7c18c (ceph): rgw: completion of multipart upload leaves delete marker
The multipart upload meta object is deleted when the multipart upload
is completed. When the bucket is versioned, it ...
J. Eric Ivancich
01:03 PM Revision 4145337d (ceph): mgr/dashboard: API Version changes do not apply to pre-defined methods ...
Methods like list(), create(), get() etc doesn't get applied the version.Also for the endpoints that get the version ... Aashish Sharma
01:03 PM Revision 7577fec7 (ceph): cmake: increase the MAX_{LINK,COMPILE}_MEM
based on recent observation, quite a few C++ source file take
around more than 3.0GiB to compile. for instance,
test_...
Kefu Chai
01:02 PM Revision aea5663c (ceph): mgr/dashboard: API Version changes doesnt appy to pre-defined methods(l...
Methods like list(), create(), get() etc doesn't get applied the version.Also for the endpoints that get the version ... Aashish Sharma
01:02 PM Revision 38be14bc (ceph): ceph.spec.in: increase the mem_per_job to 3GiB
to lower the number of jobs, we are experiencing build failures on
a builder with 48c96t, 193 free mem. the failures ...
Kefu Chai
12:44 PM Revision e21b3faf (ceph): doc/cephadm: s/the the/the
This removes an extraneous "the" and reworks a
sentence so that it adheres to the grammatical
rules of the English la...
Zac Dover
12:43 PM Revision 0ac94d2c (ceph): doc/cephadm: enriching "daemon status"
This PR creates parallel structure for the
text in the "Daemon Status" section of the
cephadm Service Management chap...
Zac Dover
12:43 PM Revision 19d0b5c0 (ceph): doc/cephadm: enriching "Service Specification"
This PR adds parallel construction to the "Service
Specification" section of the "Service Managment"
chapter of the c...
Zac Dover
12:43 PM Revision 7bc9fe3c (ceph): mgr/cephadm: Don't call _check_host without hosts
Fixes: https://tracker.ceph.com/issues/50691
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
(cherry picked fro...
Sebastian Wagner
12:43 PM Revision 5cccca4e (ceph): cephadm: stop passing --no-hosts to podman
This reverts cfc1f914ce74f1fd1f45e2efd3ba2ddcb2da129a, which is no longer
neceesary because (1) we don't use socket.g...
Sage Weil
12:43 PM Revision e1e389ce (ceph): mgr/nfs: use host.addr for backend IP where possible
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 7e9f4ac7a11805b721d3857197b6d04c4cdae45e)
Sage Weil
12:43 PM Revision d8687c94 (ceph): mgr/cephadm: convert host addr if non-IP to IP
Previously we allowed the host.addr to be a DNS name (short or fqdn).
This is problematic because of the inconsistent...
Sage Weil
12:43 PM Revision ad964c42 (ceph): mgr/dashboard,prometheus: new method of getting mgr IP
- Use a centralized method get_mgr_ip()
- Look up the hostname via DNS. This is a bit more reliable than
getfqdn() s...
Sage Weil
12:42 PM Revision 95368391 (ceph): doc/cephadm: remove any reference to the use of DNS or /etc/hosts
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 872668a9b37ee5a0171c37b3b6f0f4d605ee54a2)
Sage Weil
12:42 PM Revision 1c2a7594 (ceph): mgr/cephadm: use known host addr
If the host IP/addr is known, use that. The addr might even be a FQDN
instead of an IP address, in which case we wan...
Sage Weil
12:42 PM Revision 42b63fa9 (ceph): mgr/cephadm: resolve IP at 'orch host add' time
We prefer to always have a real IP for hosts in the cluster. This avoids
a reliance on DNS for most operations.
Per...
Sage Weil
12:42 PM Revision cf0801f2 (ceph): doc/cephadm: enrich "service status"
This PR improves the syntax of the "Service
Status" section of the "Service Managment"
section of the cephadm guide. ...
Zac Dover
12:42 PM Revision 632abcde (ceph): doc/cephadm: recommend redeploying monitoring stack daemon after changi...
Fixes: https://tracker.ceph.com/issues/50687
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit...
Adam King
12:41 PM Revision 9f310ec2 (ceph): cephadm: clean-up error message
use the standard error message from FileNotFound:
```
cephadm bootstrap --mon-ip 192.168.1.1 --config ~/foobar
ERROR:...
Michael Fritch
12:41 PM Revision 867ffc6a (ceph): cephadm: raise an error when `--config` file is not found
extend the common logic used by the deploy, ceph-volume, and shell
commands for validating the `--config` arg during ...
Michael Fritch
12:41 PM Revision 57c47130 (ceph): cephadm: manage cephadm log with logrotated
Signed-off-by: Daniel Pivonka <dpivonka@redhat.com>
(cherry picked from commit 6790b21bc5ba1e2ccdacefc7f067d5e760e6836d)
Daniel Pivonka
12:41 PM Revision dfcb8f87 (ceph): mgr/cephadm: progress item for service apply
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 089d2fb01b72366aed021caf34dacb85c09b93cc)
Sage Weil
12:41 PM Revision f9aa8c5c (ceph): mgr: expose ceph.conf path to modules
This is useful for shelling back out to ceph utilities.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked ...
Sage Weil
12:40 PM Revision cae5939a (ceph): common/config: track the path to the conf file we loaded
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 340c799bf924d61b355abb9c5e3e34b66634eb45)
Sage Weil
12:40 PM CephFS Bug #51077 (Resolved): MDSMonitor: crash when attempting to mount cephfs
I'm using ceph v16.2.4 deployed with cephadm/docker.
When I try mounting the cephfs from a client, all 3 monitor con...
Stanislav Datskevych
12:40 PM Revision e1e4ac8f (ceph): qa/tasks/cephfs/test_nfs: fix info test
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 218eec938d1c241a595384984aa9e002ffc68e0e)
Sage Weil
12:40 PM Revision fd4f74df (ceph): doc/cephfs/fs-nfs-exports: document --ingress --virtual-ip
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit ada85604ab3845fcd2d321791051b8da77eee748)
Sage Weil
12:40 PM Revision 55620954 (ceph): mgr/nfs: move ingress vs virtual_ip check to cluster interface
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit f2e78bf2e3009eb67a2e7ef06336371eddee7573)
Sage Weil
12:40 PM Revision 5c1337c4 (ceph): PendingReleaseNotes: clarify deprecated
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit fe03c85b434c058db2d9fdcab888f128a9006d78)
Sage Weil
12:39 PM Revision 0faaa552 (ceph): PendingReleaseNotes: note breaking CLI changes
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 0ca1400e4bb586963ed5da699a91d57ad99b64bd)
Sage Weil
12:39 PM Revision 0597fc47 (ceph): doc/cephadm/nfs: document nfs+ingress
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit e51c3dcf015730b30ad917117c88b395335808ca)
Sage Weil
12:39 PM Revision f2dc2235 (ceph): qa/suites/rados/cephadm/smoke-roleless: test nfs, nfs + ingress
Still missing a full client mount test, though!
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from com...
Sage Weil
12:39 PM Revision 9daa98e3 (ceph): mgr/nfs: take --ingress argument to 'nfs cluster create'
It is likely that the rook/k8s variation of ingress will not take a
virtual_ip argument. We want to make sure that i...
Sage Weil
12:39 PM Revision 83aff9fc (ceph): mgr/cephadm: adjust debug output for device refresh
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit feb741dd734468eb24d9fac5814beda6112cd100)
Sage Weil
12:39 PM Revision a9e99970 (ceph): mgr/cephadm: ingress: fix log msg
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit d72d1b5c4e797d8217ab1152e5b05dba8aec15f7)
Sage Weil
12:39 PM Revision bbc0dd99 (ceph): mgr/cephadm: fix logging of config/placement errors
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 14af47070a8b05b8e8e9f94a7676d573407f3a16)
Sage Weil
12:39 PM Revision f2185392 (ceph): common/options: enable nfs module for new clusters
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 8085a7e9cc6a409c59fc8a1542c3c94607fc4e0b)
# ...
Sage Weil
12:39 PM ceph-volume Backport #50860 (In Progress): nautilus: add ceph-volume lvm [new-db|new-wal|migrate] commands
https://github.com/ceph/ceph/pull/41676 Igor Fedotov
12:38 PM Revision 2a9fe6c7 (ceph): cephadm: --stop-signal=SIGTERM
haproxy's container image tells docker|podman to send SIGUSR1 for a "clean"
shutdown. For NFS, the connections never...
Sage Weil
12:38 PM Revision 8bb3721a (ceph): mgr/orchestrator: default nfs pool, namespaces
Apply nfs default pool (currently 'nfs-ganesha'), and default the
namespace to the service_id.
There is no practical...
Sage Weil
12:38 PM Revision acd0a765 (ceph): mgr/cephadm: nfs: create pool if it doesn't yet exist
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 548f1681e093ee7bda0629ce587724e00eeae1b3)
Sage Weil
12:38 PM Revision bc23b582 (ceph): doc/cephadm/nfs: update
- leave off pool/ns, since they should almost never be necessary.
- add port
Signed-off-by: Sage Weil <sage@newdream...
Sage Weil
12:38 PM Revision 28ca0652 (ceph): mgr/nfs: change 'nfs cluster info'
- include the virtual_ip and port at top level
- move backend server list into a sub-item
- include (haproxy) monitor...
Sage Weil
12:38 PM Revision d242b0d3 (ceph): mgr/nfs: take optional virtual_ip for deploying ingress
For 'nfs cluster create', optionally take a virtual_ip to deploy ingress.
Signed-off-by: Sage Weil <sage@newdream.ne...
Sage Weil
12:37 PM Revision 9b39818f (ceph): mgr/nfs: remove 'nfs cluster update'
This command is very awkward to implement unless all service spec fields
are always required. That will soon mean bo...
Sage Weil
12:37 PM Revision 142e8f3a (ceph): mgr/nfs: factor out ganesha pool creation
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 5585fdd5e384ca816a34d7918ccebc02b66d6abc)
Sage Weil
12:37 PM bluestore Backport #50936 (In Progress): nautilus: osd-bluefs-volume-ops.sh fails
Partial backport (regression fix only, omits code refactoring) is at:
https://github.com/ceph/ceph/pull/41676
Igor Fedotov
12:37 PM Revision 1b63f9c0 (ceph): mgr/nfs: delete -> rm for CLI
The rest of the CLI uses 'rm' in place of 'remove' or 'delete', so let's
deprecate 'delete' and add 'rm'.
Signed-off...
Sage Weil
12:37 PM Revision bbc6bb9a (ceph): mgr/nfs: add some type annotations
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 7a5b45268cdeef47968a8f901b79406c40b243c3)
Sage Weil
12:37 PM Revision 39e8136a (ceph): python-common: fix IngressSpec yaml dump
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 05fdbc8c76274952d2ef10e1ab1be3679efe479e)
Sage Weil
12:37 PM Revision 79d9b6b2 (ceph): mgr/cephadm: ingress: remove eth0 default
Better to raise an error; eth0 will never be correct.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked fr...
Sage Weil
12:37 PM Revision 49ee9d2f (ceph): qa/tasks/cephadm: allow mounting volumes in shell
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit b711a752775bb21bafa2ec376346eb7cd99f5c18)
Sage Weil
12:37 PM Revision 8caab3db (ceph): cephadm: add -v arg to shell
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 693fd30532760067a262f381fb3487deae52f689)
Sage Weil
12:37 PM Revision 090c9b8f (ceph): qa/tasks/vip: add 'vip.exec' task
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 54542fdaab5b710eed8127be21111d4f3a030f69)
Sage Weil
12:37 PM Revision 131c6f55 (ceph): mgr/orchestrator: add --port arg to 'orch apply nfs'
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 205bf35c4377607176be16b8144a2bfe8fc70eb6)
Sage Weil
12:37 PM Revision 10a81bb6 (ceph): mgr/cephadm: nfs: add purge
Remove the grace object if we purge the service.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from co...
Sage Weil
12:37 PM Revision b1aa0d52 (ceph): mgr/cephadm: ingress: support nfs
- use consistent hashing
- statically map across ranks
- disable backend checks so that clients don't move
Signed-of...
Sage Weil
12:37 PM Revision 2a7e1ce0 (ceph): mgr/cephadm: do not reconfigure daemons on deleted services
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 444663b740da4e91cdf318f2661fc5cc0b76557c)
Sage Weil
12:37 PM Revision 543def11 (ceph): mgr/cephadm: nfs: shell out to rados tool for conf creation
This avoids any hangs due to rados.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 917fb597...
Sage Weil
12:37 PM Revision 9cb23c75 (ceph): mgr/cephadm: nfs: add rank to grace file from mgr module
Do the grace file manipulation from the mgr module. For add, this isn't
especially important, but for remove it is v...
Sage Weil
12:37 PM Revision 4b3ff8b5 (ceph): mgr/cephadm: nfs: bind ganesha to appropriate ip:port
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit ae4ab5d2041856c8a891e25df610b88bc07b14f1)
Sage Weil
12:37 PM Revision 8f2c20bf (ceph): mgr/cephadm: enable ranked daemons for nfs
Use ranked daemons for NFS. Ganesha does not like it if multiple
instances start up with the same rank, but we need s...
Sage Weil
12:37 PM Revision 516edc9a (ceph): mgr/cephadm: support creation of daemons with ranks
- we need to assign all names and update the rank_map before we start
creating daemons.
- if we are using ranks, we s...
Sage Weil
12:37 PM Revision 27ae0223 (ceph): mgr/cephadm: make _plan show removed daemon names
This is more informative than just the hostnames.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from c...
Sage Weil
12:37 PM Revision b21977c2 (ceph): mgr/cephadm/schedule: assign/map ranks
If we are passed a rank_map, use it maintain one daemon per rank, where
the ranks are consecutive non-negative intege...
Sage Weil
12:37 PM Revision a7ce589b (ceph): mgr/cephadm: add rank[_generation] properties
DaemonDescription
CephadmDaemonDeploySpec
DaemonPlacement
unit.meta
get_unique_name() (we include it in the daemon_id...
Sage Weil
12:37 PM Revision eecbfa86 (ceph): mgr/cephadm/inventory: store optional rank_map along with specs
The rank_map is a bit of state to keep track of which ranks are
occupied by which generation and daemon_id.
Signed-o...
Sage Weil
12:36 PM Revision 466a158f (ceph): mgr/cephadm: include service_name is generated DaemonDescription
This makes 'orch ls' match up daemosn to services (and probably cleans up
other bits and pieces) when the old daemon ...
Sage Weil
12:36 PM Revision 4510f284 (ceph): mgr/orchestrator: include service_name in DaemonDescription dump
('orch ps')
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 15e5c0a3accf8284d22df3b8f98b0127...
Sage Weil
12:36 PM Revision 85fec961 (ceph): mgr/cephadm/inventory: fix deleted check
Look in dict, not encoded JSON string
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit a282c3...
Sage Weil
12:36 PM Revision 7b73ca1b (ceph): mgr/cephadm: simplify
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 991515aaaa19eeee93f6b98b6721ed2b3efbff1b)
Sage Weil
12:36 PM Revision c1953d52 (ceph): mgr/cephadm/schedule: make placement shuffle deterministic
hash(str) is non-deterministic, probably because it is using the internal
object ID or something and not the string c...
Sage Weil
12:36 PM Revision 1400b382 (ceph): mgr/cephadm: document CephadmService flags
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 2fa80d8769a5b4ab1238a9b18627b9e28a540b66)
Sage Weil
12:36 PM Revision 63345583 (ceph): doc/cephadm: fix prompts in service-management.rst
This PR formats the prompts in service-managment.rst
properly.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherr...
Zac Dover
12:35 PM Revision 9fe49240 (ceph): qa/tasks/cephadm: Include bootstrap registry options for downstream
- registry-url, registry-username and registry-password bootstrap options are
supported now. This is needed to access...
SUNIL KUMAR NAGARAJU
12:34 PM Revision d0e22f45 (ceph): qa/suites/rados: include rook test in rados
This just to make sure we don't break mgr/orchestrator.
Note that we already symlink ../orch/cephadm, so this makes ...
Sage Weil
12:25 PM Revision 53ccde96 (ceph): os/bluestore/bluestore_tool: compare retval stat() with -1
before this change, stat() is always called to check if the
file specified by --dev-target exists even if this option...
Kefu Chai
12:24 PM Dashboard Backport #51037 (In Progress): pacific: mgr/dashboard: API Version changing doesnt affect to pre-...
Aashish Sharma
12:10 PM Dashboard Backport #51063 (Resolved): pacific: mgr/dashboard: fix bucket objects and size calculations
Ernesto Puerta
12:09 PM Revision 424295d3 (ceph): Merge pull request #41646 from rhcs-dashboard/wip-51063-pacific
pacific: mgr/dashboard: fix bucket objects and size calculations
Reviewed-by: Waad Alkhoury <walkhour@redhat.com>
Re...
Ernesto Puerta
11:55 AM Revision 6cf5998b (ceph): tests/ceph_volume: add UT for bluefs migration stuff
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit f8def0443db59e7df31132953fff708b76417236)
...
Igor Fedotov
11:45 AM Revision e9ac37d4 (ceph): Merge pull request #41669 from tchaikov/wip-crimson-asok-dump-metrics
crimson/admin: s/perf dump_seastar/dump_metrics/
Reviewed-by: Amnon Hanuhov <ahanukov@redhat.com>
Kefu Chai
11:43 AM Revision a3dd9d51 (ceph): vstart.sh: extract create_mgr_restful_secret() out
for better readability, and so it's easier to make this step optional if
developer is not interested in using the res...
Kefu Chai
11:43 AM Revision edd05d76 (ceph): vstart.sh: add an option named --without-restful"
so we don't need to wait for restful module to be loaded if not working
on this mgr module.
Signed-off-by: Kefu Chai...
Kefu Chai
11:43 AM Revision 28488421 (ceph): vstart.sh: use here document to display multi-line message
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:14 AM CephFS Bug #51055 (Duplicate): mds crash in pacific backport
Jeff Layton
12:47 AM CephFS Bug #51055: mds crash in pacific backport
Jeff,
This should be fixed by Patrick in https://tracker.ceph.com/issues/51067.
Xiubo Li
11:10 AM Revision d2c1e922 (ceph): ceph-volume: implement bluefs volume migration.
This is a wrapper over ceph-bluestore-tool's bluefs-bdev-migrate command.
Primarily intended to introduce LVM tags ma...
Igor Fedotov
10:36 AM Dashboard Bug #49885 (Fix Under Review): mgr/dashboard: Bucket creation fails when selecting locking with c...
Alfonso Martínez
10:34 AM RADOS Bug #51076 (Resolved): "wait_for_recovery: failed before timeout expired" during thrashosd test w...
/a/sseshasa-2021-06-01_08:27:04-rados-wip-sseshasa-testing-objs-test-2-distro-basic-smithi/6145021
Unfortunately t...
Sridhar Seshasayee
10:30 AM Revision 6a37fad6 (ceph): tools/ceph-bluestore-tool: be more legible before requesting additional...
Request DB/WAL size specification when relevant devices are created
only.
Signed-off-by: Igor Fedotov <ifedotov@suse...
Igor Fedotov
10:25 AM bluestore Backport #51042: nautilus: bluefs _allocate unable to allocate, though enough free
Neha Ojha wrote:
> Igor: Not sure how to deal with the missing test in nautilus, but let's get the fix in the last n...
Igor Fedotov
10:21 AM bluestore Backport #51042 (In Progress): nautilus: bluefs _allocate unable to allocate, though enough free
https://github.com/ceph/ceph/pull/41673 Igor Fedotov
10:25 AM Revision 09394a19 (ceph): mgr/dashboard: simplify object locking fields in 'Bucket Creation' form
- UI: The object locking retention period must be expressed in days.
Years value from API (as API keeps param parit...
Alfonso Martínez
10:13 AM Revision f2be18f1 (ceph): os/bluestore: fix unexpected ENOSPC in Avl/Hybrid allocators.
Avl allocator mode was returning unexpected ENOSPC in first-fit mode if all size-
matching available extents were una...
Igor Fedotov
09:21 AM Bug #51075: KW and coverage tools scan for security vulnerabilities
Sorry, Wrong operation, Please close it. jiaqi peng
09:14 AM Bug #51075 (Duplicate): KW and coverage tools scan for security vulnerabilities
KW and coverage tools scan for security vulnerabilities jiaqi peng
09:17 AM RADOS Bug #46847: Loss of placement information on OSD reboot
I had a look at the reproducer and am not entirely sure if it is equivalent to the problem discussed here. it might b... Frank Schilder
09:15 AM Revision 76420f9d (ceph): doc: Update mclock-config-ref to reflect automated OSD benchmarking
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com> Sridhar Seshasayee
09:07 AM RADOS Bug #51074 (Resolved): standalone/osd-rep-recov-eio.sh: TEST_rep_read_unfound failed with "Bad da...
Observed on Master:
/a/sseshasa-2021-06-01_08:27:04-rados-wip-sseshasa-testing-objs-test-2-distro-basic-smithi/61450...
Sridhar Seshasayee
08:32 AM Revision adf8c178 (ceph): ceph-volume: data_allocate_fraction: arg_validators tests
Add tests for argument validator. Check for Nan, <=0.0 and > 1.0
Signed-off-by: Jonas Pfefferle <pepperjo@japf.ch>
Jonas Pfefferle
08:10 AM Orchestrator Bug #51073 (Fix Under Review): prometheus config uses a path_prefix causing alert forwarding to fail
Sebastian Wagner
07:44 AM Revision 287ab0e0 (ceph): ceph-volume: data_allocate_fraction: new validation class
Move validator for data_allocate_fraction to utils.arg_validators
Signed-off-by: Jonas Pfefferle <pepperjo@japf.ch>
Jonas Pfefferle
07:39 AM Revision 94224614 (ceph): Merge pull request #41671 from liu-chunmei/seastore-logger
crimson/seastore: cleanup ceph_subsystem_filestore to seastore
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:37 AM Revision b6e98220 (ceph): test/crimson/seastore: always handle returned future<>
this change also silences the [-Wunused-result] warning.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:37 AM Revision ea3a00a5 (ceph): test/crimson/seastore: declare return type explicitly
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:28 AM Revision 9e0aaa49 (ceph): ceph-volume: data_allocate_pct: allocate percentage
Add data-allocate-pct to ceph-volume lvm batch to allow to only
allocate a certain percentage of a drive, e.g. to red...
Jonas Pfefferle
07:28 AM Revision 4d518ca4 (ceph): python-common: translate to_ceph_volume: add allocation fraction
Add --data-allocate-fraction to translate from json to ceph-volume
command.
Signed-off-by: Jonas Pfefferle <pepperjo...
Jonas Pfefferle
07:28 AM Revision 8f249d17 (ceph): python-common: add data_allocate_fraction to DriveGroupSpec
data_allocate_fraction is used to partially allocate a drive.
Signed-off-by: Jonas Pfefferle <pepperjo@japf.ch>
Jonas Pfefferle
06:47 AM Revision 84e8a81e (ceph): crimson: improve const-correctness of Operation::dump()s.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
06:47 AM Revision f60d0a11 (ceph): common: fix a formatting nit in OpTracker::dump_ops_in_flight().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
06:45 AM Revision 13ccdd63 (ceph): Merge pull request #41661 from smanjara/wip-rgw-multisite-reshard-fix-i...
rgw/multisite_reshard: pass the right generation number for bilog listing Shilpa Jagannath
06:44 AM Revision 4a76d8f7 (ceph): crimson/seastore: cleanup ceph_subsystem_filestore to seastore
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
06:33 AM Revision a7d99054 (ceph): Merge pull request #41666 from tchaikov/wip-crimson-stop
crimson/osd: wait for SIGINT and SIGTERM before stopping
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
Kefu Chai
06:24 AM Revision cec7c15f (ceph): qa: use dump_metrics as alternative of get_heap_property
"get_heap_property *" asock commands are exposed to operators
to check the tcmalloc internals for understanding the p...
Radoslaw Zarzynski
06:23 AM Revision 83e4edcd (ceph): qa/tasks/admin_socket: support "foo || bar" as command
so we can cater the needs of different implementation of osd, i.e.,
classic osd and crimson osd. they offer different...
Kefu Chai
05:59 AM Revision 9052c8cc (ceph): crimson/admin: s/SeastarMetricsHook/DumpMetricsHook/
seastar is the name of one of the libraries used to implement crimson,
but the asok hook dumps not only builtin metri...
Kefu Chai
05:59 AM Revision 1a489787 (ceph): crimson/admin: s/perf dump_seastar/dump_metrics/
as a user-facing interface, no need to expose seastar in the name,
what matters to user is the content not the underl...
Kefu Chai
05:59 AM Revision 87949afb (ceph): crimson/admin: fix the indent
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:59 AM Revision ff8d35d3 (ceph): crimson/admin/osd_admin: sort forward declarations
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:41 AM Revision 158a1f43 (ceph): rgw: require bucket name in bucket chown
Checking and reporting missing the mandatory parameter avoid clueless error
message for bucket chown.
Signed-off-by:...
Zulai Wang
05:35 AM CephFS Bug #51023 (Fix Under Review): mds: tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0xf3)
Xiubo Li
01:44 AM CephFS Bug #51023: mds: tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0xf3)
Patrick Donnelly wrote:
> Xiubo Li wrote:
> > Patrick Donnelly wrote:
> > > Xiubo Li wrote:
> > > > It was one us...
Xiubo Li
01:32 AM CephFS Bug #51023: mds: tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0xf3)
Xiubo Li wrote:
> Patrick Donnelly wrote:
> > Xiubo Li wrote:
> > > It was one use-after-free bug, maybe we should...
Patrick Donnelly
01:16 AM CephFS Bug #51023: mds: tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0xf3)
Patrick Donnelly wrote:
> Xiubo Li wrote:
> > It was one use-after-free bug, maybe we should lru_pin the stray dent...
Xiubo Li
05:30 AM Revision 4945ff12 (ceph): crimson/osd: wait for SIGINT and SIGTERM before stopping
this change addresses an regression introduced by
37b83f4ed7ca69f105b93bf482cb2289cbaf9a4d. as we should not stop
ser...
Kefu Chai
01:36 AM Revision a9ea8c72 (ceph): Merge pull request #41627 from tchaikov/wip-mgr-repl-doc
doc/mgr/modules: add a "debugging" section
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com>
Kefu Chai
01:34 AM Revision 6dbb567d (ceph): Merge pull request #41138 from kalebskeithley/python39
do_cmake: build with python3.9 on RHEL9
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:34 AM CephFS Backport #49514 (Resolved): nautilus: client: allow looking up snapped inodes by inode number+sna...
Patrick Donnelly
01:34 AM CephFS Backport #50128 (Resolved): nautilus: pybind/mgr/volumes: deadlock on async job hangs finisher th...
Patrick Donnelly
01:34 AM CephFS Backport #50290 (Resolved): nautilus: MDS stuck at stopping when reducing max_mds
Patrick Donnelly
01:34 AM CephFS Backport #50625 (Resolved): nautilus: qa: "ls: cannot access 'lost+found': No such file or direct...
Patrick Donnelly
01:34 AM Revision d58a88c4 (ceph): do_cmake: build with python3.9 on RHEL9
rhel9 has python3.9 as of rhel9beta
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Signed-off-by: Kefu Chai <...
Kefu Chai
01:33 AM CephFS Backport #50628 (Resolved): nautilus: client: access(path, X_OK) on non-executable file as root a...
Patrick Donnelly
01:33 AM CephFS Backport #50634 (Resolved): nautilus: mds: failure replaying journal (EMetaBlob)
Patrick Donnelly
01:33 AM CephFS Backport #50897 (Resolved): nautilus: mds: monclient: wait_auth_rotating timed out after 30
Patrick Donnelly
01:16 AM Revision 09357b1b (ceph): Merge pull request #41496 from Huber-ming/correct_spell
rgw: correct the spelling of "instace"
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:54 AM RADOS Bug #47654 (Resolved): test_mon_pg: mon fails to join quorum to due election strategy mismatch
Greg Farnum
12:54 AM RADOS Backport #50087 (Resolved): pacific: test_mon_pg: mon fails to join quorum to due election strate...
Greg Farnum

06/02/2021

11:41 PM Orchestrator Bug #51073 (Resolved): prometheus config uses a path_prefix causing alert forwarding to fail
The current prometheus.yml uses a path_prefix of /alertmanager, but the alertmanager instance are not using this pref... Paul Cuzner
10:10 PM Bug #50533 (Resolved): osd: check_full_status: check don't cares about RocksDB size
Igor Fedotov
10:09 PM Backport #50602 (Resolved): pacific: osd: check_full_status: check don't cares about RocksDB size
Igor Fedotov
06:52 PM Backport #50602: pacific: osd: check_full_status: check don't cares about RocksDB size
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41113
merged
Yuri Weinstein
09:36 PM Orchestrator Bug #51072 (Resolved): cephadm doesn't read out a custom configured prometheus mgr module port
In case a user changes the port of the Prometheus MGR module, Prometheus won't be configured by cephadm correctly to ... Patrick Seidensal
08:42 PM rgw Backport #50430: nautilus: Added caching for S3 credentials retrieved from keystone
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41158
merged
Yuri Weinstein
08:41 PM Revision 81140393 (ceph): Merge pull request #41158 from smithfarm/wip-50430-nautilus
nautilus: rgw: Added caching for S3 credentials retrieved from keystone
Reviewed-by: Friedmann <ofriedma@redhat.com>
Yuri Weinstein
08:40 PM RADOS Backport #50794: pacific: osd: FAILED ceph_assert(recovering.count(*i)) after non-primary osd res...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41320
merged
Yuri Weinstein
08:40 PM Revision 3f8b87ce (ceph): Merge pull request #41320 from trociny/wip-50794-pacific
pacific: osd: don't assert in-flight backfill is always in recovery list
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:53 PM Revision afb31a65 (ceph): rbd: propagate Trash::purge() result
Exit with respective status like other commands do.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked ...
Ilya Dryomov
07:53 PM Revision 8a49fa01 (ceph): rbd: combined error message for expected Trash::purge() errors
Output to stderr instead of the log where regular users wouldn't see
it given the elevated log level.
Signed-off-by:...
Ilya Dryomov
07:53 PM Revision 45555c93 (ceph): librbd: don't stop at the first unremovable image when purging
As there is no inherent ordering, there may be multiple removable
images past the unremovable image. On top of that,...
Ilya Dryomov
07:42 PM Revision d51e0a44 (ceph): rbd: propagate Trash::purge() result
Exit with respective status like other commands do.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked ...
Ilya Dryomov
07:42 PM Revision 247150cd (ceph): rbd: combined error message for expected Trash::purge() errors
Output to stderr instead of the log where regular users wouldn't see
it given the elevated log level.
Signed-off-by:...
Ilya Dryomov
07:42 PM Revision 21cdb63b (ceph): librbd: don't stop at the first unremovable image when purging
As there is no inherent ordering, there may be multiple removable
images past the unremovable image. On top of that,...
Ilya Dryomov
07:36 PM rbd Backport #51059 (In Progress): octopus: "trash purge" shouldn't stop at the first unremovable image
Ilya Dryomov
07:36 PM rbd Backport #51058 (In Progress): pacific: "trash purge" shouldn't stop at the first unremovable image
Ilya Dryomov
07:36 PM rbd Backport #51057 (In Progress): nautilus: "trash purge" shouldn't stop at the first unremovable image
Ilya Dryomov
07:02 PM CephFS Bug #51023: mds: tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0xf3)
Xiubo Li wrote:
> It was one use-after-free bug, maybe we should lru_pin the stray dentries.
That's what ultimate...
Patrick Donnelly
11:56 AM CephFS Bug #51023: mds: tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0xf3)
It was one use-after-free bug, maybe we should lru_pin the stray dentries. Xiubo Li
05:19 AM CephFS Bug #51023 (In Progress): mds: tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0xf3)

The root cause is that the "~mds0/stray0" dentry has been trimmed before the "C_MDC_CreateSystemFile" finisher call...
Xiubo Li
06:55 PM mgr Backport #50779: pacific: mgr/progress: progress can be negative
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41312
merged
Yuri Weinstein
06:54 PM Revision 4a9e7f8c (ceph): Merge pull request #41312 from k0ste/wip-50779-pacific
pacific: mgr/progress: ensure progress stays between [0,1]
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
06:54 PM RADOS Backport #50702: pacific: Data loss propagation after backfill
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41236
merged
Yuri Weinstein
06:53 PM Revision a0ae0583 (ceph): Merge pull request #41236 from trociny/wip-50702-pacific
pacific: os/FileStore: fix to handle readdir error correctly
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: ...
Yuri Weinstein
06:53 PM RADOS Backport #50606: pacific: osd/scheduler/mClockScheduler: Async reservers are not updated with the...
Sridhar Seshasayee wrote:
> https://github.com/ceph/ceph/pull/41125
merged
Yuri Weinstein
06:53 PM Revision 20274bb8 (ceph): Merge pull request #41125 from sseshasa/wip-50606-pacific
pacific: osd: Override recovery, backfill and sleep related config options during OSD and mclock scheduler initializa... Yuri Weinstein
06:52 PM Revision e6204516 (ceph): Merge pull request #41113 from k0ste/wip-50602-pacific
pacific: osd: compute OSD's space usage ratio via raw space utilization
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Yuri Weinstein
06:51 PM RADOS Backport #49992: pacific: unittest_mempool.check_shard_select failed
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40566
merged
Yuri Weinstein
06:51 PM Revision a6485d3c (ceph): Merge pull request #40566 from singuliere/wip-49992-pacific
pacific: common/mempool: only fail tests if sharding is very bad
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
06:46 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
/a/yuriw-2021-05-25_19:21:19-rados-wip-yuri2-testing-2021-05-25-0940-pacific-distro-basic-smithi/6134490 Neha Ojha
06:38 PM RADOS Bug #50042: rados/test.sh: api_watch_notify failures
/a/yuriw-2021-05-25_19:21:19-rados-wip-yuri2-testing-2021-05-25-0940-pacific-distro-basic-smithi/6134471 Neha Ojha
06:35 PM Revision 74def4d1 (ceph): rgw: fix incremental sync by using the right generation for bilog listing
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com> Shilpa MJ
06:30 PM Revision 00244a19 (ceph): rbd: propagate Trash::purge() result
Exit with respective status like other commands do.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked ...
Ilya Dryomov
06:30 PM Revision 7d13b173 (ceph): rbd: combined error message for expected Trash::purge() errors
Output to stderr instead of the log where regular users wouldn't see
it given the elevated log level.
Signed-off-by:...
Ilya Dryomov
06:30 PM Revision f9437eb4 (ceph): librbd: don't stop at the first unremovable image when purging
As there is no inherent ordering, there may be multiple removable
images past the unremovable image. On top of that,...
Ilya Dryomov
06:20 PM CephFS Bug #45997 (Resolved): nautilus: ceph_volume_client.py: UnicodeEncodeError exception while removi...
Patrick Donnelly
06:00 PM Revision cb8316cd (ceph): qa/tasks/qemu: precise repos have been archived
Fixes: https://tracker.ceph.com/issues/51033
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from com...
Ilya Dryomov
05:59 PM Revision 48ef11b3 (ceph): qa/tasks/qemu: precise repos have been archived
Fixes: https://tracker.ceph.com/issues/51033
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from com...
Ilya Dryomov
05:57 PM Revision bbc40e88 (ceph): qa/tasks/qemu: precise repos have been archived
Fixes: https://tracker.ceph.com/issues/51033
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from com...
Ilya Dryomov
05:33 PM Revision c257c2e1 (ceph): osd/scrub: modify "classic" OSD scrub state-machine to support Crimson
As some scrub-related functions are asynchronous in Crimson,
scrub states that call those functions cannot simply per...
Ronen Friedman
04:44 PM bluestore Backport #51042: nautilus: bluefs _allocate unable to allocate, though enough free
Igor: Not sure how to deal with the missing test in nautilus, but let's get the fix in the last nautilus point release Neha Ojha
04:24 PM Revision a9e1a3e6 (ceph): os/bluestore: fix unexpected ENOSPC in Avl/Hybrid allocators.
Avl allocator mode was returning unexpected ENOSPC in first-fit mode if all size-
matching available extents were una...
Igor Fedotov
04:21 PM Revision 24a87675 (ceph): test/allocator_replay_test: make allocator type configurable
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit f4d1ef9a95e31cb67499ddb265548eda73ab4289)
...
Igor Fedotov
04:16 PM CephFS Backport #51070 (In Progress): pacific: qa: test_ephemeral_pin_distribution failure
Patrick Donnelly
03:30 PM CephFS Backport #51070 (Resolved): pacific: qa: test_ephemeral_pin_distribution failure
https://github.com/ceph/ceph/pull/41659 Backport Bot
04:15 PM Revision ceff7eb2 (ceph): qa: increase fragmentation to improve uniform distribution
Fixes: https://tracker.ceph.com/issues/51060
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
04:13 PM bluestore Backport #51041 (In Progress): octopus: bluefs _allocate unable to allocate, though enough free
Neha Ojha
03:49 PM rbd Bug #50787 (Fix Under Review): rbd diff between two snapshots lists entire image content with 'wh...
Sunny Kumar
03:25 PM CephFS Bug #51060 (Pending Backport): qa: test_ephemeral_pin_distribution failure
Patrick Donnelly
03:23 PM CephFS Bug #51069 (Triaged): mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
Patrick Donnelly
03:23 PM CephFS Bug #51069 (Resolved): mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
... Patrick Donnelly
03:18 PM Revision 58712403 (ceph): Merge PR #41635 into master
* refs/pull/41635/head:
qa: increase fragmentation to improve uniform distribution
Reviewed-by: Ramana Raja <rraja@...
Patrick Donnelly
03:13 PM CephFS Backport #50873: pacific: mon,doc: deprecate min_compat_client
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41468
merged
Yuri Weinstein
03:13 PM Revision 5b706c45 (ceph): Merge pull request #41468 from batrick/i50873
pacific: mon,doc: deprecate min_compat_client
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
03:12 PM cephsqlite Backport #50014: pacific: ubuntu ceph-mgr package does not pickup libsqlite3-mod-ceph automatically
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40689
merged
Yuri Weinstein
03:12 PM Revision 455f4729 (ceph): Merge pull request #40689 from singuliere/wip-50014-pacific
pacific: debian,cmake,cephsqlite: hide non-public symbols
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
02:44 PM rgw Bug #51068 (Pending Backport): multisite: metadata sync does not sync STS metadata (e.g., roles, ...
Support for synchronizing roles/role policy/oidc provider config (etc?) is required to easily use STS AA in replicate... Matt Benjamin
02:43 PM Revision 7025d508 (ceph): Merge pull request #41644 from rzarzynski/wip-crimson-fix-blocked-peering
crimson/monc: fix subscription stall that blocked peering.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:43 PM Revision e066f1d9 (ceph): test/allocator_replay_test: make allocator type configurable
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit f4d1ef9a95e31cb67499ddb265548eda73ab4289)
...
Igor Fedotov
02:42 PM Revision dd1a6ff5 (ceph): os/bluestore: fix unexpected ENOSPC in Avl/Hybrid allocators.
Avl allocator mode was returning unexpected ENOSPC in first-fit mode if all size-
matching available extents were una...
Igor Fedotov
02:35 PM Revision 20a622a8 (ceph): mds: do not infinitely recursively print a metric
Fixes: b1b44d775df3160d937c068d5e1079e24199ed6b
Fixes: https://tracker.ceph.com/issues/51067
Signed-off-by: Patrick D...
Patrick Donnelly
02:33 PM bluestore Backport #51040 (In Progress): pacific: bluefs _allocate unable to allocate, though enough free
Neha Ojha
02:28 PM CephFS Bug #51067 (Resolved): mds: segfault printing unknown metric
Regression caused by b1b44d775df3160d937c068d5e1079e24199ed6b.
Instead of an assertion we get a happy seg fault =)...
Patrick Donnelly
02:27 PM Revision 37d40c65 (ceph): Merge PR #41651 into master
* refs/pull/41651/head:
doc/cephadm: s/the the/the
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
02:11 PM Revision 8db4a845 (ceph): doc/cephadm: enriching "setting a limit"
This PR improves the flow and syntax of the
sentences in the "Setting a Limit" section of the
"Service Management" ch...
Zac Dover
02:10 PM Revision cc800e00 (ceph): Merge pull request #41645 from tchaikov/wip-crimson-osd-mkfs
crimson/osd: check existing superblock when mkfs
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
02:06 PM Revision 52701fe8 (ceph): doc/cephadm: s/the the/the
This removes an extraneous "the" and reworks a
sentence so that it adheres to the grammatical
rules of the English la...
Zac Dover
01:56 PM Revision dd367e28 (ceph): mgr/pybind/snap_schedule: return valid json for 'status' command
The status should return a valid list, prior to this path the code was
only appending json blob next to each other re...
Sébastien Han
01:55 PM Revision e6d6274e (ceph): mgr/pybind/snap_schedule: do not fail when no fs snapshot schedules are...
When listing for available snapshot schedules, we should not an error in case
there is none. We should just return 0 ...
Sébastien Han
01:25 PM Dashboard Bug #51066 (Triaged): mgr/dashboard: fix rgw-bucket async validation
It seems like on rgw-bucket creation the validator `bucketNameValidator()` is throwing 500 internal server error as i... Avan Thakkar
01:14 PM Dashboard Backport #50426 (In Progress): nautilus: Remove erroneous elements in hosts-overview Grafana dash...
Avan Thakkar
01:14 PM Revision 3415b938 (ceph): monitoring/grafana: Remove erroneous elements in hosts-overview Grafana...
The hosts-overview Grafana dashboard json file contains a repeated element, making
it invalid JSON. Some JSON parsers...
Malcolm Holmes
01:13 PM Dashboard Backport #50425 (In Progress): octopus: Remove erroneous elements in hosts-overview Grafana dashb...
Avan Thakkar
01:13 PM Revision 5d019c06 (ceph): monitoring/grafana: Remove erroneous elements in hosts-overview Grafana...
The hosts-overview Grafana dashboard json file contains a repeated element, making
it invalid JSON. Some JSON parsers...
Malcolm Holmes
01:10 PM Dashboard Backport #51064 (In Progress): nautilus: mgr/dashboard: fix bucket objects and size calculations
Avan Thakkar
12:15 PM Dashboard Backport #51064 (Resolved): nautilus: mgr/dashboard: fix bucket objects and size calculations
https://github.com/ceph/ceph/pull/41648 Backport Bot
01:09 PM Revision 94db3afa (ceph): mgr/dashboard: fix bucket objects and size calculations
Fixes: https://tracker.ceph.com/issues/51035
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co...
Avan Thakkar
01:08 PM Dashboard Backport #51065 (In Progress): octopus: mgr/dashboard: fix bucket objects and size calculations
Avan Thakkar
12:15 PM Dashboard Backport #51065 (Resolved): octopus: mgr/dashboard: fix bucket objects and size calculations
https://github.com/ceph/ceph/pull/41647 Backport Bot
01:08 PM Revision 57886c33 (ceph): mgr/dashboard: fix bucket objects and size calculations
Fixes: https://tracker.ceph.com/issues/51035
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co...
Avan Thakkar
01:07 PM Dashboard Backport #51063 (In Progress): pacific: mgr/dashboard: fix bucket objects and size calculations
Avan Thakkar
12:15 PM Dashboard Backport #51063 (Resolved): pacific: mgr/dashboard: fix bucket objects and size calculations
https://github.com/ceph/ceph/pull/41646 Backport Bot
01:07 PM Revision ce580cd7 (ceph): mgr/dashboard: fix bucket objects and size calculations
Fixes: https://tracker.ceph.com/issues/51035
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co...
Avan Thakkar
01:00 PM Revision d04b4257 (ceph): crimson/osd: extract OSD::_write_superblock() out
prepare for the change to verify existing meta collection and superblock
stored in it.
Signed-off-by: Kefu Chai <kch...
Kefu Chai
01:00 PM Revision 6b66c30b (ceph): crimson/osd: check existing superblock when mkfs
in case mkfs on an existing store.
this change mirrors the behavior of classic osd, also addresses the
assert failur...
Kefu Chai
12:44 PM CephFS Bug #51055: mds crash in pacific backport
Jeff Layton wrote:
> If you can reproduce the crash and get a coredump, and ensure that the packages stay around, we...
Xiubo Li
12:33 PM CephFS Bug #51055: mds crash in pacific backport
If you can reproduce the crash and get a coredump, and ensure that the packages stay around, we should (supposedly) b... Jeff Layton
12:14 PM CephFS Bug #51055: mds crash in pacific backport
I was also hitting the same issue in upstream :
https://pulpito.ceph.com/xiubli-2021-05-28_03:27:40-fs:functional:-w...
Xiubo Li
09:55 AM CephFS Bug #51055: mds crash in pacific backport
Xiubo Li wrote:
> It might be crashed here first:
>
> [...]
>
> Then the watchdog bark and kill the mds daemon...
Jeff Layton
01:12 AM CephFS Bug #51055: mds crash in pacific backport
Jeff Layton wrote:
> A lot of MDS failures, possibly involving the stats code. One of the tests' teuthology log is h...
Xiubo Li
12:32 PM Revision f5cf1a36 (ceph): crimson/monc: fix subscription stall that blocked peering.
There is a scenario when the `active_con` is properly
chosen but isn't marked as `ready_to_send`.
If `renew_subs()` i...
Radoslaw Zarzynski
12:17 PM Dashboard Bug #51026 (Resolved): mgr/dashboard: Grafana datasource not filled in
Ernesto Puerta
12:17 PM Dashboard Backport #51036 (Resolved): pacific: mgr/dashboard: Grafana datasource not filled in
Ernesto Puerta
12:16 PM Revision 6b294c9f (ceph): Merge pull request #41633 from rhcs-dashboard/wip-51036-pacific
pacific: mgr/dashboard: pass Grafana datasource in URL
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by...
Ernesto Puerta
12:14 PM Dashboard Bug #50909 (Resolved): mgr/dashboard: create NFS export > RGW tenanted user id shown without tena...
Ernesto Puerta
12:14 PM Dashboard Backport #50968 (Resolved): pacific: mgr/dashboard: create NFS export > RGW tenanted user id show...
Ernesto Puerta
12:14 PM Revision 120fbacb (ceph): Merge pull request #41528 from rhcs-dashboard/wip-50968-pacific
pacific: mgr/dashboard: show RGW tenant user id correctly in 'NFS create export' form
Reviewed-by: Waad Alkhoury <wa...
Ernesto Puerta
12:13 PM Dashboard Bug #51035 (Pending Backport): mgr/dashboard: fix bucket objects and size calculations
Ernesto Puerta
12:12 PM Revision 8997d1f5 (ceph): Merge pull request #41630 from rhcs-dashboard/fix-bucket-calculations
mgr/dashboard: fix bucket objects and size calculations
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed...
Ernesto Puerta
12:01 PM CephFS Bug #51062 (Resolved): mds,client: suppport getvxattr RPC
Playing with ephemeral pinning today, and found that I can't query ceph.dir.pin.random:... Jeff Layton
11:46 AM RADOS Bug #50903 (Closed): ceph_objectstore_tool: Slow ops reported during the test.
Closing this since the issue was hit during teuthology testing of my PR: https://github.com/ceph/ceph/pull/41308. Thi... Sridhar Seshasayee
11:18 AM rbd Backport #51048 (In Progress): nautilus: qemu task fails to install packages, workload isn't run
Ilya Dryomov
11:18 AM rbd Backport #51047 (In Progress): octopus: qemu task fails to install packages, workload isn't run
Ilya Dryomov
11:18 AM rbd Backport #51046 (In Progress): pacific: qemu task fails to install packages, workload isn't run
Ilya Dryomov
10:43 AM Revision 32a7f54c (ceph): Merge pull request #41638 from tchaikov/wip-doc-crimson-doc
doc/dev/crimson: update link to scylladb debugging tips
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
10:03 AM Orchestrator Bug #51061 (Duplicate): GPT partitioning table: OSD "all-available-devices" tries to use "non ava...
Sequence of operations -
1) Boot strapped cluster using - ...
Juan Miguel Olmo Martínez
09:42 AM Revision 7757f3ea (ceph): mds/scrub: write root inode backtrace at creation
Write root inode backtrace as soon as it is created;
Unwritten backtrace always caused scrub to fail for root inode.
...
Milind Changire
09:11 AM Revision 306a48ce (ceph): doc/dev/crimson: update link to scylladb debugging tips
the old one is not reachable anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:00 AM Revision c4b735d2 (ceph): Merge pull request #41637 from tchaikov/wip-crimson-never-discard-future
crimson: always handle returned future
Reviewed-by: Xuehan Xu <xuxuehan@360.cn>
Reviewed-by: Radoslaw Zarzynski <rza...
Kefu Chai
08:58 AM Revision 28b08874 (ceph): doc/mgr/modules: add a "debugging" section
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:55 AM Revision 0db455be (ceph): pybind/ceph_mgr_repl: define "timeout" opt as an int
otherwise it would be a str, which would be rejected by the underlying
`json_command()` method.
Signed-off-by: Kefu ...
Kefu Chai
08:49 AM Revision 6ad38a29 (ceph): osd: Remove the generic "osd_mclock_max_capacity_iops" option.
Remove the generic "osd_mclock_max_capacity_iops" option and use the
"osd_mclock_max_capacity_iops_[hdd,ssd]" options...
Sridhar Seshasayee
08:49 AM Revision db6c995b (ceph): osd: Run osd bench test to override default max osd capacity for mclock
If mclock scheduler is enabled, run the osd bench test as part of osd
initialization sequence in order to determine t...
Sridhar Seshasayee
08:49 AM Revision 9a95492b (ceph): osd: Disable heartbeat timeout until a non-future workitem can be proce...
There could be rare instances when employing the mclock scheduler where a
worker thread for a shard may not get an im...
Sridhar Seshasayee
08:49 AM Revision 328271d5 (ceph): qa/tasks: Enhance wait_until_true() to check & retry recovery progress
With mclock scheduler enabled, the recovery throughput is throttled based
on factors like the type of mclock profile ...
Sridhar Seshasayee
08:16 AM Dashboard Backport #50841 (Resolved): nautilus: mgr/dashboard: add grafana dashboards for rgw multisite syn...
Ernesto Puerta
08:16 AM Revision 045a4d03 (ceph): Merge pull request #41386 from rhcs-dashboard/wip-50841-nautilus
nautilus: mgr/dashboard: grafana panels for rgw multisite sync performance
Reviewed-by: Alfonso Martínez <almartin@r...
Ernesto Puerta
07:36 AM Revision 9f5ef98d (ceph): mgr/dashboard: fix bucket objects and size calculations
Fixes: https://tracker.ceph.com/issues/51035
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Avan Thakkar
06:57 AM RADOS Bug #50806: osd/PrimaryLogPG.cc: FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_mis...
Observed on master:
/a/sseshasa-2021-06-01_08:27:04-rados-wip-sseshasa-testing-objs-test-2-distro-basic-smithi/61450...
Sridhar Seshasayee
06:54 AM RADOS Bug #50192: FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_missing(soi...
Observed on master:
/a/sseshasa-2021-06-01_08:27:04-rados-wip-sseshasa-testing-objs-test-2-distro-basic-smithi/61450...
Sridhar Seshasayee
06:17 AM Revision beb04ea9 (ceph): crimson/os: do not return a future in finally()
errorator always discard the returned future.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:17 AM Revision 895f99a6 (ceph): crimson: always handle returned future
to ignore a future without good reason could lead to catastrophic
issues. see also b127fa3cdd405c71cf09875f61f107c23a...
Kefu Chai
06:17 AM Revision d7b93dc2 (ceph): crimson/common/errorator: mark errorator::future 'nodiscard'
so compiler is able to error out if we discard a future.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:17 AM Revision 31a6a6dc (ceph): crimson/common/interruptible_future: mark future 'nodiscard'
so compiler is able to error out if we discard a future.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:05 AM rgw Feature #47776: Add Support customed CA certificate from vault KMS for SSE encryption
Jiffin Tony Thottan wrote:
> I have created Bp branch in my git repo since this PR have conflicts with pacific https...
Jiffin Tony Thottan
05:24 AM CephFS Backport #50392 (Resolved): pacific: cephfs-top: exception: addwstr() returned ERR
Patrick Donnelly
05:24 AM Revision 5a6f6f78 (ceph): Merge PR #41053 into pacific
* refs/pull/41053/head:
cephfs-top: set the cursor to be invisible
cephfs-top: self-adapt the display according the...
Patrick Donnelly
04:59 AM CephFS Backport #50843 (Resolved): pacific: mgr/nfs: cli is broken as cluster id and binding arguments a...
Patrick Donnelly
04:59 AM CephFS Backport #50597 (Resolved): pacific: mgr/nfs: Add troubleshooting section
Patrick Donnelly
04:59 AM CephFS Backport #50488 (Resolved): pacific: mgr/nfs: move nfs code out of volumes plugin
Patrick Donnelly
04:59 AM Revision 0fefdd8b (ceph): Merge PR #41389 into pacific
* refs/pull/41389/head:
qa/tasks/nfs: add test to check if cmds fail on not passing required arguments
mgr/nfs: fix...
Patrick Donnelly
04:49 AM CephFS Backport #50186 (Resolved): pacific: qa: daemonwatchdog fails if mounts not defined
Patrick Donnelly
04:49 AM Revision 37c21d46 (ceph): Merge PR #40634 into pacific
* refs/pull/40634/head:
qa: check mounts attribute in ctx
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:47 AM Revision 679ddf5d (ceph): Merge pull request #41026 from TRYTOBE8TME/wip-rgw-rabbitmq
qa/tasks: Adding RabbitMQ task for bucket notification tests Yuval Lifshitz
04:14 AM RADOS Bug #49962 (Resolved): 'sudo ceph --cluster ceph osd crush tunables default' fails due to valgrin...
Thanks Radoslaw! Patrick Donnelly
04:11 AM Revision cfe84081 (ceph): Merge PR #41169 into pacific
* refs/pull/41169/head:
pacific: qa: drop the distro~HEAD directory from the fs suite.
Reviewed-by: Neha Ojha <nojh...
Patrick Donnelly
04:04 AM Revision 96948e17 (ceph): auth/KeyRing: rename decode_plaintext() to decode()
as the former is just an alias of the latter.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:59 AM Revision 594c5dc0 (ceph): auth/KeyRing: do not decode a copy of bl
i checked all the code paths calling into KeyRing::decode(), none of
them relies on the behavior that the bl is not m...
Kefu Chai
03:47 AM RADOS Bug #50853 (In Progress): libcephsqlite: Core dump while running test_libcephsqlite.sh.
Patrick Donnelly
03:25 AM Revision 1c40ee32 (ceph): qa: increase fragmentation to improve uniform distribution
Fixes: https://tracker.ceph.com/issues/51060
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:02 AM Revision 1bfd7853 (ceph): auth/KeyRing: always decode keying as plaintext
for three reasons:
* we don't encode binary KeyRing since v0.48: the binary encoder for
KeyRing was dropped in eae...
Kefu Chai

06/01/2021

10:26 PM Orchestrator Bug #51028: device zap doesn't perform any checks
Just some more info to help understand the scenario, I'm going to mess with osd.7 which is device vdd on node-01
[...
Paul Cuzner
10:04 PM Revision aa3f3e3c (ceph): Merge pull request #41511 from ideepika/wip-49592-upgrade-octopus
octopus: qa/upgrade: disable update_features test_notify with older client as lockowner
Reviewed-by: Mykola Golub <m...
Ilya Dryomov
10:04 PM Revision 97bd8b38 (ceph): Merge pull request #41513 from ideepika/wip-49592-upgrade-nautilus
nautilus: qa/upgrade: disable update_features test_notify with older client as lockowner
Reviewed-by: Mykola Golub <...
Ilya Dryomov
09:21 PM Bug #51049: cephadm removed mon. key when adding new mon node
As I said in ceph-users, this didn't actually remove the mon. key:
https://lists.ceph.io/hyperkitty/list/ceph-user...
Bryan Stillwell
04:16 PM Bug #51049 (Closed): cephadm removed mon. key when adding new mon node
This morning I tried adding a mon node to my home Ceph cluster (mid-upgrade from 15.2.13 to 16.2.4) with the followin... Bryan Stillwell
09:17 PM CephFS Bug #50976: mds: scrub error on inode 0x1
Milind, please paste the run this failure comes from. Patrick Donnelly
08:57 PM CephFS Bug #51060 (Resolved): qa: test_ephemeral_pin_distribution failure
... Patrick Donnelly
08:00 PM rbd Backport #51059 (Resolved): octopus: "trash purge" shouldn't stop at the first unremovable image
https://github.com/ceph/ceph/pull/41663 Backport Bot
08:00 PM rbd Backport #51058 (Resolved): pacific: "trash purge" shouldn't stop at the first unremovable image
https://github.com/ceph/ceph/pull/41664 Backport Bot
08:00 PM rbd Backport #51057 (Resolved): nautilus: "trash purge" shouldn't stop at the first unremovable image
https://github.com/ceph/ceph/pull/41662 Backport Bot
07:57 PM rbd Bug #51021 (Pending Backport): "trash purge" shouldn't stop at the first unremovable image
Ilya Dryomov
07:56 PM Revision bb92c4ff (ceph): Merge pull request #41588 from idryomov/wip-rbd-trash-purge
librbd: don't stop at the first unremovable image when purging
Reviewed-by: Mykola Golub <mgolub@suse.com>
Ilya Dryomov
07:18 PM CephFS Bug #51055: mds crash in pacific backport
Some of the cores seem to be missing. For instance, there is this in the teuthology.log:
2021-05-31T16:36:41.2...
Jeff Layton
06:35 PM CephFS Bug #51055 (Duplicate): mds crash in pacific backport
A lot of MDS failures, possibly involving the stats code. One of the tests' teuthology log is here:

http://qa...
Jeff Layton
07:16 PM Orchestrator Bug #51056 (Resolved): manage cephadm log with logrotated
other ceph services logs are managed by logrotated when logging to file. make the cephadm binary log the same way. Daniel Pivonka
06:45 PM Revision bcd821e1 (ceph): pybind/mgr/mgr_module: add separator for non-positional args
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:45 PM Revision d2e86935 (ceph): pybind/mgr/mgr_module: infer non-positional args
Once we have an Optional[bool], we can always transition to non-positional,
since we never have a non-optional bool. ...
Sage Weil
06:45 PM Revision 747eb7d1 (ceph): pybind/ceph_argparse: remove dead code
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:45 PM Revision fb80427e (ceph): pybind/ceph_argparse: stop parsing when we run out of positional args
If we encouter an arg that is not a named flag/arg, and the next
item in the command description is non-positional, t...
Sage Weil
06:45 PM Revision 27c2b83a (ceph): mgr/orchestrator: reformat a few methods
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:45 PM Revision b64e6dda (ceph): mgr/orchestrator: add end_positional to a few methods
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:45 PM Revision 5d8cfb14 (ceph): mgr/orchestrator: clean up 'orch {daemon add,apply} rgw' args
Make placement the only optional positional. This means that the "usual"
'orch orch apply <whatever> 3' will do plac...
Sage Weil
06:45 PM Revision 4bc37ba3 (ceph): pybind/mgr/mgr_module: fix help desc formatting
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:45 PM Revision fd77020e (ceph): mgr/k8sevents: fix help strings
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:45 PM Revision c441d35b (ceph): command/cmdparse: use -- to separate positional from non-positional args
In a command definition, separate the non-positional args with "--".
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
06:39 PM Revision 165987c4 (ceph): pybind/ceph_argparse: track a 'positional' property on cli args
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:39 PM Revision b9a2a714 (ceph): pybind/ceph_argparse: adjust help text for non-positional args
If an arg is non-positional, always show it as
[--arg-name <value>]
(All non-positional args are optional.)
Sign...
Sage Weil
06:08 PM Dashboard Backport #50885 (Resolved): nautilus: mgr/dashboard: Physical Device Performance grafana graphs f...
Ernesto Puerta
06:07 PM Revision 87cf3ce8 (ceph): Merge pull request #41531 from rhcs-dashboard/wip-50885-nautilus
nautilus: mgr/dashboard: fix OSDs Host details/overview grafana graphs
Reviewed-by: Aashish Sharma <aasharma@redhat....
Ernesto Puerta
06:04 PM Revision 2e0b8a2a (ceph): qa/tasks: Adding RabbitMQ task for bucket notification tests
This commit majorly consists of the RabbitMQ task which is a required and supported endpoint in bucket notification t... Kalpesh
05:37 PM RADOS Bug #50853: libcephsqlite: Core dump while running test_libcephsqlite.sh.
/a/sage-2021-05-29_16:04:00-rados-wip-sage3-testing-2021-05-29-1009-distro-basic-smithi/6142109
Sage Weil
05:35 PM rbd Bug #51044 (Resolved): librbd::cache::pwl::rwl::WriteLog failed to initialize pool
aah I see, yes was looked in with my username, cool, yes it did resolve the issue. Thanks Ilya! Deepika Upadhyay
04:50 PM rbd Bug #51044: librbd::cache::pwl::rwl::WriteLog failed to initialize pool
The solution should be to log in as ubuntu or adjust rbd_persistent_cache_path config option. Ilya Dryomov
04:49 PM rbd Bug #51044: librbd::cache::pwl::rwl::WriteLog failed to initialize pool
It looks like it failed to access /home/ubuntu/cephtest/write_back_cache/rbd-pwl.test-librbd-smithi135-65704-1.12b4d6... Ilya Dryomov
03:20 PM rbd Bug #51044 (Resolved): librbd::cache::pwl::rwl::WriteLog failed to initialize pool
... Deepika Upadhyay
05:31 PM Dashboard Backport #51054 (Resolved): nautilus: mgr/dashboard: partially deleted RBDs are only listed by CLI
https://github.com/ceph/ceph/pull/41738 Backport Bot
05:31 PM Dashboard Backport #51053 (Resolved): pacific: mgr/dashboard: partially deleted RBDs are only listed by CLI
https://github.com/ceph/ceph/pull/41891 Backport Bot
05:30 PM Dashboard Backport #51052 (Resolved): octopus: mgr/dashboard: partially deleted RBDs are only listed by CLI
https://github.com/ceph/ceph/pull/41887 Backport Bot
05:29 PM Dashboard Bug #48603 (Pending Backport): mgr/dashboard: partially deleted RBDs are only listed by CLI
Ernesto Puerta
05:29 PM Revision 34f8e6fd (ceph): Merge pull request #41421 from s0nea/wip-dashboard-rbd-partially-rm
mgr/dashboard: show partially deleted RBDs
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Avan Tha...
Ernesto Puerta
05:24 PM RADOS Bug #50743: *: crash in pthread_getname_np
... Patrick Donnelly
05:17 PM Dashboard Feature #51051 (New): mgr/dashboard: stretch cluster support
https://docs.ceph.com/en/latest/rados/operations/stretch-mode/
This might fit into a workflow (multi-step setup pr...
Ernesto Puerta
05:13 PM Dashboard Feature #51050 (New): mgr/dashboard: support mclock profiles
3 mclock profiles to setup OSD QoS to balance client vs. recovery bandwidth:
* "QoS Study with mClock and WPQ Schedu...
Ernesto Puerta
04:46 PM Dashboard Tasks #47483 (Need More Info): mgr/dashboard: cluster > CRUSH map
Avan Thakkar
04:44 PM Dashboard Backport #51038 (In Progress): pacific: mgr/dashboard: dashboard not working with a URL prefix
Avan Thakkar
02:30 PM Dashboard Backport #51038 (Resolved): pacific: mgr/dashboard: dashboard not working with a URL prefix
https://github.com/ceph/ceph/pull/41634 Backport Bot
04:44 PM Revision 86cd1a6e (ceph): mgr/dashboard: dashboard not working with a URL prefix
Fixes: https://tracker.ceph.com/issues/50655
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co...
Avan Thakkar
04:39 PM Revision 823d0f62 (ceph): Merge pull request #41629 from ideepika/wip-pr-41514
pacific: qa/upgrade: conditionally disable update_features tests
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Revi...
Ilya Dryomov
03:54 PM Revision b0fa231c (ceph): nautilus: qa/upgrade: disable update_features test_notify with older cl...
* with the recent support for async rbd operations from pacific+ when an
older client(non async support) goes on upg...
Deepika Upadhyay
03:53 PM Revision 7c4a392c (ceph): Merge pull request #41606 from liu-chunmei/seastore-fix-tracker
crimson/seastore: fix assert in read_extent
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kcha...
Samuel Just
03:53 PM Revision ee4f8ffc (ceph): octopus: qa/upgrade: disable update_features test_notify with older cli...
* with the recent support for async rbd operations from pacific+ when an
older client(non async support) goes on upg...
Deepika Upadhyay
03:50 PM rbd Backport #51048 (Resolved): nautilus: qemu task fails to install packages, workload isn't run
https://github.com/ceph/ceph/pull/41641 Backport Bot
03:50 PM rbd Backport #51047 (Resolved): octopus: qemu task fails to install packages, workload isn't run
https://github.com/ceph/ceph/pull/41642 Backport Bot
03:50 PM rbd Backport #51046 (Resolved): pacific: qemu task fails to install packages, workload isn't run
https://github.com/ceph/ceph/pull/41643 Backport Bot
03:49 PM rbd Bug #51033 (Pending Backport): qemu task fails to install packages, workload isn't run
Ilya Dryomov
11:25 AM rbd Bug #51033 (Fix Under Review): qemu task fails to install packages, workload isn't run
Ilya Dryomov
11:06 AM rbd Bug #51033 (Resolved): qemu task fails to install packages, workload isn't run
https://pulpito.ceph.com/teuthology-2021-05-31_06:07:02-rbd-pacific-distro-basic-smithi
https://pulpito.ceph.com/dis...
Ilya Dryomov
03:48 PM Revision d41a998c (ceph): Merge pull request #41616 from idryomov/wip-rbd-qemu-precise-repos
qa/tasks/qemu: precise repos have been archived
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Ilya Dryomov
03:43 PM Revision a061cb68 (ceph): Merge pull request #41605 from t-msn/update-podman-detection
vstart: detect podman using `command -v`
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:41 PM Dashboard Backport #51036 (In Progress): pacific: mgr/dashboard: Grafana datasource not filled in
Ernesto Puerta
02:30 PM Dashboard Backport #51036 (Resolved): pacific: mgr/dashboard: Grafana datasource not filled in
https://github.com/ceph/ceph/pull/41633 Backport Bot
03:41 PM Revision 527f7600 (ceph): mgr/dashboard: pass Grafana datasource in URL
PR https://github.com/ceph/ceph/pull/24314 added support for
specifying the Grafana datasource via $datasource templa...
Ernesto Puerta
03:40 PM rgw Backport #51045 (Resolved): pacific: S3 event message eTag misspelled
https://github.com/ceph/ceph/pull/42945 Backport Bot
03:38 PM rgw Bug #50115 (Pending Backport): S3 event message eTag misspelled
Yuval Lifshitz
03:29 PM Linux kernel client Bug #46419: ceph: ceph_add_cap: couldn't find snap realm 110
The snaprealm locking is not as broken as I had originally feared. Some of the comments were definitely wrong, but th... Jeff Layton
12:57 PM Linux kernel client Bug #46419: ceph: ceph_add_cap: couldn't find snap realm 110
I'm still trying to wrap my brain around the locking in this code, but it's pretty clear that it's badly broken (or a... Jeff Layton
03:14 PM Revision cd5584f8 (ceph): mgr/cephadm: fix errors in command <ceph orch osd> help and documentation
Resolves: https://tracker.ceph.com/issues/51043
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Juan Miguel Olmo Martínez
03:13 PM Orchestrator Bug #51043 (Resolved): Incorrect information about usage of ceph orch osd rm
Description of problem:
incorrect information about usage of ceph orch osd rm
Message says that user needs to provi...
Juan Miguel Olmo Martínez
03:05 PM bluestore Backport #51042 (Resolved): nautilus: bluefs _allocate unable to allocate, though enough free
https://github.com/ceph/ceph/pull/41673 Backport Bot
03:05 PM bluestore Backport #51041 (Resolved): octopus: bluefs _allocate unable to allocate, though enough free
https://github.com/ceph/ceph/pull/41658 Backport Bot
03:05 PM bluestore Backport #51040 (Resolved): pacific: bluefs _allocate unable to allocate, though enough free
https://github.com/ceph/ceph/pull/41655 Backport Bot
03:02 PM bluestore Bug #50656 (Pending Backport): bluefs _allocate unable to allocate, though enough free
Igor Fedotov
03:00 PM Revision f1e822ee (ceph): Merge pull request #41369 from ifed01/wip-ifed-fix-avl-enospc2
os/bluestore: fix unexpected ENOSPC in Avl/Hybrid allocators.
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Review...
Kefu Chai
02:44 PM Bug #51039 (Won't Fix): nautilus: pybind/ceph_argparse: Bad target type 'mon-mgr'
CephFS drivers in OpenStack Manila are directing mgr commands to the mgr by specifying mon-mgr as the target [0]. Thi... Victoria Martinez de la Cruz
02:30 PM Dashboard Backport #51037 (Resolved): pacific: mgr/dashboard: API Version changing doesnt affect to pre-def...
https://github.com/ceph/ceph/pull/41675 Backport Bot
02:29 PM Dashboard Bug #50855 (Pending Backport): mgr/dashboard: API Version changing doesnt affect to pre-defined m...
Ernesto Puerta
02:28 PM Revision 1b312db5 (ceph): Merge pull request #41395 from rhcs-dashboard/fix-50855-master
mgr/dashboard: API Version changes do not apply to pre-defined methods (list, create etc.)
Reviewed-by: Aashish Shar...
Ernesto Puerta
02:28 PM Dashboard Bug #51026 (Pending Backport): mgr/dashboard: Grafana datasource not filled in
Ernesto Puerta
02:28 PM Revision 4f5f9539 (ceph): Merge pull request #41598 from rhcs-dashboard/fix-51026-master
mgr/dashboard: pass Grafana datasource in URL
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Ernesto P...
Ernesto Puerta
02:27 PM Dashboard Cleanup #50655 (Pending Backport): mgr/dashboard: dashboard not working with a URL prefix
Let's fix this only in Pacific, as it's mainly a clean-up/improvement. Ernesto Puerta
02:26 PM Revision a0cc81e1 (ceph): Merge pull request #41184 from rhcs-dashboard/fix-base-href
mgr/dashboard: fix base-href
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Avan Thakkar <athakkar@r...
Ernesto Puerta
02:20 PM Dashboard Bug #51035 (Resolved): mgr/dashboard: fix bucket objects and size calculations
Number of objects and bucket size displayed for a bucket should be taken as per the rgw.main value. Avan Thakkar
02:11 PM Revision 05c763bd (ceph): qa/upgrade: conditionally disable update_features tests
with the recent support for async rbd operations from pacific+ when an
older client(non async support) goes on up...
Deepika Upadhyay
01:46 PM Revision 091c50cd (ceph): Merge PR #41601 into master
* refs/pull/41601/head:
doc/foundation: remove amihan
Reviewed-by: Mike Perez <miperez@redhat.com>
Sage Weil
01:44 PM Revision 0eed13a4 (ceph): os/bluestore: fix unexpected ENOSPC in Avl/Hybrid allocators.
Avl allocator mode was returning unexpected ENOSPC in first-fit mode if all size-
matching available extents were una...
Igor Fedotov
01:25 PM rbd Bug #48710: [rbd_support] ensure "set_osdmap_full_try" is set for all background deletion tasks
So, mgr/cephadm then ended up performing tasks that require a non-indefinitely-blocking IO operations in a newly spaw... Sebastian Wagner
12:28 PM Revision 023dcc19 (ceph): Merge pull request #41470 from a16bitsysop/rgw_string.h
rgw/rgw_string.h: add missing includes for alpine and boost 1.75
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-...
Casey Bodley
12:19 PM CephFS Backport #50874 (In Progress): octopus: mds: MDSLog::journaler pointer maybe crash with use-after...
Cory Snyder
12:19 PM Revision 0951e4b5 (ceph): mds: place the journaler pointer under the mds_lock
When the _recovery_thread is trying to reformat the journal, it
will delete the old journal pointer and assign with a...
Xiubo Li
12:17 PM CephFS Backport #50635 (In Progress): octopus: session dump includes completed_requests twice, once as a...
Cory Snyder
12:17 PM Revision f9da6525 (ceph): mds: completed_requests -> num_completed_requests
Rename this in the session dump so we don't collide with the
completed_requests dump in mdstypes session_info_t::dump...
Dan van der Ster
12:17 PM Revision 8747f845 (ceph): mds: session dumps num_completed_flushes
This can be useful when debugging clients failing to advance
oldest client/flush tid.
Signed-off-by: Dan van der Ste...
Dan van der Ster
12:14 PM CephFS Bug #49837: mgr/pybind/snap_schedule: do not fail when no fs snapshots are available
@Patrick Donnelly - it seems that the snap_schedule module was added in Pacific, so I don't believe that this fix nee... Cory Snyder
11:51 AM RADOS Backport #50750 (In Progress): octopus: max_misplaced was replaced by target_max_misplaced_ratio
Cory Snyder
11:51 AM Revision f8f2c43b (ceph): doc/rados/operations: s/max_misplaced/target_max_misplaced_ratio/
max_misplaced with replaced by in target_max_misplaced_ratio
edbd592ee44e02a5328e1510879555c2f9dcfc9e, but the docume...
Kefu Chai
11:50 AM RADOS Backport #50705 (In Progress): octopus: _delete_some additional unexpected onode list
Cory Snyder
11:50 AM Revision 0b7f6059 (ceph): osd/PG.cc: handle removal of pgmeta object
In 7f047005fc72e1f37a45cde2d742bb2eb1e62881, we made the pg removal code
much more efficient. But it started marking ...
Neha Ojha
11:49 AM RADOS Backport #50987 (In Progress): octopus: unaligned access to member variables of crush_work_bucket
Cory Snyder
11:49 AM Revision 7eace2bd (ceph): crush/crush: ensure alignof(crush_work_bucket) is 1
in do_rule(), we allocate the space for crush_work_bucket using
char work[crush_work_size(crush, maxout)];
where cr...
Kefu Chai
11:48 AM RADOS Backport #50796 (In Progress): octopus: mon: spawn loop after mon reinstalled
Cory Snyder
11:48 AM Revision 9025d018 (ceph): mon: load stashed map before mkfs monmap
After mkfs the store may not yet contain monmap:last_committed but
might be respawning after setting mon_sync:temp_ne...
Dan van der Ster
11:47 AM RADOS Backport #50790 (In Progress): octopus: osd: write_trunc omitted to clear data digest
Cory Snyder
11:47 AM Revision 645ceb55 (ceph): osd: clear data digest when write_trunc
like CEPH_OSD_OP_TRUNCATE, the truncate within CEPH_OSD_OP_WRITE should
clear oi.data_digest too.
consider such circ...
Zengran Zhang
11:45 AM Backport #50383 (In Progress): octopus: DecayCounter: Expected: (std::abs(total-expected)/expecte...
Cory Snyder
11:45 AM Revision 530e5614 (ceph): test: bump DecayCounter.steady acceptable error
The test is often run on heavily loaded machines which will effect the
precision of the test.
Fixes: https://tracker...
Patrick Donnelly
11:43 AM Revision a687e68d (ceph): Merge pull request #41591 from tchaikov/wip-mgr-selftest-repl
pybind/mgr/selftest: add "mgr self-test eval" command
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Kefu Chai
11:41 AM RADOS Backport #50990 (In Progress): octopus: mon: slow ops due to osd_failure
Cory Snyder
11:41 AM Revision c14fd385 (ceph): mon/OSDMonitor: drop stale failure_info even if can_mark_down()
in a124ee85b03e15f4ea371358008ecac65f9f4e50, we add a check to drop
stale failure_info reports. but if osdmap does no...
Kefu Chai
11:38 AM mgr Backport #50167 (In Progress): octopus: Module 'diskprediction_local' takes forever to load
Cory Snyder
11:38 AM Revision fc9a70cb (ceph): mgr: do not load disabled modules
an option named "mgr_disabled_modules" is added in this change to
prevent mgr from loading modules listed in this opt...
Kefu Chai
11:38 AM Revision 1c25484d (ceph): mgr/PyModuleRegistry: probe modules using std::filesystem
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 40d06ce623f19172721a2f...
Kefu Chai
11:28 AM Revision ad780d1d (ceph): Merge pull request #41603 from rzarzynski/wip-crimson-fix-use-after-fre...
crimson/os: fix use-after-free in AlienStore::get_attr().
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:10 AM bluestore Bug #51034 (Closed): osd: failed to initialize OSD in Rook
I tried to create Rook/Ceph cluster that consists of some OSDs. However, some
OSDs failed to be initialized. Althoug...
Satoru Takeuchi
10:54 AM Revision dcd193c3 (ceph): qa/tasks/qemu: precise repos have been archived
Fixes: https://tracker.ceph.com/issues/51033
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
10:38 AM bluestore Backport #50940 (In Progress): octopus: OSDs broken after nautilus->octopus upgrade: rocksdb Corr...
Cory Snyder
10:36 AM Revision bdfcbfd1 (ceph): os/bluestore: introduce multithireading sync for bluestore's repairer
In quick-fix mode bluestore uses 2 threads by default to perform the
repair. Due to lacking synchronization they migh...
Igor Fedotov
10:07 AM Orchestrator Bug #50998: OSD replacement not working
Hi 玮文 胡. Thank you for your help with this issue, below the information requested:... 玮文 胡
09:59 AM Revision d38f0617 (ceph): test/bluestore: add test case to reproduce #50017
This issue is caused by the lack of multithreading sync when doing
bluestore's quick-fix.
Signed-off-by: Igor Fedoto...
Igor Fedotov
09:58 AM bluestore Backport #50781 (In Progress): octopus: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
Cory Snyder
09:57 AM Revision dd59b241 (ceph): os/bluestore: tolerate zero length for allocators' init_[add/rm]_free()
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 6548e5d991810e89fc1ac14eb4fcf1a37a2b129f)
Igor Fedotov
09:43 AM RADOS Bug #51024: OSD - FAILED ceph_assert(clone_size.count(clone), keeps on restarting after one host ...
> I set the cluster into "maintenance mode", noout, norebalance, nobackfill, norecover. And then proceeded to reboot ... Dan van der Ster
09:24 AM RADOS Bug #51024: OSD - FAILED ceph_assert(clone_size.count(clone), keeps on restarting after one host ...
Could be related to https://github.com/ceph/ceph/pull/40572 Dan van der Ster
07:57 AM RADOS Bug #51024: OSD - FAILED ceph_assert(clone_size.count(clone), keeps on restarting after one host ...
https://tracker.ceph.com/issues/48060 is the same Jeremi A
09:34 AM Revision b4316d25 (ceph): mgr/DaemonServer.cc: prevent integer underflow that is triggered by lar...
This fixes a scenario where mgrs continually crash while attempting to apply large increases to pg_num/pgp_num. The m... Cory Snyder
09:30 AM Revision 9d3f5ae9 (ceph): Merge pull request #41595 from zdover23/wip-doc-cephadm-serv-man-daemon...
doc/cephadm: enriching "daemon status"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
09:29 AM Revision 67efe923 (ceph): Merge pull request #41608 from zdover23/wip-doc-cephadm-serv-man-servic...
doc/cephadm: enriching "Service Specification"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
09:20 AM Revision c63a7813 (ceph): crimson/os: fix formatting in AlienStore::get_attr().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:19 AM Revision 1b7539ee (ceph): crimson/os: fix use-after-free in AlienStore::get_attr().
The `FuturizedStore` interface imposes the `get_attr()`
takes the `name` parameter as `std::string_view`, and
thus bu...
Radoslaw Zarzynski
09:19 AM RADOS Backport #50153: nautilus: Reproduce https://tracker.ceph.com/issues/48417
Nautilus still has the buggy code in PG.cc (it was factored out to PeeringState.cc in octopus and newer).
I backpo...
Dan van der Ster
09:14 AM Revision f3b15f13 (ceph): nautilus: osd/PeeringState: fix acting_set_writeable min_size check
This is a nautilus only manual backport of
https://github.com/ceph/ceph/pull/40572
which is itself composed of commi...
Dan van der Ster
08:54 AM RADOS Backport #50152 (In Progress): octopus: Reproduce https://tracker.ceph.com/issues/48417
Nathan I've done the manual backport here: https://github.com/ceph/ceph/pull/41609
Copy it to something with backpor...
Dan van der Ster
08:44 AM Revision 158916bd (ceph): osd/PeeringState: fix acting_set_writeable min_size check
acting.size() >= pool.info.min_size is meant to check min_size against
acting set participants, but acting is a vecto...
Samuel Just
08:41 AM Revision 947cb10a (ceph): osd/PeeringState: fix get_backfill_priority min_size comparison
acting has placeholders for ec, need to use actingset.
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked ...
Samuel Just
08:29 AM Revision d83c277a (ceph): mgr/dashboard: show partially deleted RBDs
An RBD might be partially deleted if the deletion
process has been started but was interrupted. In
this case return t...
Tatjana Dehler
08:18 AM Revision c566181e (ceph): Merge pull request #41607 from liu-chunmei/seastore-cleanup-lba-get-map...
crimson/seastore: cleanup lba manager get_mappings
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:17 AM Revision b15baca9 (ceph): Merge pull request #41597 from rhcs-dashboard/remove-promtool-script
test,cmake: remove run-promtool-unitests.sh script
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by: K...
Kefu Chai
08:15 AM Orchestrator Documentation #51032 (New): Document port requirements
(In reply to Ernesto Puerta from comment #3)
> - Port 9095 for Prometheus
> - Port 2049 for nfs-ganesha
> - ISC...
Sebastian Wagner
08:13 AM rbd Bug #51031 (Resolved): rbd-mirror: metadata of mirrored image are not properly cleaned up after i...
Hello,
I have seen an issue where I have some "ghost" images when I tried to remove a RBD image from the cluster i...
Arthur Outhenin-Chalandre
07:58 AM RADOS Bug #48060: data loss in EC pool
I have had exactly the same issue with my cluster - https://tracker.ceph.com/issues/51024 while not even having any d... Jeremi A
06:44 AM Revision e81193b6 (ceph): crimson/seastore: cleanup lba manager get_mappings
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
06:03 AM RADOS Bug #51030: osd crush during writing to EC pool when enabling jaeger tracing
PR: https://github.com/ceph/ceph/pull/41604 Tomohiro Misono
05:48 AM RADOS Bug #51030 (Fix Under Review): osd crush during writing to EC pool when enabling jaeger tracing
On cent8(x86_64)
1. compiled with -DWITH_JAEGER=ON
2. starts vstart cluster
3. write to ec pool (i.e. rados benc...
Tomohiro Misono
06:03 AM CephFS Feature #48619 (Fix Under Review): client: track (and forward to MDS) average read/write/metadata...
Venky Shankar
05:59 AM Revision b127fa3c (ceph): crimson/seastore: fix assert in read_extent
lba btree root leaf is empty after osd reboot, because SegmentStateTracker's states are wrong.
and that is caused by ...
chunmei liu
05:59 AM Revision 32964b3f (ceph): osd/ECBackend: Fix null pointer dereference when enabling jaeger tracing
As comment in header says client_op might be null, we need to check it
first before accessing client_op->osd_parent_s...
Misono Tomohiro
05:45 AM Revision 479d738b (ceph): test,cmake:remove run-promtool-unitests.sh script
This PR intends to remove the run-promtool-unittests.sh script as CMakeLists.txt handles the promtool execution
(also...
Aashish Sharma
05:09 AM Revision dc4becfd (ceph): mgr/dashboard: API Version changes do not apply to pre-defined methods ...
Methods like list(), create(), get() etc doesn't get applied the version.Also for the endpoints that get the version ... Aashish Sharma
03:03 AM Revision 2f1dd0ce (ceph): pybind/mgr/selftest: add "mgr self-test eval" command
and a simple REPL client allowing developer to peek and poke the
selftest module. if this turns out to be useful, we ...
Kefu Chai
01:20 AM Bug #51029 (Resolved): Ninja build fails when -DWITH_JAEGER=ON
On cent8(x86_64): ... Tomohiro Misono

05/31/2021

09:13 PM Orchestrator Bug #51028 (Closed): device zap doesn't perform any checks
An orch device zap <host> <dev> doesn't perform any validation checking and can expose the admin to a situation where... Paul Cuzner
09:05 PM Orchestrator Feature #51004: cephadm agent 2.0
If the intent is to move to a agent architecture, why not offload the work entirely to the agent i.e. don't just have... Paul Cuzner
05:47 PM Revision 66f8666e (ceph): cephadm: fix port_in_use when IPv6 is disabled
Do not return "port is in use" when the protocol family tested is not
supported (due to being deactivated).
Fixes: h...
Patrick Seidensal
05:05 PM CephFS Backport #50897: nautilus: mds: monclient: wait_auth_rotating timed out after 30
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41448
merged
Yuri Weinstein
05:05 PM Revision 0de5edb1 (ceph): Merge pull request #41448 from idryomov/wip-monc-rotating-timeout-nautilus
nautilus: mon/MonClient: tolerate a rotating key that is slightly out of date
Reviewed-by: Deepika Upadhyay <dupadhy...
Yuri Weinstein
05:05 PM CephFS Backport #50128: nautilus: pybind/mgr/volumes: deadlock on async job hangs finisher thread
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41394
merged
Yuri Weinstein
05:05 PM Revision 893e5b16 (ceph): Merge pull request #41394 from batrick/i50128
nautilus: pybind/mgr/volumes: deadlock on async job hangs finisher thread
Reviewed-by: Ramana Raja <rraja@redhat.com...
Yuri Weinstein
05:03 PM CephFS Backport #50625: nautilus: qa: "ls: cannot access 'lost+found': No such file or directory"
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40769
merged
Yuri Weinstein
05:03 PM CephFS Backport #50290: nautilus: MDS stuck at stopping when reducing max_mds
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40769
merged
Yuri Weinstein
05:03 PM CephFS Backport #49514: nautilus: client: allow looking up snapped inodes by inode number+snapid tuple
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40769
merged
Yuri Weinstein
05:03 PM Revision 48a6713b (ceph): Merge pull request #40769 from smithfarm/wip-49514-nautilus
nautilus: cephfs: client: add ability to lookup snapped inodes by inode number
Reviewed-by: Ramana Raja <rraja@redha...
Yuri Weinstein
04:34 PM Revision 109f0b3c (ceph): Merge pull request #41514 from ideepika/wip-49592-upgrade
qa/upgrade: conditionally disable update_features tests
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Mykol...
Mykola Golub
04:26 PM Revision f4585775 (ceph): doc/foundation: remove amihan
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
03:09 PM Orchestrator Bug #51027 (Resolved): monmap drops rebooted mon if deployed via label
In Ceph Pacific 16.2.4, I assigned 5 mons via 'ceph orch apply mon label:mon' normally using docker images on the hos... Harry Coin
02:46 PM RADOS Bug #50903: ceph_objectstore_tool: Slow ops reported during the test.
This issue is related to the changes currently under review: https://github.com/ceph/ceph/pull/41308
The ceph_obje...
Sridhar Seshasayee
02:19 PM Revision 957c9c30 (ceph): mgr/dashboard: pass Grafana datasource in URL
PR https://github.com/ceph/ceph/pull/24314 added support for
specifying the Grafana datasource via $datasource templa...
Ernesto Puerta
02:01 PM RADOS Bug #50688 (Duplicate): Ceph can't be deployed using cephadm on nodes with /32 ip addresses
Kefu Chai
02:01 PM RADOS Bug #50688: Ceph can't be deployed using cephadm on nodes with /32 ip addresses
should have been fixed by https://github.com/ceph/ceph/pull/40961 Kefu Chai
12:07 PM Revision 1df55c23 (ceph): Merge pull request #41589 from tchaikov/wip-crimson-start-up-error
crimson: handle startup failures properly
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
12:06 PM Revision d4671c2f (ceph): crimson/osd/main: always stop osd as long as it started
otherwise the sharded_service's dtor complains if we destruct it without
stopping it first, like:
FATAL: startup fai...
Kefu Chai
12:06 PM Revision cc59c824 (ceph): crimson/os/alienstore: create tp in AlienStore::start()
thread pool is not needed until AlienStore::start(). with this change,
we are able to tell if the AlienStore is actua...
Kefu Chai
12:06 PM Revision 703545c5 (ceph): crimson/os/alienstore: do not cleanup if not started
there is chance stop() and umount() methods get called even if start()
is not called in the error handling path. in t...
Kefu Chai
12:06 PM Revision 37b83f4e (ceph): crimson/osd/main: do cleanup using defer()
since we do the startup in a seastar thread, we have the luxury of doing
cleanup using the RAII machinery.
Signed-of...
Kefu Chai
12:05 PM Revision a6314f15 (ceph): crimson/osd/main: catch exception thrown in the async() call
* use seastar::app_template::run() instead of
seastar::app_template::run_deprecated() for returning int,
instead ...
Kefu Chai
12:00 PM Revision 571a9e6d (ceph): vstart: update podman detection
Since it is possible there is no podman process running when launching
vstart, use 'command -v' instead of 'pgrep -f'...
Misono Tomohiro
11:55 AM Dashboard Bug #51026 (Fix Under Review): mgr/dashboard: Grafana datasource not filled in
Ernesto Puerta
11:44 AM Dashboard Bug #51026 (Resolved): mgr/dashboard: Grafana datasource not filled in
"This PR":https://github.com/ceph/ceph-ansible/pull/6545 tries to address an issue when migrating from Ceph-ansible (... Ernesto Puerta
11:55 AM Orchestrator Bug #50998: OSD replacement not working
It seems that could be a systemd bug:
i think is the same that happened in:
https://github.com/systemd/systemd/issu...
Juan Miguel Olmo Martínez
09:36 AM Orchestrator Bug #50998: OSD replacement not working
Confirmed: Without changes introduced in https://github.com/ceph/ceph/pull/40025, OSD replacement works. Juan Miguel Olmo Martínez
11:16 AM Revision 9c0b239d (ceph): qa/upgrade: conditionally disable update_features tests
with the recent support for async rbd operations from pacific+ when an
older client(non async support) goes on up...
Deepika Upadhyay
10:56 AM rbd Bug #50787 (In Progress): rbd diff between two snapshots lists entire image content with 'whole-o...
Ilya Dryomov
10:55 AM rbd Bug #50787: rbd diff between two snapshots lists entire image content with 'whole-object' switch
Sunny is looking into this. Ilya Dryomov
10:54 AM rbd Bug #50951 (In Progress): [pwl ssd] segfault in AbstractWriteLog::get_context() during fio workload
Ilya Dryomov
09:44 AM Revision 0bcb9102 (ceph): rbd: combined error message for expected Trash::purge() errors
Output to stderr instead of the log where regular users wouldn't see
it given the elevated log level.
Signed-off-by:...
Ilya Dryomov
09:44 AM Revision 16d9a68a (ceph): librbd: don't stop at the first unremovable image when purging
As there is no inherent ordering, there may be multiple removable
images past the unremovable image. On top of that,...
Ilya Dryomov
09:30 AM ceph-volume Bug #51025 (New): ceph cluster add ramdisk as osd fail(RuntimeError: command returned non-zero ex...
i want to use ramdisk as osd ,but add fail ;
can you give me some suggestion?
ceph version 16.2.3 (381b476cb3900f...
tom zhang
09:07 AM Dashboard Feature #51020: telemetry activate: only show ident fields when ident is check
Good idea!
Aaryan Porwal wrote:
> Is this the intended behaviour?
Yes, I think that's the right direction.
Tatjana Dehler
08:47 AM CephFS Bug #50954: mgr/pybind/snap_schedule: commands only support positional arguments?
Can you use proper positional arguments here? ... Sebastian Wagner
08:41 AM CephFS Backport #50872 (In Progress): pacific: qa: testing kernel patch for client metrics causes mds abort
Xiubo Li
08:11 AM Revision 48396a2a (ceph): mds: do not assert when receiving a unknow metric type
Fixes: https://tracker.ceph.com/issues/50822
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit b...
Xiubo Li
08:08 AM CephFS Backport #47020 (In Progress): nautilus: client: shutdown race fails with status 141
Nathan Cutler
07:56 AM RADOS Bug #51024: OSD - FAILED ceph_assert(clone_size.count(clone), keeps on restarting after one host ...
I forgot to add.
I pulled v15.2.12 on the affected host, and also try running the OSD in that version. It didn't m...
Jeremi A
07:55 AM RADOS Bug #51024 (New): OSD - FAILED ceph_assert(clone_size.count(clone), keeps on restarting after one...
Good day
I'm currently experiencing the same issue as with this gentleman: https://www.mail-archive.com/ceph-users...
Jeremi A
06:46 AM Dashboard Bug #50588 (Fix Under Review): mgr/Dashboard: right Navigation should work on click when page wid...
Alfonso Martínez
06:27 AM CephFS Bug #50530 (In Progress): pacific: client: abort after MDS blocklist
Venky Shankar
04:32 AM Revision 074f5500 (ceph): test: add test to verify adding an active peer back to source
Fixes: http://tracker.ceph.com/issues/50447
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
04:30 AM Revision 2e9b8401 (ceph): pybind/cephfs: interface to fetch file system id
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
04:30 AM Revision c8a5342e (ceph): pybind/mirroring: disallow adding a active peer back to source
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
04:15 AM Revision c02fb2b2 (ceph): doc/cephadm: enriching "Service Specification"
This PR adds parallel construction to the "Service
Specification" section of the "Service Managment"
chapter of the c...
Zac Dover
03:55 AM Revision 80dcbc80 (ceph): doc/cephadm: enriching "daemon status"
This PR creates parallel structure for the
text in the "Daemon Status" section of the
cephadm Service Management chap...
Zac Dover
03:13 AM Revision b463e174 (ceph): test/librados/list: print reason why test fails
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:16 AM CephFS Bug #51023 (Resolved): mds: tcmalloc::allocate_full_cpp_throw_oom(unsigned long)+0xf3)

From https://pulpito.ceph.com/yuriw-2021-05-27_19:31:33-kcephfs-wip-yuri3-testing-2021-05-27-0818-nautilus-distro-...
Xiubo Li
01:49 AM Revision df2d768d (ceph): msg: throw a system error when center.init fails
In the libcephfs test case, it will run handreds of threads in
parallel, it will possibly reach the open files limit,...
Xiubo Li
01:49 AM Revision f191eb90 (ceph): libcephfs: ignore restoring the open files limit
Let's just ignore restoring the open files limit, the kernel will
defer releasing the file descriptors and then the p...
Xiubo Li
01:42 AM Dashboard Bug #50971 (In Progress): mgr/dashboard: crushmap tree doesn't display crush type other than root
Kefu Chai
01:40 AM Revision 54d02f09 (ceph): Merge pull request #41552 from tchaikov/wip-mgr-find-roots
mgr: expose CRUSHMap.find_roots()
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Kefu Chai
01:30 AM CephFS Backport #49519 (Resolved): nautilus: client: wake up the front pos waiter
Thanks. Xiubo Li

05/30/2021

11:57 PM Dashboard Feature #51020: telemetry activate: only show ident fields when ident is check
Is this the intended behaviour? Aaryan Porwal
04:31 AM Revision 38bfd044 (ceph): ceph.in: use rados.Rados.DEFAULT_CONF_FILES
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

05/29/2021

08:08 PM rbd Bug #51022 (Duplicate): "/mnt/log: not mounted" qemu tests in upgrade:octopus-x-pacific
Seems to be on ubuntu 18.04 only
Run: https://pulpito.ceph.com/teuthology-2021-05-29_14:22:02-upgrade:octopus-x-pa...
Yuri Weinstein
04:44 PM Revision ef381d99 (ceph): librbd/cache/pwl/ssd: avoid corrupting first_free_entry
In append_ops(), new_first_free_entry is assigned to after aio_submit()
is called. This can result in accessing unin...
Ilya Dryomov
04:44 PM Revision d83a0f6d (ceph): librbd/cache/pwl/ssd: avoid corrupting m_first_free_entry
In append_op_log_entries(), new_first_free_entry is read after
append_ops() returns. This can result in accessing fr...
Ilya Dryomov
04:44 PM Revision b46f81fb (ceph): librbd/cache/pwl/ssd: ensure first_{valid,free}_entry aren't bogus
Ensure first_{valid,free}_entry are inside the expected range when
scheduling root updates and decoding the root on r...
Ilya Dryomov
04:44 PM Revision f8fb7609 (ceph): librbd/cache/pwl/ssd: flushed_sync_gen capture is unused
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
04:18 PM Revision 0cebfae5 (ceph): Merge pull request #41563 from cybozu/rgw-add-the-description-of-blocki...
rgw: add the description of blocking io during index resharding
Reviewed-by: Matt Benjamin mbenjamin@redhat.com
Revi...
J. Eric Ivancich
04:00 PM Revision bd611d45 (ceph): rgw/sts: correcting the evaluation of session policies
passed in with AssumeRoleWithWebIdentity.
Session Policies are used to restrict the permissions
granted by identity-...
Pritha Srivastava
03:17 PM CephFS Backport #50628: nautilus: client: access(path, X_OK) on non-executable file as root always succeeds
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41297
merged
Yuri Weinstein
03:17 PM Revision 7b14571d (ceph): Merge pull request #41297 from kotreshhr/wip-50628-nautilus
nautilus: client: Fix executeable access check for the root user
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
03:16 PM CephFS Backport #49519: nautilus: client: wake up the front pos waiter
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40865
merged
Yuri Weinstein
03:16 PM Revision 46062c11 (ceph): Merge pull request #40865 from lxbsz/wip-49519-nautilus
nautilus: cephfs: client: wake up the front pos waiter
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
03:16 PM CephFS Backport #50634: nautilus: mds: failure replaying journal (EMetaBlob)
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41144
merged
Yuri Weinstein
03:16 PM Revision b7ad16bf (ceph): Merge pull request #41144 from smithfarm/wip-50634-nautilus
nautilus: mds: do not trim the inodes from the lru list in standby_replay
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
02:25 PM Dashboard Feature #44605 (Fix Under Review): cephadm: RGW: missing dashboard integration
Sage Weil
08:48 AM Revision 57c1277c (ceph): vstart.sh: remove unused variable
osdmap_fn is not used after being initialized, so drop it.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:48 AM Revision f7d18aa8 (ceph): crimson/osd/main: do cleanup using defer() in fetch_config()
so we can stop the started services even if some of the step(s) throw or
fail.
Signed-off-by: Kefu Chai <kchai@redha...
Kefu Chai
08:48 AM Revision 3681c6c7 (ceph): test/crimson/test_messenger: add editor variables in header
to help emacs and vim to format the code better.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:48 AM Revision 6eba570d (ceph): crimson/osd/main: handle and rethrow exception in fetch_config()
print more verbose error message when monc fails to connect to moitor.
for better user experience.
also, unregister ...
Kefu Chai
08:04 AM RADOS Bug #50775: mds and osd unable to obtain rotating service keys
These logs are still weird. Now there is plenty of update_from_paxos log messages but virtually no paxosservice log ... Ilya Dryomov
05:33 AM Revision f4d1ef9a (ceph): test/allocator_replay_test: make allocator type configurable
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
02:42 AM Orchestrator Bug #50691 (Resolved): cephadm: bootstrap fails with "IndexError: list index out of range" during...
Kefu Chai
02:42 AM Revision 2ecb738e (ceph): Merge pull request #41278 from sebastian-philipp/mgr-cephadm-set-user-n...
mgr/cephadm: Don't call _check_host without hosts
Reviewed-by: Juan Miguel Olmo <jolmomar@redhat.com>
Reviewed-by: A...
Kefu Chai
02:37 AM Revision 2a35c562 (ceph): Merge pull request #41520 from tchaikov/wip-osd-unique-ptr
os: let ObjectStore::create() return unique_ptr<>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
02:36 AM Revision 2ba0f48b (ceph): Merge pull request #41573 from tchaikov/wip-allocat-ctor
os/bluestore: pass string_view to ctor of Allocator
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
02:25 AM RADOS Bug #45423: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
/a/kchai-2021-05-28_13:33:45-rados-wip-kefu-testing-2021-05-28-1806-distro-basic-smithi/6140866 Kefu Chai
01:21 AM mgr Bug #47738 (Fix Under Review): mgr crash loop after increase pg_num
Kefu Chai

05/28/2021

08:25 PM rbd Bug #51021 (Fix Under Review): "trash purge" shouldn't stop at the first unremovable image
Ilya Dryomov
08:11 PM rbd Bug #51021 (Resolved): "trash purge" shouldn't stop at the first unremovable image
As there is no inherent ordering, there may be multiple removable images past the unremovable image. In addition, re... Ilya Dryomov
08:19 PM Revision d0dd4b75 (ceph): rbd: propagate Trash::purge() result
Exit with respective status like other commands do.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
07:03 PM mgr Bug #47738 (In Progress): mgr crash loop after increase pg_num
Cory Snyder
06:55 PM Dashboard Feature #51020 (Resolved): telemetry activate: only show ident fields when ident is check
When activating telemetry, it would be better to only show the inputs for name/contact if the ident channel checkbox ... Sage Weil
06:03 PM Revision ce23f787 (ceph): rgw: send headers of quota settings
Make the quota settings visible to s3 and swift users
rgw send headers of quota settings
Fixes: https://tracker.ceph...
Or Friedmann
05:16 PM Revision 9bfdf311 (ceph): cephadm: add `--config` test
follow-up test for:
https://github.com/ceph/ceph/pull/41351
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
05:16 PM Revision 0f210b05 (ceph): cephadm: add `--allow-fqdn-hostname` test
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
04:51 PM Revision cf9317b5 (ceph): rbd-mirror: add perf counters to snapshot replayer
Add bytes replayed and statistics about number of snapshots synchronized
and how long it took to do so.
Fixes: https...
Arthur Outhenin-Chalandre
02:05 PM rgw Bug #51019 (Pending Backport): correct session policies permission evaluation
Session policies restrict permissions granted by Identity based policies and/ or Resource policies. This PR corrects ... Pritha Srivastava
02:04 PM Backport #50661 (In Progress): octopus: ceph: BrokenPipeError on ceph -h
Cory Snyder
02:04 PM Revision 0086e9a9 (ceph): ceph: ignore BrokenPipeError when printing help
ignore BrokenPipeError which is thrown when piping the output of ceph
CLI to a tool which might close its stdin befor...
Ernesto Puerta
01:59 PM ceph-volume Backport #50895 (In Progress): octopus: ceph-volume lvm activate will consider /dev/root mounted ...
Cory Snyder
01:59 PM Revision ebd2d488 (ceph): ceph-volume: consider /dev/root mounted
Fixes: https://tracker.ceph.com/issues/50604
Signed-off-by: David Caro <david@dcaro.es>
(cherry picked from commit c7...
David Caro
01:50 PM rgw Bug #51018 (Fix Under Review): improve JWT token validation in accordance with JSON Web Key Set
Improve and enhance the JWT validation, based on different parameters passed in as JSON Web Key Set like x5u, n, e etc. Pritha Srivastava
11:47 AM Revision 7647823b (ceph): rgw: write meta of a MP part to a correct pool
When uploading a multipart part to a non-default storage class,
original logic writes the object data to the correct ...
Jeegn Chen
11:41 AM rgw Bug #50839: radosgw returns error after upgrade from luminous to nautilus
Here are logs from failed request to pre-jewel bucket... Marcin Gibula
11:33 AM rgw Bug #50839: radosgw returns error after upgrade from luminous to nautilus
Please, try to run nautilus rgw with debug_rgw=20 Konstantin Shalygin
11:07 AM rgw Bug #50839: radosgw returns error after upgrade from luminous to nautilus
I don't want it in a different pool. And how does this change the fact that luminous rgw works perfectly and nautilus... Marcin Gibula
11:02 AM rgw Bug #50839: radosgw returns error after upgrade from luminous to nautilus
I think this is problem with default placement... Konstantin Shalygin
10:11 AM rgw Bug #50839: radosgw returns error after upgrade from luminous to nautilus
$ radosgw-admin zone get --rgw-zone=default... Marcin Gibula
09:46 AM rgw Bug #50839: radosgw returns error after upgrade from luminous to nautilus
Marcin, please paste yours ... Konstantin Shalygin
09:52 AM rgw Feature #51017 (New): rgw: beast: lack of 302 http -> https redirects
With civetweb was possible to define:... Konstantin Shalygin
09:40 AM rgw Backport #50982: pacific: Pacific - RadosGW not starting after upgrade
https://github.com/ceph/ceph/pull/41576 Konstantin Shalygin
08:18 AM rgw Bug #50765 (Duplicate): impossible to disable TLS 1.0 and 1.1
Closed in favour of #50932. Mykola Golub
07:35 AM Revision 0331281e (ceph): Merge pull request #41582 from cyx1231st/wip-seastore-swap-read-extent
crimson/seastore: introduce and adopt LBAManager::get_mapping(t, offset)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:05 AM Revision 88a41c39 (ceph): crimson/seastore: adopt get_mapping(t, offset) interface
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
07:05 AM Revision c165a289 (ceph): crimson/seastore: implement and test get_mapping(t, laddr)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
07:05 AM Support #51016: CEPH CLuster in degraded mode rados not working during recovery
Shafiq M wrote:
> CEPH CLuster in degraded mode rados not working during recovery
Error
health: HEALTH_ERR
...
Shafiq M
07:04 AM Support #51016 (New): CEPH CLuster in degraded mode rados not working during recovery
CEPH CLuster in degraded mode rados not working during recovery Shafiq M
04:40 AM CephFS Backport #50993 (In Progress): pacific: cephfs-mirror: incrementally transfer snapshots whenever ...
Venky Shankar
02:30 AM Revision 6f4b2960 (ceph): crimson/seastore: add stub to introduce get_mapping() without length
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:20 AM Revision dff996d9 (ceph): common/options: extract mgr and mon options out
this change is a part of a sequence of changes like
9b5e54d996a771f63b97620d4640c08f6406d843. because we need to audi...
Kefu Chai
12:09 AM Revision 596ae330 (ceph): Merge pull request #41578 from rzarzynski/wip-crimson-monc-auth-req
crimson/monc: handle_auth_request() doesn't depend on active_con.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

05/27/2021

11:59 PM Revision 90912617 (ceph): Merge pull request #41544 from tchaikov/wip-doc-confval
doc/mgr: use confval directive to define options
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
11:44 PM Revision dfdcf2cf (ceph): doc/mgr: use confval directive to define options
less repeating this way
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:40 PM Revision e1f27392 (ceph): Merge pull request #41540 from ceph/wip-15213
doc: 15.2.13 Release Notes
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat....
Yuri Weinstein
11:15 PM Orchestrator Bug #49654 (Pending Backport): iSCSI stops working after Upgrade 15.2.4 -> 15.2.9
Sage Weil
10:09 AM Orchestrator Bug #49654 (In Progress): iSCSI stops working after Upgrade 15.2.4 -> 15.2.9
Sebastian Wagner
11:14 PM Revision 1f30c011 (ceph): Merge PR #41483 into master
* refs/pull/41483/head:
cephadm: stop passing --no-hosts to podman
mgr/nfs: use host.addr for backend IP where poss...
Sage Weil
11:06 PM Orchestrator Bug #48442: cephadm: upgrade loops on mixed x86_64/arm64 cluster
Which versions should this work in? Octopus v15.2.12 and Pacific v16.2.4? Or just Pacific? Bryan Stillwell
11:23 AM Orchestrator Bug #48442 (Need More Info): cephadm: upgrade loops on mixed x86_64/arm64 cluster
This might work now. We're now using repo_dist. Which might work across architectures Sebastian Wagner
09:41 PM Revision fe258aad (ceph): Merge pull request #41561 from zdover23/wip-doc-cephadm-s-mgmt-service-...
doc/cephadm: enrich "service status"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
zdover23
07:42 PM Revision ea3e6b39 (ceph): mgr/cephadm: unit test for orch ls --service-type flag usage
Signed-off-by: Adam King <adking@redhat.com> Adam King
07:20 PM Revision a297fb71 (ceph): cephfs: make ceph_fallocate() platform independent
Until now the implementation of Client::_fallocate() was depending on
the GNU/Linux specific mode flags FALLOC_FL_KEE...
Sven Anderson
04:55 PM rgw Backport #51014 (Resolved): pacific: rgw: remove quota soft threshold
https://github.com/ceph/ceph/pull/42634 Backport Bot
04:55 PM rgw Backport #51013 (Rejected): nautilus: rgw: remove quota soft threshold
Backport Bot
04:55 PM rgw Backport #51012 (Resolved): octopus: rgw: remove quota soft threshold
https://github.com/ceph/ceph/pull/43271 Backport Bot
04:51 PM rgw Bug #50975 (Pending Backport): rgw: remove quota soft threshold
Or Friedmann
11:30 AM rgw Bug #50975 (Fix Under Review): rgw: remove quota soft threshold
Or Friedmann
04:24 PM rgw Bug #50932 (Fix Under Review): rgw: beast: lack of TLS settings
Mykola Golub
02:39 PM rgw Bug #50932 (In Progress): rgw: beast: lack of TLS settings
Mykola Golub
02:26 PM rgw Bug #50932: rgw: beast: lack of TLS settings
there's some discussion about configuring the protocols and ciphers in https://github.com/ceph/ceph/pull/41384 Casey Bodley
04:20 PM Revision b3e2c439 (ceph): cephadm: add `bootstrap --mon-ip` test
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
04:20 PM Revision c61f8056 (ceph): cephadm: add basic `bootstrap` test
bootstrap requires --mon-ip or --mon-addrv
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
04:20 PM Revision 849d00b1 (ceph): cephadm: add `bootstrap --skip-mon-network` test
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
04:20 PM Revision 30609629 (ceph): cephadm: move podman/docker test mock
to use as a default value in the fixtures
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
04:19 PM Revision 3e714ef1 (ceph): cephadm: add cephadm ContextManager
to mock the CephadmContext during unit tests
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
04:13 PM Revision d5eac278 (ceph): cephadm: add pyfakefs fixture
to mock the cephadm filesystem
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
04:00 PM Revision 90088005 (ceph): mgr/cephadm: use known host addr
If the host IP/addr is known, use that. The addr might even be a FQDN
instead of an IP address, in which case we wan...
Sage Weil
04:00 PM Revision 872668a9 (ceph): doc/cephadm: remove any reference to the use of DNS or /etc/hosts
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:00 PM Revision 157a7b41 (ceph): mgr/dashboard,prometheus: new method of getting mgr IP
- Use a centralized method get_mgr_ip()
- Look up the hostname via DNS. This is a bit more reliable than
getfqdn() s...
Sage Weil
04:00 PM Revision 781bfa14 (ceph): mgr/cephadm: convert host addr if non-IP to IP
Previously we allowed the host.addr to be a DNS name (short or fqdn).
This is problematic because of the inconsistent...
Sage Weil
04:00 PM Revision 7e9f4ac7 (ceph): mgr/nfs: use host.addr for backend IP where possible
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:00 PM Revision d1bb94ba (ceph): cephadm: stop passing --no-hosts to podman
This reverts cfc1f914ce74f1fd1f45e2efd3ba2ddcb2da129a, which is no longer
neceesary because (1) we don't use socket.g...
Sage Weil
03:50 PM Orchestrator Feature #51011 (Resolved): simplify mgr/cephadm serve() loop
Sebastian Wagner
03:50 PM Orchestrator Feature #51010 (Resolved): add lamport clock
Sebastian Wagner
03:50 PM Orchestrator Feature #51009 (Resolved): teach mgr/cephadm to deploy agent (incl generating a keyring for each ...
Sebastian Wagner
03:50 PM Orchestrator Feature #51008 (Resolved): replace exporter with cephadm agent daemon mode
Sebastian Wagner
03:50 PM Orchestrator Feature #51007 (Resolved): add cephadm command that push results every so often
Sebastian Wagner
03:50 PM Orchestrator Feature #51006 (Resolved): add cephadm command to push results to endpoint
Sebastian Wagner
03:49 PM Orchestrator Feature #51005 (Resolved): add mgr/cephadm endpoint
Sebastian Wagner
03:47 PM Revision d328cbdf (ceph): crimson/monc: handle_auth_request() doesn't depend on active_con.
Following crash occured at Sepia [1]:
```
INFO 2021-05-26 20:16:32,872 [shard 0] ms - [osd.0(client) v2:172.21.15.1...
Radoslaw Zarzynski
03:47 PM Dashboard Backport #50929: pacific: mgr/dashboard: 'grafana dashboards update' command fails with 'Dashboar...
To be backported together with PR originating the issue: #50664 Ernesto Puerta
03:45 PM Revision 5878c02f (ceph): mgr/dashboard: remove non-null id in Grafana dashb
Testing added to prevent this situation.
Fixes: https://tracker.ceph.com/issues/50918
Signed-off-by: Ernesto Puerta ...
Ernesto Puerta
03:44 PM Dashboard Backport #50664 (In Progress): pacific: mgr/dashboard: Update the embedded grafana dashboard to s...
Ernesto Puerta
03:44 PM Revision 20eca65b (ceph): mgr/dashboard:include compression stats on pool dashboard
This is a replacement dashboard configuration for the
pool overview page. It provides a cluster wide view of
capacity...
Paul Cuzner
03:41 PM Orchestrator Feature #51004 (Resolved): cephadm agent 2.0
The idea is to re-build the cephadm agent and make it push data to the mgr
*Things to push to mgr/cephadm*
* ls...
Sebastian Wagner
03:38 PM RADOS Backport #50988 (Resolved): nautilus: mon: slow ops due to osd_failure
Kefu Chai
03:16 PM RADOS Backport #50988: nautilus: mon: slow ops due to osd_failure
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41519
merged
Yuri Weinstein
07:24 AM RADOS Backport #50988 (In Progress): nautilus: mon: slow ops due to osd_failure
Kefu Chai
07:20 AM RADOS Backport #50988 (Resolved): nautilus: mon: slow ops due to osd_failure
https://github.com/ceph/ceph/pull/41519 Backport Bot
03:37 PM Revision 258ffd28 (ceph): os/bluestore: pass string_view to ctor of Allocator
just for the sake of correctness, as they don't need a full-blown
std::string, what they need is but a string like ob...
Kefu Chai
03:26 PM Revision c9cdbf5a (ceph): test: add ceph_mksnap and ceph_rmsnap replacements
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
03:21 PM rgw Backport #50982 (In Progress): pacific: Pacific - RadosGW not starting after upgrade
Adam Emerson
03:15 PM Revision 710d881b (ceph): Merge pull request #41519 from tchaikov/nautilus-pr-41516
nautilus: mon/OSDMonitor: drop stale failure_info even if can_mark_down()
Reviewed-by: Deepika Upadhyay <dupadhya@re...
Yuri Weinstein
03:14 PM Revision d5445b8f (ceph): tools/ceph_objectstore_tool: destruct ObjectStore using unique_ptr<>
before this change, cot never destructs the created ObjectStore
instances.
after this change, they are destructed up...
Kefu Chai
03:11 PM Revision 2d9cbc61 (ceph): rgw: Simplify log shard probing and err on the side of omap
In the multigeneration version we no longer care whether entries
exist, since we never delete and recreate empty logs...
Adam Emerson
03:07 PM Revision 7e8ec0c8 (ceph): os: let ObjectStore::create() return unique_ptr<>
instead of returning a raw pointer of ObjectStore, let
`ObjectStore::create()` return a `std::unique_ptr<ObjectStore>...
Kefu Chai
03:07 PM Revision 3f659a48 (ceph): osd: pass unique_ptr<ObjectStore> to OSD::mkfs()
less error prune this way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:07 PM Revision 8b2c3a21 (ceph): osd/OSD: use scope_guard to umount objecstore
RAII can simplify the clean up logic in OSD::mkfs().
and since `ch` is a smart pointer, so it is able to take care o...
Kefu Chai
03:07 PM Revision 2455c901 (ceph): osd/OSD: remove unused include headers
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:07 PM Revision b04b2f4d (ceph): osd: pass unique_ptr<ObjectStore> to ctor of OSD
less error-prone, and it's simpler to manage the resource using RAII
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:06 PM RADOS Bug #51002 (Fix Under Review): regression in ceph daemonperf command output, osd columns aren't v...
Igor Fedotov
03:03 PM RADOS Bug #51002 (Resolved): regression in ceph daemonperf command output, osd columns aren't visible a...
See the original list of columns from v14.2.11:
------bluefs------- ---------------bluestore--------------- ------...
Igor Fedotov
03:03 PM Revision 35238d41 (ceph): common/PriorityCache: low perf counters priorities for submodules.
Having too many perf counters with nicknames priorities >= PRIO_INTERESTING spoils daemonperf output and causes no "o... Igor Fedotov
02:58 PM rgw Bug #50977: s3select: empty file select failed
not clear what the test is doing.
please do not use stdin, but use s3object.
can you attach test.py?
you can...
Gal Salomon
02:46 PM Revision 9b4ae60d (ceph): Merge pull request #41495 from pleiadesian/patch-quota-cache
rgw: remove quota soft threshold Or Friedmann
02:45 PM bluestore Bug #48849 (Need More Info): BlueStore.cc: 11380: FAILED ceph_assert(r == 0)
Neha Ojha
02:35 PM rgw Backport #51001 (Resolved): pacific: Reproducible crash on multipart upload to bucket with policy
https://github.com/ceph/ceph/pull/41893 Backport Bot
02:32 PM rgw Bug #50556 (Pending Backport): Reproducible crash on multipart upload to bucket with policy
Or Friedmann
02:32 PM Revision 42880948 (ceph): Merge pull request #41288 from ofriedma/wip-ofriedma-segfault
rgw: crash on multipart upload to bucket with policy Or Friedmann
02:25 PM bluestore Bug #50578 (Duplicate): BlueFS::FileWriter::lock aborts when trying to `--mkfs`
Neha Ojha
02:23 PM rgw Bug #50920 (Fix Under Review): rgw: awsv4 client: wrong signature when param value contains '+'
Casey Bodley
02:22 PM rgw Bug #50974: rgw: storage class: GLACIER lifecycle don't worked when STANDARD pool and GLACIER poo...
sharing pools between storage classes is a bit unexpected, but not unreasonable. lifecycle transitions use the same l... Casey Bodley
02:16 PM Revision b993e61a (ceph): test: add ceph_mksnap and ceph_rmsnap replacements
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
02:11 PM RADOS Bug #50950 (Won't Fix): MIMIC OSD very high CPU usage(3xx%), stop responding to other osd, causin...
Mimic is EOL, can you please upgrade to newer version and re-open this ticker if you continue to see this issue. Neha Ojha
02:08 PM bluestore Bug #49256 (Can't reproduce): src/os/bluestore/BlueStore.cc: FAILED ceph_assert(!c)
Neha Ojha
02:06 PM RADOS Bug #51000 (Resolved): LibRadosTwoPoolsPP.ManifestSnapRefcount failure
... Kefu Chai
01:36 PM Revision 3aa59665 (ceph): test: add test to verify incremental snapshot updates
Fixes: http://tracker.ceph.com/issues/49939
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
01:36 PM Revision 25eae46e (ceph): cephfs-mirror: synchronize file mode
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 06c2652366eb4d67ea0e0c866150e9e81f2abc67)
Venky Shankar
01:36 PM Revision 17790ead (ceph): cephfs-mirror: transfer snapshot diffs whenever possible
Use incremental transfer when the data on the remote file system
for a given directory root is belongs to the snapsho...
Venky Shankar
01:36 PM Revision 141fb8c5 (ceph): cephfs-mirror: remove hardcoded metadata count when creating snapshot
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit cd14bb146191d61bc2306041f9e54c34341340c8)
Venky Shankar
01:36 PM Revision 11339799 (ceph): cephfs-mirror: adjust PeerReplayer::cleanup_remote_dir() for purging an...
Right now, the only path to cleanup (purge) is the remote file
system directory root (for configured snapshot directo...
Venky Shankar
01:36 PM Revision 1c81d999 (ceph): mds: introduce ceph.mirror.dirty_snap_id vxattr
Purpose of this xattr is to identify if the "next" snapshot to be
synchronized can be incrementally transferred. Valu...
Venky Shankar
01:35 PM Revision c2cb7501 (ceph): doc: s/<fs>/<fs_name>/g
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 9d60ec8ceb41b3ada9006fa19c1779903ab00136)
Venky Shankar
01:35 PM Revision fe19ed33 (ceph): doc: detail `fs snapshot mirror daemon status` mgr command
@leseb noticed that this interface did not have any documentation. Thanks!
Fixes: http://tracker.ceph.com/issues/502...
Venky Shankar
01:35 PM Revision bf7780ba (ceph): doc: document CephFS Snapshot Mirroring
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit c22d239fcc7fcf5fc7a92ee2d398b64fc0d90bd...
Venky Shankar
01:35 PM Revision 1b8cd2a3 (ceph): cephfs-mirror: ignore parent directory snapshots when building snap map
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit b6069f45b37cf83a66a1e659401b2ba70e01faf4)
Venky Shankar
01:35 PM Revision 85f41ecd (ceph): test: add test to validate snap synchronization with parent directory s...
Fixes: http://tracker.ceph.com/issues/50442
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
01:35 PM Revision 7fb4c197 (ceph): client: remove redundant caps_issued_mask() call in Client::fstatx()
No need to include this check since _getattr() checks this anyway.
Signed-off-by: Venky Shankar <vshankar@redhat.com...
Venky Shankar
01:35 PM Revision 4cac6d42 (ceph): libcephfs: introduce basic *at() calls
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 3831aa12f3067d8cc362f39f7136dd53cb946d22)
Venky Shankar
01:35 PM Revision da1f60a3 (ceph): client: non-at APIs call at-APIs with CEPHFS_AT_FDCWD as file descriptor
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 8e8c4041efaf3f519b6a61ab4c4c5441db5fa8f3)
Venky Shankar
01:35 PM Revision 893bc13c (ceph): test: cleanup files/dirs before finishing test
Other tests might use the same file names and expect libcephfs
calls to succeed.
Signed-off-by: Venky Shankar <vshan...
Venky Shankar
01:35 PM Revision d756be18 (ceph): test: tests for *at() libcephfs APIs
Fixes: http://tracker.ceph.com/issues/50298
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
01:35 PM Revision 62c91a3c (ceph): include: define AT_REMOVEDIR on Windows
The AT_REMOVEDIR flag is used by a recent change [1] but isn't
defined on Windows.
This commit will add the missing ...
Lucian Petrut
01:35 PM Revision 60d47c04 (ceph): libcephfs: add interface to set mount timeout
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 9efdce2920bb568b45fbb8651020682da9ca5715)
Venky Shankar
01:35 PM Revision ed0431bf (ceph): pybind/cephfs: add interface to set mount timeout
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 42015a34d6b33f17130acec628e25333bb3e180d)
Venky Shankar
01:35 PM Revision 0d60b19e (ceph): test: add tests for settting mount timeout
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit c948ef1551aca815c883f6ba3b1972ad5300f7f...
Venky Shankar
01:35 PM Revision 93906cfb (ceph): cephfs-mirror: use sensible mount timeout when mounting local/remote fs
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit db4bade78cae576b98a61e1c15e609a650613f2...
Venky Shankar
01:35 PM Revision fac870a5 (ceph): doc: document cephfs-mirror configuration options
NOTE: Docs in pacific *do not* use confval directive. So,
brute force document cephfs-mirror options.
Fixes: http://...
Venky Shankar
01:35 PM Revision 334b1dd4 (ceph): test: disable mirroring module for certain tests
Without this a traceback is seen in mgr logs. Also, this solves
one part of the issue. The other half (failing tests)...
Venky Shankar
01:35 PM Revision 108833d8 (ceph): pybind/mirroring: sanitize `daemon status` JSON
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 06a248b30f0b2879b3db3244cc3cdd7a456339f9)
Venky Shankar
01:35 PM Revision fa181876 (ceph): doc: adjust `daemon status` section with changed JSON
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 3c600928c20d61a6bc72d7deb6ea609e0c597c30)
Venky Shankar
01:35 PM Revision c235d460 (ceph): test: adjust mirroring test to use changed `daemon status` JSON
Fixes: http://tracker.ceph.com/issues/50266
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
01:35 PM Revision 09e7f87d (ceph): pybind/mirroring: start from correct state during policy init
So, there were couple of issues here:
First, Policy::init() checks if the directory path has a purge
operation (remo...
Venky Shankar
01:35 PM Revision 374cf17d (ceph): pybind/mirroring: advance state machine from stalled state
Stalled state essentially pauses the state machine unitl there
is atleast one active cephfs-mirror daemon available. ...
Venky Shankar
01:35 PM Revision 06a6e7b1 (ceph): test: test to verify dir path removal when no mirror daemons are running
Fixes: http://tracker.ceph.com/issues/50523
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
01:35 PM Revision b3f5a49d (ceph): cephfs-mirror: allow connecting to local cluster using mon address
Fixes: http://tracker.ceph.com/issues/50581
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
01:34 PM Revision 054f555a (ceph): cephadm: always require a CephadmContext
it's not possible for the CephadmContext to be a NoneType
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
01:34 PM Revision dc8b7db7 (ceph): cephadm: move `json_loads_retry` func
move inner func `json_loads_retry` so it can be mocked during unit tests
Signed-off-by: Michael Fritch <mfritch@suse...
Michael Fritch
01:34 PM Revision 969eccff (ceph): cephadm: rework mismatched release check
allow for `--allow-mismatched-release` to be passed during unit tests
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
01:34 PM Revision 8fb0a501 (ceph): cephadm: clean-up imports
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
01:23 PM Revision 6bdda825 (ceph): Merge pull request #41529 from Yenya/rbd-deep-cp-docs
doc/rbd: document cp versus deep cp
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
01:18 PM CephFS Bug #50984 (Fix Under Review): qa: test_full multiple the mon_osd_full_ratio twice
Xiubo Li
03:20 AM CephFS Bug #50984 (Resolved): qa: test_full multiple the mon_osd_full_ratio twice
The cluster has already multiple the full ratio before returning the "max_avail". Xiubo Li
01:06 PM Linux kernel client Bug #50983 (Duplicate): cephfs kernel client use-after-free
Duplicate of #46419 Jeff Layton
12:39 PM Bug #50999: bogus version of gperftools(-devel) [tcmalloc] for rhel8+epel
correction:
commit f4fb41419a42bee43a2069637ef17064073bf30b (pacific)
commit 0c3c93fbdb0208f8f09ba839288608b865...
Kaleb KEITHLEY
12:07 PM Bug #50999 (New): bogus version of gperftools(-devel) [tcmalloc] for rhel8+epel
the following
commit 0f783b7e3bfe7ef8ae40bf2f698dc83b40b49583 (master)
commit 868a1f1c0c945050120f74b9ae46f1d2b...
Kaleb KEITHLEY
11:47 AM Revision bf5863ba (ceph): doc/rbd: document cp versus deep cp
I found that the difference between "rbd cp" and "rbd deep cp",
i.e. what "deep" means in this context, is documented...
Jan "Yenya" Kasprzak
11:32 AM Orchestrator Feature #45652 (Duplicate): cephadm: Allow user to select monitoring stack ports
Sebastian Wagner
11:29 AM Orchestrator Bug #46704 (Can't reproduce): container_linux.go:349: "exec: \"stat\": executable file not found
Sebastian Wagner
11:28 AM Orchestrator Bug #44644 (Closed): cephadm: RGW: updating the spec doesn't update the mon store
outdated Sebastian Wagner
11:26 AM Orchestrator Feature #48339 (Rejected): Use file references in NFS ganesha service configuration
This is a bad idea. Especially when thinking about the ingress service. Sebastian Wagner
11:23 AM Orchestrator Bug #49232 (Can't reproduce): standard_init_linux.go:211: exec user process caused "exec format e...
Sebastian Wagner
11:22 AM Orchestrator Feature #47782 (Duplicate): ceph orch host rm <host> is not stopping the services deployed in the...
resolved via the _no_schedule label Sebastian Wagner
11:16 AM Orchestrator Feature #49492 (Resolved): cepham: Spine-Leaf network architecture
Sebastian Wagner
11:15 AM Orchestrator Bug #49439 (Resolved): logrotate should clean up container logs
resolved by directly writing to journald Sebastian Wagner
11:14 AM Orchestrator Bug #49456 (Can't reproduce): cephadm dashboard test: failed to connect to the server
Sebastian Wagner
11:13 AM Orchestrator Feature #48340 (Closed): cephadm/rgw: Add rgw_zonegroup to RGWSpec
Sebastian Wagner
11:12 AM Orchestrator Bug #49590 (Resolved): Error: error parsing host port: invalid port number: strconv.Atoi: parsing...
Sebastian Wagner
11:10 AM Orchestrator Bug #49742 (Can't reproduce): Mirror was added, but still "toomanyrequests: You have reached your...
Sebastian Wagner
11:07 AM RADOS Bug #43915: leaked Session (alloc from OSD::ms_handle_authentication)
remote/*/log/valgrind/osd.6.log.gz... Deepika Upadhyay
10:19 AM Orchestrator Bug #50998 (Resolved): OSD replacement not working
OSDS cannot be replaced because the new systemd "osd service" is not able to start in the host, raising an error like... Juan Miguel Olmo Martínez
10:19 AM Bug #50997: octopus arm64 build broken since 15.2.8
This issue supersedes ticket #50435 Andreas Elvers
10:09 AM Bug #50997 (New): octopus arm64 build broken since 15.2.8
I have recreated this ticket, since the old one was falsely closed as duplicated. The Packages for bionic on http://d... Andreas Elvers
10:15 AM Orchestrator Bug #49626 (Resolved): cephadm: remove duplicate labels when adding a host
Sebastian Wagner
10:14 AM Orchestrator Bug #49805 (Resolved): unmanaged OSDs return to be managed OSDs after a cephadm module restart
Sebastian Wagner
10:13 AM Orchestrator Bug #49884 (Resolved): cephadm bootstrp: verify major version of the image matches major version ...
Sebastian Wagner
10:13 AM Orchestrator Bug #49872 (Resolved): cephadm: Don't remove the daemon keyring, if redeploy failes
Sebastian Wagner
10:12 AM Orchestrator Documentation #50273 (Resolved): remove keepalived_user from haproxy docs
Sebastian Wagner
10:11 AM Orchestrator Bug #50267 (Resolved): rgw service can be deploy with realm and no zone or vise versa
Sebastian Wagner
10:07 AM Orchestrator Bug #48325 (Resolved): PlacementSpec: 'NoneType' object has no attribute 'copy'
Sebastian Wagner
10:06 AM Orchestrator Cleanup #48251 (Won't Fix): Find a better way to allow customizing the blink_device_light_cmd cmd
Sebastian Wagner
10:05 AM Orchestrator Documentation #49806 (Resolved): minor problems in cephadm docs
Sebastian Wagner
10:05 AM Orchestrator Bug #50401 (Resolved): cephadm: Daemons that don't use ceph image always marked as needing upgrad...
This is missing a PR ID Sebastian Wagner
10:04 AM Orchestrator Support #49497: Cephadm fails to upgrade from 15.2.8 to 15.2.9
I don't think this something we can fix unfortunately. Works for everyone else Sebastian Wagner
10:02 AM Orchestrator Bug #50444 (Resolved): host labels order is random
Sebastian Wagner
10:01 AM Orchestrator Bug #50472 (Resolved): orchestrator doesn't provide a way to remove an entire cluster
https://github.com/ceph/cephadm-ansible#purge Sebastian Wagner
10:00 AM Orchestrator Feature #50529 (Resolved): cephadm rm-cluster is also not resetting any disks that were used as osds
Sebastian Wagner
09:59 AM Orchestrator Documentation #50534: docs: add full cluster purge
https://github.com/ceph/cephadm-ansible#purge Sebastian Wagner
09:58 AM Orchestrator Bug #50548 (Resolved): cephadm doesn't deploy monitors when multiple public networks
Sebastian Wagner
09:58 AM Orchestrator Feature #46044 (Resolved): cephadm: Distribute admin keyring.
Sebastian Wagner
09:56 AM Orchestrator Feature #50360 (Resolved): Configure the IP address for Ganesha
https://github.com/ceph/ceph/commit/ae4ab5d2041856c8a891e25df610b88bc07b14f1 Sebastian Wagner
09:56 AM Bug #50435: arm64 build broken: built binaries fail on: load: jerasure load: lrc load dlopen
15.2.13 does not fix the issue. OSD still crashing with the same error. I will create a new issue. Andreas Elvers
09:54 AM Orchestrator Documentation #50687 (Pending Backport): cephadm: must redeploy monitoring stack daemon after cha...
Sebastian Wagner
09:54 AM Revision 674d6d96 (ceph): Merge pull request #41224 from adk3798/change-mon-stack-images-docs
doc/cephadm: recommend redeploying monitoring stack daemon after changing image
Reviewed-by: Sebastian Wagner <sewag...
Sebastian Wagner
09:53 AM rbd Backport #50996 (Resolved): octopus: "test_notify.py" is timing out in upgrade-clients:client-up...
https://github.com/ceph/ceph/pull/41511 Deepika Upadhyay
09:53 AM rbd Backport #50995 (Resolved): nautilus: "test_notify.py" is timing out in upgrade-clients:client-u...
https://github.com/ceph/ceph/pull/41513 Deepika Upadhyay
09:51 AM RADOS Bug #50441 (Fix Under Review): cephadm bootstrap on arm64 fails to start ceph/ceph-grafana service
Sebastian Wagner
09:51 AM rbd Bug #49592 (Pending Backport): "test_notify.py" is timing out in upgrade-clients:client-upgrade-...
Deepika Upadhyay
09:48 AM rbd Feature #50973: rbd-mirrror: expose perf dump info for snapshot replayer
Here is my PR https://github.com/ceph/ceph/pull/41569.
I forgot to add it in the original issue but I think it wou...
Arthur Outhenin-Chalandre
09:47 AM Orchestrator Feature #45410 (Resolved): cephadm: Support upgrading alertmanager, grafana, prometheus and node_...
Sebastian Wagner
09:47 AM Orchestrator Feature #46499 (Rejected): Requesting a "ceph orch redeploy monitoring" command, as an option, so...
I don't see a compelling reason to do this. We should focus on more important things. Sebastian Wagner
09:46 AM Orchestrator Documentation #45860 (Rejected): cephadm: document upgrades of monitoring components
works ootb Sebastian Wagner
09:46 AM bluestore Bug #50992: src/common/PriorityCache.cc: FAILED ceph_assert(mem_avail >= 0)
I have enough memory... Jiang Yu
09:34 AM bluestore Bug #50992: src/common/PriorityCache.cc: FAILED ceph_assert(mem_avail >= 0)
osd log... Jiang Yu
08:29 AM bluestore Bug #50992 (Pending Backport): src/common/PriorityCache.cc: FAILED ceph_assert(mem_avail >= 0)

When I use ceph-volume to add a new OSD, the following error appears...
Jiang Yu
09:40 AM Orchestrator Bug #50113 (Resolved): Upgrading to v16 breaks rgw_frontends setting
turns out doc/releases/pacific.rst is completely missing in pacific Sebastian Wagner
09:36 AM Orchestrator Bug #50113 (Pending Backport): Upgrading to v16 breaks rgw_frontends setting
Sebastian Wagner
09:39 AM Revision a4c961b9 (ceph): Merge pull request #41566 from anthonyeleven/anthonyeleven/update-rgw-y...
src/common/options: improve spelling, capitalization, and wording in rgw.yml.in
Reviewed-by: Kefu Chai <kchai@redhat...
Kefu Chai
09:36 AM Revision 39fe1c28 (ceph): Merge pull request #41400 from liewegas/fix-50113
doc/releases/pacific: add note about rgw on upgrade
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
09:34 AM Orchestrator Bug #50526 (Resolved): OSD massive creation: OSDs not created
closing this for now. I'd create a new issue, if this pops up again Sebastian Wagner
09:32 AM Orchestrator Bug #49551 (Resolved): cephadm journald logs are mangled
Sebastian Wagner
09:10 AM mgr Bug #45574: subinterpreters: ceph/mgr/rook RuntimeError on import of RookOrchestrator - ceph clus...
Deepika Upadhyay wrote:
> Not digged deep but might be helpful, I was taking a look at the issue yesterday, this iss...
Sebastian Wagner
08:35 AM CephFS Backport #50994 (Resolved): pacific: cephfs-mirror: be resilient to recreated snapshot during syn...
https://github.com/ceph/ceph/pull/41947 Backport Bot
08:35 AM CephFS Backport #50993 (Resolved): pacific: cephfs-mirror: incrementally transfer snapshots whenever pos...
https://github.com/ceph/ceph/pull/41475 Backport Bot
08:33 AM CephFS Bug #50561 (Pending Backport): cephfs-mirror: incrementally transfer snapshots whenever possible
Venky Shankar
08:32 AM CephFS Bug #49939 (Pending Backport): cephfs-mirror: be resilient to recreated snapshot during synchroni...
Venky Shankar
08:10 AM Revision 5ea3129a (ceph): octopus: qa/cephadm/upgrade: use v15.2.9 for cephadm tests
the issues https://tracker.ceph.com/issues/48142 is fixed in
67166de82a913e8266c8146f5c8a67d536065fc2 which at minima...
Deepika Upadhyay
08:09 AM Revision 26fbbefa (ceph): Merge pull request #40831 from vshankar/wip-cephfs-mirror-incremental-sync
cephfs-mirror: incremental sync
Reviewed-by: Milind Changire <mchangir@redhat.com>
Milind Changire
07:58 AM Revision dfa0164f (ceph): Merge pull request #41279 from pkalever/promote-attach
rbd: promote rbd-nbd attach and detach at rbd integrated cli
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: ...
Ilya Dryomov
07:25 AM CephFS Backport #50991 (Resolved): pacific: mgr/nfs: skipping conf file or passing empty file throws tra...
https://github.com/ceph/ceph/pull/42096 Backport Bot
07:24 AM CephFS Bug #50858 (Pending Backport): mgr/nfs: skipping conf file or passing empty file throws traceback
Kefu Chai
07:23 AM Revision 8bc2c6da (ceph): Merge pull request #41378 from varshar16/wip-check-file-inputs-nfs
pybind/mgr: generalize CLICheckNonemptyFileInput() error msg
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Rev...
Kefu Chai
07:21 AM Revision 00349925 (ceph): Merge pull request #41381 from AmnonHanuhov/wip-Refactor_PeeringState
crimson/osd: Refactor PeeringState
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Reviewed-by: Radoslaw Zarzyn...
Kefu Chai
07:20 AM RADOS Backport #50990 (Resolved): octopus: mon: slow ops due to osd_failure
https://github.com/ceph/ceph/pull/41618 Backport Bot
07:20 AM RADOS Backport #50989 (Resolved): pacific: mon: slow ops due to osd_failure
https://github.com/ceph/ceph/pull/41982 Backport Bot
07:20 AM RADOS Backport #50987 (Resolved): octopus: unaligned access to member variables of crush_work_bucket
https://github.com/ceph/ceph/pull/41622 Backport Bot
07:20 AM RADOS Backport #50986 (Resolved): pacific: unaligned access to member variables of crush_work_bucket
https://github.com/ceph/ceph/pull/41983 Backport Bot
07:20 AM RADOS Backport #50985 (Rejected): nautilus: unaligned access to member variables of crush_work_bucket
Backport Bot
07:19 AM RADOS Bug #50964 (Pending Backport): mon: slow ops due to osd_failure
Kefu Chai
07:19 AM Revision 1c8ebd6b (ceph): Merge pull request #41516 from tchaikov/wip-47380
mon/OSDMonitor: drop stale failure_info even if can_mark_down()
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Review...
Kefu Chai
07:18 AM RADOS Bug #50978 (Pending Backport): unaligned access to member variables of crush_work_bucket
Kefu Chai
07:17 AM Revision e2a050e4 (ceph): Merge pull request #41546 from tchaikov/wip-crush-alignment
crush/crush: ensure alignof(crush_work_bucket) is 1
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
07:17 AM Revision 3c6002f5 (ceph): Merge pull request #41517 from tchaikov/wip-osd-osd-types
osd/osd_type: use f->dump_unsigned() when appropriate
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed...
Kefu Chai
07:16 AM Revision 3bee9333 (ceph): Merge pull request #41527 from t-msn/cleanup-peeringstate-init
osd/PeeringState: cleanup dead code in PeeringState::init
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:18 AM Revision 6b116f69 (ceph): doc:Added the explanation of the 'listxattr <obj-name>' and 'getxattr <...
Added the explanation of the listxattr <obj-name> and getxattr <obj-name> attr commands
Signed-off-by: wangyingbin <...
yingbin wang
06:13 AM Revision 367cf496 (ceph): Merge pull request #41565 from anthonyeleven/anthonyeleven/update-rgw-c...
doc/radosgw: modernize reference to rgw_max_chunk_size
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:08 AM Revision 8011126c (ceph): src/common/options: improve spelling, capitalization, and wording
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com> Anthony D'Atri
06:08 AM Revision 64d04a6b (ceph): Merge pull request #41471 from smanjara/wip-add-datalog-entry
rgw: add datalog entries after reshard Shilpa Jagannath
05:54 AM Revision d9cad270 (ceph): doc/radosgw: modernize reference to rgw_max_chunk_size
The value changed from 512KB to 4MB in Kraken. Reference the prevailing
option default instead of embedding the curr...
Anthony D'Atri
05:05 AM Revision f25210d9 (ceph): Merge pull request #41564 from tchaikov/wip-dmclock-seastar
dmclock: pick up change to support seastar
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
05:04 AM Revision c81d3620 (ceph): Merge pull request #41560 from athanatos/sjust/wip-clang-linker-problem
crimson/os/seastore: resolve clang build problems, misc cleanups
Reviewed-by: Kefu Chai <kchai@redhat.com>
Samuel Just
03:36 AM Revision 49757663 (ceph): dmclock: pick up change to support seastar
so if WITH_SEASTAR is defined, the POSIX synchronous primitives
are either replaced with seastar counterparts or disa...
Kefu Chai
02:21 AM Revision 6415044d (ceph): rgw: add the description of blocking io during index resharding
It's nice to describe that write I/Os are blocked during resharding.
Signed-off-by: Satoru Takeuchi <satoru.takeuchi...
Satoru Takeuchi
01:42 AM CephFS Bug #50976 (Fix Under Review): mds: scrub error on inode 0x1
Milind Changire
01:28 AM Revision 31558e55 (ceph): doc/cephadm: enrich "service status"
This PR improves the syntax of the "Service
Status" section of the "Service Managment"
section of the cephadm guide. ...
Zac Dover

05/26/2021

11:57 PM Revision 75827db6 (ceph): crimson/os/seastore/seastore: add helpers to simplify omap usage
Add _omap_get_values and _omap_get_value to clarify omap_get_values and
get_attr. Also resolves a clang linker error...
Samuel Just
11:57 PM Revision 7d56e0e3 (ceph): crimson/os/seastore: use tuple return for omap_list throughout
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:54 PM Revision 3ce365b6 (ceph): crimson/os/futurized_store: use ceph::bufferlist to match
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:54 PM Revision 5775e97b (ceph): crimson/os/seastore/seastore.h: remove non-const repeat_with_onode
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:54 PM Revision 397efdd2 (ceph): crimson/os/seastore/seastore.h: remove unncessary whitespace
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
10:42 PM Revision a6aeb58b (ceph): Merge PR #41351 into master
* refs/pull/41351/head:
cephadm: clean-up error message
cephadm: raise an error when `--config` file is not found
...
Sage Weil
10:42 PM Revision 0263277d (ceph): Merge PR #41283 into master
* refs/pull/41283/head:
cephadm: manage cephadm log with logrotated
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Sage Weil
10:38 PM Revision 3587a10b (ceph): mgr/cephadm: resolve IP at 'orch host add' time
We prefer to always have a real IP for hosts in the cluster. This avoids
a reliance on DNS for most operations.
Per...
Sage Weil
09:36 PM Revision 5d7551d7 (ceph): doc/releases/octopus.rst: rados updates for 15.2.13
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
08:38 PM Linux kernel client Bug #50983: cephfs kernel client use-after-free
This happened during an import, so ephemeral pinning is probably a factor. The bad address in the page fault looks a ... Jeff Layton
08:27 PM Linux kernel client Bug #50983 (Duplicate): cephfs kernel client use-after-free
While testing the io500 benchmark I've periodically been running into hard lockups during the file deletion phase of ... Mark Nelson
08:37 PM Revision 444d6f66 (ceph): monitoring/grafana/build/Makefile: Add ARCH variable
Allow building for other archs, in particular arm64
Signed-off-by: Dan Mick <dmick@redhat.com>
Dan Mick
08:37 PM Revision 9d37c6ef (ceph): monitoring/grafana/build/Makefile: pull dashboards from local dir
Use the dashboard definition files in this workspace directly
Signed-off-by: Dan Mick <dmick@redhat.com>
Dan Mick
08:37 PM Revision 2faadc2d (ceph): monitoring/grafana/build/Makefile: use "sudo buildah"
Some build machines don't have /etc/sub{u,g}id set up for
so-called "rootless" (non-privileged) operation. Use sudo
...
Dan Mick
08:37 PM Revision 0fdbe673 (ceph): monitoring/grafana/build/Makefile: use curl instead of wget
build machines tend to already have curl installed
Signed-off-by: Dan Mick <dmick@redhat.com>
Dan Mick
08:37 PM Revision a3b4bc73 (ceph): monitoring/grafana/build/Makefile: cleanup, ready for jenkins
- allow env setting of versions of components
- add docker/quay username/password variables
- derive container versio...
Dan Mick
08:37 PM Revision b56ff432 (ceph): monitoring/grafana/build/Makefile: use --authfile
podman login caches auth tokens in auth.json; for sudo, it may be
placed in /run/containers/0 or it may be in /run/us...
Dan Mick
08:37 PM Revision de491c12 (ceph): monitoring/grafana/build/Makefile: work around buildah bug
Workaround https://github.com/containers/buildah/issues/3253
by pushing to a local OCI-format image to clear out erro...
Dan Mick
08:37 PM Revision 508b1d38 (ceph): monitoring/grafana/build/Makefile: fully qualify source image
Some build machines may not have a default docker repo configured.
Specify docker.io.
Signed-off-by: Dan Mick <dmick...
Dan Mick
08:19 PM rgw Bug #49747: tempest: test_create_object_with_transfer_encoding fails
Problem appears to be with tempest. It sends "transfer-encoding: chunked" twice. The tempest test is also failing w... Marcus Watts
07:24 PM Revision c44bc49e (ceph): 15.2.13
Jenkins Build Slave User
06:05 PM rgw Backport #50982 (Resolved): pacific: Pacific - RadosGW not starting after upgrade
https://github.com/ceph/ceph/pull/41576 Backport Bot
06:02 PM rgw Bug #50169 (Pending Backport): Pacific - RadosGW not starting after upgrade
Adam Emerson
05:52 PM Revision 935d3e07 (ceph): Merge pull request #41465 from adamemerson/wip-50169
rgw: Simplify log shard probing and err on the side of omap
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Adam Emerson
04:22 PM Orchestrator Bug #50981 (Fix Under Review): cephadm: --service-type arg in 'orch ls' not handled properly for ...
Adam King
04:13 PM Orchestrator Bug #50981 (Closed): cephadm: --service-type arg in 'orch ls' not handled properly for services w...
the running daemon count comes out incorrect:... Adam King
04:16 PM Revision 29ad6b45 (ceph): mgr/cephadm: fix --service-type flag in orch ls when service has id
The running daemon count comes out wrong if the service type is
for a service that has an id.
Fixes: https://tracker...
Adam King
04:12 PM mgr Bug #45574: subinterpreters: ceph/mgr/rook RuntimeError on import of RookOrchestrator - ceph clus...
Not digged deep but might be helpful, I was taking a look at the issue yesterday, this issue has a workaround in nump... Deepika Upadhyay
11:08 AM mgr Bug #45574: subinterpreters: ceph/mgr/rook RuntimeError on import of RookOrchestrator - ceph clus...
... Sebastian Wagner
11:08 AM mgr Bug #45574 (New): subinterpreters: ceph/mgr/rook RuntimeError on import of RookOrchestrator - cep...
Sebastian Wagner
03:03 PM Revision 1b7904fc (ceph): Merge pull request #41554 from rzarzynski/wip-crimson-simplify-ox-lt-mgmt
crimson/osd: simplify the management of OpsExecuter's life-time.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:03 PM Dashboard Feature #50980 (New): mgr/dashboard: advanced cluster visualization
h3. Description
The goal of this feature would be to provide a visual representation of the cluster status coverin...
Ernesto Puerta
02:30 PM Revision 96f74185 (ceph): crimson/osd: simplify the management of OpsExecuter's life-time.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:12 PM Revision 1d6b331c (ceph): Merge PR #41510 into master
* refs/pull/41510/head:
doc/cephfs/nfs: remove documented limitation
Reviewed-by: Ramana Raja <rraja@redhat.com>
Re...
Sage Weil
01:58 PM CephFS Bug #45997: nautilus: ceph_volume_client.py: UnicodeEncodeError exception while removing volume w...
https://github.com/ceph/ceph/pull/36679 merged Yuri Weinstein
01:57 PM Revision 991cc6f0 (ceph): Merge pull request #36679 from josecastroleon/nautilus
nautilus: pybind: volume_client handle purge of directory names encoded in utf-8
Reviewed-by: Ramana Raja <rraja@red...
Yuri Weinstein
01:43 PM Revision b94faf5b (ceph): mgr: add debug output for commands dispatched
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit bb56c30167bed615db86aff5290550a887b3...
Patrick Donnelly
01:43 PM Revision 364e6c43 (ceph): qa: bump debugging for mgr
Hunting [1].
[1] https://tracker.ceph.com/issues/49605
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry...
Patrick Donnelly
01:43 PM Revision 1967c49d (ceph): mgr/pybind/volumes: avoid acquiring lock for thread count updates
Perform thread count updates in a dedicated tick thread. This avoids the
mgr Finisher thread from getting potentially...
Patrick Donnelly
12:41 PM mgr Bug #48787: ceph-mgr segfault
turns out rook also uses numpy! Sebastian Wagner
12:20 PM Revision fb65f530 (ceph): client: add ceph_ll_lookup_vino
Add a new API function for looking up an inode via a vinodeno_t. This
should give ganesha a way to reliably look up s...
Jeff Layton
12:20 PM Revision 267d6f29 (ceph): client: add testcase for ceph_ll_lookup_vino
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit a956c7986fd43da851918b87c71524f9a2bb1162)
...
Jeff Layton
12:20 PM Revision 957e9dd1 (ceph): client: don't allow access to MDS-private inodes
Fixes: https://tracker.ceph.com/issues/50112
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 8...
Xiubo Li
12:20 PM Revision b356dd5e (ceph): mds: move the inos 1,2 and 3 macros to ceph_fs.h
For inos 1 and 2 there has two places are defining them, to make
sure we won't miss any one of them, let's define the...
Xiubo Li
12:20 PM Revision c5362b84 (ceph): mds: make the lost+found dir accessible from clients
Inode number 0x4 is reserved for the lost+found dir, and the apps
or recovery apps need to access it.
At the same ti...
Xiubo Li
12:20 PM Revision 98c5310a (ceph): test: add test case for MDS privated inos accessing
Fixes: https://tracker.ceph.com/issues/50216
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 0...
Xiubo Li
12:20 PM Revision aabf6b05 (ceph): client: stop doing unnecessary work in ll_lookup_inode
It's not clear to me why we're looking up the parent and name of the
inode in ll_lookup_inode, as we don't actually d...
Jeff Layton
12:20 PM Revision 08cc9e3f (ceph): client: make _lookup_ino take a vinodeno_t
Currently, it always leaves the snapid as 0. Rename it to
_lookup_vino and make it fill the snapid from the vinodeno_...
Jeff Layton
12:09 PM Revision 42d23c9f (ceph): ceph-volume: replace __ with _ in device_id
This matches behavior with common/blkdev from
5ee787944b0d00ce3bb6766f5b176e971eff91f9
Signed-off-by: Sage Weil <sag...
Sage Weil
12:08 PM Dashboard Bug #50971: mgr/dashboard: crushmap tree doesn't display crush type other than root
https://github.com/ceph/ceph/pull/41552 is created to add the find_root() method. Kefu Chai
11:25 AM Dashboard Bug #50971: mgr/dashboard: crushmap tree doesn't display crush type other than root
@Kefu Chai Just to confirm we are on the same page, this is what we agreed on, right? (ss attached)
Avan Thakkar
10:47 AM Dashboard Bug #50971: mgr/dashboard: crushmap tree doesn't display crush type other than root
Kefu Chai wrote:
> @Avan, please use @mgr.get('osd_map_crush')@ for accessing the crush tree. or use @mgr.get_crush(...
Avan Thakkar
09:38 AM Dashboard Bug #50971: mgr/dashboard: crushmap tree doesn't display crush type other than root
@Avan, please use @mgr.get('osd_map_crush')@ for accessing the crush tree. or use @mgr.get_crush()@. Kefu Chai
06:42 AM Dashboard Bug #50971: mgr/dashboard: crushmap tree doesn't display crush type other than root
The issue here is dashboard frontend code just constructs the tree with just root as a parent node (by using type==ro... Avan Thakkar
12:08 PM Revision 7858b568 (ceph): mgr: expose CRUSHMap.find_roots()
so mgr module could use it to enumerate all nodes without parents
See-also: https://tracker.ceph.com/issues/50971
Si...
Kefu Chai
11:14 AM Orchestrator Bug #50979 (Duplicate): rook: implement_array_function method already has a docstring
Sebastian Wagner
11:06 AM Orchestrator Bug #50979 (Duplicate): rook: implement_array_function method already has a docstring
... Sebastian Wagner
11:10 AM Revision 48a5a36d (ceph): rgw: on bucket reshard, write datalog entries for each shard of the pre...
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com> Shilpa MJ
10:44 AM Revision e32589d1 (ceph): Merge pull request #41547 from t-msn/wip-update-cephspec
ceph.spec.in: install gcc-toolset-9-gcc-c++ for rhel only
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:41 AM Revision 1fa8c925 (ceph): crush/crush: ensure alignof(crush_work_bucket) is 1
in do_rule(), we allocate the space for crush_work_bucket using
char work[crush_work_size(crush, maxout)];
where cr...
Kefu Chai
10:41 AM RADOS Bug #50978 (Resolved): unaligned access to member variables of crush_work_bucket
when compiled with ASan, it complains like... Kefu Chai
09:52 AM rgw Bug #50977 (Fix Under Review): s3select: empty file select failed
SQL: select * from stdin;
[root@node1 s3select]# python3 test.py
Traceback (most recent call last):
File "/usr...
Zhiwei Dai
09:30 AM Revision 05c76940 (ceph): mds/scrub: skip backtrace scrub for inode 0x1
Since a backtrace for inode 0x1 doesn't exist and doesn't make sense it
is wise to skip this inode and declare it as ...
Milind Changire
09:28 AM CephFS Bug #50976: mds: scrub error on inode 0x1
In this case, the backtrace check for inode 0x1 has failed.
Root Inode backtrace needs to be saved as soon as the in...
Milind Changire
09:25 AM CephFS Bug #50976 (Resolved): mds: scrub error on inode 0x1
... Milind Changire
08:41 AM rgw Bug #50975: rgw: remove quota soft threshold
Description:
According to this thread in https://lists.ceph.io/hyperkitty/list/dev@ceph.io/thread/QHALPTYRZA2OKLHYN...
Or Friedmann
08:29 AM rgw Bug #50975 (Resolved): rgw: remove quota soft threshold
Link to the description in PR: https://github.com/ceph/ceph/pull/41495#issue-651023054
Zulai Wang
08:35 AM Revision 32a39705 (ceph): rgw: remove quota soft threshold
Remove quota soft threshold, which causes expensive checks for sharded buckets
Fixes: 14eabd4aa7b8a2e2c0c43fe7f877ed...
Zulai Wang
07:56 AM Dashboard Cleanup #50515 (Rejected): mgr/dashboard: generate manifest.txt file for npm dependencies
Nizamudeen A
07:55 AM Dashboard Backport #50651 (Rejected): nautilus: mgr/dashboard: generate manifest.txt file for npm dependencies
Nizamudeen A
07:55 AM Dashboard Backport #50650 (Rejected): octopus: mgr/dashboard: generate manifest.txt file for npm dependencies
Nizamudeen A
07:41 AM Revision d542460d (ceph): Revert "pacific: mgr/dashboard: Generate NPM dependencies manifest"
This reverts commit 392c640a1cb47ed8c044e8e6588c51dd69be1d7e.
Reverts: https://tracker.ceph.com/issues/50652
Signed-...
Nizamudeen A
07:35 AM Revision da71737d (ceph): Revert "mgr/dashboard: Generate NPM dependencies manifest"
This reverts commit 825ea98915bcb0ab4bbaefb478ee0a0b8e506933.
Reverts: https://tracker.ceph.com/issues/50515
Signed-...
Nizamudeen A
07:21 AM Revision f38def92 (ceph): ceph.spec.in: install gcc-toolset-9-gcc-c++ for rhel only
Otherwise fedora 33 complains there is no gcc-toolset-9-gcc-c++
when running "WITH_SEASTAR=true ./install_deps.sh"
R...
Tomohiro Misono
07:18 AM Revision 31c84c0b (ceph): Merge pull request #41545 from tchaikov/wip-vstart-fix
vstart.sh: pass the addition option to parse_block_devs()
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
06:55 AM RADOS Bug #50775: mds and osd unable to obtain rotating service keys
I reproduced with "debug mon = 30", "debug monc = 30", "debug auth = 30" and "debug ms = 1" on all daemons,mon.a is l... wenge song
01:51 AM RADOS Bug #50775: mds and osd unable to obtain rotating service keys
Ilya Dryomov wrote:
> Out of curiosity, how many iterations of bugshell does it take to reproduce? I might try it o...
wenge song
06:14 AM Revision e82791a0 (ceph): doc/cephfs/nfs: add ganesha configuration hierarchy
Fixes: https://tracker.ceph.com/issues/50904
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
06:10 AM Revision a026ef20 (ceph): mgr/dashboard/access_control: fix flake8 expected 2 blank lines error
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
06:10 AM Revision 6193f386 (ceph): mgr/nfs: use CLICheckNonemptyFileInput decorator
Fixes: https://tracker.ceph.com/issues/50858
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
06:08 AM Revision 2dfd0099 (ceph): pybind/mgr: generalize CLICheckNonemptyFileInput() error msg
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
06:08 AM Revision 2d32f5f4 (ceph): pybind/mgr: check if file contains only spaces
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
06:02 AM Revision bf3ea637 (ceph): vstart.sh: use || instead of "-o"
to silence the warning like:
SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
see also
https://pub...
Kefu Chai
06:00 AM Revision f9a3921e (ceph): vstart.sh: pass the addition option to parse_block_devs()
to address the regression introduced by
3ea5242e381a850c080ee9edbaeea28059ad4da9
Signed-off-by: Kefu Chai <kchai@red...
Kefu Chai
05:55 AM Revision 557d2b83 (ceph): Merge pull request #41543 from runsisi/wip-fix-clay-doc
doc: add missing crush-device-class={device-class} pair for clay code profile
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:00 AM Revision bb52092c (ceph): mgr/dashboard: API Version changes doesnt appy to pre-defined methods(l...
Methods like list(), create(), get() etc doesn't get applied the version.Also for the endpoints that get the version ... Aashish Sharma
04:58 AM Revision cc76e883 (ceph): Merge pull request #41542 from tchaikov/wip-vstart-cleanup
vstart: cleanups
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
04:57 AM Revision e2aa4128 (ceph): qa/workunits/rbd: use rbd cli for device attach/detach commands
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com> Prasanna Kumar Kalever
04:47 AM Revision 4d7db9e8 (ceph): rbd: improve conditional compilation specific checks
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com> Prasanna Kumar Kalever
04:47 AM Revision 35e5352f (ceph): rbd: promote rbd-nbd attach and detach at rbd integrated cli
Example:
$ rbd device attach rbd-pool/image --device /dev/nbd0 --device-type nbd --force
$ rbd device detach rpool/im...
Prasanna Kumar Kalever
04:43 AM Revision 16a28c36 (ceph): crimson/os/seastore/logging.h: use ##__VA_ARGS__ rather than __VA_OPT__
This seems to work with both clang and gcc for now.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
04:43 AM Revision 6bc7614f (ceph): test/crimson/test_backfill: fix captured bindings
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
04:43 AM Revision 69758241 (ceph): crimson/.../staged-fltree/tree_utils: fix cursor binding
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
04:37 AM Revision 1a71947b (ceph): test/crimson/seastore/transaction_manager_test_state: mark TestSegmentM...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
03:42 AM Revision 0edaff5d (ceph): Merge pull request #41536 from rzarzynski/wip-crimson-fix-ox-lifetime
crimson/osd: extend lifetime of OpsExecuter to match all_completed
Reviewed-by: Xuehan Xu <xuxuehan@360.cn>
Reviewed...
Kefu Chai
03:18 AM Revision b851c8a3 (ceph): vstart: use here document to define usage
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:18 AM Revision 6de7b86e (ceph): vstart: use block_devs for {blue,sea}store_dev
so the logic handling bluestore_dev and seastore_dev can be merged.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:18 AM Revision 3ea5242e (ceph): vstart: define helper for parsing block_devs options
for better readability, and to simplify the code
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:18 AM Bug #50969: dl.bintray.com access denied
fix https://github.com/ceph/ceph/pull/41215/files Jiang Yu
03:14 AM Revision d9315c88 (ceph): doc: add missing crush-device-class={device-class} pair for clay code p...
`crush-device-class` is optional for `ceph osd erasure-code-profile set`,
add it for the sake of completeness
Signed...
luo.runbing
02:36 AM Revision ac83f83a (ceph): Merge pull request #41484 from liewegas/cephadm-progress
mgr/cephadm: progress item for service apply
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Reviewed-by: Juan M...
Kefu Chai
02:33 AM Revision a35da295 (ceph): Merge pull request #41452 from ifed01/wip-ifed-fix-no-track
os/bluestore: track bluestore_warn_on_no_per_pg_omap cfg parameter ch…
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Kefu Chai
02:33 AM Revision cbce7182 (ceph): Merge pull request #41453 from ifed01/wip-ifed-stray-omap
os/bluestore: improve stray omap logging during fsck.
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Kefu Chai
02:32 AM Revision 2ba42c5e (ceph): Merge pull request #41398 from aclamk/wip-aclamk-avl-block-picker-improve
os/bluestore: Improve _block_picker function
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Reviewed-by: Kefu Chai <k...
Kefu Chai
02:31 AM Revision 866850ff (ceph): Merge pull request #41488 from liewegas/cephadm-conf
config,mgr: expose ceph.conf path to mgr modules
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:30 AM Revision cd1b9bbb (ceph): Merge pull request #41459 from liewegas/devid-underscores
common/blkdev: remove double _'s from device_id
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:28 AM Revision 89a8d3c9 (ceph): Merge pull request #41491 from tchaikov/wip-ceph-daemon-ann
pybind/ceph_daemon: add type annotations
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Kefu Chai
02:26 AM Revision dbf7ac3c (ceph): Merge pull request #41493 from tchaikov/wip-pybind-impport-from-future
pybind: do not import from "__future__" anymore
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Josh ...
Kefu Chai
02:23 AM Revision 6560d602 (ceph): Merge pull request #41498 from tchaikov/wip-cmake-libasan.6
cmake/modules/FindSanitizers: prefer libasan.6
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Kefu Chai
01:23 AM Revision c25d8e97 (ceph): Merge pull request #41401 from rzarzynski/wip-crimson-injectdataerr
crimson/osd, common: implement the inject{m,}dataerr admin commands
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:29 AM Revision 9d23089f (ceph): Merge pull request #41541 from liu-chunmei/seastore-add-devs
crimson/seastore: add --seastore-devs in vstart.sh
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Cha...
Kefu Chai
12:18 AM Revision ce8a314d (ceph): Merge pull request #41533 from tchaikov/wip-doc-rgw-conf
doc/radosgw: use confval directive to define options
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Case...
Kefu Chai
12:14 AM Revision e4ec9c53 (ceph): crimson/osd: implement the injectdataerr admin command.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:14 AM Revision 87effa76 (ceph): crimson/osd: implement the injectmdataerr admin command.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:05 AM Revision 3387c1c5 (ceph): crimson/os: implement inject_{m,}data_error in AlienStore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:03 AM Revision d65f36eb (ceph): Merge pull request #41434 from tchaikov/wip-cmd-getval
common/cmdparse: use string_view for the key and return val by retval
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redh...
Kefu Chai
 

Also available in: Atom