Project

General

Profile

Activity

From 05/03/2019 to 06/01/2019

06/01/2019

03:12 PM Bug #39595 (Fix Under Review): Compile error: ceph-dencoder: invalid operands (*UND* and .gcc_exc...
Kefu Chai
03:12 PM Revision eaaec3d3 (ceph): tools/ceph-dencoder: split types.h into smaller pieces
instead of putting all types in a single compilation unit, split them
into smaller groups, in hope to reduce the memo...
Kefu Chai
10:39 AM Bug #40068: High CPU load using Ceph Nautilus in Rook
Hi,
I am the person who created the issue on the Rook project. I have updated the issue with some more info. In sh...
Vito Botta
10:38 AM mgr Bug #39323 (Resolved): tox failures when running "make check"
Nathan Cutler
10:38 AM mgr Backport #39530 (Resolved): nautilus: tox failures when running "make check"
Nathan Cutler
10:38 AM mgr Feature #24977 (Resolved): Provide a base set of Prometheus alert manager rules that notify the u...
Nathan Cutler
10:37 AM mgr Backport #39540 (Resolved): nautilus: Provide a base set of Prometheus alert manager rules that n...
Nathan Cutler
10:36 AM mgr Backport #39425 (Resolved): nautilus: mgr: deadlock
Nathan Cutler
10:24 AM rgw Backport #40108 (Rejected): luminous: Librgw doesn't GC deleted object correctly
Nathan Cutler
10:24 AM rgw Backport #40107 (Resolved): nautilus: Librgw doesn't GC deleted object correctly
https://github.com/ceph/ceph/pull/28648 Nathan Cutler
10:24 AM rgw Backport #40106 (Rejected): mimic: Librgw doesn't GC deleted object correctly
Nathan Cutler
10:23 AM RADOS Backport #38850 (Resolved): upgrade: 1 nautilus mon + 1 luminous mon can't automatically form quorum
Nathan Cutler
10:21 AM rbd Backport #40105 (Resolved): nautilus: [test] qemu_dynamic_features workunit fails to disable fast...
https://github.com/ceph/ceph/pull/28127 Nathan Cutler
10:20 AM Dashboard Bug #39971 (Resolved): Several embedded Grafana dashboards are not displayed due to changed uids
Nathan Cutler
10:20 AM mgr Backport #40006 (Resolved): nautilus: Several embedded Grafana dashboards are not displayed due t...
Nathan Cutler
10:20 AM Dashboard Bug #39652 (Resolved): Grafana dashboards use outdated metric names from the prometheus module
Nathan Cutler
10:20 AM mgr Backport #39932 (Resolved): nautilus: dashboard: Grafana dashboards use outdated metric names fro...
Nathan Cutler
09:53 AM CephFS Bug #40102: qa: probable kernel deadlock/oops during umount on testing branch
it's kernel BUG at fs/ceph/mds_client.c:1500!
BUG_ON(session->s_nr_caps > 0);
No idea how can it happen
Zheng Yan
09:52 AM rgw Feature #36287 (Closed): rgw: Add archive data sync module
Merged Javier M. Mellid
02:13 AM Revision 880468b4 (ceph): Merge PR #28354 into master
* refs/pull/28354/head:
doc: Add warning that the root directory cannot be fragmented
Reviewed-by: Patrick Donnelly...
Patrick Donnelly
01:33 AM Bug #40104 (Resolved): maybe_remove_pg_upmap can be super inefficient for large clusters
Report from Tom Byrne, Senior storage system administrator at the Rutherford Appleton Laboratory (RAL), part of STFC:... xie xingguo
12:36 AM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
I'd say the odds are high migrating the bucket indexes to bluestore would fix it - the omap structure there is very s... Josh Durgin

05/31/2019

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

05/30/2019

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

05/29/2019

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

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

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

05/28/2019

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

05/27/2019

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

05/26/2019

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

05/25/2019

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

05/24/2019

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

05/23/2019

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

05/22/2019

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

05/21/2019

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

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

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

05/20/2019

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

05/19/2019

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

05/18/2019

10:04 AM RADOS Feature #39966 (New): mon: allow log messages to be throttled and/or force trimming
If some daemon is sending a lot of cluster log messages, we need a way to
- throttle, filter, or block them
- for...
Sage Weil

05/17/2019

08:11 PM Revision 949a2e0d (ceph): rgw: add optional_yield to RGWRados::get_bucket_instance_info()
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
08:11 PM Revision fda07d78 (ceph): rgw: add optional_yield to RGWRados::_get_bucket_info()
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
08:11 PM Revision 4fdb05e7 (ceph): rgw: add optional_yield to RGWRados::get_bucket_instance_from_oid()
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
08:11 PM Revision f8ae3704 (ceph): rgw: add optional_yield to rgw_get_system_obj in rgw_tools
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
08:11 PM Revision 4bb07c07 (ceph): rgw: log refactoring around get_bucket_info calls in rgw_rest_log.cc
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
08:00 PM Revision 3ee5e46d (ceph): rgw: add optional_yield to RGWRados::get_bucket_info()
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
07:59 PM Revision d25d6ee0 (ceph): qa: remove mon valgrind check in rgw verfiy suite
memory leaks in the monitor are causing a significant
percentage of jobs run in the rgw verify suite to
fail even tho...
Ali Maredia
03:28 PM Bug #39965 (Closed): mimic: Failed to build from lastest GIT version
Executing %posttrans scripts ........................................................................................... Volker Theile
02:59 PM Revision a8966307 (ceph): rbd-mirror: fixed potential bootstrap cancel race condition
If the image replay was canceled prior to the start of the bootstrap
stage, the image replayer would be stuck attempt...
Jason Dillaman
02:59 PM Revision ee01a271 (ceph): rbd-mirror: image replay should retry asok registration upon failure
If the asok registration fails (perhaps due to a race condition with
a deleted and recreated image of the same name),...
Jason Dillaman
02:59 PM Revision ff149e61 (ceph): rbd-mirror: complete pool watcher initialization if object missing
If the mirroring object is missing, complete the initialization and
continue to retry in the background. This is usef...
Jason Dillaman
02:55 PM Dashboard Bug #39964 (Resolved): mgr/dashboard: RGW user "max. size" should be hidden when "user quota" is ...
In the RGW user form, if I select "Enabled", unselect "Unlimited size/object" and then unselect "Enabled" again I end... Ricardo Marques
02:50 PM Dashboard Bug #39963 (Resolved): mgr/dashboard: NFS clients information is not displayed in the details view
I've added a client in the NFS form:
!2019-05-17_15-45-06.png!
But this information is not displayed in the dea...
Ricardo Marques
02:15 PM Dashboard Bug #39327 (Pending Backport): mgr/dashboard: NFS export creation: Add more info to the validatio...
Ricardo Marques
02:15 PM Revision 7d4a5fc4 (ceph): Merge pull request #27653 from tspmelo/wip-nfs-pseudo
mgr/dashboard: Improve NFS Pseudo pattern message
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Ricard...
Ricardo Marques
01:59 PM Dashboard Backport #39962 (In Progress): nautilus: mgr/dashboard: openssl exception when verifying certific...
Nathan Cutler
01:58 PM Dashboard Backport #39962 (Resolved): nautilus: mgr/dashboard: openssl exception when verifying certificate...
https://github.com/ceph/ceph/pull/28163 Nathan Cutler
01:59 PM Revision 5f990ef9 (ceph): systemd: ceph-mgr: set MemoryDenyWriteExecute to false
Fixes: http://tracker.ceph.com/issues/39628
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit ...
Ricardo Dias
01:58 PM Dashboard Bug #39628 (Pending Backport): mgr/dashboard: openssl exception when verifying certificates of HT...
Nathan Cutler
01:57 PM Revision f27af32e (ceph): Merge pull request #28023 from rjfd/wip-fix-ceph-mgr-systemd
systemd: ceph-mgr: set MemoryDenyWriteExecute to false
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-...
Nathan Cutler
01:53 PM Dashboard Backport #39958 (Need More Info): mimic: mgr/dashboard: Resolve TestBed performance issue
The second commit in this patchset touches a huge number of files and there are many, many cherry-pick conflicts to r... Nathan Cutler
08:09 AM Dashboard Backport #39958 (Rejected): mimic: mgr/dashboard: Resolve TestBed performance issue
With this helper function you can easily resolve the TestBed resetting
performance issue. If more tests exists in a ...
Anonymous
01:46 PM rbd Bug #38706: flush skips requests in QOS throttler queue
Jason wrote: "Backport not required for Mimic" and rejected the mimic backport issue. I am now deleting that issue be... Nathan Cutler
01:36 PM rbd Backport #39501 (Need More Info): mimic: snapshot object maps can go inconsistent during copyup
Nathan Cutler
01:36 PM rbd Backport #39500 (Need More Info): luminous: snapshot object maps can go inconsistent during copyup
Nathan Cutler
01:35 PM rbd Backport #39499 (Need More Info): nautilus: snapshot object maps can go inconsistent during copyup
Nathan Cutler
01:32 PM Messengers Backport #39242 (Need More Info): mimic: msg/async: connection race + winner fault can leave conn...
Non-trivial backport; requires special handling to avoid breaking RBD tests. Assigning to the developer. Nathan Cutler
01:25 PM Dashboard Backport #39961 (Resolved): nautilus: mgr/dashboard: Unify the look of dashboard charts
https://github.com/ceph/ceph/pull/28175 Nathan Cutler
01:25 PM CephFS Backport #39960 (Resolved): nautilus: cephfs-shell: mkdir error for relative path
https://github.com/ceph/ceph/pull/28616 Nathan Cutler
01:07 PM Revision 856d078c (ceph): rgw: add 'GET /admin/realm?list' api to list realms
returns the same json format as 'radosgw-admin realm list', where
'default_info' is the id of the default realm, and ...
Casey Bodley
12:54 PM Dashboard Bug #39102 (Fix Under Review): mgr/dashboard: Unify button/URL actions naming for iSCSI and NFS
Tiago Melo
12:45 PM Dashboard Bug #39959 (Closed): mgr/dashboard: improve disableSelectionAction function of TableActionsComponent
The _disableSelectionAction_ function of the _TableActionsComponent_ has room for improvement from my point of view.
...
Tatjana Dehler
11:37 AM Dashboard Bug #38800 (In Progress): mgr/dashboard: User list does not load
Identified the problem that URL parameters are not unescaped. Second problem is that tenanted users are not processed... Volker Theile
08:05 AM Dashboard Feature #39957 (Resolved): mgr/dashboard: Resolve TestBed performance issue
With this helper function you can easily resolve the TestBed resetting
performance issue. If more tests exists in a ...
Anonymous
06:41 AM RADOS Bug #39956: OSD:Cancel copy op causes memory leak
If two clients access the same snap object at the same time, and the object needs to promote, before the promote is c... tao ning
02:46 AM RADOS Bug #39956 (New): OSD:Cancel copy op causes memory leak
ceph version 12.2.7
==00:00:06:00.712 3722687== 15,237,248 (2,770,560 direct, 12,466,688 indirect) bytes in 3,848 ...
tao ning
06:19 AM Dashboard Feature #39626 (Fix Under Review): ceph-rgw: retrieve list of existing realms in local cluster fr...
Alfonso Martínez
06:03 AM Revision 7a8dda85 (ceph): Merge pull request #28044 from dillaman/wip-librbd-io-perf
librbd: tweaks to increase IOPS and reduce CPU usage
Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewed-by: Patric...
Mykola Golub
03:54 AM mgr Backport #39426 (In Progress): mimic: mgr: deadlock
https://github.com/ceph/ceph/pull/28161 Prashant D
03:13 AM RADOS Backport #39512 (In Progress): nautilus: osd acting cycle
https://github.com/ceph/ceph/pull/28160 Prashant D
12:27 AM Revision b5035470 (ceph): mgr/BaseMgrModule: drop GIL in ceph_store_set
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 5108860c385cc1d905588d2e92d80295e3222c...
xie xingguo
12:26 AM Revision 5e84a55f (ceph): mgr/BaseMgrModule: drop GIL in set_config
Holding GIL and run mon_command turns out to be easily deadlock-prone.
https://tracker.ceph.com/issues/35985 is a typ...
xie xingguo
12:20 AM Revision e518eaf2 (ceph): osd/PG: do not use approx_missing_objects pre-nautilus
We changed async recovery cost calculation in nautilus to also take
into account approx_missing_objects in ab241bf7e9...
Neha Ojha

05/16/2019

10:59 PM Bug #39599 (Fix Under Review): common: segfault while parsing POD_MEMORY_REQUEST
Patrick Donnelly
08:14 PM Revision 31e8cd9a (ceph): Merge pull request #28067 from yuriw/wip-yuriw-crontab-master
qa/tests: added new client-upgrade-*-nautilus suites for jewel, luminous, mimic Yuri Weinstein
08:09 PM Stable releases Tasks #39718: v13.2.6 Mimic
h3. QE VALIDATION (STARTED 5/16/19)
*%{color:brown}See details of approvals => https://marc.info/?t=155864166200...
Yuri Weinstein
08:02 PM Stable releases Tasks #39718: v13.2.6 Mimic
... Yuri Weinstein
08:03 PM Revision 5b337e2c (ceph): rbd-mirror: avoid attempting to reacquire lock if blacklisted
The pool replayer state machine will automatically be restarted
when a blacklist is detected.
Signed-off-by: Jason D...
Jason Dillaman
07:00 PM mgr Bug #39955: After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of cluster is ...
red triangular spikes -- `ceph mon compact` Марк Коренберг
06:48 PM mgr Bug #39955 (Resolved): After upgrade to Nautilus 14.2.1 mon DB is growing too fast when state of ...
I did not track before, but after upgrade, any non-"active+clean" state lead to rapid growth of monitor DB. For examp... Марк Коренберг
05:33 PM Revision 7ab44cb2 (ceph): docs: improve rgw ldap auth options
Signed-off-by: Thomas Kriechbaumer <thomas@kriechbaumer.name> Thomas Kriechbaumer
04:21 PM RADOS Bug #38827: valgrind: UninitCondition in ceph::crypto::onwire::AES128GCM_OnWireRxHandler::authent...
The RGW verify suite has commented out the lines running valgrind on the mon.
https://github.com/ceph/ceph/pull/2815...
Ali Maredia
04:04 PM Revision db786a8a (ceph): mgr/dashboard: Fix tcmu-runner perf counters page
Fixes: https://tracker.ceph.com/issues/39954
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
03:55 PM Dashboard Cleanup #39384 (Pending Backport): mgr/dashboard: Unify the look of dashboard charts
Ricardo Marques
03:55 PM Revision da7f380c (ceph): Merge pull request #27681 from tspmelo/wip-charts
mgr/dashboard: Unify the look of dashboard charts
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: E...
Ricardo Marques
03:53 PM Dashboard Bug #39954 (Fix Under Review): mgr/dashboard: Unable to see tcmu-runner perf counters
Ricardo Marques
03:45 PM Dashboard Bug #39954 (In Progress): mgr/dashboard: Unable to see tcmu-runner perf counters
Ricardo Marques
03:45 PM Dashboard Bug #39954 (Resolved): mgr/dashboard: Unable to see tcmu-runner perf counters
In the Hosts page, after clicking on `tcmu-runner` service the user is redirected to the "404-NotFound" page:
!201...
Ricardo Marques
03:52 PM Dashboard Bug #39650 (Fix Under Review): mgr/dashboard: Pool graph/sparkline points do not display the corr...
Stephan Müller
03:33 PM Bug #39948 (Resolved): auth krb compile error
Kefu Chai
06:28 AM Bug #39948 (Fix Under Review): auth krb compile error
Kefu Chai
12:48 AM Bug #39948 (Resolved): auth krb compile error
The compile error:... huang jun
03:32 PM Revision 0e5a237a (ceph): Merge pull request #28113 from hjwsm1989/fix-krb-compile-error
auth/krb: fix Kerberos compile error
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:31 PM Revision cbb2ab77 (ceph): librbd: add missing shutdown states to managed lock helper
The PRE_SHUTTING_DOWN and SHUTTING_DOWN states were missed
in the 'is_state_shutdown' helper method. This resulted in...
Jason Dillaman
03:31 PM Revision e634138d (ceph): qa/workunits/rbd: delete pools before stopping rbd-mirror
This better mimics the behavior of teuthology and tests rbd-mirror
daemon's ability to handle a pool deletion.
Signe...
Jason Dillaman
03:08 PM Revision f0f4cc7f (ceph): rgw: thread option_yield through bucket index transaction prepare
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
03:01 PM rbd Bug #39710: [exclusive lock] An image got more than one lock owners at the same time
The tcmu-runner I tested at first was a continous integration build(not a formal release). If two tcmu-runners of thi... yu feng
02:52 PM rbd Backport #38508 (In Progress): luminous: [rbd-mirror] LeaderWatcher stuck in loop if pool deleted
Jason Dillaman
02:45 PM rgw Bug #39551 (Fix Under Review): multisite: RGWListBucketIndexesCR for data full sync needs pagination
Casey Bodley
01:48 PM Dashboard Bug #39953 (New): mgr/dashboard doesn't properly return `WWW-Authenticate` header for bearer auth...
Dashboard violates the bearer authentication protocol by not returning a proper WWW-Authenticate header in case the t... Sebastian Wagner
01:43 PM Revision fb159129 (ceph): rbd-mirror: image replay should retry asok registration upon failure
If the asok registration fails (perhaps due to a race condition with
a deleted and recreated image of the same name),...
Jason Dillaman
01:42 PM Revision 8b889f56 (ceph): rbd-mirror: failure to initialize pool replayer should stop leader
The leader watcher should not start processing requests if it failed
to initialize.
Signed-off-by: Jason Dillaman <d...
Jason Dillaman
01:40 PM rbd Backport #38509 (In Progress): mimic: [rbd-mirror] LeaderWatcher stuck in loop if pool deleted
Jason Dillaman
01:39 PM Revision ac187b84 (ceph): rbd-mirror: fixed potential bootstrap cancel race condition
If the image replay was canceled prior to the start of the bootstrap
stage, the image replayer would be stuck attempt...
Jason Dillaman
01:28 PM Revision b7dd40c1 (ceph): rbd-mirror: complete pool watcher initialization if object missing
If the mirroring object is missing, complete the initialization and
continue to retry in the background. This is usef...
Jason Dillaman
01:28 PM Revision 543fd813 (ceph): rbd-mirror: abort trash watcher initialization if create blacklisted
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 8b883d136be4454029af7c4c7e580936ad901156)
Jason Dillaman
01:28 PM Revision ef4a5545 (ceph): rbd-mirror: avoid attempting to reacquire lock if blacklisted
The pool replayer state machine will automatically be restarted
when a blacklist is detected.
Signed-off-by: Jason D...
Jason Dillaman
01:28 PM Revision b7151a51 (ceph): librbd: add missing shutdown states to managed lock helper
The PRE_SHUTTING_DOWN and SHUTTING_DOWN states were missed
in the 'is_state_shutdown' helper method. This resulted in...
Jason Dillaman
01:28 PM Revision dd7575aa (ceph): qa/workunits/rbd: delete pools before stopping rbd-mirror
This better mimics the behavior of teuthology and tests rbd-mirror
daemon's ability to handle a pool deletion.
Signe...
Jason Dillaman
01:27 PM Linux kernel client Bug #39938: Issues with CephFS kernel driver
that's strange, 5.1 kernel is much newer than luminous, it should support all ceph features Zheng Yan
08:56 AM Linux kernel client Bug #39938: Issues with CephFS kernel driver
Zheng Yan wrote:
> Thanks for reporting this. This seems like a splice write bug.
>
> [...]
>
> needs to call ...
Patrik Martinsson
08:10 AM Linux kernel client Bug #39938: Issues with CephFS kernel driver
Thanks for reporting this. This seems like a splice write bug.... Zheng Yan
12:55 PM rbd Backport #37691: mimic: Image mirroring should be disabled when it is moved to trash
PR: https://github.com/ceph/ceph/pull/28150 Mykola Golub
12:53 PM rbd Backport #37692: luminous: Image mirroring should be disabled when it is moved to trash
PR: https://github.com/ceph/ceph/pull/28149 Mykola Golub
12:48 PM Revision a188e167 (ceph): qa/workunits/rbd: add trash move/restore mirror test
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit b29b4f0c712cb2a2e97ce3de0b15d9075927b172)
Mykola Golub
12:47 PM Revision 604a48f9 (ceph): librbd: disable image mirroring when moving to trash
And enable when restoring if mirror pool mode set.
Fixes: https://tracker.ceph.com/issues/37596
Signed-off-by: Mykol...
Mykola Golub
12:44 PM Revision f2e51d77 (ceph): librbd: disable image mirroring when moving to trash
And enable when restoring if mirror pool mode set.
Fixes: https://tracker.ceph.com/issues/37596
Signed-off-by: Mykol...
Mykola Golub
12:44 PM Revision ae996c78 (ceph): qa/workunits/rbd: add trash move/restore mirror test
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit b29b4f0c712cb2a2e97ce3de0b15d9075927b172)
Mykola Golub
12:43 PM rbd Bug #39952 (Resolved): [object-map] resizing an image might result in an assert in 'ObjectMap::op...
In 'librbd::operation::ResizeOperation', the IO is unblocked prior to resizing the object map in 'send_grow_object_ma... Jason Dillaman
11:31 AM RADOS Backport #38850: upgrade: 1 nautilus mon + 1 luminous mon can't automatically form quorum
I have been working on it, able to reproduce, just unable yet to pin down the cause.
Reproducing basically takes t...
Joao Eduardo Luis
11:16 AM CephFS Bug #39951: mount: key parsing fail when doing a remount
Here's the link to a PR:
https://github.com/ceph/ceph/pull/28148
Luis Henriques
11:06 AM CephFS Bug #39951 (Resolved): mount: key parsing fail when doing a remount
When doing a CephFS remount (-o remount) the secret is parsed from procfs and we get '<hidden>' as a result and the m... Luis Henriques
09:56 AM Dashboard Bug #39933 (In Progress): mgr/dashboard: inconsistent result when editing a RBD image's features
Kiefer Chang
07:34 AM Dashboard Bug #39933: mgr/dashboard: inconsistent result when editing a RBD image's features
Patrick Seidensal
06:16 AM Dashboard Bug #39933: mgr/dashboard: inconsistent result when editing a RBD image's features
I suppose #39451 will fix this. Mykola Golub
09:56 AM bluestore Bug #36482: High amount of Read I/O on BlueFS/DB when listing omap keys
Just to mention - find two more onodes at customer's cluster with slow omap listing - both spend all the time while s... Igor Fedotov
09:43 AM Revision d654e8c6 (ceph): mgr/dashboard: fix backend error when updating RBD interlocked features
Now object-map and fast-diff features are interlocked. Allow
enabling/disabling these two features together without r...
Kiefer Chang
08:48 AM rgw Bug #39950: [rgw] prepend object name with bucket marker not bucket id
PR:
https://github.com/ceph/ceph/pull/28145/files
相洋 于
08:42 AM rgw Bug #39950 (New): [rgw] prepend object name with bucket marker not bucket id
With ceph jewel 10.2.10, a bucket A with bucket marker B and bucket id B, all object in bucket A is prepended with b... 相洋 于
08:43 AM Dashboard Bug #39613 (Fix Under Review): mgr/dashboard: misplaced objects not shown anymore
Alfonso Martínez
05:30 AM CephFS Bug #39949 (Fix Under Review): test: extend mgr/volume test to cover new interfaces
Venky Shankar
04:57 AM CephFS Bug #39949 (Resolved): test: extend mgr/volume test to cover new interfaces
extend `qa/workunits/fs/test-volumes.sh` tests to cover newly introduces subvolume/subvolumegroup interfaces. Venky Shankar
02:08 AM Revision 4de6aa51 (ceph): mgr/dashboard: Bug Fix Error on Mgr Dashboard NFS
This change fixes error on NFS Ganesha management dashboard that throws an error when request daemon list.
Fixes: ht...
Nur Faizin
02:00 AM RADOS Backport #39422 (In Progress): mimic: Don't mark removed osds in when running "ceph osd in any|al...
https://github.com/ceph/ceph/pull/28142 Prashant D
01:45 AM Revision b6e8ac31 (ceph): mgr: drop GIL in StandbyPyModule::get_config
fix: http://tracker.ceph.com/issues/35985
patch https://github.com/ceph/ceph/pull/26613 addressed a race in ActivePy...
Mingqiao Wu
01:41 AM RADOS Backport #39476 (In Progress): nautilus: segv in fgets() in collect_sys_info reading /proc/cpuinfo
https://github.com/ceph/ceph/pull/28141 Prashant D
12:52 AM rbd Backport #38564 (In Progress): luminous: [librbd] race condition possible when validating RBD pool
Jason Dillaman
12:49 AM Revision 4d5db772 (ceph): auth/krb: fix Kerberos compile error
Fixes: http://tracker.ceph.com/issues/39948
Signed-off-by: huangjun <huangjun@xsky.com>
huangjun
12:34 AM Revision 8225af6c (ceph): librbd: create state machine uses new validate pool state machine
Fixes: http://tracker.ceph.com/issues/38500
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
12:33 AM Revision 49d3ec75 (ceph): librbd: separate pool validation into a standalone state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit b3ee83b9ce9698a933c784dbb4a9e19a81847a...
Jason Dillaman
12:28 AM Revision 765e49cb (ceph): librbd: create state machine uses new validate pool state machine
Fixes: http://tracker.ceph.com/issues/38500
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
12:27 AM Revision 61c1c324 (ceph): librbd: separate pool validation into a standalone state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit b3ee83b9ce9698a933c784dbb4a9e19a81847a...
Jason Dillaman
12:17 AM Revision 5d2cc2e2 (ceph): common/util: handle long lines in /proc/cpuinfo
Fixes: http://tracker.ceph.com/issues/38296
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit b02...
Sage Weil

05/15/2019

