Project

General

Profile

Activity

From 06/23/2020 to 07/22/2020

07/22/2020

10:41 PM Revision eecc8fcb (ceph): python-common: clean-up ServiceSpec.service_id handling
service_id is required for iscsi, mds, nfs, osd, rgw.
any other service_type (mon, mgr, etc.) should not contain a s...
Michael Fritch
10:41 PM Revision 79064604 (ceph): doc/mgr/orchestrator: add missing OSD service_id
example for deploying multiple specs via yaml was missing the service_id
Fixes: https://tracker.ceph.com/issues/4637...
Michael Fritch
10:40 PM Orchestrator Documentation #46377 (In Progress): cephadm: Missing 'service_id' in last example in orchestrator...
Michael Fritch
10:28 PM Bug #37503: Audit log: mgr module passwords set on CLI written as plaintext in log files
Rook really would benefit from at least a simple solution that sanitizes the log for setting the dashboard password. ... Travis Nielsen
10:00 PM RADOS Bug #43888 (Fix Under Review): osd/osd-bench.sh 'tell osd.N bench' hang
More details in https://gist.github.com/aclamk/fac791df3510840c640e18a0e6a4c724 Neha Ojha
09:52 PM Revision d6be0d3f (ceph): osd/OSD.cc: remove osd_lock for bench
8987f94416f453829eae6dda08837ef5a42531c6 introduced the osd_lock for the
bench command. Taking the osd_lock in bench ...
Neha Ojha
09:08 PM Revision fa303616 (ceph): rgwlc: fix error return from backward-compat decode
Exception handling in backward-compat case returned EIO even when
the actual backward-compat decode succeeded.
Fixes...
Matt Benjamin
08:12 PM Revision 8afb5ec1 (ceph): Merge pull request #35667 from jschmid1/cephadm_deterministic_simplesch...
mgr/cephadm: rework --dry-run/previews
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: Kyr...
Sebastian Wagner
08:08 PM rbd Bug #46679 (Resolved): make check: run-rbd-unit-tests-127.sh: TestLibRBD.QuiesceWatchError: pure ...
... Sebastian Wagner
08:07 PM rgw Backport #45930: nautilus: Add support wildcard subuser on bucket policy
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36186
merged
Yuri Weinstein
08:07 PM Revision 1dfef83e (ceph): Merge pull request #36186 from smithfarm/wip-45930-nautilus
nautilus: rgw: Add support wildcard subuser for bucket policy
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
08:06 PM rgw Backport #44470: nautilus: rgw: cls_bucket_list_(un)ordered should clear results collection
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36163
merged
Yuri Weinstein
08:06 PM Revision a455fdee (ceph): Merge pull request #36163 from ivancich/nautilus-bucket-listing-clear-r...
nautilus: rgw: cls_bucket_list_(un)ordered should clear results collection
Reviewed-by: Casey Bodley <cbodley@redhat...
Yuri Weinstein
07:55 PM RADOS Bug #46275 (Fix Under Review): Cancellation of on-going scrubs
David Zafman
07:26 PM mgr Bug #46644: "[ERR] Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)" in upgrade:...
also in https://pulpito.ceph.com/teuthology-2020-07-22_14:23:03-upgrade:nautilus-x-master-distro-basic-smithi/ Yuri Weinstein
07:20 PM mgr Bug #46230 (Won't Fix): front_addr and cluster_network leads to hanging MGR
Sounds like this was a network configuration issue. Josh Durgin
07:14 PM Revision 19924f0b (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>
(cherry picked from ...
Jason Dillaman
07:14 PM Revision 20b0843b (ceph): pybind/rbd: add new write_zeroes/aio_write_zeroes API methods
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c27d744a339d3644b756ee496445909f63c890...
Jason Dillaman
07:14 PM Dashboard Bug #46678 (Fix Under Review): mgr/dashboard: haproxy example config does not work
Neha Ojha
06:55 PM Dashboard Bug #46678 (Resolved): mgr/dashboard: haproxy example config does not work
The haproxy example at https://docs.ceph.com/docs/octopus/mgr/dashboard/#haproxy-example-configuration is not configu... Daniël Vos
07:14 PM Revision 1fbc28f4 (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
07:00 PM Revision 44911d11 (ceph): doc/mgr/dashboard: haproxy example to use ssl for backends
HAProxy talks to backends over http by default. Ceph mgr dashboard now only accepts https traffic.
This change config...
Daniel Vos
06:30 PM Revision f53e43c6 (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>
(cherry picked from ...
Jason Dillaman
06:27 PM Revision 6a884184 (ceph): pybind/rbd: add new write_zeroes/aio_write_zeroes API methods
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c27d744a339d3644b756ee496445909f63c8903e)
Jason Dillaman
06:20 PM rgw Bug #46677 (Resolved): rgw: lc: fix backdward-compat decode
The recent parallel-lifecycle update changed the format of in-progress/stored lifecycle entries. The supplied backwa... Matt Benjamin
06:19 PM Revision 0e3add97 (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
06:18 PM mgr Documentation #46676 (Resolved): mgr/crash: invalid crash remove example
The example to remove a crash id on https://docs.ceph.com/docs/master/mgr/crash/#commands is invalid. It is missing ... Daniël Vos
06:18 PM Revision 67e34429 (ceph): doc/mgr/crash: Add missing command in rm example
Example to remove a crash id was missing the crash subcommand.
Fixes: https://tracker.ceph.com/issues/46676
Signed-o...
Daniel Vos
06:15 PM Revision c4e8ad1b (ceph): doc/releases: Mimic is EOL
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
05:56 PM rbd Backport #46674 (In Progress): octopus: importing rbd diff does not apply zero sequences correctly
Jason Dillaman
05:30 PM rbd Backport #46674 (Resolved): octopus: importing rbd diff does not apply zero sequences correctly
https://github.com/ceph/ceph/pull/36247 Jason Dillaman
05:49 PM CephFS Bug #46675 (Duplicate): nautilus: fs/upgrade test: Crash: 'wait_until_healthy' reached maximum tr...
See the following failure in Yuri's nautilus backport testing, fs/upgrade tests in fs-suite
https://pulpito.ceph.com...
Ramana Raja
05:37 PM CephFS Backport #46012: nautilus: qa: commit 9f6c764f10f break qa code in several places
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35601
merged
Yuri Weinstein
05:37 PM Revision eb485836 (ceph): Merge pull request #35601 from smithfarm/wip-46012-nautilus
nautilus: qa/vstart_runner: update vstart_runner.LocalRemote.sh
Reviewed-by: Ramana Raja <rraja@redhat.com>
Reviewed...
Yuri Weinstein
05:34 PM CephFS Backport #45854: nautilus: cephfs-journal-tool: NetHandler create_socket couldn't create socket
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35401
merged
Yuri Weinstein
05:34 PM Revision adba5475 (ceph): Merge pull request #35401 from smithfarm/wip-45854-nautilus
nautilus: tools/cephfs: don't bind to public_addr
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
05:34 PM CephFS Backport #44487: nautilus: pybind/mgr/volumes: add upgrade testing
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/34461
merged
Yuri Weinstein
05:34 PM Revision f4895fc9 (ceph): Merge pull request #34461 from Vicente-Cheng/wip-44487-nautilus
nautilus: qa: add upgrade test for volume upgrade from legacy
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
05:30 PM rbd Backport #46673 (In Progress): nautilus: importing rbd diff does not apply zero sequences correctly
Jason Dillaman
05:29 PM rbd Backport #46673 (Resolved): nautilus: importing rbd diff does not apply zero sequences correctly
https://github.com/ceph/ceph/pull/36250 Jason Dillaman
05:25 PM rbd Bug #45986 (Pending Backport): importing rbd diff does not apply zero sequences correctly
Jason Dillaman
04:22 PM CephFS Bug #46671: nautilus:tasks/cfuse_workunit_suites_fsstress: "kernel: watchdog: BUG: soft lockup - ...
This is a new issue in the kernel testing branch. I vaguely recall raising a similar issue but can't find it. Patrick Donnelly
04:07 PM CephFS Bug #46671 (Duplicate): nautilus:tasks/cfuse_workunit_suites_fsstress: "kernel: watchdog: BUG: so...
See the error with Yuri's nautilus backport testing in the multi-mds suite,
https://pulpito.ceph.com/yuriw-2020-07-2...
Ramana Raja
04:17 PM Dashboard Backport #46672 (Resolved): octopus: mgr/dashboard/api: reach 100% test coverage in API controllers
https://github.com/ceph/ceph/pull/36260 Alfonso Martínez
04:16 PM Dashboard Cleanup #45901 (Pending Backport): mgr/dashboard/api: reach 100% test coverage in API controllers
Alfonso Martínez
04:05 PM Dashboard Backport #46570: octopus: mgr/dashboard: fix usage calculation to match "ceph df" way
Ernesto Puerta wrote:
> https://github.com/ceph/ceph/pull/36137
merged
Yuri Weinstein
04:05 PM Revision 3a03673f (ceph): Merge pull request #36137 from rhcs-dashboard/wip-46570-octopus
octopus: mgr/dashboard: fix pool usage calculation
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: ...
Yuri Weinstein
04:04 PM bluestore Backport #46009: octopus: ObjectStore/StoreTestSpecificAUSize.ExcessiveFragmentation/2 failed
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36049
merged
Yuri Weinstein
04:04 PM Revision 726fb4fe (ceph): Merge pull request #36049 from smithfarm/wip-46009-octopus
octopus: tests: objectstore/store_test: kill ExcessiveFragmentation test case.
Reviewed-by: Kefu Chai <kchai@redhat....
Yuri Weinstein
04:03 PM Backport #46015: octopus: log: the time precision of log is only milliseconds because the option ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36048
merged
Yuri Weinstein
04:03 PM Revision 7219f47c (ceph): Merge pull request #36048 from smithfarm/wip-46015-octopus
octopus: common: log: fix timestap precision of log can't set to millisecond.
Reviewed-by: Adam Emerson <aemerson@re...
Yuri Weinstein
04:03 PM mgr Backport #46489: octopus: pybind/mgr/pg_autoscaler/module.py: do not update event if ev.pg_num== ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36037
merged
Yuri Weinstein
04:03 PM Revision 8102d90d (ceph): Merge pull request #36037 from smithfarm/wip-46489-octopus
octopus: pybind/mgr/pg_autoscaler/module.py: do not update event if ev.pg_num== ev.pg_num_target
Reviewed-by: Josh D...
Yuri Weinstein
04:02 PM RADOS Backport #46460: octopus: pybind/mgr/balancer: should use "==" and "!=" for comparing strings
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36036
merged
Yuri Weinstein
04:02 PM Revision 64bb38ed (ceph): Merge pull request #36036 from smithfarm/wip-46460-octopus
octopus: pybind/mgr/balancer: use "==" and "!=" for comparing str
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed...
Yuri Weinstein
04:01 PM rbd Bug #46668 (Fix Under Review): Object dispatch layers need to ensure all IO is complete prior to ...
Jason Dillaman
03:30 PM rbd Bug #46668 (Resolved): Object dispatch layers need to ensure all IO is complete prior to shut down
The unit tests may periodically crash if there is in-flight IO when the image is closed. The "AioCompletion" will tra... Jason Dillaman
04:00 PM Revision 75ff8fd1 (ceph): librbd: flush all queued object IO from simple scheduler
Normally IO is tracked via the AioCompletion's async_op but the
scheduler will "complete" writes while the IO might b...
Jason Dillaman
03:52 PM RADOS Bug #46670 (New): refuse to remove mon from the monmap if the mon is in quorum
Before accepting to remove the mon when "ceph mon remove" is used, we must not acknowledge the request if the mon is ... Sébastien Han
03:52 PM Revision 3252ab25 (ceph): Merge pull request #36216 from sebastian-philipp/cephadm-fix-undefined-...
cephadm: fix UnboundLocalError: `container_path`
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Michael Frit...
Sebastian Wagner
03:50 PM rbd Bug #46669 (Resolved): make check: unittest_rbd_mirror (Child aborted): failed, despite all tests...
https://jenkins.ceph.com/job/ceph-pull-requests/56114/consoleFull#1884892015e840cee4-f4a4-4183-81dd-42855615f2c1
I...
Sebastian Wagner
03:49 PM Dashboard Bug #46660 (Fix Under Review): mgr/dashboard: Regression on table error handling
Stephan Müller
03:08 PM Revision 62ea0105 (ceph): ceph-debug-docker: support centos 8
* default to centos:8, as we've moved to centos:8 now
* do not assume that the base image is centos:7, use centos:8 i...
Kefu Chai
02:58 PM Revision 63a56b4b (ceph): Merge pull request #35694 from rhcs-dashboard/wip-45901-master
mgr/dashboard: increase API test coverage in API controllers
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Rev...
Laura Paduano
02:14 PM Revision ee8887f4 (ceph): ceph-volume: support for mpath devices
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Fixes: https://tracker.ceph.com/issues/45094
Jan Fajerski
02:01 PM Revision a8e21a11 (ceph): doc: add notes about --dry-run
Signed-off-by: Joshua Schmid <jschmid@suse.de> Joshua Schmid
02:01 PM Revision d348d7bf (ceph): mgr/cephadm: rework --dry-run/previews
Signed-off-by: Joshua Schmid <jschmid@suse.de> Joshua Schmid
01:29 PM Revision b9028541 (ceph): client: cleanup the fuse client code
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
01:07 PM Orchestrator Bug #46103: Restart service command restarts all the services and accepts service type too
Sebastian Wagner wrote:
> REFRESHED doesn't mean the daemon was restarted. Just that the status was refreshed
It ...
Varsha Rao
10:52 AM Orchestrator Bug #46103 (Need More Info): Restart service command restarts all the services and accepts servic...
Sebastian Wagner
10:52 AM Orchestrator Bug #46103: Restart service command restarts all the services and accepts service type too
REFRESHED doesn't mean the daemon was restarted. Just that the status was refreshed Sebastian Wagner
01:00 PM Orchestrator Bug #46045 (New): qa/tasks/cephadm: Module 'dashboard' is not enabled error
Sebastian Wagner wrote:
> this was due to the fact that the FS tests don't enable the dashboard?
Yes, even other ...
Varsha Rao
10:58 AM Orchestrator Bug #46045 (Need More Info): qa/tasks/cephadm: Module 'dashboard' is not enabled error
this was due to the fact that the FS tests don't enable the dashboard? Sebastian Wagner
12:45 PM Revision 031365d3 (ceph): mgr/cephadm: move `forall_hosts()` to utils module
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
12:45 PM Revision bd356bae (ceph): mgr/cephadm: create OSDs in parallel
Should speedup day 1 OSD creation by something like factor 10
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse...
Sebastian Wagner
12:38 PM Revision eb4e5de1 (ceph): Merge pull request #35866 from tchaikov/wip-qa-tempest-pin-openstackcli...
qa/keystone: pin python-openstackclient
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Radoslaw Zarzyns...
Kefu Chai
12:24 PM Dashboard Bug #46667: mgr/dashboard: Handle buckets without a realm_id
duplicates #44926 ? Sebastian Wagner
12:13 PM Dashboard Bug #46667 (Resolved): mgr/dashboard: Handle buckets without a realm_id
The dashboard should not fail hard or handle buckets without a set realm_id.
The API fails with something like thi...
Stephan Müller
12:10 PM Orchestrator Bug #45819 (Can't reproduce): cephadm: Possible error in deploying-nfs-ganesha docs
Sebastian Wagner
12:06 PM Orchestrator Bug #45832 (Resolved): cephadm: "ceph orch apply mon" moves daemons
See the note in https://docs.ceph.com/docs/master/cephadm/install/#deploy-additional-monitors-optional Sebastian Wagner
12:05 PM Orchestrator Bug #44559 (In Progress): cephadm logs an invalid stat command
I still have this on my plate. The "fix" here is to include the double quotes in the log message. This isn't a bug _p... Nathan Cutler
12:00 PM Orchestrator Feature #44775 (Resolved): cephadm: NFS stage 2
Sebastian Wagner
11:59 AM Orchestrator Feature #44287 (Rejected): cephadm: Graceful Shutdown of the Whole Ceph Cluster
can't do that in cephadm. Needs Salt or ansible. Sebastian Wagner
11:57 AM Orchestrator Documentation #44867 (Rejected): cephadm: document "package" mode
please don't Sebastian Wagner
11:55 AM Orchestrator Bug #44739 (Can't reproduce): ceph.conf parameters set via "cephadm bootstrap -c" are not persist...
Sebastian Wagner
11:53 AM Orchestrator Bug #44968 (Can't reproduce): cehpadm: another "RuntimeError: Set changed size during iteration"
Sebastian Wagner
11:52 AM mgr Bug #46444 (Pending Backport): mgr/prometheus: log time it takes to collect metrics in debug mode
Kefu Chai
11:52 AM Revision c99d989e (ceph): Merge pull request #36005 from p-se/log-prometheus-metric-gathering
mgr/prometheus: log time it takes to collect metrics
Reviewed-by: Boris Ranto <branto@redhat.com>
Kefu Chai
11:50 AM Orchestrator Documentation #44354: cephadm: Log messages are missing
We need this in the docs:
> Create the /var/log/journal directory, so journal logs will be persisted.
Sebastian Wagner
11:46 AM Orchestrator Bug #45576 (Resolved): cephadm: `cephadm ls` does not play well with `cephadm logs`
resolved in the meanwhile Sebastian Wagner
11:41 AM Orchestrator Documentation #45728 (Resolved): Add an example for custom images to the "bootstrap a new cluster...
I think this is done by https://docs.ceph.com/docs/master/man/8/cephadm/#synopsis Sebastian Wagner
11:40 AM Orchestrator Bug #45399 (Resolved): NFS Ganesha : Error searching service specs for all nodes after nfs orch a...
Sebastian Wagner
11:39 AM Orchestrator Bug #45791 (Can't reproduce): cephadm: Upgrade is failing octopus on centos 8 %d format a numbe ...
Sebastian Wagner
11:38 AM Orchestrator Documentation #45896: cephadm: Need a manual howto: "upgrade the cluster manually"
I think we should document how to manually update the cluster. We'll need this for troubleshooting anyway. Sebastian Wagner
11:35 AM Orchestrator Bug #45808 (New): cephadm/test_adoption.sh: Error parsing image configuration: Invalid status cod...
for tasks/cephadm.py we use the local registry. for test_adoption we don't. Low prio, till this appears again Sebastian Wagner
11:33 AM Orchestrator Bug #45867 (Resolved): orchestrator: Errors while deployment are hidden behind the log wall
https://github.com/ceph/ceph/pull/35456 Sebastian Wagner
11:20 AM Revision 75570ce6 (ceph): qa/keystone: pin python-openstackclient and osc-lib
keystone's dependencies are installed using its tox.ini,
which in turn uses a constraints file of
https://releases.op...
Kefu Chai
11:03 AM Orchestrator Bug #45976 (Duplicate): cephadm: prevent rm-daemon from removing legacy daemons
Sebastian Wagner
10:57 AM Orchestrator Bug #43816 (Resolved): cephadm: Unable to use IPv6 on "cephadm bootstrap"
Sebastian Wagner
10:56 AM Orchestrator Documentation #46133 (Pending Backport): encourage users to apply YAML specs instead of using the...
Sebastian Wagner
10:56 AM Orchestrator Documentation #46168 (Pending Backport): Add information about 'unmanaged' parameter
Sebastian Wagner
10:52 AM Orchestrator Bug #46256 (Can't reproduce): OSDS are getting re-added to the cluster, despite unamanged=True
Sebastian Wagner
10:51 AM Orchestrator Bug #46268 (Pending Backport): cephadm: orch apply -i: RGW service spec id might not contain a zone
Sebastian Wagner
10:50 AM Orchestrator Bug #46271 (Pending Backport): podman pull: transient "Error: error creating container storage: e...
Sebastian Wagner
10:50 AM Orchestrator Support #45940 (Closed): Orchestrator to be able to deploy multiple OSDs per single drive
Sebastian Wagner
10:49 AM Orchestrator Bug #43681 (Fix Under Review): cephadm: Streamline RGW deployment
Sebastian Wagner
10:49 AM Bug #46246 (Need More Info): missing dep rhel 8: module perl-YAML:1.24:8010020190322131811:a5949e...
Sebastian Wagner
10:45 AM Orchestrator Bug #45872 (Pending Backport): ceph orch device ls exposes the `device_id` under the DEVICES colu...
Sebastian Wagner
10:44 AM Orchestrator Feature #45263 (Pending Backport): osdspec/drivegroup: not enough filters to define layout
Sebastian Wagner
10:42 AM Orchestrator Bug #46398 (Pending Backport): cephadm: can't use custom prometheus image
Sebastian Wagner
10:41 AM Orchestrator Bug #46429: cephadm fails bootstrap with new Podman Versions 2.0.1 and 2.0.2
let's wait, till https://github.com/containers/podman/issues/6933 is resolved. Sebastian Wagner
10:38 AM Orchestrator Bug #46540 (Fix Under Review): cephadm: iSCSI gateways problems.
Sebastian Wagner
10:37 AM Orchestrator Support #46547 (Need More Info): cephadm: Exception adding host via FQDN if host was already added
Sebastian Wagner
10:36 AM Orchestrator Bug #46412 (Need More Info): cephadm trying to pull mimic based image
Sebastian Wagner
10:36 AM Orchestrator Bug #46412: cephadm trying to pull mimic based image
works for me: ... Sebastian Wagner
10:35 AM Orchestrator Support #46384 (Resolved): 15.2.4 and cephadm - mds not starting
Sebastian Wagner
10:35 AM Orchestrator Bug #46561 (Need More Info): cephadm: monitoring services adoption doesn't honor the container image
Sebastian Wagner
10:28 AM Revision 6f5821d4 (ceph): Merge pull request #36094 from varshar16/wip-vstart-cephadm-rm-stale-image
vstart: Remove old ceph images if new cluster is deployed
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
10:24 AM rgw Cleanup #46316 (Resolved): make std::string ctor of RGWToken explicit
Yuval Lifshitz
09:38 AM Revision 6048c032 (ceph): Merge pull request #36198 from tchaikov/wip-test-drop-py2
rpm,deb,qa,python-common,test: drop python2 support
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by:...
Kefu Chai
09:27 AM Orchestrator Bug #46654: Unsupported podman container configuration via systemd
interestingly, Red Hat recommends killmode=none for this setup: https://www.redhat.com/sysadmin/podman-shareable-syst... Sebastian Wagner
09:27 AM Orchestrator Bug #46654: Unsupported podman container configuration via systemd
relates to https://github.com/ceph/ceph/pull/33162 Sebastian Wagner
09:21 AM Revision d225645b (ceph): rgw/notification: fix merge issues from zipper6
see commit: e51d0e092dd23967c039e26ee06f1ed62eae4d11
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
09:19 AM Orchestrator Feature #46666: cephadm: Introduce 'container' specification to deploy custom containers
https://github.com/ceph/ceph/blob/12a5c4669828a65ef23d87d22e9a6bfaad68691e/src/cephadm/cephadm#L3047
Needs a new cas...
Sebastian Wagner
08:57 AM Orchestrator Feature #46666 (Resolved): cephadm: Introduce 'container' specification to deploy custom containers
By introducing a 'ContainerSpec' it is possible to deploy custom containers and configurations using cephadm without ... Volker Theile
09:03 AM Dashboard Bug #46573: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/4129/ Sebastian Wagner
08:39 AM Dashboard Bug #46653: mgr/dashboard: Firefox on Macbook has been hanging with "A web page is loading slowly...
I'm on Mojave 10.14.6 Andy Gold
08:38 AM Dashboard Bug #46653: mgr/dashboard: Firefox on Macbook has been hanging with "A web page is loading slowly...
The issue is on the "Firefox Extended release 68.10.0"
I switched over to normal Firefox 78.0.2 and it works fine ...
Andy Gold
08:33 AM Dashboard Feature #46509 (Resolved): mgr/dashboard: Update Angular v10
Tiago Melo
08:32 AM Orchestrator Bug #46665 (Resolved): cephadm plugin: Failure to start service stops service loop; no other inst...
In the cephadm plugin, _apply_service doesn't handle any exception from create(), and so the whole list of hosts is a... Dan Mick
08:27 AM Revision 12a5c466 (ceph): Merge pull request #35579 from pcuzner/wip-prometheus-diskinfo
mgr/prometheus: add disk metadata to occupation metric
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto
08:19 AM Revision 5c1a5bcf (ceph): test/librados_test_stub: use std::bind
replace boost::bind() with std::bind(), the use of the Boost
placeholders in the default namespace is deprecated. let...
Kefu Chai
08:00 AM Revision 1bccbfeb (ceph): Merge pull request #36117 from tspmelo/wip-angular-10
mgr/dashboard: Update Angular v10
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Laura Paduano <lpad...
Laura Paduano
08:00 AM Revision 7f5244f6 (ceph): doc/cephadm: Fix typos in 'Cephadm Concepts' document.
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
07:59 AM Revision 43f47cbe (ceph): Merge pull request #36098 from s0nea/wip-doc-dashboard-nfs-issue
doc/mgr/dashboard: add note about known NFS issue
Reviewed-by: Sebastian Krah <skrah@suse.com>
Reviewed-by: Varsha R...
Laura Paduano
07:52 AM Revision 85c08420 (ceph): Merge pull request #36205 from ceph/navbar-padding
mgr/dashboard: fix navigation sidebar elements alignment
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewe...
Laura Paduano
07:27 AM Revision dd796792 (ceph): Merge pull request #36194 from wjwithagen/wjw-fix-preforker
common: include <signal.h> in Preforker.h
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai...
Kefu Chai
03:55 AM Revision 3902a5ee (ceph): rpm,deb: drop python3-six dependency
it's not used anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:55 AM Revision 877a0cd8 (ceph): qa/tasks/mgr/dashboard: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision 4aa86f7a (ceph): qa/tasks/rbd: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision b36f98d3 (ceph): qa/tasks/samba: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision 24e7acc2 (ceph): qa/tasks: drop python2 support from rgw related tests
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision 0ebb1c8e (ceph): pybind/mgr/cephadm: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision ed7311c7 (ceph): pybind/mgr/k8sevents: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision 9fb36625 (ceph): pybind/mgr/orchestrator: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision 5891b56a (ceph): pybind/mgr/rook: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision c91f6ffd (ceph): pybind/mgr/test_orchestrator: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:55 AM Revision d71b2863 (ceph): python-common: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:27 AM CephFS Bug #46664 (Fix Under Review): client: in _open() the open ref maybe decreased twice, but only in...
Xiubo Li
02:20 AM CephFS Bug #46664 (Resolved): client: in _open() the open ref maybe decreased twice, but only increases ...
If the delegation is enabled and when get_caps() fails, it will decrease the open ref, but later at the end of the _o... Xiubo Li
02:05 AM Revision 9002be34 (ceph): rgw: replace '+' with "%20" in canonical query string for s3
v4 auth.
fix https://tracker.ceph.com/issues/45983
Signed-off-by: yuliyang_yewu <yuliyang_yewu@cmss.chinamobile.com>
joke lee
02:02 AM Revision a7e3f54f (ceph): client: fix extra open ref decrease
There is only one place increasing the open ref, but possibly decreased
twice.
Fixes: https://tracker.ceph.com/issue...
Xiubo Li

07/21/2020

08:52 PM Dashboard Bug #46657 (Fix Under Review): mgr/dashboard: Cluster status messages overflow in the landing page
Tiago Melo
01:17 PM Dashboard Bug #46657 (Resolved): mgr/dashboard: Cluster status messages overflow in the landing page
The messages run out of the container if there are too many of them.
!{width:75%}overflow.png!
Kiefer Chang
08:41 PM Revision b15b1fe3 (ceph): mgr/dashboard: Configure overflow of popover in health page
Fixes: https://tracker.ceph.com/issues/46657
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
08:00 PM Revision 2552c6bc (ceph): mgr/dashboard: Update Angular v10
Fixes: https://tracker.ceph.com/issues/46509
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
07:29 PM rbd Bug #45268 (Pending Backport): [librbd]assert at Notifier::notify's aio_notify_locker
Jason Dillaman
07:29 PM Revision 7a8858de (ceph): Merge pull request #35981 from trociny/wip-45268
librbd: don't resend async_complete if watcher is unregistered
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:59 PM Dashboard Bug #36354: mgr/dashboard/rbd: throws 500s with format 1 RBD images
Will backported fix be released in Nautilus 14.2.11 ? Alex Litvak
06:53 PM Dashboard Bug #37999: 500 - Internal Server Error The server encountered an unexpected condition which prev...
Same problem in Nautilus 14.2.10
0 mgr[dashboard] Error while calling fn=<function _rbd_pool_list at 0x7f794c0e15f0>...
Alex Litvak
06:52 PM bluestore Backport #46643: octopus: segv in LruOnodeCacheShard::_pin
As Neha wrote in the parent:
"Igor, please feel to correct me but I'm not sure this is needed since we merged http...
Nathan Cutler
04:13 PM bluestore Backport #46643 (Need More Info): octopus: segv in LruOnodeCacheShard::_pin
Neha Ojha
06:36 PM RADOS Feature #46663 (Resolved): Add pg count for pools in the `ceph df` command
Add pg count for pools in the `ceph df` command Vikhyat Umrao
06:31 PM RADOS Bug #43174: pgs inconsistent, union_shard_errors=missing
https://github.com/ceph/ceph/pull/35938 is closed in favor of https://github.com/ceph/ceph/pull/36230 Mykola Golub
05:59 PM Revision 613b2b19 (ceph): mon: osd: switch crush_bucket_mandatory_member to be CRUSH_ITEM_NONE-based
Previously we compared it to zero, but we could technically want to require
osd.0 as a member, maybe? In any case we ...
Greg Farnum
05:59 PM Revision 825802d9 (ceph): mon: don't overwrite pending pool changes with stretch mode updates
I was erroneously making a copy of the existing OSDMap's pg_pool_t and
then putting it into pending_inc's pools membe...
Greg Farnum
05:59 PM Revision ddfda927 (ceph): osd: conditionally encode stretch state in pg_pool_t, do not require ne...
This struct gets sent out to clients as well as OSDs, and we need them
to be able to decode it without crashing/faili...
Greg Farnum
05:59 PM Revision f42b8ce3 (ceph): osd: only encode stretch mode variables in the OSDMap when in use
We were previously encoding them unconditionally, but that led to
OSDMap crc mismatches between old and new daemons, ...
Greg Farnum
05:59 PM Revision 0a86fe28 (ceph): doc: describe stretch mode for users and developers
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
05:35 PM rgw Bug #44179 (Resolved): Add user identity to OPA request
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:35 PM rgw Bug #45382 (Resolved): Bucket quota not check in copy operation
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:34 PM rgw Bug #45630 (Resolved): radsgw-admin bucket list/stats does not list/stat all buckets if user owns...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:34 PM rgw Bug #45970 (Resolved): rgw: bucket index entries marked rgw.none not accounted for correctly duri...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:34 PM rgw Bug #46162 (Resolved): rgw: radoslist incomplete multipart uploads fix marker progression
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
05:33 PM CephFS Backport #46527 (Resolved): nautilus: mgr/volumes: `protect` and `clone` operation in a single tr...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36166
m...
Nathan Cutler
05:32 PM rgw Backport #46476 (Resolved): nautilus: aws iam get-role-policy doesn't work
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36193
m...
Nathan Cutler
03:29 PM rgw Backport #46476: nautilus: aws iam get-role-policy doesn't work
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36193
merged
Yuri Weinstein
05:32 PM rgw Backport #46472 (Resolved): nautilus: crash on realm reload during shutdown
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36192
m...
Nathan Cutler
03:29 PM rgw Backport #46472: nautilus: crash on realm reload during shutdown
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36192
merged
Yuri Weinstein
05:32 PM rgw Backport #46468 (Resolved): nautilus: rgw: radoslist incomplete multipart uploads fix marker prog...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36191
m...
Nathan Cutler
03:28 PM rgw Backport #46468: nautilus: rgw: radoslist incomplete multipart uploads fix marker progression
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36191
merged
Yuri Weinstein
05:32 PM rgw Backport #46004 (Resolved): nautilus: rgw: bucket index entries marked rgw.none not accounted for...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36189
m...
Nathan Cutler
03:28 PM rgw Backport #46004: nautilus: rgw: bucket index entries marked rgw.none not accounted for correctly ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36189
merged
Yuri Weinstein
05:31 PM rgw Backport #45932 (Resolved): nautilus: Add user identity to OPA request
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36187
m...
Nathan Cutler
03:27 PM rgw Backport #45932: nautilus: Add user identity to OPA request
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36187
merged
Yuri Weinstein
05:31 PM rgw Backport #45927 (Resolved): nautilus: rgw/ swift stat can hang
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36185
m...
Nathan Cutler
03:27 PM rgw Backport #45927: nautilus: rgw/ swift stat can hang
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36185
merged
Yuri Weinstein
05:31 PM rgw Backport #45925 (Resolved): nautilus: Bucket quota not check in copy operation
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36184
m...
Nathan Cutler
03:26 PM rgw Backport #45925: nautilus: Bucket quota not check in copy operation
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36184
merged
Yuri Weinstein
05:22 PM rgw Backport #45923 (Resolved): nautilus: radsgw-admin bucket list/stats does not list/stat all bucke...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36165
m...
Nathan Cutler
03:26 PM rgw Backport #45923: nautilus: radsgw-admin bucket list/stats does not list/stat all buckets if user ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36165
merged
Yuri Weinstein
05:22 PM Revision 59b674e9 (ceph): Merge pull request #36166 from ShyamsundarR/wip-46527-nautilus
nautilus: mgr/volumes: Deprecate protect/unprotect CLI calls for subvolume snapshots
Reviewed-by: Ramana Raja <rraja...
Ramana Raja
05:09 PM Backport #46661 (Rejected): common: /usr/lib64/ceph/libceph-common.so.0 isn't CET enabled
Kaleb KEITHLEY
04:39 PM Revision 1613d272 (ceph): Merge pull request #36149 from adamemerson/wip-warn-more
Warning Cleanup
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jason Dillaman <jdillaman@redhat.com>
Adam Emerson
04:12 PM bluestore Bug #43147: segv in LruOnodeCacheShard::_pin
Nathan Cutler wrote:
> Neha - is it OK to backport this to Octopus now?
Igor, please feel to correct me but I'm n...
Neha Ojha
03:29 PM Revision a37bf848 (ceph): Merge pull request #36193 from smithfarm/wip-46476-nautilus
nautilus: rgw/iam: correcting the result of get role policy.
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
03:29 PM Revision 6bd11e98 (ceph): Merge pull request #36192 from smithfarm/wip-46472-nautilus
nautilus: rgw: stop realm reloader before store shutdown
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:28 PM Revision 57132892 (ceph): Merge pull request #36191 from smithfarm/wip-46468-nautilus
nautilus: rgw: radoslist incomplete multipart uploads fix marker progression
Reviewed-by: J. Eric Ivancich <ivancich...
Yuri Weinstein
03:28 PM Revision c6344164 (ceph): Merge pull request #36189 from smithfarm/wip-46004-nautilus
nautilus: rgw: add check for index entry's existing when adding bucket stats during bucket reshard.
Reviewed-by: J. ...
Yuri Weinstein
03:27 PM Revision d2792b44 (ceph): Merge pull request #36187 from smithfarm/wip-45932-nautilus
nautilus: rgw: Add subuser to OPA request
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
03:27 PM Revision 9f9b8b87 (ceph): Merge pull request #36185 from smithfarm/wip-45927-nautilus
nautilus: rgw: fix loop problem with swift stat on account.
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
03:26 PM Revision 3e1267e2 (ceph): Merge pull request #36184 from smithfarm/wip-45925-nautilus
nautilus: rgw: add quota enforcement to CopyObj
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:26 PM Revision f400ce13 (ceph): Merge pull request #36165 from ivancich/wip-45923-nautilus
nautilus: rgw: bucket list/stats truncates for user w/ >1000 buckets
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:47 PM Dashboard Bug #46660 (Resolved): mgr/dashboard: Regression on table error handling
Regression was introduced by #45017 (PR mgr/dashboard: Migrate Tabs from ngx-bootstrap to ng-bootstrap #35290). Throu... Stephan Müller
01:52 PM bluestore Bug #46658: Ceph-OSD nautilus/octopus memory leak ?
@Christophe - you might be interested in the following thread: https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.... Igor Fedotov
01:26 PM bluestore Bug #46658 (Rejected): Ceph-OSD nautilus/octopus memory leak ?
Hi everyone,
I'm operating a Ceph cluster (Octopus 15.2.4 7447c15c6ff58d7fce91843b705a268a1917325c) upgraded from ...
Christophe Hauquiert
01:52 PM Dashboard Bug #46659 (Won't Fix - EOL): ceph-14.2.10 fails to build on alpine linux 3.12: HTTP Error 404: N...
I'm trying to update (build from source) the ceph package to 14.2.10 due to CVE-2020-10753 in alpine 3.12, but build ... Natanael Copa
01:28 PM CephFS Bug #41581: pybind/mgr: Fix subvolume options
Ajitesh Panda wrote:
> Can I assign this issue to me ?
Contact David Galloway (dgalloway in #ceph-devel) and requ...
Jos Collin
01:14 PM CephFS Bug #41581: pybind/mgr: Fix subvolume options
Can I assign this issue to me ? Ajitesh Panda
01:11 PM Revision 9846c35e (ceph): Merge pull request #36206 from idryomov/wip-read-from-replica-log-msgs
osd/PrimaryLogPG: fix up replica read log messages
Reviewed-by: Xie Xingguo <xie.xingguo@zte.com.cn>
Ilya Dryomov
12:58 PM Dashboard Backport #46351 (In Progress): octopus: mgr/dashboard: table details flicker if autoReload of tab...
Kiefer Chang
12:40 PM Revision 3e982155 (ceph): mgr/dashboard: Re-enable OSD's table autoReload
Fixes: https://tracker.ceph.com/issues/45303
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit e...
Tiago Melo
12:23 PM Revision 6251d2b6 (ceph): rgw: add PUT and POST req support to data cache
facilitates the full usage of the Nginx cache endpoint
with s3 tools that support AWSv4
like s3cmd,aws-cli, benchmark...
Mark Kogan
12:23 PM Orchestrator Bug #46655 (Resolved): cephadm rm-cluster: Systemd ceph.target not deleted
systemd ceph target persist (active and running after deleting the cluster using cephadm rm-cluster).
This not pre...
Juan Miguel Olmo Martínez
12:16 PM Orchestrator Bug #46654 (Resolved): Unsupported podman container configuration via systemd
Description of problem:
As per https://bugzilla.redhat.com/show_bug.cgi?id=1834974#c4 running podman containers via ...
Juan Miguel Olmo Martínez
11:52 AM Revision 55e21226 (ceph): test/rgw/rgw_multi: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:52 AM Revision 2a377b01 (ceph): qa/tasks/cephadm: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:52 AM Revision 76c4e68b (ceph): qa/tasks/cephfs: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:52 AM Revision 4aa537b7 (ceph): qa/tasks: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:52 AM Revision 56d2ae8c (ceph): qa/tasks/fs: drop python2 support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:38 AM Revision e3ca2380 (ceph): Merge pull request #34059 from Songweibin/wip-objectmap-invalid
librbd: don't set objectmap invalid when load objectmap timed out
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
10:34 AM Dashboard Bug #46653 (Won't Fix): mgr/dashboard: Firefox on Macbook has been hanging with "A web page is lo...
From [ceph-users]:... Tiago Melo
10:29 AM Dashboard Cleanup #46621 (Fix Under Review): mgr/dashboard: navigation sidebar elements alignment
Nizamudeen A
10:27 AM CephFS Backport #46631 (In Progress): octopus: mgr/nfs: Remove NParts and Cache_Size from MDCACHE block
https://github.com/ceph/ceph/pull/36224 Varsha Rao
10:26 AM CephFS Backport #46585 (In Progress): octopus: mgr/nfs: Update about nfs ganesha cluster deployment usin...
https://github.com/ceph/ceph/pull/36224 Varsha Rao
10:16 AM Revision 3ffe795d (ceph): mgr/nfs: Remove NParts and Cache_Size from MDCACHE block
As setting them to small value affects the performance and they are not related
to metadata caching. https://review.g...
Varsha Rao
10:16 AM Revision fdd4ad28 (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>
(cherry picked from commit ...
Varsha Rao
10:11 AM Dashboard Bug #46652 (New): mgr/dashboard: exception raised when collapsing OSD detail
An exception is raised when collapsing the OSD detail pane if the backend API call is too slow.... Kiefer Chang
09:58 AM Dashboard Bug #45528: mgr/dashboard:ceph-api-nautilus-backend AssertionError "test_standby_disable_redirect...
... Kefu Chai
09:55 AM Orchestrator Feature #46651 (Rejected): cephadm: allow daemon/service restarts on a host basis
Currently we have... Joshua Schmid
09:20 AM Revision 45e0cf9a (ceph): Merge pull request #36212 from tspmelo/wip-cypress-gpu
mgr/dashboard: E2E: Fix random failures
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Kiefer Chan...
Laura Paduano
08:49 AM Revision fb53c659 (ceph): Merge pull request #36153 from votdev/increase_icon_border
mgr/dashboard: Display cluster status in favicon
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Ti...
Laura Paduano
08:43 AM Revision 120acb4c (ceph): Merge pull request #35850 from sebastian-philipp/cephadm-set-paused-health
mgr/cephadm: Add CEPHADM_PAUSED to test_cli
Reviewed-by: Joshua Schmid <jschmid@suse.de>
Reviewed-by: Michael Fritch...
Sebastian Wagner
08:21 AM Revision 2e9ef360 (ceph): Merge pull request #36147 from mgfritch/cephadm-service-fixup-mypy
mgr/cephadm: clean-up service module type checking
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
07:52 AM Revision 4155a79f (ceph): mon: fix the 'Error ERANGE' message when conf "osd_objectstore" is file...
Fixes: https://tracker.ceph.com/issues/37532
Signed-off-by: wangyunqing <wangyunqing@inspur.com>
yunqing wang
06:57 AM Revision 8c88d345 (ceph): mgr/dashboard: fix navigation sidebar elements alignment
Currently the navigation sidebar elements are not aligned properly with the three bars for opening and closing the si... Nizamudeen A
06:50 AM rbd Bug #45169: tools: ceph-immutable-object-cache can start without root permission
Jason Dillaman wrote:
> The linked PR will fix the crashes but you will still need to provide an appropriate "immuta...
CONGMIN YIN
06:48 AM CephFS Bug #45102: nautilus: tasks/cfuse_workunit_suites_ffsb.yaml failure in multimds suite
Still the see failure in the nautilus runs,
https://pulpito.ceph.com/yuriw-2020-07-20_15:25:01-multimds-wip-yuri3-...
Ramana Raja
05:56 AM Revision a14749be (ceph): blk: change configuration name to avoid miss hint
"bluestore_ioring" has the hint that it only affect bluestore when
it uses KernelDevice/HMSMRDevice driver. However, ...
Changcheng Liu
05:56 AM Revision 9bd37c5b (ceph): blk: add configuration to be set to select block driver
Besides blk's internal policy to auto select block drvier,
it need supply one configuration to let user to select the...
Changcheng Liu
05:56 AM Revision 125e02e0 (ceph): blk: split detect supported device and create driver
Use detect_device_type to detect the devices supported by driver.
Use create_with_type to create driver according to ...
Changcheng Liu
05:16 AM CephFS Tasks #46649 (Fix Under Review): client: make the 'mounted', 'unmounting' and 'initialized' membe...
Xiubo Li
05:14 AM CephFS Tasks #46649 (Resolved): client: make the 'mounted', 'unmounting' and 'initialized' members a sin...
We need one way to make sure that the _unmount()/shutdown() could get rid of the big client_lock with all the other c... Xiubo Li
02:49 AM CephFS Bug #46616: client: avoid adding inode already in the caps delayed list
Zheng Yan wrote:
> what's symptom of this bug?
haven't hit any issue on production yet. We found this issue by re...
Zhi Zhang
02:32 AM CephFS Bug #46648: mds: cannot handle hundreds+ of subtrees
I should add, it's trivial to set up a test for this: just create a distributed ephemeral pinned directory with large... Patrick Donnelly
02:31 AM CephFS Bug #46648 (In Progress): mds: cannot handle hundreds+ of subtrees
The MDS has a lot of trouble scaling to hundreds or thousands of subtrees. From discussions with Zheng, one of the re... Patrick Donnelly
02:17 AM RADOS Bug #46428 (In Progress): mon: all the 3 mon daemons crashed when running the fs aio test
Xiubo Li
02:04 AM rgw Bug #46647 (Resolved): rgw:RGWLifecycleConfiguration::dump() can not dump transitions
When I set bucket lifecycle using s3cmd:
> s3cmd setlifecycle encry s3://bucketname
and run "cat encry",it print
<...
Huber ming

07/20/2020

10:38 PM Revision a590aff0 (ceph): librbd: propagate an error back when failed to invalidating
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
10:36 PM Revision 83d98698 (ceph): librbd: don't set objectmap invalid when load objectmap timed out
Add a new configuration option of `rbd_invalidate_object_map_on_timeout`,
if disabled and timed out to open/update ob...
wb song
08:49 PM mgr Bug #46644: "[ERR] Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)" in upgrade:...
also in https://pulpito.ceph.com/teuthology-2020-07-20_14:23:03-upgrade:nautilus-x-octopus-distro-basic-smithi/ Yuri Weinstein
04:58 PM mgr Bug #46644 (New): "[ERR] Health check failed: 4 mgr modules have failed (MGR_MODULE_ERROR)" in up...
Run: https://pulpito.ceph.com/teuthology-2020-07-17_14:23:04-upgrade:nautilus-x-octopus-distro-basic-smithi/
Jobs: '...
Yuri Weinstein
08:18 PM Dashboard Bug #46646 (New): mgr/dashboard: PR-Backend: ERROR: test_validate_password_weak (tasks.mgr.dashbo...
... Tiago Melo
07:33 PM Revision 4e3f7b71 (ceph): Merge pull request #35509 from zdover23/wip-doc-cephadm-adoption-step-9
doc/cephadm: remove confusing fragment from cephadm adoption step 9
Reviewed-by: Varsha Rao <varao@redhat.com>
Sebastian Wagner
05:43 PM Orchestrator Bug #46385: Can i run rados and s3 compatible object storage device in Cephadm?
Sathvik Vutukuri wrote:
> Sathvik Vutukuri wrote:
> > Sathvik Vutukuri wrote:
> > > I have tried cephadm for ceph ...
Vikhyat Umrao
05:39 PM RADOS Bug #46242: rados -p default.rgw.buckets.data returning over millions objects No such file or dir...
I think first you should verify the correct name as Josh suggested with `rados stat` command.
For example I did tr...
Vikhyat Umrao
05:36 PM Dashboard Feature #45376 (Resolved): mgr/dashboard: Add E2E tests for shared components like navigation and...
Tiago Melo
05:35 PM Dashboard Bug #46622: mgr/dashboard: e2e test timeouts on configuration.e2e-spec.ts
It looks like the cluster died while running the tests, since no page is loading.
Don't think we can do anything in ...
Tiago Melo
11:32 AM Dashboard Bug #46622: mgr/dashboard: e2e test timeouts on configuration.e2e-spec.ts
https://dashboard.cypress.io/projects/k7ab29/runs/653/specs Tiago Melo
07:39 AM Dashboard Bug #46622 (Can't reproduce): mgr/dashboard: e2e test timeouts on configuration.e2e-spec.ts
... Laura Paduano
05:03 PM CephFS Fix #46645 (Resolved): librados|libcephfs: use latest MonMap when creating from CephContext
If the monitor IPs are given at startup via the `--mon_host` switch, those IPs are used for the duration of the proce... Patrick Donnelly
05:03 PM Dashboard Bug #46623 (Fix Under Review): mgr/dashboard: ui/navigation.e2e-spec.ts: AssertionError: Timed ou...
Tiago Melo
11:37 AM Dashboard Bug #46623: mgr/dashboard: ui/navigation.e2e-spec.ts: AssertionError: Timed out retrying: Expecte...
https://dashboard.cypress.io/projects/k7ab29/runs/652/specs Tiago Melo
08:20 AM Dashboard Bug #46623 (Resolved): mgr/dashboard: ui/navigation.e2e-spec.ts: AssertionError: Timed out retryi...
https://jenkins.ceph.com/job/ceph-dashboard-pull-requests/4980/consoleFull#842358957c212b007-e891-4176-9ee7-2f60eca39... Sebastian Wagner
04:59 PM Revision d44cb506 (ceph): doc/rbd: add note for the immutable-object-cache domain socket
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:57 PM Revision eeecc186 (ceph): common/options: changed default immutable object cache path
Switch the default path for the immutable object cache from "/tmp" to
"/tmp/ceph_immutable_object_cache" to prevent t...
Jason Dillaman
04:56 PM Revision f6dcb6c3 (ceph): immutable-object-cache: fix error handling during start up
Previously the daemon would crash if it couldn't remove all the
files from the specified cache directory. It would al...
Jason Dillaman
04:54 PM Revision 4a3cb501 (ceph): mgr/dashboard: E2E: Increase defaultCommandTimeout
Fixes: https://tracker.ceph.com/issues/46623
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
04:41 PM Revision 40896233 (ceph): mgr/dashboard: E2E: Disable GPU for Chrome Headless
Fixes: https://tracker.ceph.com/issues/46624
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
03:40 PM Bug #44403: /usr/lib64/ceph/libceph-common.so.0 isn't CET enabled
I guess this should have been filed against RADOS/librados as libceph-common is part of the librados2 package.
too...
Kaleb KEITHLEY
03:22 PM CephFS Bug #46583 (Fix Under Review): mds slave request 'no_available_op_found'
Nathan Cutler
03:20 PM CephFS Bug #42057 (Resolved): cephfs-shell: not compatible with cmd2 versions after 0.9.13
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:20 PM bluestore Backport #46643 (Rejected): octopus: segv in LruOnodeCacheShard::_pin
Nathan Cutler
03:19 PM CephFS Backport #46642 (Resolved): octopus: qa: random subvolumegroup collision
https://github.com/ceph/ceph/pull/36327 Nathan Cutler
03:19 PM CephFS Backport #46641 (Resolved): nautilus: qa: random subvolumegroup collision
https://github.com/ceph/ceph/pull/36314 Nathan Cutler
03:19 PM RADOS Bug #43861 (Resolved): ceph_test_rados_watch_notify hang
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:18 PM rgw Feature #44733 (Resolved): rgw: add `rgw-orphan-list` tool & `radosgw-admin bucket radoslist ...`
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:18 PM rgw Fix #44734 (Resolved): rgw: deprecate radosgw-admin orphans sub-commands
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:18 PM rgw Documentation #44958 (Resolved): Ceph v12.2.13 causes extreme high number of blocked operations
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:18 PM rgw Backport #46640 (Resolved): octopus: Headers are missing in abort multipart upload response if bu...
https://github.com/ceph/ceph/pull/36649 Nathan Cutler
03:18 PM rgw Bug #45503 (Resolved): rgw crashes while accessing an invalid iterator in gc update entry
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:17 PM mgr Bug #45554 (Resolved): mgr/prometheus: cache ineffective when gathering data takes longer than 5 ...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:17 PM Dashboard Bug #45918 (Resolved): mgr/dashboard: "ceph-api-nightly-master-backend" failure: test_pool_update...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:17 PM Dashboard Bug #45717 (Resolved): FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:17 PM rgw Feature #45920 (Resolved): add access log line to the beast frontend
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:17 PM rbd Backport #46639 (Resolved): octopus: [iscsi-target-cli page]: add systemctl commands for enabling...
https://github.com/ceph/ceph/pull/36416 Nathan Cutler
03:17 PM CephFS Backport #46632 (In Progress): octopus: mgr/nfs: help for "nfs export create" and "nfs export del...
Nathan Cutler
03:15 PM CephFS Backport #46632 (Resolved): octopus: mgr/nfs: help for "nfs export create" and "nfs export delete...
https://github.com/ceph/ceph/pull/36220 Nathan Cutler
03:17 PM rbd Backport #46638 (Resolved): nautilus: [iscsi-target-cli page]: add systemctl commands for enablin...
https://github.com/ceph/ceph/pull/36415 Nathan Cutler
03:16 PM Revision bb5a9032 (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
03:16 PM CephFS Bug #46069 (Resolved): qa/tasks: make sh() in vstart_runner.py identical with teuthology.orchestr...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:16 PM RADOS Bug #46143 (Resolved): osd: make message cap option usable again
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:16 PM CephFS Backport #46637 (Resolved): octopus: mds: optimize ephemeral rand pin
https://github.com/ceph/ceph/pull/37247 Nathan Cutler
03:16 PM rgw Bug #46404 (Resolved): rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:16 PM Bug #46626: The bandwidth of bluestore was throttled
luminous is EOL Nathan Cutler
02:11 PM Bug #46626 (Pending Backport): The bandwidth of bluestore was throttled
Kefu Chai
01:41 PM Bug #46626: The bandwidth of bluestore was throttled
The right "Affected Versions" should be "v14.2.10" xinwei wei
01:13 PM Bug #46626: The bandwidth of bluestore was throttled
We have a ceph cluster(v 14.2.9) with 3 hosts, and there are 6 HDD OSDs on each host.
An EC pool was created with th...
xinwei wei
01:10 PM Bug #46626 (Resolved): The bandwidth of bluestore was throttled
We have a ceph cluster(v 14.2.9) with 3 hosts, and there are 6 HDD OSDs on each host.
An EC pool was created with th...
xinwei wei
03:15 PM mgr Fix #46416 (Resolved): mgr progress module causes needless load
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:15 PM rgw Feature #46422 (Resolved): rgw: orphan list teuthology test & fully-qualified domain issue
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:15 PM CephFS Backport #46636 (Resolved): octopus: mds: null pointer dereference in MDCache::finish_rollback
https://github.com/ceph/ceph/pull/37243 Nathan Cutler
03:15 PM CephFS Backport #46635 (Resolved): nautilus: mds: null pointer dereference in MDCache::finish_rollback
https://github.com/ceph/ceph/pull/36439 Nathan Cutler
03:15 PM CephFS Backport #46634 (Resolved): octopus: mds forwarding request 'no_available_op_found'
https://github.com/ceph/ceph/pull/37240 Nathan Cutler
03:15 PM CephFS Backport #46633 (Resolved): nautilus: mds forwarding request 'no_available_op_found'
https://github.com/ceph/ceph/pull/36963 Nathan Cutler
03:14 PM CephFS Backport #46631 (Resolved): octopus: mgr/nfs: Remove NParts and Cache_Size from MDCACHE block
https://github.com/ceph/ceph/pull/36224 Nathan Cutler
03:14 PM Backport #46629 (Resolved): octopus: The bandwidth of bluestore was throttled
https://github.com/ceph/ceph/pull/36668 Nathan Cutler
03:14 PM Backport #46628 (Resolved): nautilus: The bandwidth of bluestore was throttled
https://github.com/ceph/ceph/pull/37823 Nathan Cutler
03:09 PM mgr Bug #46549: Module 'diskprediction_local' has failed: Expected 2D array, got 1D array instead
raising priority because it might be a regression in 14.2.10 Nathan Cutler
03:09 PM mgr Bug #46549 (Fix Under Review): Module 'diskprediction_local' has failed: Expected 2D array, got 1...
Nathan Cutler
12:52 PM mgr Bug #46549: Module 'diskprediction_local' has failed: Expected 2D array, got 1D array instead
See https://github.com/ceph/ceph/pull/36115. Benoît Knecht
02:41 PM Dashboard Bug #46573: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/3818/ Sebastian Wagner
02:40 PM Revision 31f49d38 (ceph): Merge pull request #35916 from jschmid1/drivegroup_extension
python-common/drivegroups: implement option to change filter_logic Sebastian Wagner
02:40 PM Revision 277d5d96 (ceph): Merge pull request #35946 from jschmid1/extend_device_ls
mgr/cephadm: also list vendor/model/rotational in `device ls` Sebastian Wagner
02:39 PM Revision 987121a0 (ceph): Merge pull request #35961 from p-se/cephadm-custom-image-fix
cephadm: fix usage of custom Prometheus image
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:37 PM Dashboard Bug #46373: mgr/dashboard: ceph dashboard backend API test error on Jenkins: test_pool_update_com...
https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/3856/ Sebastian Wagner
02:02 PM Revision d6fa0cde (ceph): rgw: cls_bucket_list_(un)ordered should clear results collection
Each call to cls_bucket_list_(un)ordered should have an empty
collection to populate with results. Rather than rely o...
J. Eric Ivancich
01:51 PM ceph-volume Bug #46627 (Resolved): ceph-volume tries to zap unrelated devices when passing --osd-id or --osd-...
when deploying a set of collocated and non-collocated odds, ceph-volume fails when trying to zap the collocated one b... Guillaume Abrioux
01:48 PM Dashboard Bug #46601 (Resolved): Fix API test timeout issues
Laura Paduano
01:48 PM Revision 4bf04db3 (ceph): Merge pull request #36157 from rhcs-dashboard/fix-46601-master
mgr/dashboard/api: increase API health timeout
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Laur...
Laura Paduano
01:39 PM CephFS Bug #46535 (In Progress): mds: Importer MDS failing right after EImportStart event is journaled, ...
Patrick Donnelly
01:38 PM CephFS Bug #46609 (Triaged): mds: CDir.cc: 956: FAILED ceph_assert(auth_pins == 0)
Patrick Donnelly
01:36 PM CephFS Bug #46616 (Fix Under Review): client: avoid adding inode already in the caps delayed list
Patrick Donnelly
03:47 AM CephFS Bug #46616: client: avoid adding inode already in the caps delayed list
what's symptom of this bug? Zheng Yan
03:08 AM CephFS Bug #46616 (Rejected): client: avoid adding inode already in the caps delayed list
Under multiple MDSes env, ceph-fuse client might add inode which is already in the caps delayed list. Zhi Zhang
01:30 PM Revision a58e642a (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
01:07 PM rgw Feature #41417 (Rejected): rgw: store small object's data part into xattr to avoid disk space was...
Closing in favor of the fix for https://tracker.ceph.com/issues/44213 Igor Fedotov
01:03 PM bluestore Bug #44213 (Resolved): Erasure coded pool might need much more disk space than expected
Igor Fedotov
12:32 PM Revision d89e0546 (ceph): mgr/volumes: Remove enum usage in code for Py2 support
SubvolumeFeatures uses an enum for the feature list, this is
replaced with a constant instead.
Signed-off-by: Shyams...
Shyamsundar Ranganathan
12:03 PM CephFS Backport #46388 (In Progress): nautilus: pybind/mgr/volumes: cleanup stale connection hang
Venky Shankar
11:56 AM Orchestrator Bug #46098 (Fix Under Review): Exception adding host using cephadm
Sebastian Wagner
02:37 AM Orchestrator Bug #46098: Exception adding host using cephadm
I've hit this with base RHEL 8.2 physical hosts. In my case the new hosts I tried to add didn't have python3, lvm or ... Paul Cuzner
11:51 AM Revision 8532f533 (ceph): cephadm: fix UnboundLocalError: `container_path`
Fixes: https://tracker.ceph.com/issues/46098
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
11:38 AM rgw Bug #46625: rgw: md5 signatures not match when enable rgw compress for RGWBulkUpload
fix https://github.com/ceph/ceph/pull/36213 joke lee
11:16 AM rgw Bug #46625 (Resolved): rgw: md5 signatures not match when enable rgw compress for RGWBulkUpload
when enable rgw compress and use swift bulkupload, and use s3cmd download file, s3cmd will say md5 signature not match joke lee
10:51 AM Dashboard Bug #46624 (Fix Under Review): mgr/dashboard: E2E: Failed to connect to Chrome
Tiago Melo
10:48 AM Dashboard Bug #46624: mgr/dashboard: E2E: Failed to connect to Chrome
The solutions seems to be to disabled gpu:
https://github.com/cypress-io/cypress/issues/6540#issuecomment-641087834
Tiago Melo
10:46 AM Dashboard Bug #46624 (Resolved): mgr/dashboard: E2E: Failed to connect to Chrome
Some times e2e fails because it can't connect to chrome.... Tiago Melo
10:09 AM Orchestrator Bug #46529: cephadm: error removing storage for container "...-mon": remove /var/lib/containers/s...
Some thoughts:
* https://github.com/ceph/ceph/pull/35719 remove centos_7 from suites/rados/cephadm
* https://gith...
Sebastian Wagner
09:57 AM Orchestrator Bug #46529: cephadm: error removing storage for container "...-mon": remove /var/lib/containers/s...
https://pulpito.ceph.com/kchai-2020-07-18_13:35:09-rados-wip-kefu-testing-2020-07-18-1927-distro-basic-smithi/5237690 Sebastian Wagner
09:50 AM Orchestrator Bug #46529: cephadm: error removing storage for container "...-mon": remove /var/lib/containers/s...
/a/kchai-2020-07-18_13:35:09-rados-wip-kefu-testing-2020-07-18-1927-distro-basic-smithi/5237560
also centos 7.6 (b...
Sebastian Wagner
09:50 AM Orchestrator Bug #44990 (Resolved): cephadm: exec: "/usr/bin/ceph-mon": stat /usr/bin/ceph-mon: no such file o...
/a/kchai-2020-07-18_13:35:09-rados-wip-kefu-testing-2020-07-18-1927-distro-basic-smithi/5237560 is actually #46529 Sebastian Wagner
09:11 AM Revision 6ebeb992 (ceph): mgr/dashboard: Display table status in refresh button
Fixes: https://tracker.ceph.com/issues/40330
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
08:23 AM Revision 8b43d1af (ceph): Merge pull request #36164 from dsavineau/cephadm_remove_ktdreyer_copr_repo
cephadm: remove ktdreyer's copr repository
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
08:19 AM Revision 7c5e2db7 (ceph): osd/PrimaryLogPG: fix up replica read log messages
Add missing spaces and don't repeat oid twice.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
08:14 AM rgw Feature #46491 (Fix Under Review): Prefetch GET range request
Or Friedmann
08:13 AM Revision 3dd27ab8 (ceph): Merge pull request #36129 from matthewoliver/ipv6_cephadm_route_expiry
cephadm: Fix ipv6 network regex to support routes with expiry
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewe...
Sebastian Wagner
08:11 AM rgw Bug #46614 (Fix Under Review): rgw lc expiration header returns although it should not
Or Friedmann
07:30 AM Revision 305a4bdf (ceph): Merge pull request #35889 from s0nea/wip-46328-octopus
octopus: mgr/dashboard: remove cdCopy2ClipboardButton `formatted` attribute
Reviewed-by: Stephan Müller <smueller@su...
Laura Paduano
07:13 AM Revision 0f49616b (ceph): mon: remove an out-of-date TODO
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:13 AM Revision 97fbd19c (ceph): osd: mon: account for stretch bucket configs/changes when detecting int...
Factor out the logic we wrote in PeeringState::choose_acting into a new
pg_pool_t::stretch_set_can_peer(), and use it...
Greg Farnum
07:08 AM Revision e6f79512 (ceph): mon: improve safety checks when enabling stretch mode
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision 4cb4f213 (ceph): mon: add a STRETCH_MODE feature and check it
We look at the up OSDs when enabling stretch mode to make sure the running
ones can handle it. OSDs require their pee...
Greg Farnum
07:08 AM Revision cf62fa9f (ceph): mon: switch removed_ranks monmap representation to fix issues
I misunderstood this initially, but we can call remove() on the same rank
multiple times (eg, MonmapMonitor::prepare_...
Greg Farnum
07:08 AM Revision 3e1eedb0 (ceph): mon: extra debug output
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision a179bdd1 (ceph): mon: update ConnectionTracker internal representation again
Dealing with monitor deletion correctly turns out to be really hard with
our current data models, so move ConnectionT...
Greg Farnum
07:08 AM Revision 7b272b12 (ceph): mon: fix monitor rank removal in the ConnectionTracker
This was radically broken and apparently doesn't get tested except
by mon/misc.sh! Yikes!
Signed-off-by: Greg Farnum...
Greg Farnum
07:08 AM Revision 877c5b4c (ceph): test: unit test removing ranks from the ConnectionTracker
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision 1500aea1 (ceph): mon: elector: clean up pinging state properly on rank delete
We were previously not handling this correctly for the movement of ranks,
but now we go to a bit more effort to get i...
Greg Farnum
07:08 AM Revision 3ee09571 (ceph): qa: update the mon/misc.sh script for the new feature count
I have absolutely no idea why it's counting features, but
apparently it is and bumping the value to 7 makes it pass.
...
Greg Farnum
07:08 AM Revision 7270bc4e (ceph): qa: swap BytesIO for StringIO in ceph.py create_simple_monmap
We removed StringIO for py3 compatibility going forward and this collided.
Signed-off-by: Greg Farnum <gfarnum@redha...
Greg Farnum
07:08 AM Revision b8d10c30 (ceph): mon: elector: actually parse the widely-shared election scores in MMonE...
We added score sharing in
"mon: elector: spread current election scores in election messages"
but neglected to actual...
Greg Farnum
07:08 AM Revision b89b5438 (ceph): mon: elector: include the election strategy in MMonElection and check it
We saw a crash when we incorrectly assumed an MMonElection included
a scoring_bl, apparently because there was a disa...
Greg Farnum
07:08 AM Revision 39df63fd (ceph): mon: Drop proposals that appear to come from our own rank
This can happen on startup when monitors are trying to guess
their ranks because not all IPs are known yet, and will ...
Greg Farnum
07:08 AM Revision 9f87a8bf (ceph): crush: add get_verified_type_id function
The existing get_type_id() tries to map DNE to -1, but this
is problematic since -1 is a valid bucket/device ID -- as...
Greg Farnum
07:08 AM Revision 0af65d60 (ceph): mon: add crush_loc to mon_info_t
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision ec62846d (ceph): mon: let users set a location for monitors
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision 64ed91a3 (ceph): osd: add "bucket limits" to the pg_pool_t and OSDMap
For stretch clusters, we want to be able to block peering when we don't
have participants from more than one DC. This...
Greg Farnum
07:08 AM Revision 165bd66f (ceph): mon: add enable_stretch_mode command with skeleton implementation
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision d602156c (ceph): mon: encode tiebreaker_mon in MonMap
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision 09f534bf (ceph): mon: detect when a stretch mode site is down and enter "degraded" mode
This changes the peering rules to allow us to remain active with
a single site, remembering that we have done so.
Si...
Greg Farnum
07:08 AM Revision 6018f2a9 (ceph): osd: add FIXME note for an issue I noticed
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision cd247e1f (ceph): mon: block OSDs from other zones when in stretch mode
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision 7db312cb (ceph): mon: warn when in degraded stretch mode
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision de49a581 (ceph): mon: add lots of debugging
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision ce60afc9 (ceph): mon: trigger degraded stretch mode from osdmap updates too
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision 95c458bf (ceph): mon: osd: set a stretch recovering flag and increase pool size when dea...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision 20ed5e33 (ceph): mon: osd: add pg_pool_t::peering_crush_bucket_target, to ease peering/r...
This will let us set a size of 4 and a target bucket count of 2, without
the OSDs trying to shove 4 replicas into a s...
Greg Farnum
07:08 AM Revision 1a9eecfe (ceph): osd: enforce the CRUSH bucket peering constraints on peering
We enforce the rules in choose_acting(), which is pretty simple.
More complicatedly, we add a calc_replicated_acting...
Samuel Just
07:08 AM Revision 60a4300d (ceph): OSDMap: dump stretch values
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision 27abd5ef (ceph): script: add a set_up_stretch_mode.sh that configures an existing vstart...
Use it with eg
MON=3 OSD=4 MDS=0 ../src/vstart.sh -n -d -x --without-dashboard && ../src/scrpit/set_up_stretch_mode.s...
Greg Farnum
07:08 AM Revision 7a507891 (ceph): mon: exit stretch recovery when no PGs are degraded/inactive/unknown
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision ed6f2bdb (ceph): mon: add an "osd force_healthy_stretch_mode" command
The requirements to automatically exit recovery stretch mode are stringent:
no degraded, inactive, or unknown PGs.
If...
Greg Farnum
07:08 AM Revision 69b0516c (ceph): mon: add an "osd force_recovery_stretch_mode" command
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:08 AM Revision dd584c89 (ceph): mon: require all pools be in stretch mode; remove explicit listing from...
There are a lot of UX issues and difficult failure modes that come up when
some pools are in stretch mode and some ar...
Greg Farnum
07:08 AM Revision 6602e304 (ceph): mon: enforce stretch mode on new pool creations
As part of this, make size/min_size configurable in stretch mode.
(Not that users should be setting them, at least fo...
Greg Farnum
07:08 AM Revision 67749a86 (ceph): mon: try to enforce monitor locations in stretch mode; warn on failure
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
07:07 AM Revision 0541a5ac (ceph): mon: elector: Fix a connectivity-mode first-election bug
commit e7996f16bee1b14982b41efcbfab06780bbf65fb
("mon: Guard new elector pinging and election strategies behind a mon...
Greg Farnum
06:52 AM Dashboard Cleanup #46621 (In Progress): mgr/dashboard: navigation sidebar elements alignment
Nizamudeen A
06:51 AM Dashboard Cleanup #46621 (Resolved): mgr/dashboard: navigation sidebar elements alignment
Currently the navigation sidebar elements are not aligned properly with the three bars for opening and closing the si... Nizamudeen A
06:40 AM CephFS Bug #46597 (Fix Under Review): qa: Fs cleanup fails with a traceback
Kotresh Hiremath Ravishankar
06:37 AM bluestore Bug #38745: spillover that doesn't make sense
I found... Seena Fallah
05:25 AM CephFS Cleanup #46620 (Fix Under Review): client: add command_lock support
Xiubo Li
05:17 AM CephFS Cleanup #46620 (Resolved): client: add command_lock support
We can add one separate lock to protect the Client::commands_table member to get rid of the big client_lock. Xiubo Li
05:05 AM CephFS Backport #46349 (Rejected): nautilus: qa/tasks: make sh() in vstart_runner.py identical with teut...
Let's skip nautilus as this is implemented differently in nautilus. Jos Collin
03:22 AM Revision 09bf8399 (ceph): osdc/Filer: make layout pointer const
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
03:20 AM CephFS Cleanup #46618 (Fix Under Review): client: clean up the fuse client code
Xiubo Li
03:15 AM CephFS Cleanup #46618 (Resolved): client: clean up the fuse client code

Remove the extra `;` in the `class Client {}` and move the lock guard to _unmount().
NIT: This is the preparat...
Xiubo Li
03:20 AM Dashboard Bug #46619 (Resolved): mgr/dashboard: the tooltips for Provisioned/Total Provisioned fields of an...
The tooltips for `Provisioned` and `Total Provisioned` fields are anchored to the right side of table.
They are invi...
Kiefer Chang
03:09 AM Dashboard Bug #46617 (Resolved): mgr/dashboard: provisioned values is misleading in RBD image table
The `Provisioned` and `Total provisioned` values of an RBD image requires `object-map` and `fast-diff` features to be... Kiefer Chang
03:07 AM Linux kernel client Bug #46615 (Resolved): kclient: check the sesion state and return false in case it is closed
The patch has been applied: https://patchwork.kernel.org/patch/11670153/ Xiubo Li
03:06 AM Linux kernel client Bug #46615 (Resolved): kclient: check the sesion state and return false in case it is closed

If `s->s_state == CEPH_MDS_SESSION_CLOSED` we should skip this session to send new requests.
Xiubo Li
01:21 AM RADOS Bug #46443: ceph_osd crash in _committed_osd_maps when failed to encode first inc map
Initially there's a crc error building the full from the first incremental in the loop:... Dan van der Ster
12:29 AM Revision a5be8582 (ceph): Merge PR #36196 into master
* refs/pull/36196/head:
mds/MDSRank: fix typo in "unrecognized"
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly

07/19/2020

06:20 PM RADOS Bug #43174 (In Progress): pgs inconsistent, union_shard_errors=missing
David Zafman
06:03 PM RADOS Bug #46562 (Rejected): ceph tell PGID scrub/deep_scrub stopped working
This wasn't really the problem I was seeing. David Zafman
04:11 PM Dashboard Bug #46442: mgr/dashboard: ceph-api-nightly-master-backend Jenkins test error: test_get_export (t...

/a/dzafman-2020-07-18_09:43:13-rados-wip-zafman-testing-distro-basic-smithi/5238127
/a/dzafman-2020-07-18_09:43:13...
David Zafman
11:22 AM rgw Bug #46614 (Resolved): rgw lc expiration header returns although it should not
Reproduce:
Create lc policy that expires object by 2 tags (And inside the Filter) a=b b=a
put object with single ...
Or Friedmann
08:27 AM rgw Bug #46485 (Resolved): rgw: lc: Segmentation Fault when the tag of the object was not found in th...
Nathan Cutler
08:25 AM Revision 1de45655 (ceph): mds/MDSRank: fix typo in "unrecognized"
Fixes: beb12fa25315153e1a06a0104883de89776438a6
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from c...
Nathan Cutler
08:25 AM Revision 6303923d (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
07:37 AM CephFS Bug #46607: nautilus: pybind/mgr/volumes: TypeError: bad operand type for unary -: 'str'
"This code has changed in Octopus/Pacific so the fix needs directed to Nautilus."
Please be sure to include this m...
Nathan Cutler
07:35 AM mgr Bug #43363 (Resolved): mgr/alert: can't set inventory_cache_timeout/service_cache_timeout from CLI
Nathan Cutler
07:34 AM mgr Backport #45228 (Resolved): nautilus: mgr/alert: can't set inventory_cache_timeout/service_cache_...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36104
m...
Nathan Cutler
07:33 AM mgr Backport #46172 (Resolved): nautilus: 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/35918
m...
Nathan Cutler
06:46 AM Revision 9a6572ac (ceph): mds/MDSRank: fix typo in "unrecognized"
Fixes: beb12fa25315153e1a06a0104883de89776438a6
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from c...
Nathan Cutler
06:42 AM Revision 6e96081d (ceph): mds/MDSRank: fix typo in "unrecognized"
Fixes: beb12fa25315153e1a06a0104883de89776438a6
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
06:37 AM Revision 1ccb683f (ceph): Merge pull request #36081 from winndows/superfluous_break4
osd/OSDMap: Remove the superfluous break
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
06:36 AM CephFS Bug #46612 (Rejected): mds: error: return-statement with no value, in function returning 'bool' [...
This was a misguided attempt to fix a problem that turned out to be caused by a mistake in my backport of beb12fa2531... Nathan Cutler
06:28 AM Revision 938f8a2d (ceph): Merge pull request #36083 from winndows/superfluous_break8
key_value_store: Remove superfluous breaks
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
06:28 AM CephFS Backport #46591 (In Progress): octopus: ceph-fuse: ceph-fuse process is terminated by the lograto...
Nathan Cutler
06:11 AM Revision de91961a (ceph): Merge pull request #36080 from winndows/superfluous_break5
osd/PGBackend: Remove superfluous breaks
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
06:00 AM Revision db8ab253 (ceph): Merge pull request #36067 from winndows/superfluous_break1
mon/OSDMonitor: Remove the superfluous break
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
05:59 AM Revision 9822f84d (ceph): Merge pull request #36068 from winndows/superfluous_break2
common: Remove the superfluous break
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
05:58 AM Revision cba5f784 (ceph): Merge pull request #36078 from winndows/superfluous_break7
mgr: Remove the superfluous break
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
05:54 AM Revision dedf5c84 (ceph): Merge pull request #35994 from jschmid1/osd_support_reweight
mgr/osd_support: add unittests
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Stephan Müller...
Kefu Chai
05:52 AM Revision 5667b033 (ceph): Merge pull request #35836 from mgfritch/vstart-out-dir-logs
vstart: out dir can contain a large number of files
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
05:51 AM Orchestrator Bug #46560 (Pending Backport): cephadm: assigns invalid id to daemons
Kefu Chai
05:50 AM Revision ae0896f5 (ceph): Merge pull request #36152 from sebastian-philipp/ceph-tell-cephadm
ceph: Fix `tell` for cephadm
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai <kchai@redha...
Kefu Chai
05:44 AM Orchestrator Bug #44990 (New): cephadm: exec: "/usr/bin/ceph-mon": stat /usr/bin/ceph-mon: no such file or dir...
Kefu Chai
05:43 AM Orchestrator Bug #44990: cephadm: exec: "/usr/bin/ceph-mon": stat /usr/bin/ceph-mon: no such file or directory
... Kefu Chai

07/18/2020

11:39 PM Revision 93e2ad69 (ceph): common: include <signal.h> in Preforker.h
Since it does use functions declared by signal.h
/home/jenkins/workspace/ceph-master/src/common/Preforker.h:50:5: er...
Willem Jan Withagen
10:16 PM CephFS Backport #46591: octopus: ceph-fuse: ceph-fuse process is terminated by the logratote task and wh...
Follow-up fix to add: https://github.com/ceph/ceph/pull/36194 Patrick Donnelly
08:58 PM rgw Backport #46476 (In Progress): nautilus: aws iam get-role-policy doesn't work
Nathan Cutler
08:58 PM Revision 618731f1 (ceph): rgw/iam: correcting the result of get role policy.
Fixes: https://tracker.ceph.com/issues/45671
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked f...
Pritha Srivastava
08:57 PM Revision 80c6d095 (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
08:40 PM rgw Backport #46472 (In Progress): nautilus: crash on realm reload during shutdown
Nathan Cutler
08:39 PM Revision eb6dd881 (ceph): rgw: stop realm reloader before store shutdown
otherwise the two could race to destroy the store
Fixes: https://tracker.ceph.com/issues/45969
Signed-off-by: Casey...
Casey Bodley
08:37 PM rgw Backport #46468 (In Progress): nautilus: rgw: radoslist incomplete multipart uploads fix marker p...
Nathan Cutler
08:37 PM Revision 99204f8e (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:37 PM rgw Backport #46458 (In Progress): nautilus: [RGW]: avc denial observed for pid=13757 comm="radosgw"...
Nathan Cutler
08:36 PM rgw Backport #46004 (In Progress): nautilus: rgw: bucket index entries marked rgw.none not accounted ...
Nathan Cutler
08:36 PM Revision e46567d5 (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
08:26 PM rgw Backport #45954 (In Progress): nautilus: rgw: fail as expected when get/set-bucket-versioning att...
Nathan Cutler
08:26 PM Revision 8af9f11b (ceph): rgw: fail when get/set-bucket-versioning attempted on a non-existent bu...
These should not succeed, but fail w/HTTP 404 and NoSuchBucket as
the API error.
Fixes: https://tracker.ceph.com/iss...
Matt Benjamin
08:25 PM rgw Backport #45932 (In Progress): nautilus: Add user identity to OPA request
Nathan Cutler
08:24 PM Revision 7a029f84 (ceph): rgw: Add subuser to OPA request
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 793aaaaed9029e032128b50767a5faf1bb7f6d...
Seena Fallah
08:23 PM rgw Backport #45930 (In Progress): nautilus: Add support wildcard subuser on bucket policy
Nathan Cutler
08:22 PM Revision 85087869 (ceph): rgw: Add support wildcard subuser for bucket policy
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 0008f84cb03402b159001bf6b6c3a2ff48b2de9b)
Seena Fallah
08:20 PM CephFS Fix #44171: pybind/cephfs: audit for unimplemented bindings for libcephfs
Ramana Raja wrote:
> Wouldn't backporting this to nautilus, and octopus be useful?
I think only if a function is ...
Patrick Donnelly
04:51 PM CephFS Fix #44171 (Need More Info): pybind/cephfs: audit for unimplemented bindings for libcephfs
Ramana Raja
04:51 PM CephFS Fix #44171: pybind/cephfs: audit for unimplemented bindings for libcephfs
Wouldn't backporting this to nautilus, and octopus be useful? Ramana Raja
08:19 PM rgw Backport #45927 (In Progress): nautilus: rgw/ swift stat can hang
Nathan Cutler
08:19 PM Revision c355966f (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
08:13 PM rgw Backport #45925 (In Progress): nautilus: Bucket quota not check in copy operation
Nathan Cutler
07:41 PM mgr Backport #46589 (In Progress): nautilus: mgr: rgw doesn't show in service map
Nathan Cutler
07:39 PM CephFS Backport #46480 (In Progress): nautilus: mds: send scrub status to ceph-mgr only when scrub is ru...
Nathan Cutler
05:41 PM Revision 98bd91da (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
05:41 PM Revision 7a770c77 (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>
(cherr...
Kefu Chai
05:41 PM mgr Backport #46588 (In Progress): octopus: mgr: rgw doesn't show in service map
Nathan Cutler
05:33 PM CephFS Backport #46592 (In Progress): nautilus: ceph-fuse: ceph-fuse process is terminated by the lograt...
Nathan Cutler
05:33 PM CephFS Backport #46464 (In Progress): nautilus: mgr/volumes: fs subvolume clones stuck in progress when ...
Ramana Raja
05:32 PM CephFS Backport #46523 (In Progress): nautilus: mds: fix hang issue when accessing a file under a lost p...
Nathan Cutler
05:32 PM Revision f9d5743d (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
05:29 PM Revision b4d5ebf5 (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
05:27 PM CephFS Backport #46521 (In Progress): nautilus: mds: deleting a large number of files in a directory cau...
Nathan Cutler
05:27 PM Revision 6acba40c (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>
(cherry picked from commit...
chencan chencan
05:26 PM CephFS Backport #46517 (In Progress): nautilus: client: directory inode can not call release_callback
Nathan Cutler
05:26 PM Revision 9b2da3b3 (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:24 PM Revision 9a679442 (ceph): pybind/cephfs: add DiskQuotaExceeded exception
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit 4cd247e6d0b7d38eb8e9bf5f6a656fd78393b4f6)
C...
Ramana Raja
04:42 PM Revision c20868af (ceph): Merge pull request #35629 from dillaman/wip-librbd-asio-2
librbd: switch IO path to use new librados asio API
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
04:35 PM CephFS Bug #46612 (In Progress): mds: error: return-statement with no value, in function returning 'bool...
Nathan Cutler
04:33 PM CephFS Bug #46612 (Rejected): mds: error: return-statement with no value, in function returning 'bool' [...
beb12fa25315153e1a06a0104883de89776438a6 added an ALLOW_MESSAGES_FROM macro to src/mds/MDSRank.cc - this macro contai... Nathan Cutler
04:07 PM CephFS Backport #46611 (Need More Info): nautilus: cephfs.pyx: passing empty string is fine but passing ...
cleanup that does not apply cleanly Nathan Cutler
04:06 PM CephFS Backport #46611 (Resolved): nautilus: cephfs.pyx: passing empty string is fine but passing None i...
https://github.com/ceph/ceph/pull/37725 Nathan Cutler
04:07 PM CephFS Backport #46610 (Need More Info): octopus: cephfs.pyx: passing empty string is fine but passing N...
cleanup that does not apply cleanly Nathan Cutler
04:06 PM CephFS Backport #46610 (Resolved): octopus: cephfs.pyx: passing empty string is fine but passing None is...
https://github.com/ceph/ceph/pull/37724 Nathan Cutler
04:06 PM CephFS Bug #44415 (Pending Backport): cephfs.pyx: passing empty string is fine but passing None is not t...
Nathan Cutler
04:04 PM CephFS Bug #44415 (Resolved): cephfs.pyx: passing empty string is fine but passing None is not to arg co...
Nathan Cutler
04:04 PM CephFS Bug #44415: cephfs.pyx: passing empty string is fine but passing None is not to arg conffile in L...
It doesn't apply cleanly to octopus, either. Nathan Cutler
04:01 PM CephFS Bug #44415: cephfs.pyx: passing empty string is fine but passing None is not to arg conffile in L...
Patrick, can you confirm that this cleanup really needs to be backported to nautilus? This change does not apply clea... Nathan Cutler
03:55 PM CephFS Backport #46474 (In Progress): nautilus: mds: make threshold for MDS_TRIM warning configurable
Nathan Cutler
03:55 PM Revision 1becb47b (ceph): mds: make threshold for MDS_TRIM configurable
Fixes: https://tracker.ceph.com/issues/45906
Signed-off-by: Paul Emmerich <paul.emmerich@croit.io>
(cherry picked fro...
Paul Emmerich
03:51 PM CephFS Backport #46470 (In Progress): nautilus: client: release the client_lock before copying data in read
Nathan Cutler
03:43 PM CephFS Backport #46409 (In Progress): nautilus: client: supplying ceph_fsetxattr with no value unsets xattr
Nathan Cutler
03:43 PM Revision 80085062 (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
03:40 PM CephFS Backport #46349 (Need More Info): nautilus: qa/tasks: make sh() in vstart_runner.py identical wit...
Nathan Cutler
03:39 PM CephFS Backport #46349 (Rejected): nautilus: qa/tasks: make sh() in vstart_runner.py identical with teut...
In nautilus, the "sh" function is the one from teuthology/misc:... Nathan Cutler
03:34 PM CephFS Backport #46310 (In Progress): nautilus: qa/tasks/cephfs/test_snapshots.py: Command failed with s...
Nathan Cutler
03:34 PM Revision 5e5635fc (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
03:31 PM CephFS Backport #46200 (In Progress): nautilus: qa: "[WRN] evicting unresponsive client smithi131:z (631...
Nathan Cutler
03:31 PM Revision 39ad7c67 (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
03:30 PM CephFS Backport #46189 (In Progress): nautilus: mds: EMetablob replay too long will cause mds restart
Nathan Cutler
03:30 PM Revision 2ae07a8a (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
03:27 PM CephFS Backport #46187 (In Progress): nautilus: client: fix snap directory atime
Nathan Cutler
03:26 PM Revision c755ca8a (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
03:25 PM CephFS Backport #46151 (In Progress): nautilus: test_scrub_pause_and_resume (tasks.cephfs.test_scrub_che...
Nathan Cutler
03:00 PM CephFS Backport #46466: nautilus: pybind/mgr/volumes: get_pool_names may indicate volume does not exist ...
The "target version" value is set only when the backport PR is merged. Nathan Cutler
01:22 PM CephFS Backport #46466 (In Progress): nautilus: pybind/mgr/volumes: get_pool_names may indicate volume d...
Ramana Raja
01:25 PM CephFS Backport #46478 (In Progress): nautilus: pybind/mgr/volumes: volume deletion should check mon_all...
Ramana Raja
12:50 PM CephFS Backport #46235 (In Progress): nautilus: pybind/mgr/volumes: volume deletion not always removes t...
Ramana Raja
12:13 PM bluestore Backport #46584 (Need More Info): octopus: os/bluestore: simplify Onode pin/unpin logic.
this backport is on hold because the fix is baking in master Nathan Cutler
12:12 PM bluestore Bug #43147 (Pending Backport): segv in LruOnodeCacheShard::_pin
Neha - is it OK to backport this to Octopus now? Nathan Cutler
12:02 PM CephFS Backport #46527 (In Progress): nautilus: mgr/volumes: `protect` and `clone` operation in a single...
Shyamsundar Ranganathan
12:02 PM Dashboard Bug #46566: octopus: mgr/dashboard: fix rbdmirroring dropdown menu
@Avan, I noticed you removed the octopus backport, but added "octopus:" to the subject line. That would seem to indic... Nathan Cutler
11:56 AM Revision c00ca113 (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
11:40 AM Revision 6cd4e2fd (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
09:04 AM CephFS Feature #40401 (New): mgr/volumes: allow/deny r/rw access of auth IDs to subvolume and subvolume ...
Previous attempt at fixing this https://github.com/ceph/ceph/pull/28973 Ramana Raja
06:16 AM Revision c843b6f0 (ceph): rgw: dump transitions in RGWLifecycleConfiguration::dump()
Signed-off-by: Shengming Zhang <zhangsm01@inspur.com> Huber ming
03:31 AM CephFS Bug #46579 (Pending Backport): mgr/nfs: Remove NParts and Cache_Size from MDCACHE block
Patrick Donnelly
03:30 AM Revision 4fef026d (ceph): Merge PR #36134 into master
* refs/pull/36134/head:
mgr/nfs: Remove NParts and Cache_Size from MDCACHE block
Reviewed-by: Michael Fritch <mfrit...
Patrick Donnelly
03:29 AM CephFS Bug #46543 (Pending Backport): mds forwarding request 'no_available_op_found'
Patrick Donnelly
03:29 AM Revision 046b80f7 (ceph): Merge PR #36107 into master
* refs/pull/36107/head:
mds: fix mds forwarding request 'no_available_op_found'
Reviewed-by: Patrick Donnelly <pdon...
Patrick Donnelly
03:28 AM CephFS Bug #46533 (Pending Backport): mds: null pointer dereference in MDCache::finish_rollback
Patrick Donnelly
03:28 AM Revision a43122b7 (ceph): Merge PR #36097 into master
* refs/pull/36097/head:
mds: fix nullptr dereference in MDCache::finish_rollback
Reviewed-by: Patrick Donnelly <pdo...
Patrick Donnelly
03:28 AM Revision 66b9bf0c (ceph): Merge PR #35969 into master
* refs/pull/35969/head:
mds: optimize random threshold lookup for dentry load
Reviewed-by: Sidharth Anupkrishnan <s...
Patrick Donnelly
03:27 AM CephFS Bug #46302 (Pending Backport): mds: optimize ephemeral rand pin
Patrick Donnelly
03:27 AM CephFS Bug #43517 (Pending Backport): qa: random subvolumegroup collision
Patrick Donnelly
03:20 AM Revision c049d315 (ceph): Merge PR #35953 into master
* refs/pull/35953/head:
qa: Fix name collisions
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Ra...
Patrick Donnelly
03:19 AM Revision 9908dc3e (ceph): Merge PR #35902 into master
* refs/pull/35902/head:
ceph-dedup-tool: fix warning
mds: slave -> peer
mds: master -> leader
Reviewed-by: Patric...
Patrick Donnelly
03:17 AM Revision c950df44 (ceph): Merge PR #36139 into master
* refs/pull/36139/head:
mon: refactor ServiceMap::Service::get_task_summary()
mon: only dump non-empty "task status...
Patrick Donnelly
03:16 AM CephFS Bug #46572 (Pending Backport): mgr/nfs: help for "nfs export create" and "nfs export delete" says...
Patrick Donnelly
03:15 AM Revision edb1ad8e (ceph): Merge PR #36140 into master
* refs/pull/36140/head:
mgr/volumes: fix "ceph nfs export" help messages
Reviewed-by: Varsha Rao <varao@redhat.com>...
Patrick Donnelly
03:12 AM CephFS Bug #46609 (Triaged): mds: CDir.cc: 956: FAILED ceph_assert(auth_pins == 0)
... Patrick Donnelly
03:09 AM CephFS Bug #46608 (Duplicate): qa: thrashosds: log [ERR] : 4.0 has 3 objects unfound and apparently lost
... Patrick Donnelly
12:30 AM mgr Backport #45228: nautilus: mgr/alert: can't set inventory_cache_timeout/service_cache_timeout fro...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36104
merged
Yuri Weinstein
12:30 AM Revision ebb3b88f (ceph): Merge pull request #36104 from neha-ojha/wip-45228-nautilus
nautilus: mgr/alert: can't set inventory_cache_timeout/service_cache_timeout from CLI
Reviewed-by: Yuri Weinstein <y...
Yuri Weinstein
12:29 AM mgr Backport #46172: nautilus: mgr/prometheus: cache ineffective when gathering data takes longer tha...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/35918
merged
Yuri Weinstein
12:29 AM Revision cb2b991e (ceph): Merge pull request #35918 from callithea/wip-46172-nautilus
nautilus: mgr/prometheus: improve Prometheus module cache
Reviewed-by: Patrick Seidensal <pnawracay@suse.com>
Review...
Yuri Weinstein

07/17/2020

10:39 PM rgw Backport #45923 (In Progress): nautilus: radsgw-admin bucket list/stats does not list/stat all bu...
J. Eric Ivancich
10:34 PM Revision c84f413a (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
10:34 PM Revision a1b3f16d (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
09:58 PM Revision e5431209 (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
08:58 PM CephFS Bug #46607 (Closed): nautilus: pybind/mgr/volumes: TypeError: bad operand type for unary -: 'str'
... Patrick Donnelly
07:35 PM Revision e51d0e09 (ceph): Merge pull request #35851 from dang/wip-dang-zipper-6
Wip dang zipper 6 Daniel Gryniewicz
07:26 PM Orchestrator Bug #46561: cephadm: monitoring services adoption doesn't honor the container image
> > Also deploying the monitoring after the bootstrap requires to run an extra ceph command to enable the prometheus ... Nathan Cutler
07:22 PM Orchestrator Bug #46561: cephadm: monitoring services adoption doesn't honor the container image
If it's not useful to deploy the monitoring stack on a MON+MGR node, why does "cephadm bootstrap" do that?
I guess...
Nathan Cutler
01:44 PM Orchestrator Bug #46561: cephadm: monitoring services adoption doesn't honor the container image
Dimitri Savineau wrote:
> > The thinking is that it doesn't really make sense to co-locate the monitoring stack with...
Sebastian Wagner
01:23 PM Orchestrator Bug #46561: cephadm: monitoring services adoption doesn't honor the container image
> The thinking is that it doesn't really make sense to co-locate the monitoring stack with the mon+mgr.
Some peopl...
Dimitri Savineau
10:13 AM Orchestrator Bug #46561: cephadm: monitoring services adoption doesn't honor the container image
Dimitri Savineau wrote:
> As a current workaround, I need to skip the monitoring stack from the bootstrap (--skip-mo...
Sebastian Wagner
07:26 PM Orchestrator Bug #46606 (Resolved): cephadm: post-bootstrap monitoring deployment only works if the command "c...
Post-bootstrap monitoring deployment only works if the command "ceph mgr module enable prometheus" has already been i... Nathan Cutler
06:31 PM Revision 829623f3 (ceph): rbd: Parenthesize constant macro expressions
So something can't bind to the shifted argument tighter than the shift
operator.
Signed-off-by: Adam C. Emerson <aem...
Adam Emerson
06:19 PM Dashboard Bug #46605 (Closed): nautilus: ERROR: test_list_osd_flags (tasks.mgr.dashboard.test_osd.OsdFlagsT...
... Ernesto Puerta
06:18 PM Revision 41f5a52e (ceph): rgw: Fix braced initializer warning
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:18 PM Revision 37961b07 (ceph): rbd_mirror: Remove unneded implicit conversions
Since we're comparing to uint64_ts and storing in a uint64_t, just
have the variable be a uint64_t.
Signed-off-by: A...
Adam Emerson
06:18 PM Revision fb8bc0e9 (ceph): rgw: Remove unused lambda capture
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:18 PM Revision 0b58e1ec (ceph): rbd: Remove unused lambda capture
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:18 PM Revision 34f1baf3 (ceph): rgw: Fix dangling-gsl warning
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:18 PM Revision 96063c3e (ceph): rgw: Remove unneded copy in ranged initializer
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:18 PM Revision 20df584b (ceph): rgw/picojson: Pragma out limit comparison warning
intmax_t may or may not be identical to int64_t, depending on
platform. On our platform, it is.
Signed-off-by: Adam ...
Adam Emerson
06:18 PM Revision 9699c21b (ceph): osd: Remove unneeded copy in ranged loop initializer
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:18 PM Revision 2dfd1268 (ceph): test/random: Turn off spurious warning
Since we're testing deduction guides involving a type whose concrete
representation is unknown, this warning provides...
Adam Emerson
06:18 PM Revision be3d7274 (ceph): tools/cephfs: Explicitly convert to char
Whether char is signed or not is implementation defined, and if char
is signed converting 255 to a char will turn a p...
Adam Emerson
06:18 PM Revision 0c312644 (ceph): test/cls_queue: Remove pessimizing move
…and fix filetype in modeline.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
06:18 PM Revision 375fc5d1 (ceph): test/common: Fix pessimizing move
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:18 PM Revision 1e273db6 (ceph): test/objectstore: Remove unused value
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:18 PM Revision 721ef635 (ceph): test/osdc: Silence implicit conversion warning
By converting explicitly.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
06:18 PM Revision 79552afe (ceph): pybind: Silence distutils/setuptools warning
Setuptools would very much like to be imported BEFORE distutils
So move the conditional imports of setuptools above ...
Adam Emerson
06:17 PM Revision 5c95e221 (ceph): {tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warning
Use of the Boost placeholders in the default namespace is
deprecated. Switching to <boost/bind/bind.hpp> defines them...
Adam Emerson
06:17 PM Revision e0bd6325 (ceph): rgw: Fix sign comparison warning
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:17 PM Revision 8f2b332b (ceph): rgw/picojson: Fix assignment-used-as-value warning
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:17 PM Revision 9d35922c (ceph): osd/OSDMap: Fix implicit conversion warning
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:17 PM Revision 62a489d2 (ceph): osd/OSDMap: Use reference to avoid copying in loop initializer
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:17 PM Revision 2298b14e (ceph): client: Remove unneeded copies in ranged for
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:17 PM Revision cc84de6e (ceph): common: Clarify empty conditional body
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:17 PM Revision 4a76b40f (ceph): kv/RocksDBStore: Remove unused variable
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
06:17 PM Revision f716aa2a (ceph): rbd: Remove clashing definition of CephContext
Fallout from the common_fwd change
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
06:10 PM RADOS Bug #46596 (Resolved): ceph-osd --mkfs: *** longjmp causes uninitialized stack frame ***: /usr/bi...
Kefu Chai
03:47 PM RADOS Bug #46596 (Fix Under Review): ceph-osd --mkfs: *** longjmp causes uninitialized stack frame ***:...
https://github.com/ceph/ceph-container/pull/1712 Kefu Chai
11:53 AM RADOS Bug #46596: ceph-osd --mkfs: *** longjmp causes uninitialized stack frame ***: /usr/bin/ceph-osd ...
there is a small possibility that this is related to https://github.com/ceph/ceph/pull/33770 Sebastian Wagner
11:24 AM RADOS Bug #46596 (Resolved): ceph-osd --mkfs: *** longjmp causes uninitialized stack frame ***: /usr/bi...
This is likely a regression that was merged yesterday into master (July 16th).... Sebastian Wagner
06:04 PM Dashboard Bug #46604 (New): monitor data filesystem reached concerning levels of available storage space (a...
... Ernesto Puerta
05:56 PM mgr Backport #46515 (Resolved): nautilus: mgr progress module causes needless load
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36075
m...
Nathan Cutler
05:39 PM mgr Backport #46515: nautilus: mgr progress module causes needless load
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36075
merged
Yuri Weinstein
05:56 PM RADOS Backport #46017 (Resolved): nautilus: ceph_test_rados_watch_notify hang
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36031
m...
Nathan Cutler
05:39 PM RADOS Backport #46017: nautilus: ceph_test_rados_watch_notify hang
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36031
merged
Yuri Weinstein
05:56 PM RADOS Backport #46164 (Resolved): nautilus: 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/35738
m...
Nathan Cutler
05:38 PM RADOS Backport #46164: nautilus: osd: make message cap option usable again
Neha Ojha wrote:
> https://github.com/ceph/ceph/pull/35738
merged
Yuri Weinstein
05:56 PM mgr Backport #46393 (Resolved): nautilus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_p...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35959
m...
Nathan Cutler
05:31 PM mgr Backport #46393: nautilus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
Laura Paduano wrote:
> https://github.com/ceph/ceph/pull/35959
merged
Yuri Weinstein
05:55 PM rgw Backport #46512 (Resolved): nautilus: rgw: lc: Segmentation Fault when the tag of the object was ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36086
m...
Nathan Cutler
05:01 PM rgw Backport #46512: nautilus: rgw: lc: Segmentation Fault when the tag of the object was not found i...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36086
merged
Yuri Weinstein
05:55 PM rgw Backport #46557 (Resolved): nautilus: rgw: orphan list teuthology test & fully-qualified domain i...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34127
m...
Nathan Cutler
05:00 PM rgw Backport #46557: nautilus: rgw: orphan list teuthology test & fully-qualified domain issue
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/34127
merged
Yuri Weinstein
05:55 PM rgw Backport #46556 (Resolved): nautilus: rgw: rgw-orphan-list -- fix interaction, quoting, and perce...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34127
m...
Nathan Cutler
05:00 PM rgw Backport #46556: nautilus: rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/34127
merged
Yuri Weinstein
05:55 PM rgw Backport #46344 (Resolved): nautilus: rgw: orphan-list timestamp fix
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34127
m...
Nathan Cutler
05:00 PM rgw Backport #46344: nautilus: rgw: orphan-list timestamp fix
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/34127
merged
Yuri Weinstein
05:55 PM rgw Backport #45488 (Resolved): nautilus: rgw: deprecate radosgw-admin orphans sub-commands
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34127
m...
Nathan Cutler
05:00 PM rgw Backport #45488: nautilus: rgw: deprecate radosgw-admin orphans sub-commands
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/34127
merged
Yuri Weinstein
05:55 PM rgw Backport #44722 (Resolved): nautilus: rgw: add `rgw-orphan-list` tool & `radosgw-admin bucket rad...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/34127
m...
Nathan Cutler
05:00 PM rgw Backport #44722: nautilus: rgw: add `rgw-orphan-list` tool & `radosgw-admin bucket radoslist ...`
Eric Ivancich wrote:
> https://github.com/ceph/ceph/pull/34127
merged
Yuri Weinstein
05:55 PM rgw Backport #45480 (Resolved): nautilus: Ceph v12.2.13 causes extreme high number of blocked operations
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35044
m...
Nathan Cutler
05:55 PM CephFS Backport #46002: nautilus: pybind/mgr/volumes: add command to return metadata regarding a subvolu...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35672
m...
Nathan Cutler
01:12 PM CephFS Backport #46002 (Resolved): nautilus: pybind/mgr/volumes: add command to return metadata regardin...
Ramana Raja
05:54 PM mgr Backport #46514 (Resolved): octopus: mgr progress module causes needless load
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36076
m...
Nathan Cutler
05:32 PM mgr Backport #46514: octopus: mgr progress module causes needless load
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36076
merged
Yuri Weinstein
05:54 PM rgw Backport #46511 (Resolved): octopus: rgw: lc: Segmentation Fault when the tag of the object was n...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36085
m...
Nathan Cutler
04:49 PM rgw Backport #46511: octopus: rgw: lc: Segmentation Fault when the tag of the object was not found in...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36085
merged
Yuri Weinstein
05:53 PM rgw Backport #46467 (Resolved): octopus: rgw: radoslist incomplete multipart uploads fix marker progr...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36028
m...
Nathan Cutler
04:45 PM rgw Backport #46467: octopus: rgw: radoslist incomplete multipart uploads fix marker progression
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36028
merged
Yuri Weinstein
05:53 PM rgw Backport #46462 (Resolved): octopus: rgw: rgw-orphan-list -- fix interaction, quoting, and percen...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36027
m...
Nathan Cutler
04:44 PM rgw Backport #46462: octopus: rgw: rgw-orphan-list -- fix interaction, quoting, and percentage calc
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36027
merged
Yuri Weinstein
05:53 PM rgw Backport #46459 (Resolved): octopus: rgw: orphan list teuthology test & fully-qualified domain issue
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36027
m...
Nathan Cutler
04:44 PM rgw Backport #46459: octopus: rgw: orphan list teuthology test & fully-qualified domain issue
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36027
merged
Yuri Weinstein
05:53 PM rgw Backport #46005 (Resolved): octopus: rgw: bucket index entries marked rgw.none not accounted for ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36025
m...
Nathan Cutler
04:44 PM rgw Backport #46005: octopus: rgw: bucket index entries marked rgw.none not accounted for correctly d...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36025
merged
Yuri Weinstein
05:53 PM rgw Backport #45951 (Resolved): octopus: add access log line to the beast frontend
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36024
m...
Nathan Cutler
04:43 PM rgw Backport #45951: octopus: add access log line to the beast frontend
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36024
merged
Yuri Weinstein
05:53 PM rgw Backport #45933 (Resolved): octopus: Add user identity to OPA request
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36023
m...
Nathan Cutler
04:38 PM rgw Backport #45933: octopus: Add user identity to OPA request
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36023
merged
Yuri Weinstein
05:52 PM rgw Backport #45931 (Resolved): octopus: Add support wildcard subuser on bucket policy
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36022
m...
Nathan Cutler
04:34 PM rgw Backport #45931: octopus: Add support wildcard subuser on bucket policy
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36022
merged
Yuri Weinstein
05:52 PM rgw Backport #45928 (Resolved): octopus: rgw/ swift stat can hang
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36021
m...
Nathan Cutler
04:30 PM rgw Backport #45928: octopus: rgw/ swift stat can hang
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36021
merged
Yuri Weinstein
05:52 PM rgw Backport #45926 (Resolved): octopus: Bucket quota not check in copy operation
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36020
m...
Nathan Cutler
04:30 PM rgw Backport #45926: octopus: Bucket quota not check in copy operation
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36020
merged
Yuri Weinstein
05:52 PM rgw Backport #45924 (Resolved): octopus: radsgw-admin bucket list/stats does not list/stat all bucket...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36019
m...
Nathan Cutler
04:29 PM rgw Backport #45924: octopus: radsgw-admin bucket list/stats does not list/stat all buckets if user o...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36019
merged
Yuri Weinstein
05:51 PM rgw Backport #45913 (Resolved): octopus: rgw crashes while accessing an invalid iterator in gc update...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36017
m...
Nathan Cutler
04:28 PM rgw Backport #45913: octopus: rgw crashes while accessing an invalid iterator in gc update entry
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/36017
merged
Yuri Weinstein
05:48 PM CephFS Support #46580 (Rejected): About the ceph kernel client's relationship with physical memory
Please direct your question to the ceph-users mailing list: https://lists.ceph.io/postorius/lists/ceph-users.ceph.io/ Patrick Donnelly
07:49 AM CephFS Support #46580 (Rejected): About the ceph kernel client's relationship with physical memory
The CEPHFS cluster is deployed in vmware virtual machines,The virtual machine memory configuration is 4G
Test with F...
Zhiyu Fu
05:39 PM Revision af3280c8 (ceph): Merge pull request #36075 from smithfarm/wip-46515-nautilus
nautilus: mgr/progress: Skip pg_summary update if _events dict is empty.
Reviewed-by: Neha Ojha <nojha@redhat.com>
R...
Yuri Weinstein
05:38 PM Revision 58fbf2b5 (ceph): Merge pull request #36031 from smithfarm/wip-46017-nautilus
nautilus: remove ceph_test_rados_watch_notify
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <...
Yuri Weinstein
05:38 PM Revision 6b5ecbb8 (ceph): Merge pull request #35738 from neha-ojha/wip-46164-nautilus
nautilus: osd: make message cap option usable again
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: xie x...
Yuri Weinstein
05:38 PM Revision 4cf99eb6 (ceph): cephadm: remove ktdreyer's copr repository
This was needed as a temporary solution until all missing EL8 packages
are built on EPEL 8.
Because we now have all d...
Dimitri Savineau
05:35 PM bluestore Bug #38554: ObjectStore/StoreTestSpecificAUSize.TooManyBlobsTest/2 fail, Expected: (res_stat.allo...
Igor, I am seeing this failure on latest nautilus.... Neha Ojha
05:32 PM Revision bdc0fb0c (ceph): Merge pull request #36076 from smithfarm/wip-46514-octopus
octopus: mgr/progress: Skip pg_summary update if _events dict is empty.
Reviewed-by: Josh Durgin <jdurgin@redhat.com...
Yuri Weinstein
05:31 PM Revision 26eff8b9 (ceph): Merge pull request #35959 from callithea/wip-46393-nautilus
nautilus: mon/PGMap: do not consider changing pg stuck
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Neha O...
Yuri Weinstein
05:27 PM RADOS Bug #46603 (New): osd/osd-backfill-space.sh: TEST_ec_backfill_simple: return 1
... Neha Ojha
05:21 PM rgw Backport #44470 (In Progress): nautilus: rgw: cls_bucket_list_(un)ordered should clear results co...
J. Eric Ivancich
05:21 PM rgw Backport #44470: nautilus: rgw: cls_bucket_list_(un)ordered should clear results collection
PR: https://github.com/ceph/ceph/pull/36163 J. Eric Ivancich
05:00 PM Revision d3aca5d8 (ceph): Merge pull request #36086 from smithfarm/wip-46512-nautilus
nautilus: rgw: lc: fix Segmentation Fault when the tag of the object was not found
Reviewed-by: Friedmann <ofriedma...
Yuri Weinstein
04:59 PM Revision 48a311ae (ceph): Merge pull request #34127 from ivancich/nautilus-rados-list
nautilus: rgw: add "rgw-orphan-list" tool and "radosgw-admin bucket radoslist ..."
Reviewed-by: Kefu Chai <kchai@red...
Yuri Weinstein
04:49 PM Revision 5c6604c0 (ceph): Merge pull request #36085 from smithfarm/wip-46511-octopus
octopus: rgw: lc: fix Segmentation Fault when the tag of the object was not found
Reviewed-by: Friedmann <ofriedma@...
Yuri Weinstein
04:45 PM Revision 024a8046 (ceph): Merge pull request #36028 from smithfarm/wip-46467-octopus
octopus: rgw: radoslist incomplete multipart uploads fix marker progression
Reviewed-by: J. Eric Ivancich <ivancich@...
Yuri Weinstein
04:44 PM Revision d168fec3 (ceph): Merge pull request #36027 from smithfarm/wip-46459-octopus
octopus: rgw: orphan list teuthology test & fully-qualified domain issue
Reviewed-by: J. Eric Ivancich <ivancich@red...
Yuri Weinstein
04:44 PM Revision 36800206 (ceph): Merge pull request #36025 from smithfarm/wip-46005-octopus
octopus: rgw: add check for index entry's existing when adding bucket stats during bucket reshard.
Reviewed-by: J. E...
Yuri Weinstein
04:40 PM Revision 94ba6780 (ceph): Merge pull request #36024 from smithfarm/wip-45951-octopus
octopus: rgw: add access log to the beast frontend
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:37 PM CephFS Bug #36349: mds: src/mds/MDCache.cc: 1637: FAILED ceph_assert(follows >= realm->get_newest_seq())
I'm seeing this crash at the moment on a Nautilus 14.2.10 cluster which had 6 MDS active.
Running the cephfs data ...
Wido den Hollander
04:35 PM Revision 98695166 (ceph): Merge pull request #36023 from smithfarm/wip-45933-octopus
octopus: rgw: Add subuser to OPA request
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
04:34 PM Revision f262b2bd (ceph): Merge pull request #36022 from smithfarm/wip-45931-octopus
octopus: rgw: Add support wildcard subuser for bucket policy
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
04:30 PM Revision a86ddd82 (ceph): Merge pull request #36021 from smithfarm/wip-45928-octopus
octopus: rgw: fix loop problem with swift stat on account.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:30 PM Revision e3601897 (ceph): Merge pull request #36020 from smithfarm/wip-45926-octopus
octopus: rgw: add quota enforcement to CopyObj
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:29 PM Revision 681c78af (ceph): Merge pull request #36019 from smithfarm/wip-45924-octopus
octopus: rgw: bucket list/stats truncates for user w/ >1000 buckets
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
04:28 PM Revision 9a45e95c (ceph): Merge pull request #36017 from smithfarm/wip-45913-octopus
octopus: rgw: cls/rgw_gc: Fixing the iterator used to access urgent data map
Reviewed-by: Casey Bodley <cbodley@redh...
Yuri Weinstein
04:16 PM RADOS Backport #46090 (In Progress): nautilus: PG merge: FAILED ceph_assert(info.history.same_interval_...
Nathan Cutler
04:15 PM Revision 5d9231ea (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
04:05 PM Revision 99f7c4aa (ceph): Zipper Object
This pass modifies RGW to use RGWObject and RGWRadosObject.
Also improves RGWBucket usage. This converts many of the...
Daniel Gryniewicz
04:05 PM Revision ede7561f (ceph): NULL out g_ceph_context when deleting it
This avoids a use-after-free when there is a crash on shutdown (or when
something like ASAN triggers an ABORT on leak...
Daniel Gryniewicz
04:05 PM Revision f2bd2fb8 (ceph): Clean up some leaks in rgw_admin
Signed-off-by: Daniel Gryniewicz <dang@redhat.com> Daniel Gryniewicz
03:54 PM rgw Backport #44469 (Rejected): mimic: rgw: cls_bucket_list_(un)ordered should clear results collection
mimic is at end-of-life J. Eric Ivancich
03:40 PM rgw Bug #44268 (Fix Under Review): multisite/lc: lc doesn't run in the slave
Nathan Cutler
03:39 PM CephFS Backport #42327 (Rejected): nautilus: cephfs-shell: not compatible with cmd2 versions after 0.9.13
nautilus is no longer accepting cephfs-shell backports
first attempted backport - https://github.com/ceph/ceph/pul...
Nathan Cutler
03:30 PM rbd Bug #41024 (Rejected): An error occurs when deleting the lun
Jason Dillaman
03:29 PM rbd Bug #41257 (Won't Fix): "Command failed ..'test -f /home/ubuntu/cephtest/archive/qemu/client.0/su...
We pulled the devstack tests due to repeated stability issues. Jason Dillaman
03:26 PM Revision 502c574c (ceph): mgr/cephadm: clean-up service module type checking
mypy cast to avoid:
cephadm/module.py: note: In member "_config_fn" of class "CephadmOrchestrator":
cephadm/module.p...
Michael Fritch
02:50 PM mgr Backport #46602 (In Progress): octopus: Fix broken UiApi documentation endpoints and add warning
Alfonso Martínez
02:48 PM mgr Backport #46602 (Resolved): octopus: Fix broken UiApi documentation endpoints and add warning
https://github.com/ceph/ceph/pull/36160 Alfonso Martínez
02:50 PM Revision b8c9200f (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
02:46 PM Dashboard Subtask #45957 (Pending Backport): Fix broken UiApi documentation endpoints and add warning
Alfonso Martínez
02:44 PM RADOS Bug #40081: mon: luminous crash attempting to decode maps after nautilus quorum has been formed
https://github.com/ceph/ceph/pull/28671 was closed
That PR was cherry-picked to nautilus via https://github.com/ce...
Nathan Cutler
02:41 PM Dashboard Bug #46601 (Fix Under Review): Fix API test timeout issues
Alfonso Martínez
01:15 PM Dashboard Bug #46601 (Resolved): Fix API test timeout issues
Ernesto Puerta
02:39 PM rbd Bug #46581 (Fix Under Review): parent cache does not properly handle DNE objects
Mykola Golub
08:24 AM rbd Bug #46581 (Resolved): parent cache does not properly handle DNE objects
The ceph-immutable-object-cache does not have a special handling for non existent objects, storing them as empty obje... Mykola Golub
02:38 PM Revision 737d7af0 (ceph): Merge pull request #35044 from smithfarm/wip-45480-nautilus
nautilus: doc/rgw: document 'rgw gc max concurrent io'
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Nathan Cutler
02:30 PM rbd Bug #45169 (Fix Under Review): tools: ceph-immutable-object-cache can start without root permission
The linked PR will fix the crashes but you will still need to provide an appropriate "immutable_object_cache_sock" an... Jason Dillaman
01:21 PM Revision cd9f680b (ceph): mgr/dashboard/api: increase API health timeout
Fixes: https://tracker.ceph.com/issues/46601
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Ernesto Puerta
01:12 PM CephFS Feature #45237 (Resolved): pybind/mgr/volumes: add command to return metadata regarding a subvolu...
Ramana Raja
01:11 PM Revision fb4fb482 (ceph): Merge pull request #35672 from kotreshhr/wip-46002-nautilus
nautilus: mgr/volumes: Add snapshot info command
Reviewed-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
12:58 PM bluestore Bug #46490: osds crashing during deep-scrub
... Sorry, the preceding "921747443:" in line 6 is just a remnant line number of the grep -n I did initally and forgo... Lawrence Smith
12:52 PM bluestore Bug #46490: osds crashing during deep-scrub
The output for grep -e "_verify_csum bad" -e "fsck error" on the log file is:... Lawrence Smith
12:47 PM bluestore Bug #46490: osds crashing during deep-scrub
I'm sorry, i wasn't clear in that. Yes, this is the only output. (The line "-9999>[...]" appears only in the console ... Lawrence Smith
10:45 AM bluestore Bug #46490: osds crashing during deep-scrub
Lawrence Smith wrote:
> The whole logfile is 60G. The file 'osd-164-fsck.out.gz' that I uploaded with the last updat...
Igor Fedotov
12:50 PM Revision 8844ff41 (ceph): cephadm: fix indentation
Signed-off-by: Patrick Seidensal <pseidensal@suse.com> Patrick Seidensal
12:49 PM Revision 6aa87f7b (ceph): cephadm: remove unused/commented out code
Signed-off-by: Patrick Seidensal <pseidensal@suse.com> Patrick Seidensal
12:44 PM Revision 3c98f155 (ceph): cephadm: fix creating custom Prometheus image
Fix the code by improving a condition where a zero as uid or gid leads
to an additional attempt to extract the uid/gi...
Patrick Seidensal
12:22 PM bluestore Backport #46599 (In Progress): octopus: Rescue procedure for extremely large bluefs log
Nathan Cutler
12:22 PM bluestore Backport #46599 (Resolved): octopus: Rescue procedure for extremely large bluefs log
https://github.com/ceph/ceph/pull/36123
Nathan Cutler
12:17 PM bluestore Backport #46598 (Resolved): luminous: Rescue procedure for extremely large bluefs log
Nathan Cutler
12:16 PM bluestore Backport #46598 (Resolved): luminous: Rescue procedure for extremely large bluefs log
https://github.com/ceph/ceph/pull/35776
(Note: this is not a cherry-pick from master. Rather, the master PR is bas...
Nathan Cutler
11:50 AM CephFS Bug #46597 (In Progress): qa: Fs cleanup fails with a traceback
Kotresh Hiremath Ravishankar
11:50 AM CephFS Bug #46597 (Resolved): qa: Fs cleanup fails with a traceback
When two consecutive tests are run on single node local teuthology setup, the fs cleanup fails with following traceba... Kotresh Hiremath Ravishankar
11:21 AM Dashboard Bug #36354 (Resolved): mgr/dashboard/rbd: throws 500s with format 1 RBD images
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:20 AM rgw Bug #45077: Headers are missing in abort multipart upload response if bucket has lifecycle.
ERROR:root:https://tracker.ceph.com/issues/45077 the backport field is empty
@Or, please review the Backport field...
Nathan Cutler
11:19 AM mgr Bug #45554: mgr/prometheus: cache ineffective when gathering data takes longer than 5 seconds
@Patrick, when a backport issue enters Rejected state, we should not remove it from the Backports list, otherwise the... Nathan Cutler
11:18 AM Dashboard Bug #43971 (Resolved): mgr/dashboard: the RBD configuration table has incorrect values in source ...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:17 AM RADOS Backport #46595 (Resolved): octopus: crash in Objecter and CRUSH map lookup
https://github.com/ceph/ceph/pull/36662 Nathan Cutler
11:17 AM RADOS Bug #44314 (Resolved): osd-backfill-stats.sh failing intermittently in TEST_backfill_sizeup_out()...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:16 AM RADOS Bug #45606 (Resolved): build_incremental_map_msg missing incremental map while snaptrim or backfi...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:16 AM rbd Bug #45987 (Pending Backport): [iscsi-target-cli page]: add systemctl commands for enabling and s...
Jason Dillaman
11:16 AM RADOS Bug #45733 (Resolved): osd-scrub-repair.sh: SyntaxError: invalid syntax
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:16 AM RADOS Bug #45795 (Resolved): PrimaryLogPG.cc: 627: FAILED ceph_assert(!get_acting_recovery_backfill().e...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:16 AM Revision d9f3cc75 (ceph): Merge pull request #35553 from zdover23/wip-doc-iscsi-target-cli-daemon
doc/rbd: add rbd-target-gw enable and start
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Alexandra Settle ...
Jason Dillaman
11:16 AM rgw Backport #46594 (Resolved): nautilus: [notifications] reading topic info for every op overloads t...
https://github.com/ceph/ceph/pull/37460 Nathan Cutler
11:16 AM rgw Backport #46593 (Resolved): octopus: [notifications] reading topic info for every op overloads th...
https://github.com/ceph/ceph/pull/36648 Nathan Cutler
11:16 AM RADOS Bug #45943 (Resolved): Ceph Monitor heartbeat grace period does not reset.
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:15 AM rgw Bug #45955 (Resolved): [rgw] listing bucket via s3 hangs on "ordered bucket listing requires read...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:15 AM mgr Bug #45972 (Resolved): mgr/k8sevents backport to sanitise the data coming from kubernetes
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:15 AM RADOS Bug #46053 (Resolved): osd: wakeup all threads of shard rather than one thread
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
11:15 AM CephFS Backport #46592 (Resolved): nautilus: ceph-fuse: ceph-fuse process is terminated by the logratote...
https://github.com/ceph/ceph/pull/36181 Nathan Cutler
11:15 AM CephFS Backport #46591 (Resolved): octopus: ceph-fuse: ceph-fuse process is terminated by the logratote ...
https://github.com/ceph/ceph/pull/36195 Nathan Cutler
11:14 AM Dashboard Backport #46590 (Resolved): octopus: mgr/dashboard: Use same required field message accross the UI
https://github.com/ceph/ceph/pull/36277 Nathan Cutler
11:14 AM mgr Backport #46589 (Resolved): nautilus: mgr: rgw doesn't show in service map
https://github.com/ceph/ceph/pull/36183 Nathan Cutler
11:14 AM mgr Backport #46588 (Resolved): octopus: mgr: rgw doesn't show in service map
https://github.com/ceph/ceph/pull/36047 Nathan Cutler
11:14 AM RADOS Backport #46587 (Resolved): nautilus: The default value of osd_scrub_during_recovery is false sin...
https://github.com/ceph/ceph/pull/37472 Nathan Cutler
11:14 AM RADOS Backport #46586 (Resolved): octopus: The default value of osd_scrub_during_recovery is false sinc...
https://github.com/ceph/ceph/pull/36661 Nathan Cutler
11:14 AM CephFS Backport #46585 (Resolved): octopus: mgr/nfs: Update about nfs ganesha cluster deployment using c...
https://github.com/ceph/ceph/pull/36224 Nathan Cutler
11:14 AM bluestore Backport #46584 (Resolved): octopus: os/bluestore: simplify Onode pin/unpin logic.
https://github.com/ceph/ceph/pull/36795 Nathan Cutler
11:13 AM bluestore Backport #45684 (Resolved): nautilus: Large (>=2 GB) writes are incomplete when bluefs_buffered_i...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35404
m...
Nathan Cutler
11:13 AM mgr Backport #44506 (Resolved): nautilus: mgr/telemetry: force --license when sending while opted-out
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35390
m...
Nathan Cutler
11:13 AM RADOS Backport #45890 (Resolved): nautilus: osd: pg stuck in waitactingchange when new acting set doesn...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35389
m...
Nathan Cutler
11:13 AM RADOS Backport #45883 (Resolved): nautilus: osd-scrub-repair.sh: SyntaxError: invalid syntax
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35388
m...
Nathan Cutler
11:12 AM RADOS Backport #45776 (Resolved): nautilus: build_incremental_map_msg missing incremental map while sna...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35386
m...
Nathan Cutler
11:12 AM Dashboard Backport #46198 (Resolved): nautilus: mgr/dashboard: the RBD configuration table has incorrect va...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35822
m...
Nathan Cutler
11:12 AM Dashboard Backport #46435: nautilus: mgr/dashboard: Unable to edit iSCSI target which has active session
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35998
m...
Nathan Cutler
11:12 AM mgr Backport #46122 (Resolved): nautilus: mgr/k8sevents backport to sanitise the data coming from kub...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35563
m...
Nathan Cutler
11:12 AM CephFS Bug #46583 (Resolved): mds slave request 'no_available_op_found'
... Yanhu Cao
11:10 AM CephFS Backport #46469 (Resolved): octopus: client: release the client_lock before copying data in read
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36046
m...
Nathan Cutler
11:10 AM CephFS Backport #46410 (Resolved): octopus: client: supplying ceph_fsetxattr with no value unsets xattr
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36045
m...
Nathan Cutler
11:10 AM CephFS Backport #46348 (Resolved): octopus: qa/tasks: make sh() in vstart_runner.py identical with teuth...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36044
m...
Nathan Cutler
11:10 AM CephFS Backport #46311 (Resolved): octopus: qa/tasks/cephfs/test_snapshots.py: Command failed with statu...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36043
m...
Nathan Cutler
11:10 AM CephFS Backport #46199 (Resolved): octopus: qa: "[WRN] evicting unresponsive client smithi131:z (6314), ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36042
m...
Nathan Cutler
11:09 AM CephFS Backport #46188 (Resolved): octopus: mds: EMetablob replay too long will cause mds restart
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36040
m...
Nathan Cutler
11:09 AM CephFS Backport #46186 (Resolved): octopus: client: fix snap directory atime
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36039
m...
Nathan Cutler
11:09 AM CephFS Backport #46152 (Resolved): octopus: test_scrub_pause_and_resume (tasks.cephfs.test_scrub_checks....
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36038
m...
Nathan Cutler
11:09 AM RADOS Backport #46286 (Resolved): octopus: mon: log entry with garbage generated by bad memory access
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36035
m...
Nathan Cutler
11:09 AM CephFS Backport #46190 (Resolved): octopus: mds: cap revoking requests didn't success when the client do...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35842
m...
Nathan Cutler
11:08 AM Orchestrator Bug #46453: cephadm: iSCSI container fails to start
relates to https://github.com/ceph/ceph/pull/35543#issuecomment-648796978 Sebastian Wagner
11:08 AM Dashboard Backport #46197 (Resolved): octopus: mgr/dashboard: the RBD configuration table has incorrect val...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35819
m...
Nathan Cutler
11:07 AM Dashboard Bug #46502 (Resolved): octopus: mgr/dashboard: fix issue introduced by https://github.com/ceph/ce...
Nathan Cutler
11:07 AM Dashboard Backport #46436: octopus: mgr/dashboard: Unable to edit iSCSI target which has active session
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35997
m...
Nathan Cutler
11:07 AM mgr Backport #46121 (Resolved): octopus: mgr/k8sevents backport to sanitise the data coming from kube...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35684
m...
Nathan Cutler
11:06 AM mgr Backport #46394: octopus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_pool.PoolTest)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/35958
m...
Nathan Cutler
10:01 AM mgr Backport #46394 (Resolved): octopus: FAIL: test_pool_update_metadata (tasks.mgr.dashboard.test_po...
Laura Paduano
11:06 AM RADOS Backport #46261 (Resolved): octopus: larger osd_scrub_max_preemptions values cause Floating point...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36034
m...
Nathan Cutler
11:06 AM RADOS Backport #46089 (Resolved): octopus: PG merge: FAILED ceph_assert(info.history.same_interval_sinc...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36033
m...
Nathan Cutler
11:05 AM RADOS Backport #46086 (Resolved): octopus: osd: wakeup all threads of shard rather than one thread
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36032
m...
Nathan Cutler
11:05 AM RADOS Backport #46016 (Resolved): octopus: osd-backfill-stats.sh failing intermittently in TEST_backfil...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36030
m...
Nathan Cutler
11:05 AM RADOS Backport #46007 (Resolved): octopus: PrimaryLogPG.cc: 627: FAILED ceph_assert(!get_acting_recover...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36029
m...
Nathan Cutler
11:04 AM CephFS Backport #46498: octopus: mgr/nfs: Update nfs-ganesha package requirements
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/36063
m...
Nathan Cutler
11:04 AM Revision 9d9632ca (ceph): mgr/dashboard: Display cluster status in favicon
Use radius of 2px like on GitHub to increase visibility of the status circle.
Follow up of PR https://github.com/cep...
Volker Theile
11:02 AM Orchestrator Bug #46534 (Pending Backport): cephadm podman pull: Digest did not match
Sebastian Wagner
11:02 AM Revision b77b4346 (ceph): Merge pull request #35846 from sebastian-philipp/podman-pull-retry
cephadm: Retry pull on transient error
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Sebastian Wagner
10:58 AM Orchestrator Support #46547: cephadm: Exception adding host via FQDN if host was already added
Right. the host name you use must match the output of ... Sebastian Wagner
10:51 AM Orchestrator Bug #46560 (Fix Under Review): cephadm: assigns invalid id to daemons
Sebastian Wagner
10:50 AM Revision d5b8e3d6 (ceph): ceph: Fix `tell` for cephadm
The tell target might contain dots now. Like
`mds.myfs.myhost.rnusmq` is now a valid
target.
Fixes: https://tracker....
Sebastian Wagner
10:16 AM Orchestrator Tasks #46376 (Resolved): cephadm: Make vagrant usage more comfortable
Sebastian Wagner
10:15 AM Orchestrator Bug #46329 (Resolved): cephadm: Dashboard's ganesha option is not correct if there are multiple N...
Sebastian Wagner
10:10 AM Orchestrator Bug #46578 (Duplicate): Container for iscsi gateway does not have tcmu-runner running as service
Sebastian Wagner
10:10 AM Orchestrator Bug #46540: cephadm: iSCSI gateways problems.
From the other duplicated issue:
> In short, container for iscsi does not have tcmu-runner running as service
Sebastian Wagner
10:05 AM Revision 2538d52f (ceph): Merge branch 'master' into wip-45901-master
Aashish Sharma
10:00 AM Revision e1594d10 (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
09:57 AM Orchestrator Bug #45980 (Pending Backport): cephadm: implement missing "FileStore not supported" error message...
Sebastian Wagner
09:51 AM Orchestrator Bug #45980 (Resolved): cephadm: implement missing "FileStore not supported" error message and upd...
Joshua Schmid
09:53 AM Orchestrator Bug #46245 (Resolved): cephadm: set-ssh-config/clear-ssh-config command doesn't take effect immed...
Sebastian Wagner
09:53 AM Orchestrator Feature #44866 (Resolved): cephadm root mode: support non-root users + sudo
Sebastian Wagner
09:52 AM Orchestrator Bug #46138 (Resolved): mgr/dashboard: Error creating iSCSI target
Sebastian Wagner
09:52 AM Orchestrator Bug #46231 (Resolved): translate.to_ceph_volume: no need to pass the drive group
Sebastian Wagner
09:52 AM Orchestrator Cleanup #45321 (Resolved): Servcie spec: unify `spec:` vs omitting `spec:`
Sebastian Wagner
09:50 AM Orchestrator Bug #45726 (Resolved): Module 'cephadm' has failed: auth get failed: failed to find client.crash....
Sebastian Wagner
09:50 AM Orchestrator Feature #45859 (Resolved): cephadm: use fixed versions
Sebastian Wagner
09:49 AM Orchestrator Bug #45016 (Resolved): mgr: `ceph tell mgr mgr_status` hangs
Sebastian Wagner
09:48 AM Orchestrator Bug #46036 (Resolved): cephadm: killmode=none: systemd units failed, but containers still running
Sebastian Wagner
09:48 AM Orchestrator Documentation #46052 (Resolved): Module 'cephadm' has failed: DaemonDescription: Cannot calculate...
Sebastian Wagner
09:45 AM Orchestrator Bug #45961 (Resolved): cephadm: high load and slow disk make "cephadm bootstrap" fail
Sebastian Wagner
09:44 AM Orchestrator Bug #44990 (Resolved): cephadm: exec: "/usr/bin/ceph-mon": stat /usr/bin/ceph-mon: no such file o...
Sebastian Wagner
09:30 AM Orchestrator Bug #46582 (Resolved): cephadm: NFS services should not share the same namespace in a pool
NFS services should have their dedicated pool and namespace to store export and conf objects.
cephadm allow me to ...
Kiefer Chang
09:20 AM Revision 8cd04907 (ceph): Merge pull request #34696 from tspmelo/wip-locl
mgr/dashboard: Use $localize and locl for TS translations
Reviewed-by: Ernesto Puertat <epuertat@redhat.com>
Reviewe...
Laura Paduano
09:02 AM rgw Feature #46505: Adding data cache and CDN capabilities
I think it should backup to Nautilus.
Thanks.
hoan nv
08:29 AM Revision aee1aed6 (ceph): mgr/cephadm: Add CEPHADM_PAUSED to test_cli
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
07:55 AM Revision e7a102f3 (ceph): Merge pull request #36000 from tspmelo/wip-favicon
mgr/dashboard: Display cluster status in favicon
Reviewed-by: Ernesto Puertat <epuertat@redhat.com>
Reviewed-by: Tat...
Laura Paduano
07:49 AM Revision 82acfe90 (ceph): Merge pull request #35456 from sebastian-philipp/cephadm-events
mgr/cephadm: Add k8s-style event system
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: Vo...
Sebastian Wagner
07:33 AM Revision e9816a78 (ceph): Merge pull request #35985 from bk201/wip-46413
mgr/dashboard: fix regression in delete OSD modal
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: T...
Laura Paduano
06:29 AM Dashboard Feature #45414 (Fix Under Review): mgr/dashboard: add hint to notification badge when there are p...
Aashish Sharma
06:07 AM CephFS Bug #46579 (Fix Under Review): mgr/nfs: Remove NParts and Cache_Size from MDCACHE block
Varsha Rao
06:06 AM CephFS Bug #46579 (Resolved): mgr/nfs: Remove NParts and Cache_Size from MDCACHE block
As setting them to small value affects the performance and they are not related
to metadata caching. https://review....
Varsha Rao
06:06 AM Revision 90c0ebc4 (ceph): mgr/nfs: Remove NParts and Cache_Size from MDCACHE block
As setting them to small value affects the performance and they are not related
to metadata caching. https://review.g...
Varsha Rao
04:45 AM CephFS Bug #46426 (In Progress): mds: 8MMDSPing is not an MMDSOp type
Jos Collin
04:10 AM Revision 1ebb2958 (ceph): Merge PR #36124 into master
* refs/pull/36124/head:
script/ptl-tool: add flag to turn off credits
Reviewed-by: Jos Collin <jcollin@redhat.com>
Patrick Donnelly

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
 

Also available in: Atom