Project

General

Profile

Activity

From 06/17/2020 to 07/16/2020

07/16/2020

11:16 PM Revision 662c7e5f (ceph): crimson/os/seastore/lba_manager/btree: replumb to pass op_context_t
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision a9173eff (ceph): crimson/os/seastore: add const cast() method
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision 9f03c737 (ceph): crimson/os/seastore: move transaction out of cache
Transaction is going to gain some knowledge of logical
addresses.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
11:16 PM Revision 73a95b30 (ceph): crimson/os/seastore/transaction: add helpers
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision 51ba60cd (ceph): crimson/os/seastore/transaction: drop retired extents from write_set an...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision 4530a5c2 (ceph): crimson/os/seastore/cache: retain read set
We're going to be using the read set refs to ensure cache residence
until commit.
Signed-off-by: Samuel Just <sjust@...
Samuel Just
11:16 PM Revision 1ef0dd78 (ceph): crimson/os/seastore/cache: ignore invalid extents during commit
This happens when a transaction mutates and then retires an
extent.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
11:16 PM Revision 195b286e (ceph): crimson/os/sesatore/lba_manager/btree: let leaf be depth 1
This way, we can let depth 0 be the actual logical extents.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
11:16 PM Revision 396282b2 (ceph): crimson/os/seastore/lba_manager/btree/lba_btree_node: remove dup include
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision c7afb68c (ceph): crimson/common/fixed_kv_node_layout: remove unnecessary/wrong friend de...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision 70175862 (ceph): crimson/os/seastore/seastore_types: initialize crcs
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision 89a2ea65 (ceph): crimson/os/seastore: move LogicalCachedExtent to cached_extent.h
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision a70ec174 (ceph): crimson/os/seastore/cached_extent: add has_pin and is_logical helpers
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision 39bcce84 (ceph): crimson/os/seastore: init laddr for LogicalCachedExtent on replay
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:16 PM Revision fe636f71 (ceph): test/crimson/seastore: add TestBlockPhysical
TestBlock doesn't work without the rest of the TransactionManager
machinery.
Signed-off-by: Samuel Just <sjust@redha...
Samuel Just
10:02 PM Revision f8186bd7 (ceph): mgr/cephadm: assert the service_type during config/create
ensure the passed ServiceSpec type matches the CephadmService type
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
10:01 PM Revision 2bcdcef8 (ceph): mgr/cephadm: clean-up service module type checking
- convert to py3 style type checks
- other misc type checking fixups
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
09:19 PM Revision 5b2f8200 (ceph): test/librbd: drop test_internal.ShrinkFlushCase test case
It's a racey test that is better exercised by the existing resize
state machine mock tests.
Signed-off-by: Jason Dil...
Jason Dillaman
09:02 PM Revision 6c020b69 (ceph): mgr/cephadm: clean-up service module type checking
- add missing return type to `create` func
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
09:02 PM Revision 414e5507 (ceph): mgr/cephadm: clean-up service module type checking
- add return type to `config` func
- add missing `NFSServiceSpec` annotation to `config` func
Signed-off-by: Michael...
Michael Fritch
08:18 PM Orchestrator Bug #46578 (Duplicate): Container for iscsi gateway does not have tcmu-runner running as service
This link describes the problem https://tracker.ceph.com/issues/46540
In short, container for iscsi does not have tc...
Sergey Ponomarev
08:02 PM Revision cfbd1886 (ceph): librbd: directly post completions to the asio strand
Avoid the unnecessary wrapping of the strand completion in a
bind_executor by just directly posting the completion to...
Jason Dillaman
08:02 PM Revision 50694f79 (ceph): librbd: fix race condition with AIO completion callbacks
Now that librbd utilizes multiple threads for the IO path, it's
possible for a race condition to occur if a client ap...
Jason Dillaman
08:02 PM Revision c87c669a (ceph): librbd: managed_lock::BreakRequest needs a reference to AsioEngine
The current usage of the asio::ContextWQ to similate an asynchronous blocklist
API call is resulting in deadlock in t...
Jason Dillaman
08:02 PM Revision 44a0d7c8 (ceph): librbd: utilize neorados to issue async blacklist request
The librados API does not currently offer an async 'mon_command'
API method. Instead of adding one just to support th...
Jason Dillaman
08:02 PM Revision 9b6a2040 (ceph): librbd: allocate the asio strands directly on the heap
This will assist with potential race condition debugging since the
stand pointer will be invalidated by the time the ...
Jason Dillaman
08:01 PM Revision 5a4c61a7 (ceph): librbd: increased logging for asio::ContextWQ
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:01 PM Revision fed9f943 (ceph): librbd: ensure all asio completions are complete at ImageCtx destruction
With multiple threads of execution possible, we need to ensure that
all completions have fired prior to the destructi...
Jason Dillaman
07:59 PM Revision 7f36144f (ceph): common/Timer: fixed invalid read from deleted object
The std::conditional_variable will keep the provided reference and
repeatedly dereference it even after the lock was ...
Jason Dillaman
07:59 PM Revision 71fc3a3e (ceph): neorados: support blkin trace passing on execute calls
librbd passes blkin traces from the user API down through to
Objecter and back. Add these missing hooks to the neorad...
Jason Dillaman
07:59 PM Revision 96c0c255 (ceph): neorados: fixed missing handling of read flags
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:59 PM Revision 24bd5fb2 (ceph): neorados: allow a client to wait for the latest OSD map
This is required when issuing a client blacklist to ensure that
they cannot overwrite any OSD data before their map u...
Jason Dillaman
07:59 PM Revision e25b57e0 (ceph): test/librbd: fixed gmock warnings for get_parent_overlap calls
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:59 PM Revision ab1b1524 (ceph): test/librados_test_stub: pass read snap id to read operation hooks
The neorados API does not require the creation of heavy IoCtx-like
objects with static read snap_ids pre-assigned. Th...
Jason Dillaman
07:59 PM Revision 4192e91c (ceph): test/librados_test_stub: add support for basic neorados ops
Internally it re-uses the existing librados-style architecture adapted
to fit the new interface.
Signed-off-by: Jaso...
Jason Dillaman
07:59 PM Revision 769391ac (ceph): test/librados_test_stub: decode "osd blacklist" MON command
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:59 PM Revision 8581bd27 (ceph): cls/rbd: add support for neorados-style IO requests
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:59 PM Revision f5a169bd (ceph): librbd: replace ImageCtx::get_work_queue with direct AsioEngine usage
The ImageCtx will contain a shared_ptr to its AsioEngine and previous
usage for get_work_queue now directly instantia...
Jason Dillaman
07:59 PM Revision 09347f6d (ceph): librbd: integrate neorados into ImageCtx
Also create an up-to-date data_io_context that mimics the function
of ImageCtx::data_ctx. The data_io_context will ev...
Jason Dillaman
07:59 PM Revision 11ae84df (ceph): librbd: switch external API callbacks to use dedicated asio strand
This ensures that the API callers will not receive concurrent
callbacks and allows internal AioCompletion users to be...
Jason Dillaman
07:59 PM Revision bb149938 (ceph): librbd: switch all queued contexts in IO path to use asio post
The post operation is similar to the asio::ContextWQ::queue wrapper
but execution is not limited to a single thread s...
Jason Dillaman
07:59 PM Revision 15ec517c (ceph): librbd: switch the IO path to utilize the neorados API
IO operations to the cluster are now dispatched via the neorados
API which allows multiple threads to be utilized for...
Jason Dillaman
07:23 PM Revision 7970f355 (ceph): rgw: cr: add prealloc_stack()
Can now preallocate stack before it is spawned, so that its
id can be used.
Signed-off-by: Yehuda Sadeh <yehuda@redh...
Yehuda Sadeh
07:23 PM Revision c0baf3eb (ceph): rgw: bucket sync: track progress by stack id
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
07:16 PM Revision 8b3735fe (ceph): Merge pull request #36077 from dillaman/wip-librbd-parent-cache
librbd: fix parent cache initialization failures
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
06:39 PM rbd Bug #45169 (In Progress): tools: ceph-immutable-object-cache can start without root permission
Jason Dillaman
06:37 PM rbd Bug #36036 (Can't reproduce): sporadic failure in dynamic features test
Haven't seen failures during this test in recent memory. Jason Dillaman
06:33 PM mgr Cleanup #46577 (In Progress): mgr: typed Option
Ernesto Puerta
06:20 PM mgr Cleanup #46577 (Resolved): mgr: typed Option
Improve mypy/typing defs for ceph-mgr API items (MODULE_OPTIONS, COMMANDS, etc.). Ernesto Puerta
05:11 PM bluestore Backport #45684: nautilus: Large (>=2 GB) writes are incomplete when bluefs_buffered_io = true
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35404
merged
Yuri Weinstein
05:11 PM Revision 609061d8 (ceph): Merge pull request #35404 from smithfarm/wip-45684-nautilus
nautilus: core: os/bluestore: fix large (>2GB) writes when bluefs_buffered_io = true
Reviewed-by: Igor Fedotov <ifed...
Yuri Weinstein
05:10 PM mgr Backport #44506: nautilus: mgr/telemetry: force --license when sending while opted-out
Konstantin Shalygin wrote:
> https://github.com/ceph/ceph/pull/35390
merged
Yuri Weinstein
05:10 PM Revision c273e2a8 (ceph): Merge pull request #35390 from smithfarm/wip-44506-nautilus
nautilus: mgr/telemetry: force --license when sending while opted-out
Reviewed-by: Neha Ojha <nojha@redhat.com>
Revi...
Yuri Weinstein
05:09 PM RADOS Backport #45890: nautilus: osd: pg stuck in waitactingchange when new acting set doesn't change
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35389
merged
Yuri Weinstein
05:09 PM Revision 654108f5 (ceph): Merge pull request #35389 from smithfarm/wip-45890-nautilus
nautilus: osd/PeeringState.h: Fix pg stuck in WaitActingChange
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewe...
Yuri Weinstein
05:08 PM RADOS Backport #45883: nautilus: osd-scrub-repair.sh: SyntaxError: invalid syntax
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35388
merged
Yuri Weinstein
05:08 PM Revision 0918e8df (ceph): Merge pull request #35388 from smithfarm/wip-45883-nautilus
nautilus: tests: qa/*/osd-scrub-repair.sh: Convert to python3 print syntax
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
05:08 PM RADOS Backport #45776: nautilus: build_incremental_map_msg missing incremental map while snaptrim or ba...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35386
merged
Yuri Weinstein
05:07 PM Revision 677a8d4c (ceph): Merge pull request #35386 from smithfarm/wip-45776-nautilus
nautilus: osd: make "missing incremental map" a debug log message
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed...
Yuri Weinstein
05:05 PM Orchestrator Bug #45724 (Resolved): check-host should not fail using fqdn or not that hard
Adam King
04:36 PM Dashboard Backport #46576 (In Progress): octopus: mgr/dashboard/api: CODEOWNERS
Ernesto Puerta
04:35 PM Dashboard Backport #46576 (Resolved): octopus: mgr/dashboard/api: CODEOWNERS
https://github.com/ceph/ceph/pull/36143 Ernesto Puerta
04:36 PM Revision 8772c9e6 (ceph): mgr/dashboard: add API team to CODEOWNERS
Fixes: https://tracker.ceph.com/issues/45705
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from ...
Ernesto Puerta
04:35 PM Dashboard Cleanup #45705 (Pending Backport): mgr/dashboard/api: CODEOWNERS
Ernesto Puerta
04:35 PM CephFS Backport #46469: octopus: client: release the client_lock before copying data in read
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36046
merged
Yuri Weinstein
04:35 PM Revision d0da4070 (ceph): Merge pull request #36046 from smithfarm/wip-46469-octopus
octopus: cephfs: client: release the client_lock before copying data in read
Reviewed-by: Patrick Donnelly <pdonnell...
Yuri Weinstein
04:35 PM CephFS Backport #46410: octopus: client: supplying ceph_fsetxattr with no value unsets xattr
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36045
merged
Yuri Weinstein
04:34 PM Revision dd0af309 (ceph): Merge pull request #36045 from smithfarm/wip-46410-octopus
octopus: cephfs: client: fix setxattr for 0 size value (NULL value)
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:34 PM CephFS Backport #46348: octopus: qa/tasks: make sh() in vstart_runner.py identical with teuthology.orche...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36044
merged
Yuri Weinstein
04:34 PM Revision 53278d85 (ceph): Merge pull request #36044 from smithfarm/wip-46348-octopus
octopus: tests: qa/tasks: make sh() in vstart_runner.py identical with teuthology.orchestra.remote.sh
Reviewed-by: P...
Yuri Weinstein
04:34 PM CephFS Backport #46311: octopus: qa/tasks/cephfs/test_snapshots.py: Command failed with status 1: ['cd',...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36043
merged
Yuri Weinstein
04:33 PM Revision c70d6746 (ceph): Merge pull request #36043 from smithfarm/wip-46311-octopus
octopus: tests: qa/tasks/cephfs/cephfs_test_case.py: skip cleaning the core dumps when in program case
Reviewed-by: ...
Yuri Weinstein
04:33 PM Revision f9fec62f (ceph): Merge pull request #36042 from smithfarm/wip-46199-octopus
octopus: tests: Revert "Revert "qa/suites/rados/mgr/tasks/module_selftest: whitelist …
Reviewed-by: Patrick Donnelly...
Yuri Weinstein
04:31 PM CephFS Backport #46188: octopus: mds: EMetablob replay too long will cause mds restart
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36040
merged
Yuri Weinstein
04:31 PM Revision 66f7c6dd (ceph): Merge pull request #36040 from smithfarm/wip-46188-octopus
octopus: mds: reset heartbeat in EMetaBlob replay
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:31 PM CephFS Backport #46186: octopus: client: fix snap directory atime
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36039
merged
Yuri Weinstein
04:31 PM Revision 5e2805eb (ceph): Merge pull request #36039 from smithfarm/wip-46186-octopus
octopus: cephfs: client: fix snap directory atime
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:30 PM CephFS Backport #46152: octopus: test_scrub_pause_and_resume (tasks.cephfs.test_scrub_checks.TestScrubCo...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36038
merged
Yuri Weinstein
04:30 PM Revision 493fadf0 (ceph): Merge pull request #36038 from smithfarm/wip-46152-octopus
octopus: mds: do not defer incoming mgrmap when mds is laggy
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:30 PM RADOS Backport #46286: octopus: mon: log entry with garbage generated by bad memory access
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/36035
merged
Yuri Weinstein
04:30 PM Revision 14a86525 (ceph): Merge pull request #36035 from smithfarm/wip-46286-octopus
octopus: mon/MDSMonitor: copy MDS info which may be removed
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:29 PM CephFS Backport #46190: octopus: mds: cap revoking requests didn't success when the client doing reconne...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35842
merged
Yuri Weinstein
04:29 PM Revision a4174f5a (ceph): Merge pull request #35842 from Vicente-Cheng/wip-46190-octopus
octopus: mds: fix filelock state when Fc is issued
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:01 PM Revision d3436f06 (ceph): mgr/dashboard: Use $localize and locl for TS translations
Fixes: https://tracker.ceph.com/issues/45950
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
03:58 PM Orchestrator Bug #46561: cephadm: monitoring services adoption doesn't honor the container image
I guess it will also help for initial cluster bootstrap.
Because the bootstrap worklfow also use the default value...
Dimitri Savineau
03:03 PM Orchestrator Bug #46561: cephadm: monitoring services adoption doesn't honor the container image
via an environment variable like we have for CEPHADM_IMAGE or a dedicated parameter (like --image) both are fine for me. Dimitri Savineau
02:55 PM Orchestrator Bug #46561: cephadm: monitoring services adoption doesn't honor the container image
hm. honestly don't know if @cephadm adopt@ has the necessary privileges to access the config store. In any case, we'r... Sebastian Wagner
12:55 AM Orchestrator Bug #46561 (New): cephadm: monitoring services adoption doesn't honor the container image
When running `cephadm adopt` command against monitoring services then the container image set via [1] isn't honored c... Dimitri Savineau
03:46 PM crimson Bug #46564 (Resolved): crimson/osd: osd shutdown hung waiting for monc to send the markmedown mes...
Kefu Chai
07:40 AM crimson Bug #46564: crimson/osd: osd shutdown hung waiting for monc to send the markmedown message
https://github.com/ceph/ceph/pull/36128 Xuehan Xu
07:19 AM crimson Bug #46564 (Fix Under Review): crimson/osd: osd shutdown hung waiting for monc to send the markme...
Kefu Chai
05:45 AM crimson Bug #46564 (Resolved): crimson/osd: osd shutdown hung waiting for monc to send the markmedown mes...
Xuehan Xu
03:46 PM Revision 2298dd16 (ceph): Merge pull request #36128 from xxhdx1985126/wip-crimson-fix-osd-shutdown
crimson/osd: fix osd shutdown problem
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Kefu Chai <...
Kefu Chai
03:44 PM Revision 688db8d6 (ceph): Merge pull request #36142 from tchaikov/wip-crimson-cleanup
crimson: do not capture unused variables
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
03:43 PM Revision 62eb03f7 (ceph): Merge pull request #35987 from tspmelo/wip-update-lodash
mgr/dashboard: Fix some npm audit warnings
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Stephan Mü...
Laura Paduano
03:24 PM bluestore Bug #46575: os/bluestore: simplify Onode pin/unpin logic.
Should fix issues like https://tracker.ceph.com/issues/43147 that we've been seeing. Neha Ojha
03:23 PM bluestore Bug #46575 (Resolved): os/bluestore: simplify Onode pin/unpin logic.
We want to let this bake in master before backporting to octopus. Neha Ojha
03:16 PM Dashboard Cleanup #46395 (Pending Backport): mgr/dashboard: Use same required field message accross the UI
Volker Theile
02:58 PM rgw Bug #46400: Space usage accounting overestimated
Hi Mark. We have a minimal ceph.conf (attached). Also attaching the ceph config dump. Let me know if I can help in... Liam Monahan
02:17 PM rgw Bug #46400: Space usage accounting overestimated
@Liam,
Will attempt to reproduce - is it possible to provide the ceph.conf please?
Mark Kogan
02:56 PM rgw Bug #46567: Access denied for multi-object-delete by non-bucket-owner
Bucket policy is as below.... Thanks... Chris Palmer
02:18 PM rgw Bug #46567 (Need More Info): Access denied for multi-object-delete by non-bucket-owner
Casey Bodley
02:18 PM rgw Bug #46567: Access denied for multi-object-delete by non-bucket-owner
can you share your bucket policy? Casey Bodley
08:46 AM rgw Bug #46567 (Resolved): Access denied for multi-object-delete by non-bucket-owner
Unexpected 403 access denied response from the following:
* Bucket mybucket owned by user "c"
* Bucket policy gra...
Chris Palmer
02:25 PM CephFS Documentation #46571 (Pending Backport): mgr/nfs: Update about nfs ganesha cluster deployment usi...
Patrick Donnelly
11:41 AM CephFS Documentation #46571 (In Progress): mgr/nfs: Update about nfs ganesha cluster deployment using ce...
Varsha Rao
11:16 AM CephFS Documentation #46571 (Resolved): mgr/nfs: Update about nfs ganesha cluster deployment using cepha...
Varsha Rao
02:24 PM Revision 757ff292 (ceph): Merge PR #36138 into master
* refs/pull/36138/head:
doc/cephfs/nfs: Update about deploying nfs-ganesha with cephadm in vstart
Reviewed-by: Patr...
Patrick Donnelly
02:21 PM Revision 7f28b68e (ceph): Merge pull request #36109 from sebastian-philipp/octopus-backport-35890...
octopus: cephadm batch backport July (2)
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Juan Miguel Olmo Ma...
Sebastian Wagner
02:20 PM Revision 0d445165 (ceph): Merge pull request #35960 from votdev/issue_46395_required_field_message
mgr/dashboard: Use same required field message accross the UI
Reviewed-by: Stephan Müller <smueller@suse.com>
Review...
Laura Paduano
02:18 PM Orchestrator Bug #46529: cephadm: error removing storage for container "...-mon": remove /var/lib/containers/s...
https://pulpito.ceph.com/gkyratsas-2020-07-16_12:23:41-rados:cephadm:-wip-octopus-backport-swagner-testing-36109-dist... Sebastian Wagner
02:15 PM rgw Bug #45816 (Pending Backport): [notifications] reading topic info for every op overloads the osd
Casey Bodley
02:15 PM Revision 2f2b6aae (ceph): Merge pull request #35777 from ofriedma/rgw-enoent-cache
rgw: add negative cache to the system object
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Casey Bo...
Casey Bodley
02:15 PM Dashboard Bug #46500 (Resolved): mgr/dashboard: Some async unittest are not being executed.
Tiago Melo
02:13 PM Revision 212c6405 (ceph): Merge pull request #36070 from tspmelo/wip-fix-async-unittest
mgr/dashboard: Block the import of async from @angular/core/testing
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com...
Laura Paduano
02:06 PM mgr Backport #46544 (Rejected): luminous: mgr/prometheus: cache ineffective when gathering data takes...
Not needed. Reopen in case it is requested. Patrick Seidensal
02:03 PM Revision 3cb5367b (ceph): Merge pull request #36113 from trociny/wip-snap-create-error-msg
librbd: fix snapshot create error message
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:02 PM Linux kernel client Bug #46574: Cephfs with kernel client mtime stuck when multiple clients append to file
Sometimes stuck for longer than 2 mins even 30 minutes after last append to file new append to file do not updating t... Jozef Kováč
01:55 PM Linux kernel client Bug #46574 (Resolved): Cephfs with kernel client mtime stuck when multiple clients append to file
File modification timestamp stop updating when multiple clients(from multiple nodes) append to file at same time or f... Jozef Kováč
01:46 PM CephFS Bug #46572 (Fix Under Review): mgr/nfs: help for "nfs export create" and "nfs export delete" says...
Nathan Cutler
12:02 PM CephFS Bug #46572 (Resolved): mgr/nfs: help for "nfs export create" and "nfs export delete" says "<attac...
... Nathan Cutler
01:43 PM Dashboard Cleanup #46417 (Resolved): mgr/dashboard: Clean the custom header styles
Volker Theile
01:43 PM Revision 3417f88f (ceph): Merge pull request #35974 from tspmelo/wip-clean-headers
mgr/dashboard: Clean custom header styles
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Volker Theile...
Volker Theile
01:31 PM rbd Feature #19366 (Resolved): [api] optionally support FUA (force unit access) on write requests
Mykola Golub
01:18 PM Dashboard Bug #46573 (Resolved): FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
/a/yuriw-2020-05-22_19:55:53-rados-wip-yuri-master_5.22.20-distro-basic-smithi/5083246... Ernesto Puerta
01:14 PM RADOS Bug #46443: ceph_osd crash in _committed_osd_maps when failed to encode first inc map
Markus do you have a coredump available for further debugging? Dan van der Ster
01:07 PM Revision aa6f7153 (ceph): Merge pull request #35822 from bk201/wip-46198-nautilus
nautilus: mgr/dashboard: fix Source column i18n issue in RBD configuration tables
Reviewed-by: Volker Theile <vtheil...
Laura Paduano
01:07 PM Revision f88da194 (ceph): Merge pull request #35819 from bk201/wip-46197-octopus
octopus: mgr/dashboard: fix Source column i18n issue in RBD configuration tables
Reviewed-by: Tatjana Dehler <tdehle...
Laura Paduano
12:58 PM rgw Bug #46257: FAIL: s3tests_boto3.functional.test_s3select
* the test_s3select , should use unique names per objects. on parallel run it may cause failure.
* s3select-engine s...
Gal Salomon
12:52 PM RADOS Bug #43365: Nautilus: Random mon crashes in failed assertion at ceph::time_detail::signedspan
So, we experienced this bug as well, so I investigated it myself, though I'm no timekeeping, ceph, or c++ expert, jus... Anonymous
12:49 PM Revision 1b8cdbee (ceph): crimson: do not capture unused variables
this change silences warnings like:
mson/osd/backfill_state.cc:131:11: warning: lambda capture 'this' is not used [-...
Kefu Chai
12:47 PM Revision 7fb21a25 (ceph): Merge pull request #36099 from dillaman/wip-rbd-nbd-hook
rbd-nbd: quisce hook should be installed to /usr/libexec/...
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:33 PM Revision b2dcdef3 (ceph): mgr/volumes: fix "ceph nfs export" help messages
They say "<attach>" but they mean "<clusterid>".
Fixes: https://tracker.ceph.com/issues/46572
Signed-off-by: Nathan ...
Nathan Cutler
12:24 PM Dashboard Bug #45918 (New): mgr/dashboard: "ceph-api-nightly-master-backend" failure: test_pool_update_meta...
This error message is a bit different from the one that has been mentioned as duplicate
the other tracker issue (#45...
Laura Paduano
12:19 PM Revision 38647f70 (ceph): Merge pull request #35605 from ceph/osd-compact-on-start
osd: Add config option to compact OSD's object store on start
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed...
Kefu Chai
12:11 PM Revision e0cfad08 (ceph): mon: refactor ServiceMap::Service::get_task_summary()
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:41 AM Revision 310e33cf (ceph): mgr/ServiceMap: move ServiceMap::Daemon implementation into .cc file
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:41 AM Revision 7305acda (ceph): mon: only dump non-empty "task status"
* mgr/ServiceMap: add ServiceMap::Service::has_running_tasks() to tell
if a service has any running tasks
* mon/Mon...
Kefu Chai
11:36 AM Revision 7f911a71 (ceph): doc/cephfs/nfs: Update about deploying nfs-ganesha with cephadm in vstart
Fixes: https://tracker.ceph.com/issues/46571
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
11:36 AM RADOS Documentation #46554 (Resolved): Malformed sentence in RADOS page
Zac Dover
11:33 AM Revision 720fd561 (ceph): Merge pull request #36122 from zdover23/wip-doc-rados-redundant-a-typo
doc/rados: remove a redundant "a" from a sentence
This sentence removes an "a" from a sentence, which makes the sent...
zdover23
11:12 AM CephFS Bug #46565 (Fix Under Review): mgr/nfs: Ensure pseudoroot path is absolute and is not just /
Varsha Rao
08:57 AM CephFS Bug #46565: mgr/nfs: Ensure pseudoroot path is absolute and is not just /
Reported By: Nathan Cutler
https://github.com/ceph/ceph/pull/36125#issuecomment-659007980
Varsha Rao
08:09 AM CephFS Bug #46565 (Resolved): mgr/nfs: Ensure pseudoroot path is absolute and is not just /
As NFS Ganesha requires pseudo path to be an absolute path.... Varsha Rao
11:09 AM Revision 15d1e11b (ceph): mgr/dashboard: Block the import of async from @angular/core/testing
We no longer need this and it was causing unexpected results in some tests.
Fixes: https://tracker.ceph.com/issues/4...
Tiago Melo
11:05 AM Dashboard Backport #46570 (In Progress): octopus: mgr/dashboard: fix usage calculation to match "ceph df" way
Ernesto Puerta
10:43 AM Dashboard Backport #46570 (Resolved): octopus: mgr/dashboard: fix usage calculation to match "ceph df" way
https://github.com/ceph/ceph/pull/36137 Ernesto Puerta
11:04 AM Revision f49da305 (ceph): mgr/dashboard: fix pool usage calculation
Currently Dashboard Pool usage calculation does not match the output of
'ceph df' command.
Fixes: https://tracker.ce...
Ernesto Puerta
11:00 AM CephFS Bug #46380: libcephfs admin socket occurs segment fault
Sorry, It is ourself mistake, please close this bug.Thanks. haitao chen
10:47 AM Dashboard Bug #46566: octopus: mgr/dashboard: fix rbdmirroring dropdown menu
Avan Thakkar wrote:
> Block -> RBD mirroring: "Edit site name" (top-rightmost button), when clicked, opens a drop-do...
Avan Thakkar
08:19 AM Dashboard Bug #46566 (Resolved): octopus: mgr/dashboard: fix rbdmirroring dropdown menu
Block -> RBD mirroring: "Edit site name" (top-rightmost button), when clicked, opens a drop-down menu with spans out ... Avan Thakkar
10:20 AM Orchestrator Bug #46568 (Can't reproduce): cephadm: Sometimes setting global container_image does not work
Here container_image is set before enabling cephadm.... Varsha Rao
10:06 AM Revision 2b479e7b (ceph): mgr/dashboard: Display cluster status in favicon
Fixes: https://tracker.ceph.com/issues/44542
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
09:55 AM Revision 93e4c56e (ceph): osd: Add config option to compact OSD's object store on start
By setting this configuration option an OSD will compact it's
store's OMAP on start.
This way admin's can trigger an...
Wido den Hollander
09:54 AM RADOS Bug #42668 (Won't Fix): ceph daemon osd.* fails in osd container but ceph daemon mds.* does not f...
Ben, just run `unset CEPH_ARGS` once in the OSD container, then you will be able to use the socket commands. Sébastien Han
09:39 AM Revision 1dd2c5c4 (ceph): mgr/cephadm: Set exception context to populate orch events.
Like when if daemon deployment fails
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
09:36 AM Dashboard Backport #46435 (Resolved): nautilus: mgr/dashboard: Unable to edit iSCSI target which has active...
Ricardo Marques
09:36 AM Dashboard Backport #46436 (Resolved): octopus: mgr/dashboard: Unable to edit iSCSI target which has active ...
Ricardo Marques
09:36 AM Dashboard Bug #46383 (Resolved): mgr/dashboard: Unable to edit iSCSI target which has active session
Ricardo Marques
09:30 AM Revision 1dc4c0cd (ceph): crimson/osd: fix osd shutdown problem
when doing full-system shutdown, monitors may go down before OSDs in which case
the osd shutdown hangs waiting for mo...
Xuehan Xu
09:25 AM CephFS Bug #46158 (Closed): pybind/mgr/volumes: Persist snapshot size on snapshot creation
As per the reasons stated in comment https://tracker.ceph.com/issues/46158#note-4 , this tracker is being closed. Kotresh Hiremath Ravishankar
09:23 AM RADOS Bug #44311 (Pending Backport): crash in Objecter and CRUSH map lookup
Kefu Chai
09:22 AM Revision 8cbf6277 (ceph): Merge pull request #36103 from dillaman/wip-44311
crush/CrushWrapper: rebuild reverse maps after rebuilding crush map
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Kefu Chai
09:22 AM Dashboard Bug #45185 (Pending Backport): mgr/dashboard: fix usage calculation to match "ceph df" way
Kefu Chai
09:21 AM Revision 451937d7 (ceph): Merge pull request #35768 from rhcs-dashboard/fix-45185-master
mgr/dashboard: fix pool usage calculation
Reviewed-by: Volker Theile <vtheile@suse.com>
Reviewed-by: Alfonso Martíne...
Kefu Chai
09:19 AM Revision 9bb255d1 (ceph): Merge pull request #36095 from orozery/striper_get_file_offset
osdc/Striper: add get_file_offset function
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Kefu Chai
09:18 AM mgr Bug #46495 (Pending Backport): mgr: rgw doesn't show in service map
Kefu Chai
09:17 AM Revision 9e21f4d6 (ceph): Merge pull request #36091 from tchaikov/wip-46495
mgr/DaemonServer: keep daemon in service map when it has no tasks
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Kefu Chai
09:13 AM Revision 552365b5 (ceph): Merge pull request #36051 from Songweibin/wip-rados-setomapval
tools/rados: add an option "--input-file file" to `setomapval` command
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:03 AM Orchestrator Bug #46233 (Resolved): cephadm: Add "--format" option to "ceph orch status"
Ricardo Marques
08:45 AM Revision 960f6bfa (ceph): mgr/cephadm: Add event when deploying a daemon
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:39 AM Revision bce4dc26 (ceph): doc/rados: remove a redundant "a" from a sentence
This commit changes the (not quite) sentence "Once
you have a deployed a Ceph Storage Cluster, you may
begin operatin...
Zac Dover
08:29 AM Revision 066bcb24 (ceph): Merge pull request #35130 from rzarzynski/wip-crimson-backfill
crimson: add support for backfill, part 0
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:09 AM Revision b9ff9118 (ceph): mgr/orch: Add OrchestratorEvent class
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:09 AM Revision 83c16368 (ceph): mgr/orch: Add events to tests/test_orchestrator
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:09 AM Revision f5b0155e (ceph): mgr/cephadm: Add inventory.EventStore
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:09 AM Revision 05ade49a (ceph): mgr/cephadm: Add an event when creating a service
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:07 AM Revision ea080e66 (ceph): cephadm: also retry on digest mismatch
Fixes: https://tracker.ceph.com/issues/46534
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
08:06 AM Revision 4b126d30 (ceph): doc/rbd: add rbd-target-gw enable and start
This commit adds the following commands to the "Configuring the iSCSI Target Using the Command Line" page: "systemct... Zac Dover
08:04 AM Revision 00a3ed2e (ceph): Merge pull request #36073 from rhcs-dashboard/wip-46354-octopus
octopus: mgr/dashboard: fix backporting issue #35926
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by...
Laura Paduano
07:10 AM Revision 28719f76 (ceph): Merge pull request #35997 from ricardoasmarques/wip-46436-octopus
octopus: mgr/dashboard: Allow to edit iSCSI target with active session
Reviewed-by: Tiago Melo <tmelo@suse.com>
Revi...
Laura Paduano
07:09 AM Revision e32359fe (ceph): Merge pull request #35998 from ricardoasmarques/wip-46435-nautilus
nautilus: mgr/dashboard: Allow to edit iSCSI target with active session
Reviewed-by: Tiago Melo <tmelo@suse.com>
Rev...
Laura Paduano
06:38 AM Revision f4a986cb (ceph): cephadm: Fix ipv6 network regex to support routes with expiry
The regex I previously added didn't take into account ipv6 networks that
had an expiry, this patch updates the regex ...
Matthew Oliver
06:09 AM Revision 9ef45be1 (ceph): Merge pull request #35684 from smithfarm/wip-46121-octopus
octopus: mgr/k8sevents: sanitise kubernetes events Paul Cuzner
06:06 AM Revision a411eae3 (ceph): Merge pull request #35563 from pcuzner/wip-45972-nautilus
nautilus: mgr/k8sevents: sanitise kubernetes events Paul Cuzner
05:06 AM rgw Bug #46563 (Resolved): Metadata synchronization failed,"metadata is behind on 1 shards" appear
I have two clusters,opened multisite.The master cluster is 3,7,13,the secondary cluster is 17,18,19.
Run "radosgs-ad...
geng jichao
04:37 AM Orchestrator Bug #46329: cephadm: Dashboard's ganesha option is not correct if there are multiple NFS daemons
The backport is included in https://github.com/ceph/ceph/pull/36109 Kiefer Chang
04:29 AM Revision 49fa9704 (ceph): Merge pull request #33770 from majianpeng/osd-simple-logger
osd/OSD: simple perfcounter usage in OSDService
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:38 AM RADOS Bug #46562 (Rejected): ceph tell PGID scrub/deep_scrub stopped working

At this point I don't know if was broken by https://github.com/ceph/ceph/pull/30217 change.
David Zafman
01:14 AM Revision 4b7f7605 (ceph): mds: fix mds forwarding request 'no_available_op_found'
Fixes: https://tracker.ceph.com/issues/46543
Signed-off-by: Yanhu Cao <jrcaoyanhu@jd.com>
Yanhu Cao
12:42 AM Revision 1dd932a8 (ceph): Merge pull request #35989 from bigwhite37/fix-dedup-tool-unused-var-warn
tools/ceph_dedup_tool: fix unused variable warning
Reviewed-by: Myoungwon Oh <myoungwon.oh@samsung.com>
Reviewed-by:...
myoungwon oh

07/15/2020

10:58 PM bluestore Bug #46490: osds crashing during deep-scrub
The whole logfile is 60G. The file 'osd-164-fsck.out.gz' that I uploaded with the last update is the console output o... Lawrence Smith
08:37 PM bluestore Bug #46490: osds crashing during deep-scrub
Hi Lawrence
looks like some data corruption (multiple objects referring to the same disk extent) which causes decomp...
Igor Fedotov
08:02 AM bluestore Bug #46490: osds crashing during deep-scrub
Hi Igor, thanks for looking into this.
You were right about the corrupted backtrace. Although select_prefer_bdef ca...
Lawrence Smith
10:13 PM Orchestrator Bug #46098: Exception adding host using cephadm
@Stephan Müller, I'd suggest starting with some freshly built VMs (mine were Ubuntu 18.04). Optionally set up the Cep... Mark Kirkwood
02:23 PM Orchestrator Bug #46098 (Need More Info): Exception adding host using cephadm
I was not yet able to reproduce it. (Tried a lot of things.)
I added new hosts to bootstrapped clusters, removed a...
Stephan Müller
09:51 PM mgr Backport #46394: octopus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
Laura Paduano wrote:
> https://github.com/ceph/ceph/pull/35958
merged
Yuri Weinstein
09:50 PM Revision 4cffade7 (ceph): Merge pull request #35958 from callithea/wip-46394-octopus
octopus: mon/PGMap: do not consider changing pg stuck
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Josh Du...
Yuri Weinstein
09:41 PM CephFS Backport #46528 (In Progress): octopus: mgr/volumes: `protect` and `clone` operation in a single ...
Shyamsundar Ranganathan
09:33 PM Revision 5a69e6bc (ceph): Merge pull request #35776 from aclamk/wip-bluefs-log-replay-rescue-lum
luminous:os/bluestore: Added rescue procedure for bluefs log replay
Reviewed-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
09:30 PM RADOS Bug #46405: osd/osd-rep-recov-eio.sh: TEST_rados_repair_warning: return 1
/a/yuriw-2020-07-13_23:06:23-rados-wip-yuri5-testing-2020-07-13-1944-octopus-distro-basic-smithi/5224649 Neha Ojha
09:28 PM bluestore Bug #43147: segv in LruOnodeCacheShard::_pin
/a/yuriw-2020-07-13_23:06:23-rados-wip-yuri5-testing-2020-07-13-1944-octopus-distro-basic-smithi/5224399 Neha Ojha
09:08 PM Orchestrator Bug #46560 (Resolved): cephadm: assigns invalid id to daemons
... Patrick Donnelly
08:31 PM CephFS Bug #46278: mds: Subvolume snapshot directory does not save attribute "ceph.quota.max_bytes" of s...
The fix may not be required from the kernel clients in addition to libcephfs, as volume manager is the entity that wo... Shyamsundar Ranganathan
08:14 PM Revision 6c50113d (ceph): os/bluestore: Added rescue procedure for bluefs log replay
This is a procedure tries to find on disk unreachable extents and pretend they were
already a part of bluefs log. If ...
Adam Kupczyk
08:14 PM Revision c4312689 (ceph): os/bluestore: Add ability to disable compaction
This ability only makes sense as a step that allows to perform fsck before commiting recovered bluefs log.
Fixes: ht...
Adam Kupczyk
08:14 PM Revision c861dc12 (ceph): os/bluestore: Add documentation for large bluefs log recovery
Adds additional paragraph to ceph-bluestore-tool documentation,
describing how to use *special* options --bluefs_repl...
Adam Kupczyk
08:14 PM CephFS Feature #42451: mds: add root_squash
Ramana Raja wrote:
> Would the following syntax in the MDS caps work?
>
> [mds] allow rw root_squash=true, allo...
Patrick Donnelly
06:28 PM CephFS Feature #42451 (Need More Info): mds: add root_squash
Would the following syntax in the MDS caps work?
[mds] allow rw root_squash=true, allow r path=/foo
The clien...
Ramana Raja
08:06 PM Revision cc4c069d (ceph): os/bluestore: Add documentation for large bluefs log recovery
Adds additional paragraph to ceph-bluestore-tool documentation,
describing how to use *special* options --bluefs_repl...
Adam Kupczyk
08:04 PM Revision dfb3d6d9 (ceph): os/bluestore: Add ability to disable compaction
This ability only makes sense as a step that allows to perform fsck before commiting recovered bluefs log.
Signed-of...
Adam Kupczyk
07:58 PM Revision 7f4c1d97 (ceph): os/bluestore: Added rescue procedure for bluefs log replay
This is a procedure tries to find on disk unreachable extents and pretend they were
already a part of bluefs log. If ...
Adam Kupczyk
07:35 PM CephFS Bug #46559 (Fix Under Review): Create NFS Ganesha Cluster instructions are misleading
Nathan Cutler
06:22 PM CephFS Bug #46559 (Resolved): Create NFS Ganesha Cluster instructions are misleading
At https://docs.ceph.com/docs/master/cephfs/fs-nfs-exports/#create-nfs-ganesha-cluster it says to do:... Nathan Cutler
06:20 PM Orchestrator Bug #46558 (Resolved): cephadm: paths attribute ignored for db_devices/wal_devices via OSD spec
When creating an OSD spec for using dedicated devices for either DB and/or WAL bluestore devices, we can't use the pa... Dimitri Savineau
06:02 PM CephFS Bug #46543 (Fix Under Review): mds forwarding request 'no_available_op_found'
Patrick Donnelly
08:11 AM CephFS Bug #46543: mds forwarding request 'no_available_op_found'
PR: https://github.com/ceph/ceph/pull/36107... Yanhu Cao
08:10 AM CephFS Bug #46543 (Resolved): mds forwarding request 'no_available_op_found'
... Yanhu Cao
05:47 PM Bug #46553 (Fix Under Review): No valid ELF RPATH or RUNPATH entry exists in the file (ceph-diff-...
Nathan Cutler
04:24 PM Bug #46553 (Resolved): No valid ELF RPATH or RUNPATH entry exists in the file (ceph-diff-sorted)
Transient FTBFS on openSUSE and SLE:... Nathan Cutler
05:47 PM Revision 3d9e9e52 (ceph): script/ptl-tool: add flag to turn off credits
To speed up integration branch creation.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
05:35 PM bluestore Bug #46552: Rescue procedure for extremely large bluefs log
Neha Ojha wrote:
> Octopus: -https://github.com/ceph/ceph/pull/36112-
https://github.com/ceph/ceph/pull/36123
> ...
Neha Ojha
04:18 PM bluestore Bug #46552 (Resolved): Rescue procedure for extremely large bluefs log
This feature was developed on luminous before being merged into master.
Luminous: https://github.com/ceph/ceph/pul...
Neha Ojha
05:19 PM Revision d7a49b00 (ceph): os/bluestore: Add documentation for large bluefs log recovery
Adds additional paragraph to ceph-bluestore-tool documentation,
describing how to use *special* options --bluefs_repl...
Adam Kupczyk
05:02 PM rgw Backport #46557 (In Progress): nautilus: rgw: orphan list teuthology test & fully-qualified domai...
Nathan Cutler
05:02 PM rgw Backport #46557 (Resolved): nautilus: rgw: orphan list teuthology test & fully-qualified domain i...
https://github.com/ceph/ceph/pull/34127 Nathan Cutler
05:01 PM rgw Backport #46556 (In Progress): nautilus: rgw: rgw-orphan-list -- fix interaction, quoting, and pe...
Nathan Cutler
05:01 PM rgw Backport #46556 (Resolved): nautilus: rgw: rgw-orphan-list -- fix interaction, quoting, and perce...
https://github.com/ceph/ceph/pull/34127 Nathan Cutler
04:57 PM Bug #46555 (Resolved): Missing dashboard rpms for 14.2.0 and el7 in download.ceph.com
Missing 14.2.10.0-el7.noarch.rpm for both ceph-mgr-dashboard and ceph-grafana-dashboards in https://download.ceph.com... Joel Davidow
04:36 PM RADOS Documentation #46554: Malformed sentence in RADOS page
Item 22 here:
https://pad.ceph.com/p/Report_Documentation_Bugs
Zac Dover
04:32 PM RADOS Documentation #46554 (Resolved): Malformed sentence in RADOS page
https://docs.ceph.com/docs/master/rados/
The current sentence:
Once you have a deployed a Ceph Storage Clust...
Zac Dover
04:35 PM Revision 40e94a10 (ceph): os/bluestore: Added rescue procedure for bluefs log replay
This is a procedure tries to find on disk unreachable extents and pretend they were
already a part of bluefs log. If ...
Adam Kupczyk
04:35 PM Revision 7b01af4d (ceph): os/bluestore: Add ability to disable compaction
This ability only makes sense as a step that allows to perform fsck before commiting recovered bluefs log.
Fixes: ht...
Adam Kupczyk
04:32 PM CephFS Bug #46158: pybind/mgr/volumes: Persist snapshot size on snapshot creation
The requirement was from ceph-csi to return a snapshot size.
On further discussion and looking at the CSI spec and...
Shyamsundar Ranganathan
04:29 PM rgw Bug #45077 (Pending Backport): Headers are missing in abort multipart upload response if bucket h...
Or Friedmann
04:27 PM rgw Bug #46062: File Corruption in Multisite Replication with Encryption
Confirmed same issue occurs in 15.2.4:
$ cmp data.file_15.2.4_8M checks/data.file_15.2.4_8M
$ cmp data.file_15.2....
Howard Brown
04:24 PM Revision 9047407a (ceph): PendingReleaseNotes: `rgw-orphan-list` and deprecated `radosgw-admin or...
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit fe253c9d5f629cf7688b3dd1a3f8c3de8965...
J. Eric Ivancich
04:24 PM Revision dce117a8 (ceph): rgw: remove unused function obj_force_ns
Removing the function eliminates a compiler warning.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry p...
J. Eric Ivancich
04:24 PM Revision 516189ef (ceph): rgw: orphan-list timestamp fix
When creating intermediate and output files, the rgw-orphan-list
script uses a timestamp using the `date` command. Th...
J. Eric Ivancich
04:24 PM Revision e9fa1f32 (ceph): rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
The interactive mode wasn't working due to prompts going to stdout
instead of stderr. If a space should appear in tem...
J. Eric Ivancich
04:24 PM Revision 4deb68f9 (ceph): rgw: orphan list teuthology test & fully-qualified domain issue
Sometimes when teuthology machines are provisioned, the command
`hostname --fqdn` does not provide a fully qualified ...
J. Eric Ivancich
04:21 PM Revision d3c9ac59 (ceph): Merge pull request #30780 from zhangsw/fix-rgw-multipart-abortdate
rgw: add abort multipart date and rule-id header to init multipart upload response Or Friedmann
04:17 PM CephFS Feature #45747 (In Progress): pybind/mgr/nfs: add interface for adding user defined configuration
Patrick Donnelly
04:17 PM Revision 36738bf3 (ceph): rgw: add `rgw-orphan-list` tool & `radosgw-admin bucket radoslist ...`
Adds a radosgw-admin subcommand and possibly a bucket name (if not,
all buckets are assumed) and walks the bucket(s) ...
J. Eric Ivancich
04:17 PM Revision 6cf57404 (ceph): doc/rgw: add docs for `rgw-orphan-list` and `ceph-diff-sorted`
Add man pages and documentation for both tools.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked...
J. Eric Ivancich
04:17 PM Revision e0acd18e (ceph): test/rgw: add static testing for `ceph-diff-sorted`
Tests are run during "make check".
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit ...
J. Eric Ivancich
04:17 PM Revision 50c8ff85 (ceph): qa/rgw: allow the rgw teuthology task to capture/set dns names
A teuthology workunit might want to use the rgw task, setting the
rgw-dns-name and/or rgw-dns-s3website-name configur...
J. Eric Ivancich
04:17 PM Revision 3dab76a2 (ceph): qa/rgw: integration test for `rgw-orphan-list` & `radosgw-admin radoslist`
Add teuthology test for `rgw-orphan-list` in a new tool suite under
rgw. It only needs to be tested under one configu...
J. Eric Ivancich
04:08 PM Revision d8c6e0d9 (ceph): vstart: Remove old ceph images if new cluster is deployed
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
03:58 PM RADOS Documentation #45988 (Resolved): [doc/os]: Centos 8 is not listed even though it is supported
Zac Dover
03:36 PM CephFS Bug #44546: cleanup: Can't lookup inode 1
I'm seeing the same message logged on CentOS 8.2 (kernel 4.18.0-193.6.3.el8_2.x86_64) mounting a submount fileshare o... Stig Telfer
03:30 PM Dashboard Feature #44831 (Fix Under Review): mgr/dashboard: Create Ceph services via Orchestrator by using ...
Volker Theile
03:28 PM Revision f2270d90 (ceph): mgr/dashboard: Add hosts page unit tests
Fixes: https://tracker.ceph.com/issues/46448
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
02:42 PM Bug #46378 (Resolved): doc: Add zdover to lead list in devel guide essentials page
Zac Dover
02:37 PM Revision 0d5d2f4e (ceph): Merge pull request #35950 from zdover23/wip-doc-dev-guide-add-zdover-to...
doc/devel: add zdover to leads list zdover23
02:35 PM mgr Bug #46550: Zabbix-sender is not included into Ceph images
Sebastian Wagner wrote:
> can you please create an issue in https://github.com/ceph/ceph-container please?
Thanks...
Illya S.
02:26 PM mgr Bug #46550: Zabbix-sender is not included into Ceph images
can you please create an issue in https://github.com/ceph/ceph-container please? Sebastian Wagner
02:11 PM mgr Bug #46550 (New): Zabbix-sender is not included into Ceph images
Hi all,
after migration from rpm based nautilus to container based octopus managed by cephadm we have lost Zabbix ...
Illya S.
02:33 PM Revision dcce296e (ceph): doc/cephadm: remove a confusing sentence fragment
Removed a confusing sentence fragment: "For each file system:"
Fixes: https://tracker.ceph.com/issues/46546
Signed-o...
Zac Dover
02:33 PM Revision ffb76a88 (ceph): mgr/dashboard: increase API test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharm...
Aashish Sharma
02:14 PM Orchestrator Tasks #46551 (Resolved): cephadm: Add better a better hint how to add a host
Currently:... Stephan Müller
01:50 PM Revision 69837982 (ceph): Merge pull request #34537 from ideepika/wip-bluestore-mem-tracking
os/bluestore: mempool split for finer granularity
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Mark Ne...
Josh Durgin
01:36 PM Revision 74a139d2 (ceph): librbd: fix parent cache races and error handling
If the plugin fails to connect to the daemon at start-up it will
crash the process due to a resource deadlock excepti...
Jason Dillaman
01:24 PM Revision ab0e5ae9 (ceph): mgr/diskprediction_local: Fix array size error
The disk predictor assumes that it has at least 6 days worth of data to work
with, and the code ensures that `health_...
Benoît Knecht
01:23 PM mgr Bug #46549 (Resolved): Module 'diskprediction_local' has failed: Expected 2D array, got 1D array ...
A few weeks ago, after upgrading our Ceph cluster to 14.2.10, it went into `HEALTH_ERR` with the following ceph-mgr e... Benoît Knecht
12:44 PM Revision 1e6364f4 (ceph): Merge pull request #35901 from sebastian-philipp/juanmi-firewall-refactor
cephadm: refactor update_firewalld
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: Michael...
Sebastian Wagner
12:42 PM Revision e5b48f3c (ceph): Merge pull request #35862 from adk3798/cephadm_45724
mgr/cephadm: check-host should not fail as hard using fqdn
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-b...
Sebastian Wagner
12:40 PM Dashboard Bug #46548 (Closed): mgr/dashboard: Unable to create user with non-ASCII chars using CLI
When I try to create a user with `Umlauts` using dashboard CLI, I see the following error:
...
Ricardo Marques
12:40 PM Revision e851a4d9 (ceph): librbd: fix snapshot create error message
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
12:39 PM Revision ee32f3d9 (ceph): Merge pull request #35471 from sebastian-philipp/cephadm-daemon-spec
mgr/cephadm: Add CephadmDaemonSpec class Sebastian Wagner
12:37 PM Revision 65e6a92a (ceph): Merge pull request #35838 from mgfritch/cephadm-rgw-spec-validate
python-common: RGW service_id might not contain a zone
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
12:17 PM Orchestrator Support #46547 (Resolved): cephadm: Exception adding host via FQDN if host was already added
To reproduce you need nodes that have a subdomain (not like in current Vagrantfile). I used sesdev to find this issue... Stephan Müller
11:50 AM Revision 7f6341f7 (ceph): librbd: move ContextWQ::queue definition to header
The parent cache plugin uses the ContextWQ::queue method and therefore
requires its definition to properly dynamicall...
Jason Dillaman
11:19 AM Orchestrator Documentation #46546 (Resolved): doc/cephadm: "For each file system" is redundant in cephadm adop...
$subject Zac Dover
11:09 AM RADOS Documentation #46545 (New): Two Developer Guide pages might be redundant
https://docs.ceph.com/docs/master/dev/internals/
and
https://docs.ceph.com/docs/master/dev/developer_guide/
...
Zac Dover
10:59 AM Revision e75da03d (ceph): doc/devel: add zdover to leads list
This commit adds "zdover" to the list of
leads as the Docs Lead.
Fixes: https://tracker.ceph.com/issues/46378
Signed...
Zac Dover
10:58 AM RADOS Documentation #46531 (Pending Backport): The default value of osd_scrub_during_recovery is false ...
Kefu Chai
10:58 AM Revision 4b4db528 (ceph): Merge pull request #36096 from BenoitKnecht/doc-osd-scrub-during-recovery
doc/rados: Fix osd_scrub_during_recovery default value
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Zac Do...
Kefu Chai
10:52 AM Revision 26ba57d4 (ceph): Merge pull request #36052 from smithfarm/wip-focce
bluestore: fix typo in _flush function declaration
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:46 AM Revision f518059d (ceph): Merge pull request #35991 from votdev/adapt_cephadm_vagrantbox_to_el8
mgr/cephadm: Adapt Vagrantbox to el8
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Stephan Müller <smueller...
Sebastian Wagner
10:42 AM Revision ae0d8f3a (ceph): Merge pull request #35315 from weixinwei/master
blk:BlockDevice.cc: use pending_aios instead of iovec size as ios num
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
10:40 AM CephFS Bug #46269 (Pending Backport): ceph-fuse: ceph-fuse process is terminated by the logratote task a...
Kefu Chai
10:39 AM Revision fb5ec297 (ceph): Merge pull request #35844 from wuhongsong/fuse-assert-Dprocess
common: ignore SIGHUP prior to fork
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai <kch...
Kefu Chai
10:38 AM Revision 8cb69ce3 (ceph): Merge pull request #36054 from tchaikov/wip-blk-no-unused-label
blk/BlockDevice: use ceph_assertf() for assert
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
10:33 AM Revision 1809f06c (ceph): Merge pull request #35744 from jmolmo/document_unmanaged_use
doc: Add information about unmanaged parameter
Reviewed-by: Alexandra Settle <asettle@suse.com>
Reviewed-by: Sebasti...
Sebastian Wagner
10:24 AM RADOS Bug #46323: thrash_cache_writeback_proxy_none: FAILED ceph_assert(version == old_value.version) i...
/a//kchai-2020-07-15_09:19:03-rados-wip-kefu-testing-2020-07-13-2108-distro-basic-smithi/5228761 Kefu Chai
10:09 AM Revision 4318f0e6 (ceph): doc/mgr/dashboard: add note about known NFS issue
Add a note about a known NFS issue in relation to
the pool configuration to the documentation.
Fixes: https://tracke...
Tatjana Dehler
09:51 AM bluestore Bug #46411: mimic: Disks associated to osds have small write io even on an idle ceph cluster
I have fixed this bug in pr: https://github.com/ceph/ceph/pull/36108 , can you help to have a review ? @Igor Fedotov... hongsong wu
08:51 AM bluestore Bug #46411: mimic: Disks associated to osds have small write io even on an idle ceph cluster
I am sorry, There is a problem with the pr link given above( This abnormal phenomenon is caused by the pr(https://git... hongsong wu
08:36 AM bluestore Bug #46411: mimic: Disks associated to osds have small write io even on an idle ceph cluster
hongsong wu wrote:
> Affected Versions: v12.2.12~~v12.2.13, v13.2.5 ~~ v13.2.10
hongsong wu
09:20 AM mgr Backport #46544 (Rejected): luminous: mgr/prometheus: cache ineffective when gathering data takes...
Laura Paduano
08:53 AM Revision 4fa0f3c7 (ceph): mgr/rook: Fix error creating OSDs
https://github.com/ceph/ceph/pull/34860 broke Rook Integration tests (Rook orchestrator module)
This fix the error t...
Juan Miguel Olmo Martínez
08:53 AM Revision 2ffbb2f1 (ceph): mgr/cephadm: allow custom dashboard grafana url
Instead of resetting grafana url to a default with
each run of the service loop, only set it when
initally deployed o...
Adam King
08:53 AM Revision 5c13abf0 (ceph): cephadm: Make Vagrantfile more flexible
Now you can use a JSON or pass multiple variable to vagrant in order to
configure the outcome of VMs you get. Similar...
Stephan Müller
08:52 AM Revision 97b62fa0 (ceph): cephadm: Fix Python formating issues
Fix obvious Python formating errors reported by my IDE.
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry pick...
Volker Theile
08:50 AM Revision 90e39099 (ceph): cephadm: Make list_networks ipv6 enabled
Currently the list_network command and methods in cephadm only run and
parse ipv4 output from `ip route`.
This patch...
Matthew Oliver
08:50 AM Revision 7e7b21f7 (ceph): docker/podman: tag crimson flavor container as 'sha-1-flavor'
see also: ceph/ceph-container#1704
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
(cherry picked from commit ...
Deepika Upadhyay
08:50 AM Revision 5c0bd785 (ceph): mgr/cephadm: fix Dashboard ganesha setting duplication error
Fix the problem when there are multiple daemons in a NFS service,
redundant Ganesha locations are set.
This change a...
Kiefer Chang
08:50 AM Revision 9af1384c (ceph): qa/tasks: fix cephadm config image check
Check container_image_name only if ceph cluster image is not pre-defined in config.
We shouldn't care about container...
Georgios Kyratsas
08:50 AM Revision d705718f (ceph): vstart.sh: use output of hostname for cephadm
Otherwise I get this error on a dev machine:
/home/pdonnell/ceph/build/bin/ceph -c /home/pdonnell/ceph/build...
Patrick Donnelly
08:50 AM Revision 5835cc3e (ceph): doc/dev/cephadm.rst: clarify, fix spelling nits
Signed-off-by: Dan Mick <dmick@redhat.com>
(cherry picked from commit d108444fedeffd9f2268e5277af58f2b1030aa33)
Dan Mick
08:44 AM Orchestrator Bug #46541: cephadm: OSD is marked as unmanaged in cephadm deployed cluster
yep. this is due to the fact taht we're missing some annotation to mark "unknown" services. Marking them as "unmanage... Sebastian Wagner
12:29 AM Orchestrator Bug #46541 (New): cephadm: OSD is marked as unmanaged in cephadm deployed cluster
I followed the cephadm instructions (https://docs.ceph.com/docs/master/cephadm/install/#deploy-osds) on deploying a n... Gregor Krmelj
08:16 AM Revision 69ed3d9c (ceph): mgr/cephadm: refactor `_create_daemon()`
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:16 AM Revision 1aeb0be4 (ceph): mgr/cephadm: Add test for _check_daemons()
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:15 AM Revision 7bc22f61 (ceph): mgr/cephadm: Add CephadmDaemonSpec class
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:10 AM Revision 2ed21ac3 (ceph): Merge pull request #35709 from zdover23/wip-doc-preferring-yaml-to-cli-...
doc/cephadm: add yaml info for orch apply mon
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
04:36 AM Revision 87c86e9b (ceph): mgr/DaemonServer: pass task_status instead of a message
be explicit that the caller is only interested in the task_status
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:36 AM Revision bebc2ae1 (ceph): mgr/DaemonServer: keep daemon in service map when it has no tasks
we should not remove a daemon from service map even if it has no task
running, as it is not an evidence that the serv...
Kefu Chai
03:42 AM rgw Backport #44722: nautilus: rgw: add `rgw-orphan-list` tool & `radosgw-admin bucket radoslist ...`
I got surprised that this tools got published first into Octopus, when the users that reclaimed are in Nautilus. I go... Manuel Rios
01:52 AM Dashboard Bug #46542 (Resolved): mgr/dashboard: Documented dashboard instance ssl certificate functionality...
The documentation states that it is possible to set a different SSL certificate/key for each manager instance (https:... Gregor Krmelj

07/14/2020

11:12 PM CephFS Bug #46355: client: directory inode can not call release_callback
wei liu wrote:
> fix:
> https://github.com/ceph/ceph/pull/35327
Hi Wei, the PR # is in the issue metadata. No ...
Patrick Donnelly
09:29 AM CephFS Bug #46355: client: directory inode can not call release_callback
fix:
https://github.com/ceph/ceph/pull/35327
wei liu
11:02 PM mgr Backport #45228 (In Progress): nautilus: mgr/alert: can't set inventory_cache_timeout/service_cac...
Neha Ojha
11:02 PM Revision 045ff369 (ceph): mgr/alerts: fix type of interval option
The option needs to be in `secs` type to enable input checking and
type casting.
Signed-off-by: Kiefer Chang <kiefer...
Kiefer Chang
11:02 PM Revision 0a5a4b23 (ceph): mgr/alerts: fix module fails to start without smtp_host
The option setting loop in config_notify raises an exception if
smtp_host option is not configured.
Signed-off-by: K...
Kiefer Chang
10:52 PM Revision f88211b6 (ceph): Merge pull request #29283 from myoungwon/wip-refcount-snap
osd: refcounting chunks for snapshotted manifest object
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Gre...
Samuel Just
10:50 PM RADOS Bug #44311 (Fix Under Review): crash in Objecter and CRUSH map lookup
Jason Dillaman
04:43 PM RADOS Bug #44311: crash in Objecter and CRUSH map lookup
I am hitting this all the time now that librbd is using the 'neorados' API [1]. I plan to just rebuild the rmaps when... Jason Dillaman
04:41 PM RADOS Bug #44311 (In Progress): crash in Objecter and CRUSH map lookup
Jason Dillaman
10:50 PM Revision 8b866794 (ceph): crush/CrushWrapper: rebuild reverse maps after rebuilding crush map
The Objecter will crash when localized reads are enabled and two threads
attempt to rebuild the (invalidated) reverse...
Jason Dillaman
10:47 PM Orchestrator Bug #46540 (Resolved): cephadm: iSCSI gateways problems.
After installing a clean cluster based on CentOS 8.2 minimal and podman, and adding iscsi gateways, tcmu-runner only ... Sergey Ponomarev
07:12 PM RADOS Backport #46228 (Resolved): nautilus: Ceph Monitor heartbeat grace period does not reset.
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35798
m...
Nathan Cutler
04:22 PM RADOS Backport #46228: nautilus: Ceph Monitor heartbeat grace period does not reset.
Sridhar Seshasayee wrote:
> https://github.com/ceph/ceph/pull/35798
merged
Yuri Weinstein
07:11 PM Dashboard Backport #46019 (Resolved): nautilus: mgr/dashboard/rbd: throws 500s with format 1 RBD images
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35712
m...
Nathan Cutler
04:22 PM Dashboard Backport #46019: nautilus: mgr/dashboard/rbd: throws 500s with format 1 RBD images
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35712
merged
Yuri Weinstein
07:11 PM rgw Backport #46326 (Resolved): nautilus: [rgw] listing bucket via s3 hangs on "ordered bucket listin...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35882
m...
Nathan Cutler
03:41 PM rgw Backport #46326: nautilus: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires ...
Eric Ivancich wrote:
> https://github.com/ceph/ceph/pull/35882
merged
Yuri Weinstein
07:10 PM rgw-testing Backport #46538 (Need More Info): octopus: 'cd /home/ubuntu/cephtest/s3-tests && ./bootstrap' fails
ragweed backport? Nathan Cutler
04:00 PM rgw-testing Backport #46538 (Rejected): octopus: 'cd /home/ubuntu/cephtest/s3-tests && ./bootstrap' fails
Nathan Cutler
07:09 PM rgw-testing Backport #46537 (Need More Info): nautilus: 'cd /home/ubuntu/cephtest/s3-tests && ./bootstrap' fails
ragweed backport? Nathan Cutler
04:00 PM rgw-testing Backport #46537 (Rejected): nautilus: 'cd /home/ubuntu/cephtest/s3-tests && ./bootstrap' fails
Nathan Cutler
07:09 PM rgw-testing Bug #45691: nautilus: 'cd /home/ubuntu/cephtest/s3-tests && ./bootstrap' fails
@Casey, I'm guessing this is the fix that needs backporting: https://github.com/ceph/ragweed/pull/8
Can you confir...
Nathan Cutler
03:33 PM rgw-testing Bug #45691 (Pending Backport): nautilus: 'cd /home/ubuntu/cephtest/s3-tests && ./bootstrap' fails
looks like we need backports Casey Bodley
07:02 PM RADOS Documentation #46531 (Fix Under Review): The default value of osd_scrub_during_recovery is false ...
Nathan Cutler
12:05 PM RADOS Documentation #46531: The default value of osd_scrub_during_recovery is false since v11.1.1
I can't figure out how to add the pull request ID above, so here's a link to it instead: https://github.com/ceph/ceph... Benoît Knecht
11:58 AM RADOS Documentation #46531 (Resolved): The default value of osd_scrub_during_recovery is false since v1...
Since 8dca17c, `osd_scrub_during_recovery` defaults to `false`, but the documentation was still stating that its defa... Benoît Knecht
06:58 PM RADOS Bug #37532 (Fix Under Review): mon: expected_num_objects warning triggers on bluestore-only setups
Nathan Cutler
08:58 AM RADOS Bug #37532: mon: expected_num_objects warning triggers on bluestore-only setups
Joao Eduardo Luis wrote:
> I don't think it's wise to simply remove the code because filestore is no longer the defa...
yunqing wang
06:44 PM CephFS Feature #20: client: recover from a killed session (w/ blacklist)
Right. To summarize: the question whether it should be backported was asked, but got no answer, and in the meantime w... Nathan Cutler
06:37 PM mgr Bug #46304: "ceph dashboard set-grafana-api-url" not being applied when using cephadm
This issue has been posted multiple times, just listing them here for reference purposes:
* #46305 (opened by OP aga...
Gregor Krmelj
05:55 PM CephFS Bug #44386 (Can't reproduce): qa: blogbench cleanup hang/stall
Patrick Donnelly
04:36 PM Dashboard Bug #46176: mgr/dashboard: NFS list timeout error
Kiefer Chang wrote:
> In the "comment":https://tracker.ceph.com/issues/46327#note-4 of issue #46327 and some chats, ...
Varsha Rao
04:22 PM Revision ab2f235e (ceph): Merge pull request #35798 from sseshasa/wip-46228-nautilus
nautilus: mon/OSDMonitor: Reset grace period if failure interval exceeds a threshold.
Reviewed-by: Neha Ojha <nojha@...
Yuri Weinstein
04:22 PM Revision 6bea182a (ceph): Merge pull request #35712 from rhcs-dashboard/wip-46019-nautilus
nautilus: mgr/dashboard: work with v1 RBD images
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Reviewed-by: Stepha...
Yuri Weinstein
04:19 PM RADOS Backport #46261: octopus: larger osd_scrub_max_preemptions values cause Floating point exception
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36034
merged
Yuri Weinstein
04:19 PM Revision 405556b2 (ceph): Merge pull request #36034 from smithfarm/wip-46261-octopus
octopus: common, osd: add sanity checks around osd_scrub_max_preemptions
Reviewed-by: David Zafman <dzafman@redhat.c...
Yuri Weinstein
04:18 PM RADOS Backport #46089: octopus: PG merge: FAILED ceph_assert(info.history.same_interval_since != 0)
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/36033
merged
Yuri Weinstein
04:18 PM Revision c19802e8 (ceph): Merge pull request #36033 from smithfarm/wip-46089-octopus
octopus: osd/PG: fix history.same_interval_since of merge target again
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:18 PM RADOS Backport #46086: octopus: osd: wakeup all threads of shard rather than one thread
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/36032
merged
Yuri Weinstein
04:17 PM Revision fb1063ea (ceph): Merge pull request #36032 from smithfarm/wip-46086-octopus
octopus: osd: wakeup all threads of shard rather than one thread.
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
04:17 PM RADOS Backport #46016: octopus: osd-backfill-stats.sh failing intermittently in TEST_backfill_sizeup_ou...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36030
merged
Yuri Weinstein
04:17 PM Revision 0d1ae44a (ceph): Merge pull request #36030 from smithfarm/wip-46016-octopus
octopus: test: osd-backfill-stats.sh use nobackfill to avoid races in remainin…
Reviewed-by: Neha Ojha <nojha@redhat...
Yuri Weinstein
04:16 PM RADOS Backport #46007: octopus: PrimaryLogPG.cc: 627: FAILED ceph_assert(!get_acting_recovery_backfill(...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36029
merged
Yuri Weinstein
04:16 PM Revision c4e347cb (ceph): Merge pull request #36029 from smithfarm/wip-46007-octopus
octopus: osd/PrimaryLogPG: don't populate watchers if replica
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by:...
Yuri Weinstein
04:11 PM Messengers Bug #38577: Messenger/MessengerTest.MissingServerIdenTest2/0 msg/async/AsyncMessenger.cc: 312: FA...
/a/yuriw-2020-07-13_17:52:35-rados-wip-yuri3-testing-2020-07-13-1505-nautilus-distro-basic-smithi/5222691 Neha Ojha
04:09 PM Revision 74a3b4c3 (ceph): rbd-nbd: quisce hook should be installed to /usr/libexec/...
The rbd-nbd daemon expects the rbd-nbd_quiesce script to be installed
in the libexec directory on all distros.
Signe...
Jason Dillaman
04:01 PM RADOS Bug #43888: osd/osd-bench.sh 'tell osd.N bench' hang
/a/yuriw-2020-07-13_19:30:53-rados-wip-yuri6-testing-2020-07-13-1520-octopus-distro-basic-smithi/5223525 Neha Ojha
04:00 PM Revision 2ec32cba (ceph): test/objectstore_store_test: fix test cases broken due to additional db...
BlueStore::statfs() returns a sum of block and db volume sizes as a total size.
Hence need to adjust test cases
Sign...
Igor Fedotov
04:00 PM Backport #46536 (In Progress): octopus: ceph_volume_client.py: python 3.8 compatibility
Nathan Cutler
03:59 PM Backport #46536 (Resolved): octopus: ceph_volume_client.py: python 3.8 compatibility
https://github.com/ceph/ceph/pull/36100 Nathan Cutler
04:00 PM Revision 53896d9a (ceph): pybind/ceph_volume_client: Fix PEP-8 SyntaxWarning
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
(cherry picked from commit 3ce9a89a5a1a2d7fa3d57c597b781a6aece7cbb5)
Dzung Dang Minh
03:40 PM Revision b0c5dcb0 (ceph): Merge pull request #35882 from ivancich/nautilus-rgw-ordered-listing-stuck
nautilus: rgw: ordered listing lcv not managed correctly
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:30 PM Bug #46414 (Pending Backport): ceph_volume_client.py: python 3.8 compatibility
Patrick Donnelly
02:17 PM Revision 980c286c (ceph): Merge pull request #35955 from jschmid1/deprecate_filstore
mgr/cephadm: do not accept filestore osds in osdspecs
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Revi...
Sebastian Wagner
02:05 PM Revision b02c98bf (ceph): doc/cephadm: add yaml infor for orch apply mon
This commit breaks one of the long sentences into
three shorter sentences, and adds a parenthetical
comment walking t...
Zac Dover
01:56 PM Revision e697cba6 (ceph): mds: slave -> peer
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
01:56 PM Revision 21b74bac (ceph): ceph-dedup-tool: fix warning
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
01:54 PM Revision fb1ebb9d (ceph): mgr/cephadm: check-host should not fail as hard using fqdn
Print error message instead of traceback when check-host
fails in due to host address not being found
Fixes: https:/...
Adam King
01:53 PM Revision 5e213026 (ceph): mds: master -> leader
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
01:49 PM Revision 2e806f2c (ceph): Merge pull request #35898 from sebastian-philipp/octopus-backport-35018...
octopus: cephadm batch backport July (1)
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
01:36 PM Dashboard Bug #46442 (Duplicate): mgr/dashboard: ceph-api-nightly-master-backend Jenkins test error: test_g...
Nathan Cutler
10:56 AM Dashboard Bug #46442 (Fix Under Review): mgr/dashboard: ceph-api-nightly-master-backend Jenkins test error:...
Ernesto Puerta
10:04 AM Dashboard Bug #46442: mgr/dashboard: ceph-api-nightly-master-backend Jenkins test error: test_get_export (t...
it should be a dup of #46495 Kefu Chai
01:23 PM Orchestrator Bug #46429: cephadm fails bootstrap with new Podman Versions 2.0.1 and 2.0.2
G. Heinrich wrote:
> Update:
> I did some additional tests and after some digging I found something in /var/log/sys...
David Orman
06:56 AM Orchestrator Bug #46429: cephadm fails bootstrap with new Podman Versions 2.0.1 and 2.0.2
Update:
I did some additional tests and after some digging I found something in /var/log/syslog:...
Gunther Heinrich
01:23 PM CephFS Bug #46535 (In Progress): mds: Importer MDS failing right after EImportStart event is journaled, ...
An MDS hitting mds_kill_import_at = 7 (after EImportStart is journaled but before sending the ImportAck to the export... Sidharth Anupkrishnan
01:22 PM Orchestrator Bug #46534 (Fix Under Review): cephadm podman pull: Digest did not match
Sebastian Wagner
01:07 PM Orchestrator Bug #46534 (Resolved): cephadm podman pull: Digest did not match
https://pulpito.ceph.com/swagner-2020-07-14_12:03:52-rados:cephadm-wip-swagner-testing-2020-07-14-1125-distro-basic-s... Sebastian Wagner
01:20 PM RADOS Bug #17170: mon/monclient: update "unable to obtain rotating service keys when osd init" to sugge...
issue fixed after setting correct NTP server on the machines.
followed the instructions here: https://access.redhat....
Yuval Lifshitz
09:36 AM RADOS Bug #17170: mon/monclient: update "unable to obtain rotating service keys when osd init" to sugge...
issue still seen in pacific dev version:... Yuval Lifshitz
01:08 PM Revision e4ebdb1a (ceph): mgr/volumes: Fix traceback of ops when volume doesn't exist
Subvolume operations throw a traceback if the volume
doesn't exist. This patch fixes the same.
Fixes: https://tracke...
Kotresh Hiremath Ravishankar
12:56 PM Revision 4f341819 (ceph): cephadm: refactor update_firewalld
* split into three different methods
* untangle service and port lists
This helps in making our firewall handling mo...
Sebastian Wagner
12:54 PM CephFS Bug #45349: mds: send scrub status to ceph-mgr only when scrub is running (or paused, etc..)
The original fix introduced a regression - https://tracker.ceph.com/issues/46495 - which is being fixed by https://gi... Nathan Cutler
12:53 PM CephFS Backport #46480 (Need More Info): nautilus: mds: send scrub status to ceph-mgr only when scrub is...
The original fix introduced a regression - https://tracker.ceph.com/issues/46495 - which is being fixed by https://gi... Nathan Cutler
12:51 PM rgw Bug #46257: FAIL: s3tests_boto3.functional.test_s3select
* the syntax-parser is currently NOT thread-safe
* per parser-rule been accepted, a bind-function-object in which bu...
Gal Salomon
12:47 PM CephFS Bug #46533 (Fix Under Review): mds: null pointer dereference in MDCache::finish_rollback
Zheng Yan
12:43 PM CephFS Bug #46533 (Resolved): mds: null pointer dereference in MDCache::finish_rollback
introduce by https://tracker.ceph.com/issues/45024 Zheng Yan
12:45 PM Revision 6715514a (ceph): mds: fix nullptr dereference in MDCache::finish_rollback
introduced by commit 4940ab62e0d
"mds: preserve ESlaveUpdate::OP_PREPARE logevent before doing commit"
Fixes: https:...
Yan, Zheng
12:11 PM Support #46532 (Closed): Cannot create rbd when erasure pool as data pool when set k=4 m=2
I tried to create EC pool and provision rbd as following commands:
# ceph osd erasure-code-profile set ecprofile k...
Tingjie Chen
12:01 PM Revision 535b103d (ceph): doc/rados: Fix osd_scrub_during_recovery default value
Since 8dca17c, `osd_scrub_during_recovery` defaults to `false`, but the
documentation was still stating that its defa...
Benoît Knecht
11:45 AM Dashboard Documentation #46530 (Resolved): mgr/dashboard: NFS ganesha object organization
As long as https://tracker.ceph.com/issues/46176 has not been resolved we should add a hint into the documentation to... Tatjana Dehler
11:28 AM Revision 8dd3e837 (ceph): osdc/Striper: add get_file_offset function
This commit adds a get_file_offset translating (object_no, object_off) -> file_offset.
This is useful for encryption ...
Or Ozeri
11:11 AM Orchestrator Bug #46036 (Pending Backport): cephadm: killmode=none: systemd units failed, but containers still...
Sebastian Wagner
11:08 AM Orchestrator Bug #45155 (Closed): mgr/dashboard: Error listing orchestrator NFS daemons
Sebastian Wagner
11:02 AM Orchestrator Documentation #45564: cephadm: document workaround for accessing the admin socket by entering run...
Nathan Cutler wrote:
> I noticed that "cephadm shell" infers the FSID (I only have one cluster running on this set...
Sebastian Wagner
10:57 AM Orchestrator Feature #44886 (Fix Under Review): cephadm: allow use of authenticated registry
Sebastian Wagner
10:57 AM Orchestrator Feature #44886: cephadm: allow use of authenticated registry
Denys Kondratenko wrote:
> should registry management and authentication be handled on cri-o level by system admin o...
Sebastian Wagner
10:51 AM Orchestrator Bug #45631 (Closed): Error parsing image configuration: Invalid status code returned when fetchin...
Sebastian Wagner
10:39 AM Orchestrator Bug #46529 (Resolved): cephadm: error removing storage for container "...-mon": remove /var/lib/c...
/a/teuthology-2020-07-12_07:01:02-rados-master-distro-basic-smithi/5217488 on centos_7.6... Sebastian Wagner
10:27 AM Revision 2524af9d (ceph): qa/tasks/cephfs/mount.py: clean up the none used code
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
10:26 AM Orchestrator Bug #44990: cephadm: exec: "/usr/bin/ceph-mon": stat /usr/bin/ceph-mon: no such file or directory
yep, that's a different issue:... Sebastian Wagner
10:13 AM CephFS Backport #46528 (Resolved): octopus: mgr/volumes: `protect` and `clone` operation in a single tra...
https://github.com/ceph/ceph/pull/36126 Nathan Cutler
10:13 AM CephFS Backport #46527 (Resolved): nautilus: mgr/volumes: `protect` and `clone` operation in a single tr...
https://github.com/ceph/ceph/pull/36166 Nathan Cutler
10:09 AM Revision 3b6f6f1a (ceph): qa: Fix name collisions
Addresses the name collisions of volumes, subvolumes,
clones, subvolume groups and snapshots within the tests.
Fixes...
Kotresh Hiremath Ravishankar
10:07 AM Revision 4fc71abf (ceph): build-integration-branch: Append stable branch name
For stable wip- branches, build matching flavors according to
https://github.com/tchaikov/ceph-build/blob/master/cep...
Sebastian Wagner
09:56 AM mgr Bug #46495: mgr: rgw doesn't show in service map
please backport this change along with #45349, as the latter introduces a regression. Kefu Chai
09:54 AM mgr Bug #46495 (Fix Under Review): mgr: rgw doesn't show in service map
Kefu Chai
06:34 AM mgr Bug #46495: mgr: rgw doesn't show in service map
A "PR":https://github.com/ceph/ceph/pull/36087 was created with changes in https://github.com/ceph/ceph/pull/34861 re... Kiefer Chang
05:10 AM mgr Bug #46495: mgr: rgw doesn't show in service map
It seems to happen after https://github.com/ceph/ceph/pull/34861
I can see the rgw in the service map by reverting t...
Kiefer Chang
09:39 AM Revision c9d6a1d1 (ceph): cephadm: Manually remove containers
This fixes:
```
Error: error creating container storage: the container name "ceph-<fsid>-mon.b" is already in use by ...
Sebastian Wagner
09:39 AM Revision 66b9fefa (ceph): stop.sh: Remove cephadm deployed daemons
Fixes: https://tracker.ceph.com/issues/44746
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
09:39 AM Revision d48ccb96 (ceph): cephadm: call `podman rm --storage`
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit decfbca835ae0a2f03ae169f79fafa...
Sebastian Wagner
09:39 AM Revision c5e260cd (ceph): doc/cephadm: Add chapter about FQDNs
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 55e608d796952881083f3620c91edb...
Sebastian Wagner
09:39 AM Revision ecf4d441 (ceph): cephadm: increase is_available timeout 30s -> 60s
bootstrap fails because `ceph -s` might take longer
than 30 sec to return on resource limited hardware
Fixes: https:...
Michael Fritch
09:39 AM Revision da4ffebf (ceph): cephadm: add profile log line to Popen wrappers
add debug log line to profile the Popen wrapper read loop
exec runtime, exitcode, stop, fds to read, etc.
Signed-off...
Michael Fritch
09:39 AM Revision d21636b9 (ceph): cephadm: only SIGKILL once during timeout
no need to continually SIGKILL a process that is already exiting
Signed-off-by: Michael Fritch <mfritch@suse.com>
(c...
Michael Fritch
09:39 AM Revision 30673b5f (ceph): python-common: Add NFSServiceSpec validate
the ServiceSpec needs to be validated during `orch apply`, but not
during `orch daemon add`
Signed-off-by: Michael F...
Michael Fritch
09:39 AM Revision f3be6d43 (ceph): python-common: Add missing IscsiServiceSpec test
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit dcf7fb520e3e55fbb5daf035c0cb7525e899b5b0)
Michael Fritch
09:39 AM Revision 1ebb7107 (ceph): python-common: validate the service_id during apply
the service_id needs to be validated during `orch apply`, but not during
`orch daemon add`
Signed-off-by: Michael Fr...
Michael Fritch
09:39 AM Revision fe4bc7d9 (ceph): cephadm: strip whitespace from iscsi version
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit f23649cb5412735e37f3775ebb086f1dc6c7d235)
Michael Fritch
09:39 AM Revision 780d5bbc (ceph): cephadm: UX: Change error message when 'orch host add <host>' fails
Instead of printing out a traceback if adding the host fails
during bootstrapping process, should now print error mes...
Adam King
09:39 AM Revision 52c6b729 (ceph): doc/cephadm: document pool requirement for NFS-Ganesha service
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from commit 71140f47e50d4aa95aa56996e9bafbdf6ad65b14)
Kiefer Chang
09:39 AM Revision 0c271825 (ceph): mgr/cephadm: annotate scheduling code with comments
Signed-off-by: Joshua Schmid <jschmid@suse.de>
(cherry picked from commit 856ab3bdcf9a4ee364377c569490cca8094a4b04)
Joshua Schmid
09:39 AM Revision 32d305bc (ceph): cephadm: sort the list of inferred fsids
$ cephadm shell
ERROR: Cannot infer an fsid, one must be specified: ['1d5df33f-eb94-4a4f-b192-1d5e770ed0e7', 'unknown...
Michael Fritch
09:39 AM Revision aecab330 (ceph): cephadm: skip any invalid fsid(s) during infer
Fixes: https://tracker.ceph.com/issues/45999
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from com...
Michael Fritch
09:39 AM Revision 7fca416c (ceph): doc/man: add missing cephadm shell `--mount` option
also clean-up `--mount` help usage
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 00bae...
Michael Fritch
09:39 AM Revision ae0cda39 (ceph): stop.sh: do not block script when there is no running cluster
A query for current fsid is called inside `do_killcephadm`. This blocks
the script when there is no running cluster. ...
Kiefer Chang
09:39 AM Revision 1cae696d (ceph): cephadm: Give iscsci a RO /lib/modules bind mounted
The ceph iscsi container needs to be able to insert the iscsi_target_mod
but it doesn't exist in the container. for s...
Matthew Oliver
09:39 AM Revision 783cb520 (ceph): doc/mgr/orch: Update documentation to the new CLI
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit b0bbef91f0fb0afcd962f1ea26e99f...
Sebastian Wagner
09:39 AM Revision c4dc53ec (ceph): doc/cephadm: adopt: fix misleading `apply` examples
Fixes: https://tracker.ceph.com/issues/46052
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry pick...
Sebastian Wagner
09:39 AM Revision 6467b491 (ceph): python-common: remove old `cephadm_orchestrator.py`
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 0111c880f4951ed0ee395190a9bf67...
Sebastian Wagner
09:39 AM Revision ef6ababf (ceph): mgr/cephadm: make `orch status` fail, if ssh key is not set
ceph-salt relies on the output of `orch status` to determine the
end of the bootstrap process.
Signed-off-by: Sebast...
Sebastian Wagner
09:39 AM Revision 44d732a2 (ceph): mgr/orch: read untrusted input using the yaml SafeLoader
https://msg.pyyaml.org/load
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit d5175e3a443a...
Michael Fritch
09:39 AM Revision 186befcc (ceph): cephadm: unit.run: add `set -e`
In case LVM activates fails for some
unknown reason, prevent the script from
continuing with starting the OSD contain...
Sebastian Wagner
09:39 AM Revision c703ef5f (ceph): cephadm: restrict mds caps to cephfs pools
Fixes: https://tracker.ceph.com/issues/46081
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
09:39 AM Revision 74899c77 (ceph): mgr/cephadm: exclude osds without osdspec_affinity
Signed-off-by: Joshua Schmid <jschmid@suse.de>
(cherry picked from commit 343cf0386264e0c6c4851614b7251c18792e2d8b)
Joshua Schmid
09:39 AM Revision b7c0ce18 (ceph): cephadm: Set ms bind ipv6 when mon-ip is ipv6
If you use cephadm bootstrap with an ipv6 mon ip then currently you'll
get into a address family split-brain state, w...
Matthew Oliver
09:39 AM Revision 01d920c0 (ceph): mgr/cephadm: fix broken "already in use" exception message
Fixes:
```
orchestrator._interface.OrchestratorValidationError: ('name %s already in use', 'b')
```
Signed-off-by: ...
Sebastian Wagner
09:39 AM Revision ac836661 (ceph): mgr/cephadm: speedup _refresh_hosts_and_daemons by 10x
by calling 10 hosts in parallel.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from com...
Sebastian Wagner
09:39 AM Revision 78f2bf38 (ceph): mgr/cephadm: use fixed Grafana version
Fixes: https://tracker.ceph.com/issues/45859
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
(cherry picked f...
Patrick Seidensal
09:39 AM Revision 844c8a27 (ceph): mgr/cephadm: move ok_to_stop to CephadmService
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 2b41d0a470c91d4395a2af4ee88b2f...
Sebastian Wagner
09:39 AM Revision 7b0d6634 (ceph): mgr/cephadm: move _check_safe_to_destroy_mon to MonService
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit cb92429d52319deb2bc626495ea58a...
Sebastian Wagner
09:39 AM Revision 40409e31 (ceph): mgr/cephadm: scheduler: make use of ok-to-stop
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit f42182587057e8e18661f0b7570c7a...
Sebastian Wagner
09:39 AM Revision ec9890a3 (ceph): mgr/cephadm: add test for ok-to-stop
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 5c91f1b897beaca476bb1ef178ef33...
Sebastian Wagner
09:39 AM Revision 5f001240 (ceph): cephadm: error trying to get ceph auth entry for crash daemon
If your cluster has nodes with a . in the name. This will happen.
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar...
Juan Miguel Olmo Martínez
09:39 AM Revision 289ad466 (ceph): python-common: make YAML representaition of ServiceSpec readable
* Add test for new yaml representation
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked fr...
Sebastian Wagner
09:39 AM Revision 34fe8c39 (ceph): python-common: Make YAML or OSD Specs readable
* Changes: An empty OSD Spec is now invalid.
* OSDSpec.validate() now fails, if service-id is empty
Signed-off-by: S...
Sebastian Wagner
09:39 AM Revision 24bdce1f (ceph): mgr/orch: YAML of DaemonDescription readable
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 4c7ad07b20fd5ae125bad34fcebdd8...
Sebastian Wagner
09:39 AM Revision 3856bdc7 (ceph): mgr/orch: make YAML of ServiceDescription readable
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit fd29e1c4a8ccaa84f3f2e73920b637...
Sebastian Wagner
09:39 AM Revision 6b2f0036 (ceph): pybind/mgr: move test_orchestrator to orchestrator module
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 888addc4680ea8fb6c9f2c88c418c5...
Sebastian Wagner
09:39 AM Revision 3c60894e (ceph): mgr/orchestrator: Add test for readable yaml
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 87a150358eb0a1cfa8b38a6df4135b...
Sebastian Wagner
09:39 AM Revision 4c77ef70 (ceph): qa/cephadm: Add test for --format=yaml
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 1650257015b9470918f50478a6151f...
Sebastian Wagner
09:39 AM Revision 3697d0c9 (ceph): python-common: service_spec.from_json: Add docstring explaining histroy
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 5150e957844354861f8adc916f87b6...
Sebastian Wagner
09:39 AM Revision 4ddd6a68 (ceph): mgr/cephadm: reconfig ssh after setting or clearing ssh_config
Fixes: https://tracker.ceph.com/issues/46245
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from ...
Kiefer Chang
09:39 AM Revision 57aed0ae (ceph): py-common/deployment/translate: drop unneeded ctor arg
The DriveGroupSpec is already part of the DriveSelection.
Fixes: https://tracker.ceph.com/issues/46231
Signed-off-b...
Jan Fajerski
09:39 AM Revision eeee6fdd (ceph): cephadm: ceph-iscsi remove pool from cap
When we create a ceph-iscsi daemon/continer in cephadm we create a user
and set some caps. Turns out we were a little...
Matthew Oliver
09:39 AM Revision abef1541 (ceph): mgr/cephadm: add type hints for _refresh_host_*()
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit c37412deb0598a5985da8097d6891d...
Sebastian Wagner
09:39 AM Revision ede8ef6f (ceph): python-common: Add simple str(HostSpec)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit e60a2a5dede1ad4e4f4c9e9aefc402...
Sebastian Wagner
09:39 AM Revision 46b2dfc8 (ceph): mgr/cephadm: refactor _run_cephadm
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit a0c39f3dda40e2ce6e3877fcd1176f...
Sebastian Wagner
09:39 AM Revision bcbe7e00 (ceph): mgr/cephadm: config_notify now provides a hook
reason is, we want to use this hook to schedule a
ceph.conf update for all hosts.
Signed-off-by: Sebastian Wagner <s...
Sebastian Wagner
09:39 AM Revision 7d4103dc (ceph): mgr/tests: _ceph_get_module_option returns proper type now.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit acdd26ab4e30ff5abee1d555c5e457...
Sebastian Wagner
09:39 AM Revision cdfcc0df (ceph): mgr/cephadm: Manage /etc/ceph/ceph.conf
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit c18ad7c8a3e63e6eb26947bb7ab470...
Sebastian Wagner
09:39 AM Revision 0957b740 (ceph): cephadm: add sudo ssh user option
add the ability to use a non-root users for connecting to hosts, this user requires pass wordless sudo access
useful...
Daniel Pivonka
09:39 AM Revision cc0fa061 (ceph): mgr/test_orchestrator: add iscsi
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 37826d41b0bcf755fc9a837c72741542022a019a)
Michael Fritch
09:39 AM Revision c4dae0a9 (ceph): cephadm: Add "--format" option to "ceph orch status"
Fixes: https://tracker.ceph.com/issues/46233
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
09:04 AM Revision 60960d47 (ceph): Merge pull request #35988 from votdev/adapt_cephadm_vagrant
octopus: mgr/cephadm: Adapt Vagrantfile to use octopus instead of master repo on shaman
Reviewed-by: Stephan Müller ...
Sebastian Wagner
09:01 AM Support #46526 (Closed): pg inconsistent
Hi,
ceph is showing bellow error frequently.
[root@vpsapohmcs01 ~]# ceph health detail
HEALTH_ERR 1 scrub erro...
Abhimnyu Dhobale
09:00 AM Revision c1053752 (ceph): mgr/dashboard: Fix some npm audit warnings
Version of lodash that was use by all packages was causing some warnings.
Fixes: https://tracker.ceph.com/issues/464...
Tiago Melo
08:38 AM Revision c3af7f4f (ceph): Merge pull request #36013 from Devp00l/wip-46376
cephadm: Make Vagrantfile more flexible
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
07:58 AM CephFS Bug #45835 (Fix Under Review): mds: OpenFileTable::prefetch_inodes during rejoin can cause out-of...
Zheng Yan
07:47 AM Bug #46363 (Resolved): Unusual use of "guidance" on "Essentials" in the Developer Guide
Zac Dover
07:46 AM Revision a4db3e78 (ceph): Merge pull request #36072 from zdover23/wip-doc-dev-word-choice-guidance
doc/dev: remove extraneous word "guidance". zdover23
07:06 AM CephFS Documentation #46449 (Resolved): mgr/nfs: Update nfs-ganesha package requirements
Varsha Rao
07:06 AM CephFS Backport #46498 (Resolved): octopus: mgr/nfs: Update nfs-ganesha package requirements
Nathan Cutler wrote:
> Varsha, could you use the "src/script/backport-create-issue" script to create backport issues...
Varsha Rao
04:23 AM CephFS Backport #46498: octopus: mgr/nfs: Update nfs-ganesha package requirements
Varsha, could you use the "src/script/backport-create-issue" script to create backport issues? It sets the release fi... Nathan Cutler
04:26 AM Revision 09d93a26 (ceph): Merge pull request #36063 from varshar16/wip-update-nfs-doc-backport
octopus: Update nfs-ganesha package requirements doc backport
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Nathan Cutler
04:04 AM Revision 7aa662ed (ceph): Merge pull request #35931 from tchaikov/wip-mds-denc
mds,denc: prepare for the enabling of denc support of EMetaBlob::fullbit
Reviewed-by: Patrick Donnelly <pdonnell@red...
Kefu Chai
03:50 AM rgw Backport #46512 (In Progress): nautilus: rgw: lc: Segmentation Fault when the tag of the object w...
Nathan Cutler
03:49 AM Revision d73a4e78 (ceph): rgwlc: fix Segmentation Fault related to tags.
It is found that rgw crashes when putting a tag beyond the rule to the object, which can be solved by adding the retu... zhuo li
03:45 AM rgw Backport #46511 (In Progress): octopus: rgw: lc: Segmentation Fault when the tag of the object wa...
Nathan Cutler
03:44 AM Revision 877c23fa (ceph): rgwlc: fix Segmentation Fault related to tags.
It is found that rgw crashes when putting a tag beyond the rule to the object, which can be solved by adding the retu... zhuo li
03:31 AM bluestore Bug #46525 (Need More Info): osd crush
my env:
ceph version 14.2.10 (b340acf629a010a74d90da5782a2c5fe0b54ac20) nautilus (stable)
CentOS Linux release 7....
伟杰 谭
02:58 AM CephFS Feature #45371 (Pending Backport): mgr/volumes: `protect` and `clone` operation in a single trans...
Patrick Donnelly
02:58 AM Revision 7f8bd09e (ceph): Merge PR #35755 into master
* refs/pull/35755/head:
mgr/volumes: Deprecate protect/unprotect CLI calls for subvolume snapshots
Reviewed-by: Ram...
Patrick Donnelly
02:18 AM Revision 0fad56a4 (ceph): Merge pull request #35970 from athanatos/sjust/wip-fix-lba-addrs
crimson/seastore: fix lba btree internal references
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
Reviewed-by: Ke...
Kefu Chai
02:16 AM Revision 0e6871db (ceph): rgw: Remove superfluous breaks
Remove superfuous breaks, as there is a 'return' before them.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
02:14 AM Revision d685b76b (ceph): key_value_store: Remove superfluous breaks
Remove superfuous breaks, as there is a 'return' before them.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
02:09 AM Revision b2582ee8 (ceph): mgr: Remove the superfluous break
Remove the superfuous break, as there is a 'return' before it.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
02:04 AM Revision 04db016e (ceph): msg: Remove superfluous breaks
Remove superfuous breaks, as there is a 'return' before them.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
02:02 AM Revision 393741b7 (ceph): osd/PGBackend: Remove superfluous breaks
Remove superfuous breaks, as there is a 'return' before them.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
01:58 AM Revision 5cba5a00 (ceph): osd/OSDMap: Remove the superfluous break
Remove the superfuous break, as there is a 'return' before it.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
01:54 AM Revision 3d20751e (ceph): rgw: Remove superfluous breaks
Remove superfuous breaks, as there is a 'return' before them.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
01:33 AM Revision 23640dfc (ceph): mds: optimize random threshold lookup for dentry load
Credit to Zheng for the suggestions.
Fixes: https://tracker.ceph.com/issues/46302
Signed-off-by: Patrick Donnelly <p...
Patrick Donnelly

07/13/2020

09:19 PM Orchestrator Bug #44990: cephadm: exec: "/usr/bin/ceph-mon": stat /usr/bin/ceph-mon: no such file or directory
Sebastian, I am seeing similar failures in rados/thrash-old-clients on recent master, can you please confirm if they... Neha Ojha
08:57 PM rgw Bug #45431 (Fix Under Review): beast frontend option to set the request_timeout_ms
Or Friedmann
08:13 PM mgr Backport #46514 (In Progress): octopus: mgr progress module causes needless load
Nathan Cutler
08:06 PM mgr Backport #46514 (Resolved): octopus: mgr progress module causes needless load
https://github.com/ceph/ceph/pull/36076 Nathan Cutler
08:13 PM Revision fe0dbf41 (ceph): mgr/progress: Skip pg_summary update if _events dict is empty.
The get call of pg_stats and pg_ready are expensive and are not necessary in this case. This avoids blocking other mo... Manuel Lausch
08:11 PM Dashboard Feature #42979 (Resolved): mgr/dashboard: add popover list of Stand-by Managers & Metadata Server...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:10 PM CephFS Bug #43543 (Resolved): mds: scrub on directory with recently created files may fail to load backt...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:10 PM Dashboard Bug #44725 (Resolved): mgr/dashboard: backend test failure on tasks.mgr.dashboard.test_health.Hea...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:09 PM CephFS Backport #46524 (Resolved): octopus: non-head batch requests may hold authpins and locks
https://github.com/ceph/ceph/pull/37022 Nathan Cutler
08:09 PM CephFS Bug #45024 (Resolved): mds: wrong link count under certain circumstance
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:09 PM CephFS Bug #45261 (Resolved): mds: FAILED assert(locking == lock) in MutationImpl::finish_locking
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:09 PM CephFS Bug #45304 (Resolved): qa/fuse_mount.py: tests crash when /sys/fs/fuse/connections is absent
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:09 PM CephFS Bug #45524 (Resolved): ceph-fuse: the -d option couldn't enable the debug mode in libfuse
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:09 PM mgr Backport #46515 (In Progress): nautilus: mgr progress module causes needless load
Nathan Cutler
08:06 PM mgr Backport #46515 (Resolved): nautilus: mgr progress module causes needless load
https://github.com/ceph/ceph/pull/36075 Nathan Cutler
08:08 PM CephFS Bug #45665 (Resolved): client: fails to reconnect to MDS
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:08 PM Revision 922944d4 (ceph): mgr/progress: Skip pg_summary update if _events dict is empty.
The get call of pg_stats and pg_ready are expensive and are not necessary in this case. This avoids blocking other mo... Manuel Lausch
08:08 PM rgw-testing Bug #45692 (Resolved): keystone [-] Unhandled error: pkg_resources.ContextualVersionConflict: (js...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:08 PM CephFS Bug #45699 (Resolved): mds may start to fragment dirfrag before rollback finishes
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:08 PM CephFS Bug #45723 (Resolved): vstart_runner: LocalFuseMount.mount should set set.mounted to True
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:08 PM CephFS Bug #45875 (Resolved): mds: add config to require forward to auth MDS
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:07 PM CephFS Backport #46523 (Resolved): nautilus: mds: fix hang issue when accessing a file under a lost pare...
https://github.com/ceph/ceph/pull/36179 Nathan Cutler
08:07 PM CephFS Backport #46522 (Resolved): octopus: mds: fix hang issue when accessing a file under a lost paren...
https://github.com/ceph/ceph/pull/37020 Nathan Cutler
08:07 PM Bug #46267 (Resolved): unittest_lockdep failure
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:07 PM CephFS Backport #46521 (Resolved): nautilus: mds: deleting a large number of files in a directory causes...
https://github.com/ceph/ceph/pull/36178 Nathan Cutler
08:07 PM CephFS Backport #46520 (Resolved): octopus: mds: deleting a large number of files in a directory causes ...
https://github.com/ceph/ceph/pull/37034 Nathan Cutler
08:07 PM rgw Backport #46519 (Resolved): nautilus: boost::asio::async_write() does not return error when the r...
https://github.com/ceph/ceph/pull/37157 Nathan Cutler
08:07 PM rgw Backport #46518 (Resolved): octopus: boost::asio::async_write() does not return error when the re...
https://github.com/ceph/ceph/pull/36647 Nathan Cutler
08:06 PM CephFS Backport #46517 (Resolved): nautilus: client: directory inode can not call release_callback
https://github.com/ceph/ceph/pull/36177 Nathan Cutler
08:06 PM CephFS Backport #46516 (Resolved): octopus: client: directory inode can not call release_callback
https://github.com/ceph/ceph/pull/37017 Nathan Cutler
08:06 PM rgw Backport #46512 (Resolved): nautilus: rgw: lc: Segmentation Fault when the tag of the object was ...
https://github.com/ceph/ceph/pull/36086 Nathan Cutler
08:06 PM rgw Backport #46511 (Resolved): octopus: rgw: lc: Segmentation Fault when the tag of the object was n...
https://github.com/ceph/ceph/pull/36085 Nathan Cutler
08:05 PM rgw Backport #46510 (Resolved): octopus: Adding data cache and CDN capabilities
https://github.com/ceph/ceph/pull/36646 Nathan Cutler
07:53 PM CephFS Backport #45687: luminous: mds: FAILED assert(locking == lock) in MutationImpl::finish_locking
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35345
m...
Nathan Cutler
02:08 PM CephFS Backport #45687 (Resolved): luminous: mds: FAILED assert(locking == lock) in MutationImpl::finish...
Sidharth Anupkrishnan
07:53 PM CephFS Backport #45825: luminous: MDS config reference lists mds log max expiring
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35516
m...
Nathan Cutler
07:52 PM CephFS Backport #44476: luminous: mds: assert(p != active_requests.end())
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34937
m...
Nathan Cutler
07:52 PM CephFS Backport #42160: luminous: osdc: objecter ops output does not have useful time information
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/33294
m...
Nathan Cutler
07:52 PM CephFS Backport #42123: luminous: client: no method to handle SEEK_HOLE and SEEK_DATA in lseek
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/33293
m...
Nathan Cutler
07:52 PM CephFS Backport #41857: luminous: client: removing dir reports "not empty" issue due to client side fill...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/33292
m...
Nathan Cutler
07:34 PM Dashboard Feature #46509 (Resolved): mgr/dashboard: Update Angular v10
Tiago Melo
07:32 PM RADOS Bug #46508: Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY)
Neha Ojha wrote:
> Does not look related to https://tracker.ceph.com/issues/45619 or caused by https://github.com/ce...
Neha Ojha
07:30 PM RADOS Bug #46508: Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY)
Does not look related to https://tracker.ceph.com/issues/45619 or caused by https://github.com/ceph/ceph/commit/d4fba... Neha Ojha
07:02 PM RADOS Bug #46508 (New): Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY)
rados/basic/{ceph clusters/{fixed-2 openstack} msgr-failures/many msgr/async objectstore/bluestore-comp-snappy rados ... Neha Ojha
06:38 PM mgr Backport #46184 (In Progress): nautilus: ceph config show does not display fsid correctly
Neha Ojha
06:17 PM CephFS Bug #44785 (Pending Backport): non-head batch requests may hold authpins and locks
Patrick Donnelly
06:17 PM Revision 1904df80 (ceph): Merge PR #34246 into master
* refs/pull/34246/head:
mds: add request to batch_op before taking auth pins and locks
mds: move MDRequestImpl::bat...
Patrick Donnelly
06:16 PM CephFS Feature #45267 (Resolved): ceph-fuse: Reduce memory copy in ceph-fuse during data IO
Patrick Donnelly
06:16 PM Revision 392afa7b (ceph): Merge PR #34785 into master
* refs/pull/34785/head:
ceph-fuse: show fuse helper options for libfuse >= 3.0
ceph-fuse: add splice read/write sup...
Patrick Donnelly
06:15 PM CephFS Bug #46355 (Pending Backport): client: directory inode can not call release_callback
Patrick Donnelly
06:15 PM Revision 09e7de86 (ceph): Merge PR #35327 into master
* refs/pull/35327/head:
client: fix directory inode can not call release callback
Reviewed-by: Jeff Layton <jlayton...
Patrick Donnelly
06:14 PM CephFS Bug #46129 (Pending Backport): mds: fix hang issue when accessing a file under a lost parent dire...
Patrick Donnelly
06:14 PM Revision 6b9008ab (ceph): Merge PR #35690 into master
* refs/pull/35690/head:
mds: fix hang issue when accessing a file under a lost parent directory
Reviewed-by: Patric...
Patrick Donnelly
06:13 PM Revision 2f9a9ecb (ceph): Merge PR #35848 into master
* refs/pull/35848/head:
mds: do not submit omap_rm_keys if the dir is the basedir of merge.
Reviewed-by: Zheng Yan ...
Patrick Donnelly
06:13 PM CephFS Bug #46273 (Pending Backport): mds: deleting a large number of files in a directory causes the fi...
Patrick Donnelly
06:10 PM Revision 6a50c850 (ceph): os/Bluefs: fix file reader/writer buffer mempool
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
06:10 PM Revision 9bb741c1 (ceph): Introduce separate mempool for FileReaderBuffer and FileWriter
FileReaderBuffer and FileWriter uses Bufferlists which needs to be
tracked by mempool to get the proper memory usage....
Deepika Upadhyay
06:10 PM Revision bb488df5 (ceph): common/mempool: More detailed bluestore stats
Splits bluestore bluestore_cache_other, exposes accounting of some internals.
Signed-off-by: Adam Kupczyk <akupczyk@...
Adam Kupczyk
06:10 PM Revision d9f84b41 (ceph): bluestore: _get_used_bytes should reflect new mempool fields
with bluestore_cache_other split further, the _get_used_bytes should
take into account the new mempool splits as well...
Deepika Upadhyay
06:10 PM Revision 1c6bc389 (ceph): split mempool allocation for bluestore_cache_other
While doing root cause analysis it bluestore_cache_other gives a bit of
a crude estimate, something more helpful woul...
Deepika Upadhyay
06:10 PM Revision 41d76856 (ceph): Merge PR #35951 into master
* refs/pull/35951/head:
qa/cephfs: set omit_sudo to False for wait_until_mounted() in...
Reviewed-by: Patrick Donne...
Patrick Donnelly
05:54 PM CephFS Bug #46507 (Triaged): qa: test_data_scan: "show inode" returns ENOENT
... Patrick Donnelly
05:51 PM Dashboard Bug #46442: mgr/dashboard: ceph-api-nightly-master-backend Jenkins test error: test_get_export (t...
/a/teuthology-2020-07-12_07:01:02-rados-master-distro-basic-smithi/5217356 Neha Ojha
05:48 PM Revision 0a3b69ef (ceph): seastore/test_transaction_manager: add a test which forces an lba split
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
05:48 PM Revision 35172bad (ceph): crimson/os/seastore: fix internal relative btree addrs
Internal relative addrs must be block relative on disk and record
relative in deltas. Use maybe_generate_relative as...
Samuel Just
05:48 PM RADOS Bug #46506 (New): RuntimeError: Exiting scrub checking -- not all pgs scrubbed.
... Neha Ojha
05:48 PM Revision 856ca15f (ceph): seastore/test_btree_lba_manager: ensure record and block addrs are diff...
Adds an extra extent to each transaction in the test to ensure that
record and block relative addresses differ as the...
Samuel Just
05:41 PM rgw Feature #46505 (Resolved): Adding data cache and CDN capabilities
Add data cache and CDN capabilities to rgw, using Nginx Or Friedmann
05:21 PM CephFS Bug #46504 (Can't reproduce): pybind/mgr/volumes: self.assertTrue(check < timo) fails
... Patrick Donnelly
05:19 PM CephFS Bug #43902: qa: mon_thrash: timeout "ceph quorum_status"
/ceph/teuthology-archive/pdonnell-2020-07-11_02:43:08-fs-wip-pdonnell-testing-20200711.001802-distro-basic-smithi/521... Patrick Donnelly
05:17 PM CephFS Bug #43039: client: shutdown race fails with status 141
/ceph/teuthology-archive/pdonnell-2020-07-11_02:43:08-fs-wip-pdonnell-testing-20200711.001802-distro-basic-smithi/521... Patrick Donnelly
04:48 PM Revision 3b0fd4ba (ceph): Merge pull request #34876 from ifed01/wip-ifed-fix-no_compact_bluefs
luminous: os/bluestore/BlueFS: compact log even when sync_metadata sees no work
Reviewed-by: Neha Ojha <nojha@redhat...
Yuri Weinstein
04:26 PM Dashboard Backport #46354: octopus: mgr/dashboard: Display users current bucket quota usage
original backport https://github.com/ceph/ceph/pull/35926 contained an error
follow-on fix for the original backpo...
Nathan Cutler
08:54 AM Dashboard Backport #46354: octopus: mgr/dashboard: Display users current bucket quota usage
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35926
m...
Nathan Cutler
04:09 PM CephFS Bug #46374: ceph-fuse blocks forever, fails to start, emits no errors
John Mulligan wrote:
> Apologies, I found one very important item that I had previously overlooked. Because we use t...
Patrick Donnelly
03:39 PM Revision cfe8ebab (ceph): mgr/dashboard: fix backporting issue #35926
Incorrect conflict-solving during backporting of https://github.com/ceph/ceph/pull/34606
to Octopus (https://github.c...
Ernesto Puerta
03:30 PM Dashboard Bug #46502 (In Progress): octopus: mgr/dashboard: fix issue introduced by https://github.com/ceph...
Ernesto Puerta
03:15 PM Dashboard Bug #46502 (Resolved): octopus: mgr/dashboard: fix issue introduced by https://github.com/ceph/ce...
Wrong conflict resolution during backport resulted in missing/deleting chunk in "@src/pybind/mgr/dashboard/frontend/s... Ernesto Puerta
03:13 PM rgw Bug #46332 (Pending Backport): boost::asio::async_write() does not return error when the remote e...
Casey Bodley
03:11 PM CephFS Feature #20: client: recover from a killed session (w/ blacklist)
Patrick Donnelly wrote:
> Nathan, why was this changed to backport to Octopus?
I see: https://github.com/ceph/cep...
Patrick Donnelly
03:10 PM CephFS Feature #20: client: recover from a killed session (w/ blacklist)
Nathan, why was this changed to backport to Octopus? Patrick Donnelly
03:01 PM Dashboard Feature #46501 (New): mgr/dashboard: evaluate FastAPI
This recent framework, "FastAPI":https://fastapi.tiangolo.com/, could well suit all the needs we have for Ceph API:
...
Ernesto Puerta
02:43 PM rgw Bug #45239 (Resolved): Adjust RGW socket timeouts
Casey Bodley
02:42 PM Revision 4789b4fe (ceph): Merge pull request #34920 from ofriedma/ofriedma-civetweb-timeout
rgw: increase civetweb request timeout to 65 seconds
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Abh...
Casey Bodley
02:25 PM Revision c6cc18de (ceph): osd: refactor needs_recovery() and needs_backfill() of PeeringState.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision 20c49c8c (ceph): crimson/osd: automate state logging in the backfill FSM.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision aeae8c10 (ceph): crimson/osd: implement BackfillRecoveryPipeline.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision d9c7ceb0 (ceph): crimson/osd: implement MOSDPGBackfill.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision 3c49ff22 (ceph): crimson/osd: recovery locking uses ceph_assert_always().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision ecb0f20e (ceph): crimson/osd: synchronize BackfillRecovery with PeeringEvent.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision 0e08e41e (ceph): crimson/osd: implement BackfillListener::enqueue_push().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision c281c6b0 (ceph): crimson/osd: implement BackfillListener::backfilled().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision 0d8131a4 (ceph): osd: improve debugs in PrimaryLogPG::do_scan().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision d8db5b21 (ceph): crimson/osd: short-circuit budget_available().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:25 PM Revision 48ef9f72 (ceph): crimson/osd: wire-up pg scanning on replicas.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision 732dd246 (ceph): crimson/osd: settle BackfillState in PGRecovery.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision 430bca52 (ceph): crimson/osd: introduce PGRecovery::start_backfill_recovery().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision f23cd6fb (ceph): crimson/osd: wire-up BackfillState and pg scanning on primary.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision bfc51202 (ceph): crimson/osd: bring the boost::statechart-based FSM for backfill.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision d1868e3d (ceph): crimson/osd: decouple backfill from PG::start_recovery_ops().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision 67b37747 (ceph): crimson/osd: make BackgroundRecovery abstract for the sake of backfill.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision 48f4c5dd (ceph): crimson/osd: PGRecovery provides dummy BackfillListener.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision 4b2a794f (ceph): crimson/osd: send MOSDPGTemp on peering and map advance.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision dfaf3191 (ceph): crimson/osd: sketch the backfill machine and its interfaces.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision 877dba6a (ceph): osd: refactor PeeringState::find_best_info() a little bit.
This is change is intended to only refactor the code. All
it does is just declaring the `min_last_update_acceptable`
...
Radoslaw Zarzynski
02:23 PM Revision d97f4c60 (ceph): osd: refactor PrimaryLogPG::recover_backfill() a little bit.
This is change is intended to only refactor the code.
The main theme is just declaring the `backfill_pos` closer
to i...
Radoslaw Zarzynski
02:23 PM Revision 6e9f9e7e (ceph): osd: link up the documentation for last_epoch_started.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:23 PM Revision 1f8ede3d (ceph): crimson/osd: rework handling of MOSDAlive.
1. Migrate `MOSDAlive` crafting from `OSD` to `ShardServices`.
2. `send_alive()` takes the `want` epoch from callers
...
Radoslaw Zarzynski
02:23 PM Revision f9ca75d4 (ceph): crimson/osd: implement PG scanning.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:22 PM Bug #46363 (In Progress): Unusual use of "guidance" on "Essentials" in the Developer Guide
Zac Dover
02:19 PM Revision 4510af8c (ceph): doc/dev: remove extraneous word "guidance".
This bug changes the sentence "If your patches emit
messages to the Ceph cluster log, please consult this
guidance:" ...
Zac Dover
02:17 PM Dashboard Bug #46500 (Fix Under Review): mgr/dashboard: Some async unittest are not being executed.
Tiago Melo
01:57 PM Dashboard Bug #46500 (Resolved): mgr/dashboard: Some async unittest are not being executed.
The following code is never executed, since the test is not waiting for it to be ready:
https://github.com/ceph/ceph...
Tiago Melo
02:07 PM Revision 1f6adf6a (ceph): crimson/common: all_same_way() static_asserts on handler's invokeability.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:07 PM Revision 7a968ee6 (ceph): crimson/common: switch to ceph_abort_msg() in errorator.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:07 PM Revision 63936872 (ceph): Merge pull request #35345 from sidharthanup/wip-xlock-luminous
luminous: mds: take xlock in the order requests start locking Sidharth Anupkrishnan
02:04 PM rgw Bug #46485 (Pending Backport): rgw: lc: Segmentation Fault when the tag of the object was not fou...
Casey Bodley
02:04 PM Revision b66ebf59 (ceph): Merge pull request #36055 from zli091/master
rgw: lc: fix Segmentation Fault when the tag of the object was not f…
Reviewed-by: Or Friedmann <ofriedma@redhat.com...
Casey Bodley
02:03 PM Revision 23ee30ed (ceph): Merge pull request #36061 from idryomov/wip-krbd-58-options-octopus
octopus: rbd: recognize crush_location, read_from_replica and compression_hint map options
Reviewed-by: Jason Dillam...
Ilya Dryomov
02:01 PM Revision c767a0c0 (ceph): cephadm: Make Vagrantfile more flexible
Now you can use a JSON or pass multiple variable to vagrant in order to
configure the outcome of VMs you get. Similar...
Stephan Müller
01:58 PM Revision 505c0be0 (ceph): tools/rados: add a parameter "-i infile" to `setomapval` command
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
01:39 PM CephFS Bug #46452 (Duplicate): mgr/volumes: Python stack trace instead of a graceful error is thrown whe...
Duplicate of https://tracker.ceph.com/issues/46496 Kotresh Hiremath Ravishankar
01:36 PM Revision 24747674 (ceph): rgw: improve scheduler log
when scheduling a dmclock requests
add to the log the scheduler type as configured
per "rgw_scheduler_type"
Fixes: h...
Mark Kogan
01:22 PM Bug #46362 (Resolved): Ill-formed sentence in Developer Guide, "Essentials"
Zac Dover
01:20 PM RADOS Documentation #16356 (Resolved): doc: manual deployment of ceph monitor needs fix
https://github.com/ceph/ceph/pull/31452 resolves this issue. Zac Dover
12:54 PM Orchestrator Bug #45999 (Resolved): cephadm shell: picking up legacy_dir
Deepika Upadhyay
12:45 PM Revision b9db4abe (ceph): msg/async/ProtocolV2: take care of features when replacing the socket
reuse_connection() can be called on exproto in BANNER_CONNECTING
(i.e. without peer_supported_features and with tx/rx...
Ilya Dryomov
12:45 PM Revision 6f63994d (ceph): msg/async/ProtocolV2: always print server_cookie in hex
Currently it's a mix of hex and dec, making it hard to grep for.
Converge on hex to match client_cookie.
Signed-off-...
Ilya Dryomov
12:45 PM Revision 5dd0e978 (ceph): doc/dev/msgr2: fix inconsistencies and update for msgr2.1
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 5eea038b71420f6e84aa481b845376f18c2fe3bc)
Ilya Dryomov
12:45 PM Revision 0dcd03f9 (ceph): msg/async/ProtocolV2: add msgr2.1 feature bit
Use msgr2.1 if the peer supports it and fall back to msgr2.0
otherwise.
Signed-off-by: Ilya Dryomov <idryomov@gmail....
Ilya Dryomov
12:45 PM Revision ec1779cb (ceph): msg/async/ProtocolV2: store supported features instead of required
We aren't interested in peer_required_features anywhere outside
_handle_peer_banner_payload() -- once we know there i...
Ilya Dryomov
12:45 PM Revision 08c9101d (ceph): msg/async/ProtocolV2: short circuit empty segments and epilogue
In both msgr2.0 and msgr2.1, segments can be empty. In msgr2.1,
epilogue can be empty as well.
Handle both by calli...
Ilya Dryomov
12:45 PM Revision ed0c903c (ceph): msg/async/frames_v2: add initial unit tests
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 0b3f4c6357701855559ee45add613e7456ceae05)...
Ilya Dryomov
12:45 PM Revision 9b19b4db (ceph): msg/async/crypto_onwire: implement msgr2.1 nonce format
Move to a 64-bit counter to avoid wrapping and having to reset
the session before the counter repeats. This is in li...
Ilya Dryomov
12:45 PM Revision f8e1f4ff (ceph): msg/async/frames_v2: implement msgr2.1 wire format
Implement msgr2.1-crc and msgr2.1-secure modes.
Issues with existing msgr2.0-crc and msgr2.0-secure modes and
their ...
Ilya Dryomov
12:45 PM Revision 46d83a2c (ceph): msg/async/frames_v2: rename and clarify FRAME_FLAGS_LATEABRT
Clarify that the frame can be aborted at any point after the
preamble and the first segment are put on the wire. Whe...
Ilya Dryomov
12:45 PM Revision 205f5319 (ceph): msg/async/frames_v2: rename epilogue structs
In preparation for msgr2,1, rename epilogue structs:
epilogue_plain_block_t to epilogue_crc_rev0_block_t and
epilogue...
Ilya Dryomov
12:45 PM Revision 2f632992 (ceph): msg/async/ProtocolV2: fix l_msgr_recv_bytes calculation
l_msgr_recv_bytes calculation was never updated from msgr1.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry...
Ilya Dryomov
12:45 PM Revision d310ae99 (ceph): msg/async/ProtocolV2: switch to FrameAssembler
Factor out the disassembly code from ProtocolV2 and switch
ProtocolV2 to FrameAssembler.
Signed-off-by: Ilya Dryomov...
Ilya Dryomov
12:45 PM Revision 95dea12a (ceph): msg/async/frames_v2: introduce FrameAssembler
Start separating frame assembly and disassembly code from
frame sending, receiving and handling code, so that assembl...
Ilya Dryomov
12:45 PM Revision 5d1eca8e (ceph): msg/async/frames_v2: make rx_segments_t global
Use it in ProtocolV2.h and later in unit tests.
While at it, drop the unused len struct.
Signed-off-by: Ilya Dryomo...
Ilya Dryomov
12:44 PM Revision 2166fb11 (ceph): msg/async/ProtocolV2: session_stream_handlers doesn't need to be public
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 6b6d405d496efa44104ad0f28958c77c314a729e)
Ilya Dryomov
12:44 PM Revision a245c17a (ceph): msg/async/ProtocolV2: adjust some douts
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit e1d1f61f2ed88d5471193a34eed88c5709b18858)
Ilya Dryomov
12:44 PM Revision f1ad2175 (ceph): msg/async/crypto_onwire: perform decryption in place
OpenSSL supports in-place decryption so we can avoid
allocating potentially multi-megabyte and strictly aligned
buffe...
Ilya Dryomov
12:44 PM Revision 4108c5dd (ceph): msg/async/crypto_onwire: remove TxHandler::calculate_segment_size()
It is unused and doesn't make much sense in TxHandler.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry pick...
Ilya Dryomov
12:44 PM Revision 047fb4d1 (ceph): msg/async/crypto_onwire: add asserts for reset_tx_handler() reservation
Add asserts to avoid bugs like the one fixed in 1a975fb3a801
("msg/async: fix unnecessary 4 kB allocation in secure m...
Ilya Dryomov
12:44 PM Revision fb5ecb1e (ceph): msg/async/crypto_onwire: allow dynamic reset_tx_handler() sequences
Provide an iterator-like interface as initializer lists cannot be
formed dynamically.
Signed-off-by: Ilya Dryomov <i...
Ilya Dryomov
12:44 PM Revision 62d6da46 (ceph): msg/async: don't forget dec(Worker::references) when met error.
This will cause unbalance between workes.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picked from com...
jianpeng ma
12:30 PM Revision 385efa7d (ceph): common: ignore SIGHUP prior to fork
Otherwise, the ceph-fuse process is terminated by the logratote task and will produce one Uninterruptible Sleep proce... hzwuhongsong
12:05 PM rgw Bug #44570: rgw segfault when uploading files with BEAST
Is it possible to please check if reproduces with version 15.x or master on the reproducing environment Mark Kogan
09:45 AM rgw Bug #44570: rgw segfault when uploading files with BEAST
Updating, the seg fault did not reproduce on... Mark Kogan
11:57 AM Orchestrator Feature #46499 (Rejected): Requesting a "ceph orch redeploy monitoring" command, as an option, so...
It recently came to my attention that the process of updating the monitoring stack to the current latest version will... Nathan Cutler
11:56 AM Revision 0491fb9a (ceph): common: Remove the superfluous break
Remove the superfuous break, as there is a 'return' before it.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
11:50 AM Revision 9037e21a (ceph): mon/OSDMonitor: Remove the superfluous break
Remove the superfuous break, as there is a 'return' before it.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Liao Pingfang
11:26 AM Dashboard Backport #43205 (New): nautilus: mgr/dashboard: integrate support for RBD mirror peer bootstrap
Laura Paduano
11:22 AM Dashboard Backport #43205 (In Progress): nautilus: mgr/dashboard: integrate support for RBD mirror peer boo...
Laura Paduano
11:19 AM RADOS Bug #46445 (Fix Under Review): nautilis client may hunt for mon very long if msg v2 is not enable...
Mykola Golub
11:10 AM rgw Bug #46128: notification: cannot delete a notification from a deleted bucket
in addition (and due to the same design):
when multiple notifications are created using the same topic, multiple top...
Yuval Lifshitz
11:04 AM CephFS Bug #46496 (Fix Under Review): pybind/mgr/volumes: subvolume operations throw exception if volume...
Kotresh Hiremath Ravishankar
09:44 AM CephFS Bug #46496 (In Progress): pybind/mgr/volumes: subvolume operations throw exception if volume does...
Kotresh Hiremath Ravishankar
09:44 AM CephFS Bug #46496 (Resolved): pybind/mgr/volumes: subvolume operations throw exception if volume doesn't...
Most of the volume/subvolume operations throw exception if the volume doesn't exist.
e.g.
$ bin/ceph fs subvolu...
Kotresh Hiremath Ravishankar
10:42 AM CephFS Backport #46498 (In Progress): octopus: mgr/nfs: Update nfs-ganesha package requirements
https://github.com/ceph/ceph/pull/36063 Varsha Rao
10:39 AM CephFS Backport #46498 (Resolved): octopus: mgr/nfs: Update nfs-ganesha package requirements
https://github.com/ceph/ceph/pull/36063 Varsha Rao
10:34 AM Revision c229b7e9 (ceph): doc: Update nfs-ganesha package requirements
Fixes: https://tracker.ceph.com/issues/46449
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
10:18 AM Orchestrator Bug #46497 (Resolved): cephadm: prevent colon character for service_ids.
https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/LL7N4K5RBG2E7P7MDTVC66U2ZHODJEFA/... Sebastian Wagner
09:37 AM bluestore Bug #46490: osds crashing during deep-scrub
First of all IMO the Nautilus back trace isn't valid - there is no RocksDBBlueFSVolumeSelector::select_prefer_bdev ca... Igor Fedotov
08:55 AM Backport #46307 (Resolved): octopus: unittest_lockdep failure
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36050
m...
Nathan Cutler
08:54 AM rgw Backport #46340 (Resolved): octopus: [rgw] listing bucket via s3 hangs on "ordered bucket listing...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35877
m...
Nathan Cutler
08:54 AM mgr Backport #45786: octopus: dashboard/rbd: Add button to copy the bootstrap token into the clipboard
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35796
m...
Nathan Cutler
08:54 AM Dashboard Backport #46308: octopus: mgr/dashboard: Display check icon instead of true|false in various data...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35892
m...
Nathan Cutler
08:44 AM Dashboard Backport #46092: nautilus: mgr/dashboard: Table column dowpdown does not close
Note: As discussed offline with Tiago it would make more sense to provide a "manual" fix directly for nautilus, since... Laura Paduano
08:43 AM Dashboard Backport #46091: octopus: mgr/dashboard: Table column dowpdown does not close
Note: As discussed offline with Tiago it would make more sense to provide a "manual" fix directly for octopus, since ... Laura Paduano
06:49 AM mgr Bug #46495: mgr: rgw doesn't show in service map
The tests fail on the RGW page.
The RGW process is up but not in the service map....
Kiefer Chang
06:22 AM mgr Bug #46495 (Resolved): mgr: rgw doesn't show in service map
The e2e test is failing on master with the following error messages:... Kiefer Chang
05:56 AM Dashboard Bug #46494 (Resolved): mgr/dashboard: remove password field if login is using SSO and fix error m...
In User management->Users->Create, password fields are optional. It should be added as mandatory field Avan Thakkar
05:49 AM Revision 67081098 (ceph): rgw: Swift API anonymous access should 401
There was a previous patch to fix this but turns out that only fixed it
for the Swift V1 auth. And it actaully broke ...
Matthew Oliver
05:17 AM Orchestrator Bug #46327: cephadm: nfs daemons share the same config object
Thanks Patrick and Micahel's for the comments.
To adapt the new design, I've created some new issue:
* #46493 - Nee...
Kiefer Chang
05:14 AM Dashboard Feature #46493 (Resolved): mgr/dashboard: integrate Dashboard with mgr/nfs module interface
Cephadm can provide a adopt method or documentation to migrate existing NFS ganesha daemons.
The adoption should c...
Kiefer Chang
05:09 AM Dashboard Bug #46492 (Resolved): mgr/dashboard: adapt NFS-Ganesha design change in Octopus (daemons -> serv...
Starts from Octopus release, Ganesha daemons deployed by Cephadm or Volumes NFS interface shared a single configurati... Kiefer Chang
05:04 AM RADOS Bug #46242: rados -p default.rgw.buckets.data returning over millions objects No such file or dir...
Hi Josh,
Object still exist:
Just done your test and failed with single quotes -> https://gyazo.com/a04fcf5b522...
Manuel Rios
03:19 AM Revision 206a11b4 (ceph): blk/zoned: do not use g_ceph_context for reading conf
use local `cct` instead, more consistent this way
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:19 AM Revision 6f7895fa (ceph): blk/BlockDevice: use ceph_assertf() for assert
also silences a warning like
src/blk/BlockDevice.cc:158:1: warning: label 'out_fail' defined but not used [-Wunused-...
Kefu Chai
12:57 AM Revision 5ace6405 (ceph): osd/OSD: simple perfcounter usage in OSDService
Move create_logger()/create_recoverystate_perf() into construct to
avoid check logger in OSDService. And avoid in des...
jianpeng ma

07/12/2020

08:20 PM Revision 349024a4 (ceph): qa/suites/krbd: turn on balanced reads for the fsx subsuite
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit d15e0cad1a6c1912820c43463cd8f8576968a870)
Ilya Dryomov
08:20 PM Revision 7a811ac8 (ceph): test/librbd/fsx: respect rbd_default_map_options in krbd_open()
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit b29dfc4624f3b8286d345ec62894fa70c5f6cf9b)
Ilya Dryomov
08:19 PM Revision b2a86bd5 (ceph): rbd: recognize compression_hint map option
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 4983eabd6fe75bb6f669d9d18388349f342a5d27)
Ilya Dryomov
08:19 PM Revision 7a1c7d3e (ceph): rbd: recognize crush_location and read_from_replica map options
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit e3874a25f0e828e2a6bd8735dbeb14197008896c)
Ilya Dryomov
02:51 PM rgw Feature #46491 (Fix Under Review): Prefetch GET range request
Prefetch GET range request
Currently RGW is not prefetch GET range request so it needs to send twice RADOS ops
Or Friedmann
01:06 PM Revision 5994ec12 (ceph): rgwlc: fix Segmentation Fault related to tags.
It is found that rgw crashes when putting a tag beyond the rule to the object, which can be solved by adding the retu... zhuo li
11:33 AM Revision 0900bd8c (ceph): rgw: add negative cache to the system object
add negative cache to the system object
Signed-off-by: Or Friedmann <ofriedma@redhat.com>
Fixes: https://tracker.ce...
Or Friedmann
10:48 AM rgw Bug #46485 (Fix Under Review): rgw: lc: Segmentation Fault when the tag of the object was not fou...
Or Friedmann
07:39 AM mgr Bug #46440 (Fix Under Review): mgr: don't update osd stat which is already out
Kefu Chai

07/11/2020

08:19 PM Revision 1ac5c745 (ceph): Merge pull request #36008 from idryomov/wip-krbd-58-options
rbd: recognize crush_location, read_from_replica and compression_hint map options
Reviewed-by: Jason Dillaman <dilla...
Ilya Dryomov
05:19 PM Revision ef10bee7 (ceph): denc: add boost::container::small_vector support
i could use `_denc::container_base<>` and `_denc::pushback_details<>` to
implement the traits for boost::container::s...
Kefu Chai
05:19 PM Revision 65b04085 (ceph): mds: do not decode EMetaBlob::fullbit struct_v < 8
the struct_v of EMetaBlob::fullbit::encode was bumped from 7 to 8 in
d62c67ca2041797fc7aa212ae4a37ba91e5620e7, the ol...
Kefu Chai
05:14 PM Revision 10da9f8b (ceph): Merge pull request #36041 from tchaikov/wip-mds-EMetaBlob
ceph-object-corpus: pick up changes to drop backward compatibility of…
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Kefu Chai
03:11 PM Revision 07e127b4 (ceph): ceph-object-corpus: pick up changes to drop backward compatibility
to drop backward compatibility of EMetaBlob
see also https://github.com/ceph/ceph-object-corpus/pull/12
Signed-off-...
Kefu Chai
03:08 PM bluestore Bug #46490 (Need More Info): osds crashing during deep-scrub
During scrubbing osds from our 8+3 EC-pool seem to be randomly crashing with the backtrace:... Lawrence Smith
02:50 PM Dashboard Bug #44877 (Resolved): mgr/dashboard: allow custom dashboard grafana url when set by cephadm
Kefu Chai
02:49 PM Revision 631fba81 (ceph): Merge pull request #35747 from adk3798/cephadm-44877
mgr/cephadm: allow custom dashboard grafana url
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Kefu Chai
12:34 PM Revision 26f35dd7 (ceph): kv: replace compat_mkdir with fs::create_directory
so no need to use a wrapper maintained by ourselves.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:12 PM Revision ca77d2ec (ceph): Merge pull request #32852 from ifed01/wip-ifed-simplify-pin
os/bluestore: simplify Onode pin/unpin logic.
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
11:32 AM mgr Fix #46416 (Pending Backport): mgr progress module causes needless load
Kefu Chai
11:32 AM Revision dcb71fba (ceph): Merge pull request #35973 from mlausch/mgr-progress-perf
mgr/progress: Skip pg_summary update if _events dict is empty.
Reviewed-by: Mykola Golub <mgolub@suse.com>
Kefu Chai
11:31 AM Revision 09bc09c7 (ceph): Merge pull request #35915 from jmolmo/fix_rook_create_osd
mgr/rook: Fix error creating OSDs
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Kefu Chai
11:28 AM Revision b9237a3d (ceph): Merge pull request #35968 from optimistyzy/73_debug
NVMEDevice: Fix the issue of multiple OSDs when using SPDK
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:28 AM Revision 89a5e3d8 (ceph): Merge pull request #32707 from petrutlucian94/windows.4
Windows support [part 4]
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Jason Dillaman <dillaman@r...
Kefu Chai
11:26 AM Revision dcf3bb54 (ceph): Merge pull request #35971 from tchaikov/wip-addr-parsing-strncpy
common/addr_parsing: refactor safe_cat()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
11:24 AM Revision 4b3b4c25 (ceph): Merge pull request #35990 from votdev/fix_cephadm_py_code
cephadm: Fix Python formating issues
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:39 AM Revision ca563407 (ceph): Merge pull request #36050 from smithfarm/wip-46307-octopus
octopus: tests: unittest_lockdep: skip lockdep test if CEPH_DEBUG_MUTEX is not defined
Reviewed-by: Kefu Chai <kchai...
Nathan Cutler
09:01 AM Revision 7898ac87 (ceph): bluestore: fix typo in _flush function declaration
fab0c7148e84b1612e8e422e1876643a7cd4070b split BlueFS::_flush() into two
functions, each with a slightly different ar...
Nathan Cutler
08:54 AM Backport #46307 (In Progress): octopus: unittest_lockdep failure
Nathan Cutler
08:54 AM Revision 012e83d2 (ceph): test/unittest_lockdep: skip lockdep test if CEPH_DEBUG_MUTEX is not def...
this change addresses a regression introduced by
2dc50b5f91476cf10429dbcdd52b00e32f599d5c
Fixes: https://tracker.cep...
Kefu Chai
08:52 AM bluestore Backport #46009 (In Progress): octopus: ObjectStore/StoreTestSpecificAUSize.ExcessiveFragmentatio...
Nathan Cutler
08:52 AM Revision e78b9603 (ceph): test/objectstore/store_test: kill ExcessiveFragmentation test case.
This test case was introduced by https://github.com/ceph/ceph/pull/18494
to verify allocation failure handling while ...
Igor Fedotov
08:51 AM Backport #46015 (In Progress): octopus: log: the time precision of log is only milliseconds becau...
Nathan Cutler
08:51 AM Revision bdcce088 (ceph): log: fix timestap precision of log can't set to millisecond.
The option log_coarse_timestamps can be set to Log::clock
successfully,but the Log::clock has no effect on time accur...
Ivan Guan
08:50 AM CephFS Backport #46479 (In Progress): octopus: mds: send scrub status to ceph-mgr only when scrub is run...
Nathan Cutler
08:50 AM Revision 57c728ef (ceph): mds: send scrub status to ceph-mgr only when scrub is running
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 5a7d0632d989536e09b2d916b5ea9713dc8dbea5)
Venky Shankar
08:50 AM Revision bf648d03 (ceph): mgr: set `task_dirty_status` on reconnect
... so that upon reconnect the manager client updates manager
with whatever is available in ->task_status field.
Sig...
Venky Shankar
08:50 AM Revision d7deccff (ceph): test: adjust scrub control tests for optional scrub status
Fixes: http://tracker.ceph.com/issues/45349
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
08:49 AM CephFS Backport #46469 (In Progress): octopus: client: release the client_lock before copying data in read
Nathan Cutler
08:48 AM Revision d921842d (ceph): client: release the client_lock before copying data in read
Fixes: https://tracker.ceph.com/issues/46025
Signed-off-by: Chencan <chen.can2@zte.com.cn>
(cherry picked from commit...
chencan chencan
08:46 AM CephFS Backport #46410 (In Progress): octopus: client: supplying ceph_fsetxattr with no value unsets xattr
Nathan Cutler
08:46 AM Revision 60fd8d8d (ceph): client: Fix setxattr with 0 size specified
When xattrs are set with 0 size, the value should be set to an empty string.
Signed-off-by: Sidharth Anupkrishnan <sa...
Sidharth Anupkrishnan
08:44 AM CephFS Backport #46402 (In Progress): octopus: client: recover from a killed session (w/ blacklist)
Nathan Cutler
08:41 AM CephFS Backport #46348 (In Progress): octopus: qa/tasks: make sh() in vstart_runner.py identical with te...
Nathan Cutler
08:41 AM Revision 42847ec9 (ceph): qa/tasks: make sh() in vstart_runner.py identical with teuthology.orche...
Fixes: https://tracker.ceph.com/issues/46069
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commi...
Jos Collin
08:40 AM CephFS Backport #46311 (In Progress): octopus: qa/tasks/cephfs/test_snapshots.py: Command failed with st...
Nathan Cutler
08:40 AM Revision 1bba4231 (ceph): qa/tasks/cephfs/cephfs_test_case.py: skip cleaning the core dumps
|/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e %P %I %h
If the first character of this file is a pipe symbol (|), ...
Xiubo Li
08:32 AM CephFS Backport #46199 (In Progress): octopus: qa: "[WRN] evicting unresponsive client smithi131:z (6314...
Nathan Cutler
08:32 AM Revision f7010cc3 (ceph): Revert "Revert "qa/suites/rados/mgr/tasks/module_selftest: whitelist mg...
This reverts commit a7994a0fdddfa2eadd678ae0f3ec58324f19731d.
Failed attempt at solving the issue is in PR #33272. U...
Venky Shankar
07:13 AM Revision 832ed27a (ceph): Merge pull request #35717 from dmick/wip-cephadm-doc
doc/dev/cephadm.rst: clarify, fix spelling nits Dan Mick
06:20 AM Dashboard Bug #46442: mgr/dashboard: ceph-api-nightly-master-backend Jenkins test error: test_get_export (t...
/a/kchai-2020-07-11_05:07:55-rados-wip-kefu-testing-2020-07-11-1109-distro-basic-smithi/5215093/
/a/kchai-2020-07-11...
Kefu Chai
02:42 AM Revision 0abe8292 (ceph): Merge PR #35813 into master
* refs/pull/35813/head:
vstart.sh: use output of hostname for cephadm
Reviewed-by: Michael Fritch <mfritch@suse.com>
Patrick Donnelly

07/10/2020

11:57 PM CephFS Documentation #46449 (Pending Backport): mgr/nfs: Update nfs-ganesha package requirements
Patrick Donnelly
11:36 AM CephFS Documentation #46449 (Fix Under Review): mgr/nfs: Update nfs-ganesha package requirements
Varsha Rao
11:29 AM CephFS Documentation #46449 (Resolved): mgr/nfs: Update nfs-ganesha package requirements
Varsha Rao
11:46 PM Revision 25e1b25e (ceph): Merge PR #36009 into master
* refs/pull/36009/head:
doc: Update nfs-ganesha package requirements
Reviewed-by: Patrick Donnelly <pdonnell@redhat...
Patrick Donnelly
09:55 PM CephFS Backport #46188 (In Progress): octopus: mds: EMetablob replay too long will cause mds restart
Nathan Cutler
09:55 PM Revision 5e289d6a (ceph): mds: reset heartbeat in EMetaBlob replay
Fixes: https://tracker.ceph.com/issues/46042
Signed-off-by: Yanhu Cao <jrcaoyanhu@jd.com>
(cherry picked from commit ...
Yanhu Cao
09:50 PM CephFS Backport #46186 (In Progress): octopus: client: fix snap directory atime
Nathan Cutler
09:50 PM Revision 277ccd72 (ceph): client: fix snap directory atime
For consistency, also get the .snap directory atime from the parent
directory. Otherwise, this timestamp will be kep...
Luis Henriques
09:49 PM CephFS Backport #46185: octopus: cephadm: mds permissions for osd are unnecessarily permissive
cephadm fix being backported to octopus along with all other cephadm-related fixes and features Nathan Cutler
09:49 PM CephFS Backport #46185 (Resolved): octopus: cephadm: mds permissions for osd are unnecessarily permissive
Nathan Cutler
09:49 PM CephFS Bug #46081 (Resolved): cephadm: mds permissions for osd are unnecessarily permissive
Nathan Cutler
09:48 PM Revision 9ef455ba (ceph): mgr/DaemonServer.cc: make 'config show' on fsid work
This follows 5661dd75efd48251b7f433b1ffe01c9c52906e96, which added special
handling for "config get" to work on fsid....
Neha Ojha
09:47 PM CephFS Backport #46152 (In Progress): octopus: test_scrub_pause_and_resume (tasks.cephfs.test_scrub_chec...
Nathan Cutler
09:47 PM Revision b2f533d6 (ceph): mds: do not defer incoming mgrmap when mds is laggy
When the mds is laggy, the incoming mgrmap is queued to be processed
at a later stage. But, the mds does not handle m...
Venky Shankar
09:44 PM mgr Backport #46488 (Rejected): nautilus: pybind/mgr/pg_autoscaler/module.py: do not update event if ...
bug appears to have been introduced by 091dc321b10c8432192a8f76823a0ea97096885d which is not being backported to naut... Nathan Cutler
09:40 PM mgr Backport #46488 (Rejected): nautilus: pybind/mgr/pg_autoscaler/module.py: do not update event if ...
Nathan Cutler
09:41 PM mgr Backport #46489 (In Progress): octopus: pybind/mgr/pg_autoscaler/module.py: do not update event i...
Nathan Cutler
09:40 PM mgr Backport #46489 (Resolved): octopus: pybind/mgr/pg_autoscaler/module.py: do not update event if e...
https://github.com/ceph/ceph/pull/36037 Nathan Cutler
09:41 PM Revision 48a80f23 (ceph): pybind/mgr/pg_autoscaler/module.py: do not update event if ev.pg_num ==...
Fixes: https://tracker.ceph.com/issues/44186
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 4...
Neha Ojha
09:40 PM mgr Bug #44186: Module 'pg_autoscaler' has failed: division by zero
@Neha - reopening an old ticket that has already been backported makes it difficult to backport the second round of f... Nathan Cutler
09:35 PM mgr Bug #44186 (Resolved): Module 'pg_autoscaler' has failed: division by zero
Nathan Cutler
09:39 PM RADOS Bug #46443: ceph_osd crash in _committed_osd_maps when failed to encode first inc map
fa842716b6dc3b2077e296d388c646f1605568b0 arrived in v14.2.10 and touches _committed_osd_maps Dan van der Ster
07:42 AM RADOS Bug #46443 (Resolved): ceph_osd crash in _committed_osd_maps when failed to encode first inc map
We upgraded a mimic cluster to v14.2.10, everything was running and ok.
I triggerd an monmap change with the command...
Markus Binz
09:37 PM mgr Bug #46487 (Resolved): pybind/mgr/pg_autoscaler/module.py: do not update event if ev.pg_num== ev....
Nathan Cutler
09:35 PM mgr Backport #46196 (Resolved): octopus: Module 'pg_autoscaler' has failed: division by zero
This was merged into master in the Octopus pre-release phase when master was being regularly merged into octopus and ... Nathan Cutler
09:34 PM Revision bdfb8b18 (ceph): Merge pull request #35930 from smithfarm/wip-luminous-eol
doc: remove luminous from active releases
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai...
Josh Durgin
09:32 PM RADOS Backport #46460 (In Progress): octopus: pybind/mgr/balancer: should use "==" and "!=" for compari...
Nathan Cutler
05:50 PM RADOS Backport #46460 (Resolved): octopus: pybind/mgr/balancer: should use "==" and "!=" for comparing ...
https://github.com/ceph/ceph/pull/36036 Nathan Cutler
09:32 PM Revision ccc89c34 (ceph): pybind/mgr/balancer: use "==" and "!=" for comparing str
we cannot assume that two values with the same value share the same
identity in Python.
also silences warnings like:...
Kefu Chai
09:31 PM RADOS Backport #46286 (In Progress): octopus: mon: log entry with garbage generated by bad memory access
Nathan Cutler
09:31 PM Revision 5feaa693 (ceph): mon/MDSMonitor: copy MDS info which may be removed
Otherwise the log entry will contain garbage (and crash the mgr).
Fixes: https://tracker.ceph.com/issues/46216
Signe...
Patrick Donnelly
09:30 PM RADOS Backport #46261 (In Progress): octopus: larger osd_scrub_max_preemptions values cause Floating po...
Nathan Cutler
09:30 PM Revision 544c7ff5 (ceph): common, osd: add sanity checks around osd_scrub_max_preemptions
to limit maximum preempt_divisor we can use when backing off the
chunky-scrub range on preempting.
Otherwise large o...
xie xingguo
09:29 PM RADOS Backport #46089 (In Progress): octopus: PG merge: FAILED ceph_assert(info.history.same_interval_s...
Nathan Cutler
09:29 PM Revision 64a05dba (ceph): osd/PeeringState: fix history.same_interval_since of merge target again
The symptom looks much like we see in
https://tracker.ceph.com/issues/37654.
The root cause is that both merge sour...
xie xingguo
09:28 PM RADOS Backport #46086 (In Progress): octopus: osd: wakeup all threads of shard rather than one thread
Nathan Cutler
09:28 PM Revision 51d3e7f4 (ceph): osd/OSD: wakeup all threads of shard.
In our test(4NVME), we found for 4K randread(8/16 mean shard, 2/1 mean
thread_per_shard):
QD 8_2(IOPS(k)) 16_1(IOPS(K...
jianpeng ma
09:27 PM RADOS Backport #46017 (In Progress): nautilus: ceph_test_rados_watch_notify hang
Nathan Cutler
09:27 PM Revision 72168501 (ceph): remove ceph_test_rados_watch_notify
This is an old test, we have good watch/notify coverage in the newer
tests, and it is buggy.
Fixes: https://tracker....
Sage Weil
09:26 PM RADOS Backport #46018 (Resolved): octopus: ceph_test_rados_watch_notify hang
The original fix went into octopus during the pre-release phase when bugfixes were being merged to octopus and octopu... Nathan Cutler
09:24 PM RADOS Backport #46016 (In Progress): octopus: osd-backfill-stats.sh failing intermittently in TEST_back...
Nathan Cutler
09:24 PM Revision 56db0188 (ceph): test: osd-backfill-stats.sh use nobackfill to avoid races in remaining ...
Fixes: https://tracker.ceph.com/issues/44314
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from co...
David Zafman
09:23 PM RADOS Backport #46007 (In Progress): octopus: PrimaryLogPG.cc: 627: FAILED ceph_assert(!get_acting_reco...
Nathan Cutler
09:23 PM Revision d618008c (ceph): osd/PrimaryLogPG: don't populate watchers if replica
If an object has an established watch, serving a read from replica
eventually leads to an assert in is_degraded_or_ba...
Ilya Dryomov
09:20 PM rgw Backport #46467 (In Progress): octopus: rgw: radoslist incomplete multipart uploads fix marker pr...
Nathan Cutler
05:51 PM rgw Backport #46467 (Resolved): octopus: rgw: radoslist incomplete multipart uploads fix marker progr...
https://github.com/ceph/ceph/pull/36028 Nathan Cutler
09:20 PM Revision 9c90a043 (ceph): rgw: radoslist incomplete multipart uploads fix marker progression
When the radosgw-admin radoslist was running, the portion where it
lists the incomplete multipart uploads did not han...
J. Eric Ivancich
09:18 PM rgw Backport #46462 (In Progress): octopus: rgw: rgw-orphan-list -- fix interaction, quoting, and per...
Nathan Cutler
05:50 PM rgw Backport #46462 (Resolved): octopus: rgw: rgw-orphan-list -- fix interaction, quoting, and percen...
https://github.com/ceph/ceph/pull/36027 Nathan Cutler
09:16 PM Revision 57433e85 (ceph): rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
The interactive mode wasn't working due to prompts going to stdout
instead of stderr. If a space should appear in tem...
J. Eric Ivancich
09:14 PM rgw Backport #46459 (In Progress): octopus: rgw: orphan list teuthology test & fully-qualified domain...
Nathan Cutler
05:50 PM rgw Backport #46459 (Resolved): octopus: rgw: orphan list teuthology test & fully-qualified domain issue
https://github.com/ceph/ceph/pull/36027 Nathan Cutler
09:14 PM Revision 39c150ea (ceph): rgw: orphan list teuthology test & fully-qualified domain issue
Sometimes when teuthology machines are provisioned, the command
`hostname --fqdn` does not provide a fully qualified ...
J. Eric Ivancich
09:13 PM rgw Backport #46457 (In Progress): octopus: [RGW]: avc denial observed for pid=13757 comm="radosgw" ...
Nathan Cutler
05:50 PM rgw Backport #46457 (Resolved): octopus: [RGW]: avc denial observed for pid=13757 comm="radosgw" on ...
https://github.com/ceph/ceph/pull/36026 Nathan Cutler
08:46 PM RADOS Bug #43888: osd/osd-bench.sh 'tell osd.N bench' hang
Couple of updates on this:
1. Reproduced the issue with some extra debug logging.
https://pulpito.ceph.com/no...
Neha Ojha
07:51 PM rgw Backport #46006 (Need More Info): octopus: role policies allow access to all buckets when using b...
non-trivial feature backport
@Pritha, can you take this one?
Nathan Cutler
07:49 PM rgw Backport #46005 (In Progress): octopus: rgw: bucket index entries marked rgw.none not accounted f...
Nathan Cutler
07:49 PM Revision 28b32d97 (ceph): rgw: add check for index entry's existing when we add bucket stats dur...
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
(cherry picked from commit ce42734773203bfd2d620e697...
zhang Shaowen
07:48 PM rgw Backport #45951 (In Progress): octopus: add access log line to the beast frontend
Nathan Cutler
07:47 PM Revision 2fe945f8 (ceph): rgw: add access log to the beast frontend
Add to the Beast frontend an access log line similar to CivetWeb.
attempting to adhere as much as possible to the Apa...
Mark Kogan
07:46 PM rgw Backport #45933 (In Progress): octopus: Add user identity to OPA request
Nathan Cutler
07:46 PM Revision ce18eec6 (ceph): rgw: Add subuser to OPA request
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 793aaaaed9029e032128b50767a5faf1bb7f6d81)
Seena Fallah
07:45 PM rgw Backport #45931 (In Progress): octopus: Add support wildcard subuser on bucket policy
Nathan Cutler
07:45 PM Revision 36d792cd (ceph): rgw: Add support wildcard subuser for bucket policy
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 0008f84cb03402b159001bf6b6c3a2ff48b2de9b)
Seena Fallah
07:43 PM rgw Backport #45928 (In Progress): octopus: rgw/ swift stat can hang
Nathan Cutler
07:43 PM Revision 4ca5a48f (ceph): rgw: fix loop problem with swift stat on account.
Loop logic in RGWStatAccount::execute was failing to change the
marker before repeating a call to rgw_read_user_bucke...
Marcus Watts
07:40 PM rgw Bug #46485 (In Progress): rgw: lc: Segmentation Fault when the tag of the object was not found in...
Nathan Cutler
07:39 PM rgw Bug #46485 (Resolved): rgw: lc: Segmentation Fault when the tag of the object was not found in th...
master needs the following patch in ... Nathan Cutler
07:30 PM CephFS Backport #45825 (Resolved): luminous: MDS config reference lists mds log max expiring
Patrick Donnelly
07:30 PM rgw Backport #45926 (In Progress): octopus: Bucket quota not check in copy operation
Nathan Cutler
07:30 PM Revision 042e1c20 (ceph): rgw: add quota enforcement to CopyObj
Fixes: https://tracker.ceph.com/issues/45382
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
07:29 PM Revision 25e38a90 (ceph): Merge PR #35516 into luminous
* refs/pull/35516/head:
doc: mds-config-ref: update 'mds_log_max_segments' value.
Reviewed-by: Patrick Donnelly <pd...
Patrick Donnelly
07:28 PM rgw Backport #45923 (Need More Info): nautilus: radsgw-admin bucket list/stats does not list/stat all...
non-trivial backport
@Eric, can you take this one?
Nathan Cutler
07:27 PM rgw Backport #45924 (In Progress): octopus: radsgw-admin bucket list/stats does not list/stat all buc...
Nathan Cutler
07:27 PM Revision 4ff1eaf2 (ceph): rgw: convert rgw_user_max_buckets to new config options
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit 97bd1dca5c97c4e077de0b88f1280477e521...
J. Eric Ivancich
07:26 PM Revision 4d348f04 (ceph): rgw: clean up code around buckets listing
This commit adds some const correctness, avoids some string/structure
copying, and reformats some code.
Signed-off-b...
J. Eric Ivancich
07:21 PM Revision cd4932b6 (ceph): rgw: bucket list/stats truncates for user w/ >1000 buckets
The is_truncated flag was not being handled properly and therefore
limited the output on these radosgw-admin commands...
J. Eric Ivancich
07:17 PM rgw Backport #45645 (In Progress): octopus: [rfe] rgw: parallelize single-node lifecycle processing
Nathan Cutler
07:12 PM rgw Backport #45922 (In Progress): octopus: [rfe] rgw: add lifecycle perfcounters
Nathan Cutler
06:51 PM rgw Backport #46340: octopus: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires r...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35877
merged
Yuri Weinstein
06:51 PM Revision 690c7ca1 (ceph): Merge pull request #35877 from ivancich/octopus-rgw-ordered-listing-stuck
octopus: rgw: fix bug where ordered bucket listing gets stuck
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein
06:47 PM Cleanup #46484: sepia/new-client: migrate from python2 to python3
test:
./new-client deepika@x1carbon
o/p:...
Deepika Upadhyay
06:26 PM Cleanup #46484 (In Progress): sepia/new-client: migrate from python2 to python3
Since python2 is in EOL and Fedora 32 has dropped it completely, it becomes relevant to update our new-client script ... Deepika Upadhyay
06:44 PM rgw Backport #45913 (In Progress): octopus: rgw crashes while accessing an invalid iterator in gc upd...
Nathan Cutler
06:44 PM Revision af2b54bf (ceph): cls/rgw_gc: Fixing the iterator used to access urgent data map
in xattr in cls_rgw_gc. The incorrect iterator caused a crash
in osd.
Signed-off-by: Pritha Srivastava <prsrivas@red...
Pritha Srivastava
06:43 PM rgw-testing Backport #45840: octopus: keystone [-] Unhandled error: pkg_resources.ContextualVersionConflict: ...
v15.2.3-431-gec315386e94 Nathan Cutler
06:42 PM rgw-testing Backport #45840 (Resolved): octopus: keystone [-] Unhandled error: pkg_resources.ContextualVersio...
Nathan Cutler
06:41 PM rgw-testing Backport #45811 (Resolved): nautilus: keystone [-] Unhandled error: pkg_resources.ContextualVersi...
Nathan Cutler
06:39 PM rgw-testing Backport #45811: nautilus: keystone [-] Unhandled error: pkg_resources.ContextualVersionConflict:...
v14.2.9-777-g76f44fe5588 Nathan Cutler
06:39 PM Revision 04312ff7 (ceph): Merge pull request #36014 from djgalloway/nautilus
qa: Target CentOS 7.8 notcmalloc for this job
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
06:33 PM Dashboard Documentation #45863 (Fix Under Review): mgr/dashboard: generate and publish REST API document fo...
Ernesto Puerta
06:16 PM Revision bf657f8e (ceph): qa: Target CentOS 7.8 notcmalloc for these jobs
We don't build nautilus on centos8 notcmalloc
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway
06:14 PM CephFS Backport #45852 (Resolved): nautilus: mds: scrub on directory with recently created files may fai...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35400
m...
Nathan Cutler
06:13 PM CephFS Backport #45847 (Resolved): nautilus: qa/fuse_mount.py: tests crash when /sys/fs/fuse/connections...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35399
m...
Nathan Cutler
06:12 PM Revision b29dfc46 (ceph): test/librbd/fsx: respect rbd_default_map_options in krbd_open()
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
06:12 PM Revision d15e0cad (ceph): qa/suites/krbd: turn on balanced reads for the fsx subsuite
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
06:12 PM Revision 4983eabd (ceph): rbd: recognize compression_hint map option
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
06:12 PM Revision e3874a25 (ceph): rbd: recognize crush_location and read_from_replica map options
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
06:10 PM CephFS Backport #45843 (Resolved): nautilus: ceph-fuse: the -d option couldn't enable the debug mode in ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35398
m...
Nathan Cutler
06:10 PM CephFS Backport #45839 (Resolved): nautilus: mds may start to fragment dirfrag before rollback finishes
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35397
m...
Nathan Cutler
06:09 PM CephFS Backport #45774 (Resolved): nautilus: vstart_runner: LocalFuseMount.mount should set set.mounted ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35396
m...
Nathan Cutler
06:09 PM CephFS Backport #45709 (Resolved): nautilus: mds: wrong link count under certain circumstance
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35394
m...
Nathan Cutler
06:09 PM CephFS Backport #45898 (Resolved): nautilus: mds: add config to require forward to auth MDS
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35377
m...
Nathan Cutler
06:08 PM CephFS Backport #45887 (Resolved): nautilus: client: fails to reconnect to MDS
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35403
m...
Nathan Cutler
06:07 PM Dashboard Backport #45945 (Resolved): nautilus: mgr/dashboard: backend test failure on tasks.mgr.dashboard....
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34095
m...
Nathan Cutler
06:07 PM Dashboard Backport #44696 (Resolved): nautilus: mgr/dashboard: add popover list of Stand-by Managers & Meta...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34095
m...
Nathan Cutler
05:58 PM Dashboard Cleanup #36563 (Resolved): mgr/dashboard: Improve SummaryService's getCurrentSummary method
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:58 PM Dashboard Feature #38234 (Resolved): mgr/dashboard Replace broken osd
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:57 PM CephFS Bug #40746 (Resolved): client: removing dir reports "not empty" issue due to client side filled w...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:57 PM CephFS Bug #40821 (Resolved): osdc: objecter ops output does not have useful time information
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:56 PM CephFS Bug #42107 (Resolved): client: no method to handle SEEK_HOLE and SEEK_DATA in lseek
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:56 PM Dashboard Backport #46483 (Rejected): octopus: mgr/dashboard: stay on active tab
Nathan Cutler
05:55 PM CephFS Bug #44316 (Resolved): mds: assert(p != active_requests.end())
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:54 PM bluestore Bug #44880 (Resolved): ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:54 PM Dashboard Cleanup #45109 (Resolved): qa: mgr/dashboard: Replace Telemetry module in REST API test
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:54 PM CephFS Backport #46480 (Resolved): nautilus: mds: send scrub status to ceph-mgr only when scrub is runni...
https://github.com/ceph/ceph/pull/36183 Nathan Cutler
05:54 PM CephFS Backport #46479 (Resolved): octopus: mds: send scrub status to ceph-mgr only when scrub is runnin...
https://github.com/ceph/ceph/pull/36047 Nathan Cutler
05:53 PM CephFS Backport #46478 (Resolved): nautilus: pybind/mgr/volumes: volume deletion should check mon_allow_...
https://github.com/ceph/ceph/pull/36167 Nathan Cutler
05:53 PM CephFS Backport #46477 (Resolved): octopus: pybind/mgr/volumes: volume deletion should check mon_allow_p...
https://github.com/ceph/ceph/pull/36327 Nathan Cutler
05:53 PM rgw Backport #46476 (Resolved): nautilus: aws iam get-role-policy doesn't work
https://github.com/ceph/ceph/pull/36193 Nathan Cutler
05:53 PM rgw Backport #46475 (Resolved): octopus: aws iam get-role-policy doesn't work
https://github.com/ceph/ceph/pull/36645 Nathan Cutler
05:53 PM CephFS Backport #46474 (Resolved): nautilus: mds: make threshold for MDS_TRIM warning configurable
https://github.com/ceph/ceph/pull/36175 Nathan Cutler
05:52 PM CephFS Backport #46473 (Resolved): octopus: mds: make threshold for MDS_TRIM warning configurable
https://github.com/ceph/ceph/pull/36970 Nathan Cutler
05:52 PM rgw Backport #46472 (Resolved): nautilus: crash on realm reload during shutdown
https://github.com/ceph/ceph/pull/36192 Nathan Cutler
05:52 PM rgw Backport #46471 (Resolved): octopus: crash on realm reload during shutdown
https://github.com/ceph/ceph/pull/36644 Nathan Cutler
05:52 PM CephFS Bug #45971 (Resolved): vstart: set $CEPH_CONF when calling ganesha-rados-grace commands
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:52 PM CephFS Backport #46470 (Resolved): nautilus: client: release the client_lock before copying data in read
https://github.com/ceph/ceph/pull/36294 Nathan Cutler
05:52 PM CephFS Backport #46469 (Resolved): octopus: client: release the client_lock before copying data in read
https://github.com/ceph/ceph/pull/36046 Nathan Cutler
05:52 PM CephFS Bug #46079 (Resolved): handle multiple ganesha.nfsd's appropriately in vstart.sh
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:51 PM rgw Backport #46468 (Resolved): nautilus: rgw: radoslist incomplete multipart uploads fix marker prog...
https://github.com/ceph/ceph/pull/36191 Nathan Cutler
05:51 PM CephFS Backport #46466 (Resolved): nautilus: pybind/mgr/volumes: get_pool_names may indicate volume does...
https://github.com/ceph/ceph/pull/36167 Nathan Cutler
05:51 PM CephFS Backport #46465 (Resolved): octopus: pybind/mgr/volumes: get_pool_names may indicate volume does ...
https://github.com/ceph/ceph/pull/36327 Nathan Cutler
05:51 PM CephFS Backport #46464 (Resolved): nautilus: mgr/volumes: fs subvolume clones stuck in progress when lib...
https://github.com/ceph/ceph/pull/36180 Nathan Cutler
05:51 PM CephFS Backport #46463 (Resolved): octopus: mgr/volumes: fs subvolume clones stuck in progress when libc...
https://github.com/ceph/ceph/pull/37350 Nathan Cutler
05:50 PM RADOS Backport #46461 (Resolved): nautilus: pybind/mgr/balancer: should use "==" and "!=" for comparing...
https://github.com/ceph/ceph/pull/37471 Nathan Cutler
05:50 PM rgw Backport #46458 (Resolved): nautilus: [RGW]: avc denial observed for pid=13757 comm="radosgw" on...
https://github.com/ceph/ceph/pull/36190 Nathan Cutler
05:12 PM rgw Bug #46456 (Fix Under Review): OLH entries pending removal get mistakenly resharded to shard 0
Casey Bodley
05:07 PM rgw Bug #46456 (Resolved): OLH entries pending removal get mistakenly resharded to shard 0
When rgw_bucket_unlink_instance removes the last instance of a name, it also clears the value of rgw_bucket_olh_entry... Casey Bodley
05:07 PM Revision acf8f3ca (ceph): cls/rgw: preserve olh entry's name on last unlink
When rgw_bucket_unlink_instance removes the last instance of a name, it
also clears the value of rgw_bucket_olh_entry...
Casey Bodley
04:40 PM Orchestrator Tasks #46376 (Fix Under Review): cephadm: Make vagrant usage more comfortable
Stephan Müller
04:21 PM rgw Bug #46455: Attempting to sync bucket results in segfault
command that results in segfault
radosgw-admin sync group pipe create --bucket='test2' --group-id=anothertest --pi...
Jonathon Beauregard
04:19 PM rgw Bug #46455 (New): Attempting to sync bucket results in segfault
Attempting to sync a bucket to a cloud zone results in segfault
[root@ovbh-vtest-cephmon01 fpcuser]# ceph crash ...
Jonathon Beauregard
04:05 PM Orchestrator Bug #46453 (Can't reproduce): cephadm: iSCSI container fails to start
Deploying an iSCSI service doesn't fail... Dimitri Savineau
03:29 PM CephFS Bug #46452 (Duplicate): mgr/volumes: Python stack trace instead of a graceful error is thrown whe...
The following python stack trace is thrown whenever an non-existent vol-name is used in any subvolume command:
(ce...
Shyamsundar Ranganathan
03:08 PM Revision c52a7383 (ceph): mgr/volumes: Deprecate protect/unprotect CLI calls for subvolume snapshots
Subvolume snapshots required to be protected, prior to cloning the same.
Also, protected snapshots were not allowed ...
Shyamsundar Ranganathan
02:50 PM bluestore Bug #38745: spillover that doesn't make sense
And also here in graphs you can see the bluefs db used is decreasing after slow used increases but still slow bytes i... Seena Fallah
12:58 PM bluestore Bug #38745: spillover that doesn't make sense
Thanks @Igor for your help again.
I saw a new behavior now and I don't see any level gets score 1.0 but ceph says th...
Seena Fallah
02:47 PM Dashboard Bug #46450 (Resolved): mgr/dashboard: StatefulTabDirective unit test fails
Lenz Grimmer
11:52 AM Dashboard Bug #46450 (Fix Under Review): mgr/dashboard: StatefulTabDirective unit test fails
Volker Theile
11:47 AM Dashboard Bug #46450 (Resolved): mgr/dashboard: StatefulTabDirective unit test fails
... Volker Theile
02:46 PM Revision ae92ec82 (ceph): Merge pull request #36010 from votdev/issue_46450_fix_stateful_tab_unit...
mgr/dashboard: StatefulTabDirective unit test fails
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
02:37 PM Dashboard Feature #44681 (Resolved): dashboard/rbd: Add button to copy the bootstrap token into the clipboard
Lenz Grimmer
02:36 PM mgr Backport #45786 (Resolved): octopus: dashboard/rbd: Add button to copy the bootstrap token into t...
Lenz Grimmer
02:35 PM Revision e0071e8f (ceph): Merge pull request #35796 from callithea/wip-45786-octopus
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Ishan Rai <ishanrai05@gmail.com>
Reviewed-by: Tiago Me...
Lenz Grimmer
02:32 PM Dashboard Feature #45011 (Resolved): mgr/dashboard: Display users current bucket quota usage
Lenz Grimmer
02:29 PM Dashboard Backport #46354 (Resolved): octopus: mgr/dashboard: Display users current bucket quota usage
Lenz Grimmer
02:25 PM Revision f4ceda7e (ceph): Merge pull request #36003 from tserlin/private-tserlin-selinux-add-amqp...
selinux: add amqp and soundd types to ceph.te
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:05 PM rgw Feature #46422: rgw: orphan list teuthology test & fully-qualified domain issue
The nautilus backport of this follow-on fix for feature #44733 will be handled via that tracker ticket. Nathan Cutler
02:04 PM Bug #46427: Version < 14.2.10 cannot be downloaded
This lasts for about two weeks. Seems nobody is able to fix this Tadas Ustinavičius
02:03 PM CephFS Backport #44476 (Resolved): luminous: mds: assert(p != active_requests.end())
Sidharth Anupkrishnan
02:03 PM Revision 3b657fe2 (ceph): Merge pull request #34937 from sidharthanup/mds-modify-active-reqs
luminous: mds: Using begin() and empty() to iterate the xlist Sidharth Anupkrishnan
02:02 PM rgw Bug #46404: rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
The nautilus backport of this follow-on fix for feature #44733 will be handled via that tracker ticket. Nathan Cutler
02:02 PM CephFS Backport #42160 (Resolved): luminous: osdc: objecter ops output does not have useful time informa...
Sidharth Anupkrishnan
02:01 PM Revision 420be689 (ceph): Merge pull request #33294 from batrick/i42160
luminous: cephfs: osdc: objecter ops output does not have useful time information Sidharth Anupkrishnan
02:01 PM CephFS Backport #42123 (Resolved): luminous: client: no method to handle SEEK_HOLE and SEEK_DATA in lseek
Sidharth Anupkrishnan
02:01 PM Revision 1b37408c (ceph): Merge pull request #33293 from batrick/i42123
luminous: client: no method to handle SEEK_HOLE and SEEK_DATA in lseek Sidharth Anupkrishnan
02:00 PM CephFS Backport #41857 (Resolved): luminous: client: removing dir reports "not empty" issue due to clien...
Sidharth Anupkrishnan
01:59 PM Revision 7ee7376f (ceph): Merge pull request #33292 from batrick/i41857
luminous: client: removing dir reports "not empty" issue due to client side filled wrong dir offset Sidharth Anupkrishnan
01:54 PM Revision ff967dec (ceph): Merge pull request #35926 from rhcs-dashboard/wip-46354-octopus
octopus: mgr/dashboard: Display users current bucket quota usage
Reviewed-by: Alfonso Martínez <almartin@redhat.com>...
Lenz Grimmer
01:31 PM rgw Backport #44722: nautilus: rgw: add `rgw-orphan-list` tool & `radosgw-admin bucket radoslist ...`
We are very much in need of this functionality in Nautilus to mitigate orphans in a large cluster. We were hoping it ... Chris Jones
12:01 PM rgw Bug #46451 (New): RGW multi-site - bug related with oprhaned objects in default.rgw.buckets.inde...
To reproduce this case i created some two small clusters configured for multi-site replication.
rgw-1: one node cl...
Piotr O
11:50 AM Revision d32b45d8 (ceph): mgr/dashboard: StatefulTabDirective unit test fails
Fixes: https://tracker.ceph.com/issues/46450
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
11:46 AM Revision 8340d19a (ceph): mgr/dashboard: work with RBD images v1
Add support for RBD Image Format v1:
- This format lacks ID field, required for dashboard. Instead,
RBD image `block_...
Ernesto Puerta
11:32 AM Dashboard Bug #45762 (Resolved): mgr/dashboard: language chooser description missing
Lenz Grimmer
11:31 AM Revision 9c240da9 (ceph): Merge pull request #35967 from tspmelo/wip-language-selector
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Sebastian Krah <skrah@suse.com>
Reviewed-by: Tatjana...
Lenz Grimmer
11:25 AM Revision 16900045 (ceph): doc: Update nfs-ganesha package requirements
Fixes: https://tracker.ceph.com/issues/46449
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
10:56 AM CephFS Bug #46104 (Resolved): Test failure: test_export_create_and_delete (tasks.cephfs.test_nfs.TestNFS)
Varsha Rao
10:56 AM CephFS Feature #44193 (Resolved): pybind/mgr/volumes: add API to manage NFS-Ganesha gateway clusters in ...
Varsha Rao
10:55 AM CephFS Bug #45740 (Resolved): mgr/nfs: Check cluster exists before creating exports and make exports per...
Varsha Rao
10:54 AM Revision c7623497 (ceph): mgr/dashboard: Display users current bucket quota usage
Fixes: https://tracker.ceph.com/issues/45011
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from c...
Avan Thakkar
10:54 AM CephFS Bug #46046 (Resolved): Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
Varsha Rao
10:54 AM CephFS Feature #45830 (Resolved): vstart: Support deployment of ganesha daemon by cephadm with NFS option
Varsha Rao
10:53 AM CephFS Feature #45742 (Resolved): mgr/nfs: Add interface for listing cluster
Varsha Rao
10:53 AM CephFS Feature #45741 (Resolved): mgr/volumes/nfs: Add interface for get and list exports
Varsha Rao
10:52 AM CephFS Bug #45744 (Resolved): mgr/nfs: allow only [A-Za-z0-9-_.] in cluster ID
Varsha Rao
10:52 AM CephFS Feature #45743 (Resolved): mgr/nfs: Add interface to show cluster information
Varsha Rao
10:37 AM Revision 8aa0991b (ceph): mgr/dashboard: Allow to edit iSCSI target with active session
Fixes: https://tracker.ceph.com/issues/46383
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
09:59 AM Dashboard Feature #46209 (Resolved): mgr/dashboard: Display check icon instead of true|false in various dat...
Lenz Grimmer
09:58 AM Dashboard Backport #46308 (Resolved): octopus: mgr/dashboard: Display check icon instead of true|false in v...
Lenz Grimmer
09:58 AM Revision d0ffa061 (ceph): Merge pull request #35892 from callithea/wip-46308-octopus
octopus: mgr/dashboard: Display check icon instead of true|false in various datatables
Reviewed-by: Kiefer Chang <ki...
Lenz Grimmer
09:42 AM Dashboard Feature #46448 (Fix Under Review): mgr/dashboard: Add hosts page unit tests
Volker Theile
09:37 AM Dashboard Feature #46448 (Resolved): mgr/dashboard: Add hosts page unit tests
Add some more unit tests to test the 'Edit' button behavior.
See https://github.com/ceph/ceph/pull/35939#issuecommen...
Volker Theile
09:29 AM Dashboard Bug #46176: mgr/dashboard: NFS list timeout error
In the "comment":https://tracker.ceph.com/issues/46327#note-4 of issue #46327 and some chats, CLI in `volumes` module... Kiefer Chang
09:23 AM Orchestrator Bug #46385: Can i run rados and s3 compatible object storage device in Cephadm?
Attached the screen shot after firing "radosgw-admin realm create --rgw-realm=myorg --default" command in Ceph shell,... Sathvik Vutukuri
09:11 AM Dashboard Bug #46370 (Resolved): mgr/dashboard: Edit host label dialog is crashing
Lenz Grimmer
09:10 AM Revision 0afbdca6 (ceph): Merge pull request #35939 from votdev/issue_46370_fix_edit_host_label
mgr/dashboard: Edit host label dialog is crashing
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Ste...
Lenz Grimmer
09:09 AM rgw Bug #46447: [RFE] rgw: optimize bucket creation by storing bucket count for user
Fixes : https://bugzilla.redhat.com/show_bug.cgi?id=1853240 Prashant D
09:07 AM rgw Bug #46447 (In Progress): [RFE] rgw: optimize bucket creation by storing bucket count for user
Prashant D
09:03 AM rgw Bug #46447 (In Progress): [RFE] rgw: optimize bucket creation by storing bucket count for user
On every bucket creation op for a user where the max_buckets > 0, RGW is reading all buckets for user to get current ... Prashant D
09:04 AM Dashboard Bug #43120 (Pending Backport): mgr/dashboard: stay on active tab
Lenz Grimmer
09:03 AM Revision f8b46091 (ceph): Merge pull request #34946 from votdev/issue_43120_stateful_tabs
mgr/dashboard: stay on active tab
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@sus...
Lenz Grimmer
09:03 AM Revision 778917c4 (ceph): mds: fix hang issue when accessing a file under a lost parent directory
When a directory metadata is lost, if we looked up a file under this lost directory,
this request will hang forever.
...
Zhi Zhang
08:55 AM Support #46446 (Closed): slow request:waiting for rw locks
I tried to observe the osd(on ssd) latency use command:
ceph daemonperf osd.1
output like the picture 2020-7-10...
yuanli zhu
08:20 AM mgr Bug #46444 (Fix Under Review): mgr/prometheus: log time it takes to collect metrics in debug mode
Patrick Seidensal
08:07 AM mgr Bug #46444 (Resolved): mgr/prometheus: log time it takes to collect metrics in debug mode
Currently there is no way to tell which part of the metric gathering process may take longer than expected. It shall ... Patrick Seidensal
08:20 AM RADOS Bug #46445 (Resolved): nautilis client may hunt for mon very long if msg v2 is not enabled on mons
The problem is observed for a nautilus client. For newer client versions the situation is accidentally much better (s... Mykola Golub
08:19 AM Revision a5f86cb8 (ceph): mgr/prometheus: log time it takes to collect metrics
When debug is enabled, the time it takes to gather the various types of
metrics is logged by type.
Fixes: https://tr...
Patrick Seidensal
06:26 AM Dashboard Bug #46442 (Duplicate): mgr/dashboard: ceph-api-nightly-master-backend Jenkins test error: test_g...
... Laura Paduano
06:19 AM Revision 906fa6da (ceph): cephadm: Fix Python formating issues
Fix obvious Python formating errors reported by my IDE.
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
06:10 AM mgr Backport #46171 (Resolved): octopus: mgr/prometheus: cache ineffective when gathering data takes ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35847
m...
Nathan Cutler
06:10 AM RADOS Backport #46229 (Resolved): octopus: Ceph Monitor heartbeat grace period does not reset.
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35799
m...
Nathan Cutler
06:10 AM mgr Backport #46183 (Resolved): octopus: ceph config show does not display fsid correctly
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35793
m...
Nathan Cutler
06:09 AM RADOS Backport #46165 (Resolved): octopus: osd: make message cap option usable again
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35737
m...
Nathan Cutler
06:09 AM Dashboard Backport #45475 (Resolved): octopus: qa: mgr/dashboard: Replace Telemetry module in REST API test
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35797
m...
Nathan Cutler
06:09 AM mgr Backport #46117 (Resolved): octopus: "ActivePyModule.cc: 54: FAILED ceph_assert(pClassInstance !=...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35794
m...
Nathan Cutler
06:08 AM Dashboard Backport #46173: octopus: mgr/dashboard Replace broken osd
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35766
m...
Nathan Cutler
06:07 AM bluestore Backport #45426 (Resolved): octopus: ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34943
m...
Nathan Cutler
06:07 AM CephFS Backport #46289: octopus: mgr/nfs: allow only [A-Za-z0-9-_.] in cluster ID
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:07 AM CephFS Backport #46290: octopus: mgr/nfs: Add interface for listing cluster
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:07 AM CephFS Backport #46291: octopus: mgr/volumes/nfs: Add interface for get and list exports
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:07 AM CephFS Backport #46292: octopus: mgr/nfs: Check cluster exists before creating exports and make exports ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:07 AM CephFS Backport #46156: octopus: Test failure: test_export_create_and_delete (tasks.cephfs.test_nfs.Test...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:06 AM CephFS Backport #46155: octopus: Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:06 AM CephFS Backport #46085: octopus: handle multiple ganesha.nfsd's appropriately in vstart.sh
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:06 AM CephFS Backport #46106: octopus: pybind/mgr/volumes: add API to manage NFS-Ganesha gateway clusters in e...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:06 AM CephFS Backport #46003: octopus: vstart: set $CEPH_CONF when calling ganesha-rados-grace commands
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:06 AM CephFS Backport #45953: octopus: vstart: Support deployment of ganesha daemon by cephadm with NFS option
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:06 AM CephFS Backport #46401: octopus: mgr/nfs: Add interface to show cluster information
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35499
m...
Nathan Cutler
06:06 AM Dashboard Backport #46020 (Resolved): octopus: mgr/dashboard/rbd: throws 500s with format 1 RBD images
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35711
m...
Nathan Cutler
06:06 AM Dashboard Backport #46048: octopus: mgr/dashboard: cropped actions menu in nested details
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35620
m...
Nathan Cutler
06:05 AM Dashboard Backport #45855 (Resolved): octopus: mgr/dashboard: Improve SummaryService's getCurrentSummary me...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35705
m...
Nathan Cutler
05:57 AM Bug #46330: Accessing as an invalid user will result in an infinite loop in getting a SessionKey.
This bug was a mistake on my part.
This happened when I set only one MON in ceph.conf on the client side. It is.
MASAYUKI MIYAKE
05:38 AM Revision c3c51297 (ceph): selinux: add amqp and soundd types to ceph.te
Signed-off-by: Thomas Serlin <tserlin@redhat.com> Thomas Serlin
05:03 AM mgr Bug #46440 (Resolved): mgr: don't update osd stat which is already out
When our OSDs get hang and have slow requests, we try to identify the strange hang issue and also let the cluster get... Zhi Zhang
02:55 AM rgw Bug #45671 (Pending Backport): aws iam get-role-policy doesn't work
J. Eric Ivancich
02:51 AM Revision c757bc86 (ceph): Merge pull request #35904 from mkogan1/wip-fix-endpoint-not-connected-r2
rgw: fix boost::asio::async_write() does not return error...
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Revie...
J. Eric Ivancich
02:50 AM Revision 8113813e (ceph): Merge pull request #35853 from wjwithagen/wjw-fix-rgw-to-base64
rgw: include string header
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Prateek Sachan <psachan@cs.iitr.ac...
J. Eric Ivancich
02:48 AM rgw Bug #46162 (Pending Backport): rgw: radoslist incomplete multipart uploads fix marker progression
J. Eric Ivancich
02:48 AM Revision ec93373f (ceph): Merge pull request #35735 from ivancich/wip-radoslist-incomplete-multip...
rgw: radoslist incomplete multipart uploads fix marker progression
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
...
J. Eric Ivancich
02:46 AM rgw Bug #45969 (Pending Backport): crash on realm reload during shutdown
J. Eric Ivancich
02:46 AM Revision 37ed187f (ceph): Merge pull request #35525 from cbodley/wip-45969
rgw: stop realm reloader before store shutdown
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
J. Eric Ivancich
02:45 AM Revision f7394173 (ceph): Merge pull request #35409 from pritha-srivastava/wip-iam-get-role-policy
rgw/iam: correcting the result of get role policy.
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Ad...
J. Eric Ivancich
02:42 AM rgw Bug #46439: librgw: fhcache deadlock
https://github.com/ceph/ceph/pull/36001 Xuehan Xu
02:34 AM rgw Bug #46439 (Fix Under Review): librgw: fhcache deadlock
Recently, we encountered an deadlock in librgw
the backtrace is as follows
#0 0x00002abda963054d in __lll_lock...
Xuehan Xu
02:42 AM Revision b485ec22 (ceph): Merge pull request #35189 from linuxbox2/wip-xxh-gc
rgw:gc: use XXHash for gc queue selection
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Pritha Sri...
J. Eric Ivancich
02:41 AM Revision c24ea2c3 (ceph): tools/ceph_dedup_tool: rm unused var "cur_time"
Signed-off-by: SHU Zhenyi <shuzhenyi@live.com> Zhenyi Shu
02:41 AM Revision bd4e6d35 (ceph): tools/ceph_dedup_tool: fix unused var "debug"
Signed-off-by: SHU Zhenyi <shuzhenyi@live.com> Zhenyi Shu
01:57 AM Revision f21a0ba5 (ceph): mgr: avoid false alarm of MGR_MODULE_ERROR
mgr sends healthy report periodically, the report includes the
information whether the always-on modules are loaded o...
Kefu Chai

07/09/2020

11:38 PM Revision 86bdfb52 (ceph): Merge PR #35999 into master
* refs/pull/35999/head:
doc/governance: add Patrick to CLTW
doc/governance: correct João's name
Reviewed-by: Neha ...
Patrick Donnelly
09:34 PM CephFS Bug #46438 (Resolved): mds: add vxattr for querying inherited layout
There was private discussion about adding a layout cap but that was dismissed because changing the layout would resul... Patrick Donnelly
07:08 PM RADOS Bug #46437 (Closed): Admin Socket leaves behind .asok files after daemons (ex: RGW) shut down gra...
Reproducer(s):
0. be in build dir
1. run vstart.sh
2. edit stop.sh to not `rm -rf "${asok_dir}"`
3. do ls of /tmp...
Ali Maredia
06:00 PM Dashboard Feature #44542 (Fix Under Review): mgr/dashboard: Browser favicon should reflect cluster HEALTH
Tiago Melo
05:41 PM Dashboard Feature #44542 (In Progress): mgr/dashboard: Browser favicon should reflect cluster HEALTH
Tiago Melo
05:43 PM CephFS Backport #45852: nautilus: mds: scrub on directory with recently created files may fail to load b...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35400
merged
Yuri Weinstein
05:43 PM Revision 07776d16 (ceph): Merge pull request #35400 from smithfarm/wip-45852-nautilus
nautilus: mds: flag backtrace scrub failures for new files as okay
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
05:42 PM CephFS Backport #45847: nautilus: qa/fuse_mount.py: tests crash when /sys/fs/fuse/connections is absent
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35399
merged
Yuri Weinstein
05:42 PM Revision e1df10c1 (ceph): Merge pull request #35399 from smithfarm/wip-45847-nautilus
nautilus: tests: qa/cephfs: run modprobe beforehand so that /sys/fs/fuse/connections is never absent
Reviewed-by: Ra...
Yuri Weinstein
05:42 PM CephFS Backport #45843: nautilus: ceph-fuse: the -d option couldn't enable the debug mode in libfuse
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35398
merged
Yuri Weinstein
05:42 PM Revision 13a8d6c6 (ceph): Merge pull request #35398 from smithfarm/wip-45843-nautilus
nautilus: cephfs: ceph_fuse: add the '-d' option back for libfuse
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
05:41 PM CephFS Backport #45839: nautilus: mds may start to fragment dirfrag before rollback finishes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35397
merged
Yuri Weinstein
05:41 PM Revision 76c8f397 (ceph): Merge pull request #35397 from smithfarm/wip-45839-nautilus
nautilus: cephfs: mds: cleanup uncommitted fragments before mds goes to active
Reviewed-by: Ramana Raja <rraja@redha...
Yuri Weinstein
05:41 PM CephFS Backport #45774: nautilus: vstart_runner: LocalFuseMount.mount should set set.mounted to True
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35396
merged
Yuri Weinstein
05:41 PM Revision 0ad89fc6 (ceph): Merge pull request #35396 from smithfarm/wip-45774-nautilus
nautilus: cephfs: vstart_runner: set mounted to True at the end of mount()
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
05:40 PM CephFS Backport #45709: nautilus: mds: wrong link count under certain circumstance
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35394
merged
Yuri Weinstein
05:40 PM Revision 45199023 (ceph): Merge pull request #35394 from smithfarm/wip-45709-nautilus
nautilus: mds: preserve ESlaveUpdate logevent until receiving OP_FINISH
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
05:40 PM CephFS Backport #45898: nautilus: mds: add config to require forward to auth MDS
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35377
merged
Yuri Weinstein
05:39 PM Revision 5bcde6c3 (ceph): Merge pull request #35377 from thmour/nautilus
nautilus: cephfs: mds: add config to require forward to auth MDS
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
05:39 PM CephFS Backport #45887: nautilus: client: fails to reconnect to MDS
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35403
merged
Yuri Weinstein
05:39 PM Revision a9915c77 (ceph): Merge pull request #35403 from smithfarm/wip-45887-nautilus
nautilus: tests: qa/tasks/cephfs/test_scrub.py: use umount_wait to avoid possible ceph-fuse daemon stuck
Reviewed-by...
Yuri Weinstein
05:31 PM Revision c2e8fdbc (ceph): doc/governance: correct João's name
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
05:31 PM Revision 67685a61 (ceph): doc/governance: add Patrick to CLTW
I guess I was missed!
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
05:06 PM Bug #46378 (Fix Under Review): doc: Add zdover to lead list in devel guide essentials page
Patrick Donnelly
04:56 PM CephFS Feature #44279 (Fix Under Review): client: provide asok commands to getattr an inode with desired...
Patrick Donnelly
07:22 AM CephFS Feature #44279 (In Progress): client: provide asok commands to getattr an inode with desired caps
Kotresh Hiremath Ravishankar
04:28 PM CephFS Bug #46434: osdc: FAILED ceph_assert(bh->waitfor_read.empty())
Interesting that it was reproducible for two runs. We've not seen this before but I'm suspicious that it probably exi... Patrick Donnelly
01:27 PM CephFS Bug #46434 (Resolved): osdc: FAILED ceph_assert(bh->waitfor_read.empty())
During Yuri's nautilus backport test run, hit the following failure error in multimds suite's xfs tests running in Ub... Ramana Raja
04:06 PM Dashboard Backport #46435 (In Progress): nautilus: mgr/dashboard: Unable to edit iSCSI target which has act...
Ricardo Marques
02:57 PM Dashboard Backport #46435 (Resolved): nautilus: mgr/dashboard: Unable to edit iSCSI target which has active...
https://github.com/ceph/ceph/pull/35998 Ricardo Marques
03:52 PM Dashboard Backport #46436 (In Progress): octopus: mgr/dashboard: Unable to edit iSCSI target which has acti...
Ricardo Marques
02:57 PM Dashboard Backport #46436 (Resolved): octopus: mgr/dashboard: Unable to edit iSCSI target which has active ...
https://github.com/ceph/ceph/pull/35997 Ricardo Marques
03:52 PM Revision 9bd80e95 (ceph): mgr/dashboard: Allow to edit iSCSI target with active session
Fixes: https://tracker.ceph.com/issues/46383
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
03:11 PM rgw Bug #46021: nautilus 14.2.9: RGW compression does not take effect, using command “radosgw-admin z...
https://github.com/rook/rook/issues/5574
Based on the above ticket, the above issue is fixed in ceph 15.x.
Yan Zhao
02:36 PM rgw Bug #46021 (Can't reproduce): nautilus 14.2.9: RGW compression does not take effect, using comman...
Casey Bodley
02:57 PM Dashboard Bug #46383 (Pending Backport): mgr/dashboard: Unable to edit iSCSI target which has active session
Ricardo Marques
02:34 PM rgw Bug #46295 (Fix Under Review): RGW returns 404 code for unauthorized instead of 401
Casey Bodley
06:25 AM rgw Bug #46295: RGW returns 404 code for unauthorized instead of 401
turns out the earlier patch didn't properly account for tenants so although it worked for Swift auth v1, it didn't be... Matthew Oliver
02:16 PM RADOS Backport #46408 (In Progress): octopus: Health check failed: 4 mgr modules have failed (MGR_MODUL...
Kefu Chai
02:11 PM rgw Bug #46424 (Pending Backport): [RGW]: avc denial observed for pid=13757 comm="radosgw" on starti...
Casey Bodley
02:09 PM rgw Bug #45993 (Duplicate): rgw/test_rgw_orphan_list.sh fails due to NoSuchBucket
Duplicate of https://tracker.ceph.com/issues/46422 . J. Eric Ivancich
02:07 PM Revision 9599a39d (ceph): Merge pull request #35963 from ricardoasmarques/enable-iscsi-edit
mgr/dashboard: Allow to edit iSCSI target with active session
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
02:04 PM Orchestrator Bug #45726: Module 'cephadm' has failed: auth get failed: failed to find client.crash.<node_name>...
Can we get the Priority set to something higher please.
Its not affecting the cluster, but it does cause the clu...
Andy Gold
04:48 AM Orchestrator Bug #45726: Module 'cephadm' has failed: auth get failed: failed to find client.crash.<node_name>...
Andy Gold wrote:
> Any news on this, I have a new 15.2.4 cluster and its failing.
Any update no this , i also hav...
Sathvik Vutukuri
01:43 PM Revision 8297ede5 (ceph): Merge pull request #35983 from ceph/kalebskeithley-1854083-1
selinux: allow ceph_t amqp_port_t:tcp_socket kalebskeithley
01:42 PM Linux kernel client Bug #46419: ceph: ceph_add_cap: couldn't find snap realm 110
Zheng says:
inodes 0x100 to 0x1ff are mdsdir inode. this can happen when the inode
is stray dir. I think the fix...
Jeff Layton
01:36 PM Revision 143179ff (ceph): librbd: properly unregister failed async_complete request
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
01:28 PM CephFS Bug #45349 (Pending Backport): mds: send scrub status to ceph-mgr only when scrub is running (or ...
Patrick Donnelly
01:28 PM Revision 957bcb4e (ceph): Merge PR #34861 into master
* refs/pull/34861/head:
test: adjust scrub control tests for optional scrub status
mgr: set `task_dirty_status` on ...
Patrick Donnelly
01:26 PM Revision 4974a2c1 (ceph): mgr/cephadm: do not accept filestore osds in osdspecs
Signed-off-by: Joshua Schmid <jschmid@suse.de> Joshua Schmid
01:23 PM Revision f00fba87 (ceph): python-common/drivegroups: implement option to change filter_logic
Filters are applied to disks using an AND gate by default. In some
scenarios you can only achieve the desired behavio...
Joshua Schmid
01:23 PM Revision 73475f3b (ceph): doc: add note about filter_logic
Signed-off-by: Joshua Schmid <jschmid@suse.de> Joshua Schmid
01:06 PM Revision 0fcfc545 (ceph): mgr/osd_support: add unittests
Signed-off-by: Joshua Schmid <jschmid@suse.de> Joshua Schmid
01:04 PM CephFS Feature #46432 (In Progress): cephfs-mirror: manager module interface to add/remove directory sna...
Venky Shankar
12:38 PM CephFS Feature #46432 (Resolved): cephfs-mirror: manager module interface to add/remove directory snapshots
Mgr plugin should persist directories (snapshots) which are assigned to be replicated to a filesystem in a remote clu... Venky Shankar
12:47 PM Revision 7e50ee34 (ceph): Merge pull request #35927 from gekios/wip-cephadm-image-fix
qa/tasks: fix cephadm config image check Georgios Kyratsas
12:12 PM rbd Feature #23550 (Resolved): [group]add rbd group snap rollback CLI/API
Mykola Golub
12:11 PM Revision b4a9dc17 (ceph): mgr/dashboard: fix pool usage calculation
Currently Dashboard Pool usage calculation does not match the output of
'ceph df' command.
Fixes: https://tracker.ce...
Ernesto Puerta
12:00 PM Dashboard Bug #45185 (Fix Under Review): mgr/dashboard: fix usage calculation to match "ceph df" way
Ernesto Puerta
11:51 AM Revision 083fee62 (ceph): Merge pull request #35919 from rzarzynski/wip-ec-clean-endecode_chunks
ec: drop stubs of {encode,decode}_chunks() from ErasureCode.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:48 AM Revision e3e2e30f (ceph): Merge pull request #35465 from pritha-srivastava/wip-sts-token-fields-o...
rgw: adding user related web token claims to ops log Matt Benjamin
11:48 AM Revision d9f5c1cc (ceph): Merge pull request #35481 from pritha-srivastava/wip-rgw-keycloak-doc-c...
rgw/sts: Removing references to token introspection url, Matt Benjamin
11:46 AM Revision a6ab9314 (ceph): Merge pull request #35858 from pritha-srivastava/wip-rgw-query-string
rgw: Normalizing X-Amz- headers for case in RGWHTTPArgs Matt Benjamin
11:19 AM mgr Fix #46416 (Fix Under Review): mgr progress module causes needless load
Mykola Golub
11:04 AM Revision d8623ff6 (ceph): mgr/cephadm: Adapt Vagrantbox to el8
After el7 has been dropped with https://github.com/ceph/ceph/pull/35722 the Vagrantbox need to be adapted to el8.
Si...
Volker Theile
11:00 AM Revision aede2d55 (ceph): test/store_test: add missing collection reopen
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:00 AM Revision fafaa080 (ceph): os/bluestore: modify cache shutdown
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
10:28 AM Dashboard Bug #46431 (Fix Under Review): mgr/dashboard: Fix npm audit warnings caused by lodash
Tiago Melo
10:16 AM Dashboard Bug #46431 (Resolved): mgr/dashboard: Fix npm audit warnings caused by lodash
Tiago Melo
10:08 AM Revision ea3ccc4f (ceph): mgr/cephadm: Adapt Vagrantfile to use octopus instead of master repo on...
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
09:38 AM Revision 94b57f0c (ceph): osd_types: clarify comments in calc_refs_to_drop_on_removal
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
09:23 AM Revision d8a6715b (ceph): mds: do not submit omap_rm_keys if the dir is the basedir of merge.
Fixes: https://tracker.ceph.com/issues/46273
Signed-off-by: Chencan <chen.can2@zte.com.cn>
chencan chencan
09:23 AM Revision 225bcc0e (ceph): Merge pull request #35748 from ifed01/wip-ifed-better-bluefs-stats-octopus
octopus:os/bluestore: improve/fix bluefs stats reporting Igor Fedotov
08:28 AM Revision 390ca4d9 (ceph): qa/tasks: fix cephadm config image check
Check container_image_name only if ceph cluster image is not pre-defined in config.
We shouldn't care about container...
Georgios Kyratsas
08:03 AM Dashboard Bug #46413 (Fix Under Review): mgr/dashboard: ExpressionChangedAfterItHasBeenCheckedError in OSD ...
Kiefer Chang
04:51 AM Dashboard Bug #46413 (In Progress): mgr/dashboard: ExpressionChangedAfterItHasBeenCheckedError in OSD delet...
Kiefer Chang
07:56 AM Revision c62a4fff (ceph): Merge pull request #35847 from callithea/wip-46171-octopus
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-by: Patrick Seidensal <pnawracay@suse.com>
Reviewed-by: Yuri We...
Lenz Grimmer
07:40 AM Revision c997eb6a (ceph): rgw: fix boost::asio::async_write() does not return error...
although remote has closed the connection
Fixes: https://tracker.ceph.com/issues/46332
Signed-off-by: Mark Kogan <m...
Mark Kogan
07:34 AM Dashboard Backport #46173 (Resolved): octopus: mgr/dashboard Replace broken osd
Laura Paduano
07:28 AM Revision 92f94bd7 (ceph): mgr/dashboard: fix regression in delete OSD modal
The autofocus attribute of `preserve` input makes the form become touched
after the view is loaded. Removing it to av...
Kiefer Chang
07:26 AM Revision 114bb845 (ceph): Merge pull request #34908 from tspmelo/wip-e2e-shared
mgr/dashboard: Add E2E tests for navigation, language and login
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
...
Laura Paduano
07:24 AM CephFS Tasks #23844 (In Progress): client: break client_lock
Xiubo Li
06:53 AM Revision 1031edd8 (ceph): mgr/progress: Skip pg_summary update if _events dict is empty.
The get call of pg_stats and pg_ready are expensive and are not necessary in this case. This avoids blocking other mo... Manuel Lausch
05:16 AM Orchestrator Bug #46429 (Closed): cephadm fails bootstrap with new Podman Versions 2.0.1 and 2.0.2
Podman had a major new release recently and it seems that cephadm cannot bootstrap a new cluster because of it.
I in...
Gunther Heinrich
03:50 AM Revision ff63624a (ceph): test: adjust scrub control tests for optional scrub status
Fixes: http://tracker.ceph.com/issues/45349
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
03:49 AM Revision 5a7d0632 (ceph): mds: send scrub status to ceph-mgr only when scrub is running
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
03:49 AM Revision c92ba335 (ceph): mgr: set `task_dirty_status` on reconnect
... so that upon reconnect the manager client updates manager
with whatever is available in ->task_status field.
Sig...
Venky Shankar
03:33 AM rgw Bug #46258 (Duplicate): FAIL: s3tests_boto3.functional.test_s3select.test_column_sum_min_max
same as 46257 Gal Salomon
03:30 AM rgw Bug #46258 (Resolved): FAIL: s3tests_boto3.functional.test_s3select.test_column_sum_min_max
same as 46257 Gal Salomon
03:32 AM rgw Bug #46257 (In Progress): FAIL: s3tests_boto3.functional.test_s3select
Gal Salomon
03:26 AM rgw Bug #46257: FAIL: s3tests_boto3.functional.test_s3select
* the issue easily reproduce (single OSD/RGW , 2 clients)
* it seems to relate to spirit parser, should be check for...
Gal Salomon
03:31 AM rgw Bug #46260 (Duplicate): FAIL: s3tests_boto3.functional.test_s3select.test_alias
same as 46257 Gal Salomon
03:30 AM rgw Bug #46259 (Duplicate): FAIL: s3tests_boto3.functional.test_s3select.test_datetime
same as 46257 Gal Salomon
03:18 AM Orchestrator Bug #46327: cephadm: nfs daemons share the same config object
Patrick Donnelly wrote:
> Michael Fritch wrote:
> > > Kiefer Chang wrote:
> > > > This causes a regression in the ...
Michael Fritch
02:27 AM Orchestrator Bug #46327: cephadm: nfs daemons share the same config object
Michael Fritch wrote:
> > Kiefer Chang wrote:
> > > This causes a regression in the Dashboard. RADOS objects are de...
Patrick Donnelly
02:14 AM Orchestrator Bug #46327: cephadm: nfs daemons share the same config object
Patrick Donnelly wrote:
> Hi Kiefer, I left some similar comments on your slide deck but also will say here:
>
...
Michael Fritch
02:34 AM RADOS Bug #46428 (In Progress): mon: all the 3 mon daemons crashed when running the fs aio test
The logs:... Xiubo Li
02:21 AM Bug #46427 (New): Version < 14.2.10 cannot be downloaded
https://download.ceph.com/rpm-nautilus/el7/aarch64/repodata/
In repomd.xml, only version 14.2.10 is included
Is the...
pengfei wang
02:20 AM CephFS Bug #46277 (Pending Backport): pybind/mgr/volumes: get_pool_names may indicate volume does not ex...
Patrick Donnelly
02:19 AM Revision e2ccc2cb (ceph): Merge PR #35857 into master
* refs/pull/35857/head:
pybind/mgr/volumes: fix volume search for pools
Reviewed-by: Kotresh Hiremath Ravishankar <...
Patrick Donnelly
01:59 AM CephFS Feature #45906 (Pending Backport): mds: make threshold for MDS_TRIM warning configurable
Patrick Donnelly
01:58 AM Revision cbfdc986 (ceph): Merge PR #35415 into master
* refs/pull/35415/head:
mds: make threshold for MDS_TRIM configurable
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Patrick Donnelly
01:57 AM Revision be74a81e (ceph): pybind/mgr/volumes: fix volume search for pools
Loop logic would bail out if it first sees any file system that does not
match the volume it's looking for.
Fixes: h...
Patrick Donnelly
01:32 AM Orchestrator Bug #46385: Can i run rados and s3 compatible object storage device in Cephadm?
Sathvik Vutukuri wrote:
> Sathvik Vutukuri wrote:
> > I have tried cephadm for ceph installation , but unable to ru...
Sathvik Vutukuri
01:31 AM Orchestrator Bug #46385: Can i run rados and s3 compatible object storage device in Cephadm?
Sathvik Vutukuri wrote:
> I have tried cephadm for ceph installation , but unable to run ceph RADOS Gw and s3 compat...
Sathvik Vutukuri
12:08 AM Revision 47bc27be (ceph): Merge PR #35868 into master
* refs/pull/35868/head:
mds: update codes of MSG_MDS_METRICS and MSG_MDS_PING
Reviewed-by: Venky Shankar <vshankar@...
Patrick Donnelly
12:07 AM CephFS Bug #46025 (Pending Backport): client: release the client_lock before copying data in read
Patrick Donnelly
12:07 AM Revision 970834a3 (ceph): Merge PR #35410 into master
* refs/pull/35410/head:
client: release the client_lock before copying data in read
Reviewed-by: Patrick Donnelly <...
Patrick Donnelly
12:06 AM Revision 4ec68680 (ceph): Merge PR #33827 into master
* refs/pull/33827/head:
mon: add 'ceph fs required_client_feature <fs_name> add/rm' command
Reviewed-by: Greg Farnu...
Patrick Donnelly
12:05 AM CephFS Bug #44415 (Pending Backport): cephfs.pyx: passing empty string is fine but passing None is not t...
Patrick Donnelly
12:04 AM Revision 38fda937 (ceph): Merge PR #33912 into master
* refs/pull/33912/head:
pybind: add special values for not reading conffile
Reviewed-by: Rishabh Dave <ridave@redha...
Patrick Donnelly
12:04 AM CephFS Bug #46360 (Pending Backport): mgr/volumes: fs subvolume clones stuck in progress when libcephfs ...
Patrick Donnelly
12:03 AM Revision d5c628de (ceph): Merge PR #35934 into master
* refs/pull/35934/head:
pybind/cephfs: raise custom Exception with same arguments
pybind/cephfs: add DiskQuotaExcee...
Patrick Donnelly

07/08/2020

11:59 PM Revision 435a7c6b (ceph): Merge PR #35810 into master
* refs/pull/35810/head:
tool: convert str to num using strtoull
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-...
Patrick Donnelly
11:26 PM CephFS Bug #46426 (Resolved): mds: 8MMDSPing is not an MMDSOp type
... Patrick Donnelly
10:31 PM CephFS Bug #45662 (Pending Backport): pybind/mgr/volumes: volume deletion should check mon_allow_pool_de...
Patrick Donnelly
10:30 PM Revision fb436e9f (ceph): Merge PR #35361 into master
* refs/pull/35361/head:
mgr/volumes: Validate mon_allow_pool_delete before volume deletion
Reviewed-by: Patrick Don...
Patrick Donnelly
10:00 PM Dashboard Bug #46425 (Won't Fix - EOL): Unhandled exception from module 'dashboard' while running on mgr.xx...
After we upgraded ceph version from 12.2.7 to 12.2.11 dashboard start
reporting issues
2019-04-15 10:46:37.33251...
Rams C
09:23 PM mgr Bug #46368 (Need More Info): Ceph Manager Crashing in telegraf thread.
This looks very similar to https://tracker.ceph.com/issues/24995, which has been fixed in 14.2.10. Can you check if t... Neha Ojha
09:19 PM RADOS Bug #46125: ceph mon memory increasing
You can attempt to use a lower target, it's not something we've tested much for the monitors. We expect the monitor t... Josh Durgin
09:17 PM RADOS Bug #46242: rados -p default.rgw.buckets.data returning over millions objects No such file or dir...
Can you verify the object name is passed to 'rados rm' correctly by enclosing it in single quotes?
Is it possible ...
Josh Durgin
09:06 PM Orchestrator Bug #46385: Can i run rados and s3 compatible object storage device in Cephadm?
RGW deployment is supported - see https://ceph.readthedocs.io/en/latest/cephadm/install/#deploy-rgws Josh Durgin
08:46 PM CephFS Feature #45371 (Fix Under Review): mgr/volumes: `protect` and `clone` operation in a single trans...
Shyamsundar Ranganathan
01:22 PM CephFS Feature #45371 (In Progress): mgr/volumes: `protect` and `clone` operation in a single transaction
Moved back to in progress, to handle backward compatibility for non-CSI use cases where protect/unprotect maybe in us... Shyamsundar Ranganathan
08:44 PM rgw Bug #46424: [RGW]: avc denial observed for pid=13757 comm="radosgw" on starting RabbitMQ at port...
https://github.com/ceph/ceph/pull/35983 Kaleb KEITHLEY
08:41 PM rgw Bug #46424 (Resolved): [RGW]: avc denial observed for pid=13757 comm="radosgw" on starting Rabbi...
https://bugzilla.redhat.com/show_bug.cgi?id=1854083On starting the RabbitMQ broker on port 5672, observed avc denied ... Kaleb KEITHLEY
08:16 PM rgw Feature #46422 (Pending Backport): rgw: orphan list teuthology test & fully-qualified domain issue
J. Eric Ivancich
03:19 PM rgw Feature #46422: rgw: orphan list teuthology test & fully-qualified domain issue
This is a work-around to https://tracker.ceph.com/issues/45571 . J. Eric Ivancich
03:16 PM rgw Feature #46422 (Resolved): rgw: orphan list teuthology test & fully-qualified domain issue
Sometimes when teuthology machines are provisioned, the command
hostname --fqdn does not provide a fully qualified d...
J. Eric Ivancich
08:15 PM Revision 78c357a0 (ceph): Merge pull request #35979 from ivancich/wip-fix-orphan-list-teuthology
rgw: orphan list teuthology test & fully-qualified domain issue
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
J. Eric Ivancich
08:13 PM Dashboard Bug #44877 (Fix Under Review): mgr/dashboard: allow custom dashboard grafana url when set by cephadm
Adam King
08:11 PM Orchestrator Bug #45724 (Fix Under Review): check-host should not fail using fqdn or not that hard
Adam King
08:04 PM Revision 3dc904ad (ceph): Merge pull request #35976 from idryomov/wip-make-check-msg
run-make-check.sh: fix the log message
Reviewed-by: Kefu Chai <kchai@redhat.com>
Ilya Dryomov
07:43 PM Revision 7e346f4f (ceph): os/bluestore/store_test: fix execute_command return handling
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 82e501b7fcebdd1ded159c7f431bbcc906fec256)
Igor Fedotov
07:43 PM Revision 22992f5c (ceph): bluestore/bluestore_tool: fix execute_command return handling
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit edcbc66844858b4e5192f5f9f9577a1711eec4f9)
Igor Fedotov
07:43 PM Revision 66a632b7 (ceph): bluestore/bluestore-tool: add bluefs-stats command
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit b411594a6130dcfa8e97ef5e8b292aadb87d0a83)
Igor Fedotov
07:43 PM Revision 59cbb4f2 (ceph): os/bluestore: show file count for 'bluefs-stats'
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 974906c2b48dee61faf2cffcb6a7f36b8b75fe59)
...
Igor Fedotov
07:41 PM Revision 9efa35b2 (ceph): os/bluestore: fix incomplete 'bluestore bluefs stats' cmd rename
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit b253e2d2ba08a2b169eb3a3f656c6c71f2e77642)
Igor Fedotov
07:34 PM RADOS Backport #46229: octopus: Ceph Monitor heartbeat grace period does not reset.
Sridhar Seshasayee wrote:
> https://github.com/ceph/ceph/pull/35799
merged
Yuri Weinstein
07:34 PM Revision b0267fac (ceph): Merge pull request #35799 from sseshasa/wip-46229-octopus
octopus: mon/OSDMonitor: Reset grace period if failure interval exceeds a threshold.
Reviewed-by: Neha Ojha <nojha@r...
Yuri Weinstein
07:34 PM mgr Backport #46183: octopus: ceph config show does not display fsid correctly
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35793
merged
Yuri Weinstein
07:34 PM Revision 9aae01ff (ceph): Merge pull request #35793 from callithea/wip-46183-octopus
octopus: mgr/DaemonServer.cc: make 'config show' on fsid work
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by:...
Yuri Weinstein
07:34 PM Revision cbb80bac (ceph): Merge pull request #35964 from dillaman/wip-neorados-compat
neorados: bridge support to librados cluster connections
Reviewed-by: Adam Emersen <aemerson@redhat.com>
Jason Dillaman
07:32 PM RADOS Backport #46165: octopus: osd: make message cap option usable again
Neha Ojha wrote:
> https://github.com/ceph/ceph/pull/35737
merged
Yuri Weinstein
07:32 PM Revision 6c9ba5d3 (ceph): Merge pull request #35737 from neha-ojha/wip-46165-octopus
octopus: osd: make message cap option usable again
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Vikhya...
Yuri Weinstein
07:28 PM Dashboard Backport #45475: octopus: qa: mgr/dashboard: Replace Telemetry module in REST API test
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35797
merged
Yuri Weinstein
07:28 PM Revision dbd36f43 (ceph): Merge pull request #35797 from callithea/wip-45475-octopus
octopus: qa: mgr/dashboard: Replace Telemetry module in REST API test
Reviewed-by: Volker Theile <vtheile@suse.com>
...
Yuri Weinstein
07:27 PM mgr Backport #46117: octopus: "ActivePyModule.cc: 54: FAILED ceph_assert(pClassInstance != nullptr)" ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35794
merged
Yuri Weinstein
07:26 PM Revision f6b2e04a (ceph): Merge pull request #35794 from callithea/wip-46117-octopus
octopus: mgr: fix race between module load and notify
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Mykola ...
Yuri Weinstein
07:26 PM Dashboard Backport #46173: octopus: mgr/dashboard Replace broken osd
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35766
merged
Yuri Weinstein
07:25 PM Revision 2390389c (ceph): Merge pull request #35766 from callithea/wip-46173-octopus
octopus: mgr/dashboard: allow preserving OSD IDs when deleting OSDs
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com...
Yuri Weinstein
07:24 PM Revision db83b8d6 (ceph): Merge pull request #35720 from idryomov/wip-msgr21-octopus
octopus: New msgr2 crc and secure modes (msgr2.1)
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Yuri Weinstein
07:23 PM bluestore Bug #46055: ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
https://github.com/ceph/ceph/pull/34943 merged Yuri Weinstein
07:22 PM bluestore Backport #45426: octopus: ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
https://github.com/ceph/ceph/pull/34943 merged Yuri Weinstein
07:21 PM Revision 01c60cb8 (ceph): Merge pull request #34943 from ifed01/wip-ifed-fix-spillover-octopus
octopus: test/store_test: refactor bluestore spillover test
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: B...
Yuri Weinstein
07:20 PM Revision 05c52318 (ceph): selinux: allow ceph_t amqp_port_t:tcp_socket
allow ceph_t amqp_port_t:tcp_socket name_connect;
allow ceph_t soundd_port_t:tcp_socket name_connect;
Required for r...
kalebskeithley
06:53 PM rgw Bug #44570: rgw segfault when uploading files with BEAST
Patrick McLean wrote:
> The compilation flags on Gentoo are user selected.
> These hosts are being compiled with gc...
Mark Kogan
06:49 PM RADOS Bug #46323: thrash_cache_writeback_proxy_none: FAILED ceph_assert(version == old_value.version) i...
rados/singleton/{all/thrash_cache_writeback_proxy_none msgr-failures/few msgr/async-v1only objectstore/bluestore-comp... Neha Ojha
06:44 PM RADOS Bug #46405: osd/osd-rep-recov-eio.sh: TEST_rados_repair_warning: return 1
Since the original feature is being backported to nautilus and octopus.
/a/yuriw-2020-07-06_17:23:10-rados-wip-yur...
Neha Ojha
03:27 PM RADOS Bug #46405: osd/osd-rep-recov-eio.sh: TEST_rados_repair_warning: return 1
https://pulpito.ceph.com/nojha-2020-07-08_01:02:55-rados:standalone-master-distro-basic-smithi/ Neha Ojha
01:05 AM RADOS Bug #46405 (Resolved): osd/osd-rep-recov-eio.sh: TEST_rados_repair_warning: return 1
... Neha Ojha
06:37 PM RADOS Bug #45647: "ceph --cluster ceph --log-early osd last-stat-seq osd.0" times out due to msgr-failu...
/a/yuriw-2020-07-06_19:37:47-rados-wip-yuri7-testing-2020-07-06-1754-octopus-distro-basic-smithi/5204335 Neha Ojha
06:22 PM Revision bf453f04 (ceph): Merge pull request #35949 from zdover23/wip-doc-dev-guide-essentials-20...
doc/devel: repair sentences in "Essentials" page
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Josh Durgin ...
Josh Durgin
06:21 PM RADOS Bug #45761: mon_thrasher: "Error ENXIO: mon unavailable" during sync_force command leads to "fail...
/a/yuriw-2020-07-06_19:37:47-rados-wip-yuri7-testing-2020-07-06-1754-octopus-distro-basic-smithi/5204398 Neha Ojha
05:23 PM Orchestrator Bug #46327: cephadm: nfs daemons share the same config object
Hi Kiefer, I left some similar comments on your slide deck but also will say here:
Kiefer Chang wrote:
> This cau...
Patrick Donnelly
05:08 PM Dashboard Feature #46423 (New): mgr/dashboard: Python runtime typechecking framework
Python (as well as Typescript) lacks runtime typechecking, this may lead to a lot runtime issues. Part of this is all... Ernesto Puerta
04:52 PM Bug #46414 (Fix Under Review): ceph_volume_client.py: python 3.8 compatibility
Patrick Donnelly
08:57 AM Bug #46414 (Resolved): ceph_volume_client.py: python 3.8 compatibility
Installing 15.2.1 on Ubuntu 20.04 yields this warning:

Setting up python3-cephfs (15.2.1-0ubuntu1) ......
Dan van der Ster
04:35 PM Revision 92f4f3cd (ceph): common/addr_parsing: refactor safe_cat()
* add a ROUND_UP_128() macro for calculating the round of to a multiple of
128.
* instead of using a loop, use ROUN...
Kefu Chai
04:20 PM rgw Bug #46404 (Pending Backport): rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
J. Eric Ivancich
04:17 PM Revision fba30b20 (ceph): Merge pull request #35966 from ivancich/wip-fix-orphan-list-quoting
rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
Reviewed-by: Adam C. Emerson <aemerson@redhat....
Josh Durgin
04:06 PM RADOS Bug #45139: osd/osd-markdown.sh: markdown_N_impl failure
/a/nojha-2020-07-08_01:02:55-rados:standalone-master-distro-basic-smithi/5207257 Neha Ojha
04:01 PM CephFS Backport #46289 (Resolved): octopus: mgr/nfs: allow only [A-Za-z0-9-_.] in cluster ID
Patrick Donnelly
04:01 PM CephFS Backport #46290 (Resolved): octopus: mgr/nfs: Add interface for listing cluster
Patrick Donnelly
04:01 PM CephFS Backport #46291 (Resolved): octopus: mgr/volumes/nfs: Add interface for get and list exports
Patrick Donnelly
04:01 PM CephFS Backport #46292 (Resolved): octopus: mgr/nfs: Check cluster exists before creating exports and ma...
Patrick Donnelly
04:01 PM CephFS Backport #46156 (Resolved): octopus: Test failure: test_export_create_and_delete (tasks.cephfs.te...
Patrick Donnelly
04:01 PM CephFS Backport #46155 (Resolved): octopus: Test failure: test_create_multiple_exports (tasks.cephfs.tes...
Patrick Donnelly
04:01 PM CephFS Backport #46085 (Resolved): octopus: handle multiple ganesha.nfsd's appropriately in vstart.sh
Patrick Donnelly
04:00 PM CephFS Backport #46106 (Resolved): octopus: pybind/mgr/volumes: add API to manage NFS-Ganesha gateway cl...
Patrick Donnelly
03:58 PM CephFS Backport #46003 (Resolved): octopus: vstart: set $CEPH_CONF when calling ganesha-rados-grace comm...
Patrick Donnelly
03:58 PM CephFS Backport #45953 (Resolved): octopus: vstart: Support deployment of ganesha daemon by cephadm with...
Patrick Donnelly
03:58 PM CephFS Backport #46401 (Resolved): octopus: mgr/nfs: Add interface to show cluster information
Patrick Donnelly
05:40 AM CephFS Backport #46401 (In Progress): octopus: mgr/nfs: Add interface to show cluster information
https://github.com/ceph/ceph/pull/35499 Varsha Rao
03:43 PM rbd Bug #45268 (Fix Under Review): [librbd]assert at Notifier::notify's aio_notify_locker
Mykola Golub
01:42 PM rbd Bug #45268 (In Progress): [librbd]assert at Notifier::notify's aio_notify_locker
Mykola Golub
03:38 PM CephFS Feature #45747: pybind/mgr/nfs: add interface for adding user defined configuration
Add json ganesha config to common ganesha config rados object Varsha Rao
03:27 PM Revision 519ad63d (ceph): Merge pull request #34095 from rhcs-dashboard/wip-44696-nautilus
nautilus: mgr/dashboard: add popover list of Stand-by Managers & Metadata Servers (MDS) in landing page
Reviewed-by:...
Laura Paduano
03:14 PM mgr Bug #45331: Segmentation fault
Yes, there are some messages like this:... Fedor Gusev
03:14 PM Dashboard Bug #45717: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
Sebastian Wagner wrote:
> https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2200/
>
> [...]
Today's build o...
Laura Paduano
03:11 PM Revision 5b6804e1 (ceph): librbd: don't resend async_complete if watcher is unregistered
Also wait for pending async_complete after unregistering the
watcher.
Fixes: https://tracker.ceph.com/issues/45268
S...
Mykola Golub
02:58 PM Revision 74d4c56b (ceph): Merge PR #35499 into octopus
* refs/pull/35499/head:
qa/tasks/test_nfs: Add test for cluster info
mgr/volumes/nfs: Add cluster show info command...
Patrick Donnelly
02:53 PM Revision 3afc8ac2 (ceph): rgw: orphan list teuthology test & fully-qualified domain issue
Sometimes when teuthology machines are provisioned, the command
`hostname --fqdn` does not provide a fully qualified ...
J. Eric Ivancich
02:28 PM Revision f8e7748a (ceph): NVMEDevice: Fix the issue of multiple OSDs when using SPDK
For each OSD when using SPDK, it should be the type of primary
process. So when there are multiple NVMe SSDs, each OS...
Ziye Yang
02:05 PM CephFS Bug #46278: mds: Subvolume snapshot directory does not save attribute "ceph.quota.max_bytes" of s...
Zheng Yan wrote:
> try following patch
> [...]
Thanks, tested with ceph-fuse and setting the quota as before and...
Shyamsundar Ranganathan
01:57 PM RADOS Documentation #46421 (In Progress): Add LoadBalancer Guide
I'm adding the LoadBalancer Guide, and I'm going to put a link to it on the Install Page.
In a future version of d...
Zac Dover
01:24 PM CephFS Bug #46163 (In Progress): mgr/volumes: Clone operation uses source subvolume root directory mode ...
Need to address the following,
- pending integration with fix for https://tracker.ceph.com/issues/46278
- address...
Shyamsundar Ranganathan
12:52 PM Revision f0cc5a8c (ceph): Merge pull request #35910 from galsalomon66/add_s3select_filter
adding filter for s3select
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
12:50 PM CephFS Bug #46420 (Fix Under Review): cephfs-shell: Return proper error code instead of 1
Varsha Rao
12:41 PM CephFS Bug #46420 (Resolved): cephfs-shell: Return proper error code instead of 1
Varsha Rao
12:30 PM Revision 4dfe1eeb (ceph): Merge pull request #35286 from theanalyst/rgw/cleanup/override-umdhandler
rgw: user: RGWUserMetadataHandler mark remove method override
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Reviewed...
Casey Bodley
12:22 PM Revision 2a265c3f (ceph): Merge pull request #35911 from majianpeng/bluestore-check-written_slow-...
os/bluestore/bluefs: only bytes_written_slow > 0, we update perfcounter.
Reviewed-by: xie xingguo <xie.xingguo@zte.c...
Kefu Chai
12:20 PM Orchestrator Bug #46329 (Pending Backport): cephadm: Dashboard's ganesha option is not correct if there are mu...
Kefu Chai
12:20 PM Linux kernel client Bug #46419 (Resolved): ceph: ceph_add_cap: couldn't find snap realm 110
Mark Nelson saw this pop in some testing, which looks like a case where we caught a cap IMPORT with a snap realm that... Jeff Layton
12:18 PM Revision a06454c4 (ceph): Merge pull request #35908 from bk201/wip-46329
mgr/cephadm: fix Dashboard ganesha setting duplication error
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.co...
Kefu Chai
12:11 PM Revision 113629cb (ceph): run-make-check.sh: fix the log message
With 5e9a1d95c9f7 ("run-make-check.sh: extract run-make.sh"), this log
message is actively confusing. At this point ...
Ilya Dryomov
12:11 PM Revision 40775597 (ceph): Merge pull request #35907 from agayev/fix-zoned-device-detection
os/bluestore: Fix handling the return value of zbc_device_is_zoned() call.
Reviewed-by: Igor Fedotov <ifedotov@suse....
Kefu Chai
12:09 PM Revision 2a59ddcd (ceph): Merge pull request #35825 from changchengx/watch_stress
test/stress_watch: remove unused variable
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:04 PM mgr Bug #46406 (Pending Backport): pybind/mgr/balancer: should use "==" and "!=" for comparing strings
Kefu Chai
04:04 AM mgr Bug #46406 (Resolved): pybind/mgr/balancer: should use "==" and "!=" for comparing strings
"is" is just not correct. as we cannot guarantee that two strings with the same value share the same identity. Kefu Chai
12:03 PM Revision d3355c6b (ceph): Merge pull request #35943 from tchaikov/wip-mgr-balancer
pybind/mgr/balancer: use "==" and "!=" for comparing str
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewe...
Kefu Chai
11:29 AM Dashboard Cleanup #46341 (Resolved): mgr/dashboard: Clean jest configuration and update packages
Lenz Grimmer
11:28 AM Revision 6d9ff661 (ceph): Merge pull request #35948 from tspmelo/wip-clean-jest
mgr/dashboard: Clean unit tests configuration and output
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by:...
Lenz Grimmer
11:27 AM Dashboard Cleanup #46339 (Resolved): mgr/dashboard: Clean the output of lint/fix
Lenz Grimmer
11:27 AM Revision e63fa9d1 (ceph): Merge pull request #35922 from tspmelo/wip-clean-lint
mgr/dashboard: Clean the output of lint and fix scripts
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: ...
Lenz Grimmer
10:52 AM Dashboard Backport #46418 (In Progress): octopus: mgr/dashboard: Password expiration notification is always...
Laura Paduano
10:37 AM Dashboard Backport #46418 (Resolved): octopus: mgr/dashboard: Password expiration notification is always sh...
https://github.com/ceph/ceph/pull/35975 Laura Paduano
10:40 AM Revision 1c5e4c58 (ceph): doc/mgr: Supplement missing keywords 'crash'
doc/mgr: Crash Module, May be forget the words 'crash' and Supplement
it...
Signed-off-by: LiYeheng <nanquanyuhao@fo...
nanquanyuahao
10:17 AM RADOS Backport #46408 (New): octopus: Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)
Laura Paduano
07:46 AM RADOS Backport #46408 (In Progress): octopus: Health check failed: 4 mgr modules have failed (MGR_MODUL...
Laura Paduano
05:29 AM RADOS Backport #46408 (Resolved): octopus: Health check failed: 4 mgr modules have failed (MGR_MODULE_E...
https://github.com/ceph/ceph/pull/35995 Nathan Cutler
10:08 AM Dashboard Cleanup #46417 (Fix Under Review): mgr/dashboard: Clean the custom header styles
Tiago Melo
10:06 AM Dashboard Cleanup #46417 (Resolved): mgr/dashboard: Clean the custom header styles
We have some header styles that are no longer needed or can be adapted. Tiago Melo
10:06 AM Revision cf55a768 (ceph): mgr/dashboard: Clean custom header styles
Fixes: https://tracker.ceph.com/issues/46417
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
10:00 AM CephFS Bug #46282 (Fix Under Review): qa: multiclient connection interruptions by stopping one client
Xiubo Li
09:59 AM mgr Fix #46416 (Resolved): mgr progress module causes needless load
The progress module in the manager causes a lot of load, especially if the cluster is not healthy.
This results in b...
Manuel Lausch
09:59 AM bluestore Bug #46411: mimic: Disks associated to osds have small write io even on an idle ceph cluster
Adam, mind taking a look? Igor Fedotov
06:44 AM bluestore Bug #46411: mimic: Disks associated to osds have small write io even on an idle ceph cluster
Affected Versions: v12.2.12~~v12.2.13, v13.2.5 ~~ v13.2.9 hongsong wu
06:09 AM bluestore Bug #46411 (Rejected): mimic: Disks associated to osds have small write io even on an idle ceph c...
* 1.anomalies
When the ceph cluster is idle,you can found that the disks associated to osds have small write io e...
hongsong wu
09:57 AM Revision 942c73bf (ceph): Merge pull request #35338 from myoungwon/wip-doc-manifet-snap
doc/dev/osd_internals/manifest.rst: add information about clone snap refcounting
Reviewed-by: Myoungwon Oh <myoungwo...
myoungwon oh
09:41 AM Revision df6163e1 (ceph): mgr/dashboard: Allow to edit iSCSI target with active session
Fixes: https://tracker.ceph.com/issues/46383
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
09:33 AM bluestore Bug #46124: Potential race condition regression around new OSD flock()s
I'm able to reproduce the issue with src/objectstore/store_test and pretty pawerfull HW:
-10> 2020-07-08T09:28:28....
Igor Fedotov
09:28 AM Dashboard Bug #46306 (Pending Backport): mgr/dashboard: Password expiration notification is always shown if...
Lenz Grimmer
09:27 AM Revision 191f070a (ceph): Merge pull request #35874 from tspmelo/wip-fix-pwd-notification
mgr/dashboard: Hide password notification when expiration date is far
Reviewed-by: Stephan Müller <smueller@suse.com...
Lenz Grimmer
09:19 AM Orchestrator Documentation #46073: cephadm install fails: apt:stderr E: Unable to locate package cephadm
This is a bug in the documentation only Reinhard Eilmsteiner
09:19 AM Orchestrator Documentation #46073: cephadm install fails: apt:stderr E: Unable to locate package cephadm
Reinhard Eilmsteiner wrote:
> Machine is amd64 in virtualbox on Windows
Instruction is missing adding the apt-rep...
Reinhard Eilmsteiner
09:02 AM Dashboard Feature #36607 (In Progress): mgr/dashboard: Display description on mouse hover
Per our discussion during today's standup, the popovers above each section should only contain one short paragraph th... Lenz Grimmer
08:59 AM Dashboard Documentation #46415 (Resolved): mgr/dashboard: Create new chapter about the Dashboard's landing ...
To minimize the amount of information provided via tooltips/popovers in #36607, the Dashboard documentation in the Ce... Lenz Grimmer
08:52 AM Dashboard Feature #45934 (Resolved): mgr/dashboard: Use SASS's new Modules instead of the old @import
Thank you for you contribution, Enno! Lenz Grimmer
08:50 AM Revision 8ab14ab6 (ceph): Merge pull request #35501 from SchoolGuy/streamline-bootstrap-usage
mgr/dashboard: Introduce SASS modules
Reviewed-by: Sebastian Krah <skrah@suse.com>
Reviewed-by: Tiago Melo <tmelo@su...
Lenz Grimmer
07:59 AM Revision 093aba80 (ceph): ceph-fuse: show fuse helper options for libfuse >= 3.0
Since libfuse 3.0 the fuse_parse_cmdline have remove the showing
of usage, we must call the helper ourself.
Signed-o...
Xiubo Li
07:59 AM Revision 3e09f71b (ceph): ceph-fuse: add splice read/write support to reduce the memory copy
Fixes: https://tracker.ceph.com/issues/45267
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li
07:43 AM Dashboard Bug #46413 (Resolved): mgr/dashboard: ExpressionChangedAfterItHasBeenCheckedError in OSD delete form
How to reproduce:
- On OSD page, select an OSD and click delete.
- The console pops an error:...
Kiefer Chang
07:27 AM Revision 6e25f931 (ceph): ceph-fuse: add connection args parsing support for libfuse > 3.0
Since 3.0 some options are moved to connection part.
The following options are recognized and should be parsed and
a...
Xiubo Li
07:27 AM Revision 969c5756 (ceph): ceph-fuse: switch to fuse_reply_iov to reduce the memory copy
Fixes: https://tracker.ceph.com/issues/45267
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li
06:38 AM Revision 4ba0c2fe (ceph): common,msg,kv: Use Windows or portable function alternatives
Some functions are unavailable on Windows. We'll add some platform
checks, using either portable functions, either th...
Lucian Petrut
06:38 AM Revision d5372827 (ceph): msg: fix encode function
This commit [1] refactored the "encode" function but didn't handle
the variable names properly while moving code arou...
Lucian Petrut
06:38 AM Revision 2d221a3b (ceph): cls,rados,rbd,mds,common: Avoid name collision with Windows headers
There are a few name collisions between Windows headers and ceph.
Where possible, we'll update Ceph code to avoid red...
Lucian Petrut
06:38 AM Revision f80cadc9 (ceph): common,msg: define SOCKOPT_VAL_TYPE
On Windows, the "optval" argument of the setsockopt function is
a char pointer, as opposed to a void pointer on other...
Lucian Petrut
06:38 AM Revision 8cd92783 (ceph): include,common: Add functions missing on Windows
The following functions are not avaialble on Windows, so we'll
need to define them.
* strptime
* pipe (defined as _p...
Lucian Petrut
06:15 AM Revision 65c99a4f (ceph): osd: fix reference leak
ctx will be moved, so replace it with the value
Signed-off-by: Myoungwon Oh <ohmyoungwon@gmail.com>
Myoungwon Oh
06:11 AM Orchestrator Bug #46412 (Can't reproduce): cephadm trying to pull mimic based image
... Deepika Upadhyay
06:09 AM Revision 60de0363 (ceph): client: fix directory inode can not call release callback
When use client like nfs-ganesha hold ref of dir inode,
the dentry of the inode does not expirable because its
state ...
wei liu
05:59 AM Bug #44399: qa: /usr/libexec/platform-python fails / core dumps
saw this failure in recent run:
http://qa-proxy.ceph.com/teuthology/ideepika-2020-07-07_12:58:57-rados-wip-deepika-...
Deepika Upadhyay
05:37 AM Revision f99c4d10 (ceph): mgr/volumes/nfs: Add cluster show info command
Fixes: https://tracker.ceph.com/issues/45743
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:37 AM Revision d8b231bd (ceph): qa/tasks/test_nfs: Add test for cluster info
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 93aa5e4012e232d935884a8c69396684efc274e3)
Varsha Rao
05:36 AM Revision 093cbd5a (ceph): mgr/volumes: Rearrange nfs export interface
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 8a84744a5a7b8e7fb158cfe33887e8f0a2b2fb91)
Varsha Rao
05:36 AM Revision 294d53c0 (ceph): vstart: Instead of CACHEINODE use MDCACHE
CACHEINODE will be deprecated soon. Instead use MDCACHE.
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked...
Varsha Rao
05:36 AM Revision e8b852f7 (ceph): mgr/volumes/nfs: Remove type option from export create interface
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 9bcd7b673d7206a35abc9bf612ec3ff05f491ba7)
Varsha Rao
05:36 AM Revision d74f3962 (ceph): qa/cephfs: Add tests for nfs
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ab41951b04c99bf55e093937196add25d4face84)
Varsha Rao
05:36 AM Revision 2f469cf0 (ceph): mgr/fs/nfs: Use check_mon_command() instead of mon_command()
check_mon_command() checks the return code of mon command.
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry pick...
Varsha Rao
05:36 AM Revision 3b387258 (ceph): mgr/volumes/nfs: Fix incorrect read only access_type value
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 923d1814866736067b76236c3cadaccbad0e871d)
Varsha Rao
05:36 AM Revision d126310d (ceph): mgr/volumes/nfs: Fix idempotency of cluster and export commands
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit b8ce61e8bde7a0cb1eed7129038701c10fd275cd)
Varsha Rao
05:36 AM Revision d836ede6 (ceph): qa/tasks/cephfs: Add tests for nfs exports
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit af3b925dfd97929e2b967ab6b05e92b7d0de6ece)
Varsha Rao
05:36 AM Revision 85d287d0 (ceph): qa/tasks/cephfs: Don't enable cephadm in TestNFS
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 1477c987647f9bde96cddfea84ee797b71471bab)
Varsha Rao
05:36 AM Revision 29aad4f9 (ceph): mgr/nfs: Instead of 'auth del' use 'auth rm'
`mgr` profile allows 'auth rm'. Use it instead of 'auth del' which is not
allowed.
Signed-off-by: Varsha Rao <varao@...
Varsha Rao
05:36 AM Revision 936fbb2c (ceph): qa/tasks/cephfs: Enable multiple exports tests
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit b2adff10b55ddf11088c4176a6e03ee150e55b8a)
Varsha Rao
05:36 AM Revision 9c2429f4 (ceph): mgr/test_orchestrator: List nfs daemon
This patch adds dummy data for nfs ganesha daemon and adds nfs to list of
supported service type.
Signed-off-by: Var...
Varsha Rao
05:36 AM Revision 527576b2 (ceph): vstart: Support deployment of ganesha daemon by cephadm with NFS option.
NFS Ganesha cluster can be created in two ways with vstart
cluster:
1) With test_orchestrator
NFS=1 ../src/vstart.sh...
Varsha Rao
05:36 AM Revision 687cff4f (ceph): vstart: set $CEPH_CONF when running ganesha-rados-grace
...otherwise we could pick up the wrong ceph.conf file. Also, use the
correct $test_user userid for these ops.
Fixes...
Jeff Layton
05:36 AM Revision 2f8abcdc (ceph): vstart.sh: update comment to use ganesha from CentOS Storage SIG
see https://download.nfs-ganesha.org/3/LATEST/RHEL/
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from ...
Kefu Chai
05:36 AM Revision baf185c9 (ceph): vstart: handle multiple ganesha's more sanely
Currently, if you have more than one ganesha daemon, it clobbers the
log, config and pidfiles from the previous daemo...
Jeff Layton
05:36 AM Revision 1feed4e8 (ceph): vstart: allow specifying a different ganesha binary
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 06d29a717a20190a98b1b9e3b9306fea163f1ecb)
...
Jeff Layton
05:36 AM Revision aa43ec63 (ceph): mgr/volumes/nfs: use f-string for creating Exception
for better understanding the reason of the failure
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from c...
Kefu Chai
05:36 AM Revision 36a7a07f (ceph): mgr/volumes/nfs: Ignore if ganesha disconnects
Fixes: https://tracker.ceph.com/issues/46046
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision 2475aba0 (ceph): pybind/mgr/volumes/nfs: Remove unused cephfs module
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 92873997d6444f19c369fef1bcb906241ea169d8)
Varsha Rao
05:36 AM Revision a093e226 (ceph): vstart: Add ip value to nfs mount information
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 02d2097e679a571ebe9639f588ac24adf5ca0c94)
Varsha Rao
05:36 AM Revision ecc77f4d (ceph): vstart: just use ganesha.nfsd that's in $PATH
In an earlier patch, I added a --ganesha-path option, but that left out
ganesha-rados-grace, which also could be in a...
Jeff Layton
05:36 AM Revision ddd604a9 (ceph): qa/tasks/cephfs/nfs: Poll for max 60 seconds to ensure removal of ganes...
Fixes: https://tracker.ceph.com/issues/46104
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision 2d119b96 (ceph): qa/tasks/cephfs/test_nfs.py: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 981a7cc923ed9ddb61c5b83940d42b82ca7a4469)
Kefu Chai
05:36 AM Revision dc6b2821 (ceph): mgr/volumes/nfs: Reorder imports
This patch reorders import to fix "ImportError: cannot import name 'TimedOut'".
As flake8 requires similar import typ...
Varsha Rao
05:36 AM Revision f8d3bea1 (ceph): qa/tasks/cephfs: Add idempotency test for nfs commands
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 1a55888b1bab8039dba173c0bdc1923ac24f347a)
Varsha Rao
05:36 AM Revision 34645463 (ceph): mgr/volume/nfs: allow only [A-Za-z0-9-_.] characters
... for ganesha cluster names.
Fixes: https://tracker.ceph.com/issues/45744
Signed-off-by: Ramana Raja <rraja@redhat...
Ramana Raja
05:36 AM Revision 09f0139f (ceph): mgr/volumes/nfs: Fetch exports in persistent way if mgr is restarted
Fixes: https://tracker.ceph.com/issues/45740
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision 98c1eb58 (ceph): mgr/volumes/nfs: Check if cluster exists before creating exports
Fixes: https://tracker.ceph.com/issues/45740
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision 04177bfe (ceph): mgr/volumes/nfs: list exports within a ganesha cluster
List the pseudo paths of the exports within a ganesha cluster
with `nfs export ls <cluster ID>` command.
List all th...
Ramana Raja
05:36 AM Revision 12dfc359 (ceph): mgr/volumes/nfs: get export in a nfs cluster
Fixes: https://tracker.ceph.com/issues/45741
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit...
Ramana Raja
05:36 AM Revision 04bcedc0 (ceph): qa/tasks/cephfs: Add test to check if export is available on restarting...
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 3b554f2310878cd0d38db8acef982a4707111b04)
Varsha Rao
05:36 AM Revision b6494d88 (ceph): mgr/volumes/nfs: Remove 'ganesha-' prefix from orch returned service id
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 555da003fba28ae0546e4875694baf9964fc0a23)
Varsha Rao
05:36 AM Revision a7fbb22a (ceph): mgr/volumes/nfs: Add nfs cluster ls command
This commands provides list of deployed nfs clusters.
Fixes: https://tracker.ceph.com/issues/45742
Signed-off-by: Va...
Varsha Rao
05:36 AM Revision 2b9208ec (ceph): qa/tasks/cephfs: Add test for nfs cluster ls command
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit eb2cd16fbe3d6cb5aa9102c09baac500b617f178)
Varsha Rao
05:36 AM Revision 1ab80a0d (ceph): mgr/volumes/nfs: Misc changes to export get and ls command
This patch does following changes:
* Add extra line before every class definition
* Reorder export dictionary
* Use _...
Varsha Rao
05:36 AM Revision 40611c7d (ceph): mgr/volumes/nfs: Check cluster availability in export command methods
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 9d8304546746222b2c6d1057fb4ed6dfe0f130c1)
Varsha Rao
05:36 AM Revision 98f70b73 (ceph): mgr/volumes/nfs: Set pool_namespace and cluster_id through decorator
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 2692a94d690faf857de96ad1f86520f00d268979)
Varsha Rao
05:36 AM Revision b43bd24e (ceph): pybind/mgr/volumes/nfs: Reorder FSExport and NFSCluster class methods
To maintain consistency and improve readability.
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from co...
Varsha Rao
05:36 AM Revision 2923b8fd (ceph): qa/tasks/cephfs: Add test for listing exports
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 9418b42b29792af294fb8696a4957b3072a87016)
Varsha Rao
05:36 AM Revision c6a3b62d (ceph): qa/tasks/cephfs: Add tests for invalid cluster id, export type and modi...
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 285ab1b4ae7a378a885661ff92e3400d23c26317)
Varsha Rao
05:36 AM Revision 0c650889 (ceph): qa/tasks/cephfs: Add tests for export create with non-existing fsname a...
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit eab60b5fad6d2e0166d40f255b9507eada831b87)
Varsha Rao
05:36 AM Revision 3322f26d (ceph): doc/cephfs: Add list and get export usage
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 55fd634e881d07c633af97c6ced35054bf121ec8)
Varsha Rao
05:36 AM Revision f38cb605 (ceph): qa/tasks/cephfs/test_nfs: Add description for each test
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit dfa3ab43496ca790af5cba89ee5051def4149c88)
Varsha Rao
05:36 AM Revision 23817fc7 (ceph): qa/tasks/cephfs/test_nfs: Add test for export user id
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 1aa2a660bdf2ae4d523908ada1a3cf0095700a86)
Varsha Rao
05:36 AM Revision 97e3975d (ceph): qa/tasks/cephfs/test_nfs: Add test for get and list detailed export
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 5f506e39695c6f8f7df103331f0675bb3d2d0c23)
Varsha Rao
05:36 AM Revision d519740d (ceph): qa/tasks/test_nfs: Add todo note for cluster update test
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit d7396fdc0f0950133ab0bfc431b43213d2727960)
Varsha Rao
05:36 AM Revision 910edf1d (ceph): pybind/mgr/volumes/nfs: Fix flake8 errors
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 4da75816754e888f7c4a7ac7375039763b5f9a35)
Varsha Rao
05:36 AM Revision 01161b30 (ceph): volumes/fs/nfs: Don't parse rados export objects during FSExport init
Instead we can do it if any export commands are used. This fixes ImportError
raised when FSExport is initialized with...
Patrick Donnelly
05:36 AM Revision 899d2677 (ceph): mgr: Add "ceph fs nfs delete <export_id>" to delete exports
Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision 569cc9a2 (ceph): mgr: Create pool for nfs ganesha recovery
Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision 03890449 (ceph): mgr/volumes: Add command to create nfs-ganesha clusters
ceph fs nfs cluster create <cluster_id> [--size=1]
cluster_id: Name of the nfs cluster
This command creates a commo...
Varsha Rao
05:36 AM Revision 06bb632f (ceph): mgr/volumes: Create NFSConfig class
Move the ganesha config functions into this class.
Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsh...
Varsha Rao
05:36 AM Revision 749b6e49 (ceph): mgr/volumes: Add Ganesha common config
Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision 7f131a5e (ceph): vstart: Update vstart according to cluster create command
Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision c6410deb (ceph): mgr/volumes: Update caps for new user created and add it's key to keyring
Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision 2411e110 (ceph): mgr/volumes: While creating nfs-ganesha user update its cap
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 6363b887eeb50cb5dba8f7ef3c8d075fda5d1b27)
Varsha Rao
05:36 AM Revision 0cf0347d (ceph): mgr/volumes: Changes to nfs export delete and create
Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
05:36 AM Revision a985cd67 (ceph): mgr/volumes: Remove create_rados_pool method
Pool is created by cluster command.
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ae49ab3c...
Varsha Rao
05:36 AM Revision 0d69d34a (ceph): mgr/volumes: Update nfs export create and delete command
Remove fill_keys function and add key to nfsconfig object.
Export create and delete methods that no longer require ga...
Varsha Rao
05:36 AM Revision b299e455 (ceph): vstart: Update fs nfs export create command
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 4ba9376ca53cd4ebfe85acd59abe479c9a48139d)
Varsha Rao
05:36 AM Revision 99a05d4b (ceph): doc: Add document about fs nfs interface to create CephFS exports
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 48c8e8b546066085c9a32c7214c34efd15692a4d)
Varsha Rao
05:36 AM Revision e8048a68 (ceph): mgr/volumes/fs: Update default ganesha conf options
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 05dade8f768629a3a02a4399374be255e8461349)
Varsha Rao
05:36 AM Revision 4df5fe7c (ceph): src/vstart: Set CEPH_CONF environment variables
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 751a994f6798bcf0b8e2de7a9dfed330c84702fa)
Varsha Rao
05:36 AM Revision ddaff9a6 (ceph): vstart: Add note about mounting cephfs exports
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 1be7e547e40a0808de481c2c889e3b759f58d4e5)
Varsha Rao
05:36 AM Revision 876cdd36 (ceph): mgr/volumes: Improve readability of ganesha common config
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 2b0f9646e237b3a5b748087c54adecaf2eb3104a)
Varsha Rao
05:36 AM Revision 2fa01181 (ceph): vstart: Use "NFS" instead "GANESHA" for starting nfs ganesha clusters
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 765cafdb6169836d1ba216b1cd7d4e118fc559e7)
Varsha Rao
05:36 AM Revision 3fb0cf97 (ceph): vstart: Use random port instead of default Ganesha port
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 91334cb8eab1f6eb203f74267ead141747780696)
Varsha Rao
05:36 AM Revision 509a2b86 (ceph): mgr/volumes: Remove dependency on dashboard ganesha module
Instead of importing ganesha module, necessary classes are directly used in
volumes nfs module.
Signed-off-by: Varsh...
Varsha Rao
05:36 AM Revision ffe2cde3 (ceph): mgr/volumes/nfs: Update the export class to remove unecessary config op...
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 75c5a8bfb27cff8975b6c062ddac1a38bd117b9b)
Varsha Rao
05:36 AM Revision 17a349a9 (ceph): mgr/volumes/nfs: Fix mypy errors
This patch fixes the following mypy errors:
volumes/module.py:9: note: In module imported here,
volumes/__init__.py:2...
Varsha Rao
05:36 AM Revision b3716fa5 (ceph): mgr/volumes: Move ganesha common config to vstart
This is a preparatoy patch before calling orchestrator for nfs cluster
deployment. All the ganesha config is moved to...
Varsha Rao
05:36 AM Revision 3001d22a (ceph): mgr/volumes: Create multiple CephFS exports
Using the following fs nfs interface multiple exports can be created:
ceph fs nfs export create <fsname> <binding> --...
Varsha Rao
05:36 AM Revision fab643cd (ceph): mgr/volumes: Remove GaneshaConf and NFSConfig class
NFSCluster and FSExport class replace GaneshaConf and NFSConfig class.
Signed-off-by: Varsha Rao <varao@redhat.com>
...
Varsha Rao
05:36 AM Revision ed6f34f2 (ceph): vstart: Update the nfs cluster create and export interface
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 34ba1cc141a9b2969b9a4e80c35339f04b0ea4fa)
Varsha Rao
05:36 AM Revision 52b389b4 (ceph): mgr/volumes: Update nfs cluster and export interface
Instead of prefixing 'fs' to the commands, type is added for easy extension to
create rgw exports.
$ ceph nfs cluste...
Varsha Rao
05:36 AM Revision 5c33c037 (ceph): mgr/volumes: Make cluster id option mandatory in nfs create export
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 25642bcf50dd56ab5cd14470543f9e3fb7a4185b)
Varsha Rao
05:36 AM Revision 02d177ee (ceph): mgr/volumes: Remove unused typing module
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 14cbf6d567b7e945f4a497d4e5b0d0631ec50f0a)
Varsha Rao
05:36 AM Revision f7f45109 (ceph): mgr/volumes: Add a note about placement option in nfs cluster create
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit e3da10220ec854bec63c369b1e6a96013cf875d0)
Varsha Rao
05:36 AM Revision a3b7942a (ceph): mgr/volumes/nfs: Call orch nfs apply
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 1e1a1b0ae80646c06855e94a21b8d5c83a0e3955)
Varsha Rao
05:36 AM Revision 487eaef8 (ceph): mgr/volumes/nfs: Change common ganesha config object name to 'conf-nfs....
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 7f584fd574e471363597d9f366e8336deba72222)
Varsha Rao
05:36 AM Revision 1c56b779 (ceph): mgr/volumes: Add placement option to create nfs cluster interface
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit b16190bb5fb61754199cf9731c496888299c983a)
Varsha Rao
05:36 AM Revision c7892d2d (ceph): vstart: Enable test_orchestrator in start_ganesha()
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 16d11d1f67226dbede7c706e17418dfa278c7c73)
Varsha Rao
05:36 AM Revision b8795eb5 (ceph): mgr/volumes: Add nfs cluster update interface
$ ceph nfs cluster update <clusterid> <placement>
This updates the existing deployed cluster according to placement ...
Varsha Rao
05:36 AM Revision dcf0f397 (ceph): mgr/volumes: Add nfs cluster delete interface
$ ceph nfs cluster delete <clusterid>
This deletes the deployed cluster.
Signed-off-by: Varsha Rao <varao@redhat.co...
Varsha Rao
05:36 AM Revision e8a03d0e (ceph): mgr/volumes/nfs: Pass cluster_id directly to NFSCluster {create, update...
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit fff59e686aeae615935fe1ee8ad84352aa6757f3)
Varsha Rao
05:36 AM Revision 8e171289 (ceph): mgr/volumes/nfs: Add RADOS notify for common config object
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 85e71eb7d40e1bbd2f77dbc8dce65dd42ea85fb1)
Varsha Rao
05:36 AM Revision bd34c8cc (ceph): mgr/volumes/nfs: Add delete cephfs export command
$ ceph nfs export delete <binding> <clusterid>
binding: It is the pseudo root name
clusterid: It is name of the clus...
Varsha Rao
05:36 AM Revision ba8fa563 (ceph): vstart: Update details about ganesha packages
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit f81fe362456865265f79b7b13b726fc0fdb6ef54)
Varsha Rao
05:36 AM Revision a26b6460 (ceph): vstart: Ensure cephadm and NFS does not conflict
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 31767428fc36f34331b75dd899ed0b9ae6b3ecaf)
Varsha Rao
05:36 AM Revision ad77ecc1 (ceph): mgr/volumes: Create user for given path and fs
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit dd20761908a2a7ba63df941991aa5adfada4d1fb)
Varsha Rao
05:36 AM Revision 0689aeb6 (ceph): mgr/volumes/nfs: Delete user on removing export
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit b9bff573c965bfa5c90919431e8791610fef7787)
Varsha Rao
05:36 AM Revision d6283c70 (ceph): vstart: Add watch url for conf-nfs object
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit e9e09a199f5d0624bda748d78eecba6cae4d7fc5)
Varsha Rao
05:36 AM Revision 4005a5d3 (ceph): mgr/volumes: Make nfs create export interface idempotent
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit b3b83b0554441597c6a7a282e55a5fb3ce8b9982)
Varsha Rao
05:36 AM Revision 98f397f3 (ceph): mgr/volumes/nfs: Delete all exports on cluster deletion
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit d12aed8eeaaa981873aa278d8bdb209e3f6968c9)
Varsha Rao
05:36 AM Revision 8e253973 (ceph): mgr/volumes/nfs: Delete common config object on cluster deletion
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 0ee8439b69e309c8c99cc0cb8466ce8dac866e6b)
Varsha Rao
05:36 AM Revision c872f576 (ceph): mgr: Add command to create exports for nfs-ganesha
'ceph fs nfs create': This command creates export objects for nfs-ganesha.
vstart ganesha daemon fetches the export b...
Varsha Rao
05:30 AM Dashboard Bug #45068 (Resolved): mgr/dashboard: Prometheus query error while filtering values in the metric...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:30 AM rgw Bug #45269 (Resolved): notification: amqp with vhost and user/password is failing
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:30 AM rbd Bug #45715 (Resolved): Blacklist leads to potential rewatch live-lock loop
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:29 AM CephFS Backport #46410 (Resolved): octopus: client: supplying ceph_fsetxattr with no value unsets xattr
https://github.com/ceph/ceph/pull/36045 Nathan Cutler
05:29 AM CephFS Backport #46409 (Resolved): nautilus: client: supplying ceph_fsetxattr with no value unsets xattr
https://github.com/ceph/ceph/pull/36173 Nathan Cutler
05:28 AM Dashboard Backport #46407 (Resolved): octopus: mgr/dashboard: Fix bugs in a unit test and i18n translation
https://github.com/ceph/ceph/pull/36991 Nathan Cutler
04:42 AM Revision f7f30442 (ceph): Merge pull request #34960 from majianpeng/vstart-spdk
vstart: specify the NVME PCI BUS ID when enable spdk.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:26 AM Revision 334066f0 (ceph): mon: elector: spread current election scores in election messages
This has two benefits:
1) when we defer to a peer X, we can't defer to a different peer Y
unless X will also defer to...
Greg Farnum
04:26 AM Revision 127c250a (ceph): mon: elector: reset election when we encounter score disagreements
This guarantees progress if the network topology is reasonably stable.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
04:26 AM Revision 027cd4fe (ceph): mon: track when we remove a rank and update ConnectionTracker
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision c7a92021 (ceph): mon: elector: make timeouts etc configurable; resolves some TODOs
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 467415ee (ceph): mon: make the election strategy configurable at setup and runtime
Finally, a user-visible command!
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
04:26 AM Revision 9cabf332 (ceph): mon: add/remove disallowed monitors from the command line
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision d7addeb0 (ceph): mon: elector: support dumping and resetting scores via admin socket
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 5fb48879 (ceph): test: elector: add some TODOs I built up over time
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 83e321d4 (ceph): mon: don't let users disallow monitors in CLASSIC mode
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision d5312240 (ceph): doc: add a developer description of the election algorithms
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 6a5c5957 (ceph): doc: user docs on configuring mon elections
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 3bc1ae1e (ceph): qa: use the config when building a monmap
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 39d71f78 (ceph): test: add a mon_election directory to the rados and upgrade suites
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision cea78c7c (ceph): qa: add new netsplit task
This is super basic right now and only works for monitor daemons
as it has to parse out their IPs from cluster inform...
Greg Farnum
04:26 AM Revision b846d69a (ceph): test: add the beginnings of a netsplit suite
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 1093d5a6 (ceph): mon: elector: add some flexibility when dropping out-of-quorum propose ...
I haven't seen it be an issue, but I'm worried a slight different in ping
report timing might result in flapping lead...
Greg Farnum
04:26 AM Revision fff964cb (ceph): mon: elector: Use #pragma once instaed of #ifdef with wrong filename
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision d3ad8707 (ceph): mon: elector: use unique_ptr on [stable|leader]peer_tracker, fix a leak
We were conditionally taking over a ConnectionTracker which had been
allocated on the heap when recieving a propose, ...
Greg Farnum
04:26 AM Revision ddc6a7c2 (ceph): test: cleanups in test_election for Kefu
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision abadf3f0 (ceph): mon: elector: remove some unused code from ConnectionTracker
Some of these lost their users when cleaning up the interface
or never had one, so pull them out for less code!
Sign...
Greg Farnum
04:26 AM Revision a63a00d1 (ceph): mon: elector: continue degrading scores on dead peer connections
We need to keep scheduling timer events, not doing one report_dead_connection()
and then stopping! So we add a new de...
Greg Farnum
04:26 AM Revision 363f647a (ceph): mon: Guard new elector pinging and election strategies behind a mon_fea...
Obviously we don't want to try and do any of this if we have a monitor
remaining in the cluster which doesn't support...
Greg Farnum
04:26 AM Revision f741de55 (ceph): mon: elector: Build a ConnectionTracker and new MMonPing to heartbeat p...
This lets us build up a long-term view of how reliable our peers are. Presently
it's not used for anything, but soon ...
Greg Farnum
04:26 AM Revision b07e68d6 (ceph): elector: actually persist connectivity scores on a regular basis
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 78739e61 (ceph): elector: support disallowing specific monitor ranks from becoming leaders
If they are disallowed, they always defer to others and are never
deferred to themselves. You can use this if you hav...
Greg Farnum
04:26 AM Revision 7384fa95 (ceph): test: centralize checking leader and epoch matches across ElectionLogics
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 0533fa0c (ceph): elector: Set up infrastructure for having multiple election strategies
This means we can implement a new strategy (or change an existing one) without
potentially adding bugs to the older, ...
Greg Farnum
04:26 AM Revision ef8a6874 (ceph): elector: track the previous election winner for use in testing
The leader_acked value resets to -1 once the election completes and we
need to be able to check it after that. Whoops...
Greg Farnum
04:26 AM Revision d2d9f9aa (ceph): elector: ElectionLogic: implement a connectivity-based ElectionStrategy
We defer to other leaders based on our understanding of their total
connectivity score to mons with which we peer.
S...
Greg Farnum
04:26 AM Revision c53594a4 (ceph): test: elector: update test_election to pass around the ConnectionTracker
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision c6fef130 (ceph): test: elector: make macros to run test scenarios against each ElectionS...
Switch the ElectionLogic to require an ElectionStrategy input on construction.
Signed-off-by: Greg Farnum <gfarnum@r...
Greg Farnum
04:26 AM Revision 1cd67d06 (ceph): test: elector: explicitly count election messages in flight
This will let us queue up other messages (like pings) that don't
imply the election is unstable.
Signed-off-by: Greg...
Greg Farnum
04:26 AM Revision 360e9a53 (ceph): test: elector: build connection tracking and sharing by pings!
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision a2f747f0 (ceph): test: elector: check that we stabilize after flapping connections
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 66046cb3 (ceph): test: elector: add a new quorum_stable() check in addition to election_...
This lets us check that the quorum hasn't changed within a given number
of timesteps. This is distinguished from elec...
Greg Farnum
04:26 AM Revision 68dfb9ff (ceph): elector: move initial propose handling into the different strategy hand...
We're going to make the connectivity strategy ignore proposals that are
just causing election flapping next.
Signed-...
Greg Farnum
04:26 AM Revision 06f635bf (ceph): elector: Write a helper to combine scores with disallowed lists; use it
This simplifies the logic chains a bit and we'll use it to generate
scores when an out-of-quorum monitor tries to tri...
Greg Farnum
04:26 AM Revision a540bed4 (ceph): elector: ignore election proposals from out-of-quorum spammers
Remember the last leader we *voted* for in an election. Then, if we get
a proposal from an out-of-quorum peer, and we...
Greg Farnum
04:26 AM Revision 290bf3bb (ceph): test: elector: new tests that we work while flapping
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 020d2e8c (ceph): elector: maintain a stable score set while running an election
Previously we could update our scores during an election, and
then try to change who we voted for if we bumped the ep...
Greg Farnum
04:26 AM Revision 2c04a096 (ceph): test: elector: support differing ping intervals, and add a complete-dis...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 179467d7 (ceph): test: elector: add debug output for pings
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision e92b5093 (ceph): mon: start notifying the Elector and ConnectionTracker to be more expli...
Avoiding native use of ranks is making things harder. Right now it's not very sophisticated
(the monitor doesn't real...
Greg Farnum
04:26 AM Revision bd92421a (ceph): mon: elector: add new ConnectionTracker2 implementation
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision a59011a0 (ceph): mon: elector: test the ConnectionTracker implementations for equivalence
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 16e58ff2 (ceph): mon: replace ConnectionTracker with new implementation
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 97e81b5f (ceph): test: mon: switch some param names to avoid confusing masking
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 558be0ac (ceph): mon: elector: simplify the ConnectionTracker now that replacement is done
We kept the funky "check my score separately" logic in order to match
the double arithmetic of the old implementation...
Greg Farnum
04:26 AM Revision 2b9246b5 (ceph): mon: elector: debug output of Tracker
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision 24980a4a (ceph): mon: elector: switch ConnectionTracker pointers and members
Printing etc is much easier with local members and this way
around works as well or better.
Signed-off-by: Greg Farn...
Greg Farnum
04:26 AM Revision e78b039f (ceph): test: elector: Add a test which directly mangles scores to see if it ca...
Right now, it fails horribly.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
04:26 AM Revision 229e789d (ceph): test: elector: remove init_pings; we handle this in ConnectionTracker b...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
04:26 AM Revision d04f7e1e (ceph): mon: elector: simplify the report sharing interface
Just encode the ConnectionTracker and share that bufferlist around
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
04:04 AM Revision 65dc4649 (ceph): pybind/mgr/balancer: use "==" and "!=" for comparing str
we cannot assume that two values with the same value share the same
identity in Python.
also silences warnings like:...
Kefu Chai
03:40 AM Revision 05ea52fe (ceph): mgr/dashboard: add popover list of managers in landing page
Fixes: https://tracker.ceph.com/issues/42979
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from c...
Avan Thakkar
03:17 AM CephFS Bug #46302 (Fix Under Review): mds: optimize ephemeral rand pin
Patrick Donnelly
03:01 AM rgw Bug #41225 (Fix Under Review): rgw: GETing S3 website root with two slashes // crashes rgw
Kefu Chai
02:25 AM Revision 5640390f (ceph): vstart: specify the NVME PCI BUS ID when enable spdk.
Currently we use vendor::device to specify the nvme name when using
spdk. But it have some problems:
a)it can't use d...
jianpeng ma
01:12 AM RADOS Bug #46224 (Pending Backport): Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)
/a/yuriw-2020-07-06_19:37:47-rados-wip-yuri7-testing-2020-07-06-1754-octopus-distro-basic-smithi/5204440/ Neha Ojha

07/07/2020

11:05 PM Dashboard Backport #46020: octopus: mgr/dashboard/rbd: throws 500s with format 1 RBD images
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35711
merged
Yuri Weinstein
11:04 PM Revision c9bdbc57 (ceph): Merge pull request #35711 from rhcs-dashboard/wip-46020-octopus
octopus: mgr/dashboard: work with v1 RBD images
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Jason Di...
Yuri Weinstein
10:32 PM CephFS Bug #46084 (Pending Backport): client: supplying ceph_fsetxattr with no value unsets xattr
Patrick Donnelly
10:22 PM Revision 02fc51de (ceph): Merge PR #35725 into master
* refs/pull/35725/head:
client: Fix setxattr with 0 size specified
Reviewed-by: Zheng Yan <zyan@redhat.com>
Reviewe...
Patrick Donnelly
10:05 PM Revision b13dd050 (ceph): mgr/dashboard: Add E2E for navigation
Fixes: https://tracker.ceph.com/issues/45376
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
10:05 PM Revision c05b7cbb (ceph): mgr/dashboard: Update Cypress
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
09:07 PM Dashboard Bug #45762 (Fix Under Review): mgr/dashboard: language chooser description missing
I found a way to fix this, so I'm reopening the issue. Tiago Melo
09:01 PM Revision 91651181 (ceph): mgr/dashboard: Remove unused code in language selector
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
09:00 PM Revision 614eea5d (ceph): mgr/dashboard: Fix display of current language
While in development mode, current language
was not being displayed in the dropdown.
Fixes: https://tracker.ceph.com...
Tiago Melo
08:51 PM mgr Bug #43586: mgr/balancer reports "Unable to find further optimization ...", but distribution is n...
Thomas Schneider wrote:
> I can wait.
> However, can you please share some details about the changes in v14.2.7 wit...
Nathan Cutler
08:24 PM Orchestrator Support #46384: 15.2.4 and cephadm - mds not starting
Here is how I do it:
https://docs.ceph.com/docs/master/cephfs/fs-volumes/#fs-volumes
"This creates a CephFS fil...
Nathan Cutler
10:49 AM Orchestrator Support #46384 (Resolved): 15.2.4 and cephadm - mds not starting
I have a new insatll of Octopus, 15.2.4 and using Cephadm to manage it. The mds deamons are not being created.
$...
Andy Gold
08:04 PM rgw Bug #46404 (Resolved): rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
The interactive mode wasn't working due to prompts going to stdout
instead of stderr. If a space should appear in te...
J. Eric Ivancich
07:59 PM Revision 6d9d5480 (ceph): rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
The interactive mode wasn't working due to prompts going to stdout
instead of stderr. If a space should appear in tem...
J. Eric Ivancich
07:09 PM CephFS Bug #46403 (Triaged): mds: "elist.h: 91: FAILED ceph_assert(_head.empty())"
Not related to #44294.
Zheng, this looks like a lock cache bug.
Patrick Donnelly
04:24 PM CephFS Bug #46403 (Triaged): mds: "elist.h: 91: FAILED ceph_assert(_head.empty())"
This may be a re-occurance of https://tracker.ceph.com/issues/44294
Saw this while testing ceph.dir.pin.distribute...
Mark Nelson
06:28 PM Revision 1ef00a83 (ceph): mgr/dashboard: Add E2E for login
Fixes: https://tracker.ceph.com/issues/45376
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
06:28 PM Revision 294c37b3 (ceph): mgr/dashboard: Add E2E for languages
Fixes: https://tracker.ceph.com/issues/45376
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
06:12 PM rgw Bug #45955: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires read #1"
Nathan Cutler wrote:
> converting into the master tracker that was originally judged not necessary
>
> opening ba...
J. Eric Ivancich
06:11 PM Revision 1c06642a (ceph): mgr/dashboard: Clean the output of lint and fix scripts
Increase deprecation tslint rule from warning to error and
remove no-use-before-declare.
Fixes: https://tracker.ceph...
Tiago Melo
03:41 PM Orchestrator Bug #46398 (Fix Under Review): cephadm: can't use custom prometheus image
Patrick Seidensal
12:08 PM Orchestrator Bug #46398 (In Progress): cephadm: can't use custom prometheus image
Patrick Seidensal
12:08 PM Orchestrator Bug #46398 (Resolved): cephadm: can't use custom prometheus image
... Patrick Seidensal
03:35 PM CephFS Bug #44294: mds: "elist.h: 91: FAILED ceph_assert(_head.empty())"
Possibly hit a new manifestation of this while testing ceph.dir.pin.distributed for the IO500 challenge:... Mark Nelson
03:28 PM CephFS Backport #46402 (Resolved): octopus: client: recover from a killed session (w/ blacklist)
https://github.com/ceph/ceph/pull/35962 Nathan Cutler
03:28 PM CephFS Feature #20 (Pending Backport): client: recover from a killed session (w/ blacklist)
Nathan Cutler
03:26 PM Revision 15a97834 (ceph): client: add debug output for ll_read result
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 30dd9d2834b561ab7b0b4785e8e45094098725ae)
Yan, Zheng
03:26 PM Revision d2256e63 (ceph): client: invalidate all write mode filp after reconnect
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit aa9db2ef73ca4c5e8e09637ddcbbe26df4922797)
Yan, Zheng
03:25 PM Revision 1edcb06a (ceph): client: -EIO on read/write if file hander has lost filelocks
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 173bb632e8e1e0cafb06a6636ae62460d5910a36)
Yan, Zheng
03:25 PM Revision d1cd86dc (ceph): client: -EIO on filelock operations if inode has lost filelocks
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit b87f3cafe006616d325053fc81c7e6432f7e9750)
Yan, Zheng
03:25 PM Revision f653af27 (ceph): qa/cephfs: test case for auto reconnect after blacklisted
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: https://tracker.ceph.com/issues/42085
(cherry picked from commit...
Yan, Zheng
03:25 PM Revision 61676b1f (ceph): client: check sync write error
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 2cf6184e41f8364f79fb3adda737f21c9ee149f6)
Yan, Zheng
03:25 PM Revision b486202e (ceph): client: purge dirty data when session gets evicted
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 0f74020b443d7c410fa1c295aec2a18b15d4713f)
Yan, Zheng
03:25 PM Revision 563f34ae (ceph): client: auto reconnect using new entity addrs after blacklisted
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 27da39ae5dfa18a323f6e544ead598bbb64fc774)
Yan, Zheng
03:22 PM Revision 2e57b8f9 (ceph): msg: add Messenger::client_reset()
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit a716bc7f9b9fc4665193bda61b2b17057888ef76)
C...
Yan, Zheng
02:59 PM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
xie xingguo wrote:
> Wout van Heeswijk wrote:
> > Wout van Heeswijk wrote:
> > > After reverting https://github.co...
Wout van Heeswijk
10:26 AM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
xie xingguo wrote:
> Wout van Heeswijk wrote:
> > Wout van Heeswijk wrote:
> > > After reverting https://github.co...
Wout van Heeswijk
07:35 AM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
Kefu Chai wrote:
> hi, Wout,
>
> thanks for your investigation and patch. i revised it to use boost::container::s...
Wout van Heeswijk
05:56 AM Bug #46366 (Fix Under Review): Octopus: Recovery and backfilling causes OSDs to crash after upgra...
hi, Wout,
thanks for your investigation and patch. i revised it to use boost::container::small_vector. see https:/...
Kefu Chai
05:28 AM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
Wout van Heeswijk wrote:
> Wout van Heeswijk wrote:
> > After reverting https://github.com/ceph/ceph/commit/74be30c...
xie xingguo
02:44 PM Revision 03dbeeba (ceph): Merge pull request #35861 from dillaman/wip-write-zeroes-tweaks
librbd: allow thick-zeroing of an image extent
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
02:01 PM CephFS Backport #46401 (Resolved): octopus: mgr/nfs: Add interface to show cluster information
https://github.com/ceph/ceph/pull/35499 Patrick Donnelly
02:01 PM CephFS Feature #45743 (Pending Backport): mgr/nfs: Add interface to show cluster information
Patrick Donnelly
01:59 PM Revision 1dbad702 (ceph): Merge PR #35743 into master
* refs/pull/35743/head:
qa/tasks/test_nfs: Add test for cluster info
mgr/volumes/nfs: Add cluster show info command...
Patrick Donnelly
01:56 PM Revision 1fa1fc19 (ceph): Merge pull request #35834 from yuvalif/add-amqp-topic-doc
rgw: add a doc hint that the topic-name is used as AMQP routing-key
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:50 PM Dashboard Bug #45508 (Resolved): mgr/dashboard: cropped actions menu in nested details
Lenz Grimmer
06:33 AM Dashboard Bug #45508 (Pending Backport): mgr/dashboard: cropped actions menu in nested details
Avan Thakkar
06:32 AM Dashboard Bug #45508: mgr/dashboard: cropped actions menu in nested details
The issue is now reproducible in octopus(15.2.4) branch, so will create backport to this branch. It was not reproduci... Avan Thakkar
01:50 PM Dashboard Backport #46048 (Resolved): octopus: mgr/dashboard: cropped actions menu in nested details
Lenz Grimmer
07:06 AM Dashboard Backport #46048 (In Progress): octopus: mgr/dashboard: cropped actions menu in nested details
Avan Thakkar
06:40 AM Dashboard Backport #46048 (New): octopus: mgr/dashboard: cropped actions menu in nested details
Avan Thakkar
06:39 AM Dashboard Backport #46048 (In Progress): octopus: mgr/dashboard: cropped actions menu in nested details
Avan Thakkar
01:49 PM Revision 6e3b6f56 (ceph): Merge pull request #35620 from rhcs-dashboard/wip-46048-octopus
octopus: mgr/dashboard: cropped actions menu in nested details
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Lenz Grimmer
01:44 PM rgw Bug #36293 (Resolved): InvalidBucketName expected in more cases: uppercase, adjacent chars, under...
Nathan Cutler
11:35 AM rgw Bug #36293 (Pending Backport): InvalidBucketName expected in more cases: uppercase, adjacent char...
Nathan Cutler
01:44 PM Orchestrator Bug #46206 (Rejected): cephadm: podman 2.0
This was a bug in Podman v2.0.0 and has been fixed in Podman v2.0.1.
> Fixed a bug where the --privileged flag had...
Patrick Seidensal
01:24 PM Orchestrator Bug #46206: cephadm: podman 2.0
Removing changes from commit "b5e5c753":https://github.com/ceph/ceph/commit/b5e5c753f415ab1f18ccfe3ad636649a0f51a93a ... Patrick Seidensal
01:43 PM rgw Backport #46392 (Rejected): nautilus: InvalidBucketName expected in more cases: uppercase, adjace...
As Casey wrote in the parent ticket:
"this is an intrusive policy change and, given the number of issues it uncove...
Nathan Cutler
11:44 AM rgw Backport #46392 (In Progress): nautilus: InvalidBucketName expected in more cases: uppercase, adj...
Nathan Cutler
11:35 AM rgw Backport #46392 (Rejected): nautilus: InvalidBucketName expected in more cases: uppercase, adjace...
https://github.com/ceph/ceph/pull/35583 Nathan Cutler
01:24 PM Dashboard Bug #46371 (Pending Backport): mgr/dashboard: Fix bugs in a unit test and i18n translation
Volker Theile
01:23 PM Dashboard Bug #46383 (Fix Under Review): mgr/dashboard: Unable to edit iSCSI target which has active session
Ricardo Marques
10:43 AM Dashboard Bug #46383 (In Progress): mgr/dashboard: Unable to edit iSCSI target which has active session
Ricardo Marques
10:43 AM Dashboard Bug #46383 (Resolved): mgr/dashboard: Unable to edit iSCSI target which has active session
iSCSI target "Edit" button is disabled when that target has an active session, but it's possible to edit it using "gw... Ricardo Marques
01:22 PM rgw Bug #46332 (Fix Under Review): boost::asio::async_write() does not return error when the remote e...
Casey Bodley
01:21 PM Revision f937df79 (ceph): Merge pull request #35923 from votdev/fix_various_issues
mgr/dashboard: Fix bugs in a unit test and i18n translation
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Ta...
Laura Paduano
01:08 PM Revision fc2b8728 (ceph): Merge pull request #35886 from yuvalif/wip-yuval-fix-46316
rgw: make RGWToken string ctor explicit
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:01 PM rgw Bug #46400 (Resolved): Space usage accounting overestimated
Since upgrading from Nautilus 14.2.9 -> Octopus 15.2.3 we are seeing
large upticks in the reported size (both space ...
Liam Monahan
12:55 PM Orchestrator Bug #45792: cephadm: zapped OSD gets re-added to the cluster.
I am still putting additional input and requesting that if this behavior remains as is that a way to stop the process... David Capone
09:00 AM Orchestrator Bug #45792 (Fix Under Review): cephadm: zapped OSD gets re-added to the cluster.
As this is the intended behavior, this needs to be documented. See https://github.com/ceph/ceph/pull/35744 Joshua Schmid
12:54 PM CephFS Backport #46389 (In Progress): octopus: pybind/mgr/volumes: cleanup stale connection hang
Nathan Cutler
11:12 AM CephFS Backport #46389 (Resolved): octopus: pybind/mgr/volumes: cleanup stale connection hang
https://github.com/ceph/ceph/pull/35962 Nathan Cutler
12:53 PM Revision d5a742a0 (ceph): client: introduce timeout for client shutdown
Client::shutdown() could indefinitely wait when tearing down
MDS sessions if an MDS is unreachable during shutdown, b...
Venky Shankar
12:50 PM Revision a5d07d3b (ceph): client: use session state to track if it's rejected by mds
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit c310d09e21ddaa57a00123940b71908ecb1638c2)
Yan, Zheng
12:38 PM Orchestrator Feature #45859 (Pending Backport): cephadm: use fixed versions
Patrick Seidensal
12:31 PM Revision 66fae256 (ceph): Merge pull request #35705 from tspmelo/wip-45855-octopus
octopus: mgr/dashboard: Improve Summary's subscribe methods
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Revi...
Laura Paduano
12:29 PM Revision 3375389e (ceph): Merge pull request #35707 from Devp00l/wip-45650
mgr/dashboard: Fixes ICU selection regression
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Laura Paduano <l...
Laura Paduano
12:27 PM Dashboard Backport #46314: octopus: mgr/dashboard: wal/db slots in create OSDs form do not work properly in...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35883
m...
Nathan Cutler
11:03 AM Dashboard Backport #46314 (Resolved): octopus: mgr/dashboard: wal/db slots in create OSDs form do not work ...
Lenz Grimmer
12:27 PM Dashboard Backport #46313 (Resolved): octopus: mgr/dashboard: Prometheus query error while filtering values...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35885
m...
Nathan Cutler
12:27 PM rbd Backport #45800 (Resolved): nautilus: Blacklist leads to potential rewatch live-lock loop
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35385
m...
Nathan Cutler
12:27 PM rgw Backport #45778 (Resolved): nautilus: notification: amqp with vhost and user/password is failing
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35384
m...
Nathan Cutler
12:26 PM Dashboard Backport #46312 (Resolved): nautilus: mgr/dashboard: Prometheus query error while filtering value...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35884
m...
Nathan Cutler
12:19 PM CephFS Feature #46399 (New): mgr/volumes: preserve xattrs during snapshot clone
While we copy over certain attributes during `fs subvolume snapshot clone`, we don't preserve extended attributes (e.... Ramana Raja
12:18 PM CephFS Bug #46278: mds: Subvolume snapshot directory does not save attribute "ceph.quota.max_bytes" of s...
try following patch... Zheng Yan
11:54 AM Dashboard Backport #46397 (Rejected): nautilus: mgr/dashboard: Support creating a placement rule that targe...
Nathan Cutler
11:54 AM Dashboard Feature #43260 (Pending Backport): mgr/dashboard: Support creating a placement rule that targets ...
Nathan Cutler
11:53 AM Dashboard Feature #43260 (Resolved): mgr/dashboard: Support creating a placement rule that targets a specif...
Nathan Cutler
11:22 AM Dashboard Feature #43260 (Pending Backport): mgr/dashboard: Support creating a placement rule that targets ...
Nathan Cutler
11:51 AM Revision c70e5706 (ceph): mgr/dashboard: Use same required field message accross the UI
Some pages use the message 'Required field', but 99% use 'This field is required'. Use the latter everywhere.
Fixes:...
Volker Theile
11:50 AM Dashboard Cleanup #46395 (Fix Under Review): mgr/dashboard: Use same required field message accross the UI
Volker Theile
11:43 AM Dashboard Cleanup #46395 (Resolved): mgr/dashboard: Use same required field message accross the UI
Some pages use the message 'Required field', but 99% use 'This field is required'. Use the latter everywhere.
Volker Theile
11:47 AM Orchestrator Bug #46396 (New): osdspec/drivegroup: check for 'intersection' in DriveSelection when multiple OS...
We do allow the use of multiple OSDSpecs explicitly. However, misconfiguration can lead to unwanted behavior.
A go...
Joshua Schmid
11:43 AM mgr Backport #46393 (In Progress): nautilus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.tes...
Laura Paduano
11:39 AM mgr Backport #46393 (Resolved): nautilus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_p...
https://github.com/ceph/ceph/pull/35959 Laura Paduano
11:42 AM Revision 5dbaeb2b (ceph): mon/PGMap: do not consider changing pg stuck
there is chance that we have a PG just created but fails to peered
before a mgr module retrieves the health report fr...
Kefu Chai
11:40 AM mgr Backport #46394 (In Progress): octopus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test...
Laura Paduano
11:40 AM mgr Backport #46394 (Resolved): octopus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_po...
https://github.com/ceph/ceph/pull/35958 Laura Paduano
11:40 AM Revision 2c8732ff (ceph): mon/PGMap: do not consider changing pg stuck
there is chance that we have a PG just created but fails to peered
before a mgr module retrieves the health report fr...
Kefu Chai
11:28 AM Dashboard Backport #46391 (Rejected): nautilus: mgr/dashboard: Automatic preselection of failure domains in...
Nathan Cutler
11:27 AM Dashboard Feature #44621 (Pending Backport): mgr/dashboard: Automatic preselection of failure domains in er...
Nathan Cutler
11:26 AM Dashboard Cleanup #44371: mgr/dashboard: Pool form refactoring
The backport of this issue can be handled via the parent issue #43260 because the pull request ID is the same. Nathan Cutler
11:17 AM RADOS Backport #46372 (In Progress): osd: expose osdspec_affinity to osd_metadata
Nathan Cutler
11:14 AM RADOS Backport #46372 (New): osd: expose osdspec_affinity to osd_metadata
Follow-up of https://github.com/ceph/ceph/pull/34835
Fixes: https://tracker.ceph.com/issues/44755
Nathan Cutler
11:17 AM Revision 27e9e7e0 (ceph): osd: expose osdspec_affinity to osd_metadata
Signed-off-by: Joshua Schmid <jschmid@suse.de>
(cherry picked from commit e96eacfc9a6b13ae7279cd2fd9a5a973ee8266a2)
Joshua Schmid
11:15 AM RADOS Bug #44755: Create stronger affinity between drivegroup specs and osd daemons
Moving to RADOS project so it can be backported in the usual way. Nathan Cutler
11:12 AM CephFS Backport #46388 (Resolved): nautilus: pybind/mgr/volumes: cleanup stale connection hang
https://github.com/ceph/ceph/pull/36215 Nathan Cutler
11:11 AM Dashboard Backport #46387 (Rejected): nautilus: mgr/dashboard: Pool form max size
Nathan Cutler
11:03 AM Dashboard Bug #44985 (Resolved): mgr/dashboard: wal/db slots in create OSDs form do not work properly in fi...
Lenz Grimmer
11:02 AM Revision 6ac62577 (ceph): Merge pull request #35883 from bk201/wip-46314-octopus
octopus: mgr/dashboard: fix wal/db slots controls in the OSD form
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Rev...
Lenz Grimmer
10:54 AM Orchestrator Bug #46385 (Duplicate): Can i run rados and s3 compatible object storage device in Cephadm?
I have tried cephadm for ceph installation , but unable to run ceph RADOS Gw and s3 compatibble object storage?
Ho...
Sathvik Vutukuri
10:49 AM Revision ff17d0b1 (ceph): Merge pull request #35764 from rzarzynski/wip-bl-cache-in-release
common/bl: document and slightly optimize ptr::release().
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:46 AM Revision 15011be9 (ceph): crimson/osd: stuff PG::on_activate_complete() with debugs.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:46 AM Revision 7783072a (ceph): crimson/osd, osd: switch PG::request_local_background_io_reservation() ...
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:46 AM Revision e07daf7a (ceph): crimson/osd, osd: switch request_remote_recovery_reservation() to uptr.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:46 AM Revision 40a32bb2 (ceph): osd: drop unnecessary inclusion of MOSDPGScan.h.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:46 AM Revision b1c62c21 (ceph): crimson/osd: add the infra for backend-agnostic recovery ops.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:46 AM Revision f3c6bad8 (ceph): osd/PrimaryLogPG: move BackfillInterval to recovery_types.
It will be needed in crimson as well.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
10:46 AM Revision 7b9f2b61 (ceph): common/intrusive_lru: implement plain, non-creational get().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:46 AM Revision b04e07cb (ceph): crimson/osd/object_context: implement maybe_get_cached_obc().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:03 AM Revision e8d80f28 (ceph): mgr/dashboard: Introduces SASS modules
Fixes: https://tracker.ceph.com/issues/45934
Signed-off-by: Enno Gotthold <egotthold@suse.de>
Enno Gotthold
09:16 AM Revision d427acf4 (ceph): common/bl: document and slightly optimize ptr::release().
Before the patch GCC was generating:
```
10f9910: mov (%rdi),%rax
10f9913: test %rax,%rax
10f9916: j...
Radoslaw Zarzynski
09:13 AM Dashboard Feature #45934 (Fix Under Review): mgr/dashboard: Use SASS's new Modules instead of the old @import
Tiago Melo
09:10 AM Dashboard Feature #45934 (In Progress): mgr/dashboard: Use SASS's new Modules instead of the old @import
Tiago Melo
09:13 AM Dashboard Bug #45176: octopus: "setUpClass (tasks.mgr.dashboard.test_ganesha.GaneshaTest)"
- https://jenkins.ceph.com/view/mgr-dashboard/job/ceph-api-nightly-master-backend/223/ Laura Paduano
09:05 AM Orchestrator Bug #45861 (Fix Under Review): data_devices: limit 3 deployed 6 osds per node
Joshua Schmid
09:04 AM rgw Bug #46295: RGW returns 404 code for unauthorized instead of 401
OK I have a first version of a fix. Works in the above case, I'll just run some tests, and maybe tempest this time, t... Matthew Oliver
03:39 AM rgw Bug #46295: RGW returns 404 code for unauthorized instead of 401
You right, it doesn't work, but only when your using keystone. I've now also confirmed it:... Matthew Oliver
09:03 AM Orchestrator Bug #45672 (Can't reproduce): Unable to add additional hosts to cluster using cephadm
thanks, closing Joshua Schmid
08:51 AM Revision 7c18893f (ceph): mgr/cephadm: also list vendor/model/rotational in device ls
Fixes: https://tracker.ceph.com/issues/45872
Signed-off-by: Joshua Schmid <jschmid@suse.de>
Joshua Schmid
08:47 AM Orchestrator Bug #44756 (In Progress): drivegroups: replacement op will ignore existing wal/dbs
fixed with https://github.com/ceph/ceph/pull/34740 Joshua Schmid
08:23 AM Revision 41f26bff (ceph): rgw: add a doc hint that the topic-name is used as AMQP routing-key
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> Andreas Unterkircher
08:23 AM Orchestrator Bug #45980 (In Progress): cephadm: implement missing "FileStore not supported" error message and ...
Joshua Schmid
08:22 AM Orchestrator Bug #46231 (Pending Backport): translate.to_ceph_volume: no need to pass the drive group
Joshua Schmid
08:15 AM Orchestrator Bug #45172 (Resolved): bin/cephadm: logs: Traceback: not enough values to unpack (expected 2, got 1)
Joshua Schmid
08:14 AM Orchestrator Feature #45263 (Fix Under Review): osdspec/drivegroup: not enough filters to define layout
Joshua Schmid
07:08 AM Dashboard Cleanup #46382 (Resolved): mgr/dashboard: Use a more Bootstrap like approach instead of custom code
Currently we use a ton of different variables to achieve our current optics. Also we use a lot of custom code which c... Enno Gotthold
07:03 AM Revision cd16aa79 (ceph): mgr/dashboard: cropped actions menu in nested details
Fixes: https://tracker.ceph.com/issues/45508
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from c...
Avan Thakkar
06:56 AM RADOS Bug #46381 (New): pg down error and osd failed by :Objecter::_op_submit_with_budget
ENV:
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7...
Amine Liu
06:36 AM CephFS Bug #43517 (Fix Under Review): qa: random subvolumegroup collision
Kotresh Hiremath Ravishankar
06:36 AM CephFS Bug #43517 (In Progress): qa: random subvolumegroup collision
Kotresh Hiremath Ravishankar
05:42 AM CephFS Bug #46380 (Closed): libcephfs admin socket occurs segment fault
ceph version: 14.2.5
samba version : 4.9.18
OS verion: centos 7.6.1810
Procedure:
1, deploy a ceph cluster and cr...
haitao chen
05:20 AM Revision 1faed4b1 (ceph): mgr/volumes/nfs: Add cluster show info command
Fixes: https://tracker.ceph.com/issues/45743
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
05:20 AM Revision 93aa5e40 (ceph): qa/tasks/test_nfs: Add test for cluster info
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
04:15 AM Revision aad0cfcb (ceph): qa/cephfs: set omit_sudo to False for wait_until_mounted() in...
fuse_mount.py. This isn't critical at all to vstart_runner.py runs but
this patch must dramatically reduce the time i...
Rishabh Dave
02:09 AM Revision 86648430 (ceph): Merge pull request #35940 from tchaikov/wip-ceph-dencoder-struct-ver
tools/ceph-dencoder: add get_struct_v,get_struct_compat commands
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Revie...
Kefu Chai
02:04 AM Revision e7227e3d (ceph): Merge pull request #35914 from tchaikov/wip-crimson-clang
crimson: clang related cleanups
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Samuel Just <sjus...
Kefu Chai
02:01 AM Revision 4d949352 (ceph): Merge pull request #35933 from tchaikov/wip-interval-set
include/interval_set: use template as the 2nd template parameter
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
01:05 AM Revision c4a335d7 (ceph): mon: add 'ceph fs required_client_feature <fs_name> add/rm' command
Fixes: https://tracker.ceph.com/issues/43817
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng

07/06/2020

11:52 PM CephFS Bug #44276 (Pending Backport): pybind/mgr/volumes: cleanup stale connection hang
Patrick Donnelly
11:50 PM Revision 9b913a11 (ceph): Merge PR #35496 into master
* refs/pull/35496/head:
client: introduce timeout for client shutdown
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Patrick Donnelly
11:03 PM rbd Backport #45800: nautilus: Blacklist leads to potential rewatch live-lock loop
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35385
merged
Yuri Weinstein
11:02 PM Revision 8b431c32 (ceph): Merge pull request #35385 from smithfarm/wip-45800-nautilus
nautilus: rbd: librbd: Watcher should not attempt to re-watch after detecting blacklisting
Reviewed-by: Jason Dillam...
Yuri Weinstein
10:33 PM bluestore Bug #46124 (New): Potential race condition regression around new OSD flock()s
Neha Ojha
10:30 PM bluestore Bug #46124: Potential race condition regression around new OSD flock()s
@Neha Ojha:
I think the bug remains as real as it gets; I did not retract that this is a bug. With my last comment...
Niklas Hambuechen
10:29 PM RADOS Feature #46379: Add a force-scrub commands to bump already running scrubs
Maybe repair is always “force-repair”. It could be confusing to the user to do that. David Zafman
10:19 PM RADOS Feature #46379 (New): Add a force-scrub commands to bump already running scrubs

As it stands a user requested scrub gets first priority to start. However, if existing scrubs are already running,...
David Zafman
10:11 PM RADOS Feature #41363: Allow user to cancel scrub requests

Possible implementations:...
David Zafman
09:47 PM Bug #46378 (Resolved): doc: Add zdover to lead list in devel guide essentials page
https://docs.ceph.com/docs/master/dev/developer_guide/essentials/
I'm not in the list of leads on the Essentials p...
Zac Dover
09:11 PM Revision 2148f22d (ceph): neorados: build new RADOS client using legacy librados::Rados
Client libraries like librbd cannot force the adaptation to neorados
and it would not be ideal to have two effective ...
Jason Dillaman
09:10 PM Revision 9dbc7c71 (ceph): doc/devel: repair sentences in "Essentials" page
This commit fixes a few sentences in the "Essentials" page
that aren't as well-formed as they might have been. This c...
Zac Dover
08:12 PM Revision 83b82bc3 (ceph): neorados: use a lightweight proxy object to abstract RADOS backend
Both neorados and (legacy) librados create MON, MGR, and OSD
(objecter) clients. Let the neorados frontend API direct...
Jason Dillaman
08:11 PM Revision 6a28e7cb (ceph): os/bluestore: fix onode count tracking in cache.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
08:01 PM Revision dcc6685c (ceph): mgr/dashboard: Hide password notification when expiration date is far
Fixes: https://tracker.ceph.com/issues/46306
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
07:51 PM rgw Backport #45778: nautilus: notification: amqp with vhost and user/password is failing
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35384
merged
Yuri Weinstein
07:51 PM Revision b2174da0 (ceph): Merge pull request #35384 from smithfarm/wip-45778-nautilus
nautilus: rgw/url: fix amqp urls with vhosts
Reviewed-by: Yuval Lifshitz <yuvalif@yahoo.com>
Yuri Weinstein
07:48 PM Revision 02f151a1 (ceph): mgr/dashboard: Clean unit tests configuration and output
Remove outdated configurations and moment warning.
Update Jest related packages.
Fixes: https://tracker.ceph.com/iss...
Tiago Melo
06:57 PM Revision 32e2e907 (ceph): neorados: fixed valgrind memory leaks and errors
Keep the CephContext wrapped in an intrusive pointer to keep the
reference counting functional. Ensure all the messen...
Jason Dillaman
05:48 PM CephFS Bug #46374: ceph-fuse blocks forever, fails to start, emits no errors
Apologies, I found one very important item that I had previously overlooked. Because we use this environment to test ... John Mulligan
02:29 PM CephFS Bug #46374 (New): ceph-fuse blocks forever, fails to start, emits no errors
For testing purposes we're running ceph-fuse in a container (code here [1]), that runs the ceph-fuse command to mount... John Mulligan
05:36 PM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
Wout van Heeswijk wrote:
> After reverting https://github.com/ceph/ceph/commit/74be30c8b7c the crashing ceph-osd's s...
Wout van Heeswijk
05:27 PM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
After reverting https://github.com/ceph/ceph/commit/74be30c8b7c the crashing ceph-osd's seem to be stable.
Related...
Wout van Heeswijk
04:13 PM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
We've also tested with the docker container distribution. It crashes with the same segfault:
*** Caught signal (Se...
Wout van Heeswijk
02:26 PM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
Hi Kefu,
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic...
Wout van Heeswijk
02:16 PM Bug #46366: Octopus: Recovery and backfilling causes OSDs to crash after upgrading from nautilus ...
hi Wout,
what distro are you using? where did the ceph packages come from? could you install debug debugsymbls pac...
Kefu Chai
04:59 PM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
A Boschke wrote:
> My followup question here really should have been worded differently.
>
> Will the supported M...
Ernesto Puerta
03:55 PM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
My followup question here really should have been worded differently.
Will the supported Mimic repository's ceph-m...
A Boschke
08:24 AM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
A Boschke wrote:
> Your question is best answered by developers who did that actual troubleshooting.
ceph-mgr pac...
Ernesto Puerta
04:38 PM rgw Bug #46295: RGW returns 404 code for unauthorized instead of 401
Ok, so that's what I get in my sandbox, I've just created:... Dmitriy Rabotyagov
01:13 AM rgw Bug #46295: RGW returns 404 code for unauthorized instead of 401
OK so I built up the current master then had a quick play and it seems to work fine for Swift V1 auth:
Put an obje...
Matthew Oliver
04:18 PM CephFS Bug #46360 (Fix Under Review): mgr/volumes: fs subvolume clones stuck in progress when libcephfs ...
Patrick Donnelly
04:18 PM Dashboard Cleanup #45433 (Resolved): mgr/dashboard: Don't have two different unit test mechanics
Stephan Müller
03:46 PM Orchestrator Bug #45872 (Fix Under Review): ceph orch device ls exposes the `device_id` under the DEVICES colu...
Joshua Schmid
03:33 PM Orchestrator Documentation #46377 (Resolved): cephadm: Missing 'service_id' in last example in orchestrator#se...
Missing 'service_id' in last example in orchestrator#service-specification. Example can be found right above https://... Stephan Müller
03:28 PM Orchestrator Tasks #46376 (Resolved): cephadm: Make vagrant usage more comfortable
Currently you can only use a big scale factor using the vagrant setup. You can have x * (mgr, mon, osd with 2 disks).... Stephan Müller
03:25 PM Revision faab304e (ceph): Merge pull request #35942 from tchaikov/wip-build-rtd
admin: move python-common deps out of doc-requirements.txt
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Kefu Chai
03:19 PM Dashboard Cleanup #38890 (Resolved): mgr/dashboard: Use Bootstrap responsive font sizes
Lenz Grimmer
03:19 PM Revision 35a68ebb (ceph): Merge pull request #35354 from ishanrai05/rfs
mgr/dashboard: use relative font sizes
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Volker Theile <vtheile@...
Lenz Grimmer
03:18 PM Dashboard Cleanup #46375 (In Progress): mgr/dashboard: Slow pool detail tab switches
Stephan Müller
03:18 PM Dashboard Cleanup #46375 (Resolved): mgr/dashboard: Slow pool detail tab switches
Currently it take a lot time to switche in the pool table between tables.
It hasn't taken that long before we swit...
Stephan Müller
02:58 PM Revision 8149c930 (ceph): tools/ceph-dencoder: add get_struct_v,get_struct_compat commands
for understanding the current encoding version and the lower bound of
supported decoders.
Signed-off-by: Kefu Chai <...
Kefu Chai
02:44 PM Revision 6bb5348b (ceph): mgr/dashboard: Bypass current selection when calling CdTableAction::dis...
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit a92baa8523279f663644837304f1e6c71787a63e)
Volker Theile
02:44 PM Revision 801e86b9 (ceph): mgr/dashboard: Add host labels in UI
Fixes: https://tracker.ceph.com/issues/45897
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from co...
Volker Theile
02:40 PM Orchestrator Feature #44886: cephadm: allow use of authenticated registry
should registry management and authentication be handled on cri-o level by system admin or maybe by cephadm as helper... Denys Kondratenko
02:24 PM Orchestrator Bug #44888 (Fix Under Review): Drivegroup's :limit: isn't working correctly
Joshua Schmid
01:57 PM Revision 078f243d (ceph): mgr/dashboard: increase API test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharm...
Aashish Sharma
01:52 PM CephFS Backport #46290 (In Progress): octopus: mgr/nfs: Add interface for listing cluster
https://github.com/ceph/ceph/pull/35499 Varsha Rao
01:48 PM CephFS Bug #46278 (Triaged): mds: Subvolume snapshot directory does not save attribute "ceph.quota.max_b...
Patrick Donnelly
01:44 PM CephFS Bug #46355 (Fix Under Review): client: directory inode can not call release_callback
Patrick Donnelly
01:41 PM Orchestrator Bug #46327 (New): cephadm: nfs daemons share the same config object
Reopening, as this change introduces a regression and will potentially break upgrades. Lenz Grimmer
07:03 AM Orchestrator Bug #46327: cephadm: nfs daemons share the same config object
This causes a regression in the Dashboard. RADOS objects are designed to work with multiple daemons and each daemon h... Kiefer Chang
01:07 PM Revision 3a938749 (ceph): os/bluestore: simplify Onode pin/unpin logic.
This patch makes in/unpin logic more straightforward and
hopefully safe in multi-threading.
Also it eliminates Onode...
Igor Fedotov
01:07 PM Revision 45b1db15 (ceph): os/bluestore: get rid off OnodeShardCache::_touch.
Onode pinning does the same for us.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
01:07 PM Revision 0ef5ebcd (ceph): os/bluestore: fix pinned/cached setting in Onode::put/get
This to be squashed with HEAD~2 later, left standalone to ease
reviewing for now.
Signed-off-by: Igor Fedotov <ifedo...
Igor Fedotov
01:01 PM Revision a5441010 (ceph): Merge pull request #35913 from ideepika/wip-container-tag-change
docker/podman: tag crimson flavor container as 'sha-1-flavor'
Reviewed-by: Dimitri Savineau <dsavinea@redhat.com>
Re...
Kefu Chai
12:51 PM Revision b9e0ae1a (ceph): Merge pull request #35920 from uweigand/entity-addrvec-fix
msg/msg_types: entity_addrvec_t: fix decode on big-endian hosts
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:50 PM Revision 1f8ec1e4 (ceph): Merge pull request #35890 from matthewoliver/cephadm_ipv6_list_networks
cephadm: Make list_networks ipv6 enabled
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Kefu Chai
12:42 PM Revision 527e55d4 (ceph): Merge pull request #35546 from agayev/zoned-fm
os/bluestore: Introduce zoned freelist manager.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
12:30 PM Dashboard Bug #46373 (New): mgr/dashboard: ceph dashboard backend API test error on Jenkins: test_pool_upda...
... Laura Paduano
12:30 PM Revision 75475876 (ceph): Merge pull request #35885 from rhcs-dashboard/wip-46313-octopus
octopus: mgr/dashboard: Prometheus query error in the metrics of Pools, OSDs and RBD images
Reviewed-by: Patrick Sei...
Lenz Grimmer
12:30 PM Revision e7c0c8c2 (ceph): Merge pull request #35884 from rhcs-dashboard/wip-46312-nautilus
nautilus: mgr/dashboard: Prometheus query error in the metrics of Pools, OSDs and RBD images
Reviewed-by: Laura Padu...
Lenz Grimmer
12:25 PM CephFS Bug #46282: qa: multiclient connection interruptions by stopping one client
Locally with the local qa test I can see the same connection refuse logs, after the client gets the up:replay mdsmap:... Xiubo Li
12:15 PM RADOS Backport #46372 (Duplicate): osd: expose osdspec_affinity to osd_metadata
Joshua Schmid
12:12 PM RADOS Backport #46372 (Resolved): osd: expose osdspec_affinity to osd_metadata
https://github.com/ceph/ceph/pull/35957 Joshua Schmid
11:19 AM Revision b83be6f3 (ceph): admin: move python-common deps out of doc-requirements.txt
to address the build failure of
python -m pip install --exists-action=w --no-cache-dir -r admin/doc-requirements.txt...
Kefu Chai
10:49 AM Revision b0a14d6e (ceph): docker/podman: tag crimson flavor container as 'sha-1-flavor'
see also: ceph/ceph-container#1704
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Deepika Upadhyay
10:34 AM Revision bba8134a (ceph): mgr/dashboard: increase API test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharm...
Aashish Sharma
10:24 AM RADOS Bug #43174: pgs inconsistent, union_shard_errors=missing
Our partners noticed that actually there is an issue with how the bluestore escapes the key strings. Here is their pa... Mykola Golub
05:43 AM RADOS Bug #43174: pgs inconsistent, union_shard_errors=missing
One of our customers also experienced this issue after adding bluestore osds to a filestore backed cluster.
Using ...
Mykola Golub
09:52 AM Dashboard Bug #46371 (Fix Under Review): mgr/dashboard: Fix bugs in a unit test and i18n translation
Volker Theile
09:48 AM Dashboard Bug #46371 (Resolved): mgr/dashboard: Fix bugs in a unit test and i18n translation
* SKIP: Unknown argument type: 'BinaryExpression' NodeObject { ... text: 'You can activate the module on the Telemetr... Volker Theile
09:50 AM Revision 656727a3 (ceph): mgr/dashboard: Fix bugs in a unit test and i18n translation
* SKIP: Unknown argument type: 'BinaryExpression' NodeObject { ... text: 'You can activate the module on the Telemetr... Volker Theile
09:15 AM Revision dd8f1a54 (ceph): client: Fix setxattr with 0 size specified
When xattrs are set with 0 size, the value should be set to an empty string.
Signed-off-by: Sidharth Anupkrishnan <sa...
Sidharth Anupkrishnan
09:00 AM Revision 4425f3e6 (ceph): Merge pull request #35936 from tchaikov/wip-cmake-seastar-cxxflags
cmake: append to Seastar_CXX_FLAGS
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
08:52 AM Revision b4f7cb45 (ceph): Merge pull request #35812 from tchaikov/wip-more-log-for-45717
mgr/dashboard: print osd log as well
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Kefu Chai
08:51 AM Dashboard Bug #46032: tasks.mgr.dashboard.test_ganesha.GaneshaTest: Timed out waiting for daemon mds.a
... Kefu Chai
08:03 AM Revision d87b2b83 (ceph): mgr/dashboard: increase API test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharm...
Aashish Sharma
08:03 AM Dashboard Bug #46370 (Fix Under Review): mgr/dashboard: Edit host label dialog is crashing
Volker Theile
08:00 AM Dashboard Bug #46370 (In Progress): mgr/dashboard: Edit host label dialog is crashing
Volker Theile
07:58 AM Dashboard Bug #46370 (Resolved): mgr/dashboard: Edit host label dialog is crashing
It seems https://github.com/ceph/ceph/pull/35370 has not been adapted after https://github.com/ceph/ceph/pull/35419 h... Volker Theile
07:59 AM Revision 8d019b04 (ceph): mgr/dashboard: Edit host label dialog is crashing
Fixes: https://tracker.ceph.com/issues/46370
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
05:44 AM Revision bf3ffe9f (ceph): mgr/dashboard: increase API test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharm...
Aashish Sharma
05:09 AM Revision a30de224 (ceph): mgr/dashboard: increase API test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharm...
Aashish Sharma
03:43 AM Dashboard Bug #46369 (Fix Under Review): mgr/dashboard: RBD namspace creation form gives incorrect hint whe...
The RBD namespace creation form displays `Namespace already exists` even it's doesn't.
Not 100% sure, but it seems o...
Kiefer Chang
02:07 AM Revision 9ce7c101 (ceph): crimson/osd: assign to bufferlist not to bufferlist*
this change addresses a regression introduced by a23a1929f5
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:06 AM Revision 74fdebaa (ceph): cmake: append to Seastar_CXX_FLAGS
instead of overwriting Seastar_CXX_FLAGS, append to it. this change
allows user to set Seastar_CXX_FLAGS in the comma...
Kefu Chai
01:06 AM Revision 0021dd27 (ceph): Merge pull request #35610 from pcuzner/wip-grafana-container
monitoring: add grafana container build file Paul Cuzner

07/05/2020

10:55 PM Revision 0d10b0af (ceph): librbd: add flag to force thick-provisioning during write_zeroes API
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
10:55 PM Revision 0e8aa956 (ceph): rbd: switch thick-provision image creation to use new write_zeroes API
Also fix some of the concurrency and chunk size issues when handling
fancy striped images.
Signed-off-by: Jason Dill...
Jason Dillaman
10:44 PM mgr Bug #46368 (Need More Info): Ceph Manager Crashing in telegraf thread.
Recently on one Node the mgr crashed. The crash seems to be related to the Telegraf Module:
-9> 2020-07-05 20:3...
Bastian Mäuser
03:57 PM Revision e9cc7d86 (ceph): Merge pull request #35935 from tchaikov/wip-crimson-no-more-claim
crimson/osd: use operator=(...) instead of claim()
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
01:48 PM Revision a23a1929 (ceph): crimson/osd: use operator=(...) instead of claim()
to silence warnings like
objclass.cc:300:26: warning: 'void ceph::buffer::v15_2_0::list::claim(ceph::buffer::v15_2_0...
Kefu Chai
01:37 PM Revision 7e427539 (ceph): pybind: add special values for not reading conffile
Fixes: https://tracker.ceph.com/issues/44415
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:31 PM Revision 21321e9f (ceph): Merge pull request #35921 from uweigand/test_cdc-endianfix
unittest_cdc: fix test on big-endian hosts
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
01:23 PM Revision eef17d68 (ceph): include/interval_set: use template as the 2nd template parameter
to avoid repeating the unit for the interval in the internal map's
parameter.
Signed-off-by: Kefu Chai <kchai@redhat...
Kefu Chai
01:23 PM Revision 366ce93a (ceph): test/common: link unittest_interval_set against GTest::Main
its main() is offered by GTet::Main library
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:49 PM Documentation #46367 (Resolved): Developer Guide: verb disagreement on "Testing: Unit Tests" page
https://docs.ceph.com/docs/master/dev/developer_guide/tests-unit-tests/
The following sentence appears on the "Tes...
Zac Dover
12:41 PM Documentation #46365: Developer Guide: prefer Latinate verbs to English phrasal verbs (s/show up/...
Likewise, later in the page:
dig into
where
search
would be better. (Even though I personally enjoy ...
Zac Dover
12:36 PM Documentation #46365: Developer Guide: prefer Latinate verbs to English phrasal verbs (s/show up/...
This page could use a general clean-up (not quite a re-write). The phrase "In short" is used here like a verbal tic, ... Zac Dover
12:30 PM Documentation #46365 (Resolved): Developer Guide: prefer Latinate verbs to English phrasal verbs ...
https://docs.ceph.com/docs/master/dev/developer_guide/basic-workflow/
Here is the sentence that made me raise this...
Zac Dover
12:36 PM Bug #46366 (Fix Under Review): Octopus: Recovery and backfilling causes OSDs to crash after upgra...
A customer has upgraded the cluster from nautilus to octopus after experiencing issues with osds not being able to co... Wout van Heeswijk
12:23 PM Documentation #46364 (Resolved): Developer Guide: "What Is Merged and When?" could be less colloq...
https://docs.ceph.com/docs/master/dev/developer_guide/merging/
This page delivers information, but in an informal ...
Zac Dover
12:19 PM Bug #46363 (Resolved): Unusual use of "guidance" on "Essentials" in the Developer Guide
https://docs.ceph.com/docs/master/dev/developer_guide/essentials/
This page contains this sentence:
If your ...
Zac Dover
12:11 PM Bug #46362 (Resolved): Ill-formed sentence in Developer Guide, "Essentials"
https://docs.ceph.com/docs/master/dev/developer_guide/essentials/
The following sentence appears on the "Essential...
Zac Dover
12:05 PM RADOS Documentation #46361 (New): Update list of leads in the Developer Guide
https://docs.ceph.com/docs/master/dev/developer_guide/essentials/
Make sure that this list is up-to-date as of mid...
Zac Dover
12:02 PM RADOS Bug #46359 (Resolved): Install page has typo: s/suites/suits/
Zac Dover
08:26 AM RADOS Bug #46359 (Fix Under Review): Install page has typo: s/suites/suits/
Zac Dover
08:21 AM RADOS Bug #46359 (Resolved): Install page has typo: s/suites/suits/
https://docs.ceph.com/docs/master/install/
This page contains the following sentence:
Choose the method tha...
Zac Dover
12:01 PM Revision 664a8dab (ceph): Merge pull request #35932 from zdover23/wip-doc-cephadm-suites-typo
doc/cephadm: index.rst: s/suites/suits/ typo fixed. zdover23
11:56 AM Revision 8992489c (ceph): pybind/cephfs: raise custom Exception with same arguments
... so that's easier for a higher level application to handle
it.
Fixes: https://tracker.ceph.com/issues/46360
Signe...
Ramana Raja
11:56 AM Revision 4cd247e6 (ceph): pybind/cephfs: add DiskQuotaExceeded exception
Signed-off-by: Ramana Raja <rraja@redhat.com> Ramana Raja
11:24 AM CephFS Bug #46360 (Resolved): mgr/volumes: fs subvolume clones stuck in progress when libcephfs hits cer...
During `fs subvolume clone`, libcephfs hit the "Disk quota exceeded error" that caused the subvolume clone to be stuc... Ramana Raja
09:18 AM Revision 8aebd0fd (ceph): doc/cephadm: index.rst: s/suites/suits/ typo fixed.
This commit changes the sentence "Choose the method that best suites
your needs." to "Choose the method that best sui...
Zac Dover
06:52 AM Revision a67d003e (ceph): Merge pull request #35275 from AmnonHanuhov/wip-objclass_impl
crimson/osd: Add support for cls_log
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Kefu Chai <k...
Kefu Chai
06:48 AM Dashboard Bug #45717 (Pending Backport): FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.Poo...
Kefu Chai
06:48 AM Revision c323c3cc (ceph): Merge pull request #35871 from tchaikov/wip-45717
mon/PGMap: do not consider changing pg stuck
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Ernesto Puerta <...
Kefu Chai
06:30 AM Revision ba1c03d5 (ceph): Merge pull request #35864 from tchaikov/wip-osdc-claim
osdc: use operator=(...) instead of claim()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Radosla...
Kefu Chai
05:09 AM Revision db685e26 (ceph): Merge pull request #35863 from wuxingyi/removeunused
osd: Remove unused function declearation
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:05 AM Revision 7ac86d8e (ceph): Merge pull request #35818 from majianpeng/osd-replicatedbackend-redunda...
osd/ReplicatedBackend: remove redundant parameter.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:57 AM Revision 4a19c8f1 (ceph): Merge pull request #35817 from tchaikov/wip-drop-py2
qa,test,pybind: drop py2 support
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Sebastian Wagner <...
Kefu Chai
02:58 AM Revision ac8bd21e (ceph): pybind/mgr/influx: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 6bdb2809 (ceph): pybind/mgr/insights: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 8cdb00e4 (ceph): pybind/mgr/mgr_module: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 5dea1c46 (ceph): pybind/mgr/pg_autoscaler: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 06a551d9 (ceph): pybind/mgr/restful: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 83514aa8 (ceph): pybind/mgr/selftest: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 63b80c51 (ceph): pybind/mgr/status: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision ecb78264 (ceph): pybind/mgr/telegraf: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 0ac787be (ceph): qa/standalone: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision ee90f409 (ceph): qa/tasks/cephfs: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 91b76afa (ceph): qa/tasks/vstart_runner: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 0a8188e4 (ceph): qa/workunits: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision b81778c3 (ceph): pybind: drop py2 support
the python bindings are compiled using python3-cython, and packaged as
python3-{rados,rbd,cephfs,rgw}, so there is no...
Kefu Chai
02:58 AM Revision cf7632cf (ceph): pybind/mgr/dashboard: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 51efa33a (ceph): test/pybind: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision a7f18e46 (ceph): qa/tasks/{ceph,ceph_manager}: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 2ade261b (ceph): qa/tasks/osd_failsafe_enospc: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 4d9cca04 (ceph): qa/tasks/radosgw_admin: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 29ac8118 (ceph): qa/tasks/rbd: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 5d56234b (ceph): qa/tasks/s3tests: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 3573f337 (ceph): qa/tasks/workunit: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 8f12c67b (ceph): qa/tasks/barbican: drop six dependency
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 3ee164b9 (ceph): qa/tasks/ceph_objectstore_tool: drop six dependency
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision a045778d (ceph): qa/tasks/cephfs: drop six dependency
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 9442683f (ceph): doc: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision fa5177c4 (ceph): pybind/mgr/balancer: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision 88ff34a9 (ceph): pybind/mgr/cephadm: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:58 AM Revision c85f9b01 (ceph): pybind/mgr/devicehealth: drop py2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:44 AM RADOS Bug #46358 (Rejected): FAIL: test_full_health (tasks.mgr.dashboard.test_health.HealthTest)
https://github.com/ceph/ceph/pull/33827 has not been merged yet Kefu Chai
02:42 AM RADOS Bug #46358 (Rejected): FAIL: test_full_health (tasks.mgr.dashboard.test_health.HealthTest)
... Kefu Chai

07/04/2020

08:33 PM CephFS Bug #43817 (Resolved): mds: update cephfs octopus feature bit
Patrick Donnelly
04:12 PM CephFS Bug #46357 (Can't reproduce): qa: Error downloading packages
... Patrick Donnelly
12:44 PM CephFS Bug #42688: Standard CephFS caps do not allow certain dot files to be written
The problem persists in Octopus!
Just did a fresh MAAS/JUJU cephfs install.
I believe at least the documentation ...
Markus Kienast
03:28 AM CephFS Bug #46355 (Resolved): client: directory inode can not call release_callback
I use Ganesha + CEPH to test release_callback feature, I have merged the relevant modification code:
https://github....
wei liu

07/03/2020

10:04 PM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
Your question is best answered by developers who did that actual troubleshooting. A Boschke
09:01 PM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
A Boschke wrote:
> It seems the fix involves building with python3-cherrypy which for EL7 users seems unpackaged as ...
Nathan Cutler
08:21 PM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
It seems the fix involves building with python3-cherrypy which for EL7 users seems unpackaged as of now.
(Naturally...
A Boschke
08:07 PM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
A Boschke wrote:
> Will a fix for this vulernabilty be back ported?
>
> Currently, luminous, mimic, and nautilu...
Nathan Cutler
08:10 PM Revision 4dd3d6c5 (ceph): doc: remove luminous from active releases
Assign actual_eol date 2020-03-01.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
07:51 PM rgw Backport #46344 (In Progress): nautilus: rgw: orphan-list timestamp fix
Nathan Cutler
03:36 PM rgw Backport #46344 (Resolved): nautilus: rgw: orphan-list timestamp fix
https://github.com/ceph/ceph/pull/34127 Nathan Cutler
07:47 PM rgw Backport #46343 (In Progress): octopus: rgw: orphan-list timestamp fix
Nathan Cutler
03:36 PM rgw Backport #46343 (Resolved): octopus: rgw: orphan-list timestamp fix
https://github.com/ceph/ceph/pull/35929 Nathan Cutler
07:47 PM Revision 249d8fb7 (ceph): rgw: orphan-list timestamp fix
When creating intermediate and output files, the rgw-orphan-list
script uses a timestamp using the `date` command. Th...
J. Eric Ivancich
05:12 PM Dashboard Feature #44912: mgr/dashboard: Forms should wait until all data is ready until it is displayed
When a backport enters "Rejected" state, the scripts interpret this as a final disposition similar to "Resolved". We ... Nathan Cutler
05:01 PM Dashboard Backport #46354 (In Progress): octopus: mgr/dashboard: Display users current bucket quota usage
Ernesto Puerta
04:18 PM Dashboard Backport #46354 (Resolved): octopus: mgr/dashboard: Display users current bucket quota usage
https://github.com/ceph/ceph/pull/35926
https://github.com/ceph/ceph/pull/36073
Ernesto Puerta
04:18 PM Dashboard Feature #45011 (Pending Backport): mgr/dashboard: Display users current bucket quota usage
Ernesto Puerta
04:17 PM Revision 7b8c3e57 (ceph): crimson/common: make FixedKVNodeLayout::set_val() public
otherwise clang++ fails with
```
mson/os/seastore/lba_manager/btree/lba_btree_node_impl.cc:183:10: error: 'set_val' i...
Kefu Chai
04:17 PM Revision 6b43a395 (ceph): crimson: silence -Wunused-lambda-capture warnings
they are pointed out by clang++.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:17 PM Revision 3bb47bc4 (ceph): crimson/os/seastore: s/assert/ceph_abort_msg/ when hitting unreachable ...
clang++ complains with
```
crimson/os/seastore/root_block.h:100:3: warning: control reaches end of non-void function ...
Kefu Chai
04:03 PM Orchestrator Tasks #46352 (Won't Fix): add leap support for cephadm
Currently, the build scripts for ceph-container are designed for shipping centos 8 based images,
as it would be much...
Deepika Upadhyay
03:45 PM Dashboard Backport #45889 (In Progress): octopus: mgr/dashboard: Pool form max size
Nathan Cutler
03:45 PM Revision 4835c191 (ceph): mgr/dashboard: Provide shareable mocks in unit test helper
Provides a view first mocks:
* Crush map (static and dynamic)
* Crush node
* Crush rule
* Crush rule config
Fixes: ...
Stephan Müller
03:45 PM Revision 1e2b1ad4 (ceph): mgr/dashboard: Crush selection can handle any crush map
The crush selection class now provides a view static methods that can
take a crush map in search for sub nodes of a n...
Stephan Müller
03:45 PM Revision c12d0e1e (ceph): mgr/dashboard: Use right size in pool form
Currently the max size is determined by the number of OSDs, which is
compared with the maximum of the current crush r...
Stephan Müller
03:45 PM Revision 7dd03e6d (ceph): mgr/dashboard: Hide name of ECP in detail view
As showing the name of an erasure code profile is pretty redundant
beneath the selection of the ECP by name, it's hid...
Stephan Müller
03:43 PM rgw Documentation #46239: radosgw-admin manpage still documents "region" and "region-map" commands ev...
Sorry, Jos, that was a misunderstanding. I assigned the bug to you only because you are the author of the fix :-) see... Nathan Cutler
03:38 PM Dashboard Bug #44991 (Resolved): monitoring: alert for pool fill up broken
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:38 PM Dashboard Backport #46351 (Resolved): octopus: mgr/dashboard: table details flicker if autoReload of table ...
https://github.com/ceph/ceph/pull/36226 Nathan Cutler
03:37 PM bluestore Backport #46350 (Resolved): octopus: ObjectStore/StoreTestSpecificAUSize.SyntheticMatrixCompressi...
https://github.com/ceph/ceph/pull/37373 Nathan Cutler
03:37 PM ceph-volume Feature #45959 (Resolved): add encryption support to raw mode
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:37 PM CephFS Backport #46349 (Rejected): nautilus: qa/tasks: make sh() in vstart_runner.py identical with teut...
Nathan Cutler
03:37 PM CephFS Backport #46348 (Resolved): octopus: qa/tasks: make sh() in vstart_runner.py identical with teuth...
https://github.com/ceph/ceph/pull/36044 Nathan Cutler
03:36 PM Dashboard Backport #46347 (Rejected): nautilus: mgr/dashboard: Action button is not reset after switching tabs
Nathan Cutler
03:36 PM Dashboard Backport #46346 (Rejected): octopus: mgr/dashboard: Action button is not reset after switching tabs
Nathan Cutler
03:36 PM Dashboard Backport #46345 (Resolved): octopus: mgr/dashboard: Host delete action should be disabled if not ...
https://github.com/ceph/ceph/pull/36874 Nathan Cutler
03:36 PM Dashboard Backport #46342 (Resolved): octopus: mgr/dashboard: Remove useless tab in monitoring/alerts datat...
https://github.com/ceph/ceph/pull/36875 Nathan Cutler
03:35 PM Dashboard Bug #45068 (Pending Backport): mgr/dashboard: Prometheus query error while filtering values in th...
Nathan Cutler
03:33 PM Revision 2a527796 (ceph): mgr/dashboard: stay on active tab
* Remember the selected tab and restore the state on tabset init.
* Remove tab headers where only one tab is shown.
...
Volker Theile
03:28 PM Bug #46208: Update to boost 1.73 (fix context support for IBM Z)
The Jenkins "make check" check in nautilus PRs seems to already be using Boost 1.73 (!)
https://github.com/ceph/ce...
Nathan Cutler
02:58 PM Dashboard Cleanup #46341 (Resolved): mgr/dashboard: Clean jest configuration and update packages
Tiago Melo
02:57 PM rbd Bug #45986 (Resolved): importing rbd diff does not apply zero sequences correctly
Mykola Golub
02:57 PM Revision f202994f (ceph): Merge pull request #35855 from dillaman/wip-45986
librbd: new 'write_zeroes' API methods to suppliment the `discard` APIs
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
02:54 PM rgw Backport #46326 (In Progress): nautilus: [rgw] listing bucket via s3 hangs on "ordered bucket lis...
The interaction of the attempt loop-control-variable and the logging system makes it so the side effect of increment ... Nathan Cutler
02:52 PM rgw Bug #45955 (Pending Backport): [rgw] listing bucket via s3 hangs on "ordered bucket listing requi...
converting into the master tracker that was originally judged not necessary
opening backport trackers for the octo...
Nathan Cutler
02:51 PM rgw Backport #46340 (In Progress): octopus: [rgw] listing bucket via s3 hangs on "ordered bucket list...
Nathan Cutler
02:49 PM rgw Backport #46340 (Resolved): octopus: [rgw] listing bucket via s3 hangs on "ordered bucket listing...
https://github.com/ceph/ceph/pull/35877
Nathan Cutler
02:41 PM Dashboard Cleanup #46339 (Fix Under Review): mgr/dashboard: Clean the output of lint/fix
Tiago Melo
02:38 PM Dashboard Cleanup #46339 (Resolved): mgr/dashboard: Clean the output of lint/fix
There is too much noise in the output of "npm run lint".
We should silence the outputs from npm and only show the mi...
Tiago Melo
02:40 PM Bug #46246: missing dep rhel 8: module perl-YAML:1.24:8010020190322131811:a5949e2e-0.x86_64 2
Ken Dreyer wrote:
> I thought some teuthology tests used Perl a long time ago (maybe for RGW?). I'm not sure if they...
Nathan Cutler
01:57 PM Revision e26612d3 (ceph): unittest_cdc: fix test on big-endian hosts
The specific_result test hardcodes a particular output. However,
the input buffer used by the test is currently init...
Ulrich Weigand
01:47 PM Revision 31da1737 (ceph): msg/msg_types: entity_addrvec_t: fix decode on big-endian hosts
When decoding an entity_addrvec_t with marker 1, we just have
a single (non-legacy) entity_addr_t. This should be de...
Ulrich Weigand
01:41 PM Revision 87dbdbb9 (ceph): ec: drop stubs of {encode,decode}_chunks() from ErasureCode.
`decode_chunks()` was needed only because of the ec unit testing.
Move its implementation there.
Signed-off-by: Rado...
Radoslaw Zarzynski
01:41 PM Dashboard Feature #46281 (Resolved): mgr/dashboard: Remove ngx-bootstrap
Lenz Grimmer
01:40 PM Revision 319d123c (ceph): Merge pull request #35859 from tspmelo/wip-remove-ngx-bootstrap
mgr/dashboard: Remove ngx-bootstrap
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tatjana Dehler <tde...
Lenz Grimmer
01:34 PM Revision da70e5e6 (ceph): doc/dev: Update zoned-storage.rst to indicate that OSDs can now be writ...
Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu> Abutalib Aghayev
01:34 PM Revision e6046074 (ceph): os/bluestore: Introduce zoned freelist manager.
Introduced ZonedFreelistManager, which tracks the write pointer and the number
of dead bytes per zone.
Signed-off-by...
Abutalib Aghayev
01:00 PM Orchestrator Documentation #45564: cephadm: document workaround for accessing the admin socket by entering run...
I got it to work like this:... Nathan Cutler
12:42 PM CephFS Backport #46201: octopus: mds: add ephemeral random and distributed export pins
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35759
m...
Nathan Cutler
12:39 PM Revision efd1bca1 (ceph): doc: Resolving conflicts with ceph-backport.sh
Fixes: https://tracker.ceph.com/issues/45874
Signed-off-by: Stephan Müller <smueller@suse.com>
Stephan Müller
12:27 PM mgr Backport #46172 (In Progress): nautilus: mgr/prometheus: cache ineffective when gathering data ta...
Laura Paduano
12:22 PM RADOS Backport #46115 (Resolved): octopus: Add statfs output to ceph-objectstore-tool
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35715
m...
Nathan Cutler
12:22 PM mgr Backport #45209 (Resolved): octopus: monitoring: alert for pool fill up broken
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35136
m...
Nathan Cutler
12:21 PM Dashboard Backport #45558: nautilus: mgr/dashboard: Dashboard breaks on the selection of a bad pool
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35367
m...
Nathan Cutler
07:46 AM Dashboard Backport #45558 (Resolved): nautilus: mgr/dashboard: Dashboard breaks on the selection of a bad pool
Lenz Grimmer
12:21 PM Dashboard Backport #40407: nautilus: mgr/dashboard: Add backend tests for RBD configuration
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35215
m...
Nathan Cutler
07:45 AM Dashboard Backport #40407 (Resolved): nautilus: mgr/dashboard: Add backend tests for RBD configuration
Lenz Grimmer
12:21 PM ceph-volume Backport #46250 (Resolved): nautilus: add encryption support to raw mode
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35831
m...
Nathan Cutler
12:18 PM Revision 58078d7a (ceph): mgr/prometheus: improve Prometheus module cache
Improve cache by running requests in a thread and prevent multiple
requests to Ceph from multiple sources (e.g. Prome...
Patrick Seidensal
11:54 AM Dashboard Bug #46303 (Resolved): mgr/dashboard: ExpressionChangedAfterItHasBeenCheckedError in device selec...
Lenz Grimmer
11:53 AM Revision 00251f43 (ceph): Merge pull request #35875 from Devp00l/wip-46303
mgr/dashboard: Fixes regression in device selection modal
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed...
Lenz Grimmer
11:06 AM Dashboard Cleanup #38890 (Fix Under Review): mgr/dashboard: Use Bootstrap responsive font sizes
Tiago Melo
11:06 AM Revision 9fd4b481 (ceph): mgr/rook: Fix error creating OSDs
https://github.com/ceph/ceph/pull/34860 broke Rook Integration tests (Rook orchestrator module)
This fix the error t...
Juan Miguel Olmo Martínez
10:51 AM Revision dda2815f (ceph): Merge pull request #35912 from tchaikov/wip-crimson-osd-flush-pg-stats
crimson/osd: implement flush_pg_stats command
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
10:29 AM Dashboard Cleanup #46337 (New): mgr/dashboard: remove `or undefined` from method return types
Since a rule for checking TypeScript was updated, many methods and functions in the code were updated to contain mult... Patrick Seidensal
10:01 AM Revision 7b05e649 (ceph): Merge pull request #35374 from jschmid1/activate_osdspec_affinity
mgr/cephadm: re-enable osdspec affinity passing
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
10:01 AM Orchestrator Bug #45726: Module 'cephadm' has failed: auth get failed: failed to find client.crash.<node_name>...
Any news on this, I have a new 15.2.4 cluster and its failing. Andy Gold
09:15 AM Revision 0b8cc7ea (ceph): crimson/osd: avoid `-Wunused-but-set-variable` warning
in release build, `found` is not used at all. but GCC complains with a
`-Wunused-but-set-variable` warning.
Signed-o...
Kefu Chai
08:54 AM Revision c97ada25 (ceph): qa: add upgrade test for volume upgrade from legacy
This tests that volumes created using the ceph_volume_client.py library
continue to be accessible/function via the Na...
Patrick Donnelly
08:54 AM Revision 2aaa734d (ceph): qa/cephfs: allow specifying mountpoints for FUSE mounts
Allow specifying the directory in CephFS that should be FUSE mounted at
the given path.
Signed-off-by: Rishabh Dave ...
Rishabh Dave
08:54 AM Revision 91c0acab (ceph): qa/mount.py: allow setting mountpoint
Add setter method so that mountpoint for CephFSMount object can be set
later.
Signed-off-by: Rishabh Dave <ridave@re...
Rishabh Dave
08:54 AM Revision d1440978 (ceph): qa/vstart_runner.py: allow specifying mountpoint for local FUSE mounts
Allow specifying the directory in CephFS that should be FUSE mounted on
the given path when running tests locally.
S...
Rishabh Dave
08:54 AM Revision 20feff71 (ceph): qa/cephfs: allow specifying mountpoint for kernel mounts
Allow specifying the directory in CephFS that should be kernel mounted
at the given path.
Signed-off-by: Rishabh Dav...
Rishabh Dave
08:54 AM Revision 496c354c (ceph): qa/cephfs: don't abort if mountpoint is already present
Instead, let the execution continue.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 39a1...
Rishabh Dave
08:54 AM Revision 9fd1586e (ceph): qa/cephfs: don't crash if mountpoint dir is already deleted
Teuthology jobs crash due to this after the test and it's teardown has
run successfully.
Signed-off-by: Rishabh Dave...
Rishabh Dave
08:53 AM Dashboard Bug #46135 (Resolved): mgr/dashboard: Typeahead regression in the silence matcher
Lenz Grimmer
08:50 AM Revision 37ba4b81 (ceph): Merge pull request #35704 from Devp00l/wip-46135
mgr/dashboard: Fixes typeahead regression in the silence matcher
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-b...
Lenz Grimmer
08:32 AM Orchestrator Documentation #46335: Document "Using cephadm to set up rgw-nfs"
the building blocks are there: setting up ganesha, setting up the RADOS objects, https://docs.ceph.com/docs/master/ra... Zac Dover
08:30 AM Orchestrator Documentation #46335 (Resolved): Document "Using cephadm to set up rgw-nfs"
* cephadm doesn't care about exports. instead it simply sets up the daemons.
* cephadm only creates an empty 'conf-{...
Sebastian Wagner
08:09 AM Revision d5e1d104 (ceph): crimson/{mgr,osd}: add WithStats::update_stats()
because we need to implement a tell command which forces osd to
send the latest pg stats to mgr, and the command retu...
Kefu Chai
08:09 AM Revision 5bbbbc66 (ceph): crimson/osd: implement flush_pg_stats command
this command is used by teuthology based tests for updating the mgr with
the lastes pg stats on OSD.
Signed-off-by: ...
Kefu Chai
08:09 AM Revision 0816f160 (ceph): crimson/osd: update the osd stats with hb peers
just to align with classic OSD
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:46 AM Dashboard Bug #43765 (Resolved): mgr/dashboard: Dashboard breaks on the selection of a bad pool
Lenz Grimmer
07:46 AM Revision 120f4824 (ceph): Merge pull request #35367 from Devp00l/wip-45558-nautilus
nautilus: mgr/dashboard: Prevent dashboard breakdown on bad pool selection
Reviewed-by: Laura Paduano <lpaduano@suse...
Lenz Grimmer
07:44 AM Dashboard Bug #37572 (Resolved): mgr/dashboard: Add backend tests for RBD configuration
Lenz Grimmer
07:43 AM Revision afe77237 (ceph): Merge pull request #35215 from shyukri/wip-40407-nautilus
nautilus: mgr/dashboard: Add QA tests for RBD configuration
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Lenz Grimmer
06:09 AM Revision 02690a77 (ceph): osd: remove !obc->ssc
for all obc, obc->ssc is non-null
Signed-off-by: Myoungwon Oh <ohmyoungwon@gmail.com>
Myoungwon Oh
05:48 AM rgw Bug #46295: RGW returns 404 code for unauthorized instead of 401
Interesting there was a patch to fix returning 401 over 404 for an anon user was trying to GET an object that didn't ... Matthew Oliver
05:38 AM CephFS Bug #46282: qa: multiclient connection interruptions by stopping one client
Patrick Donnelly wrote:
> [...]
>
>
> From: /ceph/teuthology-archive/pdonnell-2020-06-29_23:19:06-fs-wip-pdonne...
Xiubo Li
01:01 AM CephFS Bug #46282 (In Progress): qa: multiclient connection interruptions by stopping one client
Xiubo Li
05:32 AM Orchestrator Bug #46329 (Fix Under Review): cephadm: Dashboard's ganesha option is not correct if there are mu...
Kiefer Chang
03:43 AM Revision 873871d6 (ceph): adding filter for s3select
Signed-off-by: gal salomon <gal.salomon@gmail.com> gal salomon
03:27 AM Revision 7acc2a76 (ceph): os/bluestore/bluefs: only bytes_written_slow > 0, we update perfcounter.
In fact, wrote data into slow devcie is unexpected(see
option: bluestore_warn_on_bluefs_spillover).
Signed-off-by: J...
jianpeng ma
03:25 AM Dashboard Bug #46176: mgr/dashboard: NFS list timeout error
Thanks @Tatjana, the idea is good and we can avoid the object enumeration with it. Here are some problems we might en... Kiefer Chang
03:09 AM Revision c233ef90 (ceph): mgr/cephadm: fix Dashboard ganesha setting duplication error
Fix the problem when there are multiple daemons in a NFS service,
redundant Ganesha locations are set.
This change a...
Kiefer Chang
02:16 AM Revision 4bca2ccf (ceph): bluestore: Fix handling the return value of zbc_device_is_zoned() call.
zbc_device_is_zoned() returns 1 when the device is zoned and 0 when the device
is not zoned. It may return a negativ...
Abutalib Aghayev
01:51 AM CephFS Bug #46273: mds: deleting a large number of files in a directory causes the file system to read only
The origin dirfrag is closed through close_dirfrag,and then the mergeed basedirfrag commits it.
More detailed log:...
wei qiaomiao
01:48 AM Revision 99067b8d (ceph): Merge pull request #35887 from joscollin/wip-update-kyr
.githubmap: add Kyr
Reviewed-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
Kefu Chai
01:46 AM Revision 9e5da00b (ceph): Merge pull request #35845 from tchaikov/wip-rpm-crimson
rpm: package crimson-osd in ceph-osd
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Deepika Upad...
Kefu Chai
01:44 AM Revision d108444f (ceph): doc/dev/cephadm.rst: clarify, fix spelling nits
Signed-off-by: Dan Mick <dmick@redhat.com> Dan Mick
12:48 AM Revision c36c96d2 (ceph): Merge pull request #35867 from jwilk-forks/spelling
doc/dev/osd_internals: fix typos
Reviewed-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
12:30 AM RADOS Bug #43888 (In Progress): osd/osd-bench.sh 'tell osd.N bench' hang
/a/dzafman-2020-06-08_11:45:40-rados-wip-zafman-testing-distro-basic-smithi/5130086
This is the command we care ab...
Neha Ojha
12:13 AM Revision c64d2730 (ceph): cephadm: Make list_networks ipv6 enabled
Currently the list_network command and methods in cephadm only run and
parse ipv4 output from `ip route`.
This patch...
Matthew Oliver

07/02/2020

10:20 PM rgw Bug #45955: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires read #1"
Dan van der Ster wrote:
> Does this need a nautilus backport too? the list_objects_ordered change just landed in 14....
J. Eric Ivancich
05:48 PM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
Will a fix for this vulernabilty be back ported?

Currently, luminous, mimic, and nautilus are still listed as ac...
A Boschke
04:48 PM CephFS Bug #41541 (Resolved): mgr/volumes: ephemerally pin volumes
Patrick Donnelly
04:47 PM CephFS Backport #46201 (Resolved): octopus: mds: add ephemeral random and distributed export pins
Patrick Donnelly
04:47 PM CephFS Feature #41302 (Resolved): mds: add ephemeral random and distributed export pins
Patrick Donnelly
04:46 PM CephFS Backport #46315 (Resolved): octopus: mgr/volumes: ephemerally pin volumes
Patrick Donnelly
04:46 PM RADOS Bug #46285 (Rejected): osd: error from smartctl is always reported as invalid JSON
turns out the report was from an earlier version (it did not contain the 'output' key) Josh Durgin
04:44 PM Revision 5a3693ca (ceph): Merge PR #35759 into octopus
* refs/pull/35759/head:
qa: fix flake8 warnings
doc: add documentation for new ephemeral pinning feature
pybind/mg...
Patrick Donnelly
04:37 PM RADOS Bug #46179 (Duplicate): Health check failed: Reduced data availability: PG_AVAILABILITY
Neha Ojha
04:36 PM RADOS Bug #46225 (Duplicate): Health check failed: 1 osds down (OSD_DOWN)
Neha Ojha
02:51 PM Dashboard Bug #46176: mgr/dashboard: NFS list timeout error
If looping through all the objects in a pool (https://github.com/ceph/ceph/blob/master/src/pybind/mgr/dashboard/servi... Tatjana Dehler
02:49 PM Revision e770bb90 (ceph): mgr/volumes: Validate mon_allow_pool_delete before volume deletion
Volume deletion wasn't validating mon_allow_pool_delete config
before destroying volume metadata. Hence when mon_allo...
Kotresh Hiremath Ravishankar
02:48 PM Revision 0e6004cc (ceph): Merge pull request #35894 from tchaikov/wip-crimson-os
crimson/os: pin the last cpu core for the alien worker threads
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>...
Kefu Chai
02:42 PM rgw Feature #45920: add access log line to the beast frontend
Any backport for nautilus? Seena Fallah
02:39 PM Orchestrator Feature #45263 (In Progress): osdspec/drivegroup: not enough filters to define layout
Sebastian Wagner
01:54 PM Orchestrator Feature #45263: osdspec/drivegroup: not enough filters to define layout
This patch allows to switch between `AND` and `OR` gating. https://github.com/ceph/ceph/compare/master...jschmid1:dri... Joshua Schmid
02:23 PM rgw Bug #46161 (Pending Backport): rgw: orphan-list timestamp fix
J. Eric Ivancich
02:21 PM rgw Bug #46263 (In Progress): S3 API DELETE /{bucket}?encryption or DELETE /{bucket}?replication remo...
Abhishek Lekshmanan
02:09 PM bluestore Bug #46124 (Closed): Potential race condition regression around new OSD flock()s
Please feel free to reopen if you find a real bug somewhere. Neha Ojha
02:07 PM Revision f3e770f3 (ceph): cephadm: Retry pull on transient error
Fixes: https://tracker.ceph.com/issues/46271
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:00 PM Revision 25a82ed3 (ceph): rgw: introduce safe user-reset-stats
Defines cls_user_reset_stats2, a value-returning cls operation
that sets new stats via progressive calls with an accu...
Matt Benjamin
01:59 PM bluestore Bug #45613 (Pending Backport): ObjectStore/StoreTestSpecificAUSize.SyntheticMatrixCompression/2 f...
Igor Fedotov
01:53 PM Dashboard Bug #46146 (Pending Backport): mgr/dashboard: Host delete action should be disabled if not manage...
Lenz Grimmer
01:52 PM Revision 6e90a165 (ceph): Merge pull request #35745 from votdev/issue_46146_delete_host
mgr/dashboard: Host delete action should be disabled if not managed by Orchestrator
Reviewed-by: Kiefer Chang <kiefe...
Lenz Grimmer
01:50 PM Orchestrator Feature #45203 (Resolved): OSD Spec: allow filtering via explicit hosts and labels
Joshua Schmid
01:50 PM Dashboard Bug #45303 (Pending Backport): mgr/dashboard: table details flicker if autoReload of table is on
Lenz Grimmer
01:50 PM Revision a1d5a6e3 (ceph): Merge pull request #35642 from tspmelo/wip-fix-flicker
mgr/dashboard: Re-enable OSD's table autoReload
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Steph...
Lenz Grimmer
01:48 PM Dashboard Feature #45375 (Resolved): mgr/dashboard: stay on active tab (accessible via URL)
Volker Theile
01:47 PM Revision 74f42ec2 (ceph): Merge pull request #34889 from votdev/issue_43120_tabs
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
01:35 PM RADOS Bug #46264: mon: check for mismatched daemon versions
I have completed a function called check_daemon_version located in src/mon/Monitor.cc This function goes through mon_... Tyler Sheehan
01:32 PM Dashboard Feature #44912 (Resolved): mgr/dashboard: Forms should wait until all data is ready until it is d...
Lenz Grimmer
01:30 PM Linux kernel client Bug #45562 (Need More Info): soft lockup stuck for 22s! in ceph.ko and code stack is 'destroy_ino...
No response in a month. Please reopen if you are able to supply the requested info. Jeff Layton
01:28 PM Dashboard Backport #45542 (Rejected): octopus: mgr/dashboard: Forms should wait until all data is ready unt...
Since this is not critical and would required few more backports to fix conflicts, we will no longer backport it. Tiago Melo
08:59 AM Dashboard Backport #45542: octopus: mgr/dashboard: Forms should wait until all data is ready until it is di...
We need to include #46276 to fix a bug in NFS form. Tiago Melo
01:28 PM Revision 6e60de70 (ceph): test/store_test: disable validation in SpilloverTest.
Disabling any validation/assertion for now as it looks like
we're unable to 100% force RocksDB to spillover.
This te...
Igor Fedotov
12:47 PM rgw Bug #46332 (Resolved): boost::asio::async_write() does not return error when the remote endpoint ...
In a flow where the remote side disconnect the TCP connection in the middle of RGW transmit,
the _boost::asio::async...
Mark Kogan
11:38 AM Revision 2ba13668 (ceph): crimson/os: pin the last cpu core for the alien worker threads
before this change, we assume that we have at least current_shared + 10
cores. but that's not always true. so in this...
Kefu Chai
11:38 AM Revision ddfba53b (ceph): crimson/os/alienstore: assert on failure
before we have a failure recovery, better off failing fast.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:26 AM Dashboard Backport #45889 (New): octopus: mgr/dashboard: Pool form max size
The origin issue had the wrong PR ID in it - changed it to the right one. Stephan Müller
10:27 AM Dashboard Backport #45889 (Duplicate): octopus: mgr/dashboard: Pool form max size
Duplicate of https://tracker.ceph.com/issues/45557
PR has been merged to octopus already: https://github.com/ceph/ce...
Laura Paduano
11:25 AM Dashboard Bug #44620: mgr/dashboard: Pool form max size
Somehow I copied the wrong PR ID. Change it to the right ID. Sorry for the irritation among the backporters. Stephan Müller
11:24 AM CephFS Bug #46158 (In Progress): pybind/mgr/volumes: Persist snapshot size on snapshot creation
Kotresh Hiremath Ravishankar
11:19 AM Dashboard Backport #46214 (In Progress): octopus: mgr/dashboard: Add host labels in UI
Laura Paduano
11:17 AM Revision 7f15f9f7 (ceph): msg/async/ProtocolV2: take care of features when replacing the socket
reuse_connection() can be called on exproto in BANNER_CONNECTING
(i.e. without peer_supported_features and with tx/rx...
Ilya Dryomov
11:17 AM Revision 0d9c4107 (ceph): msg/async/ProtocolV2: always print server_cookie in hex
Currently it's a mix of hex and dec, making it hard to grep for.
Converge on hex to match client_cookie.
Signed-off-...
Ilya Dryomov
11:03 AM rgw Documentation #46239: radosgw-admin manpage still documents "region" and "region-map" commands ev...
Please reassign to someone in the RGW team, as I don't have enough bandwidth to work on this. Jos Collin
10:46 AM Dashboard Backport #46288 (Duplicate): octopus: mgr/dashboard: Display check icon instead of true|false in ...
Laura Paduano
10:45 AM Dashboard Backport #46308 (In Progress): octopus: mgr/dashboard: Display check icon instead of true|false i...
Laura Paduano
10:44 AM Revision 0015754d (ceph): mgr/dashboard: Display check icon instead of true|false in various data...
- Convert the boolean values true|false to a check icon in datatable columns.
- Remove unused code in the user manage...
Volker Theile
09:54 AM Revision 45fc63e6 (ceph): mgr/dashboard: fix OSD critical confirmation modal errors
- Fix OSD IDs are not displayed after submitting actions.
- Fix `OSD is` and `OSDs are` strings are missing in the un...
Kiefer Chang
09:48 AM RADOS Bug #44755 (Pending Backport): Create stronger affinity between drivegroup specs and osd daemons
Sebastian Wagner
09:31 AM rgw Cleanup #46316 (Fix Under Review): make std::string ctor of RGWToken explicit
Yuval Lifshitz
09:26 AM Revision 9cb3d096 (ceph): Merge pull request #35568 from sebastian-philipp/octopus-backport-34633...
octopus: cephadm batch backport June (3)
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Sebastian Wagner
09:17 AM Revision f49fe38f (ceph): mgr/dashboard: use relative font sizes
Fixes: https://tracker.ceph.com/issues/38890
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
Ishan Rai
09:11 AM Revision 5c5d0bac (ceph): mgr/dashboard: stay on active tab (accessible via URL)
This PR refactors the /monitoring page by introducing a new component which is responsible for rendering the tabs. Al... Volker Theile
09:04 AM RADOS Bug #46178 (Duplicate): slow request osd_op(... (undecoded) ondisk+retry+read+ignore_overlay+know...
Ilya Dryomov
08:58 AM Dashboard Bug #46276: mgr/dashboard: NFS edit form hangs on loading
-This will be included in #45542- Tiago Melo
08:58 AM Dashboard Bug #46276 (Resolved): mgr/dashboard: NFS edit form hangs on loading
Tiago Melo
08:55 AM Dashboard Bug #46276 (Pending Backport): mgr/dashboard: NFS edit form hangs on loading
Lenz Grimmer
08:56 AM RADOS Bug #46180 (Resolved): qa: Scrubbing terminated -- not all pgs were active and clean.
Will be cherry-picked into https://github.com/ceph/ceph/pull/35720 and https://github.com/ceph/ceph/pull/35733. Ilya Dryomov
08:54 AM Revision 0195fd53 (ceph): Merge pull request #35816 from idryomov/wip-msgr21-fix-reuse
msg/async/ProtocolV2: take care of features when replacing the socket
Reviewed-by: Patrick Donnelly <pdonnell@redhat...
Ilya Dryomov
08:53 AM Dashboard Bug #46331 (Closed): test_create_lost_destroy_remove (tasks.mgr.dashboard.test_osd.OsdTest): Time...
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2788/... Sebastian Wagner
08:47 AM Dashboard Bug #40330: mgr/dashboard: Warning about stale data makes it hard to click a certain row
I'm not quite sure if adding another button just as an indicator is the best approach, as it further clutters the tab... Lenz Grimmer
08:40 AM Dashboard Bug #40330: mgr/dashboard: Warning about stale data makes it hard to click a certain row
Nice improvement. I like suggestion two with the yellow button and black icon. Volker Theile
08:35 AM Bug #46330 (Closed): Accessing as an invalid user will result in an infinite loop in getting a Se...
Accessing a Ceph cluster as an invalid user results in an infinite loop instead of an error in authentication.... MASAYUKI MIYAKE
08:29 AM Revision 3343e873 (ceph): Merge pull request #35854 from tspmelo/wip-fix-nfs-loading
mgr/dashboard: Fix NFS Edit page loading problem
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Tatj...
Lenz Grimmer
08:28 AM Orchestrator Bug #46327 (Rejected): cephadm: nfs daemons share the same config object
Not a bug, by design all daemons within a cluster will share the same config object. Varsha Rao
08:02 AM Orchestrator Bug #46327 (Won't Fix): cephadm: nfs daemons share the same config object
If we create a NFS service with multiple instances, those instance share the same rados object as the configuration s... Kiefer Chang
08:23 AM Dashboard Bug #46145 (Pending Backport): mgr/dashboard: Action button is not reset after switching tabs
Lenz Grimmer
08:22 AM Revision faf701d7 (ceph): Merge pull request #35823 from bk201/wip-46245
mgr/cephadm: reconfig ssh after setting or clearing ssh_config
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse....
Sebastian Wagner
08:22 AM Revision fd861f27 (ceph): tool: convert str to num using strtoull
Signed-off-by: Simon Gao <simon29rock@gmail.com> simon gao
08:20 AM Revision fe9b920d (ceph): Merge pull request #35765 from votdev/issue_46145_reset_action_button
mgr/dashboard: Action button is not reset after switching tabs
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Rev...
Lenz Grimmer
08:19 AM Revision 9dd982c6 (ceph): mgr/dashboard: remove `formatted` attr
The `formatted` attribute has been removed from the
`cdCopy2ClipboardButton` directive and is no longer
needed.
Fixe...
Tatjana Dehler
08:18 AM Dashboard Backport #46328 (In Progress): octopus: mgr/dashboard: cdCopy2ClipboardButton does no longer supp...
Tatjana Dehler
08:07 AM Dashboard Backport #46328 (Resolved): octopus: mgr/dashboard: cdCopy2ClipboardButton does no longer support...
https://github.com/ceph/ceph/pull/35889 Tatjana Dehler
08:09 AM Orchestrator Bug #46329 (Resolved): cephadm: Dashboard's ganesha option is not correct if there are multiple N...
How to reproduce:
* Create an NFS service with multiple daemons. e.g. With the following spec:...
Kiefer Chang
08:04 AM Dashboard Bug #46232 (Pending Backport): mgr/dashboard: cdCopy2ClipboardButton does no longer support 'form...
Tatjana Dehler
08:00 AM Dashboard Bug #46232 (Resolved): mgr/dashboard: cdCopy2ClipboardButton does no longer support 'formatted' a...
Lenz Grimmer
07:59 AM Revision 74ba53be (ceph): Merge pull request #35803 from s0nea/wip-dashboard-remove-formatted-attr
mgr/dashboard: remove cdCopy2ClipboardButton `formatted` attribute
Reviewed-by: Stephan Müller <smueller@suse.com>
R...
Lenz Grimmer
07:58 AM Dashboard Cleanup #46249 (Pending Backport): mgr/dashboard: Remove useless tab in monitoring/alerts datatab...
Lenz Grimmer
07:57 AM Revision ea7fd5fc (ceph): Merge pull request #35828 from votdev/issue_46249_rm_tab
mgr/dashboard: Remove useless tab in monitoring/alerts datatable details
Reviewed-by: Stephan Müller <smueller@suse....
Lenz Grimmer
07:11 AM Dashboard Subtask #45957: Fix broken UiApi documentation endpoints and add warning
Ernesto, Fabrizio: Should we create another tracker issue (subtask) for https://github.com/ceph/ceph/pull/35564#discu... Laura Paduano
07:09 AM Dashboard Subtask #45957 (Resolved): Fix broken UiApi documentation endpoints and add warning
Laura Paduano
07:08 AM Revision 44908df6 (ceph): Merge pull request #35564 from rhcs-dashboard/wip-45957-fixUiApiEndpoints
mgr/dashboard: fix ui api endpoints Laura Paduano
06:35 AM Revision dd7e753c (ceph): .githubmap: add Kyr
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
06:27 AM CephFS Bug #46069 (Pending Backport): qa/tasks: make sh() in vstart_runner.py identical with teuthology....
Jos Collin
06:26 AM Revision e4673f47 (ceph): Merge pull request #35639 from joscollin/wip-fix-sh-as-in-teuthology
qa/tasks: make sh() in vstart_runner.py identical with teuthology.orchestra.remote.sh
Reviewed-by: Kyr Shatskyy <kyr...
Jos Collin
06:09 AM Linux kernel client Bug #45649: use-after-free during AIO
We also need this commit:... Xiubo Li
01:56 AM Linux kernel client Bug #45649: use-after-free during AIO
With the KASAN enabled, and with a small change in the fs/ceph/file.c code:
Because for aio_read the ki_flags will...
Xiubo Li
05:47 AM Revision 466f0c6b (ceph): rgw: make RGWToken string ctor explicit
Fixes: https://tracker.ceph.com/issues/46316
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
04:31 AM Dashboard Bug #45068 (Resolved): mgr/dashboard: Prometheus query error while filtering values in the metric...
Avan Thakkar
04:06 AM Dashboard Backport #46313 (In Progress): octopus: mgr/dashboard: Prometheus query error while filtering val...
Avan Thakkar
04:05 AM Revision 2efea0d9 (ceph): mgr/dashboard: Prometheus query error in the metrics of Pools, OSDs and...
Fixes: https://tracker.ceph.com/issues/45068
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from c...
Avan Thakkar
03:53 AM Dashboard Backport #46312 (In Progress): nautilus: mgr/dashboard: Prometheus query error while filtering va...
Avan Thakkar
03:52 AM Revision 126b838e (ceph): mgr/dashboard: Prometheus query error in the metrics of Pools, OSDs and...
Fixes: https://tracker.ceph.com/issues/45068
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from c...
Avan Thakkar
03:32 AM Dashboard Backport #46314 (In Progress): octopus: mgr/dashboard: wal/db slots in create OSDs form do not wo...
Kiefer Chang
03:32 AM Revision 63319df9 (ceph): mgr/dashboard: fix wal/db slots controls in the OSD form
Controls should be updated immediately after changing.
Fixes: https://tracker.ceph.com/issues/44985
Signed-off-by: K...
Kiefer Chang
02:37 AM Revision 9993a895 (ceph): mds: update codes of MSG_MDS_METRICS and MSG_MDS_PING
Messages of type codes 0x3xx should be handled by Locker.cc. Let's
assign codes 0x5xx to messages that gather stats b...
Yan, Zheng
12:50 AM rgw Backport #46326 (Resolved): nautilus: [rgw] listing bucket via s3 hangs on "ordered bucket listin...
https://github.com/ceph/ceph/pull/35882 J. Eric Ivancich
12:26 AM Revision ffe7839e (ceph): rgw: clean up attempt loop in ordered listing
Convert a while loop into a for loop to better indicate how the
"attempt" lcv is managed.
Signed-off-by: J. Eric Iva...
J. Eric Ivancich
12:20 AM Revision d1bbce01 (ceph): qa: fix flake8 warnings
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 683153c56e4db9ac5d17dbdcc6b741a27fb3...
Patrick Donnelly
12:20 AM Revision de5332b0 (ceph): doc: add documentation for new ephemeral pinning feature
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 6cd10c591af61c37f7175c9cd6873568caa0...
Patrick Donnelly
12:19 AM Revision 9f252863 (ceph): pybind/mgr/volumes: wire up pinning subvolumes/subvolumegroups
Fixes: https://tracker.ceph.com/issues/41541
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
12:19 AM Revision 097b2b68 (ceph): mds: finish implementation of ephemeral pins
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 703e4b01fa83f81cda4fdc46b91f24a5e92f...
Patrick Donnelly
12:19 AM Revision c18a3631 (ceph): mds: replicate random pin state
This is slightly evil in its current form. The MDS should use locks to
transmit state changes but right now it's just...
Patrick Donnelly
12:19 AM Revision d5c90539 (ceph): mds: add maximum random ephemeral pin percentage
This new config is designed to prevent creating too many subtrees from a
random ephemeral pinning policy.
Signed-off...
Patrick Donnelly
12:19 AM Revision c154fa2d (ceph): qa: add tests for ephemeral pinning
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
(cherry picked from commit aa99c8546be2c33793803fa2c1d733e...
Sidharth Anupkrishnan
12:19 AM Revision 8fc589eb (ceph): qa: add more ephemeral pin tests
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit aef549e49e6fe69635307a0c1f66221e75d8...
Patrick Donnelly
12:19 AM Revision 42aaa65a (ceph): qa: break export pin tests into discrete tests
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 091e8ffd9dd174d47cf683f14abb2ec23581...
Patrick Donnelly
12:19 AM Revision ec1c2062 (ceph): qa: adapt tests for empty pinned dir export
Previously, empty pinned directories were not migrated.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherr...
Patrick Donnelly
12:19 AM Revision b860823d (ceph): mds: skip export of empty directories
Note: empty as in no cached sub-entries.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from c...
Patrick Donnelly
12:19 AM Revision 2a27629d (ceph): mds: reduce subtree processing verbosity
and some mild loop refactoring.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit c02...
Patrick Donnelly
12:19 AM Revision a0f165c6 (ceph): mds: allow export of pinned directory if empty
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 4749e5abb16a38b34ed63d11dbcd8bf3831b...
Patrick Donnelly
12:19 AM Revision 13ca8663 (ceph): mds: refactor remove_subtree
Search each map only once as necessary.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from co...
Patrick Donnelly
12:19 AM Revision 59121e62 (ceph): mds: trim pinned and empty subtrees
Before export (and ephemeral) pinned subtrees are stuck in cache
forever.
Add qa test for checking export pinned dir...
Patrick Donnelly
12:19 AM Revision 4b4aa6a5 (ceph): mds: add ephemeral pinning for subtrees
This PR introduces inode xattrs export_ephemeral_random and
export_ephemeral_distributed which enables two different ...
Sidharth Anupkrishnan
12:19 AM Revision 99d3dc02 (ceph): mds: do string equality comparison
The string::find method would return true for ceph.dir.pin even for the
other ephemeral pin xattr names. For this rea...
Patrick Donnelly
12:19 AM Revision 561c2e5e (ceph): qa: use status from wait_for_daemons
Avoid an extra `fs dump` call.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit ddb1...
Patrick Donnelly
12:19 AM Revision f6f9a916 (ceph): qa: refactor _wait_subtree and _get_subtree
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit c0506230653b0c190d4793feb77ca197b45d...
Patrick Donnelly
12:19 AM Revision f8eaf204 (ceph): mds: add debug messages for export queue processing
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 461fad8f807bdc01fbb19d79934573ee94d5...
Patrick Donnelly
12:19 AM Revision 34b97e1d (ceph): mds: simplify for loop construction
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit d3158bf11ea1ea4934b12f48f6c373d91207...
Patrick Donnelly
12:19 AM Revision 10691ca0 (ceph): mds: remove frozen export pin from queue
The export already belongs on the node id so there's no need to keep it
in the queue.
Signed-off-by: Patrick Donnell...
Patrick Donnelly
12:19 AM Revision 6ab2349d (ceph): qa: quietly print json output from asok commands
Pretty print output once. Use --format=json so the stdout on teuthology
is not pretty printed, taking hundreds of lin...
Patrick Donnelly
12:08 AM Revision 5d853979 (ceph): Merge pull request #35037 from CongMinYin/qa-test-for-immutale-object-c...
qa: add tests for immutable object cache
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman

07/01/2020

11:47 PM Orchestrator Feature #44866 (Pending Backport): cephadm root mode: support non-root users + sudo
Daniel Pivonka
11:47 PM Orchestrator Feature #44866 (Resolved): cephadm root mode: support non-root users + sudo
Daniel Pivonka
10:55 PM RADOS Bug #46325 (Rejected): A pool at size 3 should have a min_size 2

The get_osd_pool_default_min_size() calculation of size - size/2 for the min_size should special case size 3 and ju...
David Zafman
10:16 PM Bug #46208: Update to boost 1.73 (fix context support for IBM Z)
Ken Dreyer wrote:
> Kefu, can we backport this change to Octopus and Nautilus? This will help us avoid carrying a Bo...
Jason Dillaman
10:04 PM rgw Bug #45955: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires read #1"
Does this need a nautilus backport too? the list_objects_ordered change just landed in 14.2.10 Dan van der Ster
06:49 PM rgw Bug #45955 (Fix Under Review): [rgw] listing bucket via s3 hangs on "ordered bucket listing requi...
J. Eric Ivancich
05:37 PM rgw Bug #45955: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires read #1"
> One concern I initially had was that when I grep for "idx" in the bi list and run it through `wc -l` I get 21520 wh... Mariusz Gronczewski
05:22 PM rgw Bug #45955: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires read #1"
Good news. I found the core problem and an additional inefficiency.
The core problem was directly related to your ...
J. Eric Ivancich
04:52 PM rgw Bug #45955 (In Progress): [rgw] listing bucket via s3 hangs on "ordered bucket listing requires r...
I'm actively looking into this and wanted to provide a quick update. I took the provided bucket index and used it to ... J. Eric Ivancich
10:03 PM RADOS Bug #37509 (Can't reproduce): require past_interval bounds mismatch due to osd oldest_map
Neha Ojha
09:58 PM RADOS Bug #23879 (Can't reproduce): test_mon_osdmap_prune.sh fails
Neha Ojha
09:57 PM RADOS Bug #23857 (Can't reproduce): flush (manifest) vs async recovery causes out of order op
Neha Ojha
09:56 PM RADOS Bug #23828 (Can't reproduce): ec gen object leaks into different filestore collection just after ...
Neha Ojha
09:53 PM RADOS Bug #23117: PGs stuck in "activating" after osd_max_pg_per_osd_hard_ratio has been exceeded once
We should try to make it more obvious when this limit is hit. I thought we added something in the cluster logs about ... Neha Ojha
09:49 PM RADOS Documentation #46324 (New): Sepia VPN Client Access documentation is out-of-date
https://wiki.sepia.ceph.com/doku.php?id=vpnaccess#vpn_client_access
There are two issues that I noticed that must ...
Zac Dover
09:49 PM RADOS Bug #20960 (Can't reproduce): ceph_test_rados: mismatched version (due to pg import/export)
The thrash_cache_writeback_proxy_none failure has a different root cause, opened a new tracker for it https://tracker... Neha Ojha
09:47 PM RADOS Bug #46323 (Resolved): thrash_cache_writeback_proxy_none: FAILED ceph_assert(version == old_value...
... Neha Ojha
09:35 PM RADOS Bug #19700 (Closed): OSD remained up despite cluster network being inactive?
Please reopen this bug if the issue is seen in nautilus or newer releases. Neha Ojha
09:31 PM Bug #46246: missing dep rhel 8: module perl-YAML:1.24:8010020190322131811:a5949e2e-0.x86_64 2
I thought some teuthology tests used Perl a long time ago (maybe for RGW?). I'm not sure if they still do. Ken Dreyer
09:22 PM RADOS Bug #43882 (Can't reproduce): osd to mon connection lost, osd stuck down
Neha Ojha
09:16 PM RADOS Bug #44631 (Can't reproduce): ceph pg dump error code 124
Neha Ojha
09:01 PM Revision f244e3e6 (ceph): ceph-volume: handle idempotency with batch and explicit scenarios
If you used --wal-devices or --db-devices with batch and too
many devices are filtered out then a RuntimeError was ra...
Andrew Schoen
08:54 PM rbd Backport #46322 (Resolved): octopus: profile rbd does not allow the use of RBD_INFO
https://github.com/ceph/ceph/pull/36414 Nathan Cutler
08:54 PM rbd Backport #46321 (Resolved): nautilus: profile rbd does not allow the use of RBD_INFO
https://github.com/ceph/ceph/pull/36413 Nathan Cutler
08:37 PM Revision e45daeb0 (ceph): ceph-volume: don't use api.lvm.PVolumes
Update api.lvm.get_first_pv() and api.lvm.get_pvs() instead and update
tests.
Signed-off-by: Rishabh Dave <ridave@re...
Rishabh Dave
08:37 PM Revision 50b2747f (ceph): ceph-volume: delete devices.lvm.prepare.Prepare.get_lv
Since it calls get_lv_from_argument() internally and use get_first_lv()
instead and update tests.
Signed-off-by: Ris...
Rishabh Dave
08:37 PM Revision 934dea91 (ceph): ceph-volume: don't use class api.lvm.Volumes
Replace code using class Volumes by methods get_lvs() and
get_first_lv(). Also, update the tests accordingly.
Signed...
Rishabh Dave
08:37 PM Revision b5fb5545 (ceph): ceph-volume: don't use api.lvm.get_lv_from_argument
Use api.lvm.get_lvs() and api.lvm.get_first_lv() instead and update
tests.
Signed-off-by: Rishabh Dave <ridave@redha...
Rishabh Dave
08:37 PM Revision af48e20e (ceph): ceph-volume: don't use api.lvm.get_lv
Use api.lvm.get_lvs() and api.lvm.get_first_lv() instead and update the
tests.
Signed-off-by: Rishabh Dave <ridave@r...
Rishabh Dave
08:37 PM Revision 6dc69a8a (ceph): ceph-volume: don't use api.lvm.VolumeGroups
Use api.lvm.get_vgs() and api.lvm.get_first_vg() instead and update
tests.
Signed-off-by: Rishabh Dave <ridave@redha...
Rishabh Dave
08:15 PM CephFS Bug #43039 (New): client: shutdown race fails with status 141
/ceph/teuthology-archive/pdonnell-2020-07-01_06:37:23-fs-wip-pdonnell-testing-20200701.033411-distro-basic-smithi/519... Patrick Donnelly
07:58 PM RADOS Bug #46275: Cancellation of on-going scrubs
We may be able to easily terminate scrubbing in between chunks if the noscrub/nodeep-scrub get set.
I will test this.
David Zafman
07:56 PM RADOS Bug #46275 (In Progress): Cancellation of on-going scrubs
David Zafman
07:32 PM RADOS Backport #46095 (Resolved): octopus: Issue health status warning if num_shards_repaired exceeds s...
Josh Durgin
07:30 PM Revision cd2bc7b3 (ceph): Merge branch 'wip-46095-octopus' into octopus - from https://github.co...
octopus: mon: Warn when too many reads are repaired on an OSD
Reviewed-by: Neha Ojha <nojha@redhat.com>
Josh Durgin
07:25 PM Revision 3337f13f (ceph): test: flush_pg_stats() ignore OSDs that don't respond to getting sequence
This eliminates bogus errors in the logs and returned from flush_pg_stats()
Signed-off-by: David Zafman <dzafman@red...
David Zafman
07:25 PM Revision cefb38bd (ceph): mgr: Warn when too many reads are repaired on an OSD
Include test case
Configurable by setting mon_osd_warn_num_repaired (default 10)
Ignore new health warning with rando...
David Zafman
07:22 PM RADOS Backport #46115: octopus: Add statfs output to ceph-objectstore-tool
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35715
merged
Yuri Weinstein
07:22 PM Revision 7bf25257 (ceph): Merge pull request #35715 from dzafman/wip-46115
octopus: tools: Add statfs operation to ceph-objecstore-tool
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: ...
Yuri Weinstein
07:20 PM Revision 63ef653d (ceph): Merge pull request #35550 from neha-ojha/wip-reduce-noise-octopus
octopus: qa/tasks/ceph_manager.py: dump more useful info before failing
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
07:19 PM mgr Backport #45209: octopus: monitoring: alert for pool fill up broken
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35136
merged
Yuri Weinstein
07:19 PM Revision b1fd3b75 (ceph): Merge pull request #35136 from shyukri/wip-45209-octopus
octopus: monitoring: alert for pool fill up broken
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Patric...
Yuri Weinstein
06:19 PM Revision 25f1f62c (ceph): qa: add tests for immutable object cache
based on qemu task, use immutable_object_cache task to test parent cache
based on rbd_fio task, use immutable_object_...
CONGMIN YIN
06:19 PM Revision 1af4ed0a (ceph): librbd/image: fix immutable object cache read failed bug when daemon down
Fix bug: read child image failed when enabling immutable object cache and daemon down
Signed-off-by: Yin Congmin <co...
CONGMIN YIN
06:10 PM Bug #46298: librados: linking with buffer.cc and libceph-common the same time
Introduced by 7bf6b5ee1208a359826c74ab033e6bbbfc65969f which went in for octopus. Nathan Cutler
04:43 PM Bug #46298: librados: linking with buffer.cc and libceph-common the same time
Does this fix need to be backported? And how far? Just to octopus? Nathan Cutler
02:37 PM Bug #46298 (Fix Under Review): librados: linking with buffer.cc and libceph-common the same time
Kefu Chai
10:31 AM Bug #46298 (Fix Under Review): librados: linking with buffer.cc and libceph-common the same time
This results in calling constructors and destructors for @static@ objects of @buffer.cc@ twice.
Moreover, they oper...
Radoslaw Zarzynski
06:00 PM RADOS Bug #46318 (Need More Info): mon_recovery: quorum_status times out
... Neha Ojha
05:56 PM Revision 8c42bc10 (ceph): rgw: clean up attempt loop in ordered listing
Convert a while loop into a for loop to better indicate how the
"attempt" lcv is managed.
Signed-off-by: J. Eric Iva...
J. Eric Ivancich
05:18 PM rbd Bug #46139 (Pending Backport): profile rbd does not allow the use of RBD_INFO
Jason Dillaman
05:18 PM rgw Bug #46062: File Corruption in Multisite Replication with Encryption
Verified issue still occurs after updating to 14.2.10; will also try upgrading to 15.2.4 just to see if it's an issue... Howard Brown
05:18 PM Revision 33dd9ea3 (ceph): Merge pull request #35699 from fflorens/ff/work/bug_46139
osd/OSDCap: rbd profile permits use of "rbd_info"
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:18 PM Revision 82e27b53 (ceph): Merge pull request #35596 from Songweibin/wip-fix-rbd-rm
librbd: fix potential image rm failure due to parent missing
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:05 PM RADOS Bug #46285: osd: error from smartctl is always reported as invalid JSON
Which version is this cluster running?
I would expect to see this "output" key in the command's output:
https://g...
Yaarit Hatuka
02:43 AM RADOS Bug #46285 (Rejected): osd: error from smartctl is always reported as invalid JSON
When smartctl returns an error, the osd always reports it as invalid json. We meant to give a better error, but the c... Josh Durgin
04:46 PM ceph-volume Backport #46251: octopus: add encryption support to raw mode
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35830
m...
Nathan Cutler
12:30 PM ceph-volume Backport #46251 (Resolved): octopus: add encryption support to raw mode
Jan Fajerski
04:35 PM Revision 7c003cbe (ceph): mgr/dashboard: Fixes ICU selection regression
This regression came through the update to angular 9. The regression was
that ICU expressions inside ng-containers ar...
Stephan Müller
04:29 PM Dashboard Bug #46303 (Fix Under Review): mgr/dashboard: ExpressionChangedAfterItHasBeenCheckedError in devi...
Stephan Müller
02:22 PM Dashboard Bug #46303 (Resolved): mgr/dashboard: ExpressionChangedAfterItHasBeenCheckedError in device selec...
ExpressionChangedAfterItHasBeenCheckedError in device selection modal in OSD creation form. It looks like it has some... Stephan Müller
04:22 PM Revision 10c14613 (ceph): mgr/dashboard: Fixes regression in device selection modal
The 'ExpressionChangedAfterItHasBeenCheckedError' has recently
shown up in device selection modal in OSD creation for...
Stephan Müller
04:21 PM mgr Bug #46304: "ceph dashboard set-grafana-api-url" not being applied when using cephadm
Yep, I did use cephadm for the installation, largely just via the quickstart guide. Everything else seems to be worki... Matt Schuchhardt
04:08 PM mgr Bug #46304: "ceph dashboard set-grafana-api-url" not being applied when using cephadm
did oyu deploy grafana with cephadm? Sebastian Wagner
02:45 PM mgr Bug #46304: "ceph dashboard set-grafana-api-url" not being applied when using cephadm
I recreated this in the proper project https://tracker.ceph.com/issues/46305 --- if you could squash this ticket I'd ... Matt Schuchhardt
02:29 PM mgr Bug #46304: "ceph dashboard set-grafana-api-url" not being applied when using cephadm
...and I posted this to the wrong project. This should be in mgr. Sorry, this is amateur hour today. Matt Schuchhardt
02:27 PM mgr Bug #46304: "ceph dashboard set-grafana-api-url" not being applied when using cephadm
Apologies, this is the output from the command: Option GRAFANA_API_URL updated
Matt Schuchhardt
02:26 PM mgr Bug #46304 (New): "ceph dashboard set-grafana-api-url" not being applied when using cephadm
When I run `ceph dashboard set-grafana-api-url https://example.com:443`, I see the following output:
However, it d...
Matt Schuchhardt
04:12 PM rgw Cleanup #46316 (Resolved): make std::string ctor of RGWToken explicit
using bufferlist encode of std::string caused implicit conversion.
other similar bugs may also occur.
Yuval Lifshitz
03:59 PM CephFS Backport #46315 (Resolved): octopus: mgr/volumes: ephemerally pin volumes
https://github.com/ceph/ceph/pull/35759 Nathan Cutler
03:57 PM Dashboard Backport #46314 (Resolved): octopus: mgr/dashboard: wal/db slots in create OSDs form do not work ...
https://github.com/ceph/ceph/pull/35883 Nathan Cutler
03:57 PM Dashboard Backport #46313 (Resolved): octopus: mgr/dashboard: Prometheus query error while filtering values...
https://github.com/ceph/ceph/pull/35885 Nathan Cutler
03:56 PM Dashboard Backport #46312 (Resolved): nautilus: mgr/dashboard: Prometheus query error while filtering value...
https://github.com/ceph/ceph/pull/35884 Nathan Cutler
03:56 PM CephFS Backport #46311 (Resolved): octopus: qa/tasks/cephfs/test_snapshots.py: Command failed with statu...
https://github.com/ceph/ceph/pull/36043 Nathan Cutler
03:56 PM CephFS Backport #46310 (Resolved): nautilus: qa/tasks/cephfs/test_snapshots.py: Command failed with stat...
https://github.com/ceph/ceph/pull/36172 Nathan Cutler
03:55 PM rbd Backport #46309 (Resolved): octopus: TestMockImageReplayerSnapshotReplayer.UnlinkRemoteSnapshot r...
https://github.com/ceph/ceph/pull/36657 Nathan Cutler
03:55 PM Dashboard Backport #46308 (Resolved): octopus: mgr/dashboard: Display check icon instead of true|false in v...
https://github.com/ceph/ceph/pull/35892 Nathan Cutler
03:55 PM Backport #46307 (Resolved): octopus: unittest_lockdep failure
https://github.com/ceph/ceph/pull/36050 Nathan Cutler
03:37 PM Revision cc9d4021 (ceph): rgw: Normalizing X-Amz- headers for case in RGWHTTPArgs
in req_info, which are used to parse credentials in
query strings.
Signed-off-by: Pritha Srivastava <prsrivas@redhat...
Pritha Srivastava
03:27 PM Bug #46267 (Pending Backport): unittest_lockdep failure
Kefu Chai
03:26 PM Revision a914e094 (ceph): Merge pull request #35856 from tchaikov/wip-46267
test/unittest_lockdep: skip lockdep test if CEPH_DEBUG_MUTEX is not d…
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Kefu Chai
03:25 PM Dashboard Bug #46306 (Resolved): mgr/dashboard: Password expiration notification is always shown if a date ...
We currently are only checking if date is set and if expirationDays is lower or higher then pwdExpirationWarning2. Tiago Melo
02:59 PM Revision 124ffa46 (ceph): Merge pull request #35751 from smithfarm/wip-radosgw-admin-orphans
doc: PendingReleaseNotes: fix deprecated radosgw-admin commands
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Review...
Josh Durgin
02:44 PM Dashboard Bug #46305 (New): mgr/dashboard: `ceph dashboard set-grafana-api-url` not being applied

When I try to set the @GRAFANA_API_URL@ dashboard variable via @set-grafana-api-url@, I see the following output:
...
Matt Schuchhardt
02:43 PM Revision cbeb6597 (ceph): mgr/dashboard: Remove ngx-bootstrap
Fixes: https://tracker.ceph.com/issues/46281
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
02:27 PM Revision b54a800b (ceph): python-common: RGW service_id might not contain a zone
also adds missing RGWSpec.validate()
Fixes: https://tracker.ceph.com/issues/46268
Signed-off-by: Michael Fritch <mfr...
Michael Fritch
02:17 PM Dashboard Feature #45757 (Resolved): mgr/dashboard: Use ng-bootstrap for Datepicker
Lenz Grimmer
02:17 PM Revision 58593466 (ceph): Merge pull request #35782 from tspmelo/wip-ng-datepicker
mgr/dashboard: Use ng-bootstrap for Datepicker
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Volker Th...
Lenz Grimmer
02:12 PM Revision 8233d867 (ceph): Merge pull request #35869 from smithfarm/wip-rn-15_2_4
doc/releases/octopus: add 15.2.4 release notes
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Abhishek L...
Josh Durgin
01:57 PM CephFS Bug #46302 (Resolved): mds: optimize ephemeral rand pin
there can be two optimization
1. get_ephemeral_rand() is called for each loaded inode of dirfrag fetch. all calls ge...
Zheng Yan
01:46 PM Dashboard Bug #40330: mgr/dashboard: Warning about stale data makes it hard to click a certain row
I would suggest we add a button to the table header, where we could display the status of the table.
This solution s...
Tiago Melo
11:27 AM Dashboard Bug #40330 (In Progress): mgr/dashboard: Warning about stale data makes it hard to click a certai...
Tiago Melo
01:32 PM Dashboard Feature #46301 (New): mgr/dashboard: Display dates and times using locale settings
The Dashboard does not display dates and times using the locale browser settings in various places. As a user i want ... Volker Theile
01:17 PM Revision 7efae08d (ceph): Merge pull request #35805 from ricardoasmarques/ceph-orch-status-format
cephadm: Add "--format" option to "ceph orch status"
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Seb...
Sebastian Wagner
12:58 PM Dashboard Bug #45717 (Fix Under Review): FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.Poo...
Kefu Chai
11:50 AM Dashboard Bug #45717: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
https://github.com/ceph/ceph/pull/35871 Kefu Chai
12:56 PM bluestore Bug #46054 (Resolved): RocksDBResharding: rocksdb::ColumnFamilySet::~ColumnFamilySet(): Assertion...
Kefu Chai
12:47 PM Revision 87395bcf (ceph): Merge pull request #35811 from tchaikov/wip-46054
kv/RocksDBStore: always release column family handles
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Kefu Chai
12:30 PM Revision d7785cea (ceph): Merge pull request #35830 from guits/wip-46251-octopus
octopus: ceph-volume: add dmcrypt support in raw mode Jan Fajerski
12:21 PM Dashboard Bug #46153 (Resolved): mgr/dashboard: Tooltips for disabled table actions do not work
Lenz Grimmer
12:21 PM Revision 4af20773 (ceph): Merge pull request #35723 from tspmelo/wip-fix-action-tooltip
mgr/dashboard: Fix title of disabled table actions
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: St...
Lenz Grimmer
12:19 PM Revision 63a9ddc5 (ceph): qa/tasks: make sh() in vstart_runner.py identical with teuthology.orche...
Fixes: https://tracker.ceph.com/issues/46069
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
11:58 AM Linux kernel client Bug #46293 (Resolved): kclient: delayed work will be potential crash with mdsc used-after-free
Xiubo Li
11:27 AM Linux kernel client Bug #46293 (Fix Under Review): kclient: delayed work will be potential crash with mdsc used-after...
https://patchwork.kernel.org/patch/11635317 Xiubo Li
05:49 AM Linux kernel client Bug #46293 (In Progress): kclient: delayed work will be potential crash with mdsc used-after-free
Xiubo Li
05:48 AM Linux kernel client Bug #46293 (Resolved): kclient: delayed work will be potential crash with mdsc used-after-free
Hit for twice that when doing the mount and umount testing before without any logs catched. And both time the OS is u... Xiubo Li
11:39 AM Revision 34e1df66 (ceph): mon/PGMap: do not consider changing pg stuck
there is chance that we have a PG just created but fails to peered
before a mgr module retrieves the health report fr...
Kefu Chai
11:08 AM Revision b911a956 (ceph): Merge pull request #35606 from Daniel-Pivonka/cephadm-45653-44866
cephadm: add sudo ssh user option
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: Michael ...
Sebastian Wagner
10:42 AM Revision 17ec5a54 (ceph): Merge pull request #35753 from smithfarm/wip-wipe-prn-octopus
octopus: doc: PendingReleaseNotes: clean slate for 15.2.5
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Nathan Cutler
10:36 AM Revision 1c480a58 (ceph): doc/releases/octopus: add 15.2.4 release notes
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
09:56 AM Revision e3cc60e6 (ceph): doc/dev/osd_internals: fix typos
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Jakub Wilk
09:23 AM Dashboard Feature #46297 (New): Dashboard - show osd draining or filling
Is it possible to get the Dashboard to show an OSd as its drainign or filling.
Can the gui indicate an osd is in a ...
Andy Gold
09:05 AM Revision 83ff8315 (ceph): cephadm: Add "--format" option to "ceph orch status"
Fixes: https://tracker.ceph.com/issues/46233
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
09:01 AM Revision 975d9ba9 (ceph): mds: add request to batch_op before taking auth pins and locks
MDS does not dispatch non-head requests in batch_op. So non-head
requests in batch_op should not hold any authpins an...
Yan, Zheng
09:01 AM Revision 461df818 (ceph): mgr/dashboard: Fixes typeahead regression in the silence matcher
This regression was introduced by PR #35300 which updated the typeahead
module usage from ngx-bootstrap to ng-bootstr...
Stephan Müller
08:58 AM Orchestrator Bug #46283 (Rejected): cephadm: Unable to create iSCSI target
Right, I was able to create an iSCSI target on pacific/master:... Ricardo Marques
08:51 AM rgw Feature #46296 (Resolved): notifications: support GetTopicAttributes API
currently we don't support the standard GetTopicAttributes API (https://docs.aws.amazon.com/sns/latest/api/API_GetTop... Yuval Lifshitz
08:49 AM Revision 7e593692 (ceph): mds: move MDRequestImpl::batch_reqs into Batch_Getattr_Lookup
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
08:48 AM Revision 7768d2c0 (ceph): mds: track which map batch_op is in-use in MDRequest
batch_op is in either CInode::batch_ops or CDentry::batch_ops. Current
code gets the map by dereferencing mdr->in[0] ...
Yan, Zheng
08:06 AM Revision d3b8716e (ceph): Merge pull request #35577 from mgfritch/orch-test-iscsi
mgr/test_orchestrator: add iscsi
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
08:01 AM rgw Bug #46295 (Resolved): RGW returns 404 code for unauthorized instead of 401
Right after the release of ceph 14.2.10 and 15.2.4 our CI "start failing":https://storage.bhs.cloud.ovh.net/v1/AUTH_d... Dmitriy Rabotyagov
07:50 AM Bug #46294 (New): Missing package dependency for Ubuntu Bionic
A dependency for python-pkg-resources is missing in the 14.2.10 packages for Ubuntu Bionic. Doing an "apt autoremove"... Soenke Schippmann
04:50 AM Revision 3c05ab6a (ceph): osdc: use operator=(...) instead of claim()
for silencing the warning like:
```
../src/osdc/ObjectCacher.cc: In member function ‘ObjectCacher::BufferHead* Object...
Kefu Chai
03:04 AM CephFS Backport #46289 (In Progress): octopus: mgr/nfs: allow only [A-Za-z0-9-_.] in cluster ID
https://github.com/ceph/ceph/pull/35499 Varsha Rao
02:51 AM CephFS Backport #46289 (Resolved): octopus: mgr/nfs: allow only [A-Za-z0-9-_.] in cluster ID
https://github.com/ceph/ceph/pull/35499 Patrick Donnelly
03:04 AM CephFS Backport #46291 (In Progress): octopus: mgr/volumes/nfs: Add interface for get and list exports
https://github.com/ceph/ceph/pull/35499 Varsha Rao
02:51 AM CephFS Backport #46291 (Resolved): octopus: mgr/volumes/nfs: Add interface for get and list exports
https://github.com/ceph/ceph/pull/35499 Patrick Donnelly
03:03 AM CephFS Backport #46292 (In Progress): octopus: mgr/nfs: Check cluster exists before creating exports and...
https://github.com/ceph/ceph/pull/35499 Varsha Rao
02:51 AM CephFS Backport #46292 (Resolved): octopus: mgr/nfs: Check cluster exists before creating exports and ma...
https://github.com/ceph/ceph/pull/35499 Patrick Donnelly
02:51 AM CephFS Backport #46290 (Resolved): octopus: mgr/nfs: Add interface for listing cluster
https://github.com/ceph/ceph/pull/35499 Patrick Donnelly
02:51 AM Dashboard Backport #46288 (Duplicate): octopus: mgr/dashboard: Display check icon instead of true|false in ...
Patrick Donnelly
02:51 AM RADOS Backport #46287 (Rejected): nautilus: mon: log entry with garbage generated by bad memory access
Patrick Donnelly
02:51 AM RADOS Backport #46286 (Resolved): octopus: mon: log entry with garbage generated by bad memory access
https://github.com/ceph/ceph/pull/36035 Patrick Donnelly
02:50 AM CephFS Bug #45744 (Pending Backport): mgr/nfs: allow only [A-Za-z0-9-_.] in cluster ID
Patrick Donnelly
02:50 AM CephFS Bug #45740 (Pending Backport): mgr/nfs: Check cluster exists before creating exports and make exp...
Patrick Donnelly
02:50 AM CephFS Feature #45741 (Pending Backport): mgr/volumes/nfs: Add interface for get and list exports
Patrick Donnelly
02:50 AM CephFS Feature #45742 (Pending Backport): mgr/nfs: Add interface for listing cluster
Patrick Donnelly
02:32 AM Revision 2555ed1d (ceph): Merge PR #35417 into master
* refs/pull/35417/head:
volumes/fs/nfs: Don't parse rados export objects during FSExport init
pybind/mgr/volumes/nf...
Patrick Donnelly
01:57 AM Revision f0c02566 (ceph): osd: Remove unused function declearation
Signed-off-by: wuxingyi <wuxingyi2015@outlook.com> xingyi wu

06/30/2020

11:20 PM Orchestrator Bug #46283: cephadm: Unable to create iSCSI target
Maybe this PR (https://github.com/ceph/ceph/pull/35141) hasn't been backported into octopus yet. Matthew Oliver
05:58 PM Orchestrator Bug #46283 (Rejected): cephadm: Unable to create iSCSI target
I'm getting an error when trying to create an iSCSI target on openSUSE Leap.
*How to reproduce:*
I've created a...
Ricardo Marques
09:53 PM Revision c27d744a (ceph): pybind/rbd: add new write_zeroes/aio_write_zeroes API methods
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
09:53 PM Revision f319ecfb (ceph): rbd: use new 'write_zeroes' API to ensure zeroed extents will be zeroed
Fixes: https://tracker.ceph.com/issues/45986
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
09:53 PM Revision ae6dd86b (ceph): librbd: add 'write_zeroes' public C/C++ API methods
Unlike the existing 'discard' option which is more of a hint to
attempt to release space, the new 'write_zeroes' APIs...
Jason Dillaman
09:45 PM bluestore Bug #44880: ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
Backporting note: needs to be backported together with follow-on fix. See the octopus backport PR and #45426 Nathan Cutler
09:44 PM bluestore Bug #46055 (Resolved): ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
backport tracked via https://tracker.ceph.com/issues/44880 Nathan Cutler
02:21 AM bluestore Bug #46055: ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
Being backported in https://github.com/ceph/ceph/pull/34943 Neha Ojha
02:20 AM bluestore Bug #46055 (Pending Backport): ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
Neha Ojha
09:27 PM RADOS Bug #46222 (Won't Fix): Cbt installation task for cosbench fails.
The root cause of this issue is that we put an older version of cosbench in https://drop.ceph.com/qa/ after the recen... Neha Ojha
01:07 PM RADOS Bug #46222: Cbt installation task for cosbench fails.

http://qa-proxy.ceph.com/teuthology/ideepika-2020-06-29_08:23:54-rados-wip-deepika-testing-2020-06-25-2058-distro-b...
Deepika Upadhyay
09:22 PM Revision abcb13ae (ceph): Merge PR #35809 into octopus
* refs/pull/35809/head:
qa/tasks/vstart_runner.py: be python3 compatible
doc/dev/developer_guide: use python3 to la...
Patrick Donnelly
08:16 PM Bug #46208: Update to boost 1.73 (fix context support for IBM Z)
Kefu, can we backport this change to Octopus and Nautilus? This will help us avoid carrying a Boost patch downstream. Ken Dreyer
07:30 PM Linux kernel client Bug #46284: softlockup in ceph_check_delayed_caps
git blame:... Jeff Layton
06:44 PM Linux kernel client Bug #46284: softlockup in ceph_check_delayed_caps
More of the log:... Jeff Layton
06:24 PM Linux kernel client Bug #46284 (Resolved): softlockup in ceph_check_delayed_caps
Patrick caught this in teuthology (https://pulpito.ceph.com/pdonnell-2020-06-29_23:23:33-multimds-wip-pdonnell-testin... Jeff Layton
06:14 PM CephFS Feature #44279: client: provide asok commands to getattr an inode with desired caps
Jeff Layton wrote:
> Do we need an asok interface for this? If you're planning to write testcases that link in libce...
Patrick Donnelly
01:40 PM CephFS Feature #44279: client: provide asok commands to getattr an inode with desired caps
Do we need an asok interface for this? If you're planning to write testcases that link in libcephfs directly, then yo... Jeff Layton
05:53 PM Dashboard Bug #43152 (Resolved): mgr/dashboard: race condition causes dashboard frontend build to fail some...
This was fixed in #44829. Tiago Melo
05:47 PM Revision 162a5715 (ceph): mgr/volumes/nfs: Fetch exports in persistent way if mgr is restarted
Fixes: https://tracker.ceph.com/issues/45740
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
05:47 PM Revision c13a40b9 (ceph): mgr/volumes/nfs: Check if cluster exists before creating exports
Fixes: https://tracker.ceph.com/issues/45740
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
05:47 PM Revision 1a55888b (ceph): qa/tasks/cephfs: Add idempotency test for nfs commands
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 3b554f23 (ceph): qa/tasks/cephfs: Add test to check if export is available on restarting...
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 7ae24c22 (ceph): mgr/volume/nfs: allow only [A-Za-z0-9-_.] characters
... for ganesha cluster names.
Fixes: https://tracker.ceph.com/issues/45744
Signed-off-by: Ramana Raja <rraja@redhat...
Ramana Raja
05:47 PM Revision 6f8d20f2 (ceph): mgr/volumes/nfs: list exports within a ganesha cluster
List the pseudo paths of the exports within a ganesha cluster
with `nfs export ls <cluster ID>` command.
List all th...
Ramana Raja
05:47 PM Revision 7dcefb15 (ceph): mgr/volumes/nfs: get export in a nfs cluster
Fixes: https://tracker.ceph.com/issues/45741
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
05:47 PM Revision 555da003 (ceph): mgr/volumes/nfs: Remove 'ganesha-' prefix from orch returned service id
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision b77c3eef (ceph): mgr/volumes/nfs: Add nfs cluster ls command
This commands provides list of deployed nfs clusters.
Fixes: https://tracker.ceph.com/issues/45742
Signed-off-by: Va...
Varsha Rao
05:47 PM Revision eb2cd16f (ceph): qa/tasks/cephfs: Add test for nfs cluster ls command
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 310c7fbf (ceph): mgr/volumes/nfs: Misc changes to export get and ls command
This patch does following changes:
* Add extra line before every class definition
* Reorder export dictionary
* Use _...
Varsha Rao
05:47 PM Revision 9d830454 (ceph): mgr/volumes/nfs: Check cluster availability in export command methods
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 2692a94d (ceph): mgr/volumes/nfs: Set pool_namespace and cluster_id through decorator
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision ed20bd86 (ceph): pybind/mgr/volumes/nfs: Reorder FSExport and NFSCluster class methods
To maintain consistency and improve readability.
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
05:47 PM Revision 9418b42b (ceph): qa/tasks/cephfs: Add test for listing exports
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 285ab1b4 (ceph): qa/tasks/cephfs: Add tests for invalid cluster id, export type and modi...
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision eab60b5f (ceph): qa/tasks/cephfs: Add tests for export create with non-existing fsname a...
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 55fd634e (ceph): doc/cephfs: Add list and get export usage
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision dfa3ab43 (ceph): qa/tasks/cephfs/test_nfs: Add description for each test
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 1aa2a660 (ceph): qa/tasks/cephfs/test_nfs: Add test for export user id
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 5f506e39 (ceph): qa/tasks/cephfs/test_nfs: Add test for get and list detailed export
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision d7396fdc (ceph): qa/tasks/test_nfs: Add todo note for cluster update test
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 4da75816 (ceph): pybind/mgr/volumes/nfs: Fix flake8 errors
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
05:47 PM Revision 4ebb2581 (ceph): volumes/fs/nfs: Don't parse rados export objects during FSExport init
Instead we can do it if any export commands are used. This fixes ImportError
raised when FSExport is initialized with...
Patrick Donnelly
05:37 PM RADOS Bug #46216 (Pending Backport): mon: log entry with garbage generated by bad memory access
Patrick Donnelly
04:41 PM RADOS Bug #46216 (Fix Under Review): mon: log entry with garbage generated by bad memory access
Neha Ojha
05:37 PM Revision f7f156db (ceph): Merge PR #35784 into master
* refs/pull/35784/head:
mon/MDSMonitor: copy MDS info which may be removed
Reviewed-by: Rishabh Dave <ridave@redhat...
Patrick Donnelly
05:37 PM CephFS Bug #45530 (Pending Backport): qa/tasks/cephfs/test_snapshots.py: Command failed with status 1: [...
Patrick Donnelly
05:36 PM Revision 95332d5f (ceph): Merge PR #35038 into master
* refs/pull/35038/head:
qa/tasks/cephfs/cephfs_test_case.py: skip cleaning the core dumps
Reviewed-by: Patrick Donn...
Patrick Donnelly
05:29 PM Orchestrator Bug #46237 (New): cephadm: Inconsistent exit code
Ricardo Marques
01:56 PM Orchestrator Bug #46237 (In Progress): cephadm: Inconsistent exit code
Ricardo Marques
04:54 PM Revision efe1cd41 (ceph): os/bluestore: Move Int64ArrayMergeOperator from BlueStore.cc to
bluestore_common.h
Int64ArrayMergeOperator will be used by ZonedFreelistManager as well.
Signed-off-by: Abutalib Ag...
Abutalib Aghayev
04:51 PM CephFS Bug #46282 (Resolved): qa: multiclient connection interruptions by stopping one client
... Patrick Donnelly
04:48 PM bluestore Bug #46270: mimic:osd can not start
This just looks like bluefs is running out of space. Mimic is EOL, I'd recommend you to upgrade and report back if yo... Neha Ojha
06:40 AM bluestore Bug #46270 (Can't reproduce): mimic:osd can not start
My env:
[root@mon1 test]# ceph -v
ceph version 13.2.5 (cbff874f9007f1869bfd3821b7e33b2a6ffd4988) mimic (stable)
[r...
伟杰 谭
04:44 PM Revision 4b2f28af (ceph): mgr/dashboard: Use ng-bootstrap for Datepicker
Fixes: https://tracker.ceph.com/issues/45757
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
04:33 PM Dashboard Feature #46281 (Resolved): mgr/dashboard: Remove ngx-bootstrap
Remove package and all remaining code. Tiago Melo
04:32 PM Dashboard Feature #46280 (Fix Under Review): mgr/dashboard: Enable animations on navigation.component.html
ng-bootstrap currently doesn't support animation on collapse component.
There is a PR that has been merged, but not ...
Tiago Melo
04:26 PM Revision d905678a (ceph): mds: make threshold for MDS_TRIM configurable
Fixes: https://tracker.ceph.com/issues/45906
Signed-off-by: Paul Emmerich <paul.emmerich@croit.io>
Paul Emmerich
04:23 PM RADOS Documentation #46279 (New): various matters related to ceph mon and orch cephadm -- this is sever...
<andyg5> Hi, I am trying to move the MONitors over tothe public network, and I'm not sure how to do it. I have setu... Zac Dover
04:12 PM Revision f2dfd0e4 (ceph): rgw: include string header
Otherwise we get complaints from the compiler on FreeBS/Clang:
In file included from /home/jenkins/workspace/ceph-mas...
Willem Jan Withagen
03:56 PM Stable releases Tasks #46159 (Fix Under Review): octopus 15.2.4
Abhishek Lekshmanan
03:50 PM CephFS Bug #46278 (Resolved): mds: Subvolume snapshot directory does not save attribute "ceph.quota.max_...
NOTE: This is applicable even without using subvolume snapshots
A snapshot of a directory with quota set on it, vi...
Shyamsundar Ranganathan
03:40 PM Revision 7447c15c (ceph): 15.2.4
Jenkins Build Slave User
03:35 PM CephFS Bug #46277 (Fix Under Review): pybind/mgr/volumes: get_pool_names may indicate volume does not ex...
Patrick Donnelly
03:32 PM CephFS Bug #46277 (Resolved): pybind/mgr/volumes: get_pool_names may indicate volume does not exist if m...
... Patrick Donnelly
03:20 PM Bug #46267 (Fix Under Review): unittest_lockdep failure
Kefu Chai
01:10 PM Bug #46267: unittest_lockdep failure
Looks like a regression caused by 2dc50b5f91476cf10429dbcdd52b00e32f599d5c
Kefu?
Nathan Cutler
12:23 AM Bug #46267 (Resolved): unittest_lockdep failure
Apparently during refactoring to use gtest unittest_lockdep was broken. In file src/test/common/test_lockdep.cc I can... Vladimir Bashkirtsev
03:16 PM Revision fb74d544 (ceph): test/unittest_lockdep: skip lockdep test if CEPH_DEBUG_MUTEX is not def...
this change addresses a regression introduced by
2dc50b5f91476cf10429dbcdd52b00e32f599d5c
Fixes: https://tracker.cep...
Kefu Chai
03:15 PM CephFS Bug #46269 (Fix Under Review): ceph-fuse: ceph-fuse process is terminated by the logratote task a...
Patrick Donnelly
06:18 AM CephFS Bug #46269 (Resolved): ceph-fuse: ceph-fuse process is terminated by the logratote task and what ...
*1. reproduce the scene as shown below:*
(1) step 1:
Open the terminal_1, and
Prepare the cmd: "killall -q -1 ce...
hongsong wu
03:14 PM CephFS Bug #46273 (Fix Under Review): mds: deleting a large number of files in a directory causes the fi...
Patrick Donnelly
11:32 AM CephFS Bug #46273 (Resolved): mds: deleting a large number of files in a directory causes the file syste...
Log as follow:... wei qiaomiao
03:09 PM rbd Bug #45986 (Fix Under Review): importing rbd diff does not apply zero sequences correctly
Jason Dillaman
03:07 PM RADOS Bug #46224 (Resolved): Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)
Neha Ojha
03:02 PM rgw Bug #41225: rgw: GETing S3 website root with two slashes // crashes rgw
PR: https://github.com/ceph/ceph/pull/35792
Pls add nautilus, octopus backports.
Dan van der Ster
02:32 PM Dashboard Bug #46276 (Fix Under Review): mgr/dashboard: NFS edit form hangs on loading
Tiago Melo
02:08 PM Dashboard Bug #46276 (In Progress): mgr/dashboard: NFS edit form hangs on loading
Tiago Melo
02:06 PM Dashboard Bug #46276 (Resolved): mgr/dashboard: NFS edit form hangs on loading
If I select an NFS-share and click on the "Edit" button, loading the edit form is hanging: "Loading form data...". Tatjana Dehler
02:30 PM Revision d30bd443 (ceph): mgr/dashboard: Fix NFS Edit page loading problem
We were trying to access a component that is only created
after the form loading is finished, before it was finished....
Tiago Melo
02:13 PM Revision 4aba4133 (ceph): vstart.sh: use output of hostname for cephadm
Otherwise I get this error on a dev machine:
/home/pdonnell/ceph/build/bin/ceph -c /home/pdonnell/ceph/build...
Patrick Donnelly
02:03 PM Revision d4b92035 (ceph): doc/start/os-recommendations: current state of openSUSE
Tumbleweed is on Octopus nowadays. The kernel version of Tumbleweed is
constantly changing, so leave it blank in the ...
Nathan Cutler
01:52 PM RADOS Bug #46275 (Resolved): Cancellation of on-going scrubs
Although it's possible to prevent initiating new scrubs, we don't have a facility for terminating already on-going on... Radoslaw Zarzynski
01:42 PM rbd Bug #46076 (Pending Backport): TestMockImageReplayerSnapshotReplayer.UnlinkRemoteSnapshot race on...
Mykola Golub
01:12 PM Revision fc14c11b (ceph): mgr/cephadm: allow custom dashboard grafana url
Instead of resetting grafana url to a default with
each run of the service loop, only set it when
initally deployed o...
Adam King
01:09 PM Revision 8bfdf6e5 (ceph): Merge pull request #35831 from guits/wip-46250-nautilus
nautilus: ceph-volume: add dmcrypt support in raw mode Jan Fajerski
01:07 PM ceph-volume Bug #46274 (New): Some unit tests leak lvs and pvs calls, insufficient patching.
... Jan Fajerski
12:59 PM Revision 26505501 (ceph): Merge pull request #32493 from rishabh-d-dave/cv-use-dash-S-everywhere
ceph-volume: don't use container classes in api/lvm.py Jan Fajerski
12:57 PM Revision 1052b9db (ceph): cephadm: add sudo ssh user option
add the ability to use a non-root users for connecting to hosts, this user requires pass wordless sudo access
useful...
Daniel Pivonka
11:58 AM Revision da62f752 (ceph): doc/mgr/orchestrator: Add information about unmanaged parameter
Explain parameter 'unmanaged' in OSDs creation and deletion
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redha...
Juan Miguel Olmo Martínez
11:21 AM Revision ce344424 (ceph): mgr/dashboard: Fix title of disabled table actions
Fix regression introduced in a1fac664f5b0fa1c8b78de3440e99ee68d34f512.
Title attribute was unintentionally removed fr...
Tiago Melo
11:02 AM mgr Backport #46171 (In Progress): octopus: mgr/prometheus: cache ineffective when gathering data tak...
Laura Paduano
11:00 AM Revision e5d94e24 (ceph): mgr/dashboard: Re-enable OSD's table autoReload
Fixes: https://tracker.ceph.com/issues/45303
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
11:00 AM Revision 42c683cf (ceph): mgr/prometheus: enable mypy type checking for prometheus module
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
(cherry picked from commit 991a99688e5fb0f66adcbaddafdfe55c995...
Patrick Seidensal
10:55 AM Revision cb341565 (ceph): mgr/prometheus: improve Prometheus module cache
Improve cache by running requests in a thread and prevent multiple
requests to Ceph from multiple sources (e.g. Prome...
Patrick Seidensal
10:52 AM Revision 7948e2de (ceph): Merge pull request #35657 from athanatos/sjust/wip-lba-replay
crimson/seastore: add extent replay support, implement for lba tree nodes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:15 AM Dashboard Feature #45759 (Resolved): mgr/dashboard: Use ng-bootstrap for Modal
Lenz Grimmer
09:54 AM Dashboard Bug #46272 (Need More Info): mgr/dashboard: workaround needed for ad-hoc filter of the tables
https://github.com/ceph/ceph/pull/34532#issuecomment-647970507 Avan Thakkar
09:51 AM Revision ffaf709c (ceph): Merge pull request #35370 from tspmelo/wip-ng-modal
mgr/dashboard: Use ng-bootstrap for Modal
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Volker Theile...
Lenz Grimmer
09:37 AM Dashboard Bug #44985 (Pending Backport): mgr/dashboard: wal/db slots in create OSDs form do not work proper...
Lenz Grimmer
09:36 AM Orchestrator Support #45940 (Need More Info): Orchestrator to be able to deploy multiple OSDs per single drive
Sebastian Wagner
09:36 AM Orchestrator Support #45940: Orchestrator to be able to deploy multiple OSDs per single drive
https://docs.ceph.com/docs/master/cephadm/drivegroups/#the-advanced-case works for you? Sebastian Wagner
09:25 AM Orchestrator Bug #46271 (Resolved): podman pull: transient "Error: error creating container storage: error cre...
... Sebastian Wagner
09:20 AM rgw Bug #45955: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires read #1"
okay, so I've played a bit with it and having 0 logging causes it to hang indefintely, having 0/20 debug_rgw makes l... Mariusz Gronczewski
08:52 AM Dashboard Bug #45068 (Pending Backport): mgr/dashboard: Prometheus query error while filtering values in th...
Lenz Grimmer
08:51 AM Revision 5301c495 (ceph): ceph-volume: don't use api.lvm.get_lv_from_argument
Use api.lvm.get_lvs() and api.lvm.get_first_lv() instead and update
tests.
Signed-off-by: Rishabh Dave <ridave@redha...
Rishabh Dave
08:51 AM Revision b2254050 (ceph): ceph-volume: don't use api.lvm.get_lv
Use api.lvm.get_lvs() and api.lvm.get_first_lv() instead and update the
tests.
Signed-off-by: Rishabh Dave <ridave@r...
Rishabh Dave
08:51 AM Revision a6e3c69c (ceph): ceph-volume: don't use api.lvm.PVolumes
Update api.lvm.get_first_pv() and api.lvm.get_pvs() instead and update
tests.
Signed-off-by: Rishabh Dave <ridave@re...
Rishabh Dave
08:51 AM Revision dfe6b1b9 (ceph): ceph-volume: don't use api.lvm.VolumeGroups
Use api.lvm.get_vgs() and api.lvm.get_first_vg() instead and update
tests.
Signed-off-by: Rishabh Dave <ridave@redha...
Rishabh Dave
08:51 AM Revision ca1d3e69 (ceph): ceph-volume: delete devices.lvm.prepare.Prepare.get_lv
Since it calls get_lv_from_argument() internally and use get_first_lv()
instead and update tests.
Signed-off-by: Ris...
Rishabh Dave
08:51 AM Revision 2f5c10c1 (ceph): ceph-volume: don't use class api.lvm.Volumes
Replace code using class Volumes by methods get_lvs() and
get_first_lv(). Also, update the tests accordingly.
Signed...
Rishabh Dave
08:50 AM Revision 399521d6 (ceph): Merge pull request #34532 from rhcs-dashboard/wip-45068-fix-parse-error
mgr/dashboard: Prometheus query error in the metrics of Pools, OSDs and RBD images
Reviewed-by: Alfonso Martínez <al...
Lenz Grimmer
08:50 AM Revision e5d8df1a (ceph): Merge pull request #35576 from sebastian-philipp/cephadm-etc-ceph-ceph-...
mgr/cephadm: Manage /etc/ceph/ceph.conf
Reviewed-by: Joshua Schmid <jschmid@suse.de>
Reviewed-by: Michael Fritch <mf...
Sebastian Wagner
08:46 AM Revision 4bfa514f (ceph): Merge pull request #35565 from bk201/wip-44985
mgr/dashboard: fix wal/db slots controls in the OSD form
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by...
Lenz Grimmer
08:33 AM Dashboard Feature #46209 (Pending Backport): mgr/dashboard: Display check icon instead of true|false in var...
Volker Theile
08:31 AM Revision 15ffb4e7 (ceph): Merge pull request #35779 from votdev/show_yes_no
mgr/dashboard: Display check icon instead of true|false in various datatables
Reviewed-by: Alfonso Martínez <almarti...
Lenz Grimmer
08:30 AM RADOS Bug #46264: mon: check for mismatched daemon versions
Hm. what do yo expect? Upgrade scenarios can become complicated with more than two versions running at the same time ... Sebastian Wagner
08:14 AM Revision 8f1620b3 (ceph): rpm: package crimson-osd in ceph-osd
in hope to simplify the enabling of crimson-osd. as we will use cephadm
as the way for deploying crimson-osd in futur...
Kefu Chai
08:03 AM Orchestrator Bug #44990 (Pending Backport): cephadm: exec: "/usr/bin/ceph-mon": stat /usr/bin/ceph-mon: no suc...
was fixed in master. Sebastian Wagner
08:02 AM Dashboard Feature #46108 (Resolved): mgr/dashboard: add scss linting
Lenz Grimmer
08:01 AM Revision 9b1f949a (ceph): Merge pull request #35615 from ishanrai05/scss-linting
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
07:31 AM CephFS Backport #46190 (In Progress): octopus: mds: cap revoking requests didn't success when the client...
Wei-Chung Cheng
07:31 AM Revision 4677ef5e (ceph): mds: fix filelock state when Fsc is issued
LOCK_MIX is is a transition state for muti MDSs could do read/write
at the same time, but the Fcb caps are not allowe...
Xiubo Li
07:30 AM CephFS Backport #46191 (In Progress): nautilus: mds: cap revoking requests didn't success when the clien...
Wei-Chung Cheng
07:29 AM Revision 72b2aaaf (ceph): mds: fix filelock state when Fsc is issued
LOCK_MIX is is a transition state for muti MDSs could do read/write
at the same time, but the Fcb caps are not allowe...
Xiubo Li
01:17 AM Revision db292da7 (ceph): client: release the client_lock before copying data in read
Fixes: https://tracker.ceph.com/issues/46025
Signed-off-by: Chencan <chen.can2@zte.com.cn>
chencan chencan
01:15 AM Orchestrator Bug #46175 (Fix Under Review): cephadm: orch apply -i: MON and MGR service specs must not have a ...
Michael Fritch
01:14 AM Orchestrator Bug #46268 (Fix Under Review): cephadm: orch apply -i: RGW service spec id might not contain a zone
Michael Fritch
01:10 AM Orchestrator Bug #46268 (Resolved): cephadm: orch apply -i: RGW service spec id might not contain a zone
rgw.yaml... Michael Fritch

06/29/2020

11:53 PM rbd Bug #45437: Segmentation fault in ImageCtx and ObjectCacher::FlusherThread of removed image to Ce...
Feel free to schedule a meeting on my calendar if you are really this bothered. I re-read all my comments and for the... Jason Dillaman
10:52 PM rbd Bug #45437: Segmentation fault in ImageCtx and ObjectCacher::FlusherThread of removed image to Ce...
Jason Dillaman wrote:
> Michael Adam wrote:
> > Jason, I don't understand why you are so negative/dismissive... I t...
Sven Anderson
10:03 PM CephFS Bug #46056 (Resolved): assertion triggered in LRU::lru_touch in ganesha+libcephfs client
The main patch that fixes this in ganesha is here:
https://github.com/nfs-ganesha/nfs-ganesha/commit/e45743b47...
Jeff Layton
09:52 PM CephFS Bug #41541 (Pending Backport): mgr/volumes: ephemerally pin volumes
Patrick Donnelly
09:22 PM RADOS Bug #46266 (Need More Info): Monitor crashed in creating pool in CrushTester::test_with_fork()
Hi. I was creating a new pool and one of my monitors crashed.... Seena Fallah
08:58 PM Bug #46246: missing dep rhel 8: module perl-YAML:1.24:8010020190322131811:a5949e2e-0.x86_64 2
Sebastian Wagner wrote:
> No idea where this comes from. Note that this is Perl-YAML, which is afaik not used by cep...
Deepika Upadhyay
08:48 AM Bug #46246: missing dep rhel 8: module perl-YAML:1.24:8010020190322131811:a5949e2e-0.x86_64 2
No idea where this comes from. Note that this is Perl-YAML, which is afaik not used by cephadm nor ceph-ansible nor t... Sebastian Wagner
07:02 AM Bug #46246 (New): missing dep rhel 8: module perl-YAML:1.24:8010020190322131811:a5949e2e-0.x86_64 2
Problem: conflicting requests
2020-06-26T15:19:14.324 INFO:teuthology.orchestra.run.smithi087.stderr: - nothing pr...
Deepika Upadhyay
08:03 PM Orchestrator Bug #44990: cephadm: exec: "/usr/bin/ceph-mon": stat /usr/bin/ceph-mon: no such file or directory
/a/yuriw-2020-06-29_16:59:21-rados-octopus-distro-basic-smithi/5189862 Neha Ojha
07:57 PM Revision a63b9ca3 (ceph): Merge PR #35826 into master
* refs/pull/35826/head:
mds: fix typo in MDSSocketHook
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:48 PM rgw Support #21178: Create Policy for Auto Archive the File with Time Limitation
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Bug #15036: doc build full of warnings and errors, sphinx-build exits with success
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #13480: rgw: multi site error logs
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Feature #13505: scrub/repair: persist scrub results.
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #13277: rgw: prototype sts implementation
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #13479: rgw: configuration backward compatibility
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #12907: rgw: support object storage-class
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #12607: rgw:multisite: build metadata indexes for full sync
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Feature #12749: add an option for ceph_test_rados to have a very skewed distribution for accesses
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #12124: radosgw-admin command to configure realm, period
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Feature #12601: cmake
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Linux kernel client Fix #11418: rbd: feature bits should be re-read during header refresh
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #11935: rgw: create immutable metadata objects
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #11392: rgw: sync: propagate source zone to sync copy commands
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #11390: rgw: sync: keep state of bucket run-through
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #11391: rgw: sync: use data log for sync schedule
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Linux kernel client Cleanup #11233: decouple header read-in from running checks (supported features, etc)
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Linux kernel client Fix #11234: rbd does many requests to the header on start-up
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Linux kernel client Cleanup #11230: get rid of struct rbd_mapping
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Linux kernel client Cleanup #11232: split up struct rbd_device into struct rbd_device and struct rbd_image
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Linux kernel client Feature #10933: refactor krbd map/unmap paths
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #11137: rgw: sync agent: improved tools
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Support #8462: related to integrity of objects
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM rgw Feature #10854: rgw: sync agent: high-level status view to see overall federated state
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Feature #3273: mon: simple dm-crypt key management
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Subtask #2201: Document old design
Unsetting old target version for open tickets. Patrick Donnelly
06:48 PM Subtask #2203: implement new design
Unsetting old target version for open tickets. Patrick Donnelly
06:44 PM RADOS Bug #43553: mon: client mon_status fails
/ceph/teuthology-archive/yuriw-2020-06-25_22:31:00-fs-octopus-distro-basic-smithi/5180260/teuthology.log Patrick Donnelly
06:40 PM Orchestrator Feature #46265 (Duplicate): test cephadm MDS deployment
right now, the test is broken.
workaround is to apply it manuall: https://github.com/ceph/ceph/blob/cedf2bbd13daba...
Sebastian Wagner
06:10 PM RADOS Bug #46264 (Resolved): mon: check for mismatched daemon versions
There is currently no test to check if the daemon are all running the same version of ceph Tyler Sheehan
06:00 PM rgw-testing Bug #46119: nautilus: s3-hadoop fails with hadoop 2.7.3
went in for v14.2.11 release Nathan Cutler
03:42 PM rgw-testing Bug #46119 (Resolved): nautilus: s3-hadoop fails with hadoop 2.7.3
Casey Bodley
05:58 PM Revision f7838e94 (ceph): vstart: out dir can contain a large number of files
../src/vstart.sh: line 1208: /usr/bin/rm: Argument list too long
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
05:44 PM RADOS Bug #20960: ceph_test_rados: mismatched version (due to pg import/export)
/a/dis-2020-06-28_18:43:20-rados-wip-msgr21-fix-reuse-rebuildci-distro-basic-smithi/5186890 Neha Ojha
05:36 PM RADOS Bug #45761: mon_thrasher: "Error ENXIO: mon unavailable" during sync_force command leads to "fail...
/a/dis-2020-06-28_18:43:20-rados-wip-msgr21-fix-reuse-rebuildci-distro-basic-smithi/5186759 Neha Ojha
05:08 PM rgw Bug #46263 (Resolved): S3 API DELETE /{bucket}?encryption or DELETE /{bucket}?replication remove ...
When calling the S3 API DeleteBucketReplication [1] or DeleteBucketEncryption [2] on a bucket, the rgw delete the buc... Valery Tschopp
05:02 PM RADOS Backport #46262 (Resolved): nautilus: larger osd_scrub_max_preemptions values cause Floating poin...
https://github.com/ceph/ceph/pull/37470 Nathan Cutler
05:01 PM RADOS Backport #46261 (Resolved): octopus: larger osd_scrub_max_preemptions values cause Floating point...
https://github.com/ceph/ceph/pull/36034 Nathan Cutler
04:39 PM rgw Bug #46260 (Duplicate): FAIL: s3tests_boto3.functional.test_s3select.test_alias
... Casey Bodley
04:37 PM rgw Bug #46259 (Duplicate): FAIL: s3tests_boto3.functional.test_s3select.test_datetime
... Casey Bodley
04:33 PM rgw Bug #46258 (Duplicate): FAIL: s3tests_boto3.functional.test_s3select.test_column_sum_min_max
... Casey Bodley
04:32 PM rgw Bug #46257 (Resolved): FAIL: s3tests_boto3.functional.test_s3select
... Casey Bodley
04:28 PM CephFS Bug #37725 (Can't reproduce): mds: stopping MDS with subtrees pinnned cannot finish stopping
Xiubo Li wrote:
> Patrick Donnelly wrote:
> > I believe this is fixed already but needs double-checked. It may also...
Patrick Donnelly
10:01 AM CephFS Bug #37725: mds: stopping MDS with subtrees pinnned cannot finish stopping
Patrick Donnelly wrote:
> I believe this is fixed already but needs double-checked. It may also be fixed by the ephe...
Xiubo Li
03:50 PM Orchestrator Bug #46103: Restart service command restarts all the services and accepts service type too
Sebastian Wagner wrote:
> I think this is actually the correct behavior!
How is it the correct behaviour? If it i...
Varsha Rao
12:23 PM Orchestrator Bug #46103: Restart service command restarts all the services and accepts service type too
I think this is actually the correct behavior! Sebastian Wagner
03:42 PM Revision 0706e1f9 (ceph): Merge pull request #35778 from cbodley/wip-46119
nautilus: test/rgw: update hadoop versions
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Casey Bodley
03:06 PM Orchestrator Bug #46256 (Need More Info): OSDS are getting re-added to the cluster, despite unamanged=True
Sebastian Wagner
03:06 PM Orchestrator Bug #46256 (Can't reproduce): OSDS are getting re-added to the cluster, despite unamanged=True
Sebastian Wagner
02:36 PM Revision cedf2bbd (ceph): Merge pull request #35729 from rzarzynski/wip-bl-deprecate-claim
common/bl, *: deprecate bufferlist::claim() and switch to rvalue-taking operator=()
Reviewed-by: Kefu Chai <kchai@re...
Ilya Dryomov
02:29 PM Revision 014b4cfa (ceph): Merge pull request #35833 from smithfarm/wip-rn_14_2_10
doc/releases/nautilus: add 14.2.10 release notes
Reviewed-By: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek L
02:21 PM rgw Backport #36178 (Rejected): luminous: Update radosgw-admin bucket link command for bucket rename ...
At this extremely late point in the Luminous release cycle, the chance that we would merge a feature backport such as... Nathan Cutler
01:42 PM CephFS Bug #46158 (Triaged): pybind/mgr/volumes: Persist snapshot size on snapshot creation
Patrick Donnelly
01:41 PM CephFS Bug #46218 (Triaged): mds: Add inter MDS messages to the corpus and enforce versioning
Patrick Donnelly
01:39 PM Revision 5300cd6c (ceph): doc/releases/nautilus: add 14.2.10 release notes
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
01:29 PM Revision 0117eb54 (ceph): Merge pull request #35754 from smithfarm/wip-wipe-rn-nautilus
nautilus: doc: PendingReleaseNotes: clean slate for 14.2.11
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Nathan Cutler
01:21 PM Dashboard Bug #46255 (Closed): mgr/dashboard: Password Policy Checker gets not shown.
When changing a password the colored bar with the displaying of it's security is not shown. Enno Gotthold
01:10 PM Orchestrator Bug #46138 (Pending Backport): mgr/dashboard: Error creating iSCSI target
Sebastian Wagner
01:10 PM Revision ef71436b (ceph): Merge pull request #35786 from matthewoliver/cephadm_iscsi_remove_pool_cap
cephadm: ceph-iscsi remove pool from cap
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
01:05 PM Orchestrator Bug #46254 (Can't reproduce): cephadm upgrade test: exit condition is wrong. we have to wait longer
We're exiting the upgrade loop too early. In this case, the OSD didn't had the time to came up again. ... Sebastian Wagner
12:33 PM Revision b1996f2b (ceph): Merge pull request #35800 from jan--f/drive-groups-tidy-interface
py-common/deployment/translate: drop unneeded ctor arg
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
12:26 PM RADOS Bug #46178: slow request osd_op(... (undecoded) ondisk+retry+read+ignore_overlay+known_if_redirec...
https://pulpito.ceph.com/swagner-2020-06-29_09:26:42-rados:cephadm-wip-swagner-testing-2020-06-26-1524-distro-basic-s... Sebastian Wagner
12:24 PM Orchestrator Bug #45016 (Pending Backport): mgr: `ceph tell mgr mgr_status` hangs
Sebastian Wagner
12:21 PM Orchestrator Bug #46038 (Can't reproduce): cephadm mon start failure: Failed to reset failed state of unit cep...
feel free to reopen the issue! Sebastian Wagner
12:21 PM Orchestrator Bug #46038: cephadm mon start failure: Failed to reset failed state of unit ceph-9342dcfe-afd5-11...
the logs are gone. Maybe should put logs here into the tracker. Sebastian Wagner
12:21 PM Dashboard Bug #46210 (Resolved): mgr/dashboard: fix UI of the columns for rgw-bucket-list
Lenz Grimmer
12:20 PM Revision 0be19ba3 (ceph): Merge pull request #35781 from rhcs-dashboard/fix-bucket-list-columns-ui
mgr/dashboard: fix UI of the columns for rgw-bucket-list
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewe...
Lenz Grimmer
12:16 PM Orchestrator Bug #45327: cephadm: Orch daemon add is not idempotent
`daemon add` is too low level. If we want commands to be idempotent, we have to remove calling them cephadm.py Sebastian Wagner
12:14 PM Orchestrator Bug #45167: cephadm: mons are not properly deployed
low, until it happens again. Sebastian Wagner
12:04 PM Orchestrator Tasks #45814 (In Progress): tasks/cephadm.py: Add iSCSI smoke test
Sebastian Wagner
11:54 AM rbd Bug #46139 (Fix Under Review): profile rbd does not allow the use of RBD_INFO
Jason Dillaman
11:45 AM ceph-volume Backport #46250 (In Progress): nautilus: add encryption support to raw mode
Guillaume Abrioux
09:57 AM ceph-volume Backport #46250 (Resolved): nautilus: add encryption support to raw mode
https://github.com/ceph/ceph/pull/35831 Guillaume Abrioux
11:45 AM Revision 44de6e7a (ceph): ceph-volume: remove unused function
This function is never called in raw context, let's remove it.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com...
Guillaume Abrioux
11:44 AM Revision 0fa2a19c (ceph): ceph-volume: add raw testing coverage
This commit adds testing against `ceph-volume raw` subcommand.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com...
Guillaume Abrioux
11:44 AM Revision 02cda364 (ceph): ceph-volume: add dmcrypt support in raw mode
This commit adds the dmcrypt support in `ceph-volume raw` mode.
Note about `ceph-volume raw list` change:
Given `lsb...
Guillaume Abrioux
11:43 AM ceph-volume Backport #46251 (In Progress): octopus: add encryption support to raw mode
Guillaume Abrioux
09:58 AM ceph-volume Backport #46251 (Resolved): octopus: add encryption support to raw mode
https://github.com/ceph/ceph/pull/35830 Guillaume Abrioux
11:42 AM Revision 9898d1d9 (ceph): ceph-volume: remove unused function
This function is never called in raw context, let's remove it.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com...
Guillaume Abrioux
11:42 AM Revision 81bc163b (ceph): ceph-volume: add raw testing coverage
This commit adds testing against `ceph-volume raw` subcommand.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com...
Guillaume Abrioux
11:41 AM Revision 3dc80608 (ceph): ceph-volume: add dmcrypt support in raw mode
This commit adds the dmcrypt support in `ceph-volume raw` mode.
Note about `ceph-volume raw list` change:
Given `lsb...
Guillaume Abrioux
11:29 AM Revision 3fdfd606 (ceph): common/bl, *: deprecate list::claim() in favor of operator=(list&&).
The motivation is that `claim(list&)` seems to actually be a pre-C++11
counterpart of the already available `operator...
Radoslaw Zarzynski
11:25 AM Orchestrator Bug #46253 (Resolved): OSD specs without service_id
... Sebastian Wagner
11:07 AM Orchestrator Bug #46252 (Closed): MGRs should get a random identifier, ONLY if we're co-locating MGRs on the s...
... Sebastian Wagner
10:28 AM Orchestrator Feature #45565: cephadm: A daemon should provide information about itself (e.g. service urls)
See DaemonDescription's service_url Sebastian Wagner
09:48 AM Dashboard Bug #45717 (In Progress): FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
Ernesto Puerta
09:39 AM ceph-volume Feature #45959 (Pending Backport): add encryption support to raw mode
Jan Fajerski
09:30 AM Dashboard Bug #46147: mgr/dashboard: table actions and column headers are not displayed in correct language
Not sure if related. On @ngx-translate/i18n-polyfill's readme, it states a new method should be used for Angular 9.
...
Kiefer Chang
09:05 AM Revision 505b0433 (ceph): mgr/dashboard: Remove useless tab in monitoring/alerts datatable details
Fixes: https://tracker.ceph.com/issues/46249
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
09:04 AM Orchestrator Bug #46245 (Fix Under Review): cephadm: set-ssh-config/clear-ssh-config command doesn't take effe...
Sebastian Wagner
07:01 AM Orchestrator Bug #46245: cephadm: set-ssh-config/clear-ssh-config command doesn't take effect immediately
can you describe you workenv. Deepika Upadhyay
06:52 AM Orchestrator Bug #46245 (Resolved): cephadm: set-ssh-config/clear-ssh-config command doesn't take effect immed...
Cephadm module should reload ssh config when the user sets a new ssh config or clear it.
Kiefer Chang
08:53 AM RADOS Bug #44352: pool listings are slow after deleting objects
This was on the latest nautilus release at the time, the DB should have been on SSD but I don't remember. But good po... Paul Emmerich
08:50 AM RADOS Bug #45381: unfound objects in erasure-coded CephFS
No, this setup is luckily without any cache tiering. It's a completely standard setup with replicated cephfs_metadata... Paul Emmerich
08:45 AM Dashboard Cleanup #46249 (Fix Under Review): mgr/dashboard: Remove useless tab in monitoring/alerts datatab...
Volker Theile
08:29 AM Dashboard Cleanup #46249 (In Progress): mgr/dashboard: Remove useless tab in monitoring/alerts datatable de...
Volker Theile
08:28 AM Dashboard Cleanup #46249 (Resolved): mgr/dashboard: Remove useless tab in monitoring/alerts datatable details
Remove the useless 'Details' tab in the monitoring alerts details, thus it acts like other details pages which only h... Volker Theile
08:30 AM Revision 944fab22 (ceph): mgr/dashboard: extract display_log()
so it can be reused to display log created by other services, for
instance, osd.
Signed-off-by: Kefu Chai <kchai@red...
Kefu Chai
08:30 AM Revision e630bebb (ceph): mgr/dashboard: print osd log as well
see also https://tracker.ceph.com/issues/45717
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:14 AM Revision 2a2cf71b (ceph): mds: fix typo in MDSSocketHook
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
08:08 AM Revision 2ecc1133 (ceph): test/stress_watch: remove unused variable
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com> Changcheng Liu
08:03 AM Dashboard Feature #46248 (New): mgr/dashboard: highlight services with issue
Hi
On the Ceph Dashboard under Services, can you get the line to change to a different color (like red) when the "...
Andy Gold
07:44 AM CephFS Feature #46059 (Fix Under Review): vstart_runner.py: optionally rotate logs between tests
Rishabh Dave
07:14 AM Orchestrator Bug #46247: cephadm mon failure: Error: no container with name or ID ... no such container
http://qa-proxy.ceph.com/teuthology/ideepika-2020-06-25_18:36:29-rados-wip-deepika-testing-2020-06-25-2058-distro-bas... Deepika Upadhyay
07:13 AM Orchestrator Bug #46247 (Can't reproduce): cephadm mon failure: Error: no container with name or ID ... no suc...
... Deepika Upadhyay
06:53 AM Revision 027b4e15 (ceph): mgr/cephadm: reconfig ssh after setting or clearing ssh_config
Fixes: https://tracker.ceph.com/issues/46245
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
Kiefer Chang
05:47 AM Revision 749da74e (ceph): Merge pull request #34311 from cyx1231st/wip-seastar-fix-heartbeat-race
crimson/osd: support 1 lossy connection between a heartbeat peer
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:46 AM Revision 543a8946 (ceph): Merge pull request #35815 from inspur-wyq/wip-doc-radosgw-archive-sync-...
doc/radosgw/archive-sync-module: fix url of "Multisite Configuration"
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:21 AM Revision eece6cf1 (ceph): mgr/dashboard: fix Source column i18n issue in RBD configuration tables
Fixes: https://tracker.ceph.com/issues/43971
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from ...
Kiefer Chang
05:19 AM Dashboard Backport #46198 (In Progress): nautilus: mgr/dashboard: the RBD configuration table has incorrect...
Kiefer Chang
03:39 AM Dashboard Backport #46197 (In Progress): octopus: mgr/dashboard: the RBD configuration table has incorrect ...
Kiefer Chang
03:39 AM Revision bd7cc85d (ceph): mgr/dashboard: fix Source column i18n issue in RBD configuration tables
Fixes: https://tracker.ceph.com/issues/43971
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from ...
Kiefer Chang
02:55 AM Revision f13d9ba8 (ceph): osd/ReplicatedBackend: remove redundant parameter.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> jianpeng ma

06/28/2020

04:45 PM rgw Bug #46243 (Resolved): notification: add more examples notification boto3 README
update: https://github.com/ceph/ceph/blob/master/examples/boto3/README.md
with:
(1) add explanation on signatur...
Yuval Lifshitz
04:16 PM Revision 94f1110a (ceph): crimson/osd: improve readability of Heartbeat::Peer classes
* Add rationales to introduce Heartbeat::Peer class series.
* Find better names for internal interfaces.
Signed-off-...
Yingxin Cheng
01:20 PM Bug #46208 (Resolved): Update to boost 1.73 (fix context support for IBM Z)
Kefu Chai
01:19 PM Revision 1169dee2 (ceph): Merge pull request #35787 from tchaikov/wip-46208
install-deps,cmake: use boost v1.73
Reviewed-By: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
11:13 AM Revision 210c9160 (ceph): crimson/osd: Fixed const correctness in omap_get_header()
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
10:45 AM RADOS Bug #46180 (Fix Under Review): qa: Scrubbing terminated -- not all pgs were active and clean.
Ilya Dryomov
10:40 AM Revision 0852df4e (ceph): Merge pull request #35771 from sebastian-philipp/mypy-0.782
qa,src: update mypy to 0.782
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Kefu Chai
10:39 AM Revision a3c34dc5 (ceph): Merge pull request #35763 from rzarzynski/wip-test-unused-var-in-test_i...
test: fix unused variable warning in test_ino_release_cb.cc.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:38 AM Revision 8c4e636c (ceph): Merge pull request #35666 from inspur-wyq/wip-debian-cmake-version
debian: update cmake version to cmake_minimum_required(VERSION 3.10.2)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:32 AM Revision 779a8df7 (ceph): msg/async/ProtocolV2: always print server_cookie in hex
Currently it's a mix of hex and dec, making it hard to grep for.
Converge on hex to match client_cookie.
Signed-off-...
Ilya Dryomov
10:32 AM Revision baff20a1 (ceph): msg/async/ProtocolV2: take care of features when replacing the socket
reuse_connection() can be called on exproto in BANNER_CONNECTING
(i.e. without peer_supported_features and with tx/rx...
Ilya Dryomov
08:06 AM Revision 852a1f65 (ceph): doc/radosgw/archive-sync-module.rst: fix url of "Multisite Configuration"
Signed-off-by: wangyunqing <wangyunqing@inspur.com> yunqing wang
05:17 AM RADOS Bug #46024 (Pending Backport): larger osd_scrub_max_preemptions values cause Floating point excep...
xie xingguo
12:49 AM Orchestrator Bug #46157 (Resolved): cephadm upgrade test is broken: RGW: failed to bind address 0.0.0.0:80: Pe...
Sebastian Wagner
12:37 AM rbd Bug #45986 (In Progress): importing rbd diff does not apply zero sequences correctly
Awesome, thanks for verifying. Jason Dillaman
12:08 AM rbd Bug #45437: Segmentation fault in ImageCtx and ObjectCacher::FlusherThread of removed image to Ce...
Michael Adam wrote:
> Jason, I don't understand why you are so negative/dismissive... I think the description was fa...
Jason Dillaman

06/27/2020

05:03 PM Dashboard Bug #45717: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
print osd log as well in https://github.com/ceph/ceph/pull/35812 for the root cause of peering. Kefu Chai
04:20 PM RADOS Bug #46242 (New): rados -p default.rgw.buckets.data returning over millions objects No such file ...
Hi Dev,
Due sharding / s3 bugs we synced the bucket of customer to new ones.
Once we tryed to delete we're unab...
Manuel Rios
04:12 PM rgw Documentation #21616 (Resolved): Missing Documentation for radosgw-admin (man pages)
Resolved by https://github.com/ceph/ceph/pull/28329 Nathan Cutler
03:17 PM Revision 5ccfc2d5 (ceph): Merge pull request #35750 from rzarzynski/wip-common-config-dissect-boo...
common, crimson: reuse the interpreter of Option::TYPE_BOOL
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:16 PM Revision d22536af (ceph): Merge pull request #35512 from ZhenLiu94/liuz02
src/mon/MonCommands.h: Remove the redundant right parenthesis in the help message
Reviewed-by: Kefu Chai <kchai@redh...
Kefu Chai
03:15 PM Revision 2fa14e2d (ceph): Merge pull request #35760 from tchaikov/wip-mgr-track-pending-module
mgr: avoid false alarm of MGR_MODULE_ERROR
Reviewed-By: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
03:15 PM RADOS Bug #44595: cache tiering: Error: oid 48 copy_from 493 returned error code -2
/a/kchai-2020-06-27_07:37:00-rados-wip-kefu-testing-2020-06-27-1407-distro-basic-smithi/5183671/ Kefu Chai
02:52 PM bluestore Bug #46054 (Fix Under Review): RocksDBResharding: rocksdb::ColumnFamilySet::~ColumnFamilySet(): A...
Kefu Chai
02:51 PM bluestore Bug #46054: RocksDBResharding: rocksdb::ColumnFamilySet::~ColumnFamilySet(): Assertion `last_ref'...
hi Adam, i am working on this issue. as i've run into it twice. and i feel obliged to fix it. as i failed to identify... Kefu Chai
08:18 AM bluestore Bug #46054: RocksDBResharding: rocksdb::ColumnFamilySet::~ColumnFamilySet(): Assertion `last_ref'...
/a//kchai-2020-06-27_07:37:00-rados-wip-kefu-testing-2020-06-27-1407-distro-basic-smithi/5183643 Kefu Chai
02:48 PM Revision f75e60b6 (ceph): kv/RocksDBStore: use structured binding for better readablity
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:48 PM Revision ed6b5ee2 (ceph): test/objectstore: group subtests using braces
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:48 PM Revision 65110d43 (ceph): kv/RocksDBStore: replace raw ptr with unique_ptr
for better readablity
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:48 PM Revision 327461b2 (ceph): kv/RocksDBStore: use map for tracking cfs
instead of using two vectors, use a map for tracking names and handles
of column families.
Signed-off-by: Kefu Chai ...
Kefu Chai
02:48 PM Revision d5443fed (ceph): kv/RocksDBStore: use unique_ptr for destroying cf
to avoid leak in ColumnFamilySet
Fixes: https://tracker.ceph.com/issues/46054
Signed-off-by: Kefu Chai <kchai@redhat...
Kefu Chai
02:48 PM Revision 63d37bf4 (ceph): kv/RocksDBStore: use scoped_guard for destroying cf
to make sure that the handles are released before db is deleted
Fixes: https://tracker.ceph.com/issues/46054
Signed-...
Kefu Chai
08:25 AM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
... Kefu Chai
04:17 AM Revision ac78fbed (ceph): qa/tasks/vstart_runner.py: be python3 compatible
differentiate `str` and `bytes` instances, and drop python2 support from
vstart_runner.py, as we've moved to python3 ...
Kefu Chai
04:09 AM Revision 84b0d9d8 (ceph): pybind/mgr/dashboard/run-backend-api-tests.sh: use python3 by default
since vstart_runner.py is now py3, let's use python3 by default
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry ...
Kefu Chai
04:09 AM Revision 7e972964 (ceph): doc/dev/developer_guide: use python3 to launch vstart_runner.py
as vstart_runner.py is compatible with python3, and so is the tests
under `qa/` directory.
and use `pip` to install ...
Kefu Chai

06/26/2020

08:22 PM Revision 7b12a033 (ceph): Merge pull request #35807 from cbodley/wip-qa-rgw-ceph-octopus
octopus: qa/rgw: run external tests against ceph-octopus branch
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
08:03 PM Revision 7c6e0a14 (ceph): octopus: qa/rgw: run external tests against ceph-octopus branch
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
07:27 PM RADOS Bug #46178: slow request osd_op(... (undecoded) ondisk+retry+read+ignore_overlay+known_if_redirec...
http://pulpito.ceph.com/mgfritch-2020-06-26_02:07:27-rados-wip-mgfritch-testing-2020-06-25-1855-distro-basic-smithi/... Michael Fritch
07:12 PM Messengers Feature #46226 (In Progress): msg: Messenger should log when it reaches the DispatchQueue throttl...
Patrick Donnelly
11:09 AM Messengers Feature #46226 (Fix Under Review): msg: Messenger should log when it reaches the DispatchQueue th...
Right now there is no low debug output indicating that the throttle is reached which, in production, can give the app... Jos Collin
06:52 PM rgw Bug #46241 (New): rgw: website request without trailing slash should redirect with 302 Found
According to the AWS S3 doc [1]:
> ... the following URL, with a trailing slash, returns the photos/index.html i...
Dan van der Ster
06:21 PM RADOS Bug #46180: qa: Scrubbing terminated -- not all pgs were active and clean.
Here's a reliable reproducer for the issue:
-s rados/singleton-nomsgr -c master --filter 'all/health-warnings rado...
Neha Ojha
06:50 AM RADOS Bug #46180: qa: Scrubbing terminated -- not all pgs were active and clean.
I think it has to do with reconnect handling and how connections are reused.
This part of ProtocolV2 is pretty fra...
Ilya Dryomov
05:04 AM RADOS Bug #46180: qa: Scrubbing terminated -- not all pgs were active and clean.
This is a msgr2.1 issue.
Ilya Dryomov
05:54 PM rgw Backport #46240 (In Progress): luminous: radosgw-admin manpage still documents "region" and "regi...
Nathan Cutler
05:14 PM rgw Backport #46240 (Rejected): luminous: radosgw-admin manpage still documents "region" and "region-...
https://github.com/ceph/ceph/pull/35806 Nathan Cutler
05:49 PM Orchestrator Bug #46233 (Fix Under Review): cephadm: Add "--format" option to "ceph orch status"
Ricardo Marques
05:37 PM Orchestrator Bug #46233 (In Progress): cephadm: Add "--format" option to "ceph orch status"
Ricardo Marques
04:55 PM Orchestrator Bug #46233: cephadm: Add "--format" option to "ceph orch status"
we're talking about a function that is 3 LOCs. having multiple tracker issues for this just feels wrong to me. Sebastian Wagner
04:35 PM Orchestrator Bug #46233: cephadm: Add "--format" option to "ceph orch status"
Nathan Cutler wrote:
> This is actual two different issues ("--format option missing" and "SSH error does not affect...
Ricardo Marques
03:16 PM Orchestrator Bug #46233: cephadm: Add "--format" option to "ceph orch status"
This is actual two different issues ("--format option missing" and "SSH error does not affect exit status"). Maybe us... Nathan Cutler
03:08 PM Orchestrator Bug #46233 (Resolved): cephadm: Add "--format" option to "ceph orch status"
ATM it's not possible to specify the output format for "ceph orch status":... Ricardo Marques
05:48 PM RADOS Bug #46225 (Triaged): Health check failed: 1 osds down (OSD_DOWN)
Neha Ojha
05:39 PM RADOS Bug #46225: Health check failed: 1 osds down (OSD_DOWN)
Also, related to https://tracker.ceph.com/issues/46180... Neha Ojha
10:57 AM RADOS Bug #46225 (Duplicate): Health check failed: 1 osds down (OSD_DOWN)
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/5176410
2020-06-2...
Sridhar Seshasayee
05:35 PM bluestore Bug #46054: RocksDBResharding: rocksdb::ColumnFamilySet::~ColumnFamilySet(): Assertion `last_ref'...
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/5176446 Neha Ojha
05:34 PM RADOS Bug #46227 (Duplicate): Segmentation fault when running ceph_test_keyvaluedb command as part of a...
Duplicate of https://tracker.ceph.com/issues/46054 Neha Ojha
11:19 AM RADOS Bug #46227 (Duplicate): Segmentation fault when running ceph_test_keyvaluedb command as part of a...
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/5176446
Unfortunate...
Sridhar Seshasayee
05:31 PM RADOS Bug #46179 (Triaged): Health check failed: Reduced data availability: PG_AVAILABILITY
Neha Ojha
05:11 PM RADOS Bug #46179: Health check failed: Reduced data availability: PG_AVAILABILITY
This failure is different from the one seen in the RGW suite earlier due to upmap. This is related to https://tracker... Neha Ojha
07:32 AM RADOS Bug #46179: Health check failed: Reduced data availability: PG_AVAILABILITY
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/
job ID: 5176200
F...
Sridhar Seshasayee
05:31 PM RADOS Bug #46224 (Fix Under Review): Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)
Neha Ojha
10:44 AM RADOS Bug #46224 (Resolved): Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/5176341 and
/a/ssesha...
Sridhar Seshasayee
05:30 PM RADOS Bug #46222 (In Progress): Cbt installation task for cosbench fails.
Neha Ojha
09:03 AM RADOS Bug #46222: Cbt installation task for cosbench fails.
See /a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/5176322 as well Sridhar Seshasayee
09:00 AM RADOS Bug #46222 (Won't Fix): Cbt installation task for cosbench fails.
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/5176309
2020-06-2...
Sridhar Seshasayee
05:13 PM rgw Documentation #46239 (Pending Backport): radosgw-admin manpage still documents "region" and "regi...
Nathan Cutler
05:09 PM rgw Documentation #46239 (Resolved): radosgw-admin manpage still documents "region" and "region-map" ...
From the radosgw-admin manpage:... Nathan Cutler
04:48 PM RADOS Feature #46238 (New): raise a HEALTH warn, if OSDs use the cluster_network for the front
Related to: https://tracker.ceph.com/issues/46230 Michal Nasiadka
04:46 PM mgr Bug #46230: front_addr and cluster_network leads to hanging MGR
Actually I noticed that some of my OSDs have front_addr in cluster_network - which is not accessible from Ceph monito... Michal Nasiadka
03:08 PM mgr Bug #46230: front_addr and cluster_network leads to hanging MGR
ceph cephadm * commands also hang Michal Nasiadka
12:20 PM mgr Bug #46230 (Won't Fix): front_addr and cluster_network leads to hanging MGR
Since a day or so - all ceph orch commands are failing (although all other ceph commands run fine)
even after enab...
Michal Nasiadka
04:33 PM Orchestrator Bug #46237 (Won't Fix): cephadm: Inconsistent exit code
If SSH keys are not available, then `ceph orch status` return code is zero:... Ricardo Marques
03:50 PM Dashboard Subtask #46236 (New): Move performance counters to their corresponding resources
Perf-counters (/perf_counter/{mgr,mon,osd,...}/{id}) should be moved under their corresponding resources (/{mgr,mon,o... Anonymous
03:44 PM Revision fb194714 (ceph): Merge pull request #35801 from yuriw/wip-yuriw-rgw-octopus
qa/test: fixed s3tests, changed to `force-branch: ceph-octopus`
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:35 PM CephFS Backport #46235 (Resolved): nautilus: pybind/mgr/volumes: volume deletion not always removes the ...
https://github.com/ceph/ceph/pull/36167 Nathan Cutler
03:35 PM CephFS Backport #46234 (Resolved): octopus: pybind/mgr/volumes: volume deletion not always removes the a...
https://github.com/ceph/ceph/pull/36327 Nathan Cutler
03:03 PM Dashboard Bug #46232 (In Progress): mgr/dashboard: cdCopy2ClipboardButton does no longer support 'formatted...
Tatjana Dehler
02:53 PM Dashboard Bug #46232 (Resolved): mgr/dashboard: cdCopy2ClipboardButton does no longer support 'formatted' a...
The 'formatted' attribute of the cdCopy2ClipboardButton was removed in https://github.com/ceph/ceph/pull/34294 and is... Tatjana Dehler
03:03 PM Revision 263f9aef (ceph): mgr/dashboard: remove `formatted` attr
The `formatted` attribute has been removed from the
`cdCopy2ClipboardButton` directive and is no longer
needed.
Fixe...
Tatjana Dehler
02:43 PM Revision eb5344a5 (ceph): make-dist: redistribute boost 1.73
Fixes: https://tracker.ceph.com/issues/46208
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:43 PM Revision 66bf2602 (ceph): json_spirit: avoid using bind placeholders in global namespace
to silence the warning from boost v1.73, like
json_spirit/json_spirit_reader.cpp:7:
/opt/ceph/include/boost/bind.hpp...
Kefu Chai
01:47 PM Revision 46f08c6c (ceph): qa/test: fixed s3tests, changed to `force-branch: ceph-octopus`
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
01:21 PM Revision d1a5300a (ceph): mgr/dashboard: Fix doc endpoints
UiApi endpoints were broken because the same base URL was used for
both UiApi and Api endpoints.
There were two issu...
fabrizio8
01:20 PM Orchestrator Bug #46231 (Fix Under Review): translate.to_ceph_volume: no need to pass the drive group
Jan Fajerski
01:18 PM Orchestrator Bug #46231 (Resolved): translate.to_ceph_volume: no need to pass the drive group
The interface of translate.to_ceph_volume is needlessly complex as it takes a reference to the drive group, that is p... Jan Fajerski
01:18 PM Revision 1a485406 (ceph): py-common/deployment/translate: drop unneeded ctor arg
The DriveGroupSpec is already part of the DriveSelection.
Fixes: https://tracker.ceph.com/issues/46231
Signed-off-b...
Jan Fajerski
12:17 PM RADOS Backport #46229 (In Progress): octopus: Ceph Monitor heartbeat grace period does not reset.
Sridhar Seshasayee
12:14 PM RADOS Backport #46229 (New): octopus: Ceph Monitor heartbeat grace period does not reset.
Sridhar Seshasayee
11:48 AM RADOS Backport #46229 (Resolved): octopus: Ceph Monitor heartbeat grace period does not reset.
https://github.com/ceph/ceph/pull/35799 Sridhar Seshasayee
12:17 PM Revision 3bd4e239 (ceph): mon/OSDMonitor: Reset grace period if failure interval exceeds a thresh...
Reset the grace hearbeat period if there have been no failures since the
set threshold value (48 Hrs). The mon_osd_la...
Sridhar Seshasayee
12:13 PM RADOS Backport #46228 (In Progress): nautilus: Ceph Monitor heartbeat grace period does not reset.
Sridhar Seshasayee
12:13 PM RADOS Backport #46228 (New): nautilus: Ceph Monitor heartbeat grace period does not reset.
Sridhar Seshasayee
11:47 AM RADOS Backport #46228 (Resolved): nautilus: Ceph Monitor heartbeat grace period does not reset.
https://github.com/ceph/ceph/pull/35798 Sridhar Seshasayee
12:13 PM Revision 41f83437 (ceph): mon/OSDMonitor: Reset grace period if failure interval exceeds a thresh...
Reset the grace hearbeat period if there have been no failures since the
set threshold value (48 Hrs). The mon_osd_la...
Sridhar Seshasayee
11:48 AM Dashboard Backport #45475 (In Progress): octopus: qa: mgr/dashboard: Replace Telemetry module in REST API test
Laura Paduano
11:47 AM Revision 328a6448 (ceph): qa: mgr/dashboard: Replace Telemetry module in REST API test
Fixes: https://tracker.ceph.com/issues/45109
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from com...
Volker Theile
11:43 AM RADOS Bug #45943 (Pending Backport): Ceph Monitor heartbeat grace period does not reset.
Sridhar Seshasayee
11:37 AM mgr Backport #45786 (In Progress): octopus: dashboard/rbd: Add button to copy the bootstrap token int...
Laura Paduano
11:36 AM Revision 179b2a0f (ceph): mgr/dashboard: Use Web Clipboard API to copy to clipboard
Replace the deprecated Document.execCommand with Web Clipboard API.
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
...
Ishan Rai
11:36 AM Revision 5e40752d (ceph): mgr/dashboard: Add button to copy the bootstrap token into the clipboard
Fixes issue: https://tracker.ceph.com/issues/44681
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
(cherry picked fr...
Ishan Rai
11:35 AM Dashboard Backport #45449 (In Progress): octopus: mgr/dashboard: The max. buckets field in RGW user form sh...
Laura Paduano
11:35 AM Revision d6b0e8c1 (ceph): mgr/dashboard: The max. buckets field in RGW user form should be pre-fi...
Fixes: https://tracker.ceph.com/issues/45204
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from com...
Volker Theile
11:26 AM mgr Backport #46117 (In Progress): octopus: "ActivePyModule.cc: 54: FAILED ceph_assert(pClassInstance...
Laura Paduano
11:26 AM Revision 8b33a29f (ceph): Merge pull request #35490 from sseshasa/wip-grace-interval-timer-reset
mon/OSDMonitor: Reset grace period if failure interval exceeds a threshold.
Reviewed-by: Josh Durgin <jdurgin@redhat...
Sridhar Seshasayee
11:25 AM Revision c82f229f (ceph): mgr: fix race between module load and notify
When starting a module, there was a time window between we
registered the module in the module list and loaded it in ...
Mykola Golub
11:22 AM mgr Backport #46183 (In Progress): octopus: ceph config show does not display fsid correctly
Laura Paduano
11:22 AM Revision 5d2f3ac5 (ceph): mgr/DaemonServer.cc: make 'config show' on fsid work
This follows 5661dd75efd48251b7f433b1ffe01c9c52906e96, which added special
handling for "config get" to work on fsid....
Neha Ojha
11:14 AM RADOS Documentation #46203 (Resolved): docs.ceph.com is down
docs.ceph.com returned four hours later. Zac Dover
10:55 AM Revision 626330c5 (ceph): rgw: fix double slash (//) killing the gateway
When a bucket is inialized as a static website, a curl request on the bucket with double slash kills the gateway.
The...
root
10:27 AM Revision 78f3473f (ceph): qa,src: update mypy to 0.782
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:09 AM Revision 16763175 (ceph): Merge pull request #35791 from tchaikov/wip-mock-rados
script/gen_static_command_descriptions: add mock for rados python binding
Reviewed-by: Sebastian Wagner <sebastian.w...
Kefu Chai
09:48 AM Revision a0194ef9 (ceph): script/gen_static_command_descriptions: add mock for rados python binding
to address issue like
Traceback (most recent call last):
File "/home/jenkins-build/build/workspace/ceph-pr-docs/do...
Kefu Chai
09:43 AM Dashboard Cleanup #45146 (Duplicate): mgr/dashboard: error and loading panel cleanup
Tatjana Dehler
09:36 AM Revision 40f08b3b (ceph): cmake: update FindBoost.cmake for 1.73
adapted from
https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake
commit b76b4dea1cd60e9899fd64160290...
Kefu Chai
09:36 AM Revision 7fe16eb0 (ceph): cmake: download and build boost 1.73 if it is not installed
Fixes: https://tracker.ceph.com/issues/46208
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:21 AM Dashboard Bug #46223 (Closed): test_log_perms (tasks.mgr.dashboard.test_logs.LogsTest): Timed out after 20s
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2384/... Sebastian Wagner
09:20 AM Revision a0c91f94 (ceph): install-deps.sh: use ceph-libboost1.73
Fixes: https://tracker.ceph.com/issues/46208
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:15 AM Revision f199b937 (ceph): Merge pull request #34744 from ceph/rhbz-1827349
ceph-volume: handle idempotency with batch and explicit scenarios Jan Fajerski
09:11 AM Revision 52402631 (ceph): doc/man/8/ceph-objectstore-tool.rst: remove duplicate lines
Signed-off-by: Fabian Bonk <fabian.bonk@croit.io> Fabian Bonk
09:05 AM Revision e51dfa79 (ceph): mgr/dashboard: increase API test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharm...
Aashish Sharma
08:40 AM RADOS Bug #24057: cbt fails to copy results to the archive dir
Observed the issue during this run:
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distr...
Sridhar Seshasayee
08:39 AM Dashboard Bug #45717: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2267/... Sebastian Wagner
08:38 AM Revision 4fc128bb (ceph): Merge pull request #35468 from guits/guits-raw_dmcrypt
ceph-volume: add dmcrypt support in raw mode Sébastien Han
08:36 AM Dashboard Bug #46221 (New): test_selftest_cluster_log (tasks.mgr.test_module_selftest.TestModuleSelftest): ...
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2387/... Sebastian Wagner
08:34 AM Revision 7fb444a7 (ceph): mgr/dashboard: run lint and fix scripts in parallel
use npm-run-all package to run all the lint scripts and fix
scripts in parallel
Fixes: https://tracker.ceph.com/issu...
Ishan Rai
08:12 AM Bug #46220 (Can't reproduce): Packages not found while performing upgrade test from nautilus ver:...
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/5176251
Description...
Sridhar Seshasayee
08:06 AM Orchestrator Cleanup #46219 (Resolved): cephadm: remove DaemonDescription.service_id()
It just doen't work out.
@DaemonDescription.service_id()@ is *impossible* to implement, as there is no clear rela...
Sebastian Wagner
08:06 AM Bug #46208 (Fix Under Review): Update to boost 1.73 (fix context support for IBM Z)
Kefu Chai
07:28 AM RADOS Bug #44595: cache tiering: Error: oid 48 copy_from 493 returned error code -2
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-distro-basic-smithi/
job ID: 5176184
...
Sridhar Seshasayee
07:18 AM RADOS Bug #45441: rados: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN)" in cluster log'
Observing the issue during this run:
/a/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-2020-06-24-1858-dist...
Sridhar Seshasayee
07:06 AM Revision 16473d41 (ceph): Merge pull request #35770 from tchaikov/wip-install-deps
install-deps.sh: drop el7 bits and uninstall python-sphinx if sphinx-build is in python2
Reviewed-by: Lenz Grimmer <...
Kefu Chai
05:29 AM CephFS Bug #46218 (Triaged): mds: Add inter MDS messages to the corpus and enforce versioning
Now that the current and the new inter-MDS messages are "guaranteed to be of type MMDSOp":https://tracker.ceph.com/is... Jos Collin
04:38 AM RADOS Bug #46125: ceph mon memory increasing
I will try with default settings for the monitor. With current config file parameters, the monitor is using 1GB.
I...
Ashish Nagar
03:41 AM Orchestrator Feature #45654 (Rejected): orchestrator: support OSDs backed by LVM LV/VG
Sebastian Wagner wrote:
> Is this something we need to improve in ceph-volume?
I don't think so. The origin for t...
Paul Cuzner
12:25 AM Dashboard Subtask #46181 (In Progress): Consolidate OSD mark endpoints
Anonymous
12:15 AM Revision 8cf51251 (ceph): cephadm: ceph-iscsi remove pool from cap
When we create a ceph-iscsi daemon/continer in cephadm we create a user
and set some caps. Turns out we were a little...
Matthew Oliver
12:07 AM rgw Bug #45955: [rgw] listing bucket via s3 hangs on "ordered bucket listing requires read #1"
As weird as it sounds, setting debug_rgw to 20/1 circumvents the issue.
See the mailing list thread: https://www.s...
Mariusz Gronczewski
12:03 AM Orchestrator Bug #46138: mgr/dashboard: Error creating iSCSI target
kk, will remove it :) Matthew Oliver

06/25/2020

11:59 PM mgr Bug #45331: Segmentation fault
Hi Fedor, I believe this problem is the same as #46216. Can you check that the cluster log shows gibberish MDS name f... Patrick Donnelly
11:56 PM Revision f8aaf950 (ceph): mon/MDSMonitor: copy MDS info which may be removed
Otherwise the log entry will contain garbage (and crash the mgr).
Fixes: https://tracker.ceph.com/issues/46216
Signe...
Patrick Donnelly
11:56 PM RADOS Bug #46216 (Resolved): mon: log entry with garbage generated by bad memory access
Causes the mgr to segmentation fault:... Patrick Donnelly
11:05 PM Orchestrator Bug #46134: ceph mgr should fail if it cannot add osd
Nope, cannot trace any process logs as well anywhere, appears to be just a log print. Deepika Upadhyay
02:27 PM Orchestrator Bug #46134: ceph mgr should fail if it cannot add osd
hm strange. did that host appear after a while? Sebastian Wagner
11:04 PM Orchestrator Bug #46038: cephadm mon start failure: Failed to reset failed state of unit ceph-9342dcfe-afd5-11...
recurrent failure observed in Fedora 31 and Ubuntu 18.04( although after removing the stale cluster rerun on Ubuntu s... Deepika Upadhyay
10:27 PM RADOS Bug #46178: slow request osd_op(... (undecoded) ondisk+retry+read+ignore_overlay+known_if_redirec...
/a/yuvalif-2020-06-23_14:40:15-rgw-wip-yuval-test-35331-35155-distro-basic-smithi/5173465
Seems very likely to hav...
Neha Ojha
09:37 PM Revision 8415e756 (ceph): Merge PR #31726 into master
* refs/pull/31726/head:
mds: MDS-MDS message classes inherit from MMDSOp
mds: MMDSOp implementation and detect unve...
Patrick Donnelly
09:37 PM CephFS Bug #41565 (Resolved): mds: detect MDS<->MDS messages that are not versioned
Patrick Donnelly
09:35 PM Revision 0e645ce0 (ceph): Merge PR #34878 into master
* refs/pull/34878/head:
libcephfs: mark ceph_stat() family functions deprecated
Reviewed-by: Patrick Donnelly <pdon...
Patrick Donnelly
09:34 PM Revision dd566962 (ceph): Merge PR #35323 into master
* refs/pull/35323/head:
tool: change coding style, indent with two spaces
Reviewed-by: Zheng Yan <zyan@redhat.com>
...
Patrick Donnelly
09:33 PM CephFS Bug #45910 (Pending Backport): pybind/mgr/volumes: volume deletion not always removes the associa...
Patrick Donnelly
09:33 PM CephFS Bug #46101 (Resolved): qa: set omit_sudo to False for cmds executed with sudo
Patrick Donnelly
09:33 PM Revision bba0cb87 (ceph): Merge PR #35420 into master
* refs/pull/35420/head:
mgr/volumes: Fix pool removal on volume deletion
Reviewed-by: Ramana Raja <rraja@redhat.com...
Patrick Donnelly
09:32 PM Revision e26ad4e8 (ceph): Merge PR #35624 into master
* refs/pull/35624/head:
include: cleanup lru con/des
Reviewed-by: Jos Collin <jcollin@redhat.com>
Patrick Donnelly
09:31 PM Revision 4636a1bd (ceph): Merge PR #35664 into master
* refs/pull/35664/head:
qa: add omit_sudo=False for commands ran with sudo
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
09:16 PM Revision f06e60b5 (ceph): mgr/mgr_module: metadata is fetched async
fetch metadata using a defaultdict
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
09:16 PM Revision 4006fff4 (ceph): mgr/status: metadata is fetched async
fix timing window during mds rejoin where metadata is not available
Fixes: https://tracker.ceph.com/issues/45633
Sig...
Michael Fritch
09:09 PM RADOS Bug #46125 (Need More Info): ceph mon memory increasing
Can you try with the default settings for the monitor? What level of memory usage are you seeing exactly?
There is...
Josh Durgin
08:47 PM Revision 2c9eb8e8 (ceph): rgw: cr: add coroutine stack id
The stack id is unique per cr stack manager, and can be used to identify
collected stacks.
Signed-off-by: Yehuda Sad...
Yehuda Sadeh
08:31 PM CephFS Bug #46213 (Rejected): qa: pjd test reports odd EIO errors
Probably caused by: https://github.com/ceph/ceph/pull/35725/files Patrick Donnelly
06:00 PM CephFS Bug #46213 (Rejected): qa: pjd test reports odd EIO errors
... Patrick Donnelly
07:53 PM Revision 20e8286f (ceph): ceph-volume: remove unused function
This function is never called in raw context, let's remove it.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Guillaume Abrioux
07:53 PM Revision 7bb811c3 (ceph): ceph-volume: add raw testing coverage
This commit adds testing against `ceph-volume raw` subcommand.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Guillaume Abrioux
07:50 PM Revision 159c30d2 (ceph): ceph-volume: add dmcrypt support in raw mode
This commit adds the dmcrypt support in `ceph-volume raw` mode.
Note about `ceph-volume raw list` change:
Given `lsb...
Guillaume Abrioux
07:40 PM RADOS Bug #46180: qa: Scrubbing terminated -- not all pgs were active and clean.
The common thing in all of these is that the tests are all failing while running the ceph task, no thrashing or anyth... Neha Ojha
03:15 PM RADOS Bug #46180: qa: Scrubbing terminated -- not all pgs were active and clean.
Saw the same error during this run:
http://pulpito.ceph.com/sseshasa-2020-06-24_17:46:09-rados-wip-sseshasa-testing-...
Sridhar Seshasayee
07:28 PM Revision 0d86481e (ceph): rgw: cr drain calls callbacks unconditionally
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
07:15 PM Revision abd2deec (ceph): rgw: cr: tool for spawn window management
Will make it possible to avoid duplicating lots of boilerplate code
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
07:15 PM Revision d8d598d5 (ceph): rgw: data sync: refactor boilerplate spawn window handling
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
07:03 PM Dashboard Backport #46214 (Resolved): octopus: mgr/dashboard: Add host labels in UI
https://github.com/ceph/ceph/pull/35893 Nathan Cutler
06:47 PM Revision b2453e9c (ceph): Merge PR #35757 into master
* refs/pull/35757/head:
doc: update cephfs metadata pool recovery procedure
Reviewed-by: Douglas Fuller <dfuller@re...
Patrick Donnelly
06:28 PM Revision ec03ea10 (ceph): Merge pull request #35780 from sebastian-philipp/octopus-qa-cephad-upgr...
octopus: qa/cephadm/upgrade: Exclude RGW for now
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
06:26 PM mgr Feature #46212 (In Progress): mgr/prometheus: allow users to export metrics of lower priorities
Ernesto Puerta
05:45 PM mgr Feature #46212 (In Progress): mgr/prometheus: allow users to export metrics of lower priorities
Currently Prometheus exporter uses the default prio_limit (@PRIO_USEFUL@) for thesholding the metrics to export. As u... Ernesto Puerta
06:18 PM Dashboard Feature #45757 (Fix Under Review): mgr/dashboard: Use ng-bootstrap for Datepicker
Tiago Melo
06:06 PM Revision c5239d8c (ceph): Merge pull request #35537 from sebastian-philipp/cephadm-yaml-ordered-r...
mgr/orch: increase readability for yaml representation Sebastian Wagner
06:05 PM Revision 37d1815f (ceph): Merge pull request #35274 from jmolmo/issue_45726
cephadm: error trying to get ceph auth entry for crash daemon
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
05:42 PM Revision 2b621ce6 (ceph): Merge pull request #35774 from theanalyst/octopus-rgw-cors-fixes
octopus: rgw: sanitize newlines in s3 CORSConfiguration's ExposeHeader
Reviewed-By: Josh Durgin <jdurgin@redhat.com>...
Abhishek L
05:32 PM Revision b340acf6 (ceph): 14.2.10
Jenkins Build Slave User
05:29 PM RADOS Bug #46211 (Duplicate): qa: pools stuck in creating
Patrick Donnelly
05:26 PM RADOS Bug #46211 (Duplicate): qa: pools stuck in creating
During cluster setup for the CephFS suites, we see this failure:... Patrick Donnelly
05:26 PM Revision 6b4475f3 (ceph): Merge pull request #35775 from theanalyst/nautilus-rgw-cors-fixes
nautilus: rgw: sanitize newlines in s3 CORSConfiguration's ExposeHeader
Reviewed-By: Josh Durgin <jdurgin@redhat.com...
Abhishek L
05:25 PM Revision ea0a3371 (ceph): Merge pull request #35773 from theanalyst/master-rgw-cors-fixes
rgw: sanitize newlines in s3 CORSConfiguration's ExposeHeader
Reviewed-By: Casey Bodley <cbodley@redhat.com>
Reviewe...
Abhishek L
05:08 PM Dashboard Bug #46210 (Fix Under Review): mgr/dashboard: fix UI of the columns for rgw-bucket-list
Avan Thakkar
04:52 PM Dashboard Bug #46210 (Resolved): mgr/dashboard: fix UI of the columns for rgw-bucket-list
Object Gateway - Buckets - Usage bar column - > sort ; needs a little more space and also Owner,Capacity Limit% and O... Avan Thakkar
04:56 PM Revision aeed2181 (ceph): mgr/dashboard: fix UI of the columns for rgw-bucket-list
Fixes: https://tracker.ceph.com/issues/46210
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Avan Thakkar
04:40 PM Revision 0603aa68 (ceph): doc: update cephfs metadata pool recovery procedure
This is mostly clarifying a few things after personally experimenting
with this.
Signed-off-by: Patrick Donnelly <pd...
Patrick Donnelly
03:47 PM Revision 947d82f9 (ceph): Merge pull request #35695 from sebastian-philipp/mypy-rm-global-ignore-...
mypy.ini: Remove global `ignore_missing_imports = True`
Reviewed-by: Thomas Bechtold <tbechtold@suse.com>
Sebastian Wagner
03:46 PM Revision 47748de3 (ceph): Merge pull request #35762 from sebastian-philipp/doc-dev-rm-confusing.txt
doc/dev: remove confusing.txt
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sebastian Wagner
03:44 PM RADOS Bug #39039: mon connection reset, command not resent
Hitting this issue on octopus, Fedora 32:... Sunny Kumar
03:43 PM Orchestrator Bug #46132 (Duplicate): cephadm: Failed to add host in cephadm through command 'ceph orch host ad...
Sebastian Wagner
11:45 AM Orchestrator Bug #46132: cephadm: Failed to add host in cephadm through command 'ceph orch host add node1'
Error stack trace::
_Promise failed Traceback (most recent call last): File "/usr/share/ceph/mgr/cephadm/module.py...
Sathvik Vutukuri
03:37 PM Revision 575b5668 (ceph): qa/cephadm/upgrade: Exclude RGW for now
tasks/cephadm.py gained RGW support very recently and
I'm now facing a dilemman:
* Either we set the upgrade start t...
Sebastian Wagner
03:37 PM Revision 0acf6238 (ceph): qa/cephadm/upgrade: use quay.ceph.io
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit ab1d42c991037741064f35a9e881c7...
Sebastian Wagner
03:33 PM rgw-testing Bug #46119 (Fix Under Review): nautilus: s3-hadoop fails with hadoop 2.7.3
Casey Bodley
03:28 PM Revision 21a9fb9a (ceph): Merge pull request #35503 from sebastian-philipp/rm-daemon-ok-to-stop
mgr/cephadm: move ok_to_stop to CephadmService
Reviewed-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
Reviewed-by: Mic...
Sebastian Wagner
03:25 PM Revision d2e7b0e8 (ceph): Merge pull request #35761 from sebastian-philipp/qa-cephad-upgrade-no-rgw
qa/cephadm/upgrade: Exclude RGW for now
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
03:07 PM Dashboard Feature #46209 (Fix Under Review): mgr/dashboard: Display check icon instead of true|false in var...
Volker Theile
02:55 PM Dashboard Feature #46209 (Resolved): mgr/dashboard: Display check icon instead of true|false in various dat...
Convert the boolean values true|false to a check icon in datatable columns.
Example:
!before.png!
Volker Theile
03:05 PM Revision a094e841 (ceph): Merge pull request #33228 from galsalomon66/s3select_integration_into_R...
rgw: add s3select support Matt Benjamin
03:05 PM Revision 277b3f63 (ceph): mgr/dashboard: Display check icon instead of true|false in various data...
- Convert the boolean values true|false to a check icon in datatable columns.
- Remove unused code in the user manage...
Volker Theile
02:56 PM Dashboard Bug #45528: mgr/dashboard:ceph-api-nautilus-backend AssertionError "test_standby_disable_redirect...
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2323/... Sebastian Wagner
02:55 PM Revision a27334c9 (ceph): Merge pull request #35593 from p-se/wip-pse-cephadm-grafana-fix-version
mgr/cephadm: use fixed Grafana version
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:50 PM Orchestrator Feature #44886: cephadm: allow use of authenticated registry
... Sebastian Wagner
02:43 PM Bug #46208 (Resolved): Update to boost 1.73 (fix context support for IBM Z)
Boost version 1.73 now provides working support for boost::context (and therefore coroutines) on the Linux on IBM Z (... Ulrich Weigand
02:42 PM Revision c3dd45ce (ceph): qa/rgw: remove test against hadoop v2.8.5
the hadoop branch rel/release-2.8.5 fails to build with:
[INFO] ----------------------------------------------------...
Casey Bodley
02:42 PM Revision b5a06c47 (ceph): qa/tests: update hadooop versions used for test
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
(cherry picked from commit badd61f10f5c243322d41e85d08474190d13809e)
Vasu Kulkarni
02:42 PM Revision 46ea7b99 (ceph): qa/rgw: remove test against hadoop trunk
hadoop's trunk fails to build with many 'package does not exist' errors:
[INFO] 100 errors
[INFO] ------------------...
Casey Bodley
02:24 PM rgw Bug #45154 (Need More Info): the command "radosgw-admin orphans list-jobs" failed
Casey Bodley
02:23 PM Orchestrator Bug #46206: cephadm: podman 2.0
looks like cephadm is not podman 2.0 compatible Sebastian Wagner
11:57 AM Orchestrator Bug #46206: cephadm: podman 2.0
May be related to https://github.com/ceph/ceph/pull/32995. Patrick Seidensal
11:52 AM Orchestrator Bug #46206 (Rejected): cephadm: podman 2.0
... Patrick Seidensal
02:18 PM rgw Bug #43536 (Resolved): [pubsub] remove deprecated radogw-admin pubsub creation commands
Casey Bodley
02:18 PM RADOS Documentation #46203 (In Progress): docs.ceph.com is down
I'm afraid this is outside my control. We're at the mercy of our cloud provider. Pretty sure it's this: http://trav... David Galloway
07:49 AM RADOS Documentation #46203 (Resolved): docs.ceph.com is down
docs.ceph.com has been down since at the latest 1735 aest 25 Jun 2020.
https://downforeveryoneorjustme.com/docs.ce...
Zac Dover
02:07 PM rgw Bug #45816 (Fix Under Review): [notifications] reading topic info for every op overloads the osd
Or Friedmann
01:56 PM Revision c18ad7c8 (ceph): mgr/cephadm: Manage /etc/ceph/ceph.conf
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
01:55 PM Revision c37412de (ceph): mgr/cephadm: add type hints for _refresh_host_*()
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
01:55 PM Revision e60a2a5d (ceph): python-common: Add simple str(HostSpec)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
01:55 PM Revision a0c39f3d (ceph): mgr/cephadm: refactor _run_cephadm
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
01:55 PM Revision 1cd4d0f3 (ceph): mgr/cephadm: config_notify now provides a hook
reason is, we want to use this hook to schedule a
ceph.conf update for all hosts.
Signed-off-by: Sebastian Wagner <s...
Sebastian Wagner
01:55 PM Revision acdd26ab (ceph): mgr/tests: _ceph_get_module_option returns proper type now.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
01:05 PM Dashboard Bug #46146 (Fix Under Review): mgr/dashboard: Host delete action should be disabled if not manage...
Volker Theile
01:03 PM Revision c735ff86 (ceph): mgr/dashboard: Use ng-bootstrap for Modal
Fixes: https://tracker.ceph.com/issues/45759
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
12:49 PM Dashboard Feature #45011 (Resolved): mgr/dashboard: Display users current bucket quota usage
Lenz Grimmer
12:49 PM Revision 584baf13 (ceph): Merge pull request #34606 from rhcs-dashboard/wip-45011-bucket-usage-fe...
mgr/dashboard: Display users current bucket quota usage
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed...
Lenz Grimmer
12:41 PM mgr Bug #44948: Module 'diskprediction_local' has failed: No module named 'sklearn' - ceph docker v15
https://bugzilla.redhat.com/show_bug.cgi?id=1851018 Deepika Upadhyay
09:56 AM mgr Bug #44948 (In Progress): Module 'diskprediction_local' has failed: No module named 'sklearn' - c...
Kefu Chai
08:11 AM mgr Bug #44948 (Pending Backport): Module 'diskprediction_local' has failed: No module named 'sklearn...
Kefu Chai
08:10 AM mgr Bug #44948 (Resolved): Module 'diskprediction_local' has failed: No module named 'sklearn' - ceph...
Kefu Chai
12:41 PM CephFS Feature #45729 (In Progress): pybind/mgr/volumes: Add the ability to keep snapshots of subvolumes...
Shyamsundar Ranganathan
12:40 PM CephFS Feature #45371 (Fix Under Review): mgr/volumes: `protect` and `clone` operation in a single trans...
Shyamsundar Ranganathan
12:18 PM Dashboard Backport #46205 (In Progress): octopus: mgr/dashboard: telemetry module activation notification
Tatjana Dehler
09:04 AM Dashboard Backport #46205 (Resolved): octopus: mgr/dashboard: telemetry module activation notification
https://github.com/ceph/ceph/pull/35772 Tatjana Dehler
12:07 PM Dashboard Feature #45897 (Pending Backport): mgr/dashboard: Add host labels in UI
Lenz Grimmer
10:52 AM Dashboard Feature #45897 (Resolved): mgr/dashboard: Add host labels in UI
Lenz Grimmer
12:02 PM Revision 1524d3c0 (ceph): rgw: sanitize newlines in s3 CORSConfiguration's ExposeHeader
the values in the <ExposeHeader> element are sent back to clients in a
Access-Control-Expose-Headers response header....
Casey Bodley
12:01 PM Revision 3c36e74a (ceph): rgw: sanitize newlines in s3 CORSConfiguration's ExposeHeader
the values in the <ExposeHeader> element are sent back to clients in a
Access-Control-Expose-Headers response header....
Casey Bodley
12:00 PM Revision 46817f30 (ceph): rgw: sanitize newlines in s3 CORSConfiguration's ExposeHeader
the values in the <ExposeHeader> element are sent back to clients in a
Access-Control-Expose-Headers response header....
Casey Bodley
11:59 AM Revision 95f6f615 (ceph): install-deps.sh: drop bits enabling DTS repo
since GCC offered by RHEL8/CentOS8 is able to compile ceph, there is no
need to add repos providing devtoolset anymor...
Kefu Chai
11:59 AM Revision c70415b8 (ceph): install-deps.sh: always use dnf on RHEL/CentOS
as we don't build master on el7 anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:59 AM Revision 2d8da82b (ceph): install-deps.sh: always use python3-sphinx to build the docs
python-sphinx creates a symlink pointing ../share/sphinx/scripts/python2/sphinx-build
to /usr/bin/sphinx-build even i...
Kefu Chai
11:15 AM Revision 4fbe49a7 (ceph): mgr/dashboard: Host delete action should be disabled if not managed by ...
Fixes: https://tracker.ceph.com/issues/46146
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
11:13 AM Revision 8e30fd6e (ceph): mgr/dashboard: increase API test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharma...
Aashish Sharma
10:51 AM Revision 0e76c3a7 (ceph): Merge pull request #35419 from votdev/issue_45897_add_host_labels
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Stephan...
Lenz Grimmer
10:36 AM Revision 0b805416 (ceph): Merge pull request #35767 from tchaikov/wip-rpm-scikit-learn
ceph.spec.in: Requires python3-scikit-learn only on fedora and suse
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat...
Kefu Chai
10:33 AM Revision 4ddb111d (ceph): python-common: make YAML representaition of ServiceSpec readable
* Add test for new yaml representation
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
10:33 AM Revision cd6a488a (ceph): python-common: Make YAML or OSD Specs readable
* Changes: An empty OSD Spec is now invalid.
* OSDSpec.validate() now fails, if service-id is empty
Signed-off-by: S...
Sebastian Wagner
10:33 AM Revision 4c7ad07b (ceph): mgr/orch: YAML of DaemonDescription readable
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:33 AM Revision fd29e1c4 (ceph): mgr/orch: make YAML of ServiceDescription readable
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:33 AM Revision 888addc4 (ceph): pybind/mgr: move test_orchestrator to orchestrator module
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:33 AM Revision 87a15035 (ceph): mgr/orchestrator: Add test for readable yaml
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:33 AM Revision 16502570 (ceph): qa/cephadm: Add test for --format=yaml
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:33 AM Revision 5150e957 (ceph): python-common: service_spec.from_json: Add docstring explaining histroy
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:28 AM Revision a2fdd5af (ceph): mgr/dashboard: Action button is not reset after switching tabs
Fixes: https://tracker.ceph.com/issues/46145
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
10:19 AM Revision 338f47fe (ceph): ceph.spec.in: Requires python3-scikit-learn only on fedora and suse
so far, python3-scikit-learn is not packaged by RHEL8/CentOS8 or EPEL8.
see
https://src.fedoraproject.org/rpms/pytho...
Kefu Chai
10:12 AM Orchestrator Bug #46138: mgr/dashboard: Error creating iSCSI target
... Sebastian Wagner
01:47 AM Orchestrator Bug #46138: mgr/dashboard: Error creating iSCSI target
I managed to recreate the issue. We lock down the caps to just have access to the pool in the config. If I create an ... Matthew Oliver
09:44 AM Dashboard Backport #46173 (In Progress): octopus: mgr/dashboard Replace broken osd
Laura Paduano
09:41 AM CephFS Bug #23421 (Closed): ceph-fuse: stop ceph-fuse if no root permissions?
Jos Collin
09:18 AM Revision 73fd93b1 (ceph): mgr/dashboard: support more form controls in CriticalConfirmationModalC...
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from commit 771a1e2642b6cdd451923af27a82a66f3f36f1f2)
Kiefer Chang
09:18 AM Revision 13e255c6 (ceph): mgr/dashboard: allow preserving OSD IDs when deleting OSDs
Ask users if they want to preserve OSD ID(s) for replacement after
OSD deletion in confirmation modal.
Fixes: https:...
Kiefer Chang
09:05 AM Dashboard Bug #46145 (Fix Under Review): mgr/dashboard: Action button is not reset after switching tabs
Volker Theile
08:55 AM Revision 4071ac6d (ceph): test: fix unused variable warning in test_ino_release_cb.cc.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:54 AM Revision 4c5b20f9 (ceph): qa/cephadm/upgrade: Exclude RGW for now
tasks/cephadm.py gained RGW support very recently and
I'm now facing a dilemman:
* Either we set the upgrade start t...
Sebastian Wagner
08:54 AM Revision ab1d42c9 (ceph): qa/cephadm/upgrade: use quay.ceph.io
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:53 AM Dashboard Feature #45464 (Pending Backport): mgr/dashboard: telemetry module activation notification
Lenz Grimmer
08:51 AM Revision e07ebed7 (ceph): Merge pull request #35292 from s0nea/wip-dashboard-telemetry-notification
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
08:47 AM Orchestrator Bug #46204 (Resolved): cephadm upgrade test: fail if upgrade status is set to error
http://pulpito.ceph.com/swagner-2020-06-25_08:07:18-rados:cephadm-wip-swagner-testing-2020-06-24-1032-distro-basic-sm... Sebastian Wagner
08:21 AM Revision 4e711fda (ceph): doc/dev: remove confusing.txt
* Last change was from 2011
* the file is not referenced anywhere
* the referenced file `cephconfig.jpg` doesn't exis...
Sebastian Wagner
08:10 AM Revision db4d3ca3 (ceph): Merge pull request #35648 from ideepika/fix-44948
ceph.spec: fix mgr diskprediction_local dependency
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:08 AM Revision 756c00d2 (ceph): Merge pull request #35722 from ideepika/drop-el7
ceph.spec: drop support for el7 rpm builds
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:02 AM Revision b6367eca (ceph): Merge pull request #35534 from varshar16/wip-doc-fix-SyntaxWarning
doc/scripts/gen_state_diagram.py: Fix literal comparison syntax warnings
Reviewed-by: Samuel Just <sjust@redhat.com>...
Kefu Chai
07:35 AM Revision 66e5f9b0 (ceph): Merge pull request #35677 from sebastian-philipp/_refresh_hosts_and_dae...
mgr/cephadm: speedup _refresh_hosts_and_daemons by 10x
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
07:32 AM Dashboard Bug #45717: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2267/ Sebastian Wagner
05:50 AM Revision 4fabba0b (ceph): mgr/dashboard: Display users current bucket quota usage
Fixes: https://tracker.ceph.com/issues/45011
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from c...
Avan Thakkar
05:38 AM CephFS Bug #46163 (Fix Under Review): mgr/volumes: Clone operation uses source subvolume root directory ...
Kotresh Hiremath Ravishankar
04:02 AM Revision 2d9b3abd (ceph): mgr: avoid false alarm of MGR_MODULE_ERROR
mgr sends healthy report periodically, the report includes the
information whether the always-on modules are loaded o...
Kefu Chai
02:59 AM CephFS Backport #46201 (In Progress): octopus: mds: add ephemeral random and distributed export pins
Patrick Donnelly
01:26 AM CephFS Backport #46201 (Resolved): octopus: mds: add ephemeral random and distributed export pins
https://github.com/ceph/ceph/pull/35759 Patrick Donnelly
01:26 AM CephFS Feature #41302 (Pending Backport): mds: add ephemeral random and distributed export pins
Patrick Donnelly
01:24 AM Revision 410f06dd (ceph): Merge PR #30592 into master
* refs/pull/30592/head:
qa: fix flake8 warnings
doc: add documentation for new ephemeral pinning feature
mds: enab...
Patrick Donnelly

06/24/2020

11:22 PM Orchestrator Bug #46138: mgr/dashboard: Error creating iSCSI target
oh interesting, maybe there's another cap we're missing? We did lock it down some. Let me have a play and attempt to ... Matthew Oliver
11:21 PM Revision 4471cfe4 (ceph): Merge pull request #35736 from ivancich/wip-orphan-list-timestamp-fix
rgw: orphan-list timestamp fix
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Reviewed-by: Adam C. Emerson <aemerson...
J. Eric Ivancich
11:03 PM CephFS Feature #45371: mgr/volumes: `protect` and `clone` operation in a single transaction
Based on #note-3 reassigning it to myself. Shyamsundar Ranganathan
10:43 PM Revision 683153c5 (ceph): qa: fix flake8 warnings
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision c8d343d5 (ceph): mds: add maximum random ephemeral pin percentage
This new config is designed to prevent creating too many subtrees from a
random ephemeral pinning policy.
Signed-off...
Patrick Donnelly
10:43 PM Revision aa99c854 (ceph): qa: add tests for ephemeral pinning
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com> Sidharth Anupkrishnan
10:43 PM Revision aef549e4 (ceph): qa: add more ephemeral pin tests
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision 091e8ffd (ceph): qa: break export pin tests into discrete tests
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision 69e3f556 (ceph): qa: adapt tests for empty pinned dir export
Previously, empty pinned directories were not migrated.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:43 PM Revision 982041e8 (ceph): pybind/mgr/volumes: wire up pinning subvolumes/subvolumegroups
Fixes: https://tracker.ceph.com/issues/41541
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:43 PM Revision 4d62ca69 (ceph): mds: enable ephemeral pinning by default
This feature is enabled by default for Pacific. This commit will be
dropped in the backport to Octopus.
Signed-off-b...
Patrick Donnelly
10:43 PM Revision 6cd10c59 (ceph): doc: add documentation for new ephemeral pinning feature
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision 4749e5ab (ceph): mds: allow export of pinned directory if empty
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision 747687f5 (ceph): mds: refactor remove_subtree
Search each map only once as necessary.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:43 PM Revision 5eea6761 (ceph): mds: trim pinned and empty subtrees
Before export (and ephemeral) pinned subtrees are stuck in cache
forever.
Add qa test for checking export pinned dir...
Patrick Donnelly
10:43 PM Revision ced15ed7 (ceph): mds: add ephemeral pinning for subtrees
This PR introduces inode xattrs export_ephemeral_random and
export_ephemeral_distributed which enables two different ...
Sidharth Anupkrishnan
10:43 PM Revision 21872bdb (ceph): mds: do string equality comparison
The string::find method would return true for ceph.dir.pin even for the
other ephemeral pin xattr names. For this rea...
Patrick Donnelly
10:43 PM Revision 703e4b01 (ceph): mds: finish implementation of ephemeral pins
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision 306003c5 (ceph): mds: replicate random pin state
This is slightly evil in its current form. The MDS should use locks to
transmit state changes but right now it's just...
Patrick Donnelly
10:43 PM Revision ddb18091 (ceph): qa: use status from wait_for_daemons
Avoid an extra `fs dump` call.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:43 PM Revision c0506230 (ceph): qa: refactor _wait_subtree and _get_subtree
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision 461fad8f (ceph): mds: add debug messages for export queue processing
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision d3158bf1 (ceph): mds: simplify for loop construction
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
10:43 PM Revision 70ba356b (ceph): mds: remove frozen export pin from queue
The export already belongs on the node id so there's no need to keep it
in the queue.
Signed-off-by: Patrick Donnell...
Patrick Donnelly
10:43 PM Revision 570e6cfb (ceph): mds: skip export of empty directories
Note: empty as in no cached sub-entries.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:43 PM Revision c0271eea (ceph): mds: reduce subtree processing verbosity
and some mild loop refactoring.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:43 PM Revision f451c43a (ceph): qa: quietly print json output from asok commands
Pretty print output once. Use --format=json so the stdout on teuthology
is not pretty printed, taking hundreds of lin...
Patrick Donnelly
10:42 PM Revision 1e37f030 (ceph): Merge PR #35752 into master
* refs/pull/35752/head:
qa: fix flake8 error
Reviewed-by: Neha Ojha <nojha@redhat.com>
Patrick Donnelly
08:45 PM CephFS Backport #46200 (Resolved): nautilus: qa: "[WRN] evicting unresponsive client smithi131:z (6314),...
https://github.com/ceph/ceph/pull/36171 Nathan Cutler
08:45 PM CephFS Backport #46199 (Resolved): octopus: qa: "[WRN] evicting unresponsive client smithi131:z (6314), ...
https://github.com/ceph/ceph/pull/36042 Nathan Cutler
08:45 PM Dashboard Backport #46198 (Resolved): nautilus: mgr/dashboard: the RBD configuration table has incorrect va...
https://github.com/ceph/ceph/pull/35822 Nathan Cutler
08:45 PM Dashboard Backport #46197 (Resolved): octopus: mgr/dashboard: the RBD configuration table has incorrect val...
https://github.com/ceph/ceph/pull/35819 Nathan Cutler
08:45 PM mgr Backport #46196 (Resolved): octopus: Module 'pg_autoscaler' has failed: division by zero
Nathan Cutler
08:43 PM bluestore Backport #46195 (Resolved): luminous: BlueFS replay log grows without end
https://github.com/ceph/ceph/pull/35776 Nathan Cutler
08:43 PM bluestore Backport #46194 (Resolved): nautilus: BlueFS replay log grows without end
https://github.com/ceph/ceph/pull/37948 Nathan Cutler
08:43 PM bluestore Backport #46193 (Resolved): octopus: BlueFS replay log grows without end
https://github.com/ceph/ceph/pull/36621 Nathan Cutler
08:43 PM bluestore Backport #46192 (Rejected): mimic: BlueFS replay log grows without end
Nathan Cutler
08:43 PM CephFS Backport #46191 (Resolved): nautilus: mds: cap revoking requests didn't success when the client d...
https://github.com/ceph/ceph/pull/35841 Nathan Cutler
08:43 PM CephFS Backport #46190 (Resolved): octopus: mds: cap revoking requests didn't success when the client do...
https://github.com/ceph/ceph/pull/35842 Nathan Cutler
08:43 PM CephFS Backport #46189 (Resolved): nautilus: mds: EMetablob replay too long will cause mds restart
https://github.com/ceph/ceph/pull/36170 Nathan Cutler
08:43 PM CephFS Backport #46188 (Resolved): octopus: mds: EMetablob replay too long will cause mds restart
https://github.com/ceph/ceph/pull/36040 Nathan Cutler
08:42 PM CephFS Backport #46187 (Resolved): nautilus: client: fix snap directory atime
https://github.com/ceph/ceph/pull/36169 Nathan Cutler
08:42 PM CephFS Backport #46186 (Resolved): octopus: client: fix snap directory atime
https://github.com/ceph/ceph/pull/36039 Nathan Cutler
08:42 PM CephFS Backport #46185 (Resolved): octopus: cephadm: mds permissions for osd are unnecessarily permissive
https://github.com/ceph/ceph/pull/35898 Nathan Cutler
08:42 PM mgr Backport #46184 (Resolved): nautilus: ceph config show does not display fsid correctly
https://github.com/ceph/ceph/pull/36074 Nathan Cutler
08:42 PM mgr Backport #46183 (Resolved): octopus: ceph config show does not display fsid correctly
https://github.com/ceph/ceph/pull/35793 Nathan Cutler
07:37 PM Revision 8a8e7952 (ceph): doc: PendingReleaseNotes: clean slate for 14.2.11
All of these Pending Release Notes have been included in the official
14.2.10 Release Notes, so keeping them in this ...
Nathan Cutler
07:20 PM Revision b1071631 (ceph): qa: fix flake8 error
./tasks/vstart_runner.py:33:1: F401 'io.BytesIO' imported but unused
Signed-off-by: Patrick Donnelly <pdonnell@redha...
Patrick Donnelly
07:16 PM Orchestrator Feature #46182 (Resolved): cephadm should use the same image reference across the cluster
The documentation has this warning (from https://docs.ceph.com/docs/octopus/install/containers/#containers):
Impor...
Ken Dreyer
07:08 PM Revision df55c5c9 (ceph): doc: PendingReleaseNotes: clean slate for 15.2.5
All of these Pending Release Notes have been included in the official
15.2.4 Release Notes, so keeping them in this f...
Nathan Cutler
07:01 PM Revision 5b59c7f5 (ceph): doc: PendingReleaseNotes: fix deprecated radosgw-admin commands
Instead of repeating the same command thrice, three different commands
were intended.
Signed-off-by: Nathan Cutler <...
Nathan Cutler
06:48 PM CephFS Bug #46100 (Resolved): vstart_runner.py: check for Raw instance before treating as iterable
Patrick Donnelly
06:42 PM Revision 9436a186 (ceph): Merge PR #35665 into master
* refs/pull/35665/head:
vstart_runner.py: improve a conditional in _do_run
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
06:35 PM CephFS Fix #46070 (Pending Backport): client: fix snap directory atime
Patrick Donnelly
06:35 PM Revision 07484c68 (ceph): Merge PR #33879 into master
* refs/pull/33879/head:
client: fix snap directory atime
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:34 PM CephFS Bug #45935 (Pending Backport): mds: cap revoking requests didn't success when the client doing re...
Patrick Donnelly
06:34 PM Revision 9dba356a (ceph): Merge PR #35518 into master
* refs/pull/35518/head:
mds: fix filelock state when Fsc is issued
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
06:34 PM CephFS Bug #45815 (Resolved): vstart_runner.py: set stdout and stderr to None by default
Patrick Donnelly
06:34 PM Revision af4d4ee6 (ceph): Merge PR #35522 into master
* refs/pull/35522/head:
vstart_runner: set default values of stdout and stderr to None
Reviewed-by: Xiubo Li <xiubl...
Patrick Donnelly
06:33 PM CephFS Bug #43943 (Pending Backport): qa: "[WRN] evicting unresponsive client smithi131:z (6314), after ...
Patrick Donnelly
06:32 PM Revision 92f56a97 (ceph): Merge PR #35532 into master
* refs/pull/35532/head:
Revert "Revert "qa/suites/rados/mgr/tasks/module_selftest: whitelist mgr client getting back...
Patrick Donnelly
06:31 PM CephFS Bug #46057 (Resolved): qa/cephfs: run_as_user must args list instead of str
Patrick Donnelly
06:31 PM Revision e21f6bee (ceph): Merge PR #35540 into master
* refs/pull/35540/head:
qa/cephfs: don't pass cmd args from run_as_user as str
qa/cephfs: refactor run_as_root() to...
Patrick Donnelly
06:30 PM CephFS Bug #46042 (Pending Backport): mds: EMetablob replay too long will cause mds restart
Patrick Donnelly
06:30 PM Revision ef188cbb (ceph): Merge PR #35582 into master
* refs/pull/35582/head:
mds: reset heartbeat in EMetaBlob replay
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:30 PM CephFS Bug #46023 (Resolved): mds: MetricAggregator.cc: 178: FAILED ceph_assert(rm)
Patrick Donnelly
06:29 PM Revision ffbd1847 (ceph): Merge PR #35619 into master
* refs/pull/35619/head:
mds: reset sequence number when new rank0 mds is available
mds: dump mds name when processi...
Patrick Donnelly
04:51 PM Dashboard Subtask #46181 (Resolved): Consolidate OSD mark endpoints
We currently expose 191 different endpoints (only the /osd resource has 17, and that doesn't include the new ones for... Anonymous
04:02 PM Revision a49f9394 (ceph): mgr/dashboard: add more scss linting rules
Fixes: https://tracker.ceph.com/issues/46108
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
Ishan Rai
03:58 PM Orchestrator Bug #46175: cephadm: orch apply -i: MON and MGR service specs must not have a service_id
Nathan Cutler wrote:
> If this is caused by the presence of "service_id: SOME_STRING" in the spec yaml, maybe it wou...
Sebastian Wagner
12:20 PM Orchestrator Bug #46175: cephadm: orch apply -i: MON and MGR service specs must not have a service_id
If this is caused by the presence of "service_id: SOME_STRING" in the spec yaml, maybe it would make sense for cephad... Nathan Cutler
11:36 AM Orchestrator Bug #46175 (Resolved): cephadm: orch apply -i: MON and MGR service specs must not have a service_id
service_spec_core.yml... Nathan Cutler
03:40 PM Revision b1daf30d (ceph): rgw: orphan-list timestamp fix
When creating intermediate and output files, the rgw-orphan-list
script uses a timestamp using the `date` command. Th...
J. Eric Ivancich
03:33 PM CephFS Bug #46084: client: supplying ceph_fsetxattr with no value unsets xattr
Jeff Layton wrote:
> Looks like a legit bug. The Linux kernel does this in __vfs_setxattr:
>
> [...]
>
> ...so...
Zheng Yan
03:17 PM Revision d2cd7a6a (ceph): mgr/dashboard: disable some scss lint rules
Fixes: https://tracker.ceph.com/issues/46108
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
Ishan Rai
03:13 PM rgw Bug #39619 (Resolved): cleanup: replace boost::string_ref/view with c++17 std::string_view
Casey Bodley
03:12 PM Revision f52fb99f (ceph): Merge pull request #35208 from prateek2211/refactor
rgw: Replace boost::string_ref/view with std::string_view
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Reviewed...
Casey Bodley
03:10 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
Yeah, the latest scheme just ensures that handles (which are somewhat analogous to inodes) are never shared between e... Jeff Layton
02:59 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
Jeff Layton wrote:
> I started working on this, but there is a bit of a dilemma. My approach to fixing this was to s...
Ramana Raja
02:58 PM Revision 2a9a479f (ceph): Merge pull request #35331 from yuvalif/fix_issue_43536
rgw/pubsub: remove deprecated radogw-admin pubsub creation commands
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:37 PM mgr Bug #46123 (Pending Backport): ceph config show does not display fsid correctly
Neha Ojha
02:35 PM bluestore Bug #45903 (Pending Backport): BlueFS replay log grows without end
It will be good to get the fix into luminous and mimic for affected users. Neha Ojha
02:20 PM Revision 7bd0da21 (ceph): config: make the Option::TYPE_BOOL interpreter reusable.
Let's allow custom validators to not duplicate the code.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
02:20 PM Revision deadeb87 (ceph): crimson, common: switch bs_rocksdb_cf validator to strict_strtob().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:16 PM RADOS Bug #46180 (Resolved): qa: Scrubbing terminated -- not all pgs were active and clean.
Seeing several test failures in the rgw suite:... Casey Bodley
02:09 PM RADOS Bug #46179 (Duplicate): Health check failed: Reduced data availability: PG_AVAILABILITY
multiple RGW tests are failing on different branches, with:... Casey Bodley
02:00 PM Revision 0072a78b (ceph): Merge PR #35604 into master
* refs/pull/35604/head:
CODEOWNERS: added doc-writers team
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Revi...
Patrick Donnelly
01:54 PM Revision d4fb1985 (ceph): Merge PR #35739 into master
* refs/pull/35739/head:
mgr/volumes/nfs: Reorder imports
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Review...
Patrick Donnelly
01:26 PM Revision 731837a5 (ceph): Merge pull request #35716 from rzarzynski/wip-bl-rval-claim_append
common, msgr/async: bufferlist::claim_append() doesn't require intermediaries anymore
Reviewed-by: Kefu Chai <kchai@...
Kefu Chai
01:26 PM Revision b2dced97 (ceph): Merge pull request #35643 from sebastian-philipp/cephadm-fix-already-in...
mgr/cephadm: fix broken "already in use" exception message
Reviewed-by: Stephan Müller <smueller@suse.com>
Sebastian Wagner
01:25 PM Revision be09f323 (ceph): Merge pull request #35633 from matthewoliver/cephadm_bootstap_ipv6
cephadm: Set ms bind ipv6 when mon-ip is ipv6
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Sebastian ...
Sebastian Wagner
01:22 PM Revision 9f1d4c1a (ceph): mon/OSDMonitor: Reset grace period if failure interval exceeds a thresh...
Reset the grace hearbeat period if there have been no failures since the
set threshold value (48 Hrs). The mon_osd_la...
Sridhar Seshasayee
01:20 PM RADOS Bug #46178: slow request osd_op(... (undecoded) ondisk+retry+read+ignore_overlay+known_if_redirec...
http://pulpito.ceph.com/swagner-2020-06-24_11:30:44-rados:cephadm-wip-swagner3-testing-2020-06-24-1025-distro-basic-s... Sebastian Wagner
01:19 PM RADOS Bug #46178: slow request osd_op(... (undecoded) ondisk+retry+read+ignore_overlay+known_if_redirec...
http://pulpito.ceph.com/swagner-2020-06-24_11:30:44-rados:cephadm-wip-swagner3-testing-2020-06-24-1025-distro-basic-s... Sebastian Wagner
01:16 PM RADOS Bug #46178: slow request osd_op(... (undecoded) ondisk+retry+read+ignore_overlay+known_if_redirec...
http://pulpito.ceph.com/swagner-2020-06-24_11:30:44-rados:cephadm-wip-swagner3-testing-2020-06-24-1025-distro-basic-s... Sebastian Wagner
12:57 PM RADOS Bug #46178 (Duplicate): slow request osd_op(... (undecoded) ondisk+retry+read+ignore_overlay+know...
Saw this error yesterday for the first time:
http://pulpito.ceph.com/swagner-2020-06-23_13:15:09-rados:cephadm-wip...
Sebastian Wagner
01:18 PM Revision afd5cfe6 (ceph): crimson/osd: Implement cls_cxx_map_read_header()
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
01:18 PM Revision 77c0b37b (ceph): crimson/osd: Implement CEPH_OSD_OP_OMAPGETHEADER
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
01:18 PM Revision 9606c584 (ceph): crimson/osd: Implement cls_cxx_map_write_header()
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
01:18 PM Revision 115e77f2 (ceph): crimson/osd: Implement CEPH_OSD_OP_OMAPSETHEADER
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
01:18 PM Revision 4ec3a6db (ceph): crimson/osd: Implement cls_cxx_map_remove_range()
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
01:18 PM Revision 135ed7eb (ceph): crimson/osd: Implement CEPH_OSD_OP_OMAPRMKEYRANGE
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
01:18 PM Revision 1f218810 (ceph): crimson/osd: Fix key num handling in PGBackend::omap_get_vals()
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
01:18 PM Revision 736a64e8 (ceph): crimson/osd: refactor ops init in objclass.cc
Signed-off-by: Amnon Hanuhov <ahanukov@redhat.com> Avnum Hanukov
01:08 PM Revision eabfd2e1 (ceph): Merge pull request #35589 from jschmid1/osd_servicedescription_fix
mgr/cephadm: exclude osds without osdspec_affinity
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
01:07 PM Orchestrator Bug #46098 (In Progress): Exception adding host using cephadm
Stephan Müller
01:06 PM CephFS Bug #46081 (Pending Backport): cephadm: mds permissions for osd are unnecessarily permissive
Sebastian Wagner
01:06 PM Revision a647906c (ceph): Merge pull request #35655 from batrick/i46081
cephadm: restrict mds caps to cephfs pools
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
01:06 PM mgr Bug #44186 (Pending Backport): Module 'pg_autoscaler' has failed: division by zero
Kefu Chai
01:04 PM Revision d864a732 (ceph): Merge pull request #35651 from sebastian-philipp/cephadm-unit-run-set-e
cephadm: unit.run: add `set -e`
Reviewed-by: Thomas Bechtold <tbechtold@suse.com>
Sebastian Wagner
12:45 PM Revision 40fbeacd (ceph): os/bluestore: fix spillover test case
Fixes: https://tracker.ceph.com/issues/46055
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from com...
Igor Fedotov
12:45 PM Revision c6630fd0 (ceph): Merge pull request #35654 from neha-ojha/wip-44186
pybind/mgr/pg_autoscaler/module.py: do not update event if ev.pg_num== ev.pg_num_target
Reviewed-by: Josh Durgin <jd...
Kefu Chai
12:22 PM Dashboard Bug #45717: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2215/ Sebastian Wagner
09:22 AM Dashboard Bug #45717: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/1919/... Sebastian Wagner
09:18 AM Dashboard Bug #45717: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2200/... Sebastian Wagner
12:22 PM Dashboard Bug #45918 (Duplicate): mgr/dashboard: "ceph-api-nightly-master-backend" failure: test_pool_updat...
Sebastian Wagner
12:17 PM Revision abd2fa12 (ceph): mgr/dashboard: add scss linting test
Fixes: https://tracker.ceph.com/issues/46108
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
Ishan Rai
12:02 PM Orchestrator Feature #46177 (New): Investigate, if we can run ssh-agent in the MGR container
Is it possible to use password encrypted SSH keys?
Maybe something like https://stackoverflow.com/questions/468379...
Sebastian Wagner
11:51 AM Dashboard Bug #46176 (Closed): mgr/dashboard: NFS list timeout error
The NFS overview list is returning a timeout error if the related pool contains too many objects. The error seems to ... Tatjana Dehler
11:42 AM Revision 7c4d1394 (ceph): Merge pull request #35710 from rhcs-dashboard/wip-46144-fix-sort-ui
mgr/dashboard: fix UI for Device class column in OSDs list
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Revie...
Lenz Grimmer
11:39 AM Dashboard Bug #46144 (Resolved): mgr/dashboard: fix UI for Device class column in OSDs list
Lenz Grimmer
11:39 AM Revision 7c2ed2a8 (ceph): Merge pull request #35742 from theanalyst/doc/releases/oct-update
doc: releases: updates for octopus
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
11:37 AM Dashboard Bug #43971 (Pending Backport): mgr/dashboard: the RBD configuration table has incorrect values in...
Lenz Grimmer
11:36 AM Revision af0d8af5 (ceph): Merge pull request #35721 from bk201/wip-43971
mgr/dashboard: fix Source column i18n issue in RBD configuration tables
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Lenz Grimmer
11:33 AM Dashboard Bug #45968 (Resolved): mgr/dashboard: Tooltips missing from progress bars
Lenz Grimmer
11:33 AM Revision c7b45bd1 (ceph): Merge pull request #35734 from tspmelo/wip-fix-tooltip
mgr/dashboard: Fix display of tooltips inside tables
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tat...
Lenz Grimmer
11:29 AM Dashboard Bug #46146 (In Progress): mgr/dashboard: Host delete action should be disabled if not managed by ...
Volker Theile
11:26 AM Revision e613ef68 (ceph): doc: releases: octopus: fixup changelog
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
11:19 AM Revision 3cace870 (ceph): mgr/dashboard: Improve RbdMirroringService's subscribe methods
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit b599a5db7b5c162e6e1c4a68df5efea725b6d381)
Modi...
Tiago Melo
11:13 AM ceph-ansible Bug #46174 (New): failed to reinstall using purge-cluster
purge was successful, but trying to re-install the cluster after that failed. with complaints on "file exist" on the ... Yuval Lifshitz
10:43 AM Dashboard Cleanup #36375 (Resolved): mgr/dashboard: Async unique username validation
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:43 AM Revision 0e4f8b49 (ceph): doc: releases: update timeline for octopus
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
10:42 AM Dashboard Backport #46173 (Resolved): octopus: mgr/dashboard Replace broken osd
https://github.com/ceph/ceph/pull/35766 Nathan Cutler
10:39 AM mgr Backport #46172 (Resolved): nautilus: mgr/prometheus: cache ineffective when gathering data takes...
https://github.com/ceph/ceph/pull/35918 Nathan Cutler
10:39 AM mgr Backport #46171 (Resolved): octopus: mgr/prometheus: cache ineffective when gathering data takes ...
https://github.com/ceph/ceph/pull/35847 Nathan Cutler
10:38 AM Feature #46060 (Resolved): qa/tasks/cephadm: setup site based container registry
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
10:38 AM Backport #46061 (Resolved): octopus: qa/tasks/cephadm: setup site based container registry
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35625
m...
Nathan Cutler
10:37 AM Dashboard Backport #45952: octopus: mgr/dashboard: Show labels in hosts page
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35517
m...
Nathan Cutler
07:32 AM Dashboard Backport #45952 (Resolved): octopus: mgr/dashboard: Show labels in hosts page
Volker Theile
10:37 AM mgr Backport #45836 (Resolved): octopus: Monitoring: legends of throughput panel in RBD detail dashbo...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35463
m...
Nathan Cutler
10:37 AM bluestore Backport #45682 (Resolved): octopus: Large (>=2 GB) writes are incomplete when bluefs_buffered_io...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35446
m...
Nathan Cutler
10:37 AM RADOS Backport #45676 (Resolved): octopus: rados/test_envlibrados_for_rocksdb.sh fails on Xenial (seen ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35236
m...
Nathan Cutler
10:36 AM Dashboard Backport #45346 (Resolved): octopus: mgr/dashboard: Async unique username validation
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34849
m...
Nathan Cutler
10:36 AM Dashboard Backport #46136: mgr/dashboard: Different autocomplete input backgrounds in chrome and firefox
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35718
m...
Nathan Cutler
10:27 AM Revision c87050c8 (ceph): mgr/volumes/nfs: Reorder imports
This patch reorders import to fix "ImportError: cannot import name 'TimedOut'".
As flake8 requires similar import typ...
Varsha Rao
10:16 AM Revision 06bad617 (ceph): mgr/dashboard: Add host labels in UI
Fixes: https://tracker.ceph.com/issues/45897
Signed-off-by: Volker Theile <vtheile@suse.com>
s
s
s
Volker Theile
10:16 AM Revision a92baa85 (ceph): mgr/dashboard: Bypass current selection when calling CdTableAction::dis...
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
10:12 AM rgw Feature #46170 (New): notification: add field holding the identity of the rgw sending the notific...
currently the rgw identity of the one receiving the original request is set in: "x-amz-id-2"
using our internal id f...
Yuval Lifshitz
10:09 AM rgw Bug #46169 (Pending Backport): notification: awsRegion not set to zonegroup
if no zone is set we use "default" as our zone/zonegroup, this should be reflected in the notification, currently set... Yuval Lifshitz
10:08 AM Revision bdf80851 (ceph): CODEOWNERS: added doc-writers team
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com> Lenz Grimmer
10:02 AM Orchestrator Documentation #46168 (In Progress): Add information about 'unmanaged' parameter
Juan Miguel Olmo Martínez
09:54 AM Orchestrator Documentation #46168 (Resolved): Add information about 'unmanaged' parameter
Explain parameter 'unmanaged' in OSDs creation and deletion Juan Miguel Olmo Martínez
09:50 AM Revision 23b3d33a (ceph): Merge pull request #35473 from aclamk/fix-45903-bluefs-log-growth
os/bluestore: fix bluefs log growth.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
09:45 AM Revision 5409285c (ceph): mgr/dashboard: work with RBD images v1
Add support for RBD Image Format v1:
- This format lacks ID field, required for dashboard. Instead,
RBD image `block_...
Ernesto Puerta
09:43 AM CephFS Feature #45743 (Fix Under Review): mgr/nfs: Add interface to show cluster information
Varsha Rao
08:57 AM Revision 4cac592a (ceph): doc: update releases table
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
08:56 AM Revision 345eca33 (ceph): doc: releases: octopus: add v15.2.3 release notes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
08:53 AM Orchestrator Bug #46157 (Fix Under Review): cephadm upgrade test is broken: RGW: failed to bind address 0.0.0....
Sebastian Wagner
08:53 AM Dashboard Feature #40909: mgr/dashboard: REST API versioning
Looks good, but i have one suggestion. If the version is not defined via Accept HTTP Header, i would like to see that... Volker Theile
08:51 AM Revision 77823878 (ceph): doc: releases: add v15.2.2 release notes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
07:32 AM Dashboard Feature #45856 (Resolved): mgr/dashboard: Show labels in hosts page
Volker Theile
07:25 AM Orchestrator Bug #45628: cephadm qa: smoke should verify daemons are actually running
I think we should solve this by creating a HEALTH_WARN, if a daemon enters ... Sebastian Wagner
05:58 AM Revision 7c716be4 (ceph): client: introduce timeout for client shutdown
Client::shutdown() could indefinitely wait when tearing down
MDS sessions if an MDS is unreachable during shutdown, b...
Venky Shankar
05:00 AM CephFS Bug #46167 (Rejected): pybind/mgr/volumes: xlist.h: 144: FAILED ceph_assert((bool)_front == (bool...
Caused by https://github.com/ceph/ceph/pull/35410 Patrick Donnelly
04:56 AM CephFS Bug #46167 (Rejected): pybind/mgr/volumes: xlist.h: 144: FAILED ceph_assert((bool)_front == (bool...
... Patrick Donnelly
04:38 AM rbd Bug #45986: importing rbd diff does not apply zero sequences correctly
you're right, I was setting this using ceph config set osd ..., but this is apparently not the right way to do it.. w... Nikola Ciprich
03:32 AM mgr Bug #45554 (Pending Backport): mgr/prometheus: cache ineffective when gathering data takes longer...
Kefu Chai
03:32 AM Revision e39c79ce (ceph): Merge pull request #35572 from p-se/wip-pse-prometheus-mod-cache
mgr/prometheus: improve cache
Reviewed-by: Boris Ranto <branto@redhat.com>
Kefu Chai
03:30 AM Revision a5ce3251 (ceph): Merge pull request #35155 from yuvalif/verify_wraparound_in_cls_q
cls/queue: add unit test to verify behaviour when queue wraps
Reviewed-by: Pritha Srivastava <prsivas@redhat.com>
Kefu Chai
03:28 AM Revision bd804905 (ceph): Merge pull request #35674 from tchaikov/wip-qa-tox
qa,cmake: enable flake8 and import-tasks tests
Reviewed-by: Thomas Bechtold <tbechtold@suse.com>
Reviewed-by: Kyr Sh...
Kefu Chai
03:17 AM Revision 7ab1abb3 (ceph): Merge pull request #35580 from xiexingguo/wip-46024
common, osd: add sanity checks around osd_scrub_max_preemptions
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-b...
Kefu Chai
03:13 AM Revision 850e7d02 (ceph): Merge pull request #35662 from neha-ojha/wip-42820
mgr/DaemonServer.cc: make 'config show' on fsid work
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
03:12 AM Revision 82386013 (ceph): Merge pull request #35656 from ifed01/wip-ifed-fix-spillover-again
os/bluestore: fix spillover test case
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
03:09 AM Revision 289d43f4 (ceph): Merge pull request #35416 from yanghonggang/master
os/bluestore: add blkin traces to BlueStore
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
03:08 AM Revision 4fe3d257 (ceph): Merge pull request #35689 from changchengx/options
common: use template shortcuts like is_unsigned_v
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:04 AM Revision dc12f5f4 (ceph): Merge pull request #35660 from mgfritch/orch-yaml-safe-load
mgr/orch: read untrusted input using the yaml SafeLoader
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
R...
Kefu Chai
03:03 AM CephFS Feature #46166 (Resolved): mds: store symlink target as xattr in data pool inode for disaster rec...
Currently, the MDS only stores the symlink inode's backtrace information in the data pool. During disaster recovery o... Patrick Donnelly
02:47 AM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
... Kefu Chai
02:12 AM Revision 21ad5bf2 (ceph): qa/tasks/cephfs: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:56 AM CephFS Bug #46163 (Triaged): mgr/volumes: Clone operation uses source subvolume root directory mode and ...
Patrick Donnelly
01:49 AM Revision f7251f84 (ceph): Merge pull request #35621 from rzarzynski/wip-crimson-alien_memory
crimson: experimentally run AlienStore with Seastar's default allocator
Reviewed-by: Chunmei Liu <chunmei.liu@intel....
Kefu Chai
01:41 AM Revision 5a6b53c9 (ceph): Merge pull request #35727 from rzarzynski/wip-crimson-no-msgrv2.1
crimson/msgr: don't advertise the on-wire format v2.1.
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Reviewed...
Kefu Chai
01:38 AM Revision 68e1db06 (ceph): Merge pull request #35719 from tchaikov/wip-cephadm-sans-el7
qa/suites/rados: do not test with el7
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Sebastian Wagner <s...
Kefu Chai
01:36 AM RADOS Backport #46164 (In Progress): nautilus: osd: make message cap option usable again
Neha Ojha
01:13 AM RADOS Backport #46164 (Resolved): nautilus: osd: make message cap option usable again
https://github.com/ceph/ceph/pull/35738 Neha Ojha
01:33 AM Revision 0d62fe99 (ceph): Revert "ceph_osd: remove client message cap limit"
This reverts commit 45d5ac3ea040d6a7213b63d1c582e3a1bbaae8d4.
Without a msg throttler, we can't change osd_client_me...
Josh Durgin
01:28 AM RADOS Backport #46165 (In Progress): octopus: osd: make message cap option usable again
Neha Ojha
01:13 AM RADOS Backport #46165 (Resolved): octopus: osd: make message cap option usable again
https://github.com/ceph/ceph/pull/35737 Neha Ojha
01:28 AM Revision db56b9cf (ceph): Revert "ceph_osd: remove client message cap limit"
This reverts commit 45d5ac3ea040d6a7213b63d1c582e3a1bbaae8d4.
Without a msg throttler, we can't change osd_client_me...
Josh Durgin
12:18 AM RADOS Bug #46143 (Pending Backport): osd: make message cap option usable again
Neha Ojha
12:18 AM Revision 405d1376 (ceph): Merge pull request #32855 from jdurgin/wip-message-cap
osd: make message cap option usable again
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Vikhyat Umrao <vikh...
Neha Ojha

06/23/2020

11:53 PM CephFS Bug #46163 (Resolved): mgr/volumes: Clone operation uses source subvolume root directory mode and...
If a subvolumes mode or uid/gid values are changed post a snapshot, and a clone of a snapshot prior to the change is ... Shyamsundar Ranganathan
09:25 PM CephFS Backport #46155 (In Progress): octopus: Test failure: test_create_multiple_exports (tasks.cephfs....
Nathan Cutler
02:41 PM CephFS Backport #46155 (Fix Under Review): octopus: Test failure: test_create_multiple_exports (tasks.ce...
Varsha Rao
02:40 PM CephFS Backport #46155 (Resolved): octopus: Test failure: test_create_multiple_exports (tasks.cephfs.tes...
https://github.com/ceph/ceph/pull/35499 Varsha Rao
09:23 PM CephFS Bug #46104: Test failure: test_export_create_and_delete (tasks.cephfs.test_nfs.TestNFS)
Note: the Orchestrator project doesn't have a Backport tracker. Moved to "fs" Project which is where all the other NF... Nathan Cutler
01:44 PM CephFS Bug #46104 (Pending Backport): Test failure: test_export_create_and_delete (tasks.cephfs.test_nfs...
Patrick Donnelly
09:22 PM CephFS Backport #46156 (In Progress): octopus: Test failure: test_export_create_and_delete (tasks.cephfs...
Nathan Cutler
02:42 PM CephFS Backport #46156 (Fix Under Review): octopus: Test failure: test_export_create_and_delete (tasks.c...
Varsha Rao
02:42 PM CephFS Backport #46156 (Resolved): octopus: Test failure: test_export_create_and_delete (tasks.cephfs.te...
https://github.com/ceph/ceph/pull/35499 Varsha Rao
09:15 PM rgw Bug #46162 (Resolved): rgw: radoslist incomplete multipart uploads fix marker progression
When the radosgw-admin radoslist was running, the portion where it
lists the incomplete multipart uploads did not ha...
J. Eric Ivancich
09:13 PM rgw Bug #46161 (Resolved): rgw: orphan-list timestamp fix
When creating intermediate and output files, the rgw-orphan-list
script uses a timestamp using the date command. The...
J. Eric Ivancich
08:40 PM Revision 653848da (ceph): rgw: radoslist incomplete multipart uploads fix marker progression
When the radosgw-admin radoslist was running, the portion where it
lists the incomplete multipart uploads did not han...
J. Eric Ivancich
08:38 PM Revision 5c9eee5a (ceph): Merge pull request #35625 from kshtsk/wip-46061-octopus
octopus: qa/tasks/cephadm: setup site based container registry
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by...
Sebastian Wagner
08:15 PM Dashboard Backport #45952: octopus: mgr/dashboard: Show labels in hosts page
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35517
merged
Yuri Weinstein
08:15 PM Revision c1a30165 (ceph): Merge pull request #35517 from votdev/wip-45952-octopus
octopus: mgr/dashboard: Show labels in hosts page
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Laura...
Yuri Weinstein
08:14 PM Revision 1cb87f53 (ceph): Merge pull request #35498 from ifed01/wip-ifed-hybrid-alloc-octopus
octopus: os/bluestore: introduce hybrid allocator
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Yuri Weinstein
08:13 PM mgr Backport #45836: octopus: Monitoring: legends of throughput panel in RBD detail dashboard are not...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35463
merged
Yuri Weinstein
08:13 PM Revision 87df763a (ceph): Merge pull request #35463 from bk201/wip-45836-octopus
octopus: monitoring: fixing some issues in RBD detail dashboard
Reviewed-by: Stephan Müller <smueller@suse.com>
Yuri Weinstein
08:12 PM bluestore Backport #45682: octopus: Large (>=2 GB) writes are incomplete when bluefs_buffered_io = true
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35446
merged
Yuri Weinstein
08:12 PM Revision 1dbca7a5 (ceph): Merge pull request #35446 from smithfarm/wip-45682-octopus
octopus: os/bluestore: fix large (>2GB) writes when bluefs_buffered_io = true
Reviewed-by: Neha Ojha <nojha@redhat.c...
Yuri Weinstein
08:11 PM RADOS Backport #45676: octopus: rados/test_envlibrados_for_rocksdb.sh fails on Xenial (seen in nautilus)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35236
merged
Yuri Weinstein
08:11 PM Revision 43569b26 (ceph): Merge pull request #35236 from smithfarm/wip-45676-octopus
octopus: qa/workunits: Remove redundant Xenial cmake3 requirements
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewe...
Yuri Weinstein
08:10 PM Dashboard Backport #45346: octopus: mgr/dashboard: Async unique username validation
Nizamudeen A wrote:
> https://github.com/ceph/ceph/pull/34849
merged
Yuri Weinstein
08:10 PM Revision ae0ce9c3 (ceph): Merge pull request #34849 from rhcs-dashboard/wip-45346-octopus
octopus: mgr/dashboard: Asynchronous unique username validation for User Component
Reviewed-by: Ernesto Puerta <epue...
Yuri Weinstein
07:50 PM Dashboard Subtask #46160 (Resolved): Address API inconsistencies in cephfs endpoint
Verbs in endpoints:
GET /cephfs/{fs_id}/get_quotas vs. the existing GET /rgw/user/{uid}/quota. Same for CephFS set_q...
Anonymous
06:15 PM Stable releases Tasks #46159: octopus 15.2.4
h3. QE VALIDATION (STARTED 6/26/20)
*PRs list => https://pad.ceph.com/p/nautilus_v15.2.4_QE_PRs_LIST*
*sepia ce...
Yuri Weinstein
06:08 PM Stable releases Tasks #46159 (Resolved): octopus 15.2.4
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Yuri Weinstein
06:09 PM Dashboard Feature #40909: mgr/dashboard: REST API versioning
h1. Draft Proposal
h3. Versioning workflow
* An *API client* must always state the *@version@* they aim to cons...
Ernesto Puerta
05:54 PM Dashboard Bug #45968 (Fix Under Review): mgr/dashboard: Tooltips missing from progress bars
Tiago Melo
05:50 PM Dashboard Bug #45968 (In Progress): mgr/dashboard: Tooltips missing from progress bars
Tiago Melo
05:52 PM Revision 14cb1f9f (ceph): mgr/dashboard: Fix display of tooltips inside tables
Hover event was not being propagated into the components inside the table.
Fixes: https://tracker.ceph.com/issues/45...
Tiago Melo
05:51 PM CephFS Bug #46158 (Closed): pybind/mgr/volumes: Persist snapshot size on snapshot creation
Due to issue [1], the subvolume snapshot info command returns incorrect snapshot size if it's requested after the cor... Kotresh Hiremath Ravishankar
05:40 PM Revision e6da9390 (ceph): Merge pull request #35732 from neha-ojha/wip-perf-distro
qa/suites/perf-basic: remove supported-all-distro
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
05:34 PM Revision d07ea8db (ceph): mgr/volumes: Fix pool removal on volume deletion
While volume deletion, the associated pools are not always
removed. The pools are removed only if the volume is creat...
Kotresh Hiremath Ravishankar
05:00 PM Revision 5c0336f1 (ceph): qa/suites/perf-basic: remove supported-all-distro
d4a04809fd7fd8aaf447005f76a1090db99d75c5 did not serve it's purpose, we
need to remove supported-all-distro to only r...
Neha Ojha
03:49 PM Revision 80b15fa5 (ceph): Merge pull request #35678 from sebastian-philipp/cephadm-availabe-ssh-set
mgr/cephadm: make `orch status` fail, if ssh key is not set
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Sebastian Wagner
03:48 PM Revision 563cd2d3 (ceph): Merge pull request #35645 from sebastian-philipp/python-common-remove-o...
python-common: remove old `cephadm_orchestrator.py`
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
03:47 PM Dashboard Feature #38234 (Pending Backport): mgr/dashboard Replace broken osd
Lenz Grimmer
03:46 PM Revision 7387e4ef (ceph): Merge pull request #35242 from bk201/wip-38234
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Mel...
Lenz Grimmer
03:28 PM Orchestrator Bug #46157 (Resolved): cephadm upgrade test is broken: RGW: failed to bind address 0.0.0.0:80: Pe...
http://pulpito.ceph.com/swagner-2020-06-23_11:55:14-rados:cephadm-wip-swagner-testing-2020-06-23-1057-distro-basic-sm... Sebastian Wagner
03:01 PM Revision 04290960 (ceph): tasks/mgr/dashboard: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:01 PM Revision 2c2b5e0c (ceph): qa/tasks/mgr/test_orchestrator_cli: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:01 PM Revision fe6c9b54 (ceph): qa/tasks/ragweed: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:01 PM Revision 663d64bd (ceph): qa/tasks/vstart_runner: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:01 PM Revision 48f0e02d (ceph): qa/standalone: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:01 PM Revision fdcc3a89 (ceph): qa/workunits/mon: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:01 PM Revision 981a7cc9 (ceph): qa/tasks/cephfs/test_nfs.py: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:00 PM Revision a7beb90e (ceph): cmake: add TOX_ENVS keyword to test with listed test envs
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:00 PM Revision c02748c8 (ceph): qa: drop flake8-py2 test
as we've dropped py2 support, no need to run flake8 with python2
anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:00 PM Revision 2fa726b8 (ceph): qa/tasks: flake8 fixes
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:22 PM Revision 015a2e66 (ceph): Merge PR #35702 into master
* refs/pull/35702/head:
vstart: just use ganesha.nfsd that's in $PATH
Reviewed-by: Varsha Rao <varao@redhat.com>
Re...
Patrick Donnelly
02:18 PM Revision 1182ee40 (ceph): Merge PR #35724 into master
* refs/pull/35724/head:
vstart: Add ip value to nfs mount information
Reviewed-by: Jeff Layton <jlayton@redhat.com>...
Patrick Donnelly
01:47 PM CephFS Bug #46058 (Duplicate): qa: test_scrub_pause_and_resume KeyError: 'a'
Thanks for tracking that down Venky! Patrick Donnelly
05:48 AM CephFS Bug #46058: qa: test_scrub_pause_and_resume KeyError: 'a'
This is due to: https://tracker.ceph.com/issues/44638
The PR got merged but the tracker status was never updated.
Venky Shankar
01:46 PM CephFS Bug #46046 (Pending Backport): Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs....
Patrick Donnelly
01:44 PM Revision 0e1dc163 (ceph): Merge PR #35646 into master
* refs/pull/35646/head:
qa/tasks/cephfs/nfs: Poll for max 60 seconds to ensure removal of ganesha services
pybind/m...
Patrick Donnelly
01:29 PM CephFS Bug #46084: client: supplying ceph_fsetxattr with no value unsets xattr
Sidharth Anupkrishnan wrote:
> Jeff Layton wrote:
> > The kernel seems to key its behavior on the size parameter. ...
Sidharth Anupkrishnan
12:27 PM CephFS Bug #46084: client: supplying ceph_fsetxattr with no value unsets xattr
Jeff Layton wrote:
> The kernel seems to key its behavior on the size parameter. When it's 0, the pointer passed in ...
Sidharth Anupkrishnan
10:26 AM CephFS Bug #46084: client: supplying ceph_fsetxattr with no value unsets xattr
The kernel seems to key its behavior on the size parameter. When it's 0, the pointer passed in is ignored and an empt... Jeff Layton
12:54 PM Revision a74948bc (ceph): crimson/msgr: don't advertise the on-wire format v2.1.
We don't support it yet.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
12:51 PM Revision ac7e867e (ceph): crimson, common: validate the BlueStore's config for AlienStore.
This commit bases on the idea from Kefu Chai. Thanks!
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
12:51 PM Revision e8a5ffdf (ceph): crimson/os/alienstore: make the thread pool private.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
11:38 AM CephFS Feature #45371: mgr/volumes: `protect` and `clone` operation in a single transaction
With subvolume and snapshot decoupling feature[1], snapshot protect and unprotect would no longer be required.
[1]...
Kotresh Hiremath Ravishankar
11:10 AM Revision 02d2097e (ceph): vstart: Add ip value to nfs mount information
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
11:05 AM Revision 66e81b8b (ceph): install-deps.sh: drop devtoolset(DTS) check for centos
we needed DTS for ensuring centos 7 had decent GCC version, since we won't be
supporting el7 anymore this check becom...
Deepika Upadhyay
11:05 AM Revision 62093a7e (ceph): ceph.spec: drop support for el7 for rpm builds
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
10:52 AM Revision 68cfa109 (ceph): cephadm: error trying to get ceph auth entry for crash daemon
If your cluster has nodes with a . in the name. This will happen.
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar...
Juan Miguel Olmo Martínez
10:51 AM Dashboard Bug #46153 (Fix Under Review): mgr/dashboard: Tooltips for disabled table actions do not work
Tiago Melo
09:32 AM Dashboard Bug #46153 (Resolved): mgr/dashboard: Tooltips for disabled table actions do not work
The feature to show a tooltip for disabled table actions has been dropped erroneously by the PR https://github.com/ce... Volker Theile
10:14 AM Dashboard Bug #46109 (Resolved): mgr/dashboard: Different autocomplete input backgrounds in chrome and firefox
Lenz Grimmer
05:37 AM Dashboard Bug #46109 (Pending Backport): mgr/dashboard: Different autocomplete input backgrounds in chrome ...
Laura Paduano
10:13 AM Dashboard Backport #46136 (Resolved): mgr/dashboard: Different autocomplete input backgrounds in chrome and...
Lenz Grimmer
05:38 AM Dashboard Backport #46136 (In Progress): mgr/dashboard: Different autocomplete input backgrounds in chrome ...
Laura Paduano
10:13 AM Revision ba14e5a3 (ceph): Merge pull request #35718 from callithea/wip-46136-octopus
octopus: mgr/dashboard: fix autocomplete input backgrounds in chrome and firefox
Reviewed-by: Alfonso Martínez <alma...
Lenz Grimmer
10:11 AM Dashboard Bug #46105 (Resolved): mgr/dashboard: fails to start dev server with zh-CN or zh-TW configuration
Lenz Grimmer
10:09 AM Revision 58ee1e80 (ceph): Merge pull request #35668 from bk201/wip-46105
mgr/dashboard: fix browserTarget for zh-Hans and zh-Hant
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by...
Lenz Grimmer
09:28 AM Revision d13b441c (ceph): ceph.spec: fix mgr diskprediction_local dependency
fixes: https://tracker.ceph.com/issues/44948
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Deepika Upadhyay
09:18 AM Revision 743edd03 (ceph): qa/suites/rados/thrash-old-clients: disable verify_ceph_hash
in this test, older ceph clients are installed on el7, but the ceph
cluster is deployed using cephadm, which in turn ...
Kefu Chai
09:11 AM Dashboard Bug #43971 (Fix Under Review): mgr/dashboard: the RBD configuration table has incorrect values in...
Kiefer Chang
09:07 AM Revision c817900a (ceph): mgr/dashboard: fix Source column i18n issue in RBD configuration tables
Fixes: https://tracker.ceph.com/issues/43971
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
Kiefer Chang
09:04 AM Dashboard Cleanup #35689 (Resolved): mgr/dashboard: Proposed Login Screen
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:01 AM Revision b8ea9b0b (ceph): Merge pull request #35653 from ideepika/fix-cpatch
src/cstart: fix typo in cstart script
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Michael Fritch <mfritch...
Sebastian Wagner
09:00 AM CephFS Backport #46152 (Resolved): octopus: test_scrub_pause_and_resume (tasks.cephfs.test_scrub_checks....
https://github.com/ceph/ceph/pull/36038 Nathan Cutler
09:00 AM CephFS Backport #46151 (Resolved): nautilus: test_scrub_pause_and_resume (tasks.cephfs.test_scrub_checks...
https://github.com/ceph/ceph/pull/36168 Nathan Cutler
09:00 AM CephFS Bug #45071 (Resolved): cephfs-shell: CI testing does not detect flake8 errors
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:00 AM Dashboard Bug #45106 (Resolved): mgr/dashboard: table detail of Services is not displayed
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:59 AM CephFS Feature #45289 (Resolved): mgr/volumes: create fs subvolumes with isolated RADOS namespaces
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:59 AM CephFS Bug #45300 (Resolved): qa/tasks/vstart_runner.py: TypeError: mount() got an unexpected keyword ar...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:59 AM Dashboard Feature #45310 (Resolved): mgr/dashboard: add grafana dashboards for rgw multisite sync info
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:59 AM CephFS Bug #45396 (Resolved): ceph-fuse: building the source code failed with libfuse3.5 or higher versions
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:59 AM Dashboard Bug #45445 (Resolved): mgr/dashboard: E2E: Timed out retrying: Expected to find content: 'rq' wit...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:58 AM CephFS Bug #45866 (Resolved): ceph-fuse build failure against libfuse v3.9.1
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
08:58 AM rbd Backport #46150 (Resolved): octopus: [object-map] possible race condition when disabling object m...
https://github.com/ceph/ceph/pull/36656 Nathan Cutler
08:58 AM rbd Backport #46149 (Resolved): nautilus: [object-map] possible race condition when disabling object ...
https://github.com/ceph/ceph/pull/41787 Nathan Cutler
08:58 AM ceph-volume Backport #46148 (Resolved): octopus: functional tests: pass pv_devices to ansible
https://github.com/ceph/ceph/pull/36409 Nathan Cutler
08:58 AM Dashboard Backport #45557 (Resolved): octopus: mgr/dashboard: Dashboard breaks on the selection of a bad pool
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35135
m...
Nathan Cutler
08:57 AM Dashboard Backport #45541 (Resolved): octopus: mgr/dashboard: E2E: Timed out retrying: Expected to find con...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35706
m...
Nathan Cutler
08:57 AM Dashboard Backport #45727 (Resolved): octopus: mgr/dashboard: add grafana dashboards for rgw multisite sync...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35693
m...
Nathan Cutler
08:57 AM CephFS Backport #46001: octopus: pybind/mgr/volumes: add command to return metadata regarding a subvolum...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35670
m...
Nathan Cutler
06:36 AM CephFS Backport #46001 (Resolved): octopus: pybind/mgr/volumes: add command to return metadata regarding...
Kotresh Hiremath Ravishankar
08:57 AM CephFS Backport #45849: octopus: mgr/volumes: create fs subvolumes with isolated RADOS namespaces
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35671
m...
Nathan Cutler
06:34 AM CephFS Backport #45849 (Resolved): octopus: mgr/volumes: create fs subvolumes with isolated RADOS namesp...
Kotresh Hiremath Ravishankar
08:57 AM CephFS Backport #46013 (Resolved): octopus: qa: commit 9f6c764f10f break qa code in several places
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35600
m...
Nathan Cutler
08:57 AM CephFS Backport #45851 (Resolved): octopus: mds: scrub on directory with recently created files may fail...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35555
m...
Nathan Cutler
08:56 AM CephFS Backport #45848 (Resolved): octopus: qa/tasks/vstart_runner.py: TypeError: mount() got an unexpec...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35554
m...
Nathan Cutler
08:56 AM CephFS Backport #45846 (Resolved): octopus: qa/fuse_mount.py: tests crash when /sys/fs/fuse/connections ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35451
m...
Nathan Cutler
08:56 AM CephFS Backport #45941 (Resolved): octopus: ceph-fuse build failure against libfuse v3.9.1
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35450
m...
Nathan Cutler
08:56 AM CephFS Backport #45845 (Resolved): octopus: ceph-fuse: building the source code failed with libfuse3.5 o...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35450
m...
Nathan Cutler
08:56 AM CephFS Backport #45842 (Resolved): octopus: ceph-fuse: the -d option couldn't enable the debug mode in l...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35449
m...
Nathan Cutler
08:55 AM CephFS Backport #45476 (Resolved): octopus: cephfs-shell: CI testing does not detect flake8 errors
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34998
m...
Nathan Cutler
08:55 AM CephFS Backport #45888 (Resolved): octopus: client: fails to reconnect to MDS
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35616
m...
Nathan Cutler
08:55 AM CephFS Backport #45838 (Resolved): octopus: mds may start to fragment dirfrag before rollback finishes
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35448
m...
Nathan Cutler
08:54 AM Dashboard Backport #45710 (Resolved): octopus: mgr/dashboard: Proposed Login Screen
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35268
m...
Nathan Cutler
08:54 AM Dashboard Backport #45368 (Resolved): octopus: mgr/dashboard: table detail of Services is not displayed
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35269
m...
Nathan Cutler
08:54 AM Dashboard Backport #46111: octopus: mgr/dashboard: Fix chrome and chromium binaries verification
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35679
m...
Nathan Cutler
08:53 AM Orchestrator Bug #46138: mgr/dashboard: Error creating iSCSI target
This is not a Dashboard issue because I get the same error when using `gwcli` tool:... Ricardo Marques
08:47 AM Revision 77c3f4d6 (ceph): Merge pull request #35135 from shyukri/wip-45557-octopus
octopus: mgr/dashboard: Prevent dashboard breakdown on bad pool selection
Reviewed-by: Alfonso Martínez <almartin@re...
Laura Paduano
08:40 AM Revision baff9bf1 (ceph): Merge pull request #35706 from tspmelo/wip-45541-octopus
octopus: mgr/dashboard: Fix random E2E error in mgr-modules
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Revi...
Laura Paduano
08:31 AM Dashboard Bug #46147 (New): mgr/dashboard: table actions and column headers are not displayed in correct la...
* Switch to a language other than English.
* The table actions and column headers are still in English.
For examp...
Kiefer Chang
08:18 AM Dashboard Bug #46146 (Resolved): mgr/dashboard: Host delete action should be disabled if not managed by Orc...
The 'Delete' action button should be disabled if the selected host is not managed by Orchestrator. It is not possible... Volker Theile
08:16 AM Revision 0ad46aff (ceph): Revert "crimson/os: disable alienized bluestore if using seastar alloca...
This reverts commit db84151ed728f6951f891690e3bb704139e2ed9a.
It's not necessary as further commits will bring experi...
Radoslaw Zarzynski
08:16 AM Revision f7715b86 (ceph): crimson/os/alienstore: configure Seastar's memory allocator.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:16 AM Revision aadc52e9 (ceph): os/bluestore: configure Seastar's allocator for RocksDB's threads.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:16 AM Revision b5591907 (ceph): common/Thread: configure Seastar's memory allocator.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:16 AM Revision 490b6322 (ceph): cmake: clean-up the alienstore's CMakeLists.txt.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
08:16 AM Revision ea039aa1 (ceph): cmake: restrict crush_objs in libcrimson-alienstore.a.
The problem this commit deals with is that alienized
set of some `src/common` has included all `crush_srcs`:
```
...
Radoslaw Zarzynski
08:16 AM Revision 2dab54a0 (ceph): cmake: move buffer_seastar.cc into libcrimson-common.a.
Before the commit it was a part of libcrimson.a. However, this
assignment misses the dependency MonMac.cc has towards...
Radoslaw Zarzynski
08:11 AM Dashboard Bug #46145 (Resolved): mgr/dashboard: Action button is not reset after switching tabs
When you select a table row the action button gets modified, e.g. 'Edit' is activated. When you switch the another ta... Volker Theile
07:39 AM Revision 424396da (ceph): qa/suites/rados: do not test with el7
since we stopped building master on el7, there is no need to test
cephadm with el7 anymore.
Signed-off-by: Kefu Chai...
Kefu Chai
07:29 AM Dashboard Bug #46067 (Resolved): mgr/dashboard: run-backend-api-tests.sh script is stuck
Kiefer Chang
07:27 AM Revision c229b008 (ceph): Merge pull request #35693 from rhcs-dashboard/wip-45727-octopus
octopus: mgr/dashboard: grafana panels for rgw multisite sync performance
Reviewed-by: Ernesto Puertat <epuertat@red...
Laura Paduano
07:21 AM Revision 6106a8d7 (ceph): doc/dev/msgr2: fix inconsistencies and update for msgr2.1
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 5eea038b71420f6e84aa481b845376f18c2fe3bc)
Ilya Dryomov
07:21 AM Revision 7a32c524 (ceph): msg/async/ProtocolV2: add msgr2.1 feature bit
Use msgr2.1 if the peer supports it and fall back to msgr2.0
otherwise.
Signed-off-by: Ilya Dryomov <idryomov@gmail....
Ilya Dryomov
07:21 AM Revision 9ba3f599 (ceph): msg/async/ProtocolV2: store supported features instead of required
We aren't interested in peer_required_features anywhere outside
_handle_peer_banner_payload() -- once we know there i...
Ilya Dryomov
07:21 AM Revision 64f7ad7e (ceph): msg/async/ProtocolV2: short circuit empty segments and epilogue
In both msgr2.0 and msgr2.1, segments can be empty. In msgr2.1,
epilogue can be empty as well.
Handle both by calli...
Ilya Dryomov
07:21 AM Revision 9626953a (ceph): msg/async/frames_v2: add initial unit tests
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 0b3f4c6357701855559ee45add613e7456ceae05)
Ilya Dryomov
07:21 AM Revision 1d5ba8ce (ceph): msg/async/crypto_onwire: implement msgr2.1 nonce format
Move to a 64-bit counter to avoid wrapping and having to reset
the session before the counter repeats. This is in li...
Ilya Dryomov
07:21 AM Revision 4d8acb3b (ceph): msg/async/frames_v2: implement msgr2.1 wire format
Implement msgr2.1-crc and msgr2.1-secure modes.
Issues with existing msgr2.0-crc and msgr2.0-secure modes and
their ...
Ilya Dryomov
07:21 AM Revision 36ff2f1f (ceph): msg/async/frames_v2: rename and clarify FRAME_FLAGS_LATEABRT
Clarify that the frame can be aborted at any point after the
preamble and the first segment are put on the wire. Whe...
Ilya Dryomov
07:21 AM Revision 29aeaeed (ceph): msg/async/frames_v2: rename epilogue structs
In preparation for msgr2,1, rename epilogue structs:
epilogue_plain_block_t to epilogue_crc_rev0_block_t and
epilogue...
Ilya Dryomov
07:21 AM Revision b2b41dec (ceph): msg/async/ProtocolV2: fix l_msgr_recv_bytes calculation
l_msgr_recv_bytes calculation was never updated from msgr1.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry...
Ilya Dryomov
07:21 AM Revision 59144b27 (ceph): msg/async/ProtocolV2: switch to FrameAssembler
Factor out the disassembly code from ProtocolV2 and switch
ProtocolV2 to FrameAssembler.
Signed-off-by: Ilya Dryomov...
Ilya Dryomov
07:21 AM Revision 485c7349 (ceph): msg/async/frames_v2: introduce FrameAssembler
Start separating frame assembly and disassembly code from
frame sending, receiving and handling code, so that assembl...
Ilya Dryomov
07:21 AM Revision 446a05ec (ceph): msg/async/frames_v2: make rx_segments_t global
Use it in ProtocolV2.h and later in unit tests.
While at it, drop the unused len struct.
Signed-off-by: Ilya Dryomo...
Ilya Dryomov
07:21 AM Revision 1d163c17 (ceph): msg/async/ProtocolV2: session_stream_handlers doesn't need to be public
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 6b6d405d496efa44104ad0f28958c77c314a729e)
Ilya Dryomov
07:21 AM Revision ff7bc343 (ceph): msg/async/ProtocolV2: adjust some douts
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit e1d1f61f2ed88d5471193a34eed88c5709b18858)
Ilya Dryomov
07:21 AM Revision a9a365a6 (ceph): msg/async/crypto_onwire: perform decryption in place
OpenSSL supports in-place decryption so we can avoid
allocating potentially multi-megabyte and strictly aligned
buffe...
Ilya Dryomov
07:21 AM Revision dd3e2067 (ceph): msg/async/crypto_onwire: remove TxHandler::calculate_segment_size()
It is unused and doesn't make much sense in TxHandler.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry pick...
Ilya Dryomov
07:21 AM Revision e83af873 (ceph): msg/async/crypto_onwire: add asserts for reset_tx_handler() reservation
Add asserts to avoid bugs like the one fixed in 1a975fb3a801
("msg/async: fix unnecessary 4 kB allocation in secure m...
Ilya Dryomov
07:21 AM Revision 51c7e25c (ceph): msg/async/crypto_onwire: allow dynamic reset_tx_handler() sequences
Provide an iterator-like interface as initializer lists cannot be
formed dynamically.
Signed-off-by: Ilya Dryomov <i...
Ilya Dryomov
06:10 AM Revision 8214c427 (ceph): mds: MDS-MDS message classes inherit from MMDSOp
Fixes: https://tracker.ceph.com/issues/41565
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
06:09 AM Revision 946cc7a0 (ceph): mds: MMDSOp implementation and detect unversioned messages
Fixes: https://tracker.ceph.com/issues/41565
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
05:48 AM CephFS Bug #44638 (Pending Backport): test_scrub_pause_and_resume (tasks.cephfs.test_scrub_checks.TestSc...
Venky Shankar
05:38 AM Revision f83bf0ed (ceph): mgr/dashboard: fix autocomplete input backgrounds in chrome and firefox
Fixes: https://tracker.ceph.com/issues/46109
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
(cherry picked from com...
Ishan Rai
05:36 AM Revision daef7626 (ceph): Merge pull request #35676 from ishanrai05/autocomplete-background
mgr/dashboard: fix autocomplete input backgrounds in chrome and firefox
Reviewed-by: Alfonso Martínez <almartin@redh...
Laura Paduano
04:11 AM Orchestrator Documentation #46133: encourage users to apply YAML specs instead of using the CLI
https://github.com/ceph/ceph/pull/35709 Zac Dover
02:19 AM Revision 7e007670 (ceph): Merge PR #35627 into master
* refs/pull/35627/head:
qa: fix type error in stderr processing
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-...
Patrick Donnelly
02:19 AM Revision 61d68137 (ceph): adding s3select sub-module; integrating sub-module into RGW; current co...
Signed-off-by: gal salomon <gal.salomon@gmail.com> gal salomon
12:15 AM RADOS Bug #45944: osd/osd-markdown.sh: TEST_osd_stop failed
... Neha Ojha

06/22/2020

11:34 PM CephFS Bug #46084 (Triaged): client: supplying ceph_fsetxattr with no value unsets xattr
Jeff suggests the behavior should be to convert the nullptr to an empty string, to match the behavior of the kernel c... Patrick Donnelly
01:54 PM CephFS Bug #46084: client: supplying ceph_fsetxattr with no value unsets xattr
Patrick Donnelly wrote:
> Interesting design choice here. Is it causing issues for some application of yours? I'm in...
John Mulligan
01:51 PM CephFS Bug #46084: client: supplying ceph_fsetxattr with no value unsets xattr
Looks like a legit bug. The Linux kernel does this in __vfs_setxattr:... Jeff Layton
01:44 PM CephFS Bug #46084: client: supplying ceph_fsetxattr with no value unsets xattr
Interesting design choice here. Is it causing issues for some application of yours? I'm inclined not to change the be... Patrick Donnelly
11:22 PM Revision de62c539 (ceph): qa/tasks/cephfs/cephfs_test_case.py: skip cleaning the core dumps
|/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e %P %I %h
If the first character of this file is a pipe symbol (|), ...
Xiubo Li
10:10 PM Revision 1cd08681 (ceph): msg/async: drop intermediary variables in frame_v2.cc.
They were required only because we lacked rvalue-taking
variant of `bufferlist::claim_append()`.
Signed-off-by: Rado...
Radoslaw Zarzynski
10:08 PM Revision 5d8fff13 (ceph): common/bl: introduce rvalue taking claim_append().
The motivation is to stop prohibiting callers from
directly passing temporaries. It was not infrequent
to see constru...
Radoslaw Zarzynski
09:59 PM RADOS Backport #46115 (In Progress): octopus: Add statfs output to ceph-objectstore-tool
David Zafman
09:52 PM Revision d3de39ec (ceph): tools: Add statfs operation to ceph-objecstore-tool
Fixes: https://tracker.ceph.com/issues/46064
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from co...
David Zafman
09:37 PM RADOS Backport #46116 (In Progress): nautilus: Add statfs output to ceph-objectstore-tool
David Zafman
09:32 PM Revision 0d384a6d (ceph): tools: Add statfs operation to ceph-objecstore-tool
Fixes: https://tracker.ceph.com/issues/46064
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from co...
David Zafman
09:15 PM CephFS Bug #23421: ceph-fuse: stop ceph-fuse if no root permissions?
The issue is right there in the log?
2020-06-19T14:49:24.230+0530 7fba997fa700 -1 client.4311 failed to remount fo...
Patrick Donnelly
07:56 PM Dashboard Bug #45185: mgr/dashboard: fix usage calculation to match "ceph df" way
Just explored the ceph-mgr API with "this":https://github.com/ceph/ceph/pull/34840/ and found:... Ernesto Puerta
07:40 PM Revision f5c2b76e (ceph): common/bl: deduplicate code between claim_append() and clear().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
07:22 PM Dashboard Backport #46019 (In Progress): nautilus: mgr/dashboard/rbd: throws 500s with format 1 RBD images
Ernesto Puerta
06:52 PM RADOS Bug #45944: osd/osd-markdown.sh: TEST_osd_stop failed
/a/teuthology-2020-06-19_07:01:02-rados-master-distro-basic-smithi/5164221 Neha Ojha
06:46 PM Dashboard Backport #46020 (In Progress): octopus: mgr/dashboard/rbd: throws 500s with format 1 RBD images
Ernesto Puerta
06:08 PM Revision 24f3b5b7 (ceph): mgr/dashboard: fix UI for Device class column in OSDs list
Fixes: https://tracker.ceph.com/issues/46144
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Avan Thakkar
05:58 PM Revision 9087e3b7 (ceph): Revert "ceph_osd: remove client message cap limit"
This reverts commit 45d5ac3ea040d6a7213b63d1c582e3a1bbaae8d4.
Without a msg throttler, we can't change osd_client_me...
Josh Durgin
05:53 PM RADOS Bug #46143 (Fix Under Review): osd: make message cap option usable again
Neha Ojha
05:36 PM RADOS Bug #46143 (In Progress): osd: make message cap option usable again
Neha Ojha
05:18 PM RADOS Bug #46143 (Resolved): osd: make message cap option usable again
"This reverts commit 45d5ac3.
Without a msg throttler, we can't change osd_client_message_cap cap
online. The thr...
Neha Ojha
05:49 PM Dashboard Bug #46144 (Resolved): mgr/dashboard: fix UI for Device class column in OSDs list
Cluster - OSDs - Device class column - > sort ; needs a little more space Avan Thakkar
05:45 PM CephFS Backport #46001: octopus: pybind/mgr/volumes: add command to return metadata regarding a subvolum...
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/35670
merged
Yuri Weinstein
05:45 PM Revision 9f6ed545 (ceph): Merge pull request #35670 from kotreshhr/wip-46001-octopus
octopus: mgr/volumes: Add snapshot info command
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Ram...
Yuri Weinstein
05:45 PM CephFS Backport #45849: octopus: mgr/volumes: create fs subvolumes with isolated RADOS namespaces
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35671
merged
Yuri Weinstein
05:44 PM Revision e0b5d5d1 (ceph): Merge pull request #35671 from kotreshhr/wip-45849-octopus
octopus: mgr/volumes: Create subvolume with isolated rados namespace
Reviewed-by: Ramana Raja <rraja@redhat.com>
Rev...
Yuri Weinstein
05:43 PM CephFS Backport #46013: octopus: qa: commit 9f6c764f10f break qa code in several places
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35600
merged
Yuri Weinstein
05:43 PM Revision 540b6755 (ceph): Merge pull request #35600 from smithfarm/wip-46013-octopus
octopus: qa/vstart_runner: update vstart_runner.LocalRemote.sh
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewe...
Yuri Weinstein
05:41 PM CephFS Backport #45851: octopus: mds: scrub on directory with recently created files may fail to load ba...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35555
merged
Yuri Weinstein
05:41 PM Revision 7f6af27d (ceph): Merge pull request #35555 from Vicente-Cheng/wip-45851-octopus
octopus: mds: flag backtrace scrub failures for new files as okay
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
05:40 PM CephFS Backport #45848: octopus: qa/tasks/vstart_runner.py: TypeError: mount() got an unexpected keyword...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35554
merged
Yuri Weinstein
05:39 PM Revision 9eb00768 (ceph): Merge pull request #35554 from Vicente-Cheng/wip-45848-octopus
octopus: qa/tasks/vstart_runner.py: add def mountpoint parameter
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>...
Yuri Weinstein
05:37 PM CephFS Backport #45846: octopus: qa/fuse_mount.py: tests crash when /sys/fs/fuse/connections is absent
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35451
merged
Yuri Weinstein
05:37 PM Revision 0ca2061f (ceph): Merge pull request #35451 from smithfarm/wip-45846-octopus
octopus: tests: cephfs: run modprobe beforehand so that /sys/fs/fuse/connections is never absen
Reviewed-by: Patrick...
Yuri Weinstein
05:36 PM CephFS Backport #45941: octopus: ceph-fuse build failure against libfuse v3.9.1
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35450
merged
Yuri Weinstein
05:36 PM CephFS Backport #45845: octopus: ceph-fuse: building the source code failed with libfuse3.5 or higher ve...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35450
merged
Yuri Weinstein
05:36 PM Revision 5bb43397 (ceph): Merge pull request #35450 from smithfarm/wip-45845-octopus
octopus: src/client/fuse_ll: compatible with libfuse3.5 or higher
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed...
Yuri Weinstein
05:34 PM CephFS Backport #45842: octopus: ceph-fuse: the -d option couldn't enable the debug mode in libfuse
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35449
merged
Yuri Weinstein
05:34 PM Revision fdd5df55 (ceph): Merge pull request #35449 from smithfarm/wip-45842-octopus
octopus: cephfs: fuse: add the '-d' option back for libfuse
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
05:34 PM CephFS Backport #45476: octopus: cephfs-shell: CI testing does not detect flake8 errors
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/34998
merged
Yuri Weinstein
05:33 PM Revision 577fdee9 (ceph): Merge pull request #34998 from smithfarm/wip-45476-octopus
octopus: cephfs-shell: Change tox testenv name to py3
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-b...
Yuri Weinstein
05:32 PM CephFS Backport #45888: octopus: client: fails to reconnect to MDS
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35616
merged
Yuri Weinstein
05:31 PM Revision 8c3289c5 (ceph): Merge pull request #35616 from Vicente-Cheng/wip-45888-octopus
octopus: qa/tasks/cephfs/test_scrub.py: use umount_wait to avoid possible ceph-fuse daemon stuck
Reviewed-by: Patric...
Yuri Weinstein
05:28 PM CephFS Backport #45838: octopus: mds may start to fragment dirfrag before rollback finishes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35448
merged
Yuri Weinstein
05:28 PM Revision 68fa6535 (ceph): Merge pull request #35448 from smithfarm/wip-45838-octopus
octopus: mds: cleanup uncommitted fragments before mds goes to active
Reviewed-by: Patrick Donnelly <pdonnell@redhat...
Yuri Weinstein
05:12 PM Orchestrator Bug #45343 (Resolved): Error: error pulling image "quay.io/ceph-ci/ceph:" "net/http: TLS handshak...
David Galloway
05:10 PM Revision 49a3a66e (ceph): Merge pull request #35635 from zdover23/wip-doc-man-deploy-mon-bootstra...
doc/install: add sudo to command zdover23
04:57 PM RADOS Bug #41154: osd: pg unknown state
I again have this problem.... Alexander Kazansky
04:52 PM ceph-volume Bug #46131 (Pending Backport): functional tests: pass pv_devices to ansible
Jan Fajerski
06:55 AM ceph-volume Bug #46131 (Resolved): functional tests: pass pv_devices to ansible
After an improvement in ansibles tests (https://github.com/ceph/ceph-ansible/pull/5413), ceph-volume needs to pass pv... Jan Fajerski
04:52 PM Revision eff2bcc1 (ceph): Merge pull request #35595 from jan--f/c-v-fix-lvm-functests
ceph-volume: fix lvm functional tests Jan Fajerski
04:41 PM Revision 3ca2c482 (ceph): mgr/DaemonServer.cc: make 'config show' on fsid work
This follows 5661dd75efd48251b7f433b1ffe01c9c52906e96, which added special
handling for "config get" to work on fsid....
Neha Ojha
04:13 PM rgw Bug #46078: invalid principal arn in bucket policy grants access to all
Chris Durham wrote:
> Pritha Srivastava wrote:
> > I tried the following steps on both master and 15.2.2, but faile...
Chris Durham
04:03 PM rgw Bug #46078: invalid principal arn in bucket policy grants access to all
Pritha Srivastava wrote:
> I tried the following steps on both master and 15.2.2, but failed to reproduce the error:...
Chris Durham
06:55 AM rgw Bug #46078: invalid principal arn in bucket policy grants access to all
I tried the following steps on both master and 15.2.2, but failed to reproduce the error:
1. Create 3 users
2. Cr...
Pritha Srivastava
04:11 PM CephFS Bug #41541 (Fix Under Review): mgr/volumes: ephemerally pin volumes
Patrick Donnelly
04:09 PM CephFS Bug #37725 (Triaged): mds: stopping MDS with subtrees pinnned cannot finish stopping
I believe this is fixed already but needs double-checked. It may also be fixed by the ephemeral pinning branch for #4... Patrick Donnelly
03:57 PM Dashboard Bug #46142 (Resolved): Dashboard fails to load, internal server error in API
We just updated rook-managed ceph cluster from 14.2.9 to 15.2.3. After the update dashboard frontpage doesn't show an... Anssi Kolehmainen
03:22 PM Revision 951a2027 (ceph): Merge pull request #35027 from yuvalif/add_doxygen_target
cmake: add doxygen target for c++ code under src
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:19 PM RADOS Documentation #46141 (New): Document automatic OSD deployment behavior better
Make certain that the documentation notifies readers that OSDs are automatically created, so that they are not caught... Zac Dover
03:09 PM Revision 01df08a4 (ceph): mgr/dashboard: fix autocomplete input backgrounds in chrome and firefox
Fixes: https://tracker.ceph.com/issues/46109
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
Ishan Rai
03:08 PM Orchestrator Documentation #46133: encourage users to apply YAML specs instead of using the CLI
This is similar to the way that Kubernetes does things.
--Sebastian Wagner, Ceph Orchestrators Meeting 22 Jun 2020
Zac Dover
08:48 AM Orchestrator Documentation #46133: encourage users to apply YAML specs instead of using the CLI
We need more examples of YAML files that users can cut and paste or at least cut, alter, and paste. Zac Dover
08:31 AM Orchestrator Documentation #46133: encourage users to apply YAML specs instead of using the CLI
affected files:
cephadm/adopt.rst
cephadm/install.rst
mgr/orchestrator.rst
Zac Dover
08:13 AM Orchestrator Documentation #46133 (Resolved): encourage users to apply YAML specs instead of using the CLI
Ceph orchestrator has two main ways to interact on the command line: The CLI and YAML specs.
Turnd out, the CLI ...
Sebastian Wagner
01:54 PM Revision 991a9968 (ceph): mgr/prometheus: enable mypy type checking for prometheus module
Signed-off-by: Patrick Seidensal <pseidensal@suse.com> Patrick Seidensal
01:53 PM Dashboard Bug #45650 (Fix Under Review): mgr/dashboard: When adding silence, the Matcher dialog's submit bu...
Stephan Müller
01:51 PM Dashboard Backport #45541 (In Progress): octopus: mgr/dashboard: E2E: Timed out retrying: Expected to find ...
Tiago Melo
01:51 PM Revision a2ce8181 (ceph): mgr/dashboard: Fix random E2E error in mgr-modules
This test failed at random times when it tried to find the new value of pool_ids
in the balancer module.
This happene...
Tiago Melo
01:47 PM CephFS Feature #46074 (Triaged): mds: provide altrenatives to increase the total cephfs subvolume snapsh...
Patrick Donnelly
01:43 PM Dashboard Bug #46135 (Fix Under Review): mgr/dashboard: Typeahead regression in the silence matcher
Stephan Müller
08:26 AM Dashboard Bug #46135 (Resolved): mgr/dashboard: Typeahead regression in the silence matcher
This regression was introduced by PR #35300 which updated the typeahead module usage from ngx-bootstrap to ng-bootst... Stephan Müller
01:41 PM Dashboard Backport #45855 (In Progress): octopus: mgr/dashboard: Improve SummaryService's getCurrentSummary...
Tiago Melo
01:41 PM Revision 1f7d690f (ceph): mgr/dashboard: Improve Summary's subscribe methods
Now subscribe only emits if the value is not undefined,
removing the need to do the validation after each subscribe.
...
Tiago Melo
01:41 PM CephFS Bug #46129 (Fix Under Review): mds: fix hang issue when accessing a file under a lost parent dire...
Patrick Donnelly
02:45 AM CephFS Bug #46129 (Resolved): mds: fix hang issue when accessing a file under a lost parent directory
Once a while we had encountered some serious problem that resulted in some metadata lost. After we brought the MDS up... Zhi Zhang
01:16 PM Revision 94ce669b (ceph): Merge pull request #35688 from tchaikov/wip-doc-sphinx
admin/doc-requirements: pin sphinx-autodoc-typehints to 1.10.3
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse....
Kefu Chai
01:03 PM CephFS Bug #46100 (Fix Under Review): vstart_runner.py: check for Raw instance before treating as iterable
Rishabh Dave
01:03 PM CephFS Bug #46101 (Fix Under Review): qa: set omit_sudo to False for cmds executed with sudo
Rishabh Dave
01:00 PM Revision 0763bcfa (ceph): mypy.ini: Remove global `ignore_missing_imports = True`
A global flag hides errors when we actually want to
import something. Like ceph-python-common etc.
Signed-off-by: Se...
Sebastian Wagner
12:47 PM Orchestrator Bug #44746 (Closed): cephadm: vstart.sh --cephadm: don't deploy crash by default
Sebastian Wagner
12:47 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
Ok, I have a patchset that fixes this for ganesha. It turns out not to be terribly invasive, but it does need more te... Jeff Layton
12:46 PM Orchestrator Bug #45167: cephadm: mons are not properly deployed
Might be fixed by https://github.com/ceph/ceph/pull/35651 Sebastian Wagner
12:31 PM Revision eab8c813 (ceph): vstart: just use ganesha.nfsd that's in $PATH
In an earlier patch, I added a --ganesha-path option, but that left out
ganesha-rados-grace, which also could be in a...
Jeff Layton
12:13 PM Revision d4b161da (ceph): Merge pull request #35698 from tchaikov/wip-man-print-file-which-is-non...
man/conf.py: print out path to file which contains undecodable chars
Reviewed-by: Sebastian Wagner <sebastian.wagner...
Kefu Chai
12:07 PM Revision d3983be5 (ceph): Merge pull request #35701 from tchaikov/wip-doc-sans-utf8
doc/man/8/ceph-objectstore-tool.rst: drop UTF-8 chars
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Kefu Chai
11:56 AM CephFS Bug #46140 (Resolved): mds: couldn't see the logs in log file before the daemon get aborted
It seems the **assert()** call doesn't flush the log buffer to the relevant log files before it aborting the daemons,... Xiubo Li
11:55 AM Revision 6d76ebe1 (ceph): doc/man/8/ceph-objectstore-tool.rst: drop UTF-8 chars
it's a regression introduced by 5a09d7a1ca2e93811505345c31367627bedbea0e
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:54 AM rbd Bug #46139: profile rbd does not allow the use of RBD_INFO
PR: https://github.com/ceph/ceph/pull/35699 Florian Florensa
10:52 AM rbd Bug #46139 (Resolved): profile rbd does not allow the use of RBD_INFO
pretty much like https://tracker.ceph.com/issues/39973 but this time a client restricted to a namespace cannot create... Florian Florensa
11:41 AM Revision e9e17b9c (ceph): man/conf.py: print out path to file which contains undecodable chars
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:35 AM Revision c797bebb (ceph): Merge pull request #35268 from callithea/wip-45710-octopus
octopus: mgr/dashboard: redesign the login screen
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Alfons...
Nathan Cutler
11:30 AM CephFS Bug #45593 (Rejected): qa: removing network bridge appears to cause dropped packets
This is not the ceph qa test suite's bug, the root cause is the node itself get lost. Xiubo Li
11:25 AM Revision 1e9fceab (ceph): osd/OSDCap: rbd profile permits use of "rbd_info"
User restricted to a namespace needs to be able to read rbd_info in
default namespace in order to create volumes.
Fi...
Florian Florensa
10:48 AM Orchestrator Bug #46138 (Resolved): mgr/dashboard: Error creating iSCSI target
On the latest `master` (pacific), I get the following error when trying to create an iSCSI target in Dashboard:
!2...
Ricardo Marques
10:44 AM Revision 61eda295 (ceph): Merge pull request #35269 from callithea/wip-45368-octopus
octopus: mgr/dashboard: displaying Service detail inside table
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewe...
Nathan Cutler
10:19 AM Revision 8ed32f61 (ceph): Merge pull request #35640 from sebastian-philipp/doc-cephadm-adopt-plac...
doc/cephadm: adopt: fix misleading `apply` examples
Reviewed-by: Stephan Müller <smueller@suse.com>
Sebastian Wagner
10:19 AM Revision e3e36bd2 (ceph): Merge pull request #35587 from sebastian-philipp/doc-orch-stateless-cli
doc/mgr/orch: Update documentation to the new CLI
Reviewed-by: Zac Dover <zac.dover@gmail.com>
Sebastian Wagner
10:12 AM Dashboard Backport #46136 (New): mgr/dashboard: Different autocomplete input backgrounds in chrome and firefox
Laura Paduano
08:43 AM Dashboard Backport #46136 (Resolved): mgr/dashboard: Different autocomplete input backgrounds in chrome and...
https://github.com/ceph/ceph/pull/35718 Laura Paduano
09:55 AM Revision d6369ac1 (ceph): mgr/dashboard: revise monitoring documentation
Fixes: https://tracker.ceph.com/issues/45406
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
Patrick Seidensal
09:12 AM RADOS Bug #46137: Monitor leader is marking multiple osd's down
Every few mins multiple osd's are going down and coming back up which is causing recovery of data, This is occurring ... Prayank Saxena
09:07 AM RADOS Bug #46137 (New): Monitor leader is marking multiple osd's down
My ceph cluster consist of 5 Mon and 58 DN with 1302 total osd's (HDD's) with 12.2.8 Luminous (stable) version and Fi... Prayank Saxena
09:03 AM Revision ad1338cb (ceph): common: Fix pointer to integer casts on Windows
'long' will be 32b on Windows, even on x64 targets. For this reason,
we can't use "long" when casting a pointer.
We'...
Lucian Petrut
08:46 AM Revision fa69d8e1 (ceph): mgr/prometheus: improve Prometheus module cache
Improve cache by running requests in a thread and prevent multiple
requests to Ceph from multiple sources (e.g. Prome...
Patrick Seidensal
08:42 AM Dashboard Bug #46109 (Fix Under Review): mgr/dashboard: Different autocomplete input backgrounds in chrome ...
Laura Paduano
08:24 AM Orchestrator Bug #46134 (Can't reproduce): ceph mgr should fail if it cannot add osd
strangely, after copying the ssh keys to remote host, when a new osd is added, the process executes without failure.
...
Deepika Upadhyay
08:10 AM Revision a0134bb0 (ceph): ceph-volume: fix lvm functional tests
This is related to https://github.com/ceph/ceph-ansible/pull/5413 and
adjusts the tests to work with the related ansi...
Jan Fajerski
07:43 AM Orchestrator Documentation #45820 (Resolved): create OSDs doc refer to --use-all-devices
Sebastian Wagner
07:43 AM Orchestrator Documentation #45865 (Resolved): cephadm: The service spec documentation is lacking important inf...
Sebastian Wagner
07:41 AM Revision 01de4da6 (ceph): tool: change coding style, indent with two spaces
Signed-off-by: Simon Gao <simon29rock@gmail.com> simon gao
07:30 AM Orchestrator Bug #45093: cephadm: mgrs transiently getting co-located (one node gets two when only one was ask...
only happens with MGRs Sebastian Wagner
07:22 AM Dashboard Backport #45727 (In Progress): octopus: mgr/dashboard: add grafana dashboards for rgw multisite s...
Alfonso Martínez
07:18 AM Revision efa8242c (ceph): mgr/dashboard: grafana panels for rgw multisite sync performance
* RGW sync perf. counters are now exposed through grafana panels.
* Sync Performance tab is only shown if rgw realm i...
Alfonso Martínez
07:05 AM Revision 4a2fcc54 (ceph): mgr/dashboard/api: To increase test coverage in API controllers
Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharm...
Aashish Sharma
07:04 AM Orchestrator Bug #46132: cephadm: Failed to add host in cephadm through command 'ceph orch host add node1'
Please some one look in to this issue. Sathvik Vutukuri
07:03 AM Orchestrator Bug #46132 (Duplicate): cephadm: Failed to add host in cephadm through command 'ceph orch host ad...
Failed to add host in cephadm (octopus release) through command 'ceph orch host add node1'
I am trying to add ceph...
Sathvik Vutukuri
07:01 AM Dashboard Bug #46110 (Resolved): mgr/dashboard: Fix chrome and chromium binaries verification
Kefu Chai
07:00 AM Dashboard Backport #46111 (Resolved): octopus: mgr/dashboard: Fix chrome and chromium binaries verification
Kefu Chai
06:59 AM Revision 13033965 (ceph): Merge pull request #35679 from tspmelo/wip-46111-octopus
octopus: mgr/dashboard: Fix e2e chromium binary validation
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-b...
Kefu Chai
06:43 AM Revision f99b3b6a (ceph): mgr/volumes/nfs: Ignore if ganesha disconnects
Fixes: https://tracker.ceph.com/issues/46046
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
06:43 AM Revision 92873997 (ceph): pybind/mgr/volumes/nfs: Remove unused cephfs module
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
06:43 AM Revision 0caa54ba (ceph): qa/tasks/cephfs/nfs: Poll for max 60 seconds to ensure removal of ganes...
Fixes: https://tracker.ceph.com/issues/46104
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
06:06 AM rbd Bug #45437: Segmentation fault in ImageCtx and ObjectCacher::FlusherThread of removed image to Ce...
Jason Dillaman wrote:
> Sven Anderson wrote:
> > Of course, as I wrote in the description "the image object still c...
Michael Adam
06:02 AM RADOS Bug #45943: Ceph Monitor heartbeat grace period does not reset.
Updates from testing the fix:
OSD failure before being marked down:...
Sridhar Seshasayee
05:17 AM Revision 1c27f713 (ceph): Merge pull request #35675 from smithfarm/wip-doc-backport-labelling
doc/SubmittingPatches-backports.rst: clarify backport PR labels
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
05:13 AM Revision 15138ca4 (ceph): doc/install: add sudo to command
This commit adds "sudo" to a ceph-authtool command
that is missing the "sudo".
Fixes: https://tracker.ceph.com/issue...
Zac Dover
05:12 AM Bug #46130 (Resolved): building error when running Sphinx
Kefu Chai
05:09 AM Bug #46130 (Fix Under Review): building error when running Sphinx
Kefu Chai
03:28 AM Bug #46130: building error when running Sphinx
WIP PR: https://github.com/ceph/ceph/pull/35691
(I don't have the permission to edit the issue under Ceph.)
Kiefer Chang
03:10 AM Bug #46130 (Resolved): building error when running Sphinx
I hit an error when building latest master code (89ad6c8e5d789975ae995ed2ca413d19d3f3d7cd).
The error message is
...
Kiefer Chang
05:10 AM Revision e1e596ff (ceph): Merge pull request #35691 from bk201/wip-46130
doc/man: fix ceph-objectstore-tool description
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:40 AM Revision 80e309f8 (ceph): Merge pull request #35682 from tchaikov/wip-cmake-cxx
cmake: only apply C++ compile options to C++ language
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
04:18 AM Revision fbd442b4 (ceph): doc/man: fix ceph-objectstore-tool description
There should be a `--` between the name and the description.
Fixes: https://tracker.ceph.com/issues/46130
Signed-off...
Kiefer Chang
02:37 AM Revision 83d03234 (ceph): admin/doc-requirements: pin sphinx-autodoc-typehints to 1.10.3
to silence following error:
ERROR: sphinx-autodoc-typehints 1.11.0 has requirement Sphinx>=3.0, but you'll have sphi...
Kefu Chai
02:37 AM Revision 17042166 (ceph): doc/conf.py: s/add_javascript/add_js_file/
to address following warning:
jenkins-build/build/workspace/ceph-pr-docs/doc/conf.py:102: RemovedInSphinx40Warning: ...
Kefu Chai
02:08 AM Revision f93d80aa (ceph): common: short variable template with suffix_v/_t
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com> Changcheng Liu
01:33 AM Revision bcbe4245 (ceph): common: typo fix for readability
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com> Changcheng Liu

06/21/2020

09:09 PM bluestore Bug #46124: Potential race condition regression around new OSD flock()s
> I suspect that Ceph starts other threads (using clone() on Linux) while the lock is held
Sorry, this should be t...
Niklas Hambuechen
05:27 PM bluestore Bug #46124: Potential race condition regression around new OSD flock()s
From the strace above, we can see that there's always a `close()` after a matching `flock()` within the same PID, so ... Niklas Hambuechen
01:53 PM bluestore Bug #46124: Potential race condition regression around new OSD flock()s
Another question:
Would it not be better to use OFD locks (Open File Description locks), that is via ...
Niklas Hambuechen
03:18 AM bluestore Bug #46124: Potential race condition regression around new OSD flock()s
In case it helps, here are `strace` invocations, each showing slightly different behaviour and error messages, that i... Niklas Hambuechen
03:08 AM bluestore Bug #46124: Potential race condition regression around new OSD flock()s
I did not experience that in Mimic. Niklas Hambuechen
03:07 AM bluestore Bug #46124 (Resolved): Potential race condition regression around new OSD flock()s
In #38150 and PR https://github.com/ceph/ceph/pull/26245, a new `flock()` approach was introuduced.
When I use `ce...
Niklas Hambuechen
07:09 PM Orchestrator Bug #45155: mgr/dashboard: Error listing orchestrator NFS daemons
This is a "cephadm/orchestrator" issue, and the backport is being handled as such, so moving it to that project. Nathan Cutler
03:47 PM rbd Bug #46083 (Pending Backport): [object-map] possible race condition when disabling object map wit...
Mykola Golub
03:47 PM Revision 89ad6c8e (ceph): Merge pull request #35658 from dillaman/wip-46083
librbd: race when disabling object map with overlapping in-flight writes
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
02:17 PM RADOS Feature #24099: osd: Improve workflow when creating OSD on raw block device if there was bluestor...
John Spray wrote:
> This seems like an odd idea -- if someone is doing OSD creation by hand, why would they want to ...
Niklas Hambuechen
01:56 PM rgw Bug #43536 (Fix Under Review): [pubsub] remove deprecated radogw-admin pubsub creation commands
Yuval Lifshitz
01:54 PM rgw Bug #45794 (New): [pubsub] remove hardcoded "pubsub" user from conf
Yuval Lifshitz
01:52 PM rgw Bug #46128 (Resolved): notification: cannot delete a notification from a deleted bucket
once the bucket is deleted, it is not possible to cleanup any associated notifications.
this is visible also in the ...
Yuval Lifshitz
12:55 PM rgw Bug #46127 (Resolved): amqp: allow for multiple exchanges on the same broker set
currently, only one exchange is supported, and if exchange is modified (for the same connection) an error is returned... Yuval Lifshitz
12:25 PM RADOS Documentation #46099: document statfs operation for ceph-objectstore-tool

if (op == "statfs") {
store_statfs_t statsbuf;
ret = fs->statfs(&statsbuf);
if (ret < 0) {
...
Zac Dover
12:10 PM RADOS Documentation #46126 (New): RGW docs lack an explanation of how permissions management works, esp...
<dirtwash> you know its sshitty protocol and design if obvious things arent visible and default behavior doesnt work
...
Zac Dover
08:02 AM RADOS Bug #46125: ceph mon memory increasing
Hi,
I have deployed ceph single node cluster.
ceph version 14.2.9 (581f22da52345dba46ee232b73b990f06029a2a0) na...
Ashish Nagar
07:13 AM RADOS Bug #46125 (Need More Info): ceph mon memory increasing
Hi,
I have deployed ceph single node cluster.
ceph version 14.2.9 (581f22da52345dba46ee232b73b990f06029a2a0) ...
Ashish Nagar
03:08 AM bluestore Bug #38150: KernelDevice exclusive lock broken
I suspect this may have introduced a regression: #46124 Niklas Hambuechen

06/20/2020

10:49 PM mgr Bug #46123 (Fix Under Review): ceph config show does not display fsid correctly
Nathan Cutler
10:48 PM mgr Bug #46123 (Resolved): ceph config show does not display fsid correctly
ubuntu@smithi122:~/ceph/build$ ./bin/ceph config show mon.a fsid
00000000-0000-0000-0000-000000000000
ubuntu@smit...
Nathan Cutler
10:47 PM mgr Bug #42820 (Resolved): ceph config get does not display fsid correctly
Nathan Cutler
10:12 PM RADOS Backport #46096 (In Progress): nautilus: Issue health status warning if num_shards_repaired excee...
Nathan Cutler
10:09 PM RADOS Backport #46095 (In Progress): octopus: Issue health status warning if num_shards_repaired exceed...
Nathan Cutler
10:02 PM Dashboard Cleanup #35693 (Resolved): Proposed About modal box
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:59 PM Dashboard Feature #44621 (Resolved): mgr/dashboard: Automatic preselection of failure domains in erasure co...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:58 PM Dashboard Cleanup #44811 (Resolved): mgr/dashboard: Reduce component's style size
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:58 PM Dashboard Bug #45405 (Resolved): mgr/dashboard: monitoring: Fix "10% OSDs down" alert description
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:58 PM Dashboard Bug #45651 (Resolved): mgr/dashboard: redirect page after changing the pwd
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:57 PM RADOS Bug #45793 (Resolved): Objecter: don't attempt to read from non-primary on EC pools
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:57 PM Bug #45879 (Resolved): ceph-osd: add osdspec-affinity flag
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:57 PM Dashboard Backport #45707 (Resolved): octopus: mgr/dashboard: redirect page after changing the pwd
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35243
m...
Nathan Cutler
09:57 PM Dashboard Backport #45232: octopus: mgr/dashboard: Allow expanding/collapsing the data table
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35270
m...
Nathan Cutler
09:56 PM ceph-volume Backport #45783: octopus: KeyError: 'ceph.type'
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35452
m...
Nathan Cutler
09:56 PM RADOS Backport #45882 (Resolved): octopus: Objecter: don't attempt to read from non-primary on EC pools
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35444
m...
Nathan Cutler
09:56 PM RADOS Backport #45775 (Resolved): octopus: build_incremental_map_msg missing incremental map while snap...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35442
m...
Nathan Cutler
09:55 PM Backport #45880 (Resolved): octopus: ceph-osd: add osdspec-affinity flag
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35382
m...
Nathan Cutler
09:55 PM Dashboard Backport #45895 (Resolved): octopus: mgr/dashboard: Reduce component's style size
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35291
m...
Nathan Cutler
09:55 PM mgr Backport #45787 (Resolved): octopus: Proposed About modal box
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35291
m...
Nathan Cutler
09:55 PM Dashboard Backport #45738 (Resolved): mgr/dashboard Proposed About modal box
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35291
m...
Nathan Cutler
09:55 PM Dashboard Backport #45370 (Resolved): octopus: mgr/dashboard: Automatic preselection of failure domains in ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35152
m...
Nathan Cutler
09:55 PM Dashboard Backport #45468 (Resolved): octopus: mgr/dashboard: monitoring: Fix "10% OSDs down" alert descrip...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35151
m...
Nathan Cutler
09:55 PM CephFS Backport #45773 (Resolved): octopus: vstart_runner: LocalFuseMount.mount should set set.mounted t...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35447
m...
Nathan Cutler
09:54 PM CephFS Backport #45680: octopus: mgr/volumes: Not able to resize cephfs subvolume with ceph fs subvolume...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35256
m...
Nathan Cutler
09:54 PM Dashboard Backport #45921: octopus: mgr/dashboard: extra spaces after services' name in the Cluster/Hosts page
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35531
m...
Nathan Cutler
07:50 PM mgr Backport #46121 (In Progress): octopus: mgr/k8sevents backport to sanitise the data coming from k...
Nathan Cutler
07:47 PM mgr Backport #46121 (Resolved): octopus: mgr/k8sevents backport to sanitise the data coming from kube...
https://github.com/ceph/ceph/pull/35684 Nathan Cutler
07:50 PM Revision 7fd898cc (ceph): mgr/k8sevents:sanitise kubernetes events
Kubernetes can generate events without a timestamp
or an event count. When this occurs the k8sevents 'ls'
command fai...
Paul Cuzner
07:49 PM mgr Backport #46122 (In Progress): nautilus: mgr/k8sevents backport to sanitise the data coming from ...
Nathan Cutler
07:47 PM mgr Backport #46122 (Resolved): nautilus: mgr/k8sevents backport to sanitise the data coming from kub...
https://github.com/ceph/ceph/pull/35563 Nathan Cutler
07:47 PM mgr Bug #45972 (Pending Backport): mgr/k8sevents backport to sanitise the data coming from kubernetes
Nathan Cutler
01:28 PM Revision 9a8b4fd6 (ceph): Merge pull request #35588 from jschmid1/osdspec_affinity_to_metadata
osd: expose osdspec_affinity to osd_metadata
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
01:27 PM Revision e42f3087 (ceph): Merge pull request #35569 from sungjunyoung/master
install_deps.sh: Add debian based elementary os
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:26 PM Revision aaf83eb2 (ceph): Merge pull request #35294 from agayev/punch-hole
os/bluestore: Add missing punch_hole call so that object offsets are …
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
01:25 PM Revision 33de6581 (ceph): Merge pull request #34189 from changchengx/bufferlist
common/buffer: refine bufferlist implementation
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:01 PM Revision 9b923cbe (ceph): Merge pull request #35592 from tchaikov/wip-ceph-in-de2
ceph.in: fallback to install path of "ceph" when "ceph-conf" is not found
Reviewed-by: Radoslaw Zarzynski <rzarzyns@...
Kefu Chai
11:53 AM Revision 4536a09f (ceph): Merge pull request #35078 from idryomov/wip-msgr21
msg/async: New msgr2 crc and secure modes (msgr2.1)
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
11:51 AM Revision d07a3eef (ceph): Merge pull request #35607 from wuxingyi/schedulerlogger
osd/scheduler: add white space for better readability
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
11:50 AM bluestore Bug #46027 (Resolved): bufferlist c_str() sometimes clears assignment to mempool
Kefu Chai
11:50 AM Revision eba91445 (ceph): Merge pull request #35584 from aclamk/wip-mempool-bufferlist-c_str
common/mempool: copies bufferlist assignment to mempool through rebuild
Reviewed-by: Josh Durgin <jdurgin@redhat.com...
Kefu Chai
11:47 AM Revision fd8498de (ceph): Merge pull request #32271 from toliu/disable-restful-basic-auth
mgr/restful: allow users to disable http authentication
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-by: Ke...
Kefu Chai
08:48 AM Revision ee69323c (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
07:59 AM RADOS Documentation #46120 (Resolved): Improve ceph-objectstore-tool documentation
https://github.com/ceph/ceph/pull/33823
There are a number of comments by David Zafman that I failed to include in...
Zac Dover
06:33 AM Revision befe27ae (ceph): cls/cas: replace bool get() with void get()
Since we allow multiple hoject_t to store in refs_t
due to supporting snapshot, bool is not necessary.
Signed-off-by...
Myoungwon Oh
05:50 AM Revision 47f42300 (ceph): PrimaryLogPG: simplify dec_all_refcount_manifest
We should only need one path with calc_refs_to_drop_on_removal to
handle all manifest cases.
Signed-off-by: Samuel J...
Samuel Just
04:24 AM Revision d6cb690c (ceph): Merge pull request #33823 from zdover23/wip-doc-ceph-objectstore-tool-2...
doc/man: add manpage for ceph-objectstore-tool zdover23
04:20 AM RADOS Bug #46065 (Resolved): sudo missing from command in monitor-bootstrapping procedure
Zac Dover
04:02 AM Revision 4914bd08 (ceph): cmake: only apply C++ compile options to C++ language
we have sources written in C language, and they are compiled along with
C++ source files which uses Seastar library. ...
Kefu Chai
02:32 AM Stable releases Tasks #46039: Nautilus v14.2.10
created #46119 for tracking http://pulpito.ceph.com/yuriw-2020-06-16_18:25:33-rgw-nautilus-distro-basic-smithi/5154919/ Kefu Chai
02:31 AM rgw-testing Bug #46119 (Resolved): nautilus: s3-hadoop fails with hadoop 2.7.3
... Kefu Chai
02:05 AM Revision da4105b5 (ceph): os/bluestore: add blkin traces to BlueStore
Signed-off-by: Yang Honggang <yanghonggang@kuaishou.com> Honggang Yang

06/19/2020

10:18 PM Revision 68bed91a (ceph): Merge pull request #35681 from yuriw/wip-yuriw-crontab-master
qa/tests: removed mimic runs as EOL
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
10:15 PM Revision 56c42106 (ceph): qa/tests: removed mimic runs as EOL
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
10:02 PM Orchestrator Bug #46098: Exception adding host using cephadm
lol, just discovered this myself. Confirm that the suggested fix is appropriate. Dan Mick
08:17 AM Orchestrator Bug #46098 (Triaged): Exception adding host using cephadm
Sebastian Wagner
04:43 AM Orchestrator Bug #46098: Exception adding host using cephadm
Typo in 'Environment' section. 15.2.3 not 15.2.2 Mark Kirkwood
03:21 AM Orchestrator Bug #46098 (Resolved): Exception adding host using cephadm
After bootstrapping 1st host using cephadm, attempting to add another host fails with an exception (variable referenc... Mark Kirkwood
07:59 PM Revision 1490f2c7 (ceph): src/test/crimson: unify the two TestBlock implemenations
cache.cc is going to need a way to generate an appopriately
typed extent from a delta or on disk block based on the
t...
Samuel Just
07:59 PM Revision 3b870210 (ceph): crimson/os/seastore/seastore_types.h: remove extent_types_t::LBA_BLOCK
Unused, unsure why I added it.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
07:59 PM Revision c14841fe (ceph): crimson/os/seatore/cache: add get_extent_by_type
For now, just have a single static mechanism for resolving concrete
extent types. If this becomes unwieldy, we can l...
Samuel Just
07:59 PM Revision 67371827 (ceph): crimson/os/seastore/cached_extent: make apply_delta take a const bl
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:59 PM Revision 5789c948 (ceph): crimson/so/seastore: add crcs to deltas
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:59 PM Revision 8963a58e (ceph): crimson/os/seastore/cache: drop extents on close()
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:59 PM Revision f20bca34 (ceph): crimson/os/seastore/seastore_type: add operator<< for delta_info_t
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:59 PM Revision ff571019 (ceph): crimson/os/seastore/lba_manager/btree: implement apply_delta for lba nodes
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:59 PM Revision 97222be2 (ceph): crimson/os/seastore/cache: replay deltas
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:59 PM Revision 31bfa078 (ceph): crimson/os/seastore/lba_manager/btree: move duplicate_for_write
Previously, it appears that I meant for the caller to insert to
invoke duplicate_for_write prior to calling insert()....
Samuel Just
07:59 PM Revision 4252b87c (ceph): crimson/os/seastore: embed the root pointers directly in the root delta
Previously, I set it up so that there was a "magic" ROOT_LOCATION delta
associated with no block type which would poi...
Samuel Just
07:59 PM Revision f3006467 (ceph): test/crimson/seastore: update test_transaction_manager for replay
TestBlock now has deltas and test_transaction_manager validates
a simple replay case.
Signed-off-by: Samuel Just <sj...
Samuel Just
07:59 PM Revision 753cca09 (ceph): doc/dev/seastore.rst: update TODOs
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
07:59 PM Revision e4b0e15b (ceph): crimson/os/common/fixed_kv_node_layout: fix const and add replay support
Distinguishes between const and mutable iterators. Reworks external
interface to enforce journaled mutations.
Signe...
Samuel Just
07:08 PM rgw Bug #44570: rgw segfault when uploading files with BEAST
I will also note that I am the maintainer of the package in Gentoo.
If there are compile flags that should be avoi...
Patrick McLean
06:44 PM Dashboard Bug #45508 (Resolved): mgr/dashboard: cropped actions menu in nested details
Nathan Cutler
06:43 PM Dashboard Backport #46048 (Rejected): octopus: mgr/dashboard: cropped actions menu in nested details
Author of master commit wrote in first attempted backport https://github.com/ceph/ceph/pull/35620
"""
I am not ye...
Nathan Cutler
04:39 PM mgr Backport #46118 (Resolved): nautilus: "ActivePyModule.cc: 54: FAILED ceph_assert(pClassInstance !...
https://github.com/ceph/ceph/pull/37844 Nathan Cutler
04:39 PM mgr Backport #46117 (Resolved): octopus: "ActivePyModule.cc: 54: FAILED ceph_assert(pClassInstance !=...
https://github.com/ceph/ceph/pull/35794 Nathan Cutler
04:37 PM CephFS Bug #45332 (Resolved): qa: TestExports is failure under new Python3 runtime
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
04:37 PM CephFS Bug #45398 (Resolved): mgr/volumes: Not able to resize cephfs subvolume with ceph fs subvolume cr...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
04:36 PM RADOS Backport #46116 (Resolved): nautilus: Add statfs output to ceph-objectstore-tool
https://github.com/ceph/ceph/pull/35713 Nathan Cutler
04:36 PM RADOS Backport #46115 (Resolved): octopus: Add statfs output to ceph-objectstore-tool
https://github.com/ceph/ceph/pull/35715 Nathan Cutler
04:36 PM ceph-volume Backport #46114 (Resolved): mimic: Report wrong rejected reason in inventory subcommand if device...
https://github.com/ceph/ceph/pull/36452 Nathan Cutler
04:36 PM ceph-volume Backport #46113 (Resolved): nautilus: Report wrong rejected reason in inventory subcommand if dev...
https://github.com/ceph/ceph/pull/36453 Nathan Cutler
04:36 PM ceph-volume Backport #46112 (Resolved): octopus: Report wrong rejected reason in inventory subcommand if devi...
https://github.com/ceph/ceph/pull/36410 Nathan Cutler
04:33 PM Dashboard Backport #46111 (In Progress): octopus: mgr/dashboard: Fix chrome and chromium binaries verification
Tiago Melo
04:17 PM Dashboard Backport #46111 (Resolved): octopus: mgr/dashboard: Fix chrome and chromium binaries verification
https://github.com/ceph/ceph/pull/35679 Nathan Cutler
04:28 PM Revision 453accb2 (ceph): mgr/dashboard: Fix e2e chrome and chromium binaries verification
Fixes: https://tracker.ceph.com/issues/46110
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit e...
Tiago Melo
04:17 PM Dashboard Bug #46110 (Pending Backport): mgr/dashboard: Fix chrome and chromium binaries verification
Nathan Cutler
02:35 PM Dashboard Bug #46110 (Resolved): mgr/dashboard: Fix chrome and chromium binaries verification
Currently we are not checking for "chrome" and "chromium-browser" Tiago Melo
04:16 PM Revision f45d214e (ceph): Merge pull request #35673 from tspmelo/wip-chromium
mgr/dashboard: Fix e2e chromium binary validation
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: L...
Nathan Cutler
03:50 PM Revision f4e7d33d (ceph): mgr/cephadm: make `orch status` fail, if ssh key is not set
ceph-salt relies on the output of `orch status` to determine the
end of the bootstrap process.
Signed-off-by: Sebast...
Sebastian Wagner
03:46 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
I think what I can do is FSAL_CEPH embed the export ID inside the handle-key that it uses as the cache key, without e... Jeff Layton
12:58 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
sepia-liu also proposed a patch to ganesha to fix this: https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/495911
....
Jeff Layton
03:37 PM Dashboard Bug #45650 (In Progress): mgr/dashboard: When adding silence, the Matcher dialog's submit button ...
Stephan Müller
03:27 PM Revision 0716b055 (ceph): mgr/cephadm: speedup _refresh_hosts_and_daemons by 10x
by calling 10 hosts in parallel.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
03:23 PM rgw Bug #46078: invalid principal arn in bucket policy grants access to all
Chris Durham wrote:
> if I have an invalid principal in a bucket policy, access is granted to all users according to...
Chris Durham
02:47 PM Revision 38a201ee (ceph): Merge pull request #35243 from smithfarm/wip-45707-octopus
octopus: mgr/dashboard: Fix redirect after changing password
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed...
Lenz Grimmer
02:43 PM Revision e4b8d7ea (ceph): mgr/dashboard: Fix e2e chrome and chromium binaries verification
Fixes: https://tracker.ceph.com/issues/46110
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
02:31 PM Revision 66401826 (ceph): Merge pull request #35223 from smithfarm/wip-releases-ordering
doc/releases: list archived releases in correct order
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Nathan Cutler
02:30 PM Revision 9c2673d1 (ceph): doc/SubmittingPatches-backports.rst: clarify backport PR labels
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
02:17 PM CephFS Bug #45666 (Resolved): qa: AssertionError: '1' != b'1'
Nathan Cutler
02:17 PM CephFS Backport #45886 (Resolved): octopus: qa: AssertionError: '1' != b'1'
Nathan Cutler
01:47 PM Dashboard Feature #46030 (Resolved): mgr/dashboard: We should provide all services in root
Lenz Grimmer
01:47 PM Revision f7dbf0e2 (ceph): Merge pull request #35586 from tspmelo/wip-service-root
mgr/dashboard: Provide all services in root
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Stephan...
Lenz Grimmer
01:14 PM Orchestrator Bug #45093: cephadm: mgrs transiently getting co-located (one node gets two when only one was ask...
I start to suspect that this comes from a race between host refresh and the scheduler, who starts to create new daemo... Sebastian Wagner
01:04 PM CephFS Backport #46085 (In Progress): octopus: handle multiple ganesha.nfsd's appropriately in vstart.sh
https://github.com/ceph/ceph/pull/35499 Varsha Rao
12:28 PM Revision f7e45795 (ceph): mgr/dashboard: add telemetry activation notification
The commit adds 2 different parts to show the
Telemetry activation notification in the dashboard:
1. The Telemetry a...
Tatjana Dehler
12:25 PM Dashboard Bug #46109 (Resolved): mgr/dashboard: Different autocomplete input backgrounds in chrome and firefox
The input background in chrome autocomplete is white while it is darker for firefox. We should make them uniform acro... Ishan Rai
12:16 PM Dashboard Feature #46108 (Resolved): mgr/dashboard: add scss linting
Ceph currently does not have linter for scss files. We should add one.
Possible linters that can be used :
* stylel...
Ishan Rai
11:52 AM mgr Bug #41736 (Pending Backport): "ActivePyModule.cc: 54: FAILED ceph_assert(pClassInstance != nullp...
Mykola Golub
11:50 AM Revision c142003a (ceph): Merge pull request #30670 from trociny/wip-41736
mgr: fix race between module load and notify
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Tim Serong <tser...
Mykola Golub
11:49 AM Revision 08ba08f7 (ceph): cephadm: Set ms bind ipv6 when mon-ip is ipv6
If you use cephadm bootstrap with an ipv6 mon ip then currently you'll
get into a address family split-brain state, w...
Matthew Oliver
11:21 AM Revision 505b62f6 (ceph): Merge pull request #35141 from matthewoliver/cephadm_iscsi_lib_module_m...
cephadm: Give iscsci a RO /lib/modules bind mounted
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Seba...
Sebastian Wagner
11:04 AM Dashboard Feature #46107 (New): mgr/dashboard: Enable RBD performance monitoring on selected pools
Since Ceph Nautilus, it is possible to enable "RBD image metrics":https://ceph.io/rbd/new-in-nautilus-rbd-performance... Lenz Grimmer
10:52 AM ceph-volume Bug #46102 (Pending Backport): Report wrong rejected reason in inventory subcommand if device typ...
Kefu Chai
07:34 AM ceph-volume Bug #46102: Report wrong rejected reason in inventory subcommand if device type is invalid
This problem is fixed by the following PR.
https://github.com/ceph/ceph/pull/35190
Satoru Takeuchi
07:32 AM ceph-volume Bug #46102 (Resolved): Report wrong rejected reason in inventory subcommand if device type is inv...
If a device type is invalid for a device in `ceph-volume inventory`, its rejected reason becomes "Insufficient space ... Satoru Takeuchi
10:51 AM Revision f45ffce5 (ceph): Merge pull request #35190 from cybozu/ceph-volume-fix-rejected-reason-i...
ceph-volume: report correct rejected reason in inventory if device type is invalid
Reviewed-by: Jan Fajerski <jfajer...
Kefu Chai
10:50 AM CephFS Backport #46002 (In Progress): nautilus: pybind/mgr/volumes: add command to return metadata regar...
Kotresh Hiremath Ravishankar
10:48 AM Revision 4a778215 (ceph): mgr/volumes: Add snapshot info command
The following command is added
"ceph fs subvolume snapshot info <vol_name> <sub_name> <snap_name> [<group_name>]"
T...
Kotresh Hiremath Ravishankar
10:47 AM CephFS Feature #44193 (Pending Backport): pybind/mgr/volumes: add API to manage NFS-Ganesha gateway clus...
Varsha Rao
10:46 AM CephFS Backport #46106 (Resolved): octopus: pybind/mgr/volumes: add API to manage NFS-Ganesha gateway cl...
https://github.com/ceph/ceph/pull/35499 Varsha Rao
10:40 AM CephFS Backport #45849 (In Progress): octopus: mgr/volumes: create fs subvolumes with isolated RADOS nam...
Kotresh Hiremath Ravishankar
10:39 AM Revision 9eac44ef (ceph): mgr/volumes: Create subvolume with isolated rados namespace
1. Add --namespace-isolated option to 'subvolume create' command
to create subvolume in a separate RADOS namespace...
Kotresh Hiremath Ravishankar
10:37 AM CephFS Backport #46001 (In Progress): octopus: pybind/mgr/volumes: add command to return metadata regard...
Kotresh Hiremath Ravishankar
10:32 AM Revision 3a8925ec (ceph): mgr/volumes: Add snapshot info command
The following command is added
"ceph fs subvolume snapshot info <vol_name> <sub_name> <snap_name> [<group_name>]"
T...
Kotresh Hiremath Ravishankar
10:31 AM Orchestrator Bug #45973 (Fix Under Review): Adopted MDS daemons are removed by the orchestrator because they'r...
Sebastian Wagner
09:39 AM CephFS Backport #46011 (Resolved): octopus: qa: TestExports is failure under new Python3 runtime
Already backported via https://github.com/ceph/ceph/commit/bb8f7b0907a2557f4ef5b0455c0fce66aa896e4b Sidharth Anupkrishnan
09:34 AM Revision 1340e37e (ceph): debian: update cmake version to meet cmake_minimum_required
Signed-off-by: wangyunqing <wangyunqing@inspur.com> yunqing wang
09:30 AM CephFS Bug #23421 (New): ceph-fuse: stop ceph-fuse if no root permissions?
Jos Collin
09:29 AM CephFS Bug #23421: ceph-fuse: stop ceph-fuse if no root permissions?
Patrick Donnelly wrote:
> That would indicate ceph-fuse maybe crashed. Please check the logs.
2020-06-19T14:49:24...
Jos Collin
09:15 AM Dashboard Feature #40702 (Resolved): mgr/dashboard: Allow expanding/collapsing the data table
Lenz Grimmer
09:15 AM Dashboard Backport #45232 (Resolved): octopus: mgr/dashboard: Allow expanding/collapsing the data table
Lenz Grimmer
09:14 AM Revision cae4ccd4 (ceph): Merge pull request #35270 from callithea/wip-45232-octopus
octopus: mgr/dashboard: Show table details inside the datatable
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
...
Lenz Grimmer
09:10 AM CephFS Bug #46046 (Fix Under Review): Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs....
Varsha Rao
09:09 AM CephFS Bug #46104 (Fix Under Review): Test failure: test_export_create_and_delete (tasks.cephfs.test_nfs...
Varsha Rao
08:47 AM CephFS Bug #46104 (Resolved): Test failure: test_export_create_and_delete (tasks.cephfs.test_nfs.TestNFS)
... Varsha Rao
09:08 AM Dashboard Bug #46105 (Fix Under Review): mgr/dashboard: fails to start dev server with zh-CN or zh-TW confi...
Kiefer Chang
09:00 AM Dashboard Bug #46105 (Resolved): mgr/dashboard: fails to start dev server with zh-CN or zh-TW configuration
Starting dev server with `--configuration=zh-CN` or `--configuration=zh-TW` fails with the error:... Kiefer Chang
09:01 AM Revision c9d122b9 (ceph): mgr/dashboard: fix browserTarget for zh-Hans and zh-Hant
Fixes: https://tracker.ceph.com/issues/46105
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
Kiefer Chang
08:51 AM Revision 90727ee4 (ceph): qa: add omit_sudo=False for commands ran with sudo
Commands that cleanup FUSE and kernel mount and that setup and
teardown/cleanup network namespaces are that ones that...
Rishabh Dave
08:41 AM Orchestrator Bug #46103 (Duplicate): Restart service command restarts all the services and accepts service typ...
... Varsha Rao
08:15 AM ceph-volume Backport #45783 (Resolved): octopus: KeyError: 'ceph.type'
Jan Fajerski
08:15 AM Revision eccdbcf3 (ceph): Merge pull request #35452 from shyukri/wip-45783-octopus
octopus: ceph-volume: add and delete lvm tags in a single lvchange call. Jan Fajerski
07:49 AM Revision 0169b72f (ceph): ceph-volume: cleanup code
Simplify the logic and fix a typo.
Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
Satoru Takeuchi
07:49 AM Revision 3e5d91d4 (ceph): ceph-volume: show correct rejected reason in inventory if device type i...
If device type is not acceptable in `c-v inventory`, its rejected reason
becomes "Insufficient space (<5GB)" by mista...
Satoru Takeuchi
07:49 AM Revision 7a6e5be6 (ceph): mgr/dashboard: reset pwd notification value
Reset the password notification value if the
user logs out. Otherwise if a another user logs
in, who doesn't see the ...
Tatjana Dehler
07:49 AM Revision 39a26ae4 (ceph): mgr/dashboard: update scss definition
Update scss due to reflect the migration from
alert to ngb-alert.
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
Tatjana Dehler
07:49 AM Revision 455dca6b (ceph): mgr/dashboard: support >1 top notification panels
Update navigation component in order to show more than
one notification panel on top of the page.
Signed-off-by: Tat...
Tatjana Dehler
07:47 AM Revision 6b6a2e93 (ceph): mgr/dashboard: Asynchronous unique username validation for User Component
Implements an asynchronous validation for the username field in the Create User form which immediately display an err... Nizamudeen A
07:38 AM Revision 20db5ab8 (ceph): mgr/dashboard: update background image in about modal box
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
(cherry picked from commit 80d5ad81fa740bd3b9f597632f546949700dc0ec)
Ishan Rai
07:37 AM Revision 75ffa2cd (ceph): mgr/dashboard: redesign the login screen
fixes: https://tracker.ceph.com/issues/35689
Signed-off-by: Ishan Rai <ishanrai05@gmail.com>
(cherry picked from comm...
Ishan Rai
06:49 AM CephFS Bug #46101 (Resolved): qa: set omit_sudo to False for cmds executed with sudo
There are 2 set of distinct commands -- first are commands that setup and teardown network namespaces and second are ... Rishabh Dave
06:43 AM Revision 1ff990c2 (ceph): vstart_runner.py: improve a conditional in _do_run
Before checking for "/" in args[0], check if it's an instance of Raw.
Since Raw instances aren't iterable, the execut...
Rishabh Dave
06:41 AM CephFS Bug #46100 (Resolved): vstart_runner.py: check for Raw instance before treating as iterable
... Rishabh Dave
06:29 AM Dashboard Feature #44833 (Duplicate): mgr/dashboard: allow users to manage labels on hosts
Duplicated with #45897 Kiefer Chang
05:05 AM CephFS Fix #46070 (Fix Under Review): client: fix snap directory atime
Patrick Donnelly
05:00 AM RADOS Documentation #46099 (New): document statfs operation for ceph-objectstore-tool
https://github.com/ceph/ceph/pull/35632
https://github.com/ceph/ceph/pull/33823
The affected file (I think) is ...
Zac Dover
04:36 AM Support #21418: failed in cmake
> CMake Error at src/CMakeLists.txt:673 (add_subdirectory):
> The source directory
>
> /root/small-io-bench...
Darren Wen
04:30 AM Revision 86594f80 (ceph): incorporating dzafman's suggestions
Signed-off-by: Zac Dover <zac.dover@gmail.com> Zac Dover
03:46 AM CephFS Bug #43762: pybind/mgr/volumes: create fails with TypeError
Victoria Martinez de la Cruz wrote:
> Adding more context to this
>
> This happened after creating a second volum...
Jos Collin
02:49 AM CephFS Backport #45680 (Resolved): octopus: mgr/volumes: Not able to resize cephfs subvolume with ceph f...
Wei-Chung Cheng
02:40 AM CephFS Feature #43435: kclient:send client provided metric flags in client metadata
V1: https://patchwork.kernel.org/project/ceph-devel/list/?series=303647
V2: https://patchwork.kernel.org/project/cep...
Xiubo Li
01:15 AM Revision fe183904 (ceph): Merge pull request #35652 from rzarzynski/wip-crimson-thread-cleanup
crimson: clean-up the crimson/thread directory
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
Reviewed-by: Kefu Ch...
Kefu Chai

06/18/2020

11:26 PM RADOS Bug #46064 (Pending Backport): Add statfs output to ceph-objectstore-tool
David Zafman
01:13 AM RADOS Bug #46064 (Fix Under Review): Add statfs output to ceph-objectstore-tool
David Zafman
01:08 AM RADOS Bug #46064 (In Progress): Add statfs output to ceph-objectstore-tool
David Zafman
01:07 AM RADOS Bug #46064 (Resolved): Add statfs output to ceph-objectstore-tool

This will help diagnose out of space crashes:...
David Zafman
11:25 PM Revision 64bcd436 (ceph): Merge pull request #35632 from dzafman/wip-46064
tools: Add statfs operation to ceph-objecstore-tool
Reviewed-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
10:32 PM RADOS Backport #45882: octopus: Objecter: don't attempt to read from non-primary on EC pools
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35444
merged
Yuri Weinstein
10:32 PM Revision 851d3a42 (ceph): Merge pull request #35444 from smithfarm/wip-45882-octopus
octopus: Objecter: don't attempt to read from non-primary on EC pools
Reviewed-by: Kefu Chai <kchai@redhat.com>
Revi...
Yuri Weinstein
10:31 PM RADOS Backport #45775: octopus: build_incremental_map_msg missing incremental map while snaptrim or bac...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35442
merged
Yuri Weinstein
10:31 PM Revision 6b8b7491 (ceph): Merge pull request #35442 from smithfarm/wip-45775-octopus
octopus: osd: make "missing incremental map" a debug log message
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-...
Yuri Weinstein
10:29 PM Backport #45880: octopus: ceph-osd: add osdspec-affinity flag
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35382
merged
Yuri Weinstein
10:29 PM Revision 777bd987 (ceph): Merge pull request #35382 from jschmid1/wip-45880-octopus
octopus: osd: add --osdspec-affinity flag
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:29 PM Dashboard Backport #45895: octopus: mgr/dashboard: Reduce component's style size
Laura Paduano wrote:
> https://github.com/ceph/ceph/pull/35291
merged
Yuri Weinstein
10:29 PM mgr Backport #45787: octopus: Proposed About modal box
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35291
merged
Yuri Weinstein
10:28 PM Dashboard Backport #45738: mgr/dashboard Proposed About modal box
Laura Paduano wrote:
> https://github.com/ceph/ceph/pull/35291
merged
Yuri Weinstein
10:28 PM Revision 9486312c (ceph): Merge pull request #35291 from callithea/wip-45738-octopus
octopus: mgr/dashboard: Proposed About Modal box
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Tia...
Yuri Weinstein
10:26 PM Dashboard Backport #45370: octopus: mgr/dashboard: Automatic preselection of failure domains in erasure cod...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35152
merged
Yuri Weinstein
10:26 PM Revision ac221e85 (ceph): Merge pull request #35152 from callithea/wip-45370-octopus
octopus: mgr/dashboard: ECP modal enhancement
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Stephan Mü...
Yuri Weinstein
10:24 PM Dashboard Backport #45468: octopus: mgr/dashboard: monitoring: Fix "10% OSDs down" alert description
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35151
merged
Yuri Weinstein
10:24 PM Revision e22ce9f9 (ceph): Merge pull request #35151 from callithea/wip-45468-octopus
octopus: monitoring: Fix "10% OSDs down" alert description
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Revie...
Yuri Weinstein
10:23 PM CephFS Backport #45773: octopus: vstart_runner: LocalFuseMount.mount should set set.mounted to True
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35447
merged
Yuri Weinstein
10:23 PM Revision 9d03841b (ceph): Merge pull request #35447 from smithfarm/wip-45773-octopus
octopus: cephfs: vstart_runner: set mounted to True at the end of mount()
Reviewed-by: Patrick Donnelly <pdonnell@re...
Yuri Weinstein
10:22 PM CephFS Backport #45680: octopus: mgr/volumes: Not able to resize cephfs subvolume with ceph fs subvolume...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35256
merged
Yuri Weinstein
10:22 PM Revision 8786b915 (ceph): Merge pull request #35256 from Vicente-Cheng/wip-45680-octopus
octopus: mgr/volumes: Fix subvolume create idempotency
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:13 PM mgr Bug #42820 (Fix Under Review): ceph config get does not display fsid correctly
https://github.com/ceph/ceph/pull/35662 Neha Ojha
10:03 PM Orchestrator Bug #46097 (Won't Fix): package mode has a hardcoded ssh user
package mode user is hardcoded to 'cephadm'
Daniel Pivonka
09:27 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
I started working on this, but there is a bit of a dilemma. My approach to fixing this was to share the ceph client b... Jeff Layton
11:29 AM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
Ok, I think I may see what's going on now.
Ganesha encodes the export ID into the filehandle on the wire, but that...
Jeff Layton
09:09 PM CephFS Backport #46011: octopus: qa: TestExports is failure under new Python3 runtime
yet Patrick Donnelly
09:06 PM Revision 1536a1a8 (ceph): fuse: update to newer FUSE_USE_VERSION
The build was failing for me against fuse-devel v3.9.1. The prototype
for fuse_ll_ioctl was wrong, as it was expectin...
Jeff Layton
08:55 PM Revision d5175e3a (ceph): mgr/orch: read untrusted input using the yaml SafeLoader
https://msg.pyyaml.org/load
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
08:25 PM Orchestrator Documentation #46082: cephadm: deleting (mds) service doesn't work?
Michael Fritch wrote:
> I think there is some confusion on the `orch` cli commands.
>
> `orch ps` will list the c...
Patrick Donnelly
07:29 PM Orchestrator Documentation #46082: cephadm: deleting (mds) service doesn't work?
I think there is some confusion on the `orch` cli commands.
`orch ps` will list the cephadm daemons, whereas `orch...
Michael Fritch
05:14 PM Orchestrator Documentation #46082 (Can't reproduce): cephadm: deleting (mds) service doesn't work?
... Patrick Donnelly
08:08 PM RADOS Backport #46096 (Resolved): nautilus: Issue health status warning if num_shards_repaired exceeds ...
https://github.com/ceph/ceph/pull/36379 Patrick Donnelly
08:08 PM RADOS Backport #46095 (Resolved): octopus: Issue health status warning if num_shards_repaired exceeds s...
https://github.com/ceph/ceph/pull/35685 Patrick Donnelly
08:07 PM CephFS Backport #46094 (Rejected): octopus: cephfs-shell: set proper return value for the tool
Patrick Donnelly
08:07 PM Dashboard Backport #46092 (Rejected): nautilus: mgr/dashboard: Table column dowpdown does not close
Patrick Donnelly
08:07 PM Dashboard Backport #46091 (Resolved): octopus: mgr/dashboard: Table column dowpdown does not close
https://github.com/ceph/ceph/pull/36862 Patrick Donnelly
08:06 PM RADOS Backport #46090 (Resolved): nautilus: PG merge: FAILED ceph_assert(info.history.same_interval_sin...
https://github.com/ceph/ceph/pull/36161 Patrick Donnelly
08:06 PM RADOS Backport #46089 (Resolved): octopus: PG merge: FAILED ceph_assert(info.history.same_interval_sinc...
https://github.com/ceph/ceph/pull/36033 Patrick Donnelly
08:06 PM rbd Backport #46088 (Resolved): nautilus: [prometheus] auto-configure RBD metric exports for all RBD ...
https://github.com/ceph/ceph/pull/36412 Patrick Donnelly
08:06 PM rbd Backport #46087 (Resolved): octopus: [prometheus] auto-configure RBD metric exports for all RBD p...
https://github.com/ceph/ceph/pull/36411 Patrick Donnelly
08:06 PM RADOS Backport #46086 (Resolved): octopus: osd: wakeup all threads of shard rather than one thread
https://github.com/ceph/ceph/pull/36032 Patrick Donnelly
08:06 PM CephFS Backport #46085 (Resolved): octopus: handle multiple ganesha.nfsd's appropriately in vstart.sh
https://github.com/ceph/ceph/pull/35499 Patrick Donnelly
07:47 PM CephFS Bug #46084: client: supplying ceph_fsetxattr with no value unsets xattr
Forgot to mention this: I tested this on both an octopus build and a nautilus build. John Mulligan
07:09 PM CephFS Bug #46084 (Resolved): client: supplying ceph_fsetxattr with no value unsets xattr
While working on [1] I noticed an unexpected behavior when trying to use ceph_fsetxattr with an empty (null) value. I... John Mulligan
07:23 PM rbd Bug #46083 (Fix Under Review): [object-map] possible race condition when disabling object map wit...
Jason Dillaman
05:46 PM rbd Bug #46083 (Resolved): [object-map] possible race condition when disabling object map with active IO
If the object-map feature is disabled while there is in-flight IO, there is a possibility that the ObjectMap contains... Jason Dillaman
06:50 PM Bug #46077: "FAIL: test_rbd.test_create_defaults" in nautilus-p2p
Note to self, chat with @jason
@yuriweinstein It's this test [1] since it's pulling the test from v14.2.2. Once v...
Yuri Weinstein
03:26 PM Bug #46077 (Resolved): "FAIL: test_rbd.test_create_defaults" in nautilus-p2p
This is for 14.2.10 release
Run: http://pulpito.ceph.com/yuriw-2020-06-17_22:15:02-upgrade:nautilus-p2p-wip-yuri8-...
Yuri Weinstein
05:07 PM Revision 19054ceb (ceph): tools: Add statfs operation to ceph-objecstore-tool
Fixes: https://tracker.ceph.com/issues/46064
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
05:05 PM bluestore Bug #46055 (Fix Under Review): ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
Igor Fedotov
05:01 PM CephFS Bug #46081 (Fix Under Review): cephadm: mds permissions for osd are unnecessarily permissive
Patrick Donnelly
04:58 PM CephFS Bug #46081 (Resolved): cephadm: mds permissions for osd are unnecessarily permissive
... Patrick Donnelly
05:00 PM Revision d5f315b7 (ceph): os/bluestore: fix spillover test case
Fixes: https://tracker.ceph.com/issues/46055
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
05:00 PM Revision 1ef95808 (ceph): cephadm: restrict mds caps to cephfs pools
Fixes: https://tracker.ceph.com/issues/46081
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:57 PM Revision 268f75bb (ceph): rgw: Replace boost::string_ref/view with std::string_view
This commit replaces boost's string_ref and string_view cpp's in built std::string_view
Fixes: https://tracker.ceph....
Prateek Sachan
04:56 PM Revision 187367ff (ceph): Merge pull request #35329 from trociny/wip-quiesce_complete
librbd: quiesce/unquiesce API improvements
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:21 PM Bug #46080 (Can't reproduce): ceph: ceph tell does not accept daemons with names including "."
On the LRC:... Patrick Donnelly
04:13 PM rgw Bug #45993: rgw/test_rgw_orphan_list.sh fails due to NoSuchBucket
I suspect this is related to https://tracker.ceph.com/issues/45571 , which is an issue with the sepia lab provisionin... J. Eric Ivancich
04:06 PM CephFS Bug #46079 (Pending Backport): handle multiple ganesha.nfsd's appropriately in vstart.sh
Patrick Donnelly
04:03 PM CephFS Bug #46079 (Fix Under Review): handle multiple ganesha.nfsd's appropriately in vstart.sh
Patrick Donnelly
03:53 PM CephFS Bug #46079 (Resolved): handle multiple ganesha.nfsd's appropriately in vstart.sh
Currently, daemons started later will overwrite files for ones started earlier. Also, we could use a way to run alter... Jeff Layton
04:05 PM Revision 9242da5a (ceph): Merge PR #35649 into master
* refs/pull/35649/head:
vstart: allow specifying a different ganesha binary
vstart: handle multiple ganesha's more ...
Patrick Donnelly
03:54 PM Revision 06d29a71 (ceph): vstart: allow specifying a different ganesha binary
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
03:54 PM Revision eea01dfa (ceph): vstart: handle multiple ganesha's more sanely
Currently, if you have more than one ganesha daemon, it clobbers the
log, config and pidfiles from the previous daemo...
Jeff Layton
03:37 PM Revision 3db3d711 (ceph): Merge pull request #35650 from trociny/wip-46076
test/rbd_mirror: fix race on test shut down
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:32 PM rgw Bug #46078 (Resolved): invalid principal arn in bucket policy grants access to all
if I have an invalid principal in a bucket policy, access is granted to all users according to the action specified.
...
Chris Durham
03:20 PM Revision eabb0136 (ceph): Merge pull request #35599 from tchaikov/nautilus-el8
nautilus: ceph.spec.in: build on el8
Reviewed-by: David Galloway <dgallowa@redhat.com>
Yuri Weinstein
03:19 PM Revision 602b0c33 (ceph): Merge pull request #35488 from jdurgin/wip-radosbench-qa-nautilus
nautilus: qa/tasks/radosbench: use long form of option for compatibility
Reviewed-by: Yuri Weinstein <yweinste@redha...
Yuri Weinstein
03:07 PM mgr Bug #44186 (Fix Under Review): Module 'pg_autoscaler' has failed: division by zero
https://github.com/ceph/ceph/pull/35654 Neha Ojha
03:06 PM Revision 3a0f015d (ceph): Merge pull request #35631 from tchaikov/wip-cmake-cleanup
cmake: use add_compile_options() and add_definitions()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
02:52 PM Revision 4390de26 (ceph): src/cstart: fix typo in cstart script
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
02:52 PM rbd Bug #45986: importing rbd diff does not apply zero sequences correctly
Nikola Ciprich wrote:
> one more update, after disabling rbd_skip_partial_discard (and restarting OSDs) I'm still ab...
Jason Dillaman
08:24 AM rbd Bug #45986: importing rbd diff does not apply zero sequences correctly
one more update, after disabling rbd_skip_partial_discard (and restarting OSDs) I'm still able to reproduce the probl... Nikola Ciprich
05:53 AM rbd Bug #45986: importing rbd diff does not apply zero sequences correctly
sure thing, attaching the log. n. Nikola Ciprich
02:36 PM Dashboard Subtask #45957 (Fix Under Review): Fix broken UiApi documentation endpoints and add warning
Anonymous
02:22 PM Revision 97d9a937 (ceph): Merge pull request #35630 from tchaikov/wip-systemd-subvars
cmake: move include(GNUInstallDirs) up
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Dimitri Savineau <d...
Kefu Chai
02:15 PM Revision 8b8cb37d (ceph): crimson: make ThreadPool specific to AlienStore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:15 PM Revision 0158c84c (ceph): crimson: move Throttle to src/crimson/common.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:14 PM Orchestrator Bug #46036 (Fix Under Review): cephadm: killmode=none: systemd units failed, but containers still...
Sebastian Wagner
02:13 PM Revision f9e5dd50 (ceph): cephadm: unit.run: add `set -e`
In case LVM activates fails for some
unknown reason, prevent the script from
continuing with starting the OSD contain...
Sebastian Wagner
02:12 PM Revision 62777f65 (ceph): qa: fix type error in stderr processing
Fixes: 422d736568bd4d92fdf380b07da0ccac46cf3efd
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:10 PM rgw Bug #46021 (Need More Info): nautilus 14.2.9: RGW compression does not take effect, using command...
Casey Bodley
02:08 PM rgw Bug #46021: nautilus 14.2.9: RGW compression does not take effect, using command “radosgw-admin z...
were the gateways restarted after config changes? Abhishek Lekshmanan
01:52 PM rbd Bug #46076 (Fix Under Review): TestMockImageReplayerSnapshotReplayer.UnlinkRemoteSnapshot race on...
Mykola Golub
01:46 PM rbd Bug #46076 (Resolved): TestMockImageReplayerSnapshotReplayer.UnlinkRemoteSnapshot race on shut down
... Mykola Golub
01:47 PM Revision c214785f (ceph): test/rbd_mirror: fix race on test shut down
in TestMockImageReplayerSnapshotReplayer.UnlinkRemoteSnapshot
Fixes: https://tracker.ceph.com/issues/46076
Signed-of...
Mykola Golub
01:34 PM CephFS Bug #46075 (Resolved): ceph-fuse: mount -a on already mounted folder should be ignored
The expected behaviour of `mount -a` is to mount the paths written in /etc/fstab, and ignore those that are already m... Theofilos Mouratidis
01:25 PM Dashboard Bug #44877: mgr/dashboard: allow custom dashboard grafana url when set by cephadm
https://github.com/ceph/ceph/blob/3f7b7b658b642f0976a4de0f1d40633fac1c86ce/src/pybind/mgr/cephadm/module.py#L250-L255... Kiefer Chang
01:15 PM Orchestrator Documentation #46073: cephadm install fails: apt:stderr E: Unable to locate package cephadm
Machine is amd64 in virtualbox on Windows Reinhard Eilmsteiner
12:53 PM Orchestrator Documentation #46073 (Can't reproduce): cephadm install fails: apt:stderr E: Unable to locate pac...
When following the installation guide on https://ceph.readthedocs.io/en/latest/cephadm/install/ I ran cephadm install... Reinhard Eilmsteiner
01:04 PM CephFS Feature #46074 (Resolved): mds: provide altrenatives to increase the total cephfs subvolume snaps...
Issue is originally discussed here: https://github.com/ceph/ceph-csi/issues/1133
This bug is filed to provide disc...
Shyamsundar Ranganathan
12:59 PM Dashboard Feature #45759 (Fix Under Review): mgr/dashboard: Use ng-bootstrap for Modal
Tiago Melo
12:58 PM Dashboard Feature #45350 (Closed): mgr/dashboard: We should only reinstall npm packages if needed
We can achieve this by running "make mgr-dashboard-frontend-deps" Tiago Melo
12:58 PM CephFS Feature #44193: pybind/mgr/volumes: add API to manage NFS-Ganesha gateway clusters in exporting s...
Varsha, I see that the PR has been merged. Can we set 'Backport' field to Octopus, and create backport ticket? Ramana Raja
12:57 PM Dashboard Cleanup #33606 (Closed): mgr/dashboard: Use ModalComponent in all modals
We currently don't have any modal that is not using ModalComponent. Tiago Melo
12:53 PM Revision 3f7b7b65 (ceph): Merge pull request #35637 from bk201/wip-46067
stop.sh: do not block script when there is no running cluster
Reviewed-by: Varsha Rao <varao@redhat.com>
Sebastian Wagner
12:50 PM CephFS Backport #45953 (In Progress): octopus: vstart: Support deployment of ganesha daemon by cephadm w...
Ramana Raja
12:50 PM Dashboard Bug #45949 (Resolved): mgr/dashboard: Fix audit and update packages
Tiago Melo
12:49 PM rbd Bug #46034 (Pending Backport): [prometheus] auto-configure RBD metric exports for all RBD pools
Mykola Golub
12:49 PM Revision 65f01a90 (ceph): Merge pull request #35603 from dillaman/wip-46034
mgr/prometheus: automatically discover RBD pools for stats gathering
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:48 PM CephFS Backport #46003 (In Progress): octopus: vstart: set $CEPH_CONF when calling ganesha-rados-grace c...
Ramana Raja
12:36 PM Orchestrator Feature #44875 (Fix Under Review): mgr/rook: PlacementSpec to K8s POD scheduling conversion
Sebastian Wagner
12:30 PM Revision 2b41d0a4 (ceph): mgr/cephadm: move ok_to_stop to CephadmService
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
12:30 PM Revision cb92429d (ceph): mgr/cephadm: move _check_safe_to_destroy_mon to MonService
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
12:30 PM Revision f4218258 (ceph): mgr/cephadm: scheduler: make use of ok-to-stop
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
12:30 PM Revision 5c91f1b8 (ceph): mgr/cephadm: add test for ok-to-stop
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
12:12 PM Dashboard Bug #36353 (Can't reproduce): mgr/dashboard: test_safe_to_destroy (tasks.mgr.dashboard.test_osd.O...
Resolving as "Can't reproduce" for now - please re-open if it appears again. Lenz Grimmer
11:56 AM mgr Bug #44948 (In Progress): Module 'diskprediction_local' has failed: No module named 'sklearn' - c...
Deepika Upadhyay
11:41 AM Orchestrator Bug #45155 (Pending Backport): mgr/dashboard: Error listing orchestrator NFS daemons
Lenz Grimmer
11:40 AM Revision fab0c714 (ceph): os/bluestore: Added checks for compacting BlueFS log for flush and fsyn...
This partially fixes https://tracker.ceph.com/issues/45903
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
Adam Kupczyk
11:40 AM Revision 9a592422 (ceph): os/bluestore: Added test for trimming BlueFS replay log
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com> Adam Kupczyk
11:33 AM Dashboard Bug #45870 (Resolved): mgr/dashboard: extra spaces after services' name in the Cluster/Hosts page
Lenz Grimmer
11:32 AM Dashboard Backport #45921 (Resolved): octopus: mgr/dashboard: extra spaces after services' name in the Clus...
Lenz Grimmer
11:32 AM Revision c3039305 (ceph): Merge pull request #35531 from bk201/wip-45921-octopus
octopus: mgr/dashboard: remove space after service name in the Hosts List table
Reviewed-by: Stephan Müller <smuelle...
Lenz Grimmer
11:15 AM Revision add083e5 (ceph): librbd: fix potential image rm failure due to parent missing
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
10:49 AM Dashboard Bug #46072 (Closed): tasks.mgr.dashboard.test_crush_rule.CrushRuleTest.test_read_access_permissio...
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/1711/... Sebastian Wagner
10:40 AM RADOS Bug #46071 (New): potential rocksdb failure: few osd's service not starting up after node reboot....
Data node went down abruptly due to issue with SPS-BD Smart Array PCIe SAS Expander, once hardware was changed node c... Prayank Saxena
10:38 AM Revision 0111c880 (ceph): python-common: remove old `cephadm_orchestrator.py`
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:31 AM Revision 0f8ac5c1 (ceph): mgr/dashboard: Provide all services in root
Fixes: https://tracker.ceph.com/issues/46030
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
10:25 AM Dashboard Cleanup #46000 (Resolved): mgr/dashboard: Enhance tslint rules
Lenz Grimmer
10:24 AM Revision 07358ef9 (ceph): Merge pull request #35574 from tspmelo/wip-tslint
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Lenz Grimmer
10:10 AM Revision e74fc067 (ceph): doc/cephadm: adopt: fix misleading `apply` examples
Fixes: https://tracker.ceph.com/issues/46052
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
10:03 AM CephFS Bug #46046: Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
https://github.com/ceph/ceph/pull/35644 Sebastian Wagner
02:41 AM CephFS Bug #46046: Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
I dug into this more. Here's where the mgr notifies:... Patrick Donnelly
09:38 AM Revision 05784213 (ceph): client: fix snap directory atime
For consistency, also get the .snap directory atime from the parent
directory. Otherwise, this timestamp will be kep...
Luis Henriques
09:36 AM Revision 472317ed (ceph): osd,src/test: remove unused parameters and fix decrementing reference
1. Remove unused paramters and make refcount_manifest() simple
2. Fix using object_ref_delta_t when decremening the r...
Myoungwon Oh
09:31 AM Revision 9a45c39c (ceph): mgr/cephadm: fix broken "already in use" exception message
Fixes:
```
orchestrator._interface.OrchestratorValidationError: ('name %s already in use', 'b')
```
Signed-off-by: ...
Sebastian Wagner
09:29 AM CephFS Fix #46070 (Resolved): client: fix snap directory atime
The fuse client gets almost all the .snap directory timestamps from it's parent. The exception is atime, which is ke... Luis Henriques
09:23 AM Revision 6dcd0a6c (ceph): Merge pull request #35634 from mgfritch/cephadm-manpage-shell-mount
doc/man: add missing cephadm shell `--mount` option
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
09:20 AM Dashboard Bug #45303 (Fix Under Review): mgr/dashboard: table details flicker if autoReload of table is on
Tiago Melo
09:18 AM Linux kernel client Feature #43215: kclient: send usage metrics to MDS
V1: https://patchwork.kernel.org/project/ceph-devel/list/?series=303647 Xiubo Li
09:17 AM Revision b0bbef91 (ceph): doc/mgr/orch: Update documentation to the new CLI
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
09:11 AM Dashboard Bug #45918: mgr/dashboard: "ceph-api-nightly-master-backend" failure: test_pool_update_metadata (...
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/1784/ Sebastian Wagner
09:00 AM CephFS Bug #46069 (Resolved): qa/tasks: make sh() in vstart_runner.py identical with teuthology.orchestr...
teuthology.orchestra.remote.sh has changed. So make it identical in vstart_runner.py for compatibility.
This also fi...
Jos Collin
08:59 AM Orchestrator Documentation #46052 (Fix Under Review): Module 'cephadm' has failed: DaemonDescription: Cannot c...
Sebastian Wagner
07:55 AM Orchestrator Documentation #46052: Module 'cephadm' has failed: DaemonDescription: Cannot calculate service_id:
Sebastian Wagner wrote:
> the correct call is
>
> [...]
>
> which documentation / example did you use for this...
Andy Gold
08:40 AM Revision 9a458699 (ceph): cmake: use string(APPEND...) for appending cflags
* use string(APPEND...) for less repeatings
* `-rdynamic` is a linker option, so it should be added to
`CMAKE_EXE_L...
Kefu Chai
08:40 AM Revision 91bccedc (ceph): cmake: use add_compile_options()
instead of appending compile flags to CMAKE_C_FLAGS, use
add_compile_options(), as COMPILE_OPTIONS is a list, it'd si...
Kefu Chai
08:40 AM Revision 40176530 (ceph): cmake: add definitions using add_definitions()
also, add definitions as a list instead of a single string for better
readability
Signed-off-by: Kefu Chai <kchai@re...
Kefu Chai
08:36 AM CephFS Bug #44947: Hung ops for evicted CephFS clients do not get cleaned up fully
We haven't seen this again since I raised the ticket. We've upgraded to 14.2.9 recently; I'll keep an eye out for thi... David Piper
08:13 AM CephFS Bug #46068 (Closed): qa/tasks/cephfs/nfs: AssertionError in test_export_create_and_delete
Not a bug Varsha Rao
07:53 AM CephFS Bug #46068 (Closed): qa/tasks/cephfs/nfs: AssertionError in test_export_create_and_delete
http://qa-proxy.ceph.com/teuthology/kchai-2020-06-18_05:48:03-rados-wip-kefu2-testing-2020-06-18-0822-distro-basic-sm... Varsha Rao
08:00 AM Dashboard Bug #46067 (Fix Under Review): mgr/dashboard: run-backend-api-tests.sh script is stuck
Kiefer Chang
07:37 AM Dashboard Bug #46067 (Resolved): mgr/dashboard: run-backend-api-tests.sh script is stuck
When running run-backend-api-tests.sh script locally, it is stuck with the following messsage:... Kiefer Chang
07:51 AM Revision 9884b931 (ceph): stop.sh: do not block script when there is no running cluster
A query for current fsid is called inside `do_killcephadm`. This blocks
the script when there is no running cluster. ...
Kiefer Chang
06:42 AM Orchestrator Bug #43816: cephadm: Unable to use IPv6 on "cephadm bootstrap"
Seems to work once I've applied https://github.com/ceph/ceph/pull/35633 and added the --ipv6 to bootstrap. Matthew Oliver
05:34 AM Revision 6f6123ea (ceph): Merge pull request #35469 from xxhdx1985126/wip-crimson-block-io-for-re...
crimson: block io for recovery ---- recovery part 2
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:30 AM RADOS Bug #46065 (Fix Under Review): sudo missing from command in monitor-bootstrapping procedure
https://github.com/ceph/ceph/pull/35635 Zac Dover
03:25 AM RADOS Bug #46065 (Resolved): sudo missing from command in monitor-bootstrapping procedure
Where:
https://docs.ceph.com/docs/master/install/manual-deployment/#monitor-bootstrapping
What:
<badone> https:/...
Zac Dover
02:43 AM Revision 45512373 (ceph): Merge PR #35626 into master
* refs/pull/35626/head:
mds: fix whitespace
Reviewed-by: Jos Collin <jcollin@redhat.com>
Patrick Donnelly
01:58 AM Revision 00baed29 (ceph): doc/man: add missing cephadm shell `--mount` option
also clean-up `--mount` help usage
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
01:52 AM Revision 41db5d16 (ceph): crimson/osd: share map with clients when osdmap epoch doesn't match
Signed-off-by: Xuehan Xu <xxhdx1985126@163.com> Xuehan Xu
01:50 AM Revision 850d92ed (ceph): crimson: do not assert in start_backfill_ops
osd_recovery_max_single_start is not necessarily used up in start_recovery_ops, and
start_backfill_ops could be invok...
Xuehan Xu
01:50 AM Revision 1793bd9c (ceph): crimson: restart ongoing client_request after peering
Signed-off-by: Xuehan Xu <xxhdx1985126@163.com> Xuehan Xu
01:50 AM Revision d2279d57 (ceph): crimson/osd: send "mark me down" messages to monitor when shutting down
Signed-off-by: Xuehan Xu <xxhdx1985126@163.com> Xuehan Xu
01:50 AM Revision 2a1d6d77 (ceph): crimson/monc: take care of connection lost when sending messages
Signed-off-by: Xuehan Xu <xxhdx1985126@163.com> Xuehan Xu
01:50 AM Revision 46f3625e (ceph): crimson/osd: fix client op version issue
Signed-off-by: Xuehan Xu <xxhdx1985126@163.com> Xuehan Xu
01:50 AM Revision 6f3a43c0 (ceph): crimson: block io for object recovery
Signed-off-by: Xuehan Xu <xxhdx1985126@163.com> Xuehan Xu
01:09 AM Orchestrator Bug #45016: mgr: `ceph tell mgr mgr_status` hangs
Aha! Solved it. We bind mon to ipv6 (::1), in reality it's messenger is bound to ::1, however the mgr is still bindin... Matthew Oliver
12:45 AM Revision ae05de3e (ceph): common, osd: add sanity checks around osd_scrub_max_preemptions
to limit maximum preempt_divisor we can use when backing off the
chunky-scrub range on preempting.
Otherwise large o...
xie xingguo
12:35 AM Revision 8ca61e44 (ceph): Merge pull request #35507 from aclamk/wip-bluestore-avl-description
BlueStore, added descriptions for AVL allocator parameters
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by...
Kefu Chai

06/17/2020

11:45 PM mgr Bug #44186: Module 'pg_autoscaler' has failed: division by zero
/a/nojha-2020-06-17_16:38:44-rados:singleton-master-distro-basic-smithi/5158406 Neha Ojha
11:41 PM Revision 42f48fde (ceph): pybind/mgr/pg_autoscaler/module.py: do not update event if ev.pg_num ==...
Fixes: https://tracker.ceph.com/issues/44186
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
10:51 PM CephFS Bug #43943: qa: "[WRN] evicting unresponsive client smithi131:z (6314), after 304.461 seconds"
http://pulpito.ceph.com/teuthology-2020-06-17_14:23:02-upgrade:nautilus-x-master-distro-basic-smithi/ Yuri Weinstein
10:33 PM rbd Bug #45986 (Need More Info): importing rbd diff does not apply zero sequences correctly
If it's only affecting Nautilus and later releases, I would suspect it's related to the "rbd_skip_partial_discard" se... Jason Dillaman
09:25 PM rbd Bug #45986: importing rbd diff does not apply zero sequences correctly
Jason, can you please take a look to see if this bug is in the RBD layer. Neha Ojha
10:33 PM Revision e6a773bc (ceph): cmake: move include(GNUInstallDirs) up
so systemd/CMakeLists.txt can have access to the variables defined by
it. quote from https://cmake.org/cmake/help/lat...
Kefu Chai
09:45 PM mgr Bug #42820 (New): ceph config get does not display fsid correctly
ceph config get has been fixed but ceph config show still does not display fsid correctly. Neha Ojha
09:29 PM CephFS Bug #46046: Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
Varsha, I recommend you change task/test_orch_cli.yaml to add rados client debugging ("debug rados = 10") so it's eas... Patrick Donnelly
02:03 PM CephFS Bug #46046: Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
mgr log... Varsha Rao
01:56 PM CephFS Bug #46046: Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
http://pulpito.ceph.com/swagner-2020-06-17_13:30:53-rados:cephadm-wip-swagner-testing-2020-06-17-1044-distro-basic-sm... Sebastian Wagner
11:24 AM CephFS Bug #46046: Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
... Kefu Chai
11:15 AM CephFS Bug #46046: Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
Varsha, could you take a look? Kefu Chai
11:13 AM CephFS Bug #46046 (Resolved): Test failure: test_create_multiple_exports (tasks.cephfs.test_nfs.TestNFS)
rados/cephadm/workunits/{distro/ubuntu_18.04_podman.yaml task/test_orch_cli.yaml}... Kefu Chai
09:21 PM RADOS Bug #45991 (Pending Backport): PG merge: FAILED ceph_assert(info.history.same_interval_since != 0)
Neha Ojha
11:42 AM RADOS Bug #45991 (Fix Under Review): PG merge: FAILED ceph_assert(info.history.same_interval_since != 0)
Kefu Chai
09:19 PM RADOS Bug #46024 (Fix Under Review): larger osd_scrub_max_preemptions values cause Floating point excep...
Neha Ojha
09:19 PM RADOS Bug #46043 (Need More Info): osd/ECBackend.cc: 1551: FAILED assert(!(*m).is_missing(hoid))
It is really hard to say what caused this assert without enough debug logging and I doubt we will able to reproduce t... Neha Ojha
07:41 AM RADOS Bug #46043 (Need More Info): osd/ECBackend.cc: 1551: FAILED assert(!(*m).is_missing(hoid))
We observed this crush on on one of the customer servers:... Mykola Golub
08:32 PM rgw Bug #46062 (Resolved): File Corruption in Multisite Replication with Encryption
This may be related to https://tracker.ceph.com/issues/39992 - though I didn't see any mention of encryption in that ... Howard Brown
08:21 PM Revision e49a196f (ceph): Merge pull request #35623 from liewegas/wip-bloomberg
doc/foundation: add bloomberg Sage Weil
08:19 PM Orchestrator Bug #45672: Unable to add additional hosts to cluster using cephadm
I wound up getting around this by using an Ansible role in which this worked successfully. You can feel free to close... Dan Skaggs
08:18 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
Patrick suggested that ganesha may be using an Inode pointer from one cephfs client and is trying to hand that pointe... Jeff Layton
07:02 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
My current theory is that Ganesha is replacing one mount's Inode with the other because the inode numbers are identic... Patrick Donnelly
06:37 PM CephFS Bug #46056: assertion triggered in LRU::lru_touch in ganesha+libcephfs client
Tried modifying the MulticlientSimple test to more closely follow ganesha's usage, but it didn't reproduce the issue.... Jeff Layton
05:00 PM CephFS Bug #46056 (Resolved): assertion triggered in LRU::lru_touch in ganesha+libcephfs client
Testing a simple vstart setup with these commands. ganesha is configured with 2 exports that are exporting the same f... Jeff Layton
07:56 PM Revision 5eea038b (ceph): doc/dev/msgr2: fix inconsistencies and update for msgr2.1
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
07:56 PM Revision afc28860 (ceph): msg/async/ProtocolV2: add msgr2.1 feature bit
Use msgr2.1 if the peer supports it and fall back to msgr2.0
otherwise.
Signed-off-by: Ilya Dryomov <idryomov@gmail....
Ilya Dryomov
07:56 PM Revision fd5d28f9 (ceph): msg/async/ProtocolV2: store supported features instead of required
We aren't interested in peer_required_features anywhere outside
_handle_peer_banner_payload() -- once we know there i...
Ilya Dryomov
07:56 PM Revision e6e3563d (ceph): msg/async/ProtocolV2: short circuit empty segments and epilogue
In both msgr2.0 and msgr2.1, segments can be empty. In msgr2.1,
epilogue can be empty as well.
Handle both by calli...
Ilya Dryomov
07:56 PM Revision 0b3f4c63 (ceph): msg/async/frames_v2: add initial unit tests
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
07:56 PM Revision 7e4388f1 (ceph): msg/async/crypto_onwire: implement msgr2.1 nonce format
Move to a 64-bit counter to avoid wrapping and having to reset
the session before the counter repeats. This is in li...
Ilya Dryomov
07:56 PM Revision 2966b2a5 (ceph): msg/async/frames_v2: implement msgr2.1 wire format
Implement msgr2.1-crc and msgr2.1-secure modes.
Issues with existing msgr2.0-crc and msgr2.0-secure modes and
their ...
Ilya Dryomov
07:06 PM Revision 744936dd (ceph): mds: fix whitespace
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
07:01 PM Backport #46061 (In Progress): octopus: qa/tasks/cephadm: setup site based container registry
Kyrylo Shatskyy
06:57 PM Backport #46061 (Resolved): octopus: qa/tasks/cephadm: setup site based container registry
https://github.com/ceph/ceph/pull/35625 Kyrylo Shatskyy
07:01 PM Revision e9d982b9 (ceph): qa/tasks/cephadm: setup site based container registry
Add containers registry mirror for 'docker.io' to the config
file /etc/containers/registries.conf
Since we need site...
Kyr Shatskyy
06:55 PM Revision 6128392c (ceph): include: cleanup lru con/des
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:54 PM Feature #46060 (Pending Backport): qa/tasks/cephadm: setup site based container registry
Kyrylo Shatskyy
06:51 PM Feature #46060 (Resolved): qa/tasks/cephadm: setup site based container registry
qa/tasks/cephadm.py should be able to configure site based
container registry
We need site based config, so each ...
Kyrylo Shatskyy
06:47 PM Revision be0704c3 (ceph): doc/foundation: add bloomberg
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:39 PM CephFS Feature #46059 (Resolved): vstart_runner.py: optionally rotate logs between tests
When running lots of tests with debugging, the size of the logs quickly reaches 10s of gigabytes. Have vstart_runner.... Patrick Donnelly
05:43 PM CephFS Bug #46058 (Duplicate): qa: test_scrub_pause_and_resume KeyError: 'a'
... Patrick Donnelly
05:43 PM Revision 23f279d7 (ceph): qa/cephfs: don't pass cmd args from run_as_user as str
Passing command arguments from run_as_user() to run_shell() as string
can be problematic since command argument to be...
Rishabh Dave
05:42 PM Revision 4c9811aa (ceph): qa/cephfs: refactor run_as_root() to user run_as_user()
Signed-off-by: Rishabh Dave <ridave@redhat.com> Rishabh Dave
05:41 PM Revision be0a3f44 (ceph): mgr/dashboard: Improve typescript lint
Fixes: https://tracker.ceph.com/issues/46000
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
05:41 PM Revision 1af9c766 (ceph): mgr/dashboard: Fix tslint warnings
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
05:41 PM CephFS Bug #46057 (Resolved): qa/cephfs: run_as_user must args list instead of str
Running @self.mount_a.run_as_root(args='ls ~')@ leads to following error -... Rishabh Dave
05:22 PM RADOS Feature #41564 (Pending Backport): Issue health status warning if num_shards_repaired exceeds som...
David Zafman
05:18 PM Revision 02686e4c (ceph): Merge pull request #35514 from dzafman/wip-41564
mon: Warn when too many reads are repaired on an OSD
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha...
David Zafman
05:15 PM CephFS Bug #45749 (Won't Fix): client: num_caps shows number of caps received
Whoops, sorry this was fixed in master a long time ago but was missed for backport to Luminous. Fixed in
8859ccf2...
Patrick Donnelly
05:14 PM Dashboard Bug #45566 (Pending Backport): mgr/dashboard: Table column dowpdown does not close
Lenz Grimmer
05:13 PM Dashboard Feature #45758 (Resolved): mgr/dashboard: Use ng-bootstrap for Dropdown
Lenz Grimmer
05:13 PM Dashboard Feature #45325 (Resolved): mgr/dashboard: Remove entryComponents from angular modules
Lenz Grimmer
05:12 PM Revision 83c9b93f (ceph): Merge pull request #34933 from tspmelo/wip-remove-entry
mgr/dashboard: Remove entryComponents
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tatjana Dehler <t...
Lenz Grimmer
05:10 PM Revision bfbae0eb (ceph): Merge pull request #35505 from tspmelo/wip-ng-dropdown
mgr/dashboard: Use ng-bootstrap for Dropdown
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tatjana De...
Lenz Grimmer
05:08 PM CephFS Bug #46042 (Fix Under Review): mds: EMetablob replay too long will cause mds restart
Patrick Donnelly
07:07 AM CephFS Bug #46042: mds: EMetablob replay too long will cause mds restart
We encountered the warning 'mdlog behind on trimming' and MDS crashed. Then the standby MDS recovers its journal and ... Yanhu Cao
06:15 AM CephFS Bug #46042 (Resolved): mds: EMetablob replay too long will cause mds restart
Yanhu Cao
04:50 PM Dashboard Bug #45303 (In Progress): mgr/dashboard: table details flicker if autoReload of table is on
Tiago Melo
04:42 PM CephFS Bug #43191 (Resolved): test_cephfs_shell: set `colors` to Never for cephfs-shell
Patrick Donnelly
04:42 PM Revision f1174475 (ceph): Merge PR #32111 into master
* refs/pull/32111/head:
test_cephfs_shell: run cephfs-shell with conf file
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
04:38 PM Revision af98e6af (ceph): Merge PR #35539 into master
* refs/pull/35539/head:
vstart_runner: set omit_sudo to True by default
Reviewed-by: Patrick Donnelly <pdonnell@red...
Patrick Donnelly
04:32 PM CephFS Feature #46041 (Resolved): mds/metric: if client send the metrics to old ceph, the mds session co...
Patrick Donnelly
03:45 AM CephFS Feature #46041 (Fix Under Review): mds/metric: if client send the metrics to old ceph, the mds se...
Xiubo Li
03:03 AM CephFS Feature #46041 (In Progress): mds/metric: if client send the metrics to old ceph, the mds session...
Xiubo Li
03:02 AM CephFS Feature #46041: mds/metric: if client send the metrics to old ceph, the mds session connection wi...
When the mgr received an unkown type of message it will colse the socket connection directly:
In dmesg log we can ...
Xiubo Li
03:01 AM CephFS Feature #46041 (Resolved): mds/metric: if client send the metrics to old ceph, the mds session co...
We need one way to get whether the mds support the metric collection or not. Xiubo Li
04:31 PM Revision cb1c506f (ceph): Merge PR #35608 into master
* refs/pull/35608/head:
cephfs_features: add metric collection feature support
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
04:15 PM Revision ba0ef8d1 (ceph): qa/tasks/mgr/dashboard/test_health: ignore fsmap.standbys
Fixes: https://tracker.ceph.com/issues/44725
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from ...
Kiefer Chang
04:13 PM Revision 28442b9f (ceph): qa/tasks/mgr/dashboard/test_health: update mdsmap schema
Fixes: https://tracker.ceph.com/issues/44725
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from ...
Kiefer Chang
04:06 PM bluestore Bug #46055 (Resolved): ObjectStore/StoreTestSpecificAUSize.SpilloverTest/2 failed
... Neha Ojha
03:59 PM Dashboard Bug #45508: mgr/dashboard: cropped actions menu in nested details
I am not sure if we should backport it to octopus, because it doesn't face this issue for now . but I have already cr... Avan Thakkar
10:15 AM Dashboard Bug #45508 (Pending Backport): mgr/dashboard: cropped actions menu in nested details
Lenz Grimmer
03:55 PM bluestore Bug #46054 (Resolved): RocksDBResharding: rocksdb::ColumnFamilySet::~ColumnFamilySet(): Assertion...
... Neha Ojha
03:46 PM bluestore Bug #45765: BlueStore::_collection_list causes huge latency growth pg deletion
We don't use RGW, we use self-written client which operates with small objects (~500-700-byte objects). Load is not t... Aleksei Zakharov
03:38 PM Revision 9df7e033 (ceph): Merge pull request #35578 from mgfritch/cephadm-infer-fsid-ukn
cephadm: skip any invalid fsid(s) during infer
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
03:35 PM RADOS Bug #46053 (Resolved): osd: wakeup all threads of shard rather than one thread
Neha Ojha
03:33 PM Revision bb6a68ec (ceph): rgw: adding user related web token claims to ops log
for auditing purposes.
Fixes: https://tracker.ceph.com/issues/45989
Signed-off-by: Pritha Srivastava <prsrivas@redh...
Pritha Srivastava
02:43 PM Revision 98c70234 (ceph): qa/tasks/vstart_runner: make remote.sh return str as default
To address the issue in https://github.com/ceph/teuthology/pull/1459.
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(c...
Xiubo Li
02:42 PM Revision 71e228e6 (ceph): qa/tasks/vstart_runner: make remote.sh return str as default
To address the issue in https://github.com/ceph/teuthology/pull/1459.
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(c...
Xiubo Li
02:27 PM Revision 8acb692c (ceph): Merge pull request #35567 from ceph/cephadm_annotate_scheduler
mgr/cephadm: annotate scheduling code with comments
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:16 PM Revision dcae2088 (ceph): Merge pull request #35492 from liewegas/wip-bocloud
doc/foundation: drop BoCloud Sage Weil
01:59 PM Dashboard Bug #45148 (Closed): mgr/dashboard: 'jenkins test dashboard' is failing on master
The issue is now open for ~2 months without any further activity. I'm going to close it now. If you think it's still ... Tatjana Dehler
01:46 PM Orchestrator Documentation #46052: Module 'cephadm' has failed: DaemonDescription: Cannot calculate service_id:
the correct call is... Sebastian Wagner
01:40 PM Orchestrator Documentation #46052 (Resolved): Module 'cephadm' has failed: DaemonDescription: Cannot calculate...
ceph version 15.2.3
using Cephadm...
Andy Gold
01:44 PM CephFS Bug #46023: mds: MetricAggregator.cc: 178: FAILED ceph_assert(rm)
Note that the fix in the PR is to "patch" the sequence number in the tracking map. I didn't want to do away with the ... Venky Shankar
01:15 PM CephFS Bug #46023 (Fix Under Review): mds: MetricAggregator.cc: 178: FAILED ceph_assert(rm)
Venky Shankar
04:24 AM CephFS Bug #46023: mds: MetricAggregator.cc: 178: FAILED ceph_assert(rm)
This happens when a rank 0 MDS goes offline after handling metrics for a client from another rank (say, to rank 1) fo... Venky Shankar
01:42 PM Revision e1024205 (ceph): rpm,deb: python-requests is not needed for ceph-common
Signed-off-by: luo.runbing <luo.runbing@zte.com.cn>
(cherry picked from commit 998a3025c0e87638ae7b36a8b44710abb30fff...
luo.runbing
01:42 PM Revision 81794e4e (ceph): ceph.spec.in: disable "make check" for rhel8
following packages are not available on RHEL/CentOS 8, they are for
dashboard unit tests. so disable all python packa...
Kefu Chai
01:42 PM Revision 5082a977 (ceph): ceph.spec.in: install python3-Cython on el8
EL8 has python3 support. no need to wait for python3-Cython to populate
to its mirrors.
Signed-off-by: Kefu Chai <kc...
Kefu Chai
01:42 PM Revision ef023d25 (ceph): ceph.spec.in: run pathfix.py
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 97bf619e1c538eea4d884b82c4f316e2da15dc3d)
Kefu Chai
01:42 PM Revision ead121a0 (ceph): ceph.spec.in: move distro-conditional deps to dedicated section
Post e92cb7a0336406a2981e9241031497b1749b26aa cleanup. Restore previous
structure of "distro-conditional make check d...
Nathan Cutler
01:42 PM Revision 68f396e1 (ceph): ceph.spec.in: re-enable "make check" deps for el8
this change partially reverts e92cb7a0. as these packages are now
available in AppStream, BaseOS or PowerTools in el8...
Kefu Chai
01:42 PM Revision 2bf4edc9 (ceph): ceph.spec.in: fix 'make check' deps for centos8
When running 'FOR_MAKE_CHECK=1 ./install-deps.sh' in CentOS 8
these dependencies were not being installed.
Missing de...
Alfonso Martínez
01:42 PM Revision b751d468 (ceph): ceph.spec.in: disable cephfs_java and amqp_endpoint if RHEL8
RHEL/CentOS 8 does not offer junit and sharutils yet, so disable
cephfs_java on rhel8 at this moment.
RHEL/CentOS 8 ...
Kefu Chai
01:42 PM Revision 3555ea78 (ceph): ceph.spec.in: Enable amqp_endpoint on RHEL8 by default
RHEL/CentOS 8 now provide librabbitmq-devel so we can enable it as a
build requirement.
Fixes: https://tracker.ceph....
Brad Hubbard
01:42 PM Revision 64b7a8ae (ceph): install-deps.sh: enable CRB/PowerTool repo for RHEL/CentOS 8
see also https://fedoraproject.org/wiki/EPEL
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit ...
Kefu Chai
01:17 PM rgw Bug #46047: [rgw] resizing pg_num/pgp_num causes excessive osd traffic on get_omap_iterator
NVM, same behaviour, I just thought load dropped because I didn't look at all nodes
cluster itself is getting much...
Mariusz Gronczewski
12:20 PM rgw Bug #46047 (New): [rgw] resizing pg_num/pgp_num causes excessive osd traffic on get_omap_iterator
Autoscaler tuned the .index pool for rgw to 8 pgs (we have 40 OSDs) which causes a bit of a hot-spot issue so I thoug... Mariusz Gronczewski
01:17 PM Dashboard Backport #46048 (In Progress): octopus: mgr/dashboard: cropped actions menu in nested details
Avan Thakkar
12:23 PM Dashboard Backport #46048 (Resolved): octopus: mgr/dashboard: cropped actions menu in nested details
https://github.com/ceph/ceph/pull/35620 Avan Thakkar
01:13 PM mgr Bug #44728 (Resolved): mgr: module disable returns 'does not exist'
Tatjana Dehler
01:11 PM Dashboard Feature #39251 (Duplicate): mgr/dashboard: Deactivate config option input fields for read-only users
Issue is a duplicate of https://tracker.ceph.com/issues/43527 Tatjana Dehler
01:10 PM Revision 7e0b165c (ceph): Merge pull request #35581 from bk201/ganesha-doc-pool-existence
mgr/cephadm: document pool requirement for NFS-Ganesha service
Reviewed-by: Varsha Rao <varao@redhat.com>
Reviewed-b...
Sebastian Wagner
01:09 PM Revision 741417de (ceph): mds: dump mds name when processing mds map
So as to easily figure out which mds (name) is associated
with a rank to aid easy debugging.
Signed-off-by: Venky Sh...
Venky Shankar
01:09 PM Revision dc4576de (ceph): mds: reset sequence number when new rank0 mds is available
`MetricsHandler::last_updated_seq` is used to figure out if
client disconnection to an MDS needs to be sent to rank0 ...
Venky Shankar
12:50 PM Dashboard Bug #36353: mgr/dashboard: test_safe_to_destroy (tasks.mgr.dashboard.test_osd.OsdTest)
As the last comment was added ~5 months ago, I would assume the issues doesn't happen anymore. I'm wondering if the i... Tatjana Dehler
12:50 PM Dashboard Cleanup #45901 (In Progress): mgr/dashboard/api: reach 100% test coverage in API controllers
Alfonso Martínez
12:47 PM Dashboard Feature #40909 (In Progress): mgr/dashboard: REST API versioning
Alfonso Martínez
12:42 PM rgw Feature #46049: make the lower value of session duration configurable in sts
https://github.com/ceph/ceph/pull/35612
If we are using boto, we need to change the lower value in boto also: http...
Pritha Srivastava
12:40 PM rgw Feature #46049 (In Progress): make the lower value of session duration configurable in sts
The lower value of session duration is now set to 900 seconds. We need to make it configurable if someone wants to se... Pritha Srivastava
12:28 PM Dashboard Cleanup #38891 (Resolved): mgr/dashboard: Use more bootstrap variables
Lenz Grimmer
12:27 PM Revision 9935e1db (ceph): Merge pull request #35225 from ishanrai05/bootstrap-variables
mgr/dashboard: use bootstrap variables for colors
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Ste...
Lenz Grimmer
12:16 PM rbd Bug #46034: [prometheus] auto-configure RBD metric exports for all RBD pools
Re-used the existing "rbd_stats_pools" config option. It now accepts a '*' wildcard for the pool or namespace. Jason Dillaman
12:13 PM Revision 62986a1c (ceph): mgr/prometheus: automatically discover RBD pools for stats gathering
To simplify configuration, the existing 'rbd_stats_pools' config option
now accepts '*' as a wildcard for the pool an...
Jason Dillaman
12:12 PM Dashboard Subtask #45957 (In Progress): Fix broken UiApi documentation endpoints and add warning
Alfonso Martínez
12:12 PM Bug #44197: read_until returns Operation not permitted in a mixed arch client MON session
Brad Hubbard wrote:
> Okay, I got a chance to really dive into this.
>
> I set up just a monitor on x86_64 and cr...
Tony Davies
11:51 AM Revision 96931b39 (ceph): Merge pull request #35559 from xiexingguo/wip-split-child-stat
osd/PeeringState: fix info.stats.up[acting] of splitting child
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewe...
Kefu Chai
11:51 AM Revision 58c7c7e8 (ceph): test_cephfs_shell: run cephfs-shell with conf file
And set colors to False and debug to True in this conf file.
stdout captured by Python code in this testsuite can co...
Rishabh Dave
11:49 AM Revision 48ee2b84 (ceph): Merge pull request #35395 from kshtsk/wip-registry-conf
qa/tasks/cephadm: setup site based container registry
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:47 AM Revision ff3a51ff (ceph): Merge pull request #35277 from aclamk/wip-limit-wal-sharding
kv/RocksDBStore: Set size for WALs in sharding mode.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Reviewed-by: Mark...
Kefu Chai
11:45 AM Orchestrator Bug #45097 (Resolved): cephadm: UX: Traceback, if `orch host add mon1` fails.
Kefu Chai
11:45 AM Revision 2edf4878 (ceph): Merge pull request #35547 from adk3798/cephadm-45097
cephadm: UX: Change error message when 'orch host add <host>' fails
Reviewed-by: Michael Fritch <mfritch@suse.com>
R...
Kefu Chai
11:44 AM devops Bug #45984 (Resolved): osd systemd service no longer able to start osds
Kefu Chai
11:44 AM Revision 2d0ab622 (ceph): Merge pull request #35552 from jan--f/systemd-osd-libexec
systemd/ceph-osd: ceph-osd-prestart.sh now lives in /usr/libexec
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Review...
Kefu Chai
11:41 AM Revision ce0d96ba (ceph): Merge pull request #35558 from xiexingguo/wip-45991
osd/PG: fix history.same_interval_since of merge target again
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
11:39 AM Dashboard Cleanup #42072: mgr/dashboard: landing page 2.0
A new design was proposed by Yuval Galanti:
https://marvelapp.com/e4f9e0h/screen/68160077
Lenz Grimmer feedback...
Alfonso Martínez
11:38 AM Revision 5c2b5af9 (ceph): Merge pull request #35497 from ifed01/wip-ifed-remove-wal-preext
os/bluestore: remove preextended WAL support.
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <...
Kefu Chai
11:36 AM Revision d780443a (ceph): Merge pull request #35549 from mgfritch/cephadm-iscsi-strip-version
cephadm: strip whitespace from iscsi version
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Kefu Chai
11:34 AM Revision ca6b1a7f (ceph): Merge pull request #34643 from aclamk/wip-fix-bluefs-log-dump-v2
os/bluestore/BlueFS: Make log_dump possible without opening bluefs
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
11:32 AM Revision 2652419b (ceph): Merge pull request #35146 from wjwithagen/wjw-fix-shufflerandom
rgw: replace deleted std function: randomshuffle
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:26 AM Revision 7f8a21b6 (ceph): Merge pull request #35609 from tchaikov/wip-mgr-volumes-nfs-fstring
mgr/volumes/nfs: use f-string for creating Exception
Reviewed-by: Varsha Rao <varao@redhat.com>
Reviewed-by: Ramana ...
Kefu Chai
11:10 AM Orchestrator Bug #46045 (Resolved): qa/tasks/cephadm: Module 'dashboard' is not enabled error
http://qa-proxy.ceph.com/teuthology/kchai-2020-06-17_08:41:50-rados-wip-kefu-testing-2020-06-17-1349-distro-basic-smi... Varsha Rao
11:08 AM ceph-volume Bug #46033: "AttributeError: 'MixedType' object has no attribute 'wal_vg_extents'" while calling ...
How urgent is a fix for this?
https://github.com/ceph/ceph/pull/34740 will fix this issue, but I have a hard time ...
Jan Fajerski
10:51 AM Dashboard Cleanup #36070 (Resolved): mgr/dashboard: Use a unified quoting style (double quotes) across all ...
Lenz Grimmer
10:46 AM Revision 0ac14cf9 (ceph): Merge pull request #35466 from ishanrai05/quotes
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
10:37 AM Revision 68296f25 (ceph): Merge pull request #35614 from tchaikov/wip-install-deps-enable-require...
install-deps.sh: do not enable unavailable repos
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Reviewed-by: Yuval ...
Kefu Chai
10:36 AM Dashboard Bug #45919: mgr/dashboard: nightly-master / PR Jenkins job failure: ERROR: test_standby (tasks.mg...
... Kefu Chai
10:16 AM CephFS Bug #45958 (Resolved): nautilus: ERROR: test_get_authorized_ids (tasks.cephfs.test_volume_client....
Ramana Raja
10:16 AM CephFS Bug #45966 (Resolved): nautilus: qa/tasks: NameError: global name 'StringIO' is not defined
Ramana Raja
10:14 AM Revision 70209af6 (ceph): Merge pull request #35295 from rhcs-dashboard/fix-snapshot-dropdown
mgr/dashboard: cropped actions menu in nested details
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by:...
Lenz Grimmer
09:46 AM Orchestrator Feature #46044 (Resolved): cephadm: Distribute admin keyring.
This is similar to the the ceph.conf, but more complicated.
Maybe use a placement spec? ...
Sebastian Wagner
09:40 AM Orchestrator Bug #46037: ceph orch command hangs forever when trying to add osd
`daemon add` violates https://docs.ceph.com/docs/master/dev/cephadm/#note-regarding-network-calls-from-cli-handlers .... Sebastian Wagner
09:12 AM Revision cc8f1581 (ceph): vstart_runner: set default values of stdout and stderr to None
Not doing so leads to tests run successfully with vstart_runner.py but
crash when triggered with teuthology since the...
Rishabh Dave
09:06 AM CephFS Backport #45888 (In Progress): octopus: client: fails to reconnect to MDS
Wei-Chung Cheng
09:05 AM Revision a31eec36 (ceph): qa/tasks/cephfs/test_scrub.py: use umount_wait to avoid ceph-fuse stuck
If the ceph-fuse client need to flush the caps and does sync wait,
the umount() will just return successfully, then t...
Xiubo Li
08:42 AM Orchestrator Feature #45653 (Duplicate): cephadm: Improve safety by using a specific user
Sebastian Wagner
08:08 AM Revision 57734cf1 (ceph): Merge pull request #35493 from mgfritch/orch-service-spec-validate
python-common: fix ServiceSpec validation
Reviewed-by: Joshua Schmid <jschmid@suse.de>
Reviewed-by: Sebastian Wagner...
Sebastian Wagner
08:03 AM Revision 55b87070 (ceph): install-deps.sh: do not enable unavailable repos
should be specific when enabling codeready-builder repos, there is
chance that some repos are just not available, whi...
Kefu Chai
07:39 AM CephFS Bug #45829 (Resolved): fs: ceph_test_libcephfs abort in TestUtime
Kefu Chai
07:10 AM CephFS Bug #45829 (Fix Under Review): fs: ceph_test_libcephfs abort in TestUtime
Fixed in teuthology: https://github.com/ceph/teuthology/pull/1508 Xiubo Li
05:03 AM CephFS Bug #45829: fs: ceph_test_libcephfs abort in TestUtime
http://pulpito.ceph.com/xiubli-2020-06-17_03:41:52-fs:basic_workload-wip-fs-fderr-2020-06-17-1011-distro-basic-smithi... Xiubo Li
12:50 AM CephFS Bug #45829: fs: ceph_test_libcephfs abort in TestUtime
http://pulpito.ceph.com/xiubli-2020-06-16_14:44:06-fs:basic_workload-wip-fs-ulimit-2020-06-16-1511-distro-basic-smith... Xiubo Li
07:10 AM Revision 07031a0d (ceph): mds: reset heartbeat in EMetaBlob replay
Fixes: https://tracker.ceph.com/issues/46042
Signed-off-by: Yanhu Cao <jrcaoyanhu@jd.com>
Yanhu Cao
05:20 AM Revision 3c813729 (ceph): monitoring:add grafama container build file
This commit provides the Makefile to create the
ceph-grafana containers for nautilus, octopus and
master releases.
S...
Paul Cuzner
05:13 AM rgw Bug #45607: Ceph Elasticsearch sync module not working with rgw_keystone_implicit_tenants=true
Any news of a patch?
I tried to build CEPH from source with the change with no luck.
Are ubuntu deb builds avail...
Luca Cervigni
04:34 AM Revision 5b8ba664 (ceph): mgr/volumes/nfs: use f-string for creating Exception
for better understanding the reason of the failure
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:39 AM Revision 7a7feb7c (ceph): crimson/osd: refactor Heartbeat::Peer
* encapsulate con_front and con_back as Heartbeat::Connection;
* encapsulate connectivity tracker as Heartbeat::Conne...
Yingxin Cheng
03:07 AM Revision d5595b6c (ceph): cephfs_features: add metric collection feature support
In client side we need to known whether mds support the metric
collection or not, or when mds server receieves the me...
Xiubo Li
02:59 AM Revision c904d980 (ceph): osd/scheduler: add white space for better readability
or we will see log like: PGRecovery(pgid=30.0epoch_queued=37778reserved_pushes=1)
Signed-off-by: wuxingyi <wuxingyi20...
xingyi wu
02:29 AM CephFS Bug #44113 (Pending Backport): cephfs-shell: set proper return value for the tool
Patrick Donnelly
02:29 AM CephFS Bug #43248 (Resolved): cephfs-shell: do not drop into shell after running command-line command
Backport managed by #44113. Patrick Donnelly
02:28 AM Revision 0e74b922 (ceph): Merge PR #32288 into master
* refs/pull/32288/head:
test_cephfs_shell: remove test_every_shell_cmd_at_invocation
test_cephfs_shell: catch speci...
Patrick Donnelly
01:14 AM Revision be5ea3a0 (ceph): osd/PeeringState: fix history.same_interval_since of merge target again
The symptom looks much like we see in
https://tracker.ceph.com/issues/37654.
The root cause is that both merge sour...
xie xingguo
01:06 AM Revision 0d46c0c3 (ceph): Merge pull request #35307 from aclamk/wip-rocksdb-sharding-dump
kv/RocksDBStore: Fixes dump of batch commited to rocksdb
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
01:01 AM Revision b41ca452 (ceph): Merge pull request #35562 from tchaikov/wip-drop-copr-repo
install-deps.sh: drop ktdreyer/ceph-el8 copr repo
Reviewed-by: David Galloway <dgallowa@redhat.com>
Kefu Chai
01:00 AM Revision 4caa6c0e (ceph): Merge pull request #35602 from tchaikov/wip-vstart-ganesha-comment
vstart.sh: update comment to use ganesha from CentOS Storage SIG
Reviewed-by: Varsha Rao <varao@redhat.com>
Kefu Chai
12:45 AM Revision 661996d4 (ceph): mgr: Warn when too many reads are repaired on an OSD
Include test case
Configurable by setting mon_osd_warn_num_repaired (default 10)
Ignore new health warning with rando...
David Zafman
12:45 AM Revision 41322eaa (ceph): test: flush_pg_stats() ignore OSDs that don't respond to getting sequence
This eliminates bogus errors in the logs and returned from flush_pg_stats()
Signed-off-by: David Zafman <dzafman@red...
David Zafman
 

Also available in: Atom