11:57 PM rbd Backport #38563 (In Progress): mimic: [librbd] race condition possible when validating RBD pool
Jason Dillaman
11:56 PM rbd Backport #39186 (In Progress): mimic: [cli] 'rbd list -l' with non-user snapshots results in "-EN...
Jason Dillaman
11:54 PM Revision 1df6c04c (ceph): rbd: fix error processing images which have non-user snapshots
Signed-off-by: songweibin <song.weibin@zte.com.cn>
(cherry picked from commit 91c67b2a8d12ac03173a8e060dec1278f26b338a)
wb song
11:54 PM Revision ce3d71bb (ceph): rbd: fix error purging non-user snapshots
Fixes:
[root@ ~]# rbd snap rm img1@snap1
[root@ ~]# rbd snap ls img1 -a
SNAPID NAME ...
wb song
10:49 PM CephFS Bug #39947 (Resolved): cephfs-shell: add CI testing with flake8
See discussion here: https://github.com/ceph/ceph/pull/28080#issuecomment-492387844 Patrick Donnelly
10:48 PM Revision 2fc991b6 (ceph): Merge PR #28080 into master
* refs/pull/28080/head:
cephfs-shell: Remove whitespace after '('
cephfs-shell: Remove unused 'flag' variable
ceph...
Patrick Donnelly
10:46 PM CephFS Bug #39507 (Pending Backport): cephfs-shell: mkdir error for relative path
Patrick Donnelly
10:46 PM Revision bdff0ef4 (ceph): Merge PR #27822 into master
* refs/pull/27822/head:
cephfs-shell: Fix mkdir relative path error
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
09:48 PM Revision cc92ead9 (ceph): librbd: improve object map performance under high IOPS workloads
Do not zero-fill the BitVector's bitset prior to decoding the data.
Additionally, only read-update-modify the portion...
Jason Dillaman
09:26 PM Revision 4be192e4 (ceph): librbd: improve object map performance under high IOPS workloads
Do not zero-fill the BitVector's bitset prior to decoding the data.
Additionally, only read-update-modify the portion...
Jason Dillaman
08:58 PM rbd Backport #38674 (In Progress): luminous: Performance improvements for object-map
Jason Dillaman
08:58 PM rbd Backport #38673 (In Progress): mimic: Performance improvements for object-map
Jason Dillaman
08:56 PM Revision ef04434d (ceph): qa/workunits/rbd: remove 'fast-diff' from dynamic features test
Fixes: http://tracker.ceph.com/issues/39946
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:54 PM rbd Bug #39946 (Fix Under Review): [test] qemu_dynamic_features workunit fails to disable fast-diff+o...
Jason Dillaman
08:52 PM rbd Bug #39946 (In Progress): [test] qemu_dynamic_features workunit fails to disable fast-diff+object...
Jason Dillaman
08:44 PM rbd Bug #39946 (Resolved): [test] qemu_dynamic_features workunit fails to disable fast-diff+object-map
http://qa-proxy.ceph.com/teuthology/jdillaman-2019-05-15_13:29:38-rbd-wip-jd-testing-distro-basic-smithi/3957915/teut... Jason Dillaman
08:53 PM Revision b36a1ad3 (ceph): qa/workunits/rbd: remove 'fast-diff' from dynamic features test
Fixes: http://tracker.ceph.com/issues/39946
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:49 PM Revision 747c1713 (ceph): test/librbd: add test cases for compare-and-write with copyup
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 1f411c0f8536de947b3eaff1c79bb718b5044661)
Ilya Dryomov
08:49 PM Revision 230d5927 (ceph): test/librbd: make get_temp_image_name() static
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 032cccea60b2e3be8f740681e28ce1deced431a4)
Ilya Dryomov
08:48 PM Revision 0a1d101d (ceph): test/librados_test_stub: reimplement cmpext()
cmpext is a read operation. As such, it shouldn't be creating objects
or extending them and it should accept snapsho...
Ilya Dryomov
08:48 PM Revision 1a2d977e (ceph): librados: don't claim ObjectOperation::cmpext() buffer
This is counter-intuitive and doesn't match the behavior of either
other compare ops (cmpxattr, omap_cmp) or write op...
Ilya Dryomov
08:48 PM Revision 5d87cf83 (ceph): osd/osd_types: show cmpext arguments
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 60f042130ab331cf10f643dbe5e76b1424fbdbf0)
Ilya Dryomov
08:46 PM rbd Backport #39739: nautilus: Fast-diff can be disabled w/o disabling object-map
... also requires backport of tracker ticket #39946 Jason Dillaman
07:47 PM rbd Backport #39739 (In Progress): nautilus: Fast-diff can be disabled w/o disabling object-map
Jason Dillaman
08:35 PM rbd Backport #38440 (In Progress): luminous: compare-and-write skips compare after copyup without obj...
Jason Dillaman
04:35 PM rbd Backport #38440 (Need More Info): luminous: compare-and-write skips compare after copyup without ...
non-trivial backport Nathan Cutler
08:34 PM rbd Backport #38441 (In Progress): mimic: compare-and-write skips compare after copyup without object...
Jason Dillaman
08:33 PM Revision 6045c3de (ceph): test/librbd: add test cases for compare-and-write with copyup
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 1f411c0f8536de947b3eaff1c79bb718b5044661)
Ilya Dryomov
08:33 PM Revision 2d20f265 (ceph): test/librbd: make get_temp_image_name() static
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 032cccea60b2e3be8f740681e28ce1deced431a4)
Ilya Dryomov
08:33 PM Revision 5c1a1ba3 (ceph): test/librados_test_stub: reimplement cmpext()
cmpext is a read operation. As such, it shouldn't be creating objects
or extending them and it should accept snapsho...
Ilya Dryomov
08:32 PM Revision 0289be28 (ceph): librados: don't claim ObjectOperation::cmpext() buffer
This is counter-intuitive and doesn't match the behavior of either
other compare ops (cmpxattr, omap_cmp) or write op...
Ilya Dryomov
08:29 PM Revision 1a26ece5 (ceph): osd/osd_types: show cmpext arguments
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 60f042130ab331cf10f643dbe5e76b1424fbdbf0)
Ilya Dryomov
08:07 PM rbd Backport #39194 (In Progress): luminous: Several race conditions are possible between io::ObjectR...
Jason Dillaman
08:07 PM rbd Backport #39196 (In Progress): mimic: Several race conditions are possible between io::ObjectRequ...
Jason Dillaman
08:06 PM Revision a324f4a1 (ceph): librbd: copyup read stats were incorrectly tied to child
The parent IO stats should be updated when reading from the parent
image for a copyup.
Signed-off-by: Jason Dillaman...
Jason Dillaman
08:05 PM Revision f98c7531 (ceph): librbd: force a copyup object map update if migration completes
If a live-migration copyup was in-progress when the copyup completes,
force the object map to be updated.
Signed-off...
Jason Dillaman
08:05 PM Revision 9ee462a8 (ceph): librbd: cleaned up snap/parent lock release in read-from-parent path
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit b7f6ba710d2855ea8f223d205a55a1e425167afd)
Jason Dillaman
08:05 PM Revision c03830c4 (ceph): test/librbd: initial unit test for copyup state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit ea4901f539c7404c07e72f5c42fc8abcf840dafa)
Jason Dillaman
08:05 PM Revision 4172c1b9 (ceph): librbd: copyup should restart delayed ops against the same object
This avoids the potential for a race condition where an in-flight
copyup is removed from the in-flight copyup list an...
Jason Dillaman
08:05 PM Revision 914df9c9 (ceph): librbd: merge copyup object map update states
The object map HEAD and HEAD/snapshot update states have been
simplified and merged into a single state. This also fi...
Jason Dillaman
08:05 PM Revision 5b4a6187 (ceph): librbd: refactor copyup state machine to match current code style
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 711a070fa086b499eeba9a4c62005456f406689b)
Jason Dillaman
08:05 PM Revision fec9d4d7 (ceph): librbd: properly hold snap/parent locks during IO
The ImageCtx::parent pointer was dereferenced without holding the lock
which could lead to a crash. The ImageCtx::mig...
Jason Dillaman
08:05 PM Revision 23edcbc3 (ceph): librbd: empty IO requests should complete in new context
This will avoid the possibility of a lock being held by the caller
and having the IO immediately complete back to the...
Jason Dillaman
08:05 PM Revision 69fbdeac (ceph): librbd: deep-copy object copy should register an in-flight op
When handling live migrations, the source image is the parent
image of the destination image. To prevent the parent i...
Jason Dillaman
08:05 PM Revision c9c1a812 (ceph): librbd: deep-copy object copy should delay computing object existence
This prevent a potential recursive lock on the destination image's
snap_lock.
Signed-off-by: Jason Dillaman <dillama...
Jason Dillaman
08:03 PM rbd Bug #39435: snapshot object maps can go inconsistent during copyup
This backport effort should wait on the backport of 39021 Jason Dillaman
08:02 PM rbd Backport #39573 (In Progress): nautilus: common: Clang requires a default constructor, but it can...
Jason Dillaman
08:00 PM Revision 3ebdb025 (ceph): common: Clang requires a default constructor, but it can be empty
Just do what the error messages ask for.
Error from Clang:
```
In file included from /home/jenkins/workspace/ceph-ma...
Willem Jan Withagen
07:59 PM rbd Bug #39448 (Resolved): [test] qemu-iotests test case 005 fails due to msgr error message
Jason Dillaman
07:59 PM rbd Backport #39677 (Rejected): nautilus: [test] qemu-iotests test case 005 fails due to msgr error m...
The original breaking change is being backported to other branches -- the fix should be backported at the same time. Jason Dillaman
07:58 PM Messengers Backport #39242: mimic: msg/async: connection race + winner fault can leave connection stuck at r...
Please also pull in PR #28050 as well to avoid breaking RBD tests [1]
[1] https://github.com/ceph/ceph/pull/28050
Jason Dillaman
07:55 PM Messengers Bug #37499 (Resolved): AsyncConnection stuck
Jason Dillaman
07:52 PM rbd Backport #39727 (In Progress): luminous: [test] devstack is broken (again)
Jason Dillaman
07:51 PM Revision 0f37c8d2 (ceph): qa/workunits/rbd: use https protocol for devstack git operations
Fixes: http://tracker.ceph.com/issues/39656
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
07:51 PM rbd Backport #39728 (In Progress): mimic: [test] devstack is broken (again)
Jason Dillaman
07:50 PM Revision 162b60aa (ceph): qa/workunits/rbd: use https protocol for devstack git operations
Fixes: http://tracker.ceph.com/issues/39656
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
07:50 PM rbd Backport #39729 (In Progress): nautilus: [test] devstack is broken (again)
Jason Dillaman
07:49 PM Revision e057b072 (ceph): qa/workunits/rbd: use https protocol for devstack git operations
Fixes: http://tracker.ceph.com/issues/39656
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
07:47 PM Revision 05d2c54a (ceph): librbd: fix issues with object-map/fast-diff feature interlock
Enabling/disabling one should enable/disable the other.
Fixes: http://tracker.ceph.com/issues/39521
Signed-off-by: J...
Jason Dillaman
07:43 PM Revision 585c7d21 (ceph): rbd: fixed memory leak in 'rbd mirror pool' multi-image actions
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit ba52f4297f4ad96e8b4db5d24e2e73e4b303fda9)
Jason Dillaman
07:43 PM Revision 86d7f39b (ceph): librbd: async open/close should free ImageCtx before issuing callback
The destructor for ImageCtx attempts to access librados::IoCtx objects
that might have been destroyed immediately aft...
Jason Dillaman
07:42 PM rbd Backport #39427 (In Progress): luminous: 'rbd mirror status --verbose' will occasionally seg fault
Jason Dillaman
07:39 PM rbd Backport #39429 (In Progress): mimic: 'rbd mirror status --verbose' will occasionally seg fault
Jason Dillaman
07:38 PM rbd Backport #38868 (Rejected): mimic: flush skips requests in QOS throttler queue
Backport not required for Mimic Jason Dillaman
07:12 PM rbd Backport #38868 (In Progress): mimic: flush skips requests in QOS throttler queue
Jason Dillaman
07:04 PM rbd Backport #39460 (In Progress): luminous: [rbd-mirror] "bad crc in data" error when listing large ...
Jason Dillaman
07:03 PM Revision b9adc33d (ceph): rbd-mirror: clear out bufferlist prior to listing mirror images
The second call to list mirrored images will fail deep within the
msgr code due to a "bad crc in data" error.
Fixes:...
Jason Dillaman
07:03 PM bluestore Bug #38272 (In Progress): "no available blob id" assertion might occur
Igor Fedotov
07:02 PM rbd Backport #39461 (In Progress): mimic: [rbd-mirror] "bad crc in data" error when listing large pools
Jason Dillaman
07:01 PM Revision 32c82d30 (ceph): rbd-mirror: clear out bufferlist prior to listing mirror images
The second call to list mirrored images will fail deep within the
msgr code due to a "bad crc in data" error.
Fixes:...
Jason Dillaman
06:59 PM Revision 6e6f9321 (ceph): rbd-mirror: clear out bufferlist prior to listing mirror images
The second call to list mirrored images will fail deep within the
msgr code due to a "bad crc in data" error.
Fixes:...
Jason Dillaman
06:58 PM rbd Backport #39462 (In Progress): nautilus: [rbd-mirror] "bad crc in data" error when listing large ...
Jason Dillaman
06:56 PM Revision df29db78 (ceph): rbd: fixed memory leak in 'rbd mirror pool' multi-image actions
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit ba52f4297f4ad96e8b4db5d24e2e73e4b303fda9)
Jason Dillaman
06:56 PM Revision f628db04 (ceph): librbd: async open/close should free ImageCtx before issuing callback
The destructor for ImageCtx attempts to access librados::IoCtx objects
that might have been destroyed immediately aft...
Jason Dillaman
06:18 PM rbd Backport #39428 (In Progress): nautilus: 'rbd mirror status --verbose' will occasionally seg fault
Jason Dillaman
06:18 PM rbd Backport #39195 (In Progress): nautilus: Several race conditions are possible between io::ObjectR...
Jason Dillaman
06:13 PM Revision 6e3a78d4 (ceph): librbd: when requeueing QOS throttled request queue it back
to preserve order of throttled requests, which is important for flush.
Signed-off-by: Mykola Golub <mgolub@suse.com>...
Mykola Golub
06:13 PM Revision dcb101ea (ceph): common: add "requeue_back" WorkQueue method
and rename "requeue" method to "requeue_front" for clarity.
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry pi...
Mykola Golub
06:13 PM Revision 7fec8768 (ceph): librbd: make flush be queued by QOS throttler
So when it is eventually processed we sure there is no pending
requests in the throttler queue it needs to wait to co...
Mykola Golub
06:13 PM Revision fb6bc605 (ceph): common: allow "0" cost items to be queued by TokenBucketThrottle
They will be queued if there are already blockers.
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from...
Mykola Golub
06:11 PM rbd Backport #38869 (In Progress): nautilus: flush skips requests in QOS throttler queue
Jason Dillaman
05:52 PM Linux kernel client Bug #39945 (Need More Info): RBD I/O error leads to ghost-mapped RBD
I have attached a couple of kernel logs (same system) showing the IO errors.
On the system that had the RBDs mappe...
Cliff Pajaro
05:32 PM Dashboard Feature #39944 (Fix Under Review): mgr/dashboard: Reduce the number of renders on the tables
Tiago Melo
05:07 PM Dashboard Feature #39944 (Resolved): mgr/dashboard: Reduce the number of renders on the tables
Currently each time we hover a table row or the data is refresh there are too many renders of each cell/row.
This sh...
Tiago Melo
05:22 PM rbd Backport #37692 (In Progress): luminous: Image mirroring should be disabled when it is moved to t...
Mykola Golub
04:32 PM rbd Backport #37692 (Need More Info): luminous: Image mirroring should be disabled when it is moved t...
cherry-pick does not apply cleanly (no src/librbd/api/Trash.cc in luminous) Nathan Cutler
05:22 PM rbd Backport #37691 (In Progress): mimic: Image mirroring should be disabled when it is moved to trash
Mykola Golub
04:33 PM rbd Backport #37691 (Need More Info): mimic: Image mirroring should be disabled when it is moved to t...
cherry-pick does not apply cleanly (no src/librbd/api/Trash.cc in mimic) Nathan Cutler
05:05 PM CephFS Bug #39943 (Fix Under Review): client: ceph.dir.rctime xattr value incorrectly prefixes "09" to t...
Patrick Donnelly
01:46 PM CephFS Bug #39943 (Resolved): client: ceph.dir.rctime xattr value incorrectly prefixes "09" to the nanos...
This bug was found while investigating https://tracker.ceph.com/issues/39705 .
The following kernel logic is used ...
David Disseldorp
04:58 PM rbd Backport #38508 (Need More Info): luminous: [rbd-mirror] LeaderWatcher stuck in loop if pool deleted
non-trivial backport Nathan Cutler
04:34 PM Revision 72f8f18e (ceph): qa/test: clean up
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:27 PM Revision f13315d0 (ceph): Merge pull request #28115 from yuriw/wip-yuriw-clients-upgrades-luminou...
qa/tests: renamed suite Yuri Weinstein
04:24 PM Revision 2bb04a30 (ceph): Merge pull request #28096 from ivancich/mimic-wip-rgw-admin-unordered
mimic: rgw: allow radosgw-admin to list bucket w --allow-unordered
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
J. Eric Ivancich
04:22 PM Revision 15cf58d9 (ceph): qa/tests: renamed suite
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:19 PM Revision 02935988 (ceph): client: fix "ceph.snap.btime" vxattr value
The vxattr value incorrectly places a "09" prefix to the nanoseconds
field, instead of providing it as a zero-pad wid...
David Disseldorp
04:16 PM Revision 8980378c (ceph): client: fix "ceph.dir.rctime" vxattr value
The vxattr value incorrectly places a "09" prefix to the nanoseconds
field, instead of providing it as a zero-pad wid...
David Disseldorp
04:07 PM Revision c6f9739c (ceph): Merge pull request #28027 from yuriw/wip-yuriw-clients-upgrades-jewel-2...
qa/test: new suite to test `jewel` clients on `nautilus` cluster Yuri Weinstein
04:07 PM bluestore Backport #39446 (Resolved): nautilus: OSD crashed in BitmapAllocator::init_add_free()
Igor Fedotov
04:05 PM bluestore Backport #39446: nautilus: OSD crashed in BitmapAllocator::init_add_free()
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/27740
merged
Yuri Weinstein
04:05 PM Revision a7dac8d8 (ceph): Merge pull request #27740 from ifed01/wip-ifed-fix-39446
nautilus: os/bluestore: fix out-of-bound access in bmap allocator.
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewe...
Yuri Weinstein
03:50 PM RADOS Backport #39373 (In Progress): luminous: ceph tell osd.xx bench help : gives wrong help
Nathan Cutler
03:50 PM Revision 42ae9e3e (ceph): osd/OSD.cc: make osd bench description consistent with parameters
Fixes: http://tracker.ceph.com/issues/39006
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 4b...
Neha Ojha
03:44 PM RADOS Backport #38750 (In Progress): luminous: should report EINVAL in ErasureCode::parse() if m<=0
Nathan Cutler
03:43 PM Revision 12fa184e (ceph): qa/standalone/erasure-code/test-erasure-code: adjust test to avoid m=0
_DD is k=2 m=0, which we don't allow. Switch it to cDD.
I confess I don't fully understand why this was _DD to begi...
Sage Weil
03:43 PM Revision 0c4a6181 (ceph): erasure-code: ensure m >= 1
Fixes: http://tracker.ceph.com/issues/38682
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit ab0...
Sage Weil
03:42 PM Revision b8962d35 (ceph): mon/OSDMonitor: set ec min_size to k + min(1, m - 1)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 7f49be2104f0a5df894a53e200c431c527781f9c)
Conf...
Sage Weil
03:36 PM RADOS Backport #38880 (In Progress): luminous: ENOENT in collection_move_rename on EC backfill target
Nathan Cutler
03:35 PM Revision 5095e05a (ceph): osd/PG: change error to dout in _scan_rollback_obs()
This message is now expected during scrubbing, since we do not delete
objects during a rollforward when !transaction_...
Neha Ojha
03:35 PM Revision 561fcfc1 (ceph): osd/PG: skip rollforward when !transaction_applied during append_log()
Earlier, we did pg_log.roll_forward(&handler), when
!transaction_applied, which advanced the crt and trimmed the entr...
Neha Ojha
03:15 PM Revision 18f3f002 (ceph): qa/test: new suite to test `jewel` clients on `nautilus` cluster
This suite will run on nautilus relases only and we will keep running older suite client-upgrade-jewel
on previous re...
Yuri Weinstein
03:03 PM Revision 460f18f9 (ceph): qa/tests: renamed suite to clients-upgrades-luminous-nautilus to be con...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
02:56 PM rgw Bug #39940 (Fix Under Review): rgw: Metadata search is not available when using tenants
Nathan Cutler
11:38 AM rgw Bug #39940: rgw: Metadata search is not available when using tenants
fix bug: https://github.com/ceph/ceph/pull/28103 Snow Si
11:37 AM rgw Bug #39940 (Fix Under Review): rgw: Metadata search is not available when using tenants
tenant$uid: xxcs$test
permissions: xxcs$test
a.Elasticsearch PUT OBJECT: (permissions: xxcs)->OBJECT; (permissi...
Snow Si
02:51 PM Dashboard Bug #39650: mgr/dashboard: Pool graph/sparkline points do not display the correct values
I investigated it, it's not a bug as everything is working as intended.
This problem has 2 aspects that should be ...
Stephan Müller
10:07 AM Dashboard Bug #39650 (In Progress): mgr/dashboard: Pool graph/sparkline points do not display the correct v...
Stephan Müller
02:48 PM Revision 659f41e7 (ceph): qa/tests: added new client-upgrade-*-nautilus suites for jewel, luminou...
NOTE:
!!!! three suites below MUST use --suite-branch jewel, luminous, mimic (see https://tracker.ceph.com/issues/24...
Yuri Weinstein
02:26 PM rgw Bug #37734 (Fix Under Review): Librgw doesn't GC deleted object correctly
Casey Bodley
02:07 PM Revision 51356347 (ceph): rgw_file: unify allocations of request id
The fix by Tao Chen <chentao@umcloud.com> for construction of the
request id in RGWWriteRequests/RGWContinuedReq path...
Matt Benjamin
02:07 PM Revision e2cdb04b (ceph): rgw_file: allocate new id for continued request
Fixed: http://tracker.ceph.com/issues/37734
Signed-off-by: Tao Chen <chentao@umcloud.com>
taoCH
01:55 PM Revision 454d7f35 (ceph): os/bluestore: show device name in "osd metadata output"
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
01:53 PM Revision 5b3af870 (ceph): mgr/dashboard: bucket modification time to local time
* After PR https://github.com/ceph/ceph/pull/27617
bucket modification time is UTC, so date pipe is applied
in or...
Alfonso Martínez
01:52 PM Revision 6b4299f1 (ceph): rgw: bucket stats report mtime in UTC
Fixes: https://tracker.ceph.com/issues/39295
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
01:29 PM rgw Bug #39942 (New): sse: the ETag should not be the MD5 of the object data
for both SSE-C and SSE-KMS, amazon docs say that:
> The ETag in the response is not the MD5 of the object data.
Casey Bodley
01:15 PM CephFS Bug #39705: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.400554 vs 2019-05-09...
This bug is due to incorrect placement of the pad/width specifier in:
11809 size_t Client::_vxattrcb_snap_btime(In...
David Disseldorp
12:57 PM Dashboard Backport #39939: mimic: mgr/dashboard: Move unit-test-helper into the new testing folder
Sebastian Wagner wrote:
> eh, could you please reference the original issue?
There was no original issue
Anonymous
12:20 PM Dashboard Backport #39939 (New): mimic: mgr/dashboard: Move unit-test-helper into the new testing folder
Nathan Cutler
11:13 AM Dashboard Backport #39939: mimic: mgr/dashboard: Move unit-test-helper into the new testing folder
eh, could you please reference the original issue? Sebastian Wagner
10:49 AM Dashboard Backport #39939 (Rejected): mimic: mgr/dashboard: Move unit-test-helper into the new testing folder
Anonymous
12:47 PM Revision 7f668538 (ceph): librbd: use custom allocator for aligned boost::lockfree::queue
If tcmalloc is in-use as the allocator and its version is less than 2.6.2,
it might be missing support for 'aligned_a...
Jason Dillaman
12:24 PM rgw Bug #38479 (Resolved): multisite: memory growth from RGWCoroutinesStacks on lease errors
Nathan Cutler
12:24 PM rgw Backport #38530 (Resolved): mimic: multisite: memory growth from RGWCoroutinesStacks on lease errors
Nathan Cutler
12:03 PM rgw Backport #38530: mimic: multisite: memory growth from RGWCoroutinesStacks on lease errors
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/26762
merged
Yuri Weinstein
12:23 PM rgw Backport #39411 (Resolved): mimic: inefficient unordered bucket listing
Nathan Cutler
12:02 PM rgw Backport #39411: mimic: inefficient unordered bucket listing
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28086
merged
Yuri Weinstein
12:20 PM Dashboard Bug #39941 (Resolved): mgr/dashboard: Move unit-test-helper into the new testing folder
Angular [1] suggest us to create a `src/testing` folder where we can put files that will be used in tests.
I created...
Nathan Cutler
12:03 PM Revision d035c2f7 (ceph): Merge pull request #26762 from pdvian/wip-38530-mimic
mimic: rgw: data sync drains lease stack on lease failure
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
12:03 PM Revision dab772f1 (ceph): Merge pull request #27973 from iain-buclaw-sociomantic/mimic-rgw-cls-bi...
mimic: cls/rgw: raise debug level of bi_log_iterate_entries output
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Re...
Yuri Weinstein
12:02 PM Revision 944b8f8a (ceph): Merge pull request #28086 from cbodley/wip-39411
mimic: rgw: cls_bucket_list_unordered lists a single shard
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
12:01 PM Revision bcbc0edb (ceph): mgr/dashboard: Unify the look of dashboard charts
Fixes: http://tracker.ceph.com/issues/39384
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
11:31 AM rgw Bug #39368: Setting custom metadata in multiple versions causes data mtime and metadata mtime to ...
fix bug: https://github.com/ceph/ceph/pull/28100
Snow Si
11:31 AM rgw Bug #39368: Setting custom metadata in multiple versions causes data mtime and metadata mtime to ...
fix bug:https://github.com/ceph/ceph/pull/28100 Snow Si
10:58 AM Revision 7eb6c2d5 (ceph): Merge pull request #28092 from tchaikov/wip-dashboard-package
mgr/dashboard: Update tar to v4.4.8
Reviewed-by: Tiago Melo <tmelo@suse.com>
Kefu Chai
10:39 AM Linux kernel client Bug #39938 (Resolved): Issues with CephFS kernel driver
I described the problem pretty thoroughly on https://marc.info/?l=ceph-devel&m=155786104524387&w=2 but not sure it re... Patrik Martinsson
10:37 AM CephFS Backport #39937 (Resolved): nautilus: cephfs-shell: add a "stat" command
https://github.com/ceph/ceph/pull/28681 Nathan Cutler
10:36 AM mgr Backport #39932 (In Progress): nautilus: dashboard: Grafana dashboards use outdated metric names ...
Nathan Cutler
09:32 AM mgr Backport #39932 (Resolved): nautilus: dashboard: Grafana dashboards use outdated metric names fro...
https://github.com/ceph/ceph/pull/28101 Jan Fajerski
10:36 AM CephFS Backport #39936 (Resolved): nautilus: cephfs-shell: add commands to manipulate quotas
https://github.com/ceph/ceph/pull/28681 Nathan Cutler
10:35 AM CephFS Backport #39935 (Resolved): nautilus: cephfs-shell: teuthology tests
https://github.com/ceph/ceph/pull/28614 Nathan Cutler
10:35 AM CephFS Backport #39934 (Resolved): nautilus: mgr/volumes: add CephFS subvolumes library
Nathan Cutler
10:23 AM Dashboard Bug #39933: mgr/dashboard: inconsistent result when editing a RBD image's features
Related: http://tracker.ceph.com/issues/39521
Now enable/disable object-map or fast-diff will also enable/disable ...
Kiefer Chang
09:45 AM Dashboard Bug #39933 (Resolved): mgr/dashboard: inconsistent result when editing a RBD image's features
Steps to reproduce:
* Test on master commit 278f5de4126883c1fd6bd1e2c08ed8244b563928
* Create a RBD pool
* Creat...
Kiefer Chang
09:34 AM Revision 4c8044b8 (ceph): monitoring: update Grafana dashboards
Fix various panels that used outdated metric names, cluncky or
unnecessary label_replace calls. Also unify the style ...
Jan Fajerski
09:25 AM bluestore Bug #36268: Unable to recover from ENOSPC in BlueFS
Sage Weil wrote:
> Alternative fix for mimic and luminous: https://github.com/ceph/ceph/pull/26735
hello,sage wei...
鹏 张
09:14 AM CephFS Bug #39395: ceph: ceph fs auth fails
This issue is fixed in the latest version. On luminous, I get the same error. Varsha Rao
09:02 AM Dashboard Bug #39652 (Pending Backport): Grafana dashboards use outdated metric names from the prometheus m...
Nathan Cutler
08:09 AM Revision 278f5de4 (ceph): Merge pull request #28043 from jan--f/update-grafana-dashboards
Update grafana dashboards
Reviewed-by: kmurarka@redhat.com
Reviewed-by: epuertat@redhat.com
Laura Paduano
07:00 AM mgr Backport #39425 (In Progress): nautilus: mgr: deadlock
https://github.com/ceph/ceph/pull/28098 Prashant D
06:59 AM RADOS Backport #39374 (In Progress): mimic: ceph tell osd.xx bench help : gives wrong help
https://github.com/ceph/ceph/pull/28097 Prashant D
02:25 AM Revision 103a6992 (ceph): osd/OSD.cc: make osd bench description consistent with parameters
Fixes: http://tracker.ceph.com/issues/39006
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 4b...
Neha Ojha
02:07 AM Revision e7309120 (ceph): mgr/BaseMgrModule: drop GIL in set_config
Holding GIL and run mon_command turns out to be easily deadlock-prone.
https://tracker.ceph.com/issues/35985 is a typ...
xie xingguo
02:07 AM Revision b46ccdc0 (ceph): mgr/BaseMgrModule: drop GIL in ceph_store_set
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 5108860c385cc1d905588d2e92d80295e3222ca4)
xie xingguo

05/14/2019

09:35 PM Revision 77a8e836 (ceph): rgw: perfcounters: add gc retire counter
To avoid spam, counter updates are batched with the corresponding log
trim chunks.
Fixes: https://tracker.ceph.com/i...
Matt Benjamin
09:33 PM rgw Backport #39731: mimic: rgw: allow radosgw-admin bucket list to use the --allow-unordered flag
pr: https://github.com/ceph/ceph/pull/28096 J. Eric Ivancich
08:07 PM rgw Backport #39731 (In Progress): mimic: rgw: allow radosgw-admin bucket list to use the --allow-uno...
J. Eric Ivancich
11:39 AM rgw Backport #39731 (Resolved): mimic: rgw: allow radosgw-admin bucket list to use the --allow-unorde...
pr: https://github.com/ceph/ceph/pull/28096 Nathan Cutler
09:09 PM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
We are experiencing this with 13.2.5 on Ubuntu 16.04. Andreas de Pretis
08:14 PM Revision 8e7be2cc (ceph): Merge PR #27377 into master
* refs/pull/27377/head:
qa: fs Ignore getfattr errors for ceph.dir.pin
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
08:07 PM Revision d01d7e80 (ceph): Merge PR #27594 into master
* refs/pull/27594/head:
mgr/volumes: allow creation/deletion of FS subvolume group snapshots
mgr/volumes: allow cre...
Patrick Donnelly
08:06 PM Revision d0e14d21 (ceph): rgw: allow radosgw-admin to list bucket w --allow-unordered
Presently the `radosgw-admin bucket list --bucket=<bucket>` lists the
objects in lexical order. This can be an expens...
J. Eric Ivancich
08:05 PM CephFS Feature #39610 (Pending Backport): mgr/volumes: add CephFS subvolumes library
Patrick Donnelly
07:53 PM CephFS Bug #39165 (Pending Backport): cephfs-shell: add commands to manipulate quotas
Patrick Donnelly
07:52 PM Revision cc18e6c0 (ceph): Merge PR #27483 into master
* refs/pull/27483/head:
cephfs-shell: add quota management
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:51 PM CephFS Feature #38829 (Pending Backport): cephfs-shell: add a "stat" command
Patrick Donnelly
07:51 PM Revision f9ada93b (ceph): Merge PR #27753 into master
* refs/pull/27753/head:
cephfs-shell: Add stat command
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:50 PM CephFS Bug #39526 (Pending Backport): cephfs-shell: teuthology tests
Patrick Donnelly
07:50 PM Revision d35396ca (ceph): Merge PR #27872 into master
* refs/pull/27872/head:
cephfs-shell: teuthology tests
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:44 PM CephFS Bug #39438: workunit fails with EPERM during thrashing
/ceph/teuthology-archive/pdonnell-2019-05-11_00:01:05-multimds-wip-pdonnell-testing-20190510.182613-distro-basic-smit... Patrick Donnelly
07:43 PM CephFS Bug #39752 (New): qa: dual workunit on client but one fails to compile
... Patrick Donnelly
06:29 PM CephFS Bug #39704 (Won't Fix): When running multiple filesystems, directories do not fragment
Patrick Donnelly
03:20 PM CephFS Bug #39704: When running multiple filesystems, directories do not fragment
Zheng Yan wrote:
> the log show you were creating files in root directory. mds never fragment root directory.
I s...
Nathan Fish
08:26 AM CephFS Bug #39704: When running multiple filesystems, directories do not fragment
the log show you were creating files in root directory. mds never fragment root directory. Zheng Yan
06:28 PM CephFS Bug #39722 (Duplicate): pybind: ceph_volume_client py3 error
Patrick Donnelly
01:14 PM CephFS Bug #39722: pybind: ceph_volume_client py3 error
If I am looking at this correctly, you have reported this before - http://tracker.ceph.com/issues/39406#note-2.
Fi...
Rishabh Dave
04:56 PM Bug #39751 (New): nautilus: Number of objects in a pool doubled after pg merge
After upgrading to nautilus and reducing the size of a pool (512 -> 128) the number of objects has almost exactly dou... Thore K
03:41 PM Dashboard Cleanup #39702 (Fix Under Review): mgr/dashboard: OSD custom action button removal
Stephan Müller
03:35 PM CephFS Bug #39750 (Resolved): mgr/volumes: cannot create subvolumes with py3 libraries
Built ceph, master branch with python 3 enabled,... Ramana Raja
02:53 PM Bug #39643: make jemalloc/tcmalloc work.
Should this be backported to Nautilus as well? Jason Dillaman
02:39 PM Revision f52d69ea (ceph): install-deps.sh: use gcc-8 on xenial and trusty
to be consistent with #27183 and https://github.com/ceph/ceph-build/pull/1286
Signed-off-by: Kefu Chai <kchai@redhat...
Kefu Chai
02:10 PM Revision 9d273603 (ceph): mgr/volumes: use the fs_subvolume module
... instead of src/pybind/ceph_volume_client.py to manage CephFS
subvolumes using `ceph fs subvolume` set of commands...
Ramana Raja
02:10 PM Revision a47239b7 (ceph): mgr/volumes: allow fetching path of FS subvolumes
... using `ceph fs subvolume getpath` command.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
02:10 PM Revision a02b58e0 (ceph): mgr/volumes: allow creation/deletion of snapshots of FS subvolumes
... using `ceph fs subvolume snapshot create/rm` commands.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
02:10 PM Revision b2ff4d53 (ceph): mgr/volumes: allow creation/deletion of FS subvolume groups
... using `ceph fs subvolumegroup create/rm` commands.
FS subvolume groups are parent directories of FS subvolumes. T...
Ramana Raja
02:10 PM Revision 8b0c5267 (ceph): mgr/volumes: allow creation/deletion of FS subvolume group snapshots
... using `ceph fs subvolumegroup snapshot create/rm` commands.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
02:10 PM Revision f37cca10 (ceph): mgr/volumes: add fs_subvolume module
fs_subvolume module provisions and manages CephFS subvolumes, which are
CephFS subdirectories with a desired layout a...
Ramana Raja
01:38 PM rbd Bug #39703 (Fix Under Review): 'qemu-img' seg faults on rbd_close under CentOS 7.5
Jason Dillaman
01:19 PM Revision f8aac6f6 (ceph): pybind/tox: handle possible WITH_PYTHON3 values other than "3"
WITH_PYTHON3 might be set to "ON" or to the python3 RPM version number
prevailing on the system - e.g. "3", "36"
Fix...
Nathan Cutler
01:10 PM rbd Bug #39710: [exclusive lock] An image got more than one lock owners at the same time
yu feng wrote:
> I did this test because it's what the tcmu-runner do.
Is that true? I just grepped that code an...
Jason Dillaman
01:45 AM rbd Bug #39710: [exclusive lock] An image got more than one lock owners at the same time
Jason Dillaman wrote:
> Honestly, all bets are off if you set "rbd_blacklist_on_break_lock" to false. You are testin...
yu feng
11:53 AM Dashboard Bug #39724: mgr/dashboard: Jenkins job "ceph dashboard tests" does not run on backport PRs or on ...
Note: for years now, we have been prepending "mimic: ", "nautilus: " etc. to *all* backport PRs. This is because it m... Nathan Cutler
08:02 AM Dashboard Bug #39724 (New): mgr/dashboard: Jenkins job "ceph dashboard tests" does not run on backport PRs ...
The job is configured to automatically run if the label "dashboard" is assigned to a PR, alternatively the job can be... Laura Paduano
11:49 AM RADOS Backport #39720 (In Progress): mimic: short pg log+nautilus-p2p-stress-split: "Error: finished ti...
Nathan Cutler
11:48 AM RADOS Backport #39721 (In Progress): nautilus: short pg log+nautilus-p2p-stress-split: "Error: finished...
Nathan Cutler
11:47 AM Revision e7a4437f (ceph): monitoring: update Grafana dashboards
Fix various panels that used outdated metric names, cluncky or
unnecessary label_replace calls. Also unify the style ...
Jan Fajerski
11:43 AM rgw Backport #39749 (Resolved): nautilus: Add support for --bypass-gc flag of radosgw-admin bucket rm...
https://github.com/ceph/ceph/pull/28549 Nathan Cutler
11:43 AM rgw Backport #39748 (Resolved): mimic: Add support for --bypass-gc flag of radosgw-admin bucket rm co...
https://github.com/ceph/ceph/pull/29262 Nathan Cutler
11:43 AM rgw Backport #39747 (Resolved): luminous: Add support for --bypass-gc flag of radosgw-admin bucket rm...
https://github.com/ceph/ceph/pull/31649 Nathan Cutler
11:42 AM Dashboard Tasks #38093 (In Progress): mgr/dashboard: Write E2E test to verify a pool has been created/deleted
Patrick Seidensal
09:55 AM Dashboard Tasks #38093: mgr/dashboard: Write E2E test to verify a pool has been created/deleted
Patrick Seidensal
08:23 AM Dashboard Tasks #38093 (In Progress): mgr/dashboard: Write E2E test to verify a pool has been created/deleted
Patrick Seidensal
11:42 AM rgw Backport #39746 (Resolved): nautilus: beast: multiple v4 and v6 endpoints with the same port will...
https://github.com/ceph/ceph/pull/28541 Nathan Cutler
11:41 AM rgw Backport #39745 (Resolved): nautilus: On rook master branch s3cmd make bucket returns error Inval...
https://github.com/ceph/ceph/pull/28538 Nathan Cutler
11:41 AM RADOS Backport #39744 (Resolved): mimic: mon: "FAILED assert(pending_finishers.empty())" when paxos res...
https://github.com/ceph/ceph/pull/28540 Nathan Cutler
11:41 AM RADOS Backport #39743 (Resolved): nautilus: mon: "FAILED assert(pending_finishers.empty())" when paxos ...
https://github.com/ceph/ceph/pull/28528 Nathan Cutler
11:40 AM rgw Backport #39742 (Rejected): luminous: rgw: swift object expiry fails when a bucket reshards
Nathan Cutler
11:40 AM rgw Backport #39741 (Resolved): mimic: rgw: swift object expiry fails when a bucket reshards
https://github.com/ceph/ceph/pull/29258 Nathan Cutler
11:40 AM rgw Backport #39740 (Resolved): nautilus: rgw: swift object expiry fails when a bucket reshards
https://github.com/ceph/ceph/pull/28537 Nathan Cutler
11:40 AM rbd Backport #39739 (Resolved): nautilus: Fast-diff can be disabled w/o disabling object-map
https://github.com/ceph/ceph/pull/28127 Nathan Cutler
11:40 AM RADOS Backport #39738 (Resolved): nautilus: Binary data in OSD log from "CRC header" message
https://github.com/ceph/ceph/pull/28504 Nathan Cutler
11:40 AM RADOS Backport #39737 (Resolved): mimic: Binary data in OSD log from "CRC header" message
https://github.com/ceph/ceph/pull/28503 Nathan Cutler
11:40 AM Dashboard Backport #39736 (Resolved): nautilus: mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rbd.pyx`
https://github.com/ceph/ceph/pull/28482 Nathan Cutler
11:39 AM rgw Backport #39735 (Resolved): nautilus: multisite: mismatch of bucket creation times from List Buckets
https://github.com/ceph/ceph/pull/28444 Nathan Cutler
11:39 AM rgw Backport #39734 (Resolved): mimic: multisite: mismatch of bucket creation times from List Buckets
https://github.com/ceph/ceph/pull/28483 Nathan Cutler
11:39 AM rgw Backport #39733 (Resolved): luminous: multisite: mismatch of bucket creation times from List Buckets
https://github.com/ceph/ceph/pull/31648 Nathan Cutler
11:39 AM rgw Backport #39732 (Resolved): luminous: rgw: allow radosgw-admin bucket list to use the --allow-uno...
https://github.com/ceph/ceph/pull/31220 Nathan Cutler
11:39 AM rgw Backport #39730 (Resolved): nautilus: rgw: allow radosgw-admin bucket list to use the --allow-uno...
https://github.com/ceph/ceph/pull/28230 Nathan Cutler
11:39 AM rbd Backport #39729 (Resolved): nautilus: [test] devstack is broken (again)
https://github.com/ceph/ceph/pull/28128 Nathan Cutler
11:39 AM rbd Backport #39728 (Resolved): mimic: [test] devstack is broken (again)
https://github.com/ceph/ceph/pull/28129 Nathan Cutler
11:38 AM rbd Backport #39727 (Resolved): luminous: [test] devstack is broken (again)
https://github.com/ceph/ceph/pull/28130 Nathan Cutler
10:37 AM Dashboard Bug #39726 (Resolved): mgr/dashboard: "Striping" feature checkbox missing in RBD image dialog
This may not be a bug, just a cosmetic issue. Although `striping` is a feature, it's not listed in the features secti... Patrick Seidensal
10:31 AM Dashboard Feature #39725 (Rejected): mgr/dashboard: Support for setting RBD "Striping unit/count"
This is already implemented.
In Ceph Dashboard we don't have a "Striping" chackbox, we just have to click in the "...
Ricardo Marques
09:54 AM Dashboard Feature #39725 (In Progress): mgr/dashboard: Support for setting RBD "Striping unit/count"
Patrick Seidensal
09:54 AM Dashboard Feature #39725 (Rejected): mgr/dashboard: Support for setting RBD "Striping unit/count"
When "Striping" feature is enabled in RBD form, user should be able to set the "Striping unit/count".
Here is a sc...
Ricardo Marques
10:30 AM Revision 20355703 (ceph): mgr/dashboard: Update tar to v4.4.8
This update fixes an Arbitrary File Overwrite issue (CVE-2018-20834).
see https://nvd.nist.gov/vuln/detail/CVE-2018-2...
Kefu Chai
06:58 AM mgr Bug #39363 (Duplicate): deadlock from moncommand completion
Sebastian Wagner
05:45 AM Revision 0ec7bc49 (ceph): mgr/zabbix: Fix typo in key name for PGs in backfill_wait state
Fixes: http://tracker.ceph.com/issues/39666
Signed-off-by: Wido den Hollander <wido@42on.com>
Wido den Hollander
02:53 AM rbd Backport #39423 (In Progress): nautilus: Drop "ceph_test_librbd_api" target
https://github.com/ceph/ceph/pull/28091 Prashant D
02:50 AM CephFS Backport #39233 (In Progress): mimic: kclient: nofail option not supported
https://github.com/ceph/ceph/pull/28090 Prashant D
01:15 AM Revision 69975864 (ceph): Merge pull request #28085 from rzarzynski/wip-crimson-no-atomics-in-ref...
crimson, common: RefCountedObj doesn't use atomics in Seastar builds.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:59 AM rgw Bug #39368: Setting custom metadata in multiple versions causes data mtime and metadata mtime to ...
fix bug: https://github.com/yehudasa/ceph/pull/19 Snow Si
12:35 AM Revision 8f838cc8 (ceph): osd: Fix merge_log_dups() not remove dup corresponding to log.tail
The log tail is not inclusive of the log, so not an overlap
Fix unittest_pglog to verify proper operation
Signed-off...
David Zafman
12:35 AM Revision bafe5923 (ceph): test: unittest_pglog: Additional test cases for trim, copy_up_to and co...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit d0d244d222c7709a4a0688954816fd42e471b3c9)
David Zafman
12:34 AM Revision 6362eae4 (ceph): test: unittest_pglog: Remove irrelevant config values
osd_min_pg_log_entries and osd_max_pg_log_entries are not involved
in the log handling code being tested.
Signed-off...
David Zafman
12:32 AM Revision e740b76a (ceph): test: Adding standalone test of log copy handling
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 7959159e830b39c69807c832bf3e01581a314d0a)
David Zafman
12:32 AM Revision 4c28d364 (ceph): osd: Include dups in copy_after() and copy_up_to()
Client saw out of order results in a test with a very small
pg_log because a backfill/recovery sent a small number of...
David Zafman
12:26 AM Revision 11017bba (ceph): osd: Fix off by 1 error in trim handling of osd_pg_log_dups_tracked
Move log message out of loop so it doesn't repeat for no reason
Signed-off-by: David Zafman <dzafman@redhat.com>
(ch...
David Zafman
12:26 AM Revision c7098059 (ceph): osd: Remove unused pg_log_t::copy_range()
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit d1ad129dd4b71640ae2e74d793e45146dca8bf26)...
David Zafman

05/13/2019

11:59 PM Revision e3499da2 (ceph): mount.ceph.c: do not pass nofail to the kernel
nofail is a userspace level option and shouldn't be passed to the kernel
Fixes: https://tracker.ceph.com/issues/2326...
Kenneth Waegeman
11:57 PM Revision 4bc9c308 (ceph): test/librbd: drop 'ceph_test_librbd_api' target
This was used for API backwards compatibility testing, but now that
the C++ API will not remain stable, it serves no ...
Jason Dillaman
11:15 PM RADOS Bug #39723 (Duplicate): osd: valgrind Leak_DefinitelyLost
... Patrick Donnelly
11:03 PM rbd Bug #39710: [exclusive lock] An image got more than one lock owners at the same time
Honestly, all bets are off if you set "rbd_blacklist_on_break_lock" to false. You are testing code paths that are way... Jason Dillaman
11:01 PM CephFS Bug #39722: pybind: ceph_volume_client py3 error
Rishabh, please investigate. Patrick Donnelly
11:01 PM CephFS Bug #39722 (Duplicate): pybind: ceph_volume_client py3 error
... Patrick Donnelly
10:35 PM Revision bcdc3249 (ceph): test: Adding standalone test of log copy handling
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 7959159e830b39c69807c832bf3e01581a314d0a)
David Zafman
10:35 PM Revision b37d5ade (ceph): test: unittest_pglog: Remove irrelevant config values
osd_min_pg_log_entries and osd_max_pg_log_entries are not involved
in the log handling code being tested.
Signed-off...
David Zafman
10:35 PM Revision 072a0092 (ceph): test: unittest_pglog: Additional test cases for trim, copy_up_to and co...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit d0d244d222c7709a4a0688954816fd42e471b3c9)
David Zafman
10:35 PM Revision 79d1bed7 (ceph): osd: Fix merge_log_dups() not remove dup corresponding to log.tail
The log tail is not inclusive of the log, so not an overlap
Fix unittest_pglog to verify proper operation
Signed-off...
David Zafman
10:35 PM Revision 407b88ff (ceph): osd: Include dups in copy_after() and copy_up_to()
Client saw out of order results in a test with a very small
pg_log because a backfill/recovery sent a small number of...
David Zafman
10:30 PM Revision fcbe8425 (ceph): osd: Fix off by 1 error in trim handling of osd_pg_log_dups_tracked
Move log message out of loop so it doesn't repeat for no reason
Signed-off-by: David Zafman <dzafman@redhat.com>
(ch...
David Zafman
10:30 PM Revision 2e4431d5 (ceph): osd: Remove unused pg_log_t::copy_range()
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit d1ad129dd4b71640ae2e74d793e45146dca8bf26)
David Zafman
10:17 PM RADOS Backport #39721 (Resolved): nautilus: short pg log+nautilus-p2p-stress-split: "Error: finished ti...
https://github.com/ceph/ceph/pull/28088 David Zafman
10:16 PM RADOS Backport #39720 (Resolved): mimic: short pg log+nautilus-p2p-stress-split: "Error: finished tid 3...
https://github.com/ceph/ceph/pull/28089 David Zafman
10:16 PM RADOS Backport #39719 (Resolved): luminous: short pg log+nautilus-p2p-stress-split: "Error: finished ti...
https://github.com/ceph/ceph/pull/28185 David Zafman
10:10 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
Jeff Layton wrote:
> We may not need this after all. The kernel client at least doesn't care a lot about the inode n...
Patrick Donnelly
09:08 PM Support #39639 (Closed): The cluster network of ceph cluster have no data flow
This is probably a configuration issue; you can get help for that kind of thing on ceph-users@ceph.com. :) Greg Farnum
09:07 PM Bug #39643 (Fix Under Review): make jemalloc/tcmalloc work.
Greg Farnum
08:21 PM RADOS Bug #39304 (Pending Backport): short pg log+nautilus-p2p-stress-split: "Error: finished tid 3 whe...
David Zafman
08:09 PM RADOS Bug #39304 (Resolved): short pg log+nautilus-p2p-stress-split: "Error: finished tid 3 when last_a...
David Zafman
08:08 PM RADOS Bug #39582 (Pending Backport): Binary data in OSD log from "CRC header" message
David Zafman
07:01 PM CephFS Bug #39704: When running multiple filesystems, directories do not fragment
Patrick Donnelly wrote:
> This is with Nautilus v14.2.1? Can you bump up debugging on the MDS during the event and s...
Nathan Fish
01:55 PM CephFS Bug #39704 (Need More Info): When running multiple filesystems, directories do not fragment
This is with Nautilus v14.2.1? Can you bump up debugging on the MDS during the event and share the log? Patrick Donnelly
05:48 PM Linux kernel client Bug #39010: Hang with read-only RBD
We've made some patches in the kernel for these issues but have decided to use device mapper as an extra layer on top... Cliff Pajaro
05:30 PM Revision f5a93d68 (ceph): librbd: drop data oid parameter from IO path
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
05:30 PM Revision cac640c5 (ceph): librbd: switch to lightweight striper for hot IO path
Optimize non-complex IO requests using the new lightweight object
striper that avoids heap allocations for small requ...
Jason Dillaman
05:30 PM Revision a786cfd0 (ceph): librbd: avoid bl manipulation on single object read/writes
If a read or write only spans a single object and buffer extent,
there isn't any need to build a new bufferlist from ...
Jason Dillaman
05:13 PM rgw Backport #39411 (In Progress): mimic: inefficient unordered bucket listing
Casey Bodley
05:11 PM Revision de3e851c (ceph): rgw: cls_bucket_list_unordered lists a single shard
CLSRGWIssueBucketList sends the request to every shard, but this loop
intended to list only the current_shard
Fixes:...
Casey Bodley
05:07 PM Revision 58bbb87c (ceph): osdc/Striper: implemented a lightweight version of StripedReadResult
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
05:07 PM Revision 10bebfca (ceph): librbd: helper method to generate data object OIDs on-demand
The new generator avoids multiple string length and copy operations
that are currently required in the Striper.
Sign...
Jason Dillaman
04:38 PM Revision a3448eda (ceph): osdc/Striper: implemented a lightweight version of file_to_extents
The previous versions of file_to_extents resulted in numerous heap
allocations for maps, vectors, and strings -- in a...
Jason Dillaman
04:38 PM Revision cc7ec3e1 (ceph): common/Finisher: avoid memory re-allocations for finisher queue
Since there is only a single thread associated with the Finisher,
swap between two queues to avoid the need to re-all...
Jason Dillaman
04:15 PM Revision 99826fbe (ceph): Merge pull request #27999 from trociny/wip-rbd-sparse_copyup
librbd: clone copy-on-write operations should preserve sparseness
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:02 PM Revision bd8f8766 (ceph): crimson/osd: add pgnls support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:02 PM Revision ee796ade (ceph): crimson/osd: add preliminary delete support
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:02 PM Revision 9813f7d6 (ceph): crimson/osd: add crimson_debug_pg_always_active option
before crimson is able to peer, we should leave this option ON.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:00 PM Revision 5a79b4c8 (ceph): Merge pull request #28071 from tchaikov/wip-crimson-perf-regres
crimson,osd: performance fixes
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
03:57 PM Revision 8889b147 (ceph): crimson, common: RefCountedObj doesn't use atomics in SeaStar builds.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
03:28 PM Stable releases Tasks #39718 (Resolved): v13.2.6 Mimic
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Abhishek Lekshmanan
03:27 PM Stable releases Tasks #39100 (Resolved): Luminous v12.2.12
Abhishek Lekshmanan
03:23 PM Revision 5cb96ae9 (ceph): cls/rgw: expose cls_rgw_bucket_list_op for single shard
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit cd1fc96c5ca5254eb8343509b11a59514d62e532)...
Casey Bodley
03:12 PM Dashboard Bug #39580 (Fix Under Review): mgr/dashboard: Optimize the calculation of portal IPs
Ricardo Marques
02:52 PM Dashboard Bug #39580 (In Progress): mgr/dashboard: Optimize the calculation of portal IPs
Ricardo Marques
03:08 PM Dashboard Bug #38800: mgr/dashboard: User list does not load
In my case the problem is that it fails while requesting RGW user infos with the following parameters (the URL looks ... Volker Theile
03:00 PM Dashboard Bug #38800: mgr/dashboard: User list does not load
Laura Paduano
10:57 AM Dashboard Bug #38800: mgr/dashboard: User list does not load
Laura Paduano wrote:
> Joao Aguiar wrote:
> > Lenz Grimmer wrote:
> > > Is this still reproducable?
> >
> > Yes...
Joao Aguiar
10:53 AM Dashboard Bug #38800: mgr/dashboard: User list does not load
Joao Aguiar wrote:
> Lenz Grimmer wrote:
> > Is this still reproducable?
>
> Yes the problem still persist in ou...
Laura Paduano
03:06 PM Revision 6f3f8f15 (ceph): mgr/dashboard: Improve NFS Pseudo pattern message
Fixes: http://tracker.ceph.com/issues/39327
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
02:59 PM CephFS Bug #39705: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.400554 vs 2019-05-09...
... Zheng Yan
12:34 PM CephFS Bug #39705: qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.400554 vs 2019-05-09...
Patrick Donnelly wrote:
> [...]
>
> From: /ceph/teuthology-archive/nojha-2019-05-09_22:58:42-fs:basic_workload-wi...
David Disseldorp
02:56 PM Revision a055f963 (ceph): mgr/dashboard: Add multi root support in CRUSH map
Fixes: http://tracker.ceph.com/issues/39647
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
02:03 PM rgw Bug #39038 (Pending Backport): beast: multiple v4 and v6 endpoints with the same port will cause ...
Casey Bodley
02:02 PM Revision 782be351 (ceph): Merge pull request #27270 from theanalyst/beast-fe-ipv6
rgw: normalize v6 endpoint behaviour for the beast frontend
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Review...
Casey Bodley
01:50 PM CephFS Bug #39511 (Need More Info): Cannot remove CephFS snapshot with leading underscore (_)
This looks like you're deleting a snapshot name in a child directory which was not the original directory where the s... Patrick Donnelly
01:47 PM CephFS Bug #39510 (Fix Under Review): test_volume_client: test_put_object_versioned is unreliable
Patrick Donnelly
01:47 PM Dashboard Feature #38211 (Fix Under Review): mgr/dashboard: Add custom dialogue for configuring PG scrub pa...
Patrick Seidensal
01:44 PM CephFS Bug #39395: ceph: ceph fs auth fails
src/mon/AuthMonitor.cc src/mds/MDSMonitor.cc Patrick Donnelly
01:42 PM CephFS Bug #39329 (Won't Fix): ceph fs set <xxxxx> min_compat_client <yyyy> DOES NOT warn about connecte...
Patrick Donnelly
01:10 PM Revision cfa2c5fb (ceph): Merge pull request #26281 from smithfarm/wip-git-describe-long
make-dist: set version number only once
Reviewed-by: Tim Serong <tserong@suse.com>
Nathan Cutler
01:09 PM rgw Bug #39635 (Pending Backport): multisite: mismatch of bucket creation times from List Buckets
Casey Bodley
01:09 PM Revision d39f6a50 (ceph): Merge pull request #28045 from cbodley/wip-39635
cls/user: cls_user_set_buckets_info overwrites creation_time
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Casey Bodley
01:08 PM rgw Bug #39495 (Pending Backport): rgw: swift object expiry fails when a bucket reshards
Casey Bodley
01:07 PM rgw Bug #24991 (Pending Backport): Add support for --bypass-gc flag of radosgw-admin bucket rm comman...
Casey Bodley
01:07 PM Revision f1f223d1 (ceph): Merge pull request #27980 from cbodley/wip-24991
rgw: delete_obj_index() takes mtime for bilog
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Casey Bodley
01:05 PM rgw Feature #39637 (Pending Backport): rgw: allow radosgw-admin bucket list to use the --allow-unorde...
Casey Bodley
01:05 PM Revision cd236e7a (ceph): Merge pull request #28031 from ivancich/wip-rgw-admin-unordered
rgw: allow radosgw-admin to list bucket w --allow-unordered
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-...
Casey Bodley
12:54 PM rgw Bug #39380 (Pending Backport): On rook master branch s3cmd make bucket returns error InvalidLocat...
Casey Bodley
12:53 PM Revision b59fcb0c (ceph): Merge pull request #27676 from mkogan1/wip-rgw-39380
rgw: fix default_placement containing "/" when storage_class is standard
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
12:51 PM Revision 1ad2cb77 (ceph): Merge pull request #27984 from cbodley/wip-test-rgw-multisite-sh
test/rgw: fix test-rgw-multisite.sh script for creating multisite clusters
Reviewed-by: Shilpa Jagannath <smanjara@r...
Casey Bodley
12:42 PM Revision e8da9e1e (ceph): Merge pull request #27807 from cyb70289/utf8-encode
common: optimize encode_utf8
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:34 PM Revision 2136530d (ceph): cephfs-shell: Remove whitespace after '('
This patch fixes flake8 whitespace error.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Varsha Rao <va...
Varsha Rao
12:34 PM Revision 20c31ea2 (ceph): cephfs-shell: Remove unused 'flag' variable
This patch fixes flake8 unused local variable error.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Var...
Varsha Rao
12:33 PM Revision c7d217c2 (ceph): cephfs-shell: Fix flake8 invalid escape sequence warning
Backslash-character pair is not a valid escape sequence, since Python 3.6
version. Prefixing character 'r' to the esc...
Varsha Rao
12:33 PM Revision f322affd (ceph): cephfs-shell: Remove unnecessary empty lines
This patch fixes flake8 too many blank lines error.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Vars...
Varsha Rao
12:33 PM Revision e6b6cf4b (ceph): cephfs-shell: Fix flake8 bare 'except' warnings
Instead of bare 'except', catch just libcephfs exceptions.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-b...
Varsha Rao
12:30 PM CephFS Cleanup #39717 (Resolved): cephfs-shell: Fix flake8 warnings and errors
Flake8 generates following warning and errors:
* E722 do not use bare 'except'
* E303 too many blank lines
* W605 ...
Varsha Rao
12:25 PM rbd Bug #39521 (Pending Backport): Fast-diff can be disabled w/o disabling object-map
Mykola Golub
12:25 PM rbd Bug #39656 (Pending Backport): [test] devstack is broken (again)
Mykola Golub
12:25 PM Revision 76e4f2ce (ceph): Merge pull request #28051 from dillaman/wip-39521
librbd: fix issues with object-map/fast-diff feature interlock
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:24 PM Revision b2c799e7 (ceph): Merge pull request #28063 from dillaman/wip-39656
qa/workunits/rbd: use https protocol for devstack git operations
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:02 PM Revision 427c8656 (ceph): cls/rgw: raise debug level of bi_log_iterate_entries output
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 9c8a207cef8792fc5a467b27b500153eef455c04)
Casey Bodley
12:00 PM Revision 00a3f291 (ceph): cls/rgw: raise debug level of bi_log_iterate_entries output
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 9c8a207cef8792fc5a467b27b500153eef455c04)
Casey Bodley
11:34 AM Revision 16aacb8a (ceph): rgw: cr_rest: allow a error type for wait with bufferlists
This is the version that will not apply json decoding if the type is a
bufferlist
Signed-off-by: Abhishek Lekshmanan...
Abhishek Lekshmanan
10:52 AM Dashboard Feature #39451 (Fix Under Review): mgr/dashboard: Interlock `fast-diff` and `object-map`
Patrick Seidensal
10:30 AM Dashboard Bug #39709 (Fix Under Review): mgr/dashboard: "local variable 'cluster_id' referenced before assi...
Sebastian Wagner
10:26 AM Revision bc340c40 (ceph): scripts/kubejacker: Fix mgr_plugins target for centos
Also use the latest master as default FROM
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
10:07 AM CephFS Bug #38520 (Resolved): qa: fsstress with valgrind may timeout
Nathan Cutler
10:07 AM CephFS Backport #38540 (Resolved): mimic: qa: fsstress with valgrind may timeout
Nathan Cutler
10:06 AM CephFS Backport #39469 (Resolved): mimic: There is no punctuation mark or blank between tid and client_...
Nathan Cutler
10:06 AM CephFS Backport #38736 (Resolved): mimic: qa: "[WRN] Health check failed: 1/3 mons down, quorum b,c (MON...
Nathan Cutler
10:05 AM CephFS Backport #39193 (Resolved): mimic: mds: crash during mds restart
Nathan Cutler
10:04 AM CephFS Backport #39200 (Resolved): mimic: mds: we encountered "No space left on device" when moving huge...
Nathan Cutler
09:53 AM Dashboard Bug #39586 (Fix Under Review): dashboard: orchestrator mgr modules assert failure on iscsi servic...
Sebastian Wagner
09:40 AM CephFS Bug #39715 (Resolved): client: optimize rename operation under different quota root
We had many source directories with more than ten millions files. It took very long time to move one such directory t... Zhi Zhang
09:24 AM Dashboard Bug #39609 (Pending Backport): mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rbd.pyx`
Ricardo Marques
06:08 AM Dashboard Bug #39714 (Resolved): mgr/dashboard: Pool read/write OPS shows too many decimal places
!d67824d82b3ea3f630264b044ecbbe50.png! Patrick Seidensal
03:37 AM Bug #39713 (New): "Ceph -s" execution consumes too much time
ceph version: 14.2.0 update from luminous
## strace -c ceph -s...
Lei Liu
03:31 AM RADOS Bug #39665: kstore: memory may leak on KStore::_do_read_stripe
https://github.com/ceph/ceph/pull/28056 Shanchun Lv
03:00 AM Revision 35c747c9 (ceph): doc: fixed broken links in nautilus release page
Fixes: https://tracker.ceph.com/issues/39712
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
James McClune
02:48 AM Documentation #39712 (Resolved): doc: broken links on nautilus release notes page
When looking through the Nautilus release notes, I found three links that result in 404 error.
See: http://docs.ce...
James McClune
02:34 AM rgw Backport #39229 (In Progress): mimic: rgw_file: can't retrieve etag of empty object written throu...
https://github.com/ceph/ceph/pull/28073 Prashant D
02:27 AM RADOS Backport #39421 (In Progress): nautilus: Don't mark removed osds in when running "ceph osd in any...
https://github.com/ceph/ceph/pull/28072 Prashant D
12:03 AM Revision b9c614e8 (ceph): rgw_file: save etag and acl info in setattr
Fixes: https://tracker.ceph.com/issues/38327
Signed-off-by: Tao Chen <chentao@umcloud.com>
(cherry picked from commit...
taoCH

05/12/2019

11:28 PM Revision a5d72da7 (ceph): osd/OSDMap: Replace get_out_osds with get_out_existing_osds
Fixes: http://tracker.ceph.com/issues/39154
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from co...
Brad Hubbard
02:41 PM Revision a09a4f34 (ceph): cmake: define BOOST_SP_DISABLE_THREADS for crimson
because we are single-threaded
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:40 PM Revision 0291178e (ceph): osd/osd_internal_types: bring moving semantics to ObjectState.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:40 PM Revision d2b49dae (ceph): crimson/osd: simplify write handling in PG::do_osd_ops.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
01:59 PM Messengers Bug #39711 (Duplicate): "unable to find any IPv4 address in networks <ipv6-network>" after upgrad...
After upgrading our OSDs to Nautilus they refused to start logging... Thore K
08:03 AM Revision 750e61ac (ceph): librbd: clone copy-on-write operations should preserve sparseness
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
06:32 AM Dashboard Bug #38428: mgr/dashboard: dashboard giving 401 unauthorized
added comment here https://github.com/ceph/ceph/pull/27098 ..
the timezone fix from above breaks the login I was fo...
david sielert
12:24 AM RADOS Bug #24974: Segmentation fault in tcmalloc::ThreadCache::ReleaseToCentralCache()
dzafman-2019-05-09_20:06:24-rados-wip-zafman-testing-distro-basic-smithi/3943901... David Zafman

05/11/2019

10:44 PM Dashboard Bug #38428: mgr/dashboard: dashboard giving 401 unauthorized
+1 I have this same problem, upgrade from mimic , unable to login to dashboard david sielert
04:21 PM CephFS Backport #38540: mimic: qa: fsstress with valgrind may timeout
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27432
merged
Yuri Weinstein
04:21 PM Revision 06c9c807 (ceph): Merge pull request #27432 from smithfarm/wip-38540-mimic
mimic: qa: fsstress with valgrind may timeout
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:20 PM CephFS Backport #39469: mimic: There is no punctuation mark or blank between tid and client_id in the o...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27847
merged
Yuri Weinstein
04:20 PM Revision ffa90479 (ceph): Merge pull request #27847 from ashishkumsingh/wip-39469-mimic
mimic : s: better output of 'ceph health detail'
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:20 PM CephFS Backport #38736: mimic: qa: "[WRN] Health check failed: 1/3 mons down, quorum b,c (MON_DOWN) in c...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27906
merged
Yuri Weinstein
04:20 PM Revision dde818f8 (ceph): Merge pull request #27906 from smithfarm/wip-38736-mimic
mimic: qa: [WRN] Health check failed: 1/3 mons down, quorum b,c (MON_DOWN) in cluster log
Reviewed-by: Venky Shankar...
Yuri Weinstein
04:19 PM CephFS Backport #39193: mimic: mds: crash during mds restart
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27916
merged
Yuri Weinstein
04:19 PM Revision 2c117fb9 (ceph): Merge pull request #27916 from pdvian/wip-39193-mimic
mimic: mds: drop reconnect message from non-existent session
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
04:19 PM CephFS Backport #39200: mimic: mds: we encountered "No space left on device" when moving huge number of ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27917
merged
Yuri Weinstein
04:18 PM Revision 76ec32f9 (ceph): Merge pull request #27917 from pdvian/wip-39200-mimic
mimic: mds/server: check directory split after rename.
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein
03:43 PM RADOS Backport #39205: nautilus: osd: leaked pg refs on shutdown
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27803
merged
Yuri Weinstein
03:43 PM Revision 8e188313 (ceph): Merge pull request #27803 from pdvian/wip-39205-nautilus
nautilus: osd: shutdown recovery_request_timer earlier
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
02:12 PM rbd Bug #39703: 'qemu-img' seg faults on rbd_close under CentOS 7.5
https://bugzilla.redhat.com/show_bug.cgi?id=1569391 Jason Dillaman
01:21 PM rbd Bug #39703: 'qemu-img' seg faults on rbd_close under CentOS 7.5
... actually, it's coming from the built-in C++17 'std::allocator' which can perform optional aligned allocations via... Jason Dillaman
01:37 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
We may not need this after all. The kernel client at least doesn't care a lot about the inode number. We can do prett... Jeff Layton
01:27 PM Linux kernel client Bug #39571 (Resolved): xfstest generic/452 exposes inode refcount leak
Jeff Layton
01:10 PM Revision ce1df3ce (ceph): Merge pull request #27870 from theanalyst/rgw-objexp-fixes-cli
rgw: object expirer fixes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: J. Eric Ivancich <ivancich@red...
J. Eric Ivancich
07:53 AM rbd Bug #39710 (New): [exclusive lock] An image got more than one lock owners at the same time
With ceph mimic 13.2.5, I wrote a simple program to test the librbd exclusive lock feature relating APIs(i.e. lock_ac... yu feng
07:03 AM Dashboard Bug #39709 (Resolved): mgr/dashboard: "local variable 'cluster_id' referenced before assignment" ...
Dashboard NFS throw error when it try to get ganesha daemon list
File *mgr/dashboard/controllers/nfsganesha.py* *l...
Nur Faizin
04:29 AM Dashboard Bug #39708 (New): mgr/dashboard: Test stall in mgr/dashboard/tests/test_task.py
test_task_idempotent stalls indefinitely if tests are run on a relatively busy system. I tried to figure out why exac... Vladimir Bashkirtsev
01:37 AM Revision 93ba1a31 (ceph): Merge pull request #27926 from tchaikov/wip-38627
pybind/mgr: convert str to int using "int()"
Reviewed-by: Noah Watkins <noahwatkins@gmail.com>
Kefu Chai
12:41 AM Revision 624d1172 (ceph): Merge pull request #27914 from dzafman/wip-39304
osd: Include dups in copy_after() and copy_up_to()
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha O...
David Zafman

05/10/2019

11:53 PM mgr Bug #39662 (Fix Under Review): ceph-mgr should log an error if it can't find any modules to load
Tim Serong
04:49 AM mgr Bug #39662 (Resolved): ceph-mgr should log an error if it can't find any modules to load
I had a downstream SUSE build of ceph-14.1.0, which was showing "7 mgr modules have failed" in `ceph status`, and `ce... Tim Serong
11:15 PM rbd Bug #39703: 'qemu-img' seg faults on rbd_close under CentOS 7.5
It's due to boost's use of 'aligned_alloc' which is not available in the gperftools (tcmalloc) available on RHEL/Cent... Jason Dillaman
02:54 PM rbd Bug #39703 (Resolved): 'qemu-img' seg faults on rbd_close under CentOS 7.5
... Jason Dillaman
11:06 PM rbd Bug #39707 (Duplicate): sigabrt in rbd_close via dashboard
See #39703 Jason Dillaman
09:25 PM rbd Bug #39707 (Duplicate): sigabrt in rbd_close via dashboard
... Sage Weil
10:46 PM Revision 09fb7a5a (ceph): Merge pull request #27961 from dzafman/wip-39582
osd: Output Base64 encoding of CRC header if binary data present
Reviewed-by: Kefu Chai <kchai@redhat.com>
David Zafman
10:31 PM Revision 7959159e (ceph): test: Adding standalone test of log copy handling
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
10:31 PM Revision a008bd8c (ceph): test: unittest_pglog: Remove irrelevant config values
osd_min_pg_log_entries and osd_max_pg_log_entries are not involved
in the log handling code being tested.
Signed-off...
David Zafman
10:31 PM Revision d0d244d2 (ceph): test: unittest_pglog: Additional test cases for trim, copy_up_to and co...
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
10:31 PM Revision f526c6d5 (ceph): osd: Fix merge_log_dups() not remove dup corresponding to log.tail
The log tail is not inclusive of the log, so not an overlap
Fix unittest_pglog to verify proper operation
Signed-off...
David Zafman
09:29 PM Revision 62e241e4 (ceph): Merge PR #27782 into master
* refs/pull/27782/head:
os/bluestore: protect BlueFS::FileReader::buf
os/bluestore: log 'buffered' in KernelDevice:...
Sage Weil
09:27 PM mgr Bug #39644: mgr/zabbix: ERROR: test_zabbix (tasks.mgr.test_module_selftest.TestModuleSelftest)
/a/sage-2019-05-10_17:46:31-rados-wip-sage-testing-2019-05-10-0936-distro-basic-smithi/3946959 Sage Weil
08:51 PM mgr Bug #39644 (Fix Under Review): mgr/zabbix: ERROR: test_zabbix (tasks.mgr.test_module_selftest.Tes...
Nathan Cutler
12:43 PM mgr Bug #39644: mgr/zabbix: ERROR: test_zabbix (tasks.mgr.test_module_selftest.TestModuleSelftest)
Placed "PR":https://github.com/ceph/ceph/pull/28058 to cover this Dmitriy Rabotyagov
10:59 AM mgr Bug #39644: mgr/zabbix: ERROR: test_zabbix (tasks.mgr.test_module_selftest.TestModuleSelftest)
Just to update topic - working on issue, will place PR soon. Dmitriy Rabotyagov
09:27 PM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
The bucket was created on 2017-01-26 while the cluster was running the 0.94.3 (Hammer) release. Also the cluster has... Bryan Stillwell
09:22 PM Revision 5229e1ec (ceph): Merge PR #27928 into master
* refs/pull/27928/head:
mon/OSDMonitor: require nautilus to set pg_autoscale_mode
mon/OSDMonitor: allow pg_num to i...
Sage Weil
09:22 PM RADOS Bug #39484 (Pending Backport): mon: "FAILED assert(pending_finishers.empty())" when paxos restart
Sage Weil
09:21 PM Revision 4982bd58 (ceph): Merge PR #27877 into master
* refs/pull/27877/head:
mon: paxos: introduce new reset_pending_committing_finishers for safety
Reviewed-by: Kefu C...
Sage Weil
09:18 PM rgw Backport #39615 (In Progress): luminous: civetweb frontend: response is buffered in memory if con...
Nathan Cutler
09:16 PM rgw Backport #39615 (Need More Info): luminous: civetweb frontend: response is buffered in memory if ...
Hoping Casey will take on this non-trivial rgw backport, or re-assign it as appropriate. Nathan Cutler
09:17 PM Revision 19e68749 (ceph): rgw: use chunked encoding to get partial results out faster
Some operations can take a long time to have their complete result.
If a RGW operation does not set a content-length...
Robin H. Johnson
09:15 PM rgw Backport #39614 (Resolved): mimic: civetweb frontend: response is buffered in memory if content l...
Nathan Cutler
03:30 PM rgw Backport #39614: mimic: civetweb frontend: response is buffered in memory if content length is no...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/28014
merged
Yuri Weinstein
09:14 PM mgr Bug #38157 (Resolved): progress: KeyError on pg_to_state[pg_str]['stat_sum']['num_bytes_recovered']
Nathan Cutler
09:14 PM mgr Backport #39344 (Resolved): nautilus: progress: KeyError on pg_to_state[pg_str]['stat_sum']['num_...
Nathan Cutler
03:20 PM mgr Backport #39344: nautilus: progress: KeyError on pg_to_state[pg_str]['stat_sum']['num_bytes_recov...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27608
merged
Yuri Weinstein
09:13 PM RADOS Backport #38881 (Resolved): nautilus: ENOENT in collection_move_rename on EC backfill target
Nathan Cutler
03:19 PM RADOS Backport #38881: nautilus: ENOENT in collection_move_rename on EC backfill target
Neha Ojha wrote:
> https://github.com/ceph/ceph/pull/27654
merged
Yuri Weinstein
09:12 PM RADOS Backport #39504 (Resolved): nautilus: Give recovery for inactive PGs a higher priority
Nathan Cutler
03:18 PM RADOS Backport #39504: nautilus: Give recovery for inactive PGs a higher priority
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27854
merged
Yuri Weinstein
09:11 PM Bug #39235 (Resolved): mgr/ActivePyModules: handle_command may keep lock locked if module not ava...
Nathan Cutler
09:09 PM Messengers Backport #39465 (Resolved): nautilus: print client IP in default debug_ms log level when "bad crc...
Nathan Cutler
03:18 PM Messengers Backport #39465: nautilus: print client IP in default debug_ms log level when "bad crc in {front|...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27857
merged
Yuri Weinstein
09:08 PM Backport #39308 (Resolved): nautilus: mgr/ActivePyModules: handle_command may keep lock locked if...
Nathan Cutler
03:17 PM Backport #39308: nautilus: mgr/ActivePyModules: handle_command may keep lock locked if module not...
Prashant D wrote:
> https://github.com/ceph/ceph/pull/27939
merged
Yuri Weinstein
09:02 PM mgr Bug #38626: pg_autoscaler is not Python 3 compatible
Sebastian Wagner wrote:
> The other PR is https://github.com/ceph/ceph/pull/27154
And here's another: https://git...
Nathan Cutler
02:47 PM mgr Bug #38626: pg_autoscaler is not Python 3 compatible
The other PR is https://github.com/ceph/ceph/pull/27154 Sebastian Wagner
08:36 PM rgw Bug #39706 (Fix Under Review): rgw:hadoop-s3a suite failing with more ansible errors
Casey Bodley
08:35 PM rgw Bug #39706 (Resolved): rgw:hadoop-s3a suite failing with more ansible errors
example: http://qa-proxy.ceph.com/teuthology/amaredia-2019-05-02_15:30:09-rgw-master-distro-basic-smithi/3918581/teut... Casey Bodley
07:45 PM Revision 0483c1c3 (ceph): qa/tasks/ceph.conf: do not warn on TOO_FEW_OSDS
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:45 PM Revision 3b74fbc9 (ceph): mon/PGMap: enable/disable TOO_FEW_OSDS warning with an option
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:06 PM Revision 567f911c (ceph): Merge pull request #28065 from yuriw/wip-yuriw-fix-distros-nautilus
qa/tests: cleaned up supported distro for nautilus Yuri Weinstein
06:48 PM Revision de5c5d84 (ceph): Merge pull request #21722 from mslovy/wip-parial-recovery
osd: partial recovery strategy based on PGLog
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <...
Neha Ojha
06:37 PM Revision d3623013 (ceph): Merge pull request #28060 from ceph/wip-bz1666822
ceph-volume: use the Device.rotational property instead of sys_api
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
06:32 PM CephFS Bug #39705 (Resolved): qa: Expected: (btime) < (new_btime), actual: 2019-05-09 23:33:09.400554 vs...
... Patrick Donnelly
05:46 PM Dashboard Bug #38428: mgr/dashboard: dashboard giving 401 unauthorized
That patch is already applied in 14.2.1, and I have reset passwords many times already.
It looks like in my case i...
Darrell Enns
04:35 PM Dashboard Bug #38428: mgr/dashboard: dashboard giving 401 unauthorized
Can you please try the following:
# Manually apply the change posted at https://github.com/ceph/ceph/pull/27942/fi...
Lenz Grimmer
05:32 PM RADOS Bug #38345: mon: segv in MonOpRequest::~MonOpRequest OpHistory::cleanup
/a/nojha-2019-05-10_00:33:57-upgrade-wip-parial-recovery-2019-05-09-distro-basic-smithi/3943156/ Neha Ojha
05:01 PM bluestore Bug #39618: Runaway memory usage on Bluestore OSD
Attaching an image showing memory consumption between Nautilus and Luminous on identical hardware and indentical conf... Richard Hesse
04:55 PM Dashboard Bug #39650: mgr/dashboard: Pool graph/sparkline points do not display the correct values
I think the key point is that the values "Read bytes" and "Write bytes" are simple incrementing counters that display... Lenz Grimmer
04:38 PM Revision ba7740c4 (ceph): Merge pull request #28066 from yuriw/wip-yuriw-clients-upgrades-luminou...
qa/tests: renamed suite to clients-upgrades-luminous-nautilus to be c… Yuri Weinstein
04:19 PM Revision 9cbc14df (ceph): qa/tests: renamed suite to clients-upgrades-luminous-nautilus to be con...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:10 PM Revision 2526cc6e (ceph): qa/tests: cleaned up supported disto for nautilus
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:04 PM Revision f1db0a86 (ceph): ceph-volume: skip missing interpreters when running tox tests
This will skip tests for versions of python that don't exist on the node
that's running the tests.
Signed-off-by: An...
Andrew Schoen
03:41 PM Revision 8ebff475 (ceph): ceph-volume: use the Device.rotational property instead of sys_api
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1666822
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
03:37 PM rgw Backport #39684 (In Progress): nautilus: rgw: cloud sync module fails to sync multipart objects
Abhishek Lekshmanan
10:57 AM rgw Backport #39684 (Resolved): nautilus: rgw: cloud sync module fails to sync multipart objects
https://github.com/ceph/ceph/pull/28064 Nathan Cutler
03:30 PM Revision 482c1342 (ceph): rgw: rest_conn: wait bl takes an optional error template
This allows for functions that require a bufferlist but might have a json error
response to take this path. Also drop...
Abhishek Lekshmanan
03:30 PM Revision 0746c138 (ceph): Merge pull request #28014 from cbodley/wip-39614
mimic: rgw: use chunked encoding to get partial results out faster
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
03:28 PM Revision 0d1d9d98 (ceph): rgw: rest_conn: parse_json bails on failed parsing
Currently the json parser parsing errors get ignored while we check the value as
integer reading from a bool. This ca...
Abhishek Lekshmanan
03:21 PM CephFS Bug #39704 (Won't Fix): When running multiple filesystems, directories do not fragment
Nautilus, Ubuntu 18.04.2, HWE kernel 4.18.0-18-generic.
I have created multiple ceph filesystems:
root@mc-3015-20...
Nathan Fish
03:20 PM Revision 4e18a908 (ceph): Merge pull request #27608 from liewegas/wip-38157-nautilus
nautilus: mgr/progress: behave if pgs disappear (due to a racing pg merge)
Reviewed-by: Tim Serong <tserong@suse.com...
Yuri Weinstein
03:19 PM Revision 16108ce2 (ceph): Merge pull request #27654 from neha-ojha/wip-38881-nautilus
nautilus: osd/PG: skip rollforward when !transaction_applied during append_log()
Reviewed-by: xie xingguo <xie.xingg...
Yuri Weinstein
03:18 PM Revision 119645fb (ceph): Merge pull request #27854 from smithfarm/wip-39504-nautilus
nautilus: core: Give recovery for inactive PGs a higher priority
Reviewed-by: David Zafman <dzafman@redhat.com>
Yuri Weinstein
03:18 PM Revision bd52fa01 (ceph): Merge pull request #27857 from ashishkumsingh/wip-39465-nautilus
nautilus: msg: output peer address when detecting bad CRCs
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Yuri Weinstein
03:17 PM Revision 717a7612 (ceph): Merge pull request #27939 from pdvian/wip-39308-nautilus
nautilus: mgr/ActivePyModules: handle_command - fix broken lock
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Yuri Weinstein
03:11 PM rbd Bug #39656 (Fix Under Review): [test] devstack is broken (again)
Jason Dillaman
03:09 PM Revision fb4f9a8a (ceph): qa/workunits/rbd: use https protocol for devstack git operations
Fixes: http://tracker.ceph.com/issues/39656
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:53 PM mgr Backport #38982 (In Progress): nautilus: pg_autoscaler is not Python 3 compatible
Sebastian Wagner
02:41 PM mgr Backport #38982: nautilus: pg_autoscaler is not Python 3 compatible
-https://github.com/ceph/ceph/pull/28061- Jan Fajerski
02:48 PM Dashboard Backport #39664 (In Progress): nautilus: mgr/dashboard: incorrect help message for minimum blob size
Kiefer Chang
07:54 AM Dashboard Backport #39664 (Resolved): nautilus: mgr/dashboard: incorrect help message for minimum blob size
https://github.com/ceph/ceph/pull/28062 Kiefer Chang
02:37 PM rgw Bug #39654: rgw: Put LC doesn't clear existing lifecycle
Thanks, I'll add it to the backport.
Matt
Matt Benjamin
01:26 PM rgw Bug #39654: rgw: Put LC doesn't clear existing lifecycle
Actually this came up as a part of hte nautilus refactor of LC code, the previous code was actually in rgw_op https:/... Abhishek Lekshmanan
01:17 PM rgw Bug #39654: rgw: Put LC doesn't clear existing lifecycle
Don't we need this fix on mimic/luminous? Casey Bodley
01:07 PM rgw Bug #39654: rgw: Put LC doesn't clear existing lifecycle
s3tests for backport in https://github.com/ceph/s3-tests/pull/275 Casey Bodley
02:31 PM Revision 7e7134aa (ceph): mon/OSDMonitor: allow pg_num to increase when require_osd_release < N
Setting pg_num_target has no effect when we encode our OSDMap with mimic
or luminous features. Fall back to the pre-...
Sage Weil
02:31 PM Revision d2c591a1 (ceph): mon/OSDMonitor: require nautilus to set pg_autoscale_mode
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:29 PM Revision 29f60cf7 (ceph): mgr/dashboard: fix help message for minimum blob size in pool form
A value less than maximum blob size is required.
Fixes: http://tracker.ceph.com/issues/39624
Signed-off-by: Kiefer C...
Kiefer Chang
02:17 PM Dashboard Cleanup #39702 (Resolved): mgr/dashboard: OSD custom action button removal
Currently the OSD page uses a custom action button dropdown, which is nearly a clone of the table actions button comp... Stephan Müller
02:16 PM Revision 07c2f967 (ceph): ceph-volume: use the Device.rotational property instead of sys_api
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1666822
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
02:07 PM Revision f345fe3f (ceph): mgr/dashboard: Optimize target edition when a portal is removed
Fixes: https://tracker.ceph.com/issues/38794
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
02:02 PM Revision 07be7528 (ceph): ceph-volume: use the Device.rotational property instead of sys_api
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1666822
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
01:48 PM Bug #39556: npm problem causes "make-dist" to fail when directory contains colon character
Is this something worthwhile reporting to the npm maintainers? Or maybe it's a known limitation? Lenz Grimmer
01:47 PM Dashboard Bug #39653: mgr/dashboard: Error cloning RBD image without 'layering' feature enabled
As discussed in the backlog grooming call today, the frontend should check if the layering feature is enabled and dis... Lenz Grimmer
01:45 PM Dashboard Bug #39297: mgr/dashboard: Logs provided by the API should provide timestamps in UTC in ISO 8601 ...
Note that the backend-related changes are likely not being backported to Nautilus, as they break existing APIs. If we... Lenz Grimmer
01:33 PM Revision 6be05bb9 (ceph): Merge pull request #27642 from LenzGr/nautilus-documentation
nautilus: doc: Backported dashboard documentation changes Ernesto Puerta
01:30 PM Dashboard Bug #38800: mgr/dashboard: User list does not load
Lenz Grimmer wrote:
> Is this still reproducable?
Yes the problem still persist in our system.
Joao Aguiar
01:27 PM Dashboard Bug #38800 (Need More Info): mgr/dashboard: User list does not load
Is this still reproducable? Lenz Grimmer
01:26 PM Dashboard Bug #39613 (In Progress): mgr/dashboard: misplaced objects not shown anymore
Alfonso Martínez
01:25 PM Dashboard Bug #39606 (Need More Info): Offline RGW isn't removed from the list of hosts
Lenz Grimmer
01:25 PM Dashboard Bug #39606: Offline RGW isn't removed from the list of hosts
What does "offline" mean in this context? Is the host down, was the RGW removed via Ceph commands? Lenz Grimmer
01:19 PM Dashboard Bug #25095 (Can't reproduce): mgr/dashboard: Error on health page for user with Pool-Manager role...
This is no longer reproducible in the new health page. Ricardo Marques
01:05 PM Revision 8107bc6a (ceph): Merge pull request #27795 from cbodley/wip-rgw-beast-async-body
rgw: beast frontend uses yield_context to read/write body
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewe...
Casey Bodley
12:39 PM Dashboard Feature #39701 (Resolved): mgr/dashboard: Update translation
Update the translations of the Ceph dashboard with all available languages on transifex. https://www.transifex.com/ce... Anonymous
12:33 PM RADOS Backport #39206 (Resolved): mimic: osd: leaked pg refs on shutdown
Nathan Cutler
12:33 PM Bug #38897 (Resolved): src/osd/OSDMap.cc: 4405: FAILED assert(osd_weight.count(i.first))
Nathan Cutler
12:33 PM Backport #38966 (Resolved): mimic: src/osd/OSDMap.cc: 4405: FAILED assert(osd_weight.count(i.first))
Nathan Cutler
12:23 PM RADOS Backport #39220 (Resolved): mimic: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_miss...
Nathan Cutler
12:23 PM RADOS Backport #38443 (Resolved): mimic: osd-markdown.sh can fail with CLI_DUP_COMMAND=1
Nathan Cutler
12:22 PM RADOS Backport #38879 (Resolved): mimic: ENOENT in collection_move_rename on EC backfill target
Nathan Cutler
12:15 PM rgw Bug #36233 (Resolved): when using nfs-ganesha to upload file, rgw es sync module get failed
Nathan Cutler
12:13 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
I'm having this issue on Nautilus (14.2.1) but there is no way OSDs can be full as I'm not using more than 6.8% raw s... Alex Cucu
11:00 AM RADOS Backport #39700 (Resolved): nautilus: [RFE] If the nodeep-scrub/noscrub flags are set in pools in...
https://github.com/ceph/ceph/pull/29991 Nathan Cutler
11:00 AM RADOS Backport #39699 (Resolved): nautilus: OSD down on snaptrim.
https://github.com/ceph/ceph/pull/28203 Nathan Cutler
11:00 AM RADOS Backport #39698 (Resolved): mimic: OSD down on snaptrim.
https://github.com/ceph/ceph/pull/28202 Nathan Cutler
10:59 AM rgw Backport #39697 (Resolved): mimic: rgw: success returned for put bucket versioning on a non exist...
https://github.com/ceph/ceph/pull/28422 Nathan Cutler
10:59 AM rgw Backport #39696 (Resolved): luminous: rgw: success returned for put bucket versioning on a non ex...
https://github.com/ceph/ceph/pull/31218 Nathan Cutler
10:59 AM mgr Backport #39695 (Resolved): nautilus: restful/api is not Python 3 compatible
https://github.com/ceph/ceph/pull/28291 Nathan Cutler
10:59 AM RADOS Backport #39694 (Rejected): luminous: _txc_add_transaction error (39) Directory not empty not han...
Nathan Cutler
10:59 AM RADOS Backport #39693 (Resolved): nautilus: _txc_add_transaction error (39) Directory not empty not han...
https://github.com/ceph/ceph/pull/29115 Nathan Cutler
10:58 AM RADOS Backport #39692 (Resolved): mimic: _txc_add_transaction error (39) Directory not empty not handle...
https://github.com/ceph/ceph/pull/29217 Nathan Cutler
10:58 AM CephFS Backport #39691 (Resolved): luminous: mds: error "No space left on device" when create a large n...
https://github.com/ceph/ceph/pull/29829 Nathan Cutler
10:58 AM CephFS Backport #39690 (Resolved): nautilus: mds: error "No space left on device" when create a large n...
https://github.com/ceph/ceph/pull/28394 Nathan Cutler
10:57 AM CephFS Backport #39689 (Resolved): mimic: mds: error "No space left on device" when create a large numb...
https://github.com/ceph/ceph/pull/28381 Nathan Cutler
10:57 AM Dashboard Backport #39688 (Rejected): nautilus: mgr/dashboard: Object Gateway menu E2E tab tests
Nathan Cutler
10:57 AM CephFS Backport #39687 (Rejected): luminous: ceph-fuse: client hang because its bad session PipeConnecti...
Nathan Cutler
10:57 AM CephFS Backport #39686 (Resolved): nautilus: ceph-fuse: client hang because its bad session PipeConnecti...
https://github.com/ceph/ceph/pull/28375 Nathan Cutler
10:57 AM CephFS Backport #39685 (Resolved): mimic: ceph-fuse: client hang because its bad session PipeConnection ...
https://github.com/ceph/ceph/pull/29200 Nathan Cutler
10:57 AM rgw Backport #39683 (Rejected): mimic: rgw: cloud sync module fails to sync multipart objects
Nathan Cutler
10:56 AM RADOS Backport #39682 (Resolved): nautilus: filestore pre-split may not split enough directories
https://github.com/ceph/ceph/pull/29988 Nathan Cutler
10:56 AM RADOS Backport #39681 (Rejected): luminous: filestore pre-split may not split enough directories
Nathan Cutler
10:56 AM CephFS Backport #39680 (Resolved): nautilus: pybind: add the lseek() function to pybind of cephfs
https://github.com/ceph/ceph/pull/28333 Nathan Cutler
10:56 AM CephFS Backport #39679 (Resolved): mimic: pybind: add the lseek() function to pybind of cephfs
https://github.com/ceph/ceph/pull/28337 Nathan Cutler
10:56 AM CephFS Backport #39678 (Resolved): nautilus: cephfs-shell: fix string decode for ls command
https://github.com/ceph/ceph/pull/28681 Nathan Cutler
10:56 AM rbd Backport #39677 (Rejected): nautilus: [test] qemu-iotests test case 005 fails due to msgr error m...
Nathan Cutler
10:56 AM rgw Backport #39676 (Resolved): nautilus: rgw: crypto: HMAC ctors cannot safely assert in (e.g.) FIPS...
https://github.com/ceph/ceph/pull/28309 Nathan Cutler
10:55 AM rbd Backport #39675 (Resolved): nautilus: [test] possible race condition in rbd-nbd disconnect
https://github.com/ceph/ceph/pull/28273 Nathan Cutler
10:55 AM rbd Backport #39674 (Resolved): mimic: [test] possible race condition in rbd-nbd disconnect
https://github.com/ceph/ceph/pull/28310 Nathan Cutler
10:55 AM rbd Backport #39673 (Resolved): luminous: [test] possible race condition in rbd-nbd disconnect
https://github.com/ceph/ceph/pull/30855 Nathan Cutler
10:55 AM bluestore Backport #39672 (Resolved): nautilus: os/bluestore: fix missing discard in BlueStore::_kv_sync_th...
https://github.com/ceph/ceph/pull/28258 Nathan Cutler
10:55 AM Backport #39671 (Resolved): nautilus: make cluster_network work well.
https://github.com/ceph/ceph/pull/28248 Nathan Cutler
10:55 AM CephFS Backport #39670 (Resolved): nautilus: mds: output lock state in format dump
https://github.com/ceph/ceph/pull/28233 Nathan Cutler
10:55 AM CephFS Backport #39669 (Resolved): mimic: mds: output lock state in format dump
https://github.com/ceph/ceph/pull/28274 Nathan Cutler
10:53 AM rgw Backport #37498 (Resolved): mimic: get or set rgw realm zonegroup zone should check user's caps f...
Nathan Cutler
10:44 AM Dashboard Subtask #39668 (In Progress): mgr/dashboard: REST API: improve query syntax: pagination, filterin...
This is a tracking issue (epic) for the following sub-features (proposal: https://pad.ceph.com/p/ceph-dashboard-pagin... Ernesto Puerta
10:41 AM Dashboard Subtask #39276 (Pending Backport): mgr/dashboard: Object Gateway menu E2E tab tests
Lenz Grimmer
10:41 AM Revision e7ad5ed6 (ceph): mgr/dashboard: Added Object Gateway menu tab tests (#27565)
mgr/dashboard: Added Object Gateway menu tab tests
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tatja...
Lenz Grimmer
09:27 AM Revision ae4f94c8 (ceph): Merge pull request #28042 from smithfarm/wip-doc-ceph-backport-sh
doc: improve ceph-backport.sh comment block
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Nathan Cutler
09:22 AM Dashboard Bug #39667 (New): mgr/dashboard: Optimize RBD list request on iSCSI form
iSCSI form is taking too long to open due to a request to the RBD images list that is then used to populate the "Imag... Ricardo Marques
08:51 AM mgr Bug #39666 (Resolved): mgr/zabbix: Typo in key name for PGs in backfill_wait state
The key being send is wait_backfill and not backfill_wait Wido den Hollander
08:29 AM RADOS Bug #39665 (Resolved): kstore: memory may leak on KStore::_do_read_stripe
On testing kstore, we found that memory leaks when execute read ops. The root cause is when execute read ops, the in-... Shanchun Lv
08:22 AM Revision 0b6c1218 (ceph): doc: improve ceph-backport.sh comment block
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
08:01 AM Revision c3ead45d (ceph): ceph.spec.in: package prometheus default alerts for SUSE
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
07:29 AM Revision 67a47951 (ceph): mgr/PyModuleRegistry: log error if we can't find any modules to load
Fixes: https://tracker.ceph.com/issues/39662
Signed-off-by: Tim Serong <tserong@suse.com>
Tim Serong
05:36 AM mgr Cleanup #39663 (New): tools: wheelhouse shows warning during build
... Jos Collin
04:02 AM RADOS Bug #39661: kstore: memory may leak on KStore::_do_read_stripe
There is no need to cache the in-flight stripes on read process, we can just discard it on read ops. Shanchun Lv
03:53 AM RADOS Bug #39661 (New): kstore: memory may leak on KStore::_do_read_stripe
On testing kstore, we found that memory leaks when execute read ops. The root cause is when execute read ops, the in-... Shanchun Lv
03:34 AM RADOS Bug #39636 (Resolved): osd: PeeringState valgrind error UninitCondition
Kefu Chai
03:34 AM RADOS Bug #39636 (Fix Under Review): osd: PeeringState valgrind error UninitCondition
Kefu Chai
03:34 AM Revision d20076b7 (ceph): Merge pull request #28048 from athanatos/sjust/wip-peering-state-cleanup
More PeeringState and related cleanups to ease use in crimson
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by:...
Samuel Just
02:45 AM Revision 7cb818a8 (ceph): OSD: allow EC PGs to do recovery below min_size
Fixes: http://tracker.ceph.com/issues/18749
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
Chang Liu
02:45 AM Revision 78755091 (ceph): qa: remove unused variable from ceph_manager
Pyflakes warned me about this.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
02:45 AM Revision b7013950 (ceph): qa: write a thrasher for putting PGs below min_size and watching them r...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
02:45 AM Revision 7950ce24 (ceph): qa: don't create rbd pool for min-size thrashing tests
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
02:45 AM Revision 0ee63a04 (ceph): qa: extend get_pool_property() to allow non-int values
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
02:45 AM Revision b02e2f6c (ceph): test: update test_pool_min_size test in thrasher
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
01:42 AM Bug #39623 (Pending Backport): make cluster_network work well.
Sage Weil
01:42 AM Revision 5cca06aa (ceph): Merge PR #27811 into master
* refs/pull/27811/head:
commom: make cluster_network work.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:04 AM rbd Bug #39448 (Pending Backport): [test] qemu-iotests test case 005 fails due to msgr error message
Jason Dillaman
12:59 AM rgw Backport #39660 (Resolved): nautilus: rgw: Segfault during request processing
https://github.com/ceph/ceph/pull/30746
---
Segfault in RadosGW with Beast frontend after constant mixed worklo...
Benjamin Cherian
12:50 AM Revision 00f279db (ceph): osd: Include dups in copy_after() and copy_up_to()
Client saw out of order results in a test with a very small
pg_log because a backfill/recovery sent a small number of...
David Zafman
12:39 AM Revision a14545d5 (ceph): Merge pull request #28050 from dillaman/wip-39448
msg/async: reduce verbosity of connection timeout failures
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Xie Xingguo
12:22 AM Revision 0d711558 (ceph): osd/: Move PG::_prepare_write_info into osd_types prepare_info_keymap
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
12:22 AM Revision 7b27aa1e (ceph): src/osd: refactor to use ostream_temp
The concept of emitting log lines to a central mon log is likely
to be useful for both crimson and classic, but the m...
Samuel Just
12:22 AM Revision 8a2ea310 (ceph): os: break Transaction of of Objectstore, use in crimson
Transaction is needed in crimson, but not ObjectStore.
Signed-off-by: Samuel Just <rexludorum@gmail.com>
Samuel Just
12:22 AM Revision 276023c2 (ceph): src/osd: Clean up PeeringCtx ownership semantics and pointer/ref usage
PeeringCtx was a bit of a mess in terms of tracking down where the
resources were cleaned up. This patch:
- Reworks ...
Samuel Just
12:22 AM Revision 57119595 (ceph): PeeringState: switch remaining boost::optional users
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
12:22 AM Revision 48ce9f45 (ceph): osd/: convert boost::optional users to std::optional
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
12:22 AM Revision e41e201a (ceph): PeeringState::ActivateCommitted: intialize epoch
Fixes: https://tracker.ceph.com/issues/39636
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
12:22 AM Revision e754dd8d (ceph): osd/: move perf counter constants and constructors
PeeringState requires the same counters in crimson, but we
need to avoid OSD.h include in PeeringState.
Signed-off-b...
Samuel Just
12:22 AM Revision 5eda7afb (ceph): osd/: create interface for TPHandle, remove WorkQueue include from Miss...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
12:22 AM Revision bab7ec4f (ceph): osd/PeeringState: include MOSDPGLog.h
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
12:22 AM Revision 23a26171 (ceph): PeeringState: use HBHandle
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
12:16 AM RADOS Bug #39659 (New): FAILED ceph_assert(info.history.same_interval_since != 0)
http://pulpito.ceph.com/sjust-2019-05-09_13:40:11-smoke-sjust-wip-peering-state-cleanup-distro-basic-smithi/3942704/ ... Samuel Just

05/09/2019

11:38 PM RADOS Bug #38893: RuntimeError: expected MON_CLOCK_SKEW but got none
rados/multimon/{clusters/3.yaml msgr-failures/few.yaml msgr/async-v2only.yaml objectstore/bluestore-stupid.yaml rados... Neha Ojha
11:14 PM Revision adb80751 (ceph): Merge pull request #28053 from liu-chunmei/ceph_seastar_bugfix
crimson/osd: fix the build broken by df771861
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:07 PM Revision cda74298 (ceph): Merge pull request #28041 from tchaikov/wip-crimson-v1-auth
crimson/mon: fix the v1 auth
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
10:48 PM Revision d126285b (ceph): Merge pull request #27934 from yuriw/wip-yuriw-clients-upgrades-luminou...
qa/tests: new suite to test `luminous` clients on `nautilus` cluster
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
R...
Josh Durgin
10:22 PM Revision d101593c (ceph): crimson/osd: can't ‘operator<’ ‘ceph_release_t’ and ‘int’
Signed-off-by: chunmei Liu <chunmei.liu@intel.com> chunmei liu
10:04 PM Dashboard Bug #38428: mgr/dashboard: dashboard giving 401 unauthorized
I am seeing this exact same behaviour on 14.2.1 (which includes the patch). Client and server are in the same time zo... Darrell Enns
09:03 PM Dashboard Backport #39658 (Resolved): nautilus: mgr/dashboard: Avoid merge conflicts in messages.xlf by aut...
https://github.com/ceph/ceph/pull/28178 Ricardo Marques
08:03 PM rgw Bug #39657 (Resolved): multisite: metadata sync does not keep retrying failed entries
RGWMetaSyncSingleEntryCR will retry sync of an entry NUM_TRANSIENT_ERROR_RETRIES=10 times and give up. After returnin... Casey Bodley
07:57 PM Revision f0059614 (ceph): doc/rgw: document use of 'realm pull' instead of 'period pull'
'radosgw-admin period pull' fetches a period configuration, but does not
update the realm's current_period to use it....
Casey Bodley
07:47 PM rbd Bug #39656 (In Progress): [test] devstack is broken (again)
Jason Dillaman
07:46 PM rbd Bug #39656 (Resolved): [test] devstack is broken (again)
Jason Dillaman
07:42 PM rgw Documentation #39655 (Resolved): multisite: failover docs should use 'realm pull' instead of 'per...
'period pull' gets the latest period, but does not set it as the realm's current_period. 'realm pull' does both Casey Bodley
07:38 PM rbd Bug #39521 (Fix Under Review): Fast-diff can be disabled w/o disabling object-map
Jason Dillaman
07:07 PM rbd Bug #39521 (In Progress): Fast-diff can be disabled w/o disabling object-map
Jason Dillaman
07:37 PM Revision 8dc6a97b (ceph): librbd: fix issues with object-map/fast-diff feature interlock
Enabling/disabling one should enable/disable the other.
Fixes: http://tracker.ceph.com/issues/39521
Signed-off-by: J...
Jason Dillaman
07:32 PM Revision f590518a (ceph): Merge PR #27717 into master
* refs/pull/27717/head:
mds: output lock state in format dump
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:32 PM CephFS Bug #39645 (Pending Backport): mds: output lock state in format dump
Patrick Donnelly
09:06 AM CephFS Bug #39645: mds: output lock state in format dump
https://github.com/ceph/ceph/pull/27717 Zhi Zhang
09:06 AM CephFS Bug #39645 (Resolved): mds: output lock state in format dump
dump cache in plain text will print lock state. But in json format dump, it won't. It is not convenient to debug some... Zhi Zhang
07:06 PM rbd Bug #36580 (Won't Fix): jewel: Snapshots changing "underneath"
Jewel is EOL and issue is not present on later releases. Jason Dillaman
06:59 PM Revision 081b0608 (ceph): Merge pull request #28009 from ricardoasmarques/rbd-feature-migrating
Add 'RBD_FEATURE_MIGRATING' to rbd.pyx
Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewed-by: Jason Dillaman <dill...
Jason Dillaman
06:56 PM Revision 59c76871 (ceph): doc: rgw: document v6 endpoint options
document that v6 endpoints only binds to ipv6
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
06:56 PM Revision 3a57fcdd (ceph): rgw: beast: bind both v4 and v6 ports when using a port argument
This commit adds binding to both v4 and v6 port when specifying a port argument,
endpoint *only* binds to v4 or v6 de...
Abhishek Lekshmanan
06:53 PM rbd Bug #39448 (Fix Under Review): [test] qemu-iotests test case 005 fails due to msgr error message
Jason Dillaman
06:47 PM rbd Bug #39448 (In Progress): [test] qemu-iotests test case 005 fails due to msgr error message
Jason Dillaman
06:51 PM Revision 40bf082d (ceph): doc: add a troubleshooting note on resharding expirer fixes
Added a note about the commands added to support stale expired object deletion
Signed-off-by: Abhishek Lekshmanan <a...
Abhishek Lekshmanan
06:51 PM Revision ef8329f2 (ceph): doc: add a note on reshard object expirer fixes in PendingReleaseNotes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
06:51 PM mgr Bug #39646: ceph-mgr log is flooded with pgmap info every two seconds
Sebastian Wagner wrote:
> Vikhyat Umrao wrote:
> > Hi - This is not a bug this was changed because of some reason d...
Vikhyat Umrao
12:55 PM mgr Bug #39646: ceph-mgr log is flooded with pgmap info every two seconds
Vikhyat Umrao wrote:
> Hi - This is not a bug this was changed because of some reason during troubleshooting/RCA we ...
Sebastian Wagner
12:46 PM mgr Bug #39646: ceph-mgr log is flooded with pgmap info every two seconds
Hi - This is not a bug this was changed because of some reason during troubleshooting/RCA we need previous historic I... Vikhyat Umrao
10:11 AM mgr Bug #39646: ceph-mgr log is flooded with pgmap info every two seconds
I'd be :+1: for remove this, *Iff* creating a new pgmap every two seconds is not a bug. Sebastian Wagner
10:10 AM mgr Bug #39646: ceph-mgr log is flooded with pgmap info every two seconds
Is this related to #37886 by any chance? Lenz Grimmer
09:17 AM mgr Bug #39646 (Won't Fix): ceph-mgr log is flooded with pgmap info every two seconds
The ceph-mgr daemon with debug-mgr=0 logs pgmap information every two second:
Example:...
Ricardo Dias
06:50 PM Revision 6b4f9729 (ceph): msg/async: reduce verbosity of connection timeout failures
Long running clients connected to thrashing OSDs could result in a
"see no progress in more than <timeout>" message p...
Jason Dillaman
05:55 PM rgw Bug #39364 (Pending Backport): rgw: cloud sync module fails to sync multipart objects
Abhishek Lekshmanan
05:55 PM Revision 475a5b7a (ceph): Merge pull request #27680 from theanalyst/aws-rest-fixes
rgw: rest client fixes for cloud sync XML outputs
Reviewed-By: Casey Bodley <cbodley@redhat.com>
Abhishek L
05:52 PM rgw Bug #39400: rgw: user is allowed to issue radosgw-admin rm bucket --bypass-gc on multisite even t...
Casey Bodley
05:51 PM rgw Bug #39485 (Need More Info): Luminous: a huge bucket stuck in dynamic resharding for one week
Casey Bodley
05:49 PM rbd Backport #39450 (Resolved): librbd cannot open image against Jewel cluster
Jason Dillaman
05:08 PM rbd Backport #39450: librbd cannot open image against Jewel cluster
merged https://github.com/ceph/ceph/pull/27936 Yuri Weinstein
05:39 PM rgw Bug #39321 (Duplicate): rgw: Beast frontend listens on IPv4 only by default
Casey Bodley
05:38 PM rgw Bug #39321: rgw: Beast frontend listens on IPv4 only by default
addressed by http://tracker.ceph.com/issues/39038 Casey Bodley
05:38 PM Revision e23af175 (ceph): rgw_lc: use a new bl while encoding RGW_ATTR_LC
The current code seems to append the value to the bucket attr which isn't what
we want
Fixes: https://tracker.ceph.c...
Abhishek Lekshmanan
05:37 PM rgw Bug #39622 (Duplicate): rgw:RGWGetBucketVersioning on non-existing bucket does not return NoSuchB...
will get backports for http://tracker.ceph.com/issues/38420 Casey Bodley
05:36 PM rgw Bug #38420 (Pending Backport): rgw: success returned for put bucket versioning on a non existant ...
Abhishek Lekshmanan
05:29 PM bluestore Bug #39618: Runaway memory usage on Bluestore OSD
Igor Fedotov wrote:
> Richard, you have the following line in your config:
> osd.* dev bluestore_cache_autotune fal...
Richard Hesse
01:20 PM bluestore Bug #39618: Runaway memory usage on Bluestore OSD
Richard, you have the following line in your config:
osd.* dev bluestore_cache_autotune false
Which disables cac...
Igor Fedotov
05:25 PM rgw Bug #39654 (Resolved): rgw: Put LC doesn't clear existing lifecycle
Currently doing something like put LC; use a changed LC; put LC; get LC will return the first supplied LC unless ther... Abhishek Lekshmanan
05:19 PM Revision 00e3d9fb (ceph): librbd: allow to provide sparse read result
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
05:19 PM Revision 1bc7b114 (ceph): cls/rbd: provide async version of copyup method
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
05:19 PM Revision 109267b5 (ceph): librados_test_stub: update get_min_compatible_osd to octopus
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
05:17 PM Linux kernel client Bug #39649: kernel BUG at fs/ceph/file.c:1476!
This happened on a kernel that is pretty close to what's in ceph-client/testing branch today (4695b5b0d754147f3e01afa... Jeff Layton
12:52 PM Linux kernel client Bug #39649 (Resolved): kernel BUG at fs/ceph/file.c:1476!
Running xfstests generic/129 vs. a vstart cluster, and I hit ^c to cancel the test. The kernel then crashed here:
...
Jeff Layton
05:11 PM Revision 02c8e835 (ceph): cls/rbd: add sparse_copyup method
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
05:11 PM Revision 59924770 (ceph): librados_test_stub: pass snap context to "create" method
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
05:11 PM Revision 5f0c2c43 (ceph): osdc/striper: make possible to assemble sparse read result
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
05:07 PM Revision 3cfcb972 (ceph): Merge pull request #27936 from dillaman/wip-39450-nautilus
nautilus: librbd: re-add support for nautilus clients talking to jewel clusters
Reviewed-by: Mykola Golub <mgolub@mi...
Yuri Weinstein
04:26 PM Revision 05435593 (ceph): os/bluestore: protect BlueFS::FileReader::buf
Now this buffer might be accessed from BlueRocksRandomAccessFile
which is intended for multi-threading access. Hence ...
Igor Fedotov
04:22 PM RADOS Bug #38827: valgrind: UninitCondition in ceph::crypto::onwire::AES128GCM_OnWireRxHandler::authent...
Is this being actively worked on?
How close are we to a fix on this?
I would like to make this a high priority ...
J. Eric Ivancich
03:48 PM RADOS Backport #39206: mimic: osd: leaked pg refs on shutdown
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27938
merged
Yuri Weinstein
03:47 PM Revision 7d88a709 (ceph): Merge pull request #27938 from pdvian/wip-39206-mimic
mimic: osd: shutdown recovery_request_timer earlier
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
03:47 PM Backport #38966: mimic: src/osd/OSDMap.cc: 4405: FAILED assert(osd_weight.count(i.first))
xie xingguo wrote:
> https://github.com/ceph/ceph/pull/27963
merged
Yuri Weinstein
03:46 PM Revision a2acac38 (ceph): Merge pull request #27963 from xiexingguo/wip-mimic-upmap-fixes
mimic: crush: backport recent upmap fixes
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Jan Fajerski <jfaje...
Yuri Weinstein
03:37 PM Dashboard Bug #39647 (Fix Under Review): mgr/dashboard: Only one root node is shown in the crush map viewer
Tiago Melo
02:21 PM Dashboard Bug #39647 (In Progress): mgr/dashboard: Only one root node is shown in the crush map viewer
Tiago Melo
11:17 AM Dashboard Bug #39647 (Resolved): mgr/dashboard: Only one root node is shown in the crush map viewer
mrf3 reported to have multiple root nodes in the CRUSH map, but the crush map viewer only displays one.... Patrick Seidensal
03:26 PM Revision c27dd953 (ceph): Merge pull request #28046 from neha-ojha/wip-28036-nautilus
nautilus: doc/dev/osd_internals/async_recovery: update cost calculation
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Neha Ojha
02:43 PM Revision 28a3edf7 (ceph): doc/dev/osd_internals/async_recovery: update cost calculation
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 984073e44d096a3322d90b85da42c593fff94c6d)
Neha Ojha
02:32 PM Dashboard Cleanup #38003 (Pending Backport): mgr/dashboard: Avoid merge conflicts in messages.xlf by auto-g...
Lenz Grimmer
02:31 PM rgw Feature #39637: rgw: allow radosgw-admin bucket list to use the --allow-unordered flag
J. Eric Ivancich
02:31 PM Revision c04a3ccd (ceph): osd: make max_num_intervals of ObjectCleanRegions a configuration option
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
02:31 PM rgw Support #38125: Multisite ceph cluster storage for data replication
> Failed connect to vlno-ceph01:7480; Connection refused
you need to use fully qualified domain names in the zone ...
Casey Bodley
02:30 PM Dashboard Bug #39653 (Resolved): mgr/dashboard: Error cloning RBD image without 'layering' feature enabled
Only RBD images with 'layering' feature enabled can be cloned, but Ceph Dashboard is not validating this, so the user... Ricardo Marques
02:28 PM Revision 37699d09 (ceph): mgr/dashboard: Remove messages.xlf (#28020)
mgr/dashboard: Remove messages.xlf
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
02:22 PM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
The cluster itself followed this upgrade path:
0.94.10 -> 10.2.10 -> 12.2.5 -> 12.2.8
We will look into the histo...
Wes Dillingham
12:12 AM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
Hi Wes,
Can you check if the bucket on which you are seeing issues, was present in a jewel cluster. We have seen s...
Neha Ojha
02:14 PM Dashboard Bug #39652 (Fix Under Review): Grafana dashboards use outdated metric names from the prometheus m...
Lenz Grimmer
02:12 PM Dashboard Bug #39652 (Resolved): Grafana dashboards use outdated metric names from the prometheus module
For example ceph_pool_bytes_used is now called ceph_pool_stored.
https://github.com/ceph/ceph/pull/28043
Jan Fajerski
02:13 PM rgw Bug #39635 (Fix Under Review): multisite: mismatch of bucket creation times from List Buckets
Casey Bodley
02:07 PM Revision 8df991c5 (ceph): test/rgw: add multisite test_bucket_creation_time()
does not create any buckets itself, but checks that all creation times
match on buckets created by other tests
Signe...
Casey Bodley
01:38 PM CephFS Bug #39651 (In Progress): qa: test_kill_mdstable fails unexpectedly
I get following traceback while running the test_kill_mdstable: https://github.com/ceph/ceph/blob/master/qa/tasks/cep... Rishabh Dave
01:37 PM Dashboard Bug #39650 (Resolved): mgr/dashboard: Pool graph/sparkline points do not display the correct values
When hovering with the cursor over the points displayed in the graphs of pools, the values displayed are always the s... Patrick Seidensal
01:29 PM Revision 12452c4a (ceph): rgw: allow radosgw-admin to list bucket w --allow-unordered
Presently the `radosgw-admin bucket list --bucket=<bucket>` lists the
objects in lexical order. This can be an expens...
J. Eric Ivancich
01:24 PM Dashboard Bug #38794 (Fix Under Review): mgr/dashboard: Only delete removed gateways
Ricardo Marques
01:20 PM Revision 3f107523 (ceph): Merge pull request #27976 from mykaul/patch-2
doc: Update link to Red Hat documentation
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu Chai <kch...
Kefu Chai
01:16 PM Revision 9f40c783 (ceph): qa: fs Ignore getfattr errors for ceph.dir.pin
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com> Sidharth Anupkrishnan
12:24 PM Dashboard Bug #39648 (Resolved): mgr/dashboard: tasks.mgr.dashboard.test_rbd.RbdTest.test_clone fails in Te...
* http://pulpito.ceph.com/tdehler-2019-05-09_07:18:40-rados:mgr-wip-tdehler-testing-27774-distro-basic-smithi/
* htt...
Tatjana Dehler
12:16 PM CephFS Feature #38951: client: implement asynchronous unlink/create
Found it. The problem is actually in ceph_mdsc_build_path. When passed a positive dentry, that function will return a... Jeff Layton
11:14 AM Revision 555f1e85 (ceph): crimson/mon: run tick() periodically
also send keepalive to monitor in tick()
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:13 AM Revision dce3e2f3 (ceph): os/bluestore: optimize mapping offset to extent in BlueFS.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:13 AM Revision 55ffa5e9 (ceph): tools/ceph-objectstore-tool: dump perf counters on competion.
Performed if debug mode is enabled
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
11:13 AM Revision baee044e (ceph): os/bluestore: call BlueFS::_init_logger earlier.
So one can use perf counters during log replay.
Signed-off-by: Igor Fedotov <ifedotov@susu.com>
Igor Fedotov
11:13 AM Revision f37cb01b (ceph): os/bluestore: support RocksDB prefetching at BlueFS
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:13 AM Revision 4f89409d (ceph): os/bluestore: log 'buffered' in KernelDevice::read_random
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:05 AM Revision 8d103b15 (ceph): os/bluestore: dump onode if too many spanning blobs detected.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:05 AM Revision 1d6a4730 (ceph): os/bluestore: make alerting onode dump less frequent.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:03 AM Revision 76c59936 (ceph): os/bluestore: fix origin reference in logging slow ops.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
10:52 AM Revision e8928767 (ceph): cephfs-shell: Fix mkdir relative path error
Directory is not created for relative path. This patch fixes it.
Fixes: https://tracker.ceph.com/issues/39507
Signed...
Varsha Rao
10:52 AM Dashboard Bug #39492 (Resolved): mgr/dashboard: iSCSI GET requests should not be logged
Lenz Grimmer
10:51 AM Dashboard Backport #39630 (Resolved): nautilus: mgr/dashboard: iSCSI GET requests should not be logged
Lenz Grimmer
10:48 AM Revision 170b9640 (ceph): mgr/dashboard: Remove messages.xlf
Removes the messages.xlf file from the git repository, due to a lot of merge conflicts.
It won't cause any problems, ...
Sebastian Krah
10:33 AM Revision 91ac9319 (ceph): Merge pull request #28024 from ricardoasmarques/wip-39630-nautilus
nautilus: mgr/dashboard: iSCSI GET requests should not be logged
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Lenz Grimmer
09:51 AM Revision 86b59891 (ceph): crimson/mon: fix the v1 auth
* initialize mon::Connection::global_id to `0` in the ctor.
global_id is assigned by monitor, a zero global_id impl...
Kefu Chai
09:22 AM mgr Bug #39644: mgr/zabbix: ERROR: test_zabbix (tasks.mgr.test_module_selftest.TestModuleSelftest)
Hi,
Sorry, at the moment of placement of this patch every key was in place at mgr, but it was a while ago. I will ...
Dmitriy Rabotyagov
08:32 AM mgr Bug #39644 (Resolved): mgr/zabbix: ERROR: test_zabbix (tasks.mgr.test_module_selftest.TestModuleS...
... Sebastian Wagner
09:07 AM Revision 75128911 (ceph): mds: output lock state in format dump
dump cache in plain text will print lock state. But in json format dump,
it won't. It is not convenient to debug some...
Zhi Zhang
08:51 AM mgr Bug #38628 (Pending Backport): restful/api is not Python 3 compatible
Sebastian Wagner
07:11 AM mgr Bug #38628 (Resolved): restful/api is not Python 3 compatible
Kefu Chai
08:47 AM Revision d6f86230 (ceph): mgr/orchestrator: add progress events to all orchestrators
Now, progress events are part of `WriteCompletion` istead of part of the orchestrator module.
It does not yet provid...
Sebastian Wagner
08:41 AM Revision 615b11b9 (ceph): Merge pull request #26654 from sebastian-philipp/orchestrator-progress
mgr/orchestrator: add progress events to all orchestrators
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Sebastian Wagner
08:40 AM rgw Bug #39611 (Resolved): master/octopus FTBFS on s390x
Nathan Cutler
08:27 AM Bug #39643: make jemalloc/tcmalloc work.
PR:https://github.com/ceph/ceph/pull/28039 fix this bug. jianpeng ma
08:26 AM Bug #39643 (In Progress): make jemalloc/tcmalloc work.
In commit 2e01287, it let libcommon or libceph-common take care of this.
But in fact, libcommon/libceph-common didn'...
jianpeng ma
08:23 AM mgr Bug #39642: JSON-formatting the mgrmap is huge
http://qa-proxy.ceph.com/teuthology/swagner-2019-05-08_15:36:11-rados:mgr-wip-swagner-testing-distro-basic-smithi/394... Sebastian Wagner
08:23 AM mgr Bug #39642 (Resolved): JSON-formatting the mgrmap is huge
When dumping the mgrmap into JSON (which is done in teuthology runs frequently), the output really pollutes the logs.... Sebastian Wagner
08:23 AM Revision 07263fe0 (ceph): cephfs-shell: Add stat command
This patch adds stat command to cephfs-shell.
Fixes: https://tracker.ceph.com/issues/38829
Signed-off-by: Varsha Rao...
Varsha Rao
08:05 AM CephFS Bug #39641 (Fix Under Review): cephfs-shell: 'du' command produces incorrect results
Varsha Rao
08:01 AM CephFS Bug #39641 (Resolved): cephfs-shell: 'du' command produces incorrect results
Error observed in following cases:
# No error message printed for invalid directories.
# When directory name is gre...
Varsha Rao
07:59 AM mgr Bug #39640 (New): tox and nodeenv have to be installed online
Although we have installed tox and nodeenv that meet the requirement locally, we still need to access the internet(ht... ZON ICBC
07:54 AM Dashboard Bug #39300 (Resolved): mgr/dashboard: Can't login with a bigger time difference between user and ...
Lenz Grimmer
07:54 AM Dashboard Backport #39524 (Resolved): nautilus: mgr/dashboard: Can't login with a bigger time difference be...
Lenz Grimmer
07:52 AM Revision 3c6b16dd (ceph): Merge pull request #27942 from LenzGr/wip-39524-nautilus
nautilus: mgr/dashboard: make auth token work with UTC times only Lenz Grimmer
07:37 AM Revision e54e6af8 (ceph): doc: Update link to Red Hat documentation
The previous link was to version 2, which is a bit older. Fix to version 3.
Signed-off-by: Yaniv Kaul <ykaul@redhat....
Yaniv Kaul
07:16 AM Revision e2b3410a (ceph): Merge pull request #27855 from tchaikov/wip-ceph-release
src/: define ceph_release_t and use it
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Neha Ojha <n...
Kefu Chai
07:14 AM RADOS Bug #39390 (Pending Backport): filestore pre-split may not split enough directories
Kefu Chai
07:13 AM Revision ad329c1f (ceph): Merge pull request #27689 from Jeegn-Chen/wip-39390-fix
os/filestore: assure sufficient leaves in pre-split
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
07:11 AM Revision e714a33b (ceph): Merge pull request #27925 from tchaikov/wip-38628
mgr/restful: do not use filter() for list
Reviewed-by: Volker Theile <vtheile@suse.com>
Reviewed-by: Boris Ranto <br...
Kefu Chai
07:10 AM RADOS Bug #38124: OSD down on snaptrim.
Greg Farnum wrote:
> No ETA; it'll have to wend its way through the backports process. I don't think any releases ar...
Erikas Kučinskis
07:07 AM Revision 3a0013f6 (ceph): Merge pull request #27962 from xiexingguo/wip-jira-3756
mgr/DaemonServer: safe-to-destroy - do not consider irrelevant pgs
Reviewed-by: Yan Jun <yan.jun8@zte.com.cn>
Review...
Kefu Chai
06:36 AM Revision 1d7506fd (ceph): systemd: ceph-mgr: set MemoryDenyWriteExecute to false
Fixes: http://tracker.ceph.com/issues/39628
Signed-off-by: Ricardo Dias <rdias@suse.com>
Ricardo Dias
06:25 AM Revision d187e9b0 (ceph): cephfs-shell: add quota management
Quotas can be managed by:
$ quota get dir
$ quota set {--max_files MAX_FILES} {--max_bytes MAX_BYTES} dir
Fixes: htt...
Milind Changire
06:12 AM Support #39639 (Closed): The cluster network of ceph cluster have no data flow
We set up ceph cluster by use of version(v14.2.0),while we found its' cluster network have no data flow when we write... ZON ICBC
06:07 AM Revision 73ada8d1 (ceph): cephfs-shell: teuthology tests
* mkdir
* get
* put
Fixes: http://tracker.ceph.com/issues/39526
Signed-off-by: Milind Changire <mchangir@redhat.com>
Milind Changire
05:27 AM Revision b37d107c (ceph): Merge pull request #28036 from neha-ojha/wip-fix-ar-doc
doc/dev/osd_internals/async_recovery: update cost calculation
Reviewed-by: Xie Xingguo <xie.xingguo@zte.com.cn>
Revi...
Josh Durgin
05:07 AM Revision e17535ac (ceph): Merge pull request #28034 from letterwuyu/forward_incompat_pg_missing
ceph-object-corpus: forward_incompat pg_missing_item and pg_missing_t
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
04:33 AM Revision 26db9afc (ceph): ceph-object-corpus: forward_incompat pg_missing_item and pg_missing_t
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao
03:40 AM RADOS Bug #39636: osd: PeeringState valgrind error UninitCondition
Found it, testing. Samuel Just
03:19 AM Revision 984073e4 (ceph): doc/dev/osd_internals/async_recovery: update cost calculation
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
03:05 AM RADOS Backport #39375 (In Progress): nautilus: ceph tell osd.xx bench help : gives wrong help
https://github.com/ceph/ceph/pull/28035 Prashant D
02:05 AM RADOS Bug #21174 (Rejected): OSD crash: 903: FAILED assert(objiter->second->version > last_divergent_up...
I'm closing this bug. The hardware configuration must make data safe that has been sync'ed to disk. This requires th... David Zafman
01:49 AM RADOS Documentation #39011 (Resolved): Document how get_recovery_priority() and get_backfill_priority()...
David Zafman
01:49 AM RADOS Bug #39304 (Fix Under Review): short pg log+nautilus-p2p-stress-split: "Error: finished tid 3 whe...
David Zafman
12:31 AM RADOS Bug #23145: OSD crashes during recovery of EC pg
FWIW, I'm running into this, too (on Nautilus). I've got 2 OSD's in this situation. Let me know if you want any debug... Richard Hesse
12:27 AM Revision 1d1103da (ceph): osd/OSD.cc: make osd bench description consistent with parameters
Fixes: http://tracker.ceph.com/issues/39006
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 4b...
Neha Ojha

05/08/2019

11:57 PM RADOS Support #39594: OSD marked as down, had timed out after 15, handle_connect_reply connect got RESE...
The ceph-users mailing list might be good place to seek help on this kind of issue. Neha Ojha
10:57 PM CephFS Feature #39403 (Pending Backport): pybind: add the lseek() function to pybind of cephfs
Patrick Donnelly
10:57 PM Revision 8170b5d5 (ceph): Merge PR #27688 into master
* refs/pull/27688/head:
pybind: added lseek()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:38 PM Revision b698e34f (ceph): osd: Fix off by 1 error in trim handling of osd_pg_log_dups_tracked
Move log message out of loop so it doesn't repeat for no reason
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
10:38 PM Revision d1ad129d (ceph): osd: Remove unused pg_log_t::copy_range()
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
09:51 PM CephFS Bug #39305 (Pending Backport): ceph-fuse: client hang because its bad session PipeConnection to mds
Patrick Donnelly
09:51 PM Revision 8de2d27e (ceph): Merge PR #27482 into master
* refs/pull/27482/head:
client: fix fuse client hang because its bad session PipeConnection
Reviewed-by: Patrick Do...
Patrick Donnelly
09:48 PM Revision 5e49c15d (ceph): Merge PR #27761 into master
* refs/pull/27761/head:
qa: use skipTest method instead of exception
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Patrick Donnelly
09:41 PM CephFS Bug #39166 (Pending Backport): mds: error "No space left on device" when create a large number o...
Patrick Donnelly
09:40 PM Revision aede929b (ceph): Merge PR #27480 into master
* refs/pull/27480/head:
mds: check dir fragment to split dir if mkdir makes it oversized.
Reviewed-by: Patrick Donn...
Patrick Donnelly
09:33 PM RADOS Bug #38124 (Pending Backport): OSD down on snaptrim.
No ETA; it'll have to wend its way through the backports process. I don't think any releases are imminent so it shoul... Greg Farnum
09:24 PM RADOS Bug #39636: osd: PeeringState valgrind error UninitCondition
Rebuilding without inlining to narrow down the problem. Samuel Just
06:40 PM RADOS Bug #39636 (Resolved): osd: PeeringState valgrind error UninitCondition
... Patrick Donnelly
09:12 PM bluestore Backport #39638 (In Progress): luminous: fsck on mkfs breaks ObjectStore/StoreTestSpecificAUSize....
https://github.com/ceph/ceph/pull/27056 Igor Fedotov
09:10 PM bluestore Backport #39638 (Resolved): luminous: fsck on mkfs breaks ObjectStore/StoreTestSpecificAUSize.Blo...
https://github.com/ceph/ceph/pull/27056 Igor Fedotov
09:05 PM rgw Feature #39637 (Resolved): rgw: allow radosgw-admin bucket list to use the --allow-unordered flag
This can allow bucket listing to be more efficient on buckets with a large number of objects. J. Eric Ivancich
08:10 PM Revision c469e515 (ceph): cls/user: cls_user_set_buckets_info overwrites creation_time
metadata sync of a new bucket entrypoint may call rgw_link_bucket()
(which in turn calls into cls user) without delet...
Casey Bodley
08:02 PM bluestore Bug #38795 (Pending Backport): fsck on mkfs breaks ObjectStore/StoreTestSpecificAUSize.BlobReuseO...
Igor Fedotov
07:20 PM bluestore Bug #38795: fsck on mkfs breaks ObjectStore/StoreTestSpecificAUSize.BlobReuseOnOverwrite
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/27055
merged
Yuri Weinstein
07:54 PM rgw Bug #39456 (Pending Backport): rgw: crypto: HMAC ctors cannot safely assert in (e.g.) FIPS mode
Casey Bodley
07:54 PM Revision 22dc7076 (ceph): Merge pull request #27765 from linuxbox2/wip-rgw-crytpexcept
rgw: crypto: throw DigestException from Digest and HMAC
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-...
Casey Bodley
07:42 PM RADOS Backport #39220: mimic: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_missing(soid) |...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27940
merged
Yuri Weinstein
07:41 PM Revision 75bb5eec (ceph): Merge pull request #27940 from pdvian/wip-39220-mimic
mimic: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_missing(soid) || (it_objects != pg_log.get_log().obj... Yuri Weinstein
07:28 PM Revision d43302ef (ceph): Explicitly show force-branch and force-repo in s3tests-java.yaml
Signed-off-by: Antoaneta Damyanova <adamyanova@gmail.com> Antoaneta Damyanova
07:25 PM Revision c2c5e8da (ceph): A task to run S3 Java tests against RGW
option to download test suite from a custom repository
import ssl certificates to java keystore
read data from conf...
Antoaneta Damyanova
07:25 PM Revision 09683dba (ceph): Updated task functionality
- run tests in groups: AWS4Test, BucketTest,ObjectTest
- do garbage collection via radosgw-admin before and after
eac...
Antoaneta Damyanova
07:25 PM Revision 47babdf8 (ceph): minor updates in s3-java task; add log-level option in config
Signed-off-by: Antoaneta Damyanova <adamyanova@gmail.com> Antoaneta Damyanova
07:20 PM Revision d713a9d4 (ceph): Merge pull request #27055 from ifed01/wip-ifed-fix-storetest-mimic
mimic: test/store_test: fix/workaround for BlobReuseOnOverwriteUT and garbageCollection
Reviewed-by: Sage Weil <sage...
Yuri Weinstein
07:19 PM RADOS Backport #38443: mimic: osd-markdown.sh can fail with CLI_DUP_COMMAND=1
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27907
merged
Yuri Weinstein
07:19 PM Revision 44e84192 (ceph): Merge pull request #27907 from smithfarm/wip-38443-mimic
mimic: tests: osd-markdown.sh can fail with CLI_DUP_COMMAND=1
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:18 PM RADOS Backport #38879: mimic: ENOENT in collection_move_rename on EC backfill target
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27943
merged
Yuri Weinstein
07:18 PM Revision fc627b28 (ceph): Merge pull request #27943 from smithfarm/wip-38879-mimic
mimic: core: ENOENT in collection_move_rename on EC backfill target
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
06:55 PM rgw Bug #37734: Librgw doesn't GC deleted object correctly
ok, I think I get this; that said--the use of >1 rados handle is not at all recommended; that said, the fix -looks... Matt Benjamin
06:33 PM rgw Bug #39635 (Resolved): multisite: mismatch of bucket creation times from List Buckets
Reproduces with two zones. s3cmd config c1.s3cfg points to the master zone, and c2.s3cfg points to the secondary zone... Casey Bodley
06:17 PM CephFS Bug #39634 (Fix Under Review): qa: test_full_same_file timeout
... Patrick Donnelly
06:04 PM RADOS Bug #39581: osd/PG.cc: 2523: FAILED ceph_assert(scrub_queued)
/a/nojha-2019-05-07_17:20:56-rados-fix-pg-notify-distro-basic-smithi/3938003/ Neha Ojha
05:09 PM bluestore Bug #39621 (Pending Backport): os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Sage Weil
12:57 AM bluestore Bug #39621 (Resolved): os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Discard comand should be issued before space released. tang junhui
05:09 PM Revision af96df1d (ceph): Merge PR #27843 into master
* refs/pull/27843/head:
os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Reviewed-by: Igor Fedotov <...
Sage Weil
05:04 PM mgr Bug #39633 (New): mimic: no module 'crash' results in ImportError: Module not found
Run: http://pulpito.ceph.com/yuriw-2019-05-07_14:33:13-rados-wip-yuri-testing-2019-05-06-2158-mimic-distro-basic-smit... Yuri Weinstein
05:04 PM rgw Bug #39632 (Resolved): lifecycle transitions on non existent placement targets
Currently we don't error when a non existent placement target is supplied in lifecycle, which ends with the object be... Abhishek Lekshmanan
04:53 PM RADOS Bug #38195: osd-backfill-space.sh exposes rocksdb hang
another instance in mimic: /a/yuriw-2019-05-07_14:33:13-rados-wip-yuri-testing-2019-05-06-2158-mimic-distro-basic-smi... Neha Ojha
04:39 PM CephFS Feature #38951: client: implement asynchronous unlink/create
Jeff Layton wrote:
> Doing more testing today with my patchset. I doctored up a version of Zheng's MDS locking rewor...
Patrick Donnelly
03:22 PM CephFS Feature #38951: client: implement asynchronous unlink/create
Doing more testing today with my patchset. I doctored up a version of Zheng's MDS locking rework branch with some pat... Jeff Layton
04:06 PM CephFS Bug #39404 (Pending Backport): cephfs-shell: fix string decode for ls command
Patrick Donnelly
04:04 PM Revision 3333a950 (ceph): Merge PR #27716 into master
* refs/pull/27716/head:
cephfs-shell: fix string decoding for ls command
Reviewed-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
03:39 PM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
Hi Neha,
I am on Bryan's team. Bryan is out this week but is returning soon.
I was able to inspect logs for abo...
Wes Dillingham
03:39 PM Revision ec3896c6 (ceph): Merge pull request #28013 from cbodley/wip-39611
rgw: use explicit to_string() overload for boost::string_ref
Reviewed-by: Nathan Cutler <nculter@suse.com>
Casey Bodley
03:19 PM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)

The backfull_toofull state is like backfill_wait except that it indicates the reason that backfill can not proceed ...
David Zafman
02:50 PM mgr Bug #38606: ceph-mgr tries to read a ceph.conf after a respawn
I don't know. Sébastien Han
02:48 PM Revision 1a5384aa (ceph): mgr/dashboard: Fix iSCSI form when using IPv6
Fixes: https://tracker.ceph.com/issues/39578
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
02:46 PM Revision 30fc28f9 (ceph): os/bluestore: Unify on preadv for io_uring and future refactor.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
02:45 PM Dashboard Backport #39631 (In Progress): nautilus: mgr/dashboard: iSCSI form does not support IPv6
Ricardo Marques
02:44 PM Dashboard Backport #39631 (Resolved): nautilus: mgr/dashboard: iSCSI form does not support IPv6
https://github.com/ceph/ceph/pull/28026 Ricardo Marques
02:41 PM Dashboard Bug #39147 (Resolved): mgr/dashboard: Upgrade to ceph-iscsi config v9
Ricardo Marques
02:36 PM Revision a7d04c65 (ceph): mgr/dashboard: iSCSI GET requests should not be logged
Fixes: https://tracker.ceph.com/issues/39492
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
02:32 PM Dashboard Backport #39630 (In Progress): nautilus: mgr/dashboard: iSCSI GET requests should not be logged
Ricardo Marques
02:24 PM Dashboard Backport #39630 (Resolved): nautilus: mgr/dashboard: iSCSI GET requests should not be logged
https://github.com/ceph/ceph/pull/28024 Ricardo Marques
02:21 PM rgw Bug #39629 (Resolved): multisite: DELETE Bucket CORS is not forwarded to master zone
PUT Bucket CORS does forward, but DELETE does not Casey Bodley
02:14 PM Dashboard Bug #39628 (Fix Under Review): mgr/dashboard: openssl exception when verifying certificates of HT...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913544 is another occurrence of the same issue Kefu Chai
01:54 PM Dashboard Bug #39628: mgr/dashboard: openssl exception when verifying certificates of HTTPS requests
The problem only occurs when executing the ceph-mgr daemon from systemd. The issued is caused by the "MemoryDenyWrite... Ricardo Dias
01:47 PM Dashboard Bug #39628: mgr/dashboard: openssl exception when verifying certificates of HTTPS requests
This problem does not happen when running the dashboard in a vstart cluster. Ricardo Dias
01:47 PM Dashboard Bug #39628 (Resolved): mgr/dashboard: openssl exception when verifying certificates of HTTPS requ...
When the dashboard backend tries to access an external service provided by a REST API with SSL enabled it fails to ve... Ricardo Dias
02:14 PM Dashboard Bug #38378: SSL handshake: 500 internal error to access dashboard
According to Ricardo Dias, is caused by a race condition between the start of the dashboard module and requests from ... Lenz Grimmer
01:10 PM Dashboard Bug #38378: SSL handshake: 500 internal error to access dashboard
Nautilus seems to be affected by this one as well, I spotted similar tracebacks in a 14.2.1 log file today:... Lenz Grimmer
07:44 AM Dashboard Bug #38378: SSL handshake: 500 internal error to access dashboard
unrelated, but similar: https://github.com/rook/rook/issues/2884 Sebastian Wagner
01:54 PM Bug #39625 (Fix Under Review): ceph daemon mon.a config set mon_health_to_clog false cause leader...
Kefu Chai
06:04 AM Bug #39625 (Resolved): ceph daemon mon.a config set mon_health_to_clog false cause leader mon assert
As the subject discribed, use 'ceph daemon mon.a config set mon_health_to_clog false'
will cause leader mon (mon.a)...
huang jun
01:44 PM Dashboard Bug #39624 (Pending Backport): mgr/dashboard: incorrect help message for minimum blob size
Lenz Grimmer
07:17 AM Dashboard Bug #39624: mgr/dashboard: incorrect help message for minimum blob size
Good spotting! Thanks for reporting and fixing this. Lenz Grimmer
04:09 AM Dashboard Bug #39624 (In Progress): mgr/dashboard: incorrect help message for minimum blob size
Kiefer Chang
04:08 AM Dashboard Bug #39624 (Resolved): mgr/dashboard: incorrect help message for minimum blob size
When a user creates or edits a pool with compression enabled, if a *minimum blob size* greater or equal to *maximum b... Kiefer Chang
01:43 PM Revision f097f965 (ceph): mgr/dashboard: fix help message for minimum blob size in pool form (#28...
mgr/dashboard: fix help message for minimum blob size in pool form
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Re...
Lenz Grimmer
01:32 PM Revision e5173c00 (ceph): rgw: RGWXMLDecoder::err inherits from std::runtime_error
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
01:32 PM Revision a418a2f4 (ceph): json: JSONDecoder::err inherits from std::runtime_error
all exceptions should be catchable as std::exception
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:07 PM Dashboard Backport #39560 (In Progress): nautilus: mgr/dashboard: Queue notifications as default
Stephan Müller
01:06 PM Revision 217855c2 (ceph): mgr/dashboard: Queue notifications as default
Every time "show" is triggers now the notification gets queued before
sending it out. The notification service will m...
Stephan Müller
12:58 PM Dashboard Backport #39558 (In Progress): nautilus: mgr/dashboard: KV-table transforms dates through pipe
Stephan Müller
12:58 PM Revision f7733c9c (ceph): mgr/dashboard: KV-table transforms dates through pipe
The key value table that is mostly used for showing details of objects,
will now transform any date with 'cdDatePipe'...
Stephan Müller
12:19 PM bluestore Bug #39103 (Resolved): bitmap allocator osd make %use of osd over 100%
Igor Fedotov
12:16 PM Revision 71a77d36 (ceph): os/bluestore: dump onode meta before "no spanning blob" assertion.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 4464419dde0f22ad0d5a636bf3992c28ff357ef6)
...
Igor Fedotov
12:14 PM Revision 4568afb3 (ceph): os/bluestore: move _dump_xxx methods out of BlueStore class
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 70640aaa12540057df9ac86d4336cdce81f10f07)
...
Igor Fedotov
12:05 PM Dashboard Bug #39328 (Resolved): mgr/dashboard: Adapt iSCSI discovery auth for read-only users
Lenz Grimmer
12:02 PM Dashboard Bug #39492 (Pending Backport): mgr/dashboard: iSCSI GET requests should not be logged
Ricardo Marques
12:00 PM Dashboard Bug #39492 (Resolved): mgr/dashboard: iSCSI GET requests should not be logged
Lenz Grimmer
12:01 PM Dashboard Bug #39578 (Pending Backport): mgr/dashboard: iSCSI form does not support IPv6
Lenz Grimmer
12:00 PM Dashboard Cleanup #38003 (Fix Under Review): mgr/dashboard: Avoid merge conflicts in messages.xlf by auto-g...
Anonymous
11:59 AM Dashboard Bug #39324 (Resolved): mgr/dashboard: iSCSI form is showing a warning
Lenz Grimmer
11:59 AM Dashboard Backport #39452 (Resolved): nautilus: mgr/dashboard: iSCSI form is showing a warning
Lenz Grimmer
11:55 AM Revision c843bfb9 (ceph): Merge pull request #27758 from ricardoasmarques/wip-39452-nautilus
nautilus: mgr/dashboard: iSCSI form is showing a warning
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
11:45 AM Revision b9f4cb27 (ceph): Merge pull request #27813 from ricardoasmarques/do-not-log-iscsi-get-re...
mgr/dashboard: iSCSI GET requests should not be logged
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Lenz Grimmer
11:44 AM Revision 1c547f74 (ceph): os/bluestore: dump onode meta before "no spanning blob" assertion.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 4464419dde0f22ad0d5a636bf3992c28ff357ef6)
Igor Fedotov
11:44 AM Revision 87ae98b7 (ceph): os/bluestore: move _dump_xxx methods out of BlueStore class
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 70640aaa12540057df9ac86d4336cdce81f10f07)
...
Igor Fedotov
11:32 AM Revision 43119d94 (ceph): Merge pull request #27946 from ricardoasmarques/iscsi-form-ipv6
mgr/dashboard: Fix iSCSI form when using IPv6
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Lenz Grimmer
11:31 AM Dashboard Backport #39453 (Resolved): nautilus: mgr/dashboard: Adapt iSCSI discovery auth for read-only users
Ricardo Marques
11:29 AM Revision c4cf01ec (ceph): nautilus: mgr/dashboard: Adapt iSCSI discovery auth for read-only users...
nautilus: mgr/dashboard: Adapt iSCSI discovery auth for read-only users
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
11:25 AM Dashboard Backport #39591 (Resolved): nautilus: mgr/dashboard: Upgrade to ceph-iscsi config v9
Ricardo Marques
11:18 AM Revision e1d61286 (ceph): nautilus: mgr/dashboard: Upgrade to ceph-iscsi config v9 (#28001)
nautilus: mgr/dashboard: Upgrade to ceph-iscsi config v9
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-...
Lenz Grimmer
10:40 AM Revision 93d74cf9 (ceph): mgr/dashboard: iSCSI GET requests should not be logged
Fixes: https://tracker.ceph.com/issues/39492
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
10:36 AM Revision aa79986e (ceph): Add 'RBD_FEATURE_MIGRATING' to rbd.pyx
Fixes: http://tracker.ceph.com/issues/39609
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
10:10 AM rbd Backport #39315 (In Progress): nautilus: krbd: fix rbd map hang due to udev return subsystem unor...
https://github.com/ceph/ceph/pull/28019 Prashant D
10:09 AM CephFS Bug #39617 (Duplicate): cephfs-shell dumps backtrace on "ls"
Hi Patrick,
Please merge this PR https://github.com/ceph/ceph/pull/27716. It resolves the issue.
Varsha Rao
09:40 AM Dashboard Cleanup #39627 (Duplicate): mgr/dashboard: Remove messages.xlf file
Duplicate of #38003 Lenz Grimmer
07:08 AM Dashboard Cleanup #39627 (Duplicate): mgr/dashboard: Remove messages.xlf file
The messages.xlf file should be removed from the git repository, due to a lot of merge conflicts. Since the file is n... Anonymous
09:31 AM Revision f9f82444 (ceph): qa: add version number sanity singleton to rados suite
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
09:28 AM Revision cad431cd (ceph): make-dist: set version number only once
Before this commit, "git describe" was being run *twice* - once
at the beginning to initialize the version variable, ...
Nathan Cutler
09:07 AM Revision fccbbb55 (ceph): mgr/orchestrator: add progress events to all orchestrators
Now, progress events are part of `WriteCompletion` istead of part of the orchestrator module.
It does not yet provid...
Sebastian Wagner
08:58 AM Dashboard Bug #39613: mgr/dashboard: misplaced objects not shown anymore
If the user enables that feature and the cluster of that user is in state `HEALTH_OK`, but it has some misplaced obje... Patrick Seidensal
06:51 AM Dashboard Bug #39613: mgr/dashboard: misplaced objects not shown anymore
In Mimic this warning was enabled by default, but not in nautilus:
http://docs.ceph.com/docs/master/releases/naut...
Alfonso Martínez
08:51 AM bluestore Bug #39318: w_await high when rockdb compacting
i found an issue same my issue
https://tracker.ceph.com/issues/23819
hoan nv
03:29 AM bluestore Bug #39318: w_await high when rockdb compacting
use rocksdb tuning options in tuning guide : https://ceph.com/community/bluestore-default-vs-tuned-performance-compar... hoan nv
08:44 AM Revision d410bda8 (ceph): mgr/dashboard: Add QA tests for RBD configuration
Fixes: http://tracker.ceph.com/issues/37572
Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
Patrick Seidensal
08:37 AM Bug #39595: Compile error: ceph-dencoder: invalid operands (*UND* and .gcc_except_table sections)...
https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos7,DIST=centos7,MAC... Sebastian Wagner
08:06 AM Revision 7485e9a3 (ceph): branch info taken from config, defaults to master
Signed-off-by: rakeshgm <rgowdege@redhat.com> rakesh manohar
07:59 AM Revision 6fe8d822 (ceph): Merge pull request #27873 from rzarzynski/wip-crimson-writes
crimson: add support for basic write path
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:07 AM Revision 1c89bc09 (ceph): krbd: fix rbd map hang due to udev return subsystem unordered
The order of subsystem returned by udev_device_get_subsystem
might not be same order as adding subsystem by
udev_moni...
Zhi Zhang
07:05 AM Dashboard Feature #39626 (Resolved): ceph-rgw: retrieve list of existing realms in local cluster from REST ...
This realm list will be helpful to implement in dashboard:
- Bucket creation: user ability to set placement target...
Alfonso Martínez
05:44 AM Revision a13f08d3 (ceph): crimson: make ObjectState mutable. Evict mutated state on error.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
05:44 AM Revision ee7db95b (ceph): crimson: add support for basic write path, part 2.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
05:44 AM Revision e609d1fa (ceph): crimson/thread: include reactor.hh to avoid linking error.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
05:44 AM Revision b53956e1 (ceph): crimson/os: implement bits needed for basic write path.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
04:38 AM rgw Bug #39622: rgw:RGWGetBucketVersioning on non-existing bucket does not return NoSuchBucket (http=...
Looks like tracker 38420 addresses this issue, with latest master could not reproduce this issue :
$ git log cf66a...
Prashant D
02:29 AM rgw Bug #39622: rgw:RGWGetBucketVersioning on non-existing bucket does not return NoSuchBucket (http=...
rgw debug logs :
2019-05-03 02:32:44.642317 7fea2734b700 1 ====== starting new request req=0x7fea27344f90 =====
...
Prashant D
02:26 AM rgw Bug #39622 (Duplicate): rgw:RGWGetBucketVersioning on non-existing bucket does not return NoSuchB...
The issue is reproducible with downstream luminous and should be reproducible with master branch as well.
Steps to...
Prashant D
04:19 AM Revision 5b94f8ba (ceph): Merge pull request #27413 from liu-chunmei/ceph_seastar_io_read
crimson/osd: support write pid_file when osd start
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Cha...
Kefu Chai
04:15 AM Revision c8c4ed69 (ceph): mgr/dashboard: fix help message for minimum blob size in pool form
A value less than maximum blob size is required.
Fixes: http://tracker.ceph.com/issues/39624
Signed-off-by: Kiefer C...
Kiefer Chang
03:27 AM Bug #39623: make cluster_network work well.
this bug reported by:xu.jiang@dccsh.icbc.com.cn
PR: https://github.com/ceph/ceph/pull/27811 fix this bug.
jianpeng ma
03:26 AM Bug #39623 (Resolved): make cluster_network work well.
This temporary parameter make address is zero. So make cluster_addr is
equal public_addr and make cluster_network di...
jianpeng ma
03:21 AM Revision 1b17061b (ceph): commom: make cluster_network work.
This temporary parameter make address is zero. So make cluster_addr is
equal public_addr and make cluster_network dis...
jianpeng ma
01:59 AM Revision 35dfd7c3 (ceph): Merge pull request #27665 from badone/wip-improve-dump_pgstate_history-...
osd: Improve dump_pgstate_history json output
Reviewed-by: Samuel Just <sjust@redhat.com>
Brad Hubbard
01:41 AM Revision 7c52e4b7 (ceph): Merge pull request #28015 from tchaikov/wip-install-deps.sh
install-deps.sh: install libboost-test for seastar
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
01:17 AM Revision f6205d2e (ceph): os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Discard comand should be issued before space released.
Signed-off-by: Junhui Tang <tangjunhui@sangfor.com.cn>
Fixes:...
tang junhui
12:22 AM Revision 9b796a18 (ceph): install-deps.sh: install libboost-test for seastar
see
https://github.com/scylladb/seastar/blob/5858fe30c16a1a059200c129d20180ceb0199d99/cmake/SeastarDependencies.cmake...
Kefu Chai

05/07/2019

10:49 PM Revision 4a6028c9 (ceph): crimson/osd: support write pid_file when osd start
Signed-off-by: chunmei Liu <chunmei.liu@intel.com> chunmei liu
08:01 PM rgw Backport #39614 (In Progress): mimic: civetweb frontend: response is buffered in memory if conten...
Casey Bodley
03:28 PM rgw Backport #39614 (Resolved): mimic: civetweb frontend: response is buffered in memory if content l...
https://github.com/ceph/ceph/pull/28014 Nathan Cutler
07:56 PM Revision bcf40320 (ceph): rgw: use chunked encoding to get partial results out faster
Some operations can take a long time to have their complete result.
If a RGW operation does not set a content-length...
Robin H. Johnson
07:43 PM Revision 43ef3cfb (ceph): Merge pull request #27979 from yuriw/wip-yuriw-crontab-master
qa/test: reduce over all number of runs Yuri Weinstein
07:34 PM Revision 2021af8e (ceph): Merge pull request #27941 from dzafman/wip-39011
doc: Describe recovery and backfill prioritizations
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha ...
Josh Durgin
06:48 PM rgw Backport #37348 (Resolved): mimic: when using nfs-ganesha to upload file, rgw es sync module get ...
Casey Bodley
06:47 PM Revision d507a9b1 (ceph): Merge pull request #27972 from smithfarm/wip-37348-mimic
mimic: rgw: when using nfs-ganesha to upload file, rgw es sync module get failed
Reviewed-by: Abhishek Lekshmanan <a...
Casey Bodley
06:44 PM rgw Bug #39485: Luminous: a huge bucket stuck in dynamic resharding for one week
The configuration option rgw_max_objs_per_shard determines when dynamic resharding starts. The default value is 100,0... J. Eric Ivancich
06:40 PM CephFS Documentation #39620 (Resolved): doc: MDS and metadata pool hardware requirements/recommendations
We get asked this all the time. Patrick Donnelly
06:13 PM rgw Bug #39619 (Resolved): cleanup: replace boost::string_ref/view with c++17 std::string_view
Casey Bodley
06:11 PM rgw Bug #39611 (Fix Under Review): master/octopus FTBFS on s390x
I see a recent commit 2bd353233112ead32181b94a2af1b04e3fa9e1de that changed some of these calls:... Casey Bodley
02:05 PM rgw Bug #39611 (Resolved): master/octopus FTBFS on s390x
tip of master 6455f96c49ceb49691f27f9d8604e9f5d366ed0f Fails To Build From Source (FTBFS) on s390x. Relevant log exce... Nathan Cutler
06:08 PM Revision 04c32679 (ceph): rgw: use explicit to_string() overload for boost::string_ref
Fixes: http://tracker.ceph.com/issues/39611
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:58 PM rbd Bug #39598 (Pending Backport): [test] possible race condition in rbd-nbd disconnect
Mykola Golub
05:58 PM Revision a3de2799 (ceph): Merge pull request #27981 from dillaman/wip-39598
qa/workunits/rbd: wait for rbd-nbd unmap to complete
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
05:50 PM RADOS Bug #38724 (Pending Backport): _txc_add_transaction error (39) Directory not empty not handled on...
Sage Weil
05:48 PM Revision 5de99ed3 (ceph): Merge PR #27911 into master
* refs/pull/27911/head:
os/bluestore: dump onode meta before "no spanning blob" assertion.
os/bluestore: move _dump...
Sage Weil
05:48 PM Revision 44c35570 (ceph): Merge PR #27929 into master
* refs/pull/27929/head:
os/bluestore: be verbose about objects that existing on rmcoll
osd/PrimaryLogPG: disallow o...
Sage Weil
05:40 PM bluestore Bug #39618: Runaway memory usage on Bluestore OSD
All of my clients are CephFS FWIW Richard Hesse
05:06 PM bluestore Bug #39618 (Can't reproduce): Runaway memory usage on Bluestore OSD
It seems that memory usage on Bluestore OSD's in Nautilus is runaway or has a leak. Auto-tuning has no effect, and ca... Richard Hesse
05:38 PM RADOS Feature #38029 (Pending Backport): [RFE] If the nodeep-scrub/noscrub flags are set in pools inste...
Vikhyat Umrao
05:35 PM rgw Bug #39551 (In Progress): multisite: RGWListBucketIndexesCR for data full sync needs pagination
Casey Bodley
05:23 PM Revision 02c0a20a (ceph): global/global_init: do first transport connection after setuid()
uverbs kernel module forbids access to a file descriptor after credentials
change, that leads to -EACCESS on each fol...
Roman Penyaev
04:50 PM Revision 28c70208 (ceph): Merge pull request #26488 from mogeb/per-pool-scrub-status
mon: show no[deep-]scrub flags per pool in the status
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Joao Eduardo Luis
04:49 PM Revision 544d13d8 (ceph): qa/test: reduce over all number of runs
We kill thousands of queued jobs every week, so why do we even schedule them ?
Another point was that we run numerous...
Yuri Weinstein
04:41 PM CephFS Bug #39617: cephfs-shell dumps backtrace on "ls"
This is on F30, fwiw. I backed out this patch, and it seems to fix the issue:... Jeff Layton
04:30 PM CephFS Bug #39617 (Duplicate): cephfs-shell dumps backtrace on "ls"
Built ceph based on today's master branch (2d410b5a2e428232dc7d6f3abc006da5e9128e77), using this cmake command:
<p...
Jeff Layton
04:33 PM Dashboard Bug #39609 (Fix Under Review): mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rbd.pyx`
Jason Dillaman
11:58 AM Dashboard Bug #39609 (In Progress): mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rbd.pyx`
Ricardo Marques
11:38 AM Dashboard Bug #39609 (Resolved): mgr/dashboard: 'RBD_FEATURE_MIGRATING' is missing in `rbd.pyx`
The 'RBD_FEATURE_MIGRATING' feature should be added to the `rbd.pyx` file (just like we did for other features):
h...
Ricardo Marques
04:21 PM Revision e6462d8a (ceph): mgr/dashboard: All RBD features are supported by 'tcmu:runner'
Fixes: https://tracker.ceph.com/issues/39607
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
04:19 PM Dashboard Backport #39616 (In Progress): nautilus: mgr/dashboard: iSCSI should allow exporting an RBD image...
Ricardo Marques
04:19 PM Dashboard Backport #39616 (Resolved): nautilus: mgr/dashboard: iSCSI should allow exporting an RBD image wi...
https://github.com/ceph/ceph/pull/28011 Ricardo Marques
04:11 PM Dashboard Bug #39607 (Pending Backport): mgr/dashboard: iSCSI should allow exporting an RBD image with Jour...
Ricardo Marques
11:57 AM Dashboard Bug #39607 (Fix Under Review): mgr/dashboard: iSCSI should allow exporting an RBD image with Jour...
Ricardo Marques
09:07 AM Dashboard Bug #39607 (In Progress): mgr/dashboard: iSCSI should allow exporting an RBD image with Journalin...
Ricardo Marques
09:07 AM Dashboard Bug #39607 (Resolved): mgr/dashboard: iSCSI should allow exporting an RBD image with Journaling e...
RBD images with Journaling enabled are not displayed in the iSCSI form dropdown. Ricardo Marques
04:04 PM Revision 21f058dc (ceph): mgr/dashboard: All RBD features are supported by 'tcmu:runner' (#28000)
mgr/dashboard: All RBD features are supported by 'tcmu:runner'
Reviewed-by: Patrick Nawracay <pnawracay@suse.com>
Re...
Lenz Grimmer
03:47 PM Revision 827ced40 (ceph): Merge pull request #27830 from dzafman/wip-38124
osd: Don't include user changeable flag in snaptrim related assert
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Rev...
David Zafman
03:44 PM rgw Backport #37498: mimic: get or set rgw realm zonegroup zone should check user's caps for security
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27948
merged
Yuri Weinstein
03:44 PM Revision 16562ca7 (ceph): Merge pull request #27948 from smithfarm/wip-37498-mimic
mimic: rgw: get or set realm zonegroup zone should check user's caps for security
Reviewed-by: Casey Bodley <cbodley...
Yuri Weinstein
03:44 PM Revision b906e95e (ceph): Merge pull request #27841 from richael02/multiNVMESSD
vstart.sh: enable creating multiple OSDs backed by spdk backend
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:41 PM rgw Bug #37942 (Can't reproduce): Integer underflow in bucket stats
J. Eric Ivancich
09:36 AM rgw Bug #37942: Integer underflow in bucket stats
Cluster was deployed with Luminous, later upgraded to Mimic. S3 was first deployed after the upgrade to 13.2.2.
...
Paul Emmerich
03:34 PM Revision d7efa549 (ceph): Merge pull request #28008 from tchaikov/wip-seastar
seastar: pick up changes for better performance
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
03:29 PM rgw Backport #39615 (Resolved): luminous: civetweb frontend: response is buffered in memory if conten...
https://github.com/ceph/ceph/pull/28069 Nathan Cutler
03:07 PM rgw Bug #12713 (Pending Backport): civetweb frontend: response is buffered in memory if content lengt...
Casey Bodley
03:05 PM Revision ad86669d (ceph): cmake: do not build unit test of seastar
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:32 PM Revision 8bce56d4 (ceph): tools/ceph-objectstore-tool: dump tail key for list-slow-omap op.
This is a helper to provide omap tail key for "slow" onodes. Just to
ease its altering with ceph-kvtool.
Signed-off-...
Igor Fedotov
02:32 PM Revision a2ce72fe (ceph): seastar: pick up changes for better performance
to be specific, a78fb44c96e2912c6f39b2151f94a0bb2b5796a6 helps to
improve the performance of future implementation --...
Kefu Chai
02:22 PM mgr Bug #36531 (Closed): 'MAX AVAIL' in 'ceph df' showing wrong information
no feedback Jan Fajerski
02:16 PM Dashboard Bug #39613 (Resolved): mgr/dashboard: misplaced objects not shown anymore
On Ceph Mimic, the dashboard showed the misplaced objects on the dashboard page in the health section.
On Ceph Nau...
Patrick Seidensal
02:12 PM Backport #39612 (In Progress): nautilus: os/bluestore: fix for FreeBSD iocb structure
Nathan Cutler
02:11 PM Backport #39612 (Resolved): nautilus: os/bluestore: fix for FreeBSD iocb structure
https://github.com/ceph/ceph/pull/28007 Nathan Cutler
02:12 PM Revision 336845b6 (ceph): bluestore: fix for FreeBSD iocb structure
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
(cherry picked from commit 9345819dba3f8f077e278f4d01753eeced5d9...
Willem Jan Withagen
02:11 PM Bug #39608 (Pending Backport): os/bluestore: fix for FreeBSD iocb structure
Nathan Cutler
09:49 AM Bug #39608 (Resolved): os/bluestore: fix for FreeBSD iocb structure
please backport https://github.com/ceph/ceph/pull/27458 to nautilus Willem Jan Withagen
01:58 PM Dashboard Feature #39482 (Fix Under Review): mgr/dashboard: Make a long running task out of the increase or...
Stephan Müller
01:26 PM Linux kernel client Bug #39571: xfstest generic/452 exposes inode refcount leak
Found the problem. ceph didn't have a remount_sb operation, so we just need that and to have that call sync_filesyste... Jeff Layton
12:50 PM Linux kernel client Bug #39571: xfstest generic/452 exposes inode refcount leak
Slimmed-down reproducer:... Jeff Layton
12:28 PM Linux kernel client Bug #39571: xfstest generic/452 exposes inode refcount leak
Single shell-script reproducer:... Jeff Layton
01:01 PM Revision 6455f96c (ceph): mgr/dashboard/qa: Fix a few linting issues in dashboard backend tests (...
mgr/dashboard/qa: Fix a few linting issues in dashboard backend tests
Reviewed-by: Patrick Nawracay <pnawracay@suse....
Lenz Grimmer
12:02 PM Revision 7962f7e8 (ceph): Merge pull request #27947 from smithfarm/wip-39579
pybind/tox: pass additional command line arguments through to tox
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Revi...
Nathan Cutler
12:01 PM CephFS Feature #39610 (Resolved): mgr/volumes: add CephFS subvolumes library
The FS subvolumes library module will be heavily borrowed from ceph_volume_client. It'll be used to provision FS subv... Ramana Raja
11:48 AM Dashboard Backport #39591 (In Progress): nautilus: mgr/dashboard: Upgrade to ceph-iscsi config v9
Lenz Grimmer
11:46 AM Revision e09e66ec (ceph): mgr/dashboard: Support ceph-iscsi config v9
Fixes: https://tracker.ceph.com/issues/39147
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
11:28 AM Revision f971270a (ceph): mgr/dashboard: All RBD features are supported by 'tcmu:runner'
Fixes: https://tracker.ceph.com/issues/39607
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
11:26 AM mgr Backport #39540 (In Progress): nautilus: Provide a base set of Prometheus alert manager rules tha...
Nathan Cutler
11:22 AM mgr Bug #39486 (Fix Under Review): debian package from source - mgr module enable dashboard: Frontend...
I now submitted https://github.com/ceph/ceph/pull/27997 to improve the documentation - please review. Thank you! Lenz Grimmer
11:00 AM mgr Bug #39486 (In Progress): debian package from source - mgr module enable dashboard: Frontend asse...
Lenz Grimmer
11:05 AM Revision 9a3fbdb4 (ceph): Merge pull request #27969 from yuvalif/wip-yuval-add-tenant-to-user
rgw: add tenant as parameter to User in multisite tests Yuval Lifshitz
10:42 AM Revision 4f97ddca (ceph): Merge pull request #27987 from tchaikov/wip-crimson-osd-shutdown
crimson/osd: shutdown services in the right order
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
10:16 AM RADOS Bug #38124: OSD down on snaptrim.
Erikas Kučinskis wrote:
> Hi is there any ETA when the bug fix will be live?
Erikas Kučinskis
10:15 AM RADOS Bug #38124: OSD down on snaptrim.
Hi is there any ETA when the bug will be live? Erikas Kučinskis
10:05 AM Revision c400cf33 (ceph): crimson: object state can be manually evicted from OSD's cache.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:04 AM Revision d86ffe51 (ceph): crimson: retrieve object state once per MOSDOp.
Justification behind the change is behaviour of classical OSD.
It calls PrimaryLogPG::find_object_context() far befor...
Radoslaw Zarzynski
09:49 AM Revision de5e5160 (ceph): crimson: add support for basic write path, part 1.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:48 AM Revision 1dfa5b8b (ceph): crimson: PG caches ObjectState instead of object_info_t.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:48 AM Revision c8cd0dd5 (ceph): crimson/os: add inclusion guard in Transaction.h
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:48 AM Revision 3c3320d9 (ceph): crimson: PG::do_osd_op throws about unsupported op.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:48 AM Revision 0bfcde95 (ceph): crimson: PG::do_osd_op() takes OSDOp by reference, not pointer.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:47 AM Revision c3473cdb (ceph): crimson: handle hot CaynStore exceptions without throwing.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:24 AM Dashboard Bug #39483 (Resolved): mgr/dashboard: Make all columns sortable
Lenz Grimmer
09:24 AM Dashboard Backport #39535 (Resolved): nautilus: mgr/dashboard: Make all columns sortable
Lenz Grimmer
09:18 AM Revision e71c2e6f (ceph): nautilus: mgr/dashboard: Make all columns sortable (#27889)
nautilus: mgr/dashboard: Make all columns sortable
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Lenz Grimmer
09:18 AM Revision 2d410b5a (ceph): Merge pull request #27931 from yuvalif/pubsub_info_update_fix
rgw/pubsub: fix doc on updates. fix multi-notifications Yuval Lifshitz
09:10 AM Revision 8f46a351 (ceph): mgr/balancer: fix fudge
next_* simply record some intermediate results when balancer tries
to find something to optimize, whereas best_* are ...
xie xingguo
09:05 AM Revision 4def9293 (ceph): rgw: add tenant as parameter to User in multisite tests
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com> Yuval Lifshitz
08:53 AM Dashboard Bug #39606 (Need More Info): Offline RGW isn't removed from the list of hosts
Offline RGW isn't removed from the list of hosts unless the mgr instance is restarted. A dump of the metadata did no... Patrick Seidensal
08:44 AM Bug #39600 (Resolved): CRUSH rule device classes mystery
xie xingguo
06:08 AM Bug #39600 (Resolved): CRUSH rule device classes mystery
I'm playing around with CRUSH rules and device classes and I'm puzzled
if it's working correctly. Platform specifics...
xie xingguo
08:43 AM mgr Backport #39459 (Resolved): nautilus: mgr/prometheus: replace whitespaces in metric names
Nathan Cutler
08:38 AM Revision f243f7a5 (ceph): mgr/dashboard: Fix iSCSI form when using IPv6
Fixes: https://tracker.ceph.com/issues/39578
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
08:26 AM Dashboard Bug #37701 (Resolved): mgr/dashboard: Buggy data table search field
Lenz Grimmer
08:26 AM Dashboard Backport #39370 (Resolved): nautilus: mgr/dashboard: Buggy data table search field
Lenz Grimmer
08:25 AM Revision d6d9eaa4 (ceph): nautilus: mgr/dashboard: Buggy data table search field (#27672)
nautilus: mgr/dashboard: Buggy data table search field
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Lenz Grimmer
08:19 AM Revision 88ce715b (ceph): Merge pull request #27886 from rhcs-dashboard/39459-nautilus-prometheus...
nautilus: mgr/prometheus: replace whitespaces in metrics' names
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Revie...
Lenz Grimmer
08:17 AM Bug #39595: Compile error: ceph-dencoder: invalid operands (*UND* and .gcc_except_table sections)...
https://shaman.ceph.com/builds/ceph/master/55d5ed4f770e554460624dd3480076f5f7ecf924/notcmalloc/152186/
https://jen...
Sebastian Wagner
07:58 AM Dashboard Feature #39037 (Resolved): mgr/dashboard: Localization for date picker module
Lenz Grimmer
07:57 AM Dashboard Backport #39371 (Resolved): nautilus: mgr/dashboard: Localization for date picker module
Lenz Grimmer
07:57 AM Revision 2066220f (ceph): Merge pull request #27673 from Devp00l/wip-39371-nautilus
nautilus: mgr/dashboard: Localization for date picker module
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Rev...
Lenz Grimmer
07:56 AM rgw Bug #37945 (Resolved): return NoSuchCORSConfiguration for ENOENT on GetCORS
Nathan Cutler
07:56 AM rgw Backport #38922 (Resolved): mimic: return NoSuchCORSConfiguration for ENOENT on GetCORS
Nathan Cutler
07:56 AM rgw Backport #38924 (Resolved): mimic: beast frontend option to set the TCP_NODELAY socket option
Nathan Cutler
07:55 AM rgw Backport #38959 (Resolved): mimic: multisite: sync status on master zone does not show "oldest in...
Nathan Cutler
07:54 AM rgw Backport #39016 (In Progress): luminous: unable to cancel reshard operations for buckets with ten...
Nathan Cutler
07:54 AM Revision 80a547bc (ceph): rgw admin: add tenant argument to reshard cancel
Looks like we ignore the tenant argument for reshard cancel as mentioned in the
issue.
Fixes: https://tracker.ceph.c...
Abhishek Lekshmanan
07:53 AM rgw Backport #39017 (Resolved): mimic: unable to cancel reshard operations for buckets with tenants
Nathan Cutler
07:53 AM rgw Backport #39049 (Resolved): mimic: rgw: beast endpoint doesn't set a default port
Nathan Cutler
07:52 AM rgw Backport #39359 (Resolved): mimic: rgw:failed to pass test_bucket_create_naming_bad_punctuation i...
Nathan Cutler
07:52 AM rgw Backport #39357 (Resolved): mimic: Compliance to aws s3's relaxed query handling behaviour
Nathan Cutler
07:51 AM rgw Backport #38714 (Need More Info): luminous: rgw: gc entries with zero-length chains are not clean...
Nathan Cutler
07:51 AM rgw Feature #39605 (Resolved): assign bucket policy to subuser
Hi all
I have a radosgw cluster in 14.2.1 version.
The bucket policy feature just uses to assign to another, n...
duc pham
07:47 AM rgw Backport #38713 (Resolved): mimic: rgw: gc entries with zero-length chains are not cleaned up
Nathan Cutler
07:45 AM rgw Backport #39497 (In Progress): luminous: rgw admin: object stat command output's delete_at not re...
Nathan Cutler
07:45 AM Revision c6d39772 (ceph): rgw: admin: handle delete_at attr in object stat output
Fixes: https://tracker.ceph.com/issues/39481
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked f...
Abhishek Lekshmanan
07:43 AM rgw Backport #39498 (Resolved): mimic: rgw admin: object stat command output's delete_at not readable
Nathan Cutler
07:42 AM rbd Bug #36038 (Resolved): [rbd-mirror] don't report error if image replay canceled
Nathan Cutler
07:42 AM rbd Backport #37909 (Resolved): mimic: [rbd-mirror] don't report error if image replay canceled
Nathan Cutler
07:42 AM rbd Backport #38955 (Resolved): mimic: backport krbd discard qa fixes to stable branches
Nathan Cutler
07:41 AM rbd Backport #38976 (Resolved): mimic: return ETIMEDOUT if we meet a timeout in poll
Nathan Cutler
07:40 AM rbd Backport #39589 (In Progress): luminous: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' a...
Nathan Cutler
07:40 AM Revision 137e95e0 (ceph): qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 83c11efb98f28c19f70eac04a6a84fe820f968cb)
Jason Dillaman
07:38 AM rbd Backport #39590 (In Progress): nautilus: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' a...
Nathan Cutler
07:37 AM Revision ee3e719e (ceph): qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 83c11efb98f28c19f70eac04a6a84fe820f968cb)
Jason Dillaman
07:37 AM Revision 8ab2644e (ceph): qa/suites/rbd: add random distro selection to librbd tests
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit d83d598c121e41eb6c6903df794ea2bd15ed4b86)
Jason Dillaman
07:37 AM rbd Backport #39585 (Resolved): mimic: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'co...
Nathan Cutler
07:35 AM rbd Backport #39541 (In Progress): nautilus: [test] qemu-iotests tests fails under latest Ubuntu kernel
Nathan Cutler
07:35 AM Revision ce730432 (ceph): qa/workunits/rbd: use more recent qemu-iotests that support Bionic
Fixes: http://tracker.ceph.com/issues/24668
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
07:34 AM Dashboard Backport #39604 (Resolved): mgr/dashboard: Allow the decrease of pg's of an existing pool
https://github.com/ceph/ceph/pull/30376 Nathan Cutler
07:34 AM rbd Backport #39583 (Resolved): mimic: [test] qemu-iotests tests fails under latest Ubuntu kernel
Nathan Cutler
07:32 AM rgw Backport #39603 (Resolved): luminous: document CreateBucketConfiguration for s3 PUT Bucket request
https://github.com/ceph/ceph/pull/31647 Nathan Cutler
07:32 AM rgw Backport #39602 (Resolved): mimic: document CreateBucketConfiguration for s3 PUT Bucket request
https://github.com/ceph/ceph/pull/29257 Nathan Cutler
07:32 AM rgw Backport #39601 (Resolved): nautilus: document CreateBucketConfiguration for s3 PUT Bucket request
https://github.com/ceph/ceph/pull/28512 Nathan Cutler
07:30 AM RADOS Backport #39506: mimic: Give recovery for inactive PGs a higher priority
Assigning to Neha based on http://tracker.ceph.com/issues/39099#note-11 Nathan Cutler
07:29 AM RADOS Backport #39505: luminous: Give recovery for inactive PGs a higher priority
Assigning to Neha based on http://tracker.ceph.com/issues/39099#note-11 Nathan Cutler
07:06 AM Revision 5d31861a (ceph): crimson/osd: shutdown services in the right order
we should stop config service *after* osd is stopped, as osd depends on
a working and alive config subsystem when sto...
Kefu Chai
06:17 AM Bug #39556: npm problem causes "make-dist" to fail when directory contains colon character
Updated title and description to reflect Tiago's analysis - i.e., the problem only happens when the directory contain... Nathan Cutler
06:13 AM RADOS Bug #16553: Removing Writeback Cache Tier Does not clean up Incomplete_Clones
Still hit the same issue on 12.2.10 Jun Yang
05:49 AM RADOS Backport #39311 (In Progress): mimic: crushtool crash on Fedora 28 and newer
https://github.com/ceph/ceph/pull/27986 Prashant D
04:36 AM Revision 48250727 (ceph): osd: Improve dump_pgstate_history json output
Fixes: http://tracker.ceph.com/issues/38846
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
03:19 AM Revision 4a8d3666 (ceph): Merge pull request #27975 from tchaikov/wip-pidfile_write
global/pidfile: pass string_view instead of ConfigProxy to pidfile_wr…
Reviewed-by: Samuel Just <sjust@redhat.com>
R...
Kefu Chai
02:40 AM Revision 55d5ed4f (ceph): Merge PR #27932 into master
* refs/pull/27932/head:
osd: clean up osdmap sharing
osd: minor cleanup in dequeue_op
Reviewed-by: Josh Durgin <jd...
Sage Weil
02:23 AM Revision cf3176ab (ceph): crush/CrushCompiler: Fix __replacement_assert
When compiled with _GLIBCXX_ASSERTIONS we see an assert due to UB of
passing the address of an empty vector. Use vect...
Brad Hubbard
02:23 AM Revision b53d3131 (ceph): src/tests/crushtool: Add test for an empty default
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit 5b6b5c5cd3db364eefbfa163c29691a6af8efc18)
Brad Hubbard
02:16 AM Revision 10d0990d (ceph): OSD: rollforward may need to mark pglog dirty
if we rollforward at the end of PG::activate(), we may advance the *crt*,
but we did not mart the log dirty, this mea...
Zengran Zhang
02:11 AM Revision 40c97b91 (ceph): vstart.sh: enable creating multiple OSDs backed by spdk backend
Currently vstart.sh only support deploying one OSD based on NVMe SSD.
The following two cases will cause errors:
1.Th...
richael zhuang

05/06/2019

10:26 PM Revision 7e297dfd (ceph): rgw: update civetweb submodule sha1 to track ceph-master
Updating the sha1 to track ceph-master which currently updates civetweb to 1.1
Signed-off-by: Abhishek Lekshmanan <a...
Abhishek Lekshmanan
10:26 PM Revision 201c2027 (ceph): civetweb: update for url validation fixes
The new civetweb 1.10 version in mimic and later is strict on control characters
being url encoded, making url valida...
Abhishek Lekshmanan
10:26 PM Revision 213d828e (ceph): mimic: rgw: civetweb: use poll instead of select while waiting on sockets
Non cherry-picked backport of 4d0035830e5783a828a275245b8bc3ae88edc417 as the
commit hashes of the submodules are dif...
Abhishek Lekshmanan
10:26 PM Revision b0231f01 (ceph): rgw: bump mimic civetweb with ssl & abs url fixes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 6180747fc18cfe789f2b5b0b6b5ff5368f6...
Abhishek Lekshmanan
10:25 PM Revision 4c8275fd (ceph): rgw: update civetweb to 1.1
Introduces the following additions in rgw:
- allow_unicode_in_urls introduced with a corresponding downstream commit ...
Abhishek Lekshmanan
10:13 PM Revision a8ece94a (ceph): tools/ceph_objectstore_tool: introduce list-slow-omap command.
This detects onode which omap enumeration is too slow.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
09:44 PM RADOS Bug #25182 (Resolved): Upmaps forgotten after restarting OSDs
Thanks for verifying the fixes Bryan. Looks like those are all backported to mimic + luminous. Josh Durgin
08:33 PM Revision 71795363 (ceph): test/rgw: add url to endpoints in test-rgw-multisite.sh
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
08:32 PM Revision 3cb21a4d (ceph): test/rgw: add bash variable for url
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
08:23 PM Bug #39599 (Resolved): common: segfault while parsing POD_MEMORY_REQUEST
Backtrace:... Ilya Lyubimov
08:15 PM Revision 6dbe4960 (ceph): Merge pull request #26152 from noonedeadpunk/mgr/zabbix_discovery
mgr/zabbix Added pools discovery and per-pool statistics
Reviewed-by: Wido den Hollander <wido@42on.com>
Greg Farnum
08:08 PM Revision 10b8b57d (ceph): rgw/pubsub: revert the RGWSysObjectCtx change
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com> Yuval Lifshitz
08:03 PM rgw Backport #23237: Corrupted downloads from civetweb when using multipart with slow connections
thanks for the feedback. it sounds like we are planning at least one more luminous release, so i've staged a backport... Casey Bodley
08:02 PM rgw Backport #23237 (In Progress): Corrupted downloads from civetweb when using multipart with slow c...
Casey Bodley
07:17 PM rbd Bug #39598 (Fix Under Review): [test] possible race condition in rbd-nbd disconnect
Jason Dillaman
07:06 PM rbd Bug #39598 (In Progress): [test] possible race condition in rbd-nbd disconnect
Jason Dillaman
07:02 PM rbd Bug #39598 (Resolved): [test] possible race condition in rbd-nbd disconnect
http://qa-proxy.ceph.com/teuthology/teuthology-2019-05-02_02:01:02-rbd-master-distro-basic-smithi/3917446/teuthology.... Jason Dillaman
07:16 PM Revision 87278548 (ceph): qa/workunits/rbd: wait for rbd-nbd unmap to complete
The "unmap" request is asynchronous, so wait for a short amount
of time for the "rbd-nbd" daemon process to exit.
Fi...
Jason Dillaman
07:06 PM rgw Bug #24991 (Fix Under Review): Add support for --bypass-gc flag of radosgw-admin bucket rm comman...
Casey Bodley
07:05 PM Revision 0316a818 (ceph): rgw: delete_obj_index() takes mtime for bilog
writing an empty timestamp to the bilog prevents other zones from
applying the delete. this means that the --bypass-g...
Casey Bodley
05:33 PM Revision 5affd3b9 (ceph): Apply suggestions from code review
Signed-off-by: Dmitriy Rabotjagov <noonedeadpunk@ya.ru> Sebastian Wagner
05:05 PM Revision f5c515e7 (ceph): Merge pull request #27967 from liewegas/wip-fix-rgw-bias
rgw/rgw_tools: fix 'osd pool set' json syntax
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:28 PM rgw Backport #38922: mimic: return NoSuchCORSConfiguration for ENOENT on GetCORS
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27356
merged
Yuri Weinstein
04:28 PM Revision 5a1b38aa (ceph): Merge pull request #27356 from pdvian/wip-38922-mimic
mimic: rgw: Fix S3 compatibility bug when CORS is not found
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:27 PM rgw Backport #38924: mimic: beast frontend option to set the TCP_NODELAY socket option
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27367
merged
Yuri Weinstein
04:27 PM Revision 440bac7d (ceph): Merge pull request #27367 from pdvian/wip-38924-mimic
mimic: rgw: Adding tcp_nodelay option to Beast
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:27 PM rgw Backport #38959: mimic: multisite: sync status on master zone does not show "oldest incremental c...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27421
merged
Yuri Weinstein
04:27 PM Revision 2e0e9249 (ceph): Merge pull request #27421 from pdvian/wip-38959-mimic
mimic: rgw-admin: fix data sync report for master zone
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:27 PM rgw Backport #39017: mimic: unable to cancel reshard operations for buckets with tenants
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27603
merged
Yuri Weinstein
04:27 PM Revision 3fd21e6e (ceph): Merge pull request #27603 from pdvian/wip-39017-mimic
mimic: rgw admin: add tenant argument to reshard cancel
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:26 PM rgw Backport #39049: mimic: rgw: beast endpoint doesn't set a default port
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27661
merged
Yuri Weinstein
04:26 PM Revision 8c8071a8 (ceph): Merge pull request #27661 from pdvian/wip-39049-mimic
mimic: rgw: beast: set a default port for endpoints
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:26 PM rgw Backport #39359: mimic: rgw:failed to pass test_bucket_create_naming_bad_punctuation in s3test
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27666
merged
Yuri Weinstein
04:26 PM rgw Backport #39357: mimic: Compliance to aws s3's relaxed query handling behaviour
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27666
merged
Yuri Weinstein
04:26 PM Revision a7d5e073 (ceph): Merge pull request #27666 from smithfarm/wip-39359-mimic
mimic: rgw: failed to pass test_bucket_create_naming_bad_punctuation in s3test
Reviewed-by: Casey Bodley <cbodley@re...
Yuri Weinstein
04:23 PM rgw Backport #38713: mimic: rgw: gc entries with zero-length chains are not cleaned up
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27796
merged
Yuri Weinstein
04:23 PM Revision b3b4e98c (ceph): Merge pull request #27796 from cbodley/wip-38713
mimic: rgw: resolve bugs and clean up garbage collection code
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein
04:22 PM rgw Backport #39498: mimic: rgw admin: object stat command output's delete_at not readable
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27828
merged
Yuri Weinstein
04:22 PM Revision 96092ba5 (ceph): Merge pull request #27828 from ashishkumsingh/wip-39498-mimic
mimic: rgw: admin: handle delete_at attr in object stat output
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan...
Yuri Weinstein
04:18 PM rbd Backport #37909: mimic: [rbd-mirror] don't report error if image replay canceled
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/26140
merged
Yuri Weinstein
04:18 PM Revision f3d64d52 (ceph): Merge pull request #26140 from ashishkumsingh/wip-37909-mimic
mimic: rbd_mirror: don't report error if image replay canceled
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
04:18 PM rbd Backport #38955: mimic: backport krbd discard qa fixes to stable branches
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27391
merged
Yuri Weinstein
04:17 PM Revision 3156ec9b (ceph): Merge pull request #27391 from pdvian/wip-38955-mimic
mimic: tests: krbd discard qa fixes
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Reviewed-by: Jason Dillaman <dil...
Yuri Weinstein
04:17 PM rbd Backport #38976: mimic: return ETIMEDOUT if we meet a timeout in poll
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27588
merged
Yuri Weinstein
04:17 PM Revision e0e5e7ce (ceph): Merge pull request #27588 from pdvian/wip-38976-mimic
mimic: rbd: krbd: return -ETIMEDOUT in polling
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
04:16 PM rbd Backport #39585: mimic: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Jason Dillaman wrote:
> https://github.com/ceph/ceph/pull/27958
merged
Yuri Weinstein
04:16 PM Revision b7e92455 (ceph): Merge pull request #27958 from dillaman/wip-39585-mimic
mimic: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Reviewed-by: Mykola Golub <mgolub@mira...
Yuri Weinstein
04:16 PM rbd Backport #39583: mimic: [test] qemu-iotests tests fails under latest Ubuntu kernel
Jason Dillaman wrote:
> https://github.com/ceph/ceph/pull/27959
merged
Yuri Weinstein
04:16 PM Revision fc8f7ba7 (ceph): Merge pull request #27959 from dillaman/wip-39583-mimic
mimic: qa/workunits/rbd: use more recent qemu-iotests that support Bionic
Reviewed-by: Mykola Golub <mgolub@mirantis...
Yuri Weinstein
04:07 PM Bug #39556: npm problem causes "make-dist" to fail when directory contains colon character
@Tiago: I see now you wrote you changed the distro in your Dockerfile. There must be a new dependency that your Docke... Nathan Cutler
02:47 PM Bug #39556 (New): npm problem causes "make-dist" to fail when directory contains colon character
Reopening. I can reproduce this in an openSUSE 15.1 docker container. The procedure for doing so is:... Nathan Cutler
03:57 PM Linux kernel client Bug #39571: xfstest generic/452 exposes inode refcount leak
With some printk debugging, leftover inode is the one for /mnt/scratch/ls_on_scratch. Still not able to reproduce thi... Jeff Layton
03:45 PM Dashboard Feature #39482: mgr/dashboard: Make a long running task out of the increase or decrease of pgs of...
Marking this as a bug in order to make it a possible backporting candidate into Nautilus Lenz Grimmer
03:42 PM Dashboard Bug #35917 (Pending Backport): mgr/dashboard: Allow the decrease of pg's of an existing pool
Flagging this one for backporting into Nautilus as soon as the remaining comments on the PR into master have been add... Lenz Grimmer
03:38 PM Revision 22d6a82a (ceph): mgr/dashboard: Allow the decrease of pg's of an existing pool (#27785)
mgr/dashboard: Allow the decrease of pg's of an existing pool
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Re...
Lenz Grimmer
03:15 PM Revision 042f80e3 (ceph): Merge pull request #26655 from jan--f/c-v-simple-activate-all-mimic
mimic: ceph-volume: add --all flag to simple activate
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
02:50 PM rgw Documentation #39597 (Pending Backport): document CreateBucketConfiguration for s3 PUT Bucket req...
Casey Bodley
01:34 PM rgw Documentation #39597 (In Progress): document CreateBucketConfiguration for s3 PUT Bucket request
Casey Bodley
01:14 PM rgw Documentation #39597 (Resolved): document CreateBucketConfiguration for s3 PUT Bucket request
doc/radosgw/s3/bucketops.rst says 'We do not support request entities for PUT /{bucket} in this release.', but Create... Casey Bodley
02:50 PM Revision 1da57c3a (ceph): Merge pull request #27977 from cbodley/wip-39597
doc/rgw: document CreateBucketConfiguration for s3 PUT Bucket api
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Casey Bodley
01:39 PM Revision 4276ee23 (ceph): Merge pull request #27968 from iotcg/master
vstart.sh: correct ceph-run path
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:33 PM Revision e97668bb (ceph): doc/rgw: document CreateBucketConfiguration for s3 PUT Bucket api
Fixes: http://tracker.ceph.com/issues/39597
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:30 PM Revision ecb88dce (ceph): osd: change pg_missing_item encode and decode
since luminous, recovery_deletes is always true, and octopus won't
maintain compatibility with jewel OSDs
Signed-off...
lishuhao li
01:04 PM Revision 89d62afc (ceph): global/pidfile: pass string_view instead of ConfigProxy to pidfile_write()
there is no need to pass ConfigProxy to this function. and passing a
string_view also make it easier to reuse this fu...
Kefu Chai
12:43 PM Revision c2b0fa3c (ceph): Merge pull request #27970 from Liuchang0812/duplicate-tags-bl
rgw: eliminates duplicated tags_bl var
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
12:20 PM Revision 594a1d58 (ceph): PendingReleaseNotes: librbd can open images on Jewel clusters
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
12:17 PM Revision 6ab1e399 (ceph): osd: fix ReplicatedBackend::submit_push_data log output
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
12:17 PM Revision 20eb8a2e (ceph): osd: fix add_next_event about clean_regions
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
12:17 PM Revision b7a00028 (ceph): fix the type of _size in class interval_set, int64_t -> uint64_t
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
lishuhao
12:17 PM Revision e9f328ef (ceph): osd: fix ObjectRecoveryInfo decode
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
12:17 PM Revision 7148dda0 (ceph): osd: supplement doc
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
12:17 PM Revision 6ec07190 (ceph): osd: using SERVER_OCTOPUS everywhere
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
12:17 PM Revision 2e935df1 (ceph): osd: make ObjectCleanRegions::dump consistent
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
12:17 PM Revision 7b581ed9 (ceph): osd: fix indentation
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
12:17 PM Revision e12f8cf9 (ceph): osd: add a comment to pg_missing_set::add
Signed-off-by: lishuhao <lishuhao@unitedstack.com> lishuhao li
12:17 PM Revision cb927925 (ceph): osd: mark ObjectCleanRegions dirty for related operations
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
lishuhao
12:17 PM Revision 2455e083 (ceph): osd: change build_push_op and submit_push_data base recovery strategy
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
lishuhao
12:05 PM CephFS Fix #38801 (Fix Under Review): qa: ignore "ceph.dir.pin: No such attribute" for (old) kernel client
Sidharth Anupkrishnan
11:39 AM Revision c2336997 (ceph): doc: remove recommendation for kernel.pid_max
now that Ceph uses async messenger, setting kernel.pid_max = 4194303 should not be necessary anymore. Even if kernel... Ben England
11:16 AM Bug #39595: Compile error: ceph-dencoder: invalid operands (*UND* and .gcc_except_table sections)...
https://shaman.ceph.com/builds/ceph/wip-swagner-testing/ba62bd3d05ca49931f12a47b26a97fa5cc9a5c11/default/152094/
h...
Sebastian Wagner
09:57 AM Bug #39595 (Resolved): Compile error: ceph-dencoder: invalid operands (*UND* and .gcc_except_tabl...
https://shaman.ceph.com/builds/ceph/master/1991495a22fa74210348ffd4f261c314ef3f056c/notcmalloc/152091/
https://jen...
Sebastian Wagner
10:36 AM Revision d04b4481 (ceph): pybind/tox: pass additional command line arguments through to tox
Fixes: 9426f1f2045d0ae0f319530c3dc3a9240d838d07
Fixes: https://tracker.ceph.com/issues/39579
Signed-off-by: Nathan Cu...
Nathan Cutler
10:28 AM Revision 58ba8479 (ceph): rgw: ES sync: wrap all the decode bls in try block
since decode can throw, wrap all the try block
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked...
Abhishek Lekshmanan
10:03 AM mgr Backport #39592 (In Progress): mimic: ceph-mgr: ImportError: Interpreter change detected - this ...
Nathan Cutler
08:30 AM mgr Backport #39592 (Resolved): mimic: ceph-mgr: ImportError: Interpreter change detected - this mod...
https://github.com/ceph/ceph/pull/27971 Nathan Cutler
09:52 AM RADOS Support #39594 (New): OSD marked as down, had timed out after 15, handle_connect_reply connect go...
Hi,
recently we saw random slow requests in our cluster. in monitor ceph.log I could see that at the same time OSD...
Alon Avrahami
09:52 AM Revision d4c462a9 (ceph): rgw: admin: introduce objects expire-stale list and rm
These commands help cleanup stale expired objects after a reshard has happened
Contains the following changesets:
* ...
Abhishek Lekshmanan
09:51 AM Revision 7f958c64 (ceph): rgw: object expirer: handle resharded buckets
Previously we fetched the bucket instance info which changes during a reshard
causing the bucket info to fail, since ...
Abhishek Lekshmanan
09:51 AM Revision 1d1ea1fa (ceph): rgw: rgw_bucket: set BucketInfo as const in rgw_remove_object
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
09:51 AM Revision 5e56ea6f (ceph): rgw_common: introduce a decode_bl function to decode a bl to type
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
09:18 AM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
This may be the case indeed, but I'd expect that unless pgs are evacuated, the state would be backfill_wait, not back... Rene Diepstraten
09:04 AM mgr Backport #39593 (In Progress): mimic: Cython 0.29 removed support for subinterpreters: raises "Im...
Nathan Cutler
08:31 AM mgr Backport #39593 (Resolved): mimic: Cython 0.29 removed support for subinterpreters: raises "Impor...
https://github.com/ceph/ceph/pull/27971 Nathan Cutler
08:56 AM Dashboard Bug #39586: dashboard: orchestrator mgr modules assert failure on iscsi service request
Sebastian Wagner wrote:
> just of of curiosity: how does your iscsi setup look like within the k8s cluster?
I'm t...
Maximilian Mack
08:52 AM Dashboard Bug #39586: dashboard: orchestrator mgr modules assert failure on iscsi service request
just of of curiosity: how does your iscsi setup look like within the k8s cluster? Sebastian Wagner
08:35 AM Backport #38966 (In Progress): mimic: src/osd/OSDMap.cc: 4405: FAILED assert(osd_weight.count(i.f...
Nathan Cutler
08:32 AM Revision 31208253 (ceph): doc: Fix small typo in dashboard documentation
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
(cherry picked from commit 038ef6291d5f5728385683c693046f03184309fa)
Tatjana Dehler
08:30 AM Revision 1629407c (ceph): doc: Improved the dashboard proxy config section
Added paragraph that explains how standby dashboard instances perform
HTTP redirections to the currently active ceph-...
Lenz Grimmer
08:29 AM Dashboard Backport #39591 (Resolved): nautilus: mgr/dashboard: Upgrade to ceph-iscsi config v9
https://github.com/ceph/ceph/pull/28001 Nathan Cutler
08:29 AM rbd Backport #39590 (Resolved): nautilus: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and ...
https://github.com/ceph/ceph/pull/27989 Nathan Cutler
08:28 AM rbd Backport #39589 (Resolved): luminous: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and ...
https://github.com/ceph/ceph/pull/27990 Nathan Cutler
08:28 AM rgw Bug #38007 (Resolved): multisite: bucket full sync does not handle delete markers
Nathan Cutler
08:28 AM rgw Backport #38078 (Resolved): mimic: multisite: bucket full sync does not handle delete markers
Nathan Cutler
08:27 AM rgw Backport #38396 (Resolved): mimic: rgw: when exclusive lock fails due existing lock, log add'l info
Nathan Cutler
08:26 AM rgw Bug #38373 (Resolved): multisite: rgw_data_sync_status json decode failure breaks automated datal...
Nathan Cutler
08:26 AM rgw Backport #38413 (Resolved): mimic: multisite: rgw_data_sync_status json decode failure breaks aut...
Nathan Cutler
08:25 AM rgw Backport #38886 (Resolved): mimic: GetBucketCORS API returns "Not Found" error code when CORS con...
Nathan Cutler
08:25 AM rgw Backport #38907 (Resolved): mimic: rgw: read not exists null version success and return empty data
Nathan Cutler
08:23 AM Revision db9189a1 (ceph): doc: Updated dashboard iSCSI configuration, added labels
Added note about the requirement for the latest ceph-iscsi version
3 to the dashboard documentation. Added some doc r...
Lenz Grimmer
08:23 AM Revision 8d2dec8f (ceph): doc: dashboard: refined object gateway configuration
As discussed in BUG#39252, the dashboard currently does not
support all possible RGW configuration possibilities when...
Lenz Grimmer
08:22 AM Revision 1991495a (ceph): doc: fix small typo in dashboard documentation (#27850)
doc: fix small typo in dashboard documentation
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Lenz Grimmer
08:18 AM rgw Backport #38847 (Resolved): mimic: rgw admin api create user generates a segfault and coredump us...
Nathan Cutler
08:17 AM rgw Backport #38919 (Resolved): mimic: "Caught signal (Aborted) thread_name:radosgw" in ceph dashboar...
Nathan Cutler
07:30 AM Revision 20e26e83 (ceph): osd: partial recovery add doc
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
lishuhao
07:30 AM Revision 3a8164ac (ceph): osd: define ObjectCleanRegions for recovery object
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
lishuhao
07:30 AM Revision 19e71a2f (ceph): test: add unittest case for ObjectCleanRegion
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
lishuhao
07:30 AM Revision 28af7820 (ceph): osd: add ObjectCleanRegions for pg log
we use merge ObjectCleanRegions to calculate the data that needs recovery when merge log
Signed-off-by: Ning Yao <ya...
lishuhao
07:17 AM Revision ce534b4f (ceph): vstart.sh: correct ceph-run path
ceph-run is in the same directory as vstart.sh. It's often that
vstart.sh is run under build directory. Without givin...
Changcheng Liu
07:05 AM Revision 533ba85d (ceph): rgw: eliminates duplicated tags_bl var
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
06:35 AM Revision e62cfceb (ceph): qa/standalone: remove osd_pool_default_size in test_wait_for_health_ok
Signed-off-by: zjh <jhzeng93@foxmail.com> zjh
05:53 AM mgr Bug #37472: Cython 0.29 removed support for subinterpreters: raises "ImportError: Interpreter cha...
> Shouldn't we consider this fix rather as a workaround and still keep the bug open? The cython developers tell us th... Kefu Chai
05:52 AM mgr Bug #37472 (Pending Backport): Cython 0.29 removed support for subinterpreters: raises "ImportErr...
Seen in v13.2.4 on Ubuntu Disco (https://github.com/ceph/ceph/pull/25585#issuecomment-489016057) Tim Serong
05:53 AM mgr Bug #38788 (Pending Backport): ceph-mgr: ImportError: Interpreter change detected - this module ...
Seen in v13.2.4 on Ubuntu Disco (https://github.com/ceph/ceph/pull/25585#issuecomment-489016057) Tim Serong
05:29 AM Revision 1b414e82 (ceph): Merge pull request #27538 from iotcg/radosgw
init-radosgw: use ceph-conf to get cluster configuration value
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:49 AM bluestore Bug #39318: w_await high when rockdb compacting
@Mark
Do you need more information?
hoan nv
03:23 AM Revision eea239c0 (ceph): osd: Output Base64 encoding of CRC header if binary data present
Add optional paramter so cleanbin() for bufferlist can include "Base64:"
Fixes: https://tracker.ceph.com/issues/3958...
David Zafman
03:16 AM rgw Bug #39588 (New): radosgw-admin dump
my env is
[root@server04 ~]# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
You have new mail in /v...
伟杰 谭
02:14 AM Revision bf6e8a4a (ceph): osd/PrimaryLogPG: disallow ops on objects with an empty name
These may conflict with pgmeta objects. And are going to cause other
problems later (e.g., https://tracker.ceph.com/...
Sage Weil
02:14 AM Revision e387cbc4 (ceph): os/bluestore: be verbose about objects that existing on rmcoll
This is always a bug (OSD doesn't try to remove a collection unless it
thinks it is empty), and not seeing it at defa...
Sage Weil
02:14 AM Revision a0f48db5 (ceph): osd/PG: fix cleanup of pgmeta-like objects on PG deletion
If an object has an empty 'name' field, it "looks" like a pgmeta object,
and the PG cleanup code was skipping it. Ho...
Sage Weil
01:31 AM Revision 3ee793d6 (ceph): rgw/rgw_tools: fix 'osd pool set' json syntax
Fixes af30e3a512dd1e5c51639d1f823b99ed9b43fb50
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil

05/05/2019

09:13 PM RADOS Bug #39152: nautilus osd crash: Caught signal (Aborted) tp_osd_tp
Sage Weil wrote:
> I'm guessing this is a dup of #38724
>
> Wen, can you tell us what the cluster workload was? ...
K Jarrett
03:50 PM Revision 009f4049 (ceph): docs: fix rgw ldap username token
Signed-off-by: Thomas Kriechbaumer <thomas@kriechbaumer.name> Thomas Kriechbaumer
09:54 AM Backport #38966: mimic: src/osd/OSDMap.cc: 4405: FAILED assert(osd_weight.count(i.first))
https://github.com/ceph/ceph/pull/27963 xie xingguo
09:37 AM Revision 3230bd57 (ceph): osd/OSDMap: add log for better debugging
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit a89281ffbb50a4dfc700398e864138b5faaf00f5)
xie xingguo
09:37 AM Revision ef6b8d47 (ceph): osd/OSDMap: calc_pg_upmaps - restrict optimization to origin pools only
The current implementation will try to cancel any pg_upmaps that
would otherwise re-map a PG out from an underfull os...
xie xingguo
09:37 AM Revision c653063e (ceph): osd/OSDMap: drop local pool filter in calc_pg_upmaps
The local pre-loaded pool filter is completely redundant since
the below check:
if (!only_pools.empty() && !only_po...
xie xingguo
09:36 AM mgr Bug #39587 (Duplicate): [ceph-mgr]High cpu usage
We are running ceph 13.2.5 on Centos Linux 7.5.1804.There have three monitors, three mgrs.
When do some operations o...
haitao chen
09:35 AM Revision a1dd0e7a (ceph): crush: fix upmap overkill
It appears that OSDMap::maybe_remove_pg_upmaps's sanity checks
are overzealous. With some customized crush rules it i...
xie xingguo
09:34 AM Revision 66f11773 (ceph): osd/OSDMap: using std::vector::reserve to reduce memory reallocation
In C++ vectors are dynamic arrays.
Vectors are assigned memory in blocks of contiguous locations.
When the memory all...
xie xingguo
09:34 AM Revision d6a40a14 (ceph): osd/OSDMap: more improvements to upmap
- add ability of appending a 2nd, 3rd, etc... pair to existing upmaps
when possible, rather than just continuing to...
xie xingguo
08:56 AM rgw Backport #23237: Corrupted downloads from civetweb when using multipart with slow connections
In this RHCS bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1670321
You can see "CivetWeb connections timed out d...
Mustafa Muhammad
08:31 AM Revision b4005db8 (ceph): rgw/pubsub: cleanup tests for multiple notifications
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com> Yuval Lifshitz
07:06 AM Revision c0b9d109 (ceph): rgw: RGWUserPubSub::write invalidates its obj_ctx
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
05:31 AM Revision ba8dd782 (ceph): mgr/DaemonServer: safe-to-destroy - do not consider irrelevant pgs
otherwise ceph osd safe-to-destroy would say NO even if we want to
destroy an down+out osd from an actually active+cl...
xie xingguo

05/04/2019

10:43 PM RADOS Bug #38345: mon: segv in MonOpRequest::~MonOpRequest OpHistory::cleanup
... Kefu Chai
06:35 PM RADOS Bug #39582 (Fix Under Review): Binary data in OSD log from "CRC header" message
David Zafman
08:24 AM rgw Backport #38609 (Resolved): mimic: reduce log shard config for multisite tests
Nathan Cutler
08:22 AM Dashboard Bug #39080 (Resolved): mimic: mgr/dashboard: Update npm packages and resolve npm vulnerabilities
Nathan Cutler
08:19 AM mgr Backport #39132 (Resolved): mimic: AttributeError: 'Module' object has no attribute 'remote'
Nathan Cutler
06:51 AM Revision 5bf8cda6 (ceph): common: add ceph_string.h
declare ceph_string functions in a single place, so their
implementation and consume can reference a single copy of d...
Kefu Chai
06:51 AM Revision c6de0d7f (ceph): common/admin_socket: use ceph_release_to_str() for release name
it's more symmetric this way. as we are using `ceph_version_to_str()`
one line before.
Signed-off-by: Kefu Chai <kch...
Kefu Chai
06:51 AM Revision df771861 (ceph): src/: define ceph_release_t and use it
we have following pains when it comes to ceph release related
programming:
* we use int, uint8_t, uint32_t, unsigned...
Kefu Chai
06:51 AM Revision e9e6c64c (ceph): mds: handle min_compat_client type change
in previous change, MDSMap::min_compat_client was changed from int8_t to
ceph_release_t, i.e. uint8_t, and in
Server:...
Kefu Chai
05:28 AM Revision ba970314 (ceph): Merge pull request #27885 from b-ranto/wip-restful-perf-counters
restful: Expose perf counters
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:26 AM Revision 382a3efd (ceph): Merge pull request #27891 from tchaikov/wip-mgr-pgp-num-change-throttling
mgr/DaemonServer: refactor pgp_num changes throttling
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
01:14 AM RADOS Backport #39420 (In Progress): luminous: Don't mark removed osds in when running "ceph osd in any...
https://github.com/ceph/ceph/pull/27728 Neha Ojha
01:02 AM RADOS Bug #39304 (In Progress): short pg log+nautilus-p2p-stress-split: "Error: finished tid 3 when las...
David Zafman

05/03/2019

09:55 PM rgw Backport #38078: mimic: multisite: bucket full sync does not handle delete markers
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/26194
merged
Yuri Weinstein
09:55 PM Revision 186e1d91 (ceph): Merge pull request #26194 from pdvian/wip-38078-mimic
mimic: multisite: bucket full sync does not handle delete markers
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
09:55 PM rgw Backport #38396: mimic: rgw: when exclusive lock fails due existing lock, log add'l info
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/26553
merged
Yuri Weinstein
09:55 PM Revision e9764122 (ceph): Merge pull request #26553 from pdvian/wip-38396-mimic
mimic: rgw: when exclusive lock fails due existing lock, log add'l info
Reviewed-by: J. Eric Ivancich <ivancich@redh...
Yuri Weinstein
09:54 PM rgw Backport #38413: mimic: multisite: rgw_data_sync_status json decode failure breaks automated data...
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/26615
merged
Yuri Weinstein
09:54 PM Revision 0d5c7363 (ceph): Merge pull request #26615 from pdvian/wip-38413-mimic
mimic: multisite: rgw_data_sync_status json decode failure breaks automated datalog trimming
Reviewed-by: Casey Bodl...
Yuri Weinstein
09:54 PM rgw Backport #38886: mimic: GetBucketCORS API returns "Not Found" error code when CORS configuration ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27122
merged
Yuri Weinstein
09:54 PM Revision 1765f81c (ceph): Merge pull request #27122 from smithfarm/wip-38886-mimic
mimic: rgw: GetBucketCORS API returns Not Found error code when CORS configuration does not exist
Reviewed-by: Casey...
Yuri Weinstein
09:53 PM rgw Backport #38907: mimic: rgw: read not exists null version success and return empty data
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27304
merged
Yuri Weinstein
09:53 PM Revision b78b5444 (ceph): Merge pull request #27304 from pdvian/wip-38907-mimic
mimic: rgw: fix read not exists null version return wrong
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
09:53 PM rgw Backport #38847: mimic: rgw admin api create user generates a segfault and coredump using beast

> https://github.com/ceph/ceph/pull/27335
merged
Yuri Weinstein
09:53 PM Revision e74b1654 (ceph): Merge pull request #27335 from liaoxin01/mimic
mimic: rgw: fix bug of apply default quota, for this create new a user may core using beast
Reviewed-by: Casey Bodle...
Yuri Weinstein
09:52 PM rgw Backport #38919: mimic: "Caught signal (Aborted) thread_name:radosgw" in ceph dashboard tests Jen...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/27354
merged
Yuri Weinstein
09:52 PM Revision 67772457 (ceph): Merge pull request #27354 from pdvian/wip-38919-mimic
mimic: rgw: don't crash on missing /etc/mime.types
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
09:52 PM rgw Backport #38609: mimic: reduce log shard config for multisite tests
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/26792
merged
Yuri Weinstein
09:51 PM Revision a2060acb (ceph): Merge pull request #26792 from cbodley/wip-38609
mimic: qa/rgw: reduce number of multisite log shards
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Yuri Weinstein
08:36 PM Revision bb4bceb3 (ceph): Merge pull request #27960 from yuriw/wip-yuriw-crontab-master
qa/tests: removed all runs on ovh Yuri Weinstein
08:12 PM Revision a7b46679 (ceph): Merge pull request #27896 from ivancich/wip-add-rgw-period-comments
rgw: add some comments to rgw code to help explain functionality
Reviewed-by: Casey Bodley <cbodley@redhat.com>
J. Eric Ivancich
08:06 PM Revision e96f61a2 (ceph): Merge pull request #27956 from yuriw/wip-yuriw-smoke-master
qa/tests - cleaned up distro settings Yuri Weinstein
07:53 PM Dashboard Bug #39080: mimic: mgr/dashboard: Update npm packages and resolve npm vulnerabilities
merged https://github.com/ceph/ceph/pull/26670 Yuri Weinstein
07:53 PM Revision 39e20709 (ceph): Merge pull request #26670 from tspmelo/wip-npm-update-mimic
mimic: mgr/dashboard: Update npm packages
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Laura Paduano <...
Yuri Weinstein
07:52 PM mgr Backport #39132: mimic: AttributeError: 'Module' object has no attribute 'remote'
merged https://github.com/ceph/ceph/pull/27638 Yuri Weinstein
07:51 PM Revision 74ba552d (ceph): Merge pull request #27638 from tchaikov/mimic-39132
mimic: mgr: enable inter-module calls
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Yuri Weinstein
07:40 PM Revision e699d902 (ceph): qa/tests: removed all runs on ovh
and consolidated `smoke` runs re: https://github.com/ceph/ceph/pull/27956
Signed-off-by: Yuri Weinstein <yweinste@re...
Yuri Weinstein
07:29 PM Revision 8111dd71 (ceph): rgw: add some comments to rgw code to help explain functionality
Comments to explain the role of RGWPeriod and the use of prefixes in
gc log entries are added. Some other comments ar...
J. Eric Ivancich
06:49 PM Revision 10e9fa3d (ceph): Merge pull request #27838 from yuvalif/wip-yuval-pubsub_teuthology-new
rgw/pubsub: add multisite pubsub tests to teuthology
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:13 PM Dashboard Bug #39586 (Resolved): dashboard: orchestrator mgr modules assert failure on iscsi service request
https://github.com/rook/rook/issues/3106
The orchestrator manager modules (rook and deepsea) both assert that serv...
Noah Watkins
05:58 PM Revision c5e4c80c (ceph): qa/workunits/rbd: use more recent qemu-iotests that support Bionic
Fixes: http://tracker.ceph.com/issues/24668
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
05:58 PM rbd Backport #39583 (In Progress): mimic: [test] qemu-iotests tests fails under latest Ubuntu kernel
Jason Dillaman
05:51 PM rbd Backport #39583 (Resolved): mimic: [test] qemu-iotests tests fails under latest Ubuntu kernel
https://github.com/ceph/ceph/pull/27959 Jason Dillaman
05:56 PM Revision e9dd56ee (ceph): qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 83c11efb98f28c19f70eac04a6a84fe820f968cb)
Jason Dillaman
05:55 PM rbd Backport #39585 (In Progress): mimic: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and ...
Jason Dillaman
05:55 PM rbd Backport #39585 (Resolved): mimic: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'co...
https://github.com/ceph/ceph/pull/27958 Jason Dillaman
05:54 PM rbd Bug #39584 (Resolved): qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
... Jason Dillaman
05:32 PM Dashboard Bug #38004 (Resolved): mgr/dashboard: Render error in pool edit dialog
Patrick Seidensal
04:43 PM RADOS Bug #39582 (Resolved): Binary data in OSD log from "CRC header" message

This breaks grep'ing the osd logs.
Using cat -v we see the binary data:...
David Zafman
04:37 PM RADOS Bug #39581 (Duplicate): osd/PG.cc: 2523: FAILED ceph_assert(scrub_queued)

dzafman-2019-05-02_19:43:04-rados:thrash-wip-zafman-testing-distro-basic-smithi/3919741
This appears to be PG 2....
David Zafman
03:22 PM rgw Backport #39575 (In Progress): nautilus: librgw: unexpected crash when creating bucket
Wei-Chung Cheng
09:27 AM rgw Backport #39575 (Resolved): nautilus: librgw: unexpected crash when creating bucket
https://github.com/ceph/ceph/pull/27955 Nathan Cutler
03:21 PM Revision 52fdf230 (ceph): qa/tests - cleaned up distro settings
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
03:20 PM Revision 3f2161df (ceph): rgw: unexpected crash when creating bucket in librgw
Fixed: https://tracker.ceph.com/issues/38013
Signed-off-by: Tao CHEN <chentao@umcloud.com>
(cherry picked from commi...
taoCH
03:16 PM rgw Backport #39574 (In Progress): nautilus: rgw: cloud sync module logs attrs in the log
Wei-Chung Cheng
09:25 AM rgw Backport #39574 (Resolved): nautilus: rgw: cloud sync module logs attrs in the log
https://github.com/ceph/ceph/pull/27954 Nathan Cutler
03:04 PM Revision 6f211cb8 (ceph): rgw: drop cloud sync module logs attrs from the log
Fixes: https://tracker.ceph.com/issues/39361
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from comm...
Nathan Cutler
03:02 PM rgw Backport #39503 (In Progress): nautilus: rgw: clean up some logging
Wei-Chung Cheng
02:54 PM Revision 5ab117de (ceph): rgw: clean up some logging
Some recently added logging ignored the fact that ceph logging can
already handle std::vector and std::map and instea...
J. Eric Ivancich
02:53 PM rgw Backport #39414 (In Progress): nautilus: multisite: period pusher gets 403 Forbidden against othe...
Wei-Chung Cheng
02:45 PM Revision 7fae2421 (ceph): rgw: RGWPeriodPusher uses zone system key for inter-zonegroup messages
RGWPeriodPusher was using an empty RGWAccessKey for inter-zonegroup
messages, which were rejected as an anonymous use...
Casey Bodley
01:43 PM Dashboard Feature #39477 (In Progress): mgr/dashboard: add/edit missing RGW bucket info
Alfonso Martínez
01:16 PM rbd Bug #39455 (Rejected): "rbd diff" reports diff on freshly-created image
works as designed Nathan Cutler
01:02 PM Dashboard Feature #39451 (In Progress): mgr/dashboard: Interlock `fast-diff` and `object-map`
Patrick Seidensal
12:49 PM bluestore Bug #36482: High amount of Read I/O on BlueFS/DB when listing omap keys
Some notes on the similar issue I'm investigating.
I've got Luminous OSD image that contains at least one object wit...
Igor Fedotov
12:43 PM devops Backport #37612 (In Progress): luminous: rpm: missing dependency on python34-ceph-argparse from p...
Nathan Cutler
12:43 PM Linux kernel client Bug #39571: xfstest generic/452 exposes inode refcount leak
Filtered strace of the test, showing all syscalls that touch /mnt/scratch or /mnt/scratch/ls_on_scratch. Jeff Layton
12:26 PM Linux kernel client Bug #39571: xfstest generic/452 exposes inode refcount leak
This reproduces on a stock v5.0.5 kernel too, so I'm pretty sure none of my patches broke it. I'm working on nailing ... Jeff Layton
12:40 PM Revision 7ffeae39 (ceph): deb,rpm: python-cephfs should depend on python-rados
in `cephfs.pyx` we `cimport rados`, and in
LibCephFs.create_with_rados(), Rados.cluster is accesssed without GIL,
so ...
Kefu Chai
12:21 PM Backport #26918 (Need More Info): mimic: common: (mon) command sanitization accepts floats when I...
non-trivial backport. First attempted backport https://github.com/ceph/ceph/pull/23644 was closed due to failed integ... Nathan Cutler
12:17 PM Revision 3e2de08e (ceph): qa/rgw: add credentials to zone 'remove' in test_zonegroup_remove()
zone credentials are required to 'period update --commit' from
--rgw-zone remove
Signed-off-by: Casey Bodley <cbodle...
Casey Bodley
12:16 PM Revision 664f4cb5 (ceph): rgw: get or set realm zonegroup zone need check user's caps
fix: https://tracker.ceph.com/issues/37352
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
(cherry picked fr...
joke lee
11:45 AM Revision c6441218 (ceph): librbd: re-add support for nautilus clients talking to jewel clusters
We want to support N - 3 client backward compatibility (special case
to support Jewel since it was a LTS release). Th...
Jason Dillaman
11:25 AM RADOS Bug #39555: backfill_toofull while OSDs are not full (Unneccessary HEALTH_ERR)
Greg Farnum wrote:
> The OSD can't count PGs being evacuated as if they were gone because something could go wrong. ...
Wido den Hollander
11:13 AM Dashboard Bug #39580 (Resolved): mgr/dashboard: Optimize the calculation of portal IPs
Now that https://github.com/ceph/ceph-iscsi/pull/63 was merged, we can now rely on the new `portal_ip_addresses` fiel... Ricardo Marques
11:10 AM Dashboard Bug #39147 (Pending Backport): mgr/dashboard: Upgrade to ceph-iscsi config v9
Lenz Grimmer
11:10 AM Revision 9b99ed91 (ceph): Merge pull request #27448 from ricardoasmarques/upgrade-ceph-iscsi-version
mgr/dashboard: Support ceph-iscsi config v9
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer
11:06 AM Revision 9b5815f5 (ceph): Merge pull request #27887 from smithfarm/wip-bci-len255plus
script/backport-create-issue: handle long Redmine issue names
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewe...
Nathan Cutler
11:02 AM Dashboard Bug #39579: mgr/dashboard: Fix run-tox script to accept cli arguments again
Note: backport to nautilus will be handled via #39323 Nathan Cutler
11:02 AM Dashboard Bug #39579 (Fix Under Review): mgr/dashboard: Fix run-tox script to accept cli arguments again
Nathan Cutler
10:44 AM Dashboard Bug #39579 (In Progress): mgr/dashboard: Fix run-tox script to accept cli arguments again
Nathan Cutler
10:30 AM Dashboard Bug #39579 (Resolved): mgr/dashboard: Fix run-tox script to accept cli arguments again
A regression was introduced by "this change":https://github.com/ceph/ceph/commit/9426f1f2045d0ae0f319530c3dc3a9240d83... Stephan Müller
10:58 AM Dashboard Bug #39578 (Fix Under Review): mgr/dashboard: iSCSI form does not support IPv6
Ricardo Marques
10:17 AM Dashboard Bug #39578 (In Progress): mgr/dashboard: iSCSI form does not support IPv6
Ricardo Marques
10:17 AM Dashboard Bug #39578 (Resolved): mgr/dashboard: iSCSI form does not support IPv6
Creating an iSCSI gateway using IPv6 works from the command line (gwcli), but not from the Ceph Dashboard.
The fol...
Ricardo Marques
10:00 AM Dashboard Feature #36559 (Fix Under Review): mgr/dashboard: Allow viewing and setting Pool Quotas
Nathan Cutler
09:46 AM rgw Backport #39576 (Need More Info): mimic: build/rgw: unittest_rgw_dmclock_scheduler does not need ...
The code being changed does not exist in mimic, yet. Nathan Cutler
09:44 AM rgw Backport #39576 (Rejected): mimic: build/rgw: unittest_rgw_dmclock_scheduler does not need Boost_...
Nathan Cutler
09:45 AM rgw Backport #39577 (In Progress): nautilus: build/rgw: unittest_rgw_dmclock_scheduler does not need ...
Nathan Cutler
09:44 AM rgw Backport #39577 (Resolved): nautilus: build/rgw: unittest_rgw_dmclock_scheduler does not need Boo...
https://github.com/ceph/ceph/pull/27944 Nathan Cutler
09:45 AM Revision f1402630 (ceph): build/rgw: unittest_rgw_dmclock_scheduler does not need Boost_LIBRARIES
Redo fix, also see #26799
Otherwise linking could error like:
```
/usr/local/bin/ld: /usr/local/lib/libboost_python2...
Willem Jan Withagen
09:44 AM rgw Bug #39564 (Pending Backport): build/rgw: unittest_rgw_dmclock_scheduler does not need Boost_LIBR...
Nathan Cutler
09:38 AM mgr Backport #38532 (Resolved): mimic: If installed python packages share names with mgr modules, cep...
Nathan Cutler
09:37 AM Messengers Backport #39464 (Resolved): mimic: print client IP in default debug_ms log level when "bad crc in...
Nathan Cutler
09:33 AM RADOS Feature #38370 (Resolved): ceph CLI ability to change file ownership
Nathan Cutler
09:32 AM RADOS Backport #38511 (Resolved): mimic: ceph CLI ability to change file ownership
Nathan Cutler
09:32 AM bluestore Bug #38329 (Resolved): OSD crashes in get_str_map while creating with ceph-volume
Nathan Cutler
09:32 AM bluestore Backport #38587 (Resolved): mimic: OSD crashes in get_str_map while creating with ceph-volume
Nathan Cutler
09:31 AM RADOS Bug #38537 (Resolved): mgr deadlock
Nathan Cutler
09:31 AM RADOS Backport #38561 (Resolved): mimic: mgr deadlock
Nathan Cutler
09:31 AM RADOS Bug #38377 (Resolved): OpTracker destruct assert when OSD destruct
Nathan Cutler
09:30 AM RADOS Backport #38646 (Resolved): mimic: OpTracker destruct assert when OSD destruct
Nathan Cutler
09:27 AM RADOS Backport #38879 (In Progress): mimic: ENOENT in collection_move_rename on EC backfill target
Nathan Cutler
09:27 AM Revision 38d78a02 (ceph): osd/PG: !transaction_applied is true for async_recovery_targets as well
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 71996da6be171cd310f8cae48c95bedb02f000b8)
Neha Ojha
09:27 AM Revision 08e215df (ceph): osd/PG: change error to dout in _scan_rollback_obs()
This message is now expected during scrubbing, since we do not delete
objects during a rollforward when !transaction_...
Neha Ojha
09:27 AM Revision b47712a1 (ceph): osd/PG: skip rollforward when !transaction_applied during append_log()
Earlier, we did pg_log.roll_forward(&handler), when
!transaction_applied, which advanced the crt and trimmed the entr...
Neha Ojha
09:25 AM rbd Backport #39573 (Resolved): nautilus: common: Clang requires a default constructor, but it can be...
https://github.com/ceph/ceph/pull/28131 Nathan Cutler
09:00 AM rgw Backport #39046 (Resolved): nautilus: rgw: update resharding documentation
Nathan Cutler
09:00 AM Revision 0c9248f9 (ceph): Merge pull request #27923 from Vicente-Cheng/wip-39046-nautilus
nautilus: rgw: update resharding documentation
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
08:57 AM rgw Documentation #37770 (Resolved): doc: cleanup HTTP Frontends documentation
Nathan Cutler
08:56 AM rgw Backport #38874 (Resolved): nautilus: doc: cleanup HTTP Frontends documentation
Nathan Cutler
08:56 AM Revision cb90f9f5 (ceph): Merge pull request #27922 from Vicente-Cheng/wip-38874-nautilus
nautilus: doc: cleanup HTTP Frontends documentation
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
07:26 AM Dashboard Backport #39524 (In Progress): nautilus: mgr/dashboard: Can't login with a bigger time difference...
Lenz Grimmer
07:26 AM Revision 656da75b (ceph): mgr/dashboard: auth: fix user lastUpdate timestamp generation
Fixes: http://tracker.ceph.com/issues/39300
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit ...
Ricardo Dias
07:19 AM Revision 7f806600 (ceph): Merge pull request #27895 from dillaman/wip-librbd-zero-copy
librbd: support zero-copy writes via the C API
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
05:25 AM Revision dfdb1d08 (ceph): Merge pull request #16929 from amitkumar50/cov-rgw-1
rgw: Initialize member variables in rgw_sync.h, rgw_rados.h
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Kefu Chai
05:02 AM RADOS Documentation #39011 (In Progress): Document how get_recovery_priority() and get_backfill_priorit...
David Zafman
04:58 AM Revision bc300055 (ceph): doc: Describe recovery and backfill prioritizations
Fixes: http://tracker.ceph.com/issues/39011
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
04:22 AM RADOS Backport #39220 (In Progress): mimic: osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_m...
https://github.com/ceph/ceph/pull/27940 Prashant D
04:20 AM Backport #39308 (In Progress): nautilus: mgr/ActivePyModules: handle_command may keep lock locked...
https://github.com/ceph/ceph/pull/27939 Prashant D
02:34 AM Revision 88d2f975 (ceph): Merge pull request #27927 from tchaikov/wip-util.collect_sys_info-is-op...
test/common/test_util: skip it if /etc/os-release does not exist
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
01:16 AM RADOS Bug #39175: RGW DELETE calls partially missed shortly after OSD startup
In both the set of logs you have shared so far, it seems that the object appears in the OSD log during omap-set-vals(... Neha Ojha
12:47 AM Revision 47556b48 (ceph): osd/PG: introduce all_missing_unfound helper
We use pg_log.missing to track each peer's missing objects separately,
whereas missing_loc records the location of al...
xie xingguo
12:47 AM Revision ed36280e (ceph): osd/PG: move down peers out from peer_purged
In purge_strays(), we'll aggressively clear stray_set and
add all related peers into peer_purged.
However, if the co...
xie xingguo
12:45 AM RADOS Backport #39206 (In Progress): mimic: osd: leaked pg refs on shutdown
https://github.com/ceph/ceph/pull/27938 Prashant D
12:39 AM Revision 274df238 (ceph): mgr/ActivePyModules: handle_command - fix broken lock
by unlocking properly when module is not available.
Fixes: http://tracker.ceph.com/issues/39235
Signed-off-by: xie x...
xie xingguo
12:38 AM rbd Backport #39288 (In Progress): nautilus: [rbd-mirror] image replayer should periodically flush IO...
https://github.com/ceph/ceph/pull/27937 Prashant D
 

Also available in: Atom