Project

General

Profile

Activity

From 12/09/2019 to 01/07/2020

01/07/2020

11:57 PM Revision 8eafb09a (ceph): Switch spelling of utilization
Prefer the non-British spelling of utilization since that's what the majority
of the code base seems to use.
Signed-...
Bryan Stillwell
11:35 PM Revision 29b318a1 (ceph): doc: remove reference to obsolete scrub command
Fixes: e9a5ce0897efc6126caeebea9900bf05ec3d2174
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:11 PM CephFS Bug #42238 (Resolved): cephfs-shell: setxattr() is passed extra length argument
Patrick Donnelly
10:11 PM Revision 6adcace6 (ceph): Merge PR #30802 into master
* refs/pull/30802/head:
cephfs-shell: Modify Quota Test
cephfs-shell: Fix permission errors on quota tests
cephfs-...
Patrick Donnelly
10:09 PM Revision 2b132cb9 (ceph): Merge PR #32347 into master
* refs/pull/32347/head:
cephfs-shell: set shell.exit_code to 1 when reading conf fails
cephfs-shell: cephfs-shell b...
Patrick Donnelly
10:08 PM Revision e83aa733 (ceph): Merge PR #32459 into master
* refs/pull/32459/head:
qa/tasks: Nothing to clean up if the volume was not created
mgr/volumes: drop obsolete comm...
Patrick Donnelly
10:07 PM CephFS Bug #43517 (Resolved): qa: random subvolumegroup collision
... Patrick Donnelly
09:59 PM CephFS Bug #43336 (Resolved): qa: test_unmount_for_evicted_client hangs
Patrick Donnelly
09:59 PM Revision d24166c1 (ceph): Merge PR #32318 into master
* refs/pull/32318/head:
mds: don't add metadata to session close message
Reviewed-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
09:58 PM CephFS Cleanup #42563 (Resolved): mds: reorg MDSTableServer header
Patrick Donnelly
09:57 PM Revision 84a34e6d (ceph): Merge PR #31250 into master
* refs/pull/31250/head:
mds: Reorganize class members in MDSTableServer header
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
09:57 PM CephFS Cleanup #42690 (Resolved): mds: reorg Mutation header
Patrick Donnelly
09:57 PM Revision c3f78c47 (ceph): Merge PR #31481 into master
* refs/pull/31481/head:
mds: Reorganize struct members in Mutation header
Reviewed-by: Patrick Donnelly <pdonnell@r...
Patrick Donnelly
09:56 PM CephFS Bug #43438 (Pending Backport): cephfs-journal-tool: will crash without any extra argument
Patrick Donnelly
09:56 PM Revision a30eb9a4 (ceph): Merge PR #32452 into master
* refs/pull/32452/head:
cephfs-journal-tool: fix the usage
cephfs-journal-tool: fix crash with empty argv
Reviewed...
Patrick Donnelly
09:55 PM Revision 5e768ad8 (ceph): osd: Again remove deprecated full/nearfull from osdmap
Fixes: https://tracker.ceph.com/issues/43485
Caused by: dff411f1905cc69bfb2cfa8b62a00b4702e6aa46
Signed-off-by: Dav...
David Zafman
09:54 PM Revision 593d3b17 (ceph): qa: detect RHEL8 for yum package installation
Fixes: https://tracker.ceph.com/issues/43487
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:52 PM Bug #43488 (Resolved): qa: mon_thrash uses obsolete scrub command
Patrick Donnelly
09:52 PM Revision 8f8d03dd (ceph): Merge PR #32510 into master
* refs/pull/32510/head:
mon: use non-obsolete mon scrub cmd
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly
09:30 PM Revision 3e2795fd (ceph): rgw: remove spawned_keys filter from incremental data sync
the spawned_keys filtering is valid "as long as we don't yield",
according to code comments. however, proper enforcem...
Casey Bodley
09:26 PM rgw Bug #43512 (Fix Under Review): multisite: incremental data sync does not enforce spawn window
Casey Bodley
06:53 PM rgw Bug #43512 (Resolved): multisite: incremental data sync does not enforce spawn window
The data sync spawn window (20) does not apply within a single listing of up to 1000 datalog entries. This means we'l... Casey Bodley
09:21 PM CephFS Bug #43516 (Fix Under Review): qa: verify sub-suite does not define os_version
Patrick Donnelly
09:14 PM CephFS Bug #43516 (Resolved): qa: verify sub-suite does not define os_version
... Patrick Donnelly
09:20 PM Revision 2cdb2972 (ceph): qa: define centos version for fs:verify
Otherwise it uses the teuthology default of 7.6.
Fixes: https://tracker.ceph.com/issues/43516
Signed-off-by: Patrick...
Patrick Donnelly
09:12 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Yes, setting a zero length i_xattrs buffer on the new inode seems to have corrected the problem. I believe what was h... Jeff Layton
05:24 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
At this point, I'm 90% sure the problem is in xattrs. Basically, after creating the file async we're leaving the i_xa... Jeff Layton
04:00 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
I threw in a hack to do this:... Jeff Layton
02:44 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
also see https://github.com/ceph/ceph/pull/30969 Zheng Yan
02:42 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
For current async create code. ceph_mds_reply_inode::max_size is 0. client can't write to the new file until it gets ... Zheng Yan
02:00 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
dynamic debugging from the client, with async dirops disabled. This is during the write calls:... Jeff Layton
01:32 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
I can use strace to get timing statistics on individual calls though. With async dirops disabled:... Jeff Layton
01:18 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Now that I look closer, I don't think strace -c is measuring what we need. It's looking at CPU time in each syscall. ... Jeff Layton
01:16 AM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Thanks for checking. I'll have to play around with this more myself. Patrick Donnelly
09:12 PM Revision 94a3affe (ceph): rgw: incremental data sync respects spawn window
RGWReadRemoteDataLogShardCR will fetch up to 1000 entries. in order for
the spawn window to apply correctly, it has t...
Casey Bodley
09:07 PM CephFS Bug #43515 (Fix Under Review): qa: SyntaxError: invalid token
Patrick Donnelly
09:06 PM CephFS Bug #43515 (Resolved): qa: SyntaxError: invalid token
... Patrick Donnelly
09:06 PM Revision ae28ed11 (ceph): qa: fix various py3 cephfs qa bugs x2
Fixes: https://tracker.ceph.com/issues/43515
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:53 PM CephFS Bug #43514 (Fix Under Review): qa: test setUp may cause spurious MDS_INSUFFICIENT_STANDBY
Patrick Donnelly
08:48 PM CephFS Bug #43514 (Resolved): qa: test setUp may cause spurious MDS_INSUFFICIENT_STANDBY
... Patrick Donnelly
08:39 PM Stable releases Tasks #43491: Nautilus v14.2.6 hot-fix
Abhishek Lekshmanan wrote:
> This sha1 looks incorrect, the current nautilus branch sha1 is at def29c02024a902ad2b...
Yuri Weinstein
01:18 PM Stable releases Tasks #43491: Nautilus v14.2.6 hot-fix
Yuri Weinstein wrote:
> h3. QE VALIDATION (STARTED 1/6/19)
>
> *PRs list => https://github.com/ceph/ceph/pull/324...
Abhishek Lekshmanan
12:19 AM Stable releases Tasks #43491: Nautilus v14.2.6 hot-fix
h3. QE VALIDATION (STARTED 1/6/19 limited hot-fix tests only two suites)
*PRs list => https://github.com/ceph/ceph...
Yuri Weinstein
12:17 AM Stable releases Tasks #43491 (Resolved): Nautilus v14.2.6 hot-fix
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Yuri Weinstein
08:33 PM CephFS Bug #43513 (Resolved): qa: filelock_interrupt.py hang
... Patrick Donnelly
06:41 PM Revision 3869ee3d (ceph): Merge pull request #32247 from dzafman/wip-43307
Remove use of rules batching for upmap balancer and default for upmap_max_deviation to 5
Reviewed-by: Josh Durgin <j...
David Zafman
06:12 PM Revision e9a5afe5 (ceph): qa/tasks/cbt: install python3 deps
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 299375852a4b3210cf5b95d3559d69080f14339f)
Conf...
Kefu Chai
03:47 PM ceph-volume Backport #42754 (In Progress): mimic: allow skipping calls to restorecon
Jan Fajerski
03:47 PM Revision b39e7648 (ceph): ceph-volume util.system allow skipping restorecon calls
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 33c8a64a54d9ea8962091caf8564cea3f603c5f5)
Alfredo Deza
03:47 PM Revision 293e6db9 (ceph): ceph-volume tests validate restorecon skip calls
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 01e7a14fdc48d6c328502d1fea3069dbb3098b1b)
Alfredo Deza
03:46 PM ceph-volume Backport #42752 (In Progress): mimic: partitions miss size attribute
Jan Fajerski
03:46 PM Revision cc16dbd2 (ceph): ceph-volume: add proper size attribute to partitions
Fixes: https://tracker.ceph.com/issues/42710
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from co...
Jan Fajerski
03:45 PM ceph-volume Backport #42704 (In Progress): mimic: Devices with size <5GB should not be available
Jan Fajerski
03:36 PM ceph-volume Backport #42740 (Resolved): mimic: zap should force writes to disk - dd does not by default
Jan Fajerski
03:35 PM ceph-volume Backport #42534 (Resolved): mimic: unit test: lvm mocking isufficient
Jan Fajerski
03:34 PM ceph-volume Backport #42533 (Resolved): mimic: rearrange api/lvm.py
Jan Fajerski
03:34 PM Revision baf54be3 (ceph): Merge pull request #31552 from jan--f/wip-42740-mimic
mimic: ceph-volume: use fsync for dd command Jan Fajerski
02:53 PM Revision dfd90da5 (ceph): Merge pull request #32412 from tchaikov/wip-spec-more-deps-for-el8
ceph.spec.in: re-enable "make check" deps for el8
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Kefu Chai
02:48 PM ceph-volume Bug #43400 (Fix Under Review): c-v inventory returns available on ceph LVs
Jan Fajerski
02:47 PM Revision b484a923 (ceph): doc/radosgw/config-ref: added a short paragraph to explain the garbage ...
Signed-off-by: Kai Wagner <kwagner@suse.com> Kai Wagner
02:47 PM bluestore Bug #41009 (Resolved): osd_memory_target isn't applied in runtime.
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:47 PM rbd Backport #43511 (Resolved): nautilus: failed to list descendants with child's pool deleted
https://github.com/ceph/ceph/pull/32841 Nathan Cutler
02:46 PM rbd Backport #43510 (Rejected): mimic: failed to list descendants with child's pool deleted
Nathan Cutler
02:46 PM RADOS Documentation #41389 (Resolved): wrong datatype describing crush_rule
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:45 PM CephFS Backport #43509 (Resolved): nautilus: 'ceph -s' does not show standbys if there are no filesystems
https://github.com/ceph/ceph/pull/32912 Nathan Cutler
02:45 PM RADOS Bug #42177 (Resolved): osd/PrimaryLogPG.cc: 13068: FAILED ceph_assert(obc)
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:45 PM rbd Backport #43508 (Resolved): nautilus: the progress percent of creating thick-provisoin image exce...
https://github.com/ceph/ceph/pull/32840 Nathan Cutler
02:45 PM rbd Backport #43507 (Resolved): mimic: the progress percent of creating thick-provisoin image exceeds...
https://github.com/ceph/ceph/pull/33318 Nathan Cutler
02:44 PM CephFS Backport #43506 (Resolved): nautilus: MDSMonitor: warn if a new file system is being created with...
https://github.com/ceph/ceph/pull/32600 Nathan Cutler
02:44 PM CephFS Backport #43505 (Rejected): mimic: MDSMonitor: warn if a new file system is being created with an...
Nathan Cutler
02:44 PM Dashboard Bug #42762 (Resolved): mgr/dashboard: when renaming RBD snapshot, modal header shows "Create" ins...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:43 PM RADOS Bug #42906 (Resolved): ceph-mon --mkfs: public_address type (v1|v2) is not respected
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:43 PM rgw Bug #43184 (Resolved): rgw: radosgw_admin teuthology task: No module named bunch
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:42 PM rbd Backport #43504 (Rejected): nautilus: Crash in unittest_rbd_mirror due to race condition in PoolR...
Nathan Cutler
02:42 PM CephFS Backport #43503 (Resolved): nautilus: mount.ceph: give a hint message when no mds is up or cluste...
https://github.com/ceph/ceph/pull/32910 Nathan Cutler
02:42 PM CephFS Backport #43502 (Resolved): mimic: mount.ceph: give a hint message when no mds is up or cluster i...
https://github.com/ceph/ceph/pull/32911 Nathan Cutler
02:42 PM rbd Backport #43501 (Resolved): nautilus: [namespaces] removing a namespace can leak helper objects
https://github.com/ceph/ceph/pull/32839 Nathan Cutler
02:42 PM rbd Backport #43500 (Resolved): nautilus: rbd-mirror daemons don't logrotate correctly
https://github.com/ceph/ceph/pull/32593 Nathan Cutler
02:42 PM rbd Backport #43499 (Resolved): luminous: rbd-mirror daemons don't logrotate correctly
https://github.com/ceph/ceph/pull/32599 Nathan Cutler
02:42 PM rbd Backport #43498 (Resolved): mimic: rbd-mirror daemons don't logrotate correctly
https://github.com/ceph/ceph/pull/32598 Nathan Cutler
02:15 PM bluestore Bug #43297: StupidAllocator.cc: 265: FAILED assert(intervals <= max_intervals)
Fabien Brachere wrote:
> Hi,
> same problem here with my 12 OSDs nodes ceph cluster:
> [...]
>
> The problem be...
Lei Liu
10:22 AM bluestore Bug #43297: StupidAllocator.cc: 265: FAILED assert(intervals <= max_intervals)
Hi,
same problem here with my 12 OSDs nodes ceph cluster:...
Fabien Brachere
01:37 PM rbd Bug #12219 (Resolved): rbd-fuse should respect standard Ceph configuration overrides and search p...
Jason Dillaman
01:37 PM rbd Cleanup #41580 (Resolved): librbd: Delete unused variable: C_MigrateObject::m_object_size
Jason Dillaman
01:36 PM rbd Bug #42335 (Pending Backport): the progress percent of creating thick-provisoin image exceeds 100%
Jason Dillaman
01:35 PM rbd Bug #43378 (Pending Backport): [namespaces] removing a namespace can leak helper objects
Jason Dillaman
01:35 PM rbd Bug #43379 (Resolved): [mirroring] delete peers from all registered namespaces when removed from ...
Jason Dillaman
01:35 PM rbd Bug #41241 (Pending Backport): failed to list descendants with child's pool deleted
Jason Dillaman
01:34 PM rbd Bug #25346 (Resolved): should not be allowed to restore an image when it is being deleted
Jason Dillaman
01:33 PM rbd Bug #42889 (Resolved): [msgr] continuous CRC mismatch under Ubuntu 18.04 causing spinning connect...
Jason Dillaman
01:31 PM rbd Bug #43289 (Pending Backport): Crash in unittest_rbd_mirror due to race condition in PoolReplayer
Jason Dillaman
01:27 PM Revision 3143608b (ceph): Merge pull request #32483 from trociny/wip-pool_replayer-print_status
rbd-mirror: fix "pool replayer status" for case when init failed
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:27 PM Revision 5e84095b (ceph): Merge pull request #32463 from trociny/wip-unlink-peer
librbd: when unlinking peer from mirror snaps do it in all namespaces
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:26 PM rbd Bug #43428 (Pending Backport): rbd-mirror daemons don't logrotate correctly
Jason Dillaman
01:25 PM Revision 55302f47 (ceph): Merge pull request #32456 from trociny/wip-43428
rbd-mirror: make logrotate work
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:16 PM mgr Backport #43466 (Resolved): nautilus: ceph-mgr's finisher queue can grow indefinitely, making pyt...
Nathan Cutler
01:05 PM Revision 2ee55c2c (ceph): Merge pull request #32404 from kalebskeithley/master
rgw: build radosgw daemon as a shared lib + small executable Daniel Gryniewicz
12:50 PM ceph-volume Bug #43497 (Resolved): ceph-volume lvm list $device doesn't work if $device is a symlink
Assuming that `/dev/disk/by-path/pci-0000:00:00.0` is a symlink to `/dev/sda`, and that `/dev/sda` contains a Ceph lo... Benoît Knecht
12:45 PM Revision d063674c (ceph): Merge pull request #32494 from ronen-fr/clang_3
crimson: fix lambda captures of non-variables
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:43 PM CephFS Documentation #43154 (In Progress): doc: migrate best practice recommendations to relevant docs
Rishabh Dave
12:34 PM CephFS Bug #43496: qa: xfstest_dev.py crashes while calling teuthology.misc.get_system_type
Oh, BTW, the crash happened locally, not on teuthology. Rishabh Dave
12:33 PM CephFS Bug #43496 (Fix Under Review): qa: xfstest_dev.py crashes while calling teuthology.misc.get_syste...
Rishabh Dave
12:30 PM CephFS Bug #43496 (Resolved): qa: xfstest_dev.py crashes while calling teuthology.misc.get_system_type
teuthology.misc.get_system_type calls teuthology.misc.sh. Fix: add a wrapper method of teuthology.misc.sh to vstart_r... Rishabh Dave
12:33 PM CephFS Bug #43486 (Fix Under Review): qa: test_acls: cannot find packages on centos 8
Rishabh Dave
08:00 AM CephFS Bug #43486: qa: test_acls: cannot find packages on centos 8
I am checking if xfstests-dev runs fine without btrfs-prog-devel. The reason for it's absence on CentOS 8 is (AFAIS) ... Rishabh Dave
07:14 AM CephFS Bug #43486 (In Progress): qa: test_acls: cannot find packages on centos 8
Rishabh Dave
12:06 PM Revision e6854d4f (ceph): mds: add feature_bitset_t::dump()
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
12:06 PM Revision 55d8fdef (ceph): mds: maintain client provided metric flags in client metadata
Fixes: https://tracker.ceph.com/issues/43251
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
11:23 AM Dashboard Feature #43089 (In Progress): mgr/dashboard: Make password policy check configurable
Volker Theile
11:07 AM CephFS Bug #43483 (In Progress): mds: reject forward scrubs when cluster has multiple active MDS (more t...
Milind Changire
10:56 AM Revision b9094f1e (ceph): mgr/dashboard: fix failing user tests
Choose another future_date_1 date (9 days instead of 10) to
make sure the expiration date will be between future_date...
Tatjana Dehler
10:52 AM Revision 8988a07e (ceph): Merge pull request #32499 from sebastian-philipp/orchestrator-cli-mon-u...
mgr/orchestrator_cli: _update_mons require host spec only
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:39 AM Revision 24694e2a (ceph): crimson: fix lambda captures of non-variables
One cannot just capture a structured binding "non-variable".
(From the C++ standard, $8.4.5.2:
"If a lambda-expressio...
Ronen Friedman
10:32 AM Revision 39fdbe1b (ceph): Merge pull request #32376 from idryomov/wip-krbd-fsx-object-map
qa/suites/krbd: fsx with object-map and fast-diff
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Ilya Dryomov
10:27 AM Revision 8c0c87f0 (ceph): rgw: user policy: forward write requests to master zone
Since earlier releases didn't forward the requests, have an additional pass
through for delete policy requests to all...
Abhishek Lekshmanan
10:25 AM RADOS Backport #43495 (In Progress): nautilus: ceph monitor crashes after updating 'mon_memory_target' ...
Sridhar Seshasayee
10:24 AM RADOS Backport #43495 (New): nautilus: ceph monitor crashes after updating 'mon_memory_target' config s...
Sridhar Seshasayee
10:01 AM RADOS Backport #43495 (Resolved): nautilus: ceph monitor crashes after updating 'mon_memory_target' con...
https://github.com/ceph/ceph/pull/32520 Sridhar Seshasayee
10:25 AM Revision 9ca8059c (ceph): mon/OSDMonitor: Don't update mon cache settings if rocksdb is not used
Currently any update to mon cache config settings like 'mon_memory_target'
or 'rocksdb_cache_size' will cause a crash...
Sridhar Seshasayee
09:55 AM Messengers Bug #43070: CephxSessionHandler::_calc_signature segv
rados/cephadm/{fixed-2.yaml mode/packaged.yaml msgr/async-v1only.yaml start.yaml supported-random-distro$/{ubuntu_lat... Kefu Chai
09:44 AM Revision 0150ac9d (ceph): Merge pull request #32518 from tchaikov/wip-orchestrator-service-action...
qa/tasks/mgr/test_orchestrator_cli: fix service action tests
Reviewed-by: Thomas Bechtold <tbechtold@suse.com>
Revie...
Kefu Chai
09:39 AM Revision 38d88fef (ceph): mgr/cephadm: Add progress capability to completions
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
09:34 AM RADOS Bug #43454: ceph monitor crashes after updating 'mon_memory_target' config setting.
Tested the fix without using rocksdb and confirmed that the crash is not observed now:
2020-01-07T12:53:09.942+053...
Sridhar Seshasayee
08:41 AM RADOS Bug #43454 (Pending Backport): ceph monitor crashes after updating 'mon_memory_target' config set...
Kefu Chai
08:49 AM Revision b612357d (ceph): ceph-volume: use fsync for dd command
fsync makes sure that data and metadata is actually written to device
being zapped before finishing.
Fixes: https://...
Rishabh Dave
08:46 AM Revision 3150dfa6 (ceph): Merge pull request #31407 from smithfarm/wip-42533-mimic
mimic: ceph-volume: rearrange api/lvm.py Jan Fajerski
08:46 AM Revision 7bc8b814 (ceph): Merge pull request #31406 from smithfarm/wip-42534-mimic
mimic: ceph-volume: mokeypatch calls to lvm related binaries Jan Fajerski
08:44 AM Revision ce2010c4 (ceph): mgr/orchestrator_cli: _update_mons require host spec only
* `mgr/cephadm` requres a host spec right now
* `mgr/rook` only supports `spec.count` right now
Signed-off-by: Sebas...
Sebastian Wagner
08:44 AM Revision a41b68ee (ceph): mgr/rook: Add some more type annotations
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
08:42 AM CephFS Backport #43338 (New): nautilus: qa/tasks: add remaining tests for fs volume
Jos Collin
08:40 AM Revision e78b992a (ceph): Merge pull request #32496 from majianpeng/osd-remove-unused-func2
osd/OSD: remove unused func enqueue_peering_evt_front
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:38 AM bluestore Bug #43451 (Resolved): Fails to build with gcc10 and clang9
Kefu Chai
08:38 AM Revision 4788de23 (ceph): Merge pull request #32484 from bzed/bluefs-use-uint64_t-for-len
os/bluestore/Blue(FS|Store): uint64_t alloc_size
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:32 AM Revision e18dcbb2 (ceph): Merge pull request #32473 from sseshasa/fix-mon-autotune-update
mon/OSDMonitor: Don't update mon cache settings if rocksdb is not used
Reviewed-by: Josh Durgin <jdurgin@redhat.com>...
Kefu Chai
08:31 AM Revision 726b0de6 (ceph): Merge pull request #28921 from rzarzynski/wip-msgr-drop-0c
msg/async: drop zero_copy_read() & co from ConnectedSocket.
Reviewed-by: Haomai Wang <haomai@xsky.com>
Reviewed-by: ...
Kefu Chai
08:30 AM Revision f4f1bb44 (ceph): Merge pull request #32112 from hjwsm1989/wip-42706
test/librados: don't release handler if set_pg_num failed
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:29 AM Revision ccfaf404 (ceph): Merge pull request #32428 from tchaikov/wip-qa-mgr-mon-update
qa/tasks/mgr/test_orchestrator_cli: fix "mon update" test
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Kefu Chai
08:28 AM Revision b59cc672 (ceph): Merge pull request #31929 from majianpeng/msg-async-bugfix
msg/async: update refcount and perf counter properly
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:00 AM Revision 4c98b322 (ceph): qa/tasks/mgr/test_orchestrator_cli: fix service action tests
in b77f0c74a5213ee57de19d21c930b2f3c872a1c4, "reload"
service[-instance] action was dropped. so replace "reload" with...
Kefu Chai
07:37 AM Revision 2a7b6f16 (ceph): mon: should not take non-tell commands as tell ones
this change addresses a regression introduced by a2c34794dc. in which, a
new flag, 'FLAG_TELL' was added. and it's us...
Kefu Chai
05:35 AM Revision 7a1d6872 (ceph): Partially revert "mgr/balancer: balance pools with same crush_rule in b...
This partially reverts commit 3a730d751deff892e7a0bddba87eba3dbb829c3e
Fixes: https://tracker.ceph.com/issues/43307
...
David Zafman
05:35 AM Revision a92f4877 (ceph): Revert "tools: osdmaptool sync with balancer module behavior"
This was the rules batching version of osdmaptool
This reverts commit f165d4ca39b1edef4bf22a7597af79339c95026f.
Sig...
David Zafman
05:35 AM Revision 8e46bbbf (ceph): test: Fix test case for pool based balancing instead of rule batched
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
05:35 AM Revision e42a6ccb (ceph): tools: osdmaptool document non-upmap options that were missing
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
05:35 AM Revision 184e9d1a (ceph): doc: Add upmap options to osdmaptool man page and give example
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
05:35 AM Revision 621acf8c (ceph): osdmaptool: Add --upmap-active to simulate active upmap balancing
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
05:35 AM Revision b0a1b758 (ceph): mgr: Change default upmap_max_deviation to 5
Fixes: https://tracker.ceph.com/issues/43312
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
05:35 AM Revision c65d5c8d (ceph): test: Sort pool list because the order isn't guaranteed from "balancer ...
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
03:07 AM CephFS Bug #43493 (Can't reproduce): osdc: fix null pointer caused program crash
PurgeRange.oncommit NULL error wenpeng li
03:07 AM rbd Feature #40256 (Resolved): rbd bench: allow KB/SEC + MB/SEC + GB/SEC
Jason Dillaman
02:21 AM rbd Feature #40256: rbd bench: allow KB/SEC + MB/SEC + GB/SEC
Torben Hørup wrote:
> Currently the output of rbd bench only outputs bytes/s which is not easy to read when benchmar...
yin zheng
02:46 AM RADOS Backport #39474: luminous: segv in fgets() in collect_sys_info reading /proc/cpuinfo
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32349
merged
Yuri Weinstein
02:46 AM Revision ce90234e (ceph): Merge pull request #32349 from smithfarm/wip-39474-luminous
luminous: common/util: handle long lines in /proc/cpuinfo
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
02:45 AM RADOS Backport #41730: luminous: osd/ReplicatedBackend.cc: 1349: FAILED ceph_assert(peer_missing.count(...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31855
merged
Yuri Weinstein
02:45 AM Revision 178a7f65 (ceph): Merge pull request #31855 from smithfarm/wip-41730-luminous
luminous: osd/ReplicatedBackend.cc: 1349: FAILED ceph_assert(peer_missing.count(fromshard))
Reviewed-by: David Zafma...
Yuri Weinstein
01:48 AM rgw Bug #43455: Too many rgw.none indexes slow down list operations
https://github.com/ceph/ceph/pull/32513 Ilsoo Byun
01:35 AM Revision 2eaac132 (ceph): rgw: move forward marker even in case of many non-existent indexes
Signed-off-by: Ilsoo Byun <ilsoobyun@linecorp.com> Ilsoo Byun
01:35 AM Revision 8f9e8cce (ceph): Revert "qa/tasks/cbt: include py2 deps on ubuntu for now"
This reverts commit 3f2270a1c4f7ce93304ca9228771254944c4b15c.
since https://github.com/ceph/cbt/pull/208 got merged,...
Kefu Chai
01:34 AM Revision def29c02 (ceph): Merge pull request #32436 from tchaikov/nautilus-cbt-py3
nautilus: qa/tasks/cbt: install python3 deps
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
01:32 AM Revision 53497b42 (ceph): qa/tasks/cbt: install python3 deps
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 299375852a4b3210cf5b95d3559d69080f14339f)
Conf...
Kefu Chai

01/06/2020

11:55 PM Revision daf0990c (ceph): mon/PGMap.h: disable network stats in dump_osd_stats
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit ffb8a2a904426c8a3d6fc2fd70266418a98623c5)
Co...
Neha .
11:54 PM Revision a96cc314 (ceph): osd_stat_t::dump: Add option for ceph-mgr pythonn callers to skip ping ...
Due to the overhead of this on large clusters, we removed the network
information was wasn't getting used anyway.
Fi...
David Zafman
11:24 PM mgr Backport #43466: nautilus: ceph-mgr's finisher queue can grow indefinitely, making python modules...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32466
merged
Yuri Weinstein
04:49 PM mgr Backport #43466 (In Progress): nautilus: ceph-mgr's finisher queue can grow indefinitely, making ...
Nathan Cutler
01:29 PM mgr Backport #43466 (Resolved): nautilus: ceph-mgr's finisher queue can grow indefinitely, making pyt...
https://github.com/ceph/ceph/pull/32466 Nathan Cutler
11:24 PM Revision fbfd30b6 (ceph): Merge pull request #32466 from neha-ojha/wip-43364-2-nautilus
nautilus: mon/PGMap.h: disable network stats in dump_osd_stats
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:21 PM RADOS Bug #43490 (New): nautilus: "[WRN] Monitor daemon marked osd.2 down, but it is still running" in ...
Run: http://pulpito.ceph.com/yuriw-2020-01-04_16:08:12-rados-wip-yuri8-testing-2020-01-03-2031-nautilus-distro-basic-... Yuri Weinstein
11:18 PM RADOS Backport #42997: nautilus: acting_recovery_backfill won't catch all up peers
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32064
merged
Yuri Weinstein
11:18 PM Revision 53225026 (ceph): Merge pull request #32064 from smithfarm/wip-42997-nautilus
nautilus: osd/PeeringState: do not exclude up from acting_recovery_backfill
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
11:17 PM RADOS Backport #42853: nautilus: format error: ceph osd stat --format=json
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32062
merged
Yuri Weinstein
11:17 PM Revision 041e1544 (ceph): Merge pull request #32062 from smithfarm/wip-42853-nautilus
nautilus: mon/OSDMonitor: fix format error ceph osd stat --format json
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
11:17 PM Backport #42885: nautilus: pg_autoscaler: pool "target_size_bytes" setting doesn't allow for T, G...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31740
merged
Yuri Weinstein
11:17 PM Revision 65c088f8 (ceph): Merge pull request #31740 from smithfarm/wip-42885-nautilus
nautilus: core: mon/OSDMonitor: Fix pool set target_size_bytes (etc) with unit suffix
Reviewed-by: Kefu Chai <kchai@...
Yuri Weinstein
11:16 PM RADOS Backport #42846: nautilus: src/msg/async/net_handler.cc: Fix compilation
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31736
merged
Yuri Weinstein
11:15 PM Revision 171524c8 (ceph): Merge pull request #31736 from SUSE/wip-42846-nautilus
nautilus: msg: async/net_handler.cc: Fix compilation
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
11:15 PM mgr Backport #42899: nautilus: mgr/autoscaler: 1 subtrees have overcommitted pool target_size_bytes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32067
merged
Yuri Weinstein
11:15 PM Revision 7087a7b0 (ceph): Merge pull request #32067 from smithfarm/wip-42899-nautilus
nautilus: mgr/pg_autoscaler: only generate target_* health warnings if targets set
Reviewed-by: Neha Ojha <nojha@red...
Yuri Weinstein
10:38 PM Revision 6d8ba342 (ceph): cephadm: Add ability to deploy grafana container
This patch adds initial support for deploying grafana. It uses a specific container image that has the grafana
plugin...
Paul Cuzner
10:23 PM RADOS Bug #43489 (New): PG.cc: 953: FAILED assert(0 == "past_interval start interval mismatch")

Upgrade runs from Jewel to Luminous and Luminous to Mimic
yuriw-2019-12-23_19:53:50-rados-wip-yuri3-testing-2019...
David Zafman
09:40 PM CephFS Bug #43329 (Resolved): cephfs-shell: AttributeError when undefined an conf opt is attemptted to read
Patrick Donnelly
09:38 PM Linux kernel client Bug #39945: RBD I/O error leads to ghost-mapped RBD
To reply to your questions from before:
> was it regular "rbd unmap" or "rbd unmap -o force"?
This was a regular ...
Cliff Pajaro
09:33 PM Linux kernel client Bug #39945: RBD I/O error leads to ghost-mapped RBD
Hi Ilya,
We are now running a newer kernel: 4.19.68-vanilla-ams-2
I just noticed traces in /var/log/messages.
...
Cliff Pajaro
08:20 PM Linux kernel client Bug #39945: RBD I/O error leads to ghost-mapped RBD
Hi Cliff,
What kernel are you running? Is it the same one or something newer?
Is there anything in dmesg? Pre...
Ilya Dryomov
07:54 PM Linux kernel client Bug #39945: RBD I/O error leads to ghost-mapped RBD
Hi Ilya,
This issue has popped up again and I have a similar `rbd25-tasks` process still alive, with the rbd statu...
Cliff Pajaro
08:54 PM Revision 53066d09 (ceph): Merge pull request #32358 from idryomov/wip-krbd-py3-fixup
qa: krbd_exclusive_option.sh: fixup for json.tool ordering change
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Ilya Dryomov
08:42 PM CephFS Documentation #37746 (Resolved): doc: how to mount a subdir with ceph-fuse/kclient
Patrick Donnelly
08:42 PM Revision 47d85159 (ceph): Merge PR #32498 into master
* refs/pull/32498/head:
doc: mounting CephFS subdirectory and Persistent Mounts cleanup
Reviewed-by: Patrick Donnel...
Patrick Donnelly
08:35 PM CephFS Bug #43460 (Resolved): qa: loff_t type missing for fsync-tester
Patrick Donnelly
08:34 PM Revision e389d901 (ceph): Merge PR #32480 into master
* refs/pull/32480/head:
qa: use -D_GNU_SOURCE when compiling fsync-tester.c
qa: add comment about fsync-tester dist...
Patrick Donnelly
08:31 PM Revision 78bd2a83 (ceph): Merge PR #29995 into master
* refs/pull/29995/head:
mds: add config to require forward to auth MDS
Reviewed-by: Zheng Yan <zyan@redhat.com>
Rev...
Patrick Donnelly
08:31 PM CephFS Fix #42450 (Pending Backport): MDSMonitor: warn if a new file system is being created with an EC ...
Patrick Donnelly
08:30 PM Revision 87755902 (ceph): Merge PR #31494 into master
* refs/pull/31494/head:
qa: force creation of fs with EC default data pool
qa: add tests for adding EC data pools
...
Patrick Donnelly
08:29 PM Revision 7fde99ac (ceph): Merge PR #32015 into master
* refs/pull/32015/head:
doc/cephfs/standby: document mds_join_fs
mgr/cephadm: map mds daemons to a particular fs
m...
Patrick Donnelly
08:28 PM CephFS Bug #43326 (Resolved): mds: batch getattr/lookup bug
Patrick Donnelly
08:28 PM Revision a8045617 (ceph): Merge PR #32268 into master
* refs/pull/32268/head:
mds: only enable batch getattr/lookup for non-snap request.
mds: pin dentry when attaching ...
Patrick Donnelly
08:27 PM CephFS Bug #42088 (Pending Backport): 'ceph -s' does not show standbys if there are no filesystems
Patrick Donnelly
08:27 PM Revision a9a77bf1 (ceph): Merge PR #32307 into master
* refs/pull/32307/head:
mon: print FSMap if standbys exist
Reviewed-by: Sage Weil <sage@redhat.com>
Patrick Donnelly
08:26 PM Revision f714c4bd (ceph): Merge PR #32308 into master
* refs/pull/32308/head:
mon/MDSMonitor: cleanup check_subs
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly
08:26 PM rgw Backport #43012: nautilus: rgw: crypt: permit RGW-AUTO/default with SSE-S3 headers
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31862
merged
Yuri Weinstein
08:26 PM Revision 7ced2697 (ceph): Merge pull request #31862 from smithfarm/wip-43012-nautilus
nautilus: rgw: crypt: permit RGW-AUTO/default with SSE-S3 headers
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:26 PM rgw Backport #42841: nautilus: rgw: usage show can't completed when specify --bucket
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31684
merged
Yuri Weinstein
08:25 PM Revision 99a3b3b6 (ceph): Merge pull request #31684 from smithfarm/wip-42841-nautilus
nautilus: rgw: fix an endless loop error when to show usage
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:25 PM Revision c7557403 (ceph): Merge PR #32467 into master
* refs/pull/32467/head:
qa: fix various py3 cephfs qa bugs
Reviewed-by: Thomas Bechtold <tbechtold@suse.com>
Review...
Patrick Donnelly
08:25 PM rgw Backport #42555: nautilus: rgw: prevent bucket reshard scheduling if bucket is resharding
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31298
merged
Yuri Weinstein
08:25 PM Revision f510ae15 (ceph): Merge pull request #31298 from smithfarm/wip-42555-nautilus
nautilus: rgw: prevent bucket reshard scheduling if bucket is resharding
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:25 PM Revision 811e791b (ceph): Merge pull request #31289 from smithfarm/wip-42386-nautilus
nautilus: rgw: fix compile errors with boost 1.70 Yuri Weinstein
08:25 PM rgw Backport #42386: nautilus: rgw: fix compile errors with boost 1.70 #27730
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31289
merged
Yuri Weinstein
08:24 PM Revision c7398dcf (ceph): Merge pull request #31182 from croit/nautilus-rgw-bucket-stats-num-shards
nautilus: rgw: add num_shards to radosgw-admin bucket stats Yuri Weinstein
08:24 PM rgw Backport #42550: nautilus: radosgw-admin bucket stats should prov
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31182
merged
Yuri Weinstein
08:23 PM rgw Backport #43158: nautilus: STS crashes with uncaught exception when session token is not base64 e...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32050
merged
Yuri Weinstein
08:23 PM Revision 2016a971 (ceph): Merge pull request #32050 from joke-lee/rgw-sts-crash-token-not-base64-...
nautilus: rgw: fix rgw crash when token is not base64 encode
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Review...
Yuri Weinstein
08:20 PM CephFS Feature #43294 (Pending Backport): mount.ceph: give a hint message when no mds is up or cluster i...
Patrick Donnelly
08:19 PM Revision 0997d24d (ceph): Merge PR #32164 into master
* refs/pull/32164/head:
mount.ceph: give a hint message when no mds is up or cluster is laggy
Reviewed-by: Patrick ...
Patrick Donnelly
08:18 PM Revision 02b3883d (ceph): Merge PR #32363 into master
* refs/pull/32363/head:
qa: add .qa link
Reviewed-by: Sage Weil <sage@redhat.com>
Patrick Donnelly
08:07 PM Bug #43488 (Fix Under Review): qa: mon_thrash uses obsolete scrub command
Patrick Donnelly
07:56 PM Bug #43488 (Resolved): qa: mon_thrash uses obsolete scrub command
... Patrick Donnelly
08:06 PM Revision 1710acdc (ceph): mon: use non-obsolete mon scrub cmd
Fixes: e9a5ce0897efc6126caeebea9900bf05ec3d2174
Fixes: https://tracker.ceph.com/issues/43488
Signed-off-by: Patrick D...
Patrick Donnelly
08:04 PM Revision 0a9a162b (ceph): Merge pull request #32509 from ceph/revert-32264-WIP-removedistro
Revert "[qa]: Removing distros othern than rhel 7.x and rhel 8.x" Rachana Patel
08:03 PM Revision 7f66f5b8 (ceph): Revert "[qa]: Removing distros othern than rhel 7.x and rhel 8.x"
Rachana Patel
07:48 PM CephFS Bug #43487 (Fix Under Review): qa: test_acls does not detect rhel8
Patrick Donnelly
07:46 PM CephFS Bug #43487 (Resolved): qa: test_acls does not detect rhel8
... Patrick Donnelly
07:44 PM CephFS Bug #43486 (Resolved): qa: test_acls: cannot find packages on centos 8
... Patrick Donnelly
07:43 PM Revision ded02de5 (ceph): Merge pull request #32264 from racpatel/WIP-removedistro
[qa]: Removing distros othern than rhel 7.x and rhel 8.x Rachana Patel
07:21 PM RADOS Bug #41718 (Resolved): ceph osd stat JSON output incomplete
David Zafman
07:21 PM RADOS Bug #43485 (Fix Under Review): Deprecated full/nearfull added back by mistake
David Zafman
07:16 PM RADOS Bug #43485 (Resolved): Deprecated full/nearfull added back by mistake

The change for
https://tracker.ceph.com/issues/41718 (dff411f1905cc69bfb2cfa8b62a00b4702e6aa46)
also added back...
David Zafman
06:54 PM Revision e4d5ece0 (ceph): mgr/telemetry: fix device serial number anonymization
- Model names sometimes have underscores in them, hence it is
not safe to split the string <vendor>_<model>_<serial> ...
Yaarit Hatuka
06:26 PM RADOS Backport #43325 (Resolved): luminous: wrong datatype describing crush_rule
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32267
m...
Nathan Cutler
06:26 PM rgw Backport #43235 (Resolved): mimic: rgw: radosgw_admin teuthology task: No module named bunch
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32214
m...
Nathan Cutler
06:25 PM RADOS Backport #43315 (Resolved): mimic:wrong datatype describing crush_rule
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32255
m...
Nathan Cutler
06:25 PM Backport #42994 (Resolved): nautilus: mon: only bind to v2 addr if mkfs with hostname sytle mon_host
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31844
m...
Nathan Cutler
06:24 PM RADOS Backport #42197 (Resolved): nautilus: osd/PrimaryLogPG.cc: 13068: FAILED ceph_assert(obc)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31028
m...
Nathan Cutler
06:24 PM CephFS Bug #43484 (Fix Under Review): mds: note features client has when rejecting client due to feature...
Patrick Donnelly
06:15 PM CephFS Bug #43484 (Resolved): mds: note features client has when rejecting client due to feature incompat
Currently we get a message like:... Patrick Donnelly
06:24 PM bluestore Backport #41810 (Resolved): nautilus: osd_memory_target isn't applied in runtime.
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31852
m...
Nathan Cutler
06:23 PM ceph-volume Backport #42537: nautilus: ceph-volume-zfs: add the inventory command #30995
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31295
m...
Nathan Cutler
06:23 PM RADOS Backport #43140 (Resolved): nautilus: ceph-mon --mkfs: public_address type (v1|v2) is not respected
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32028
m...
Nathan Cutler
06:20 PM Revision 86a0e873 (ceph): mds: note client features when rejecting client
Fixes: https://tracker.ceph.com/issues/43484
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:20 PM rgw Backport #43477 (In Progress): nautilus: Ambigous bitset selection with FreeBSD libc++
Nathan Cutler
01:41 PM rgw Backport #43477 (Resolved): nautilus: Ambigous bitset selection with FreeBSD libc++
https://github.com/ceph/ceph/pull/32504 Nathan Cutler
06:18 PM Dashboard Backport #42900 (Resolved): nautilus: mgr/dashboard: when renaming RBD snapshot, modal header sho...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31779
m...
Nathan Cutler
06:18 PM Revision 98e49f07 (ceph): mds: add hex indicator to printed feature flags
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
05:47 PM Bug #43396 (Resolved): selinux denial on el8
Kefu Chai
05:46 PM Revision 13acfe04 (ceph): Merge pull request #32426 from tchaikov/wip-qa-test_envlibrados_for_roc...
qa: enable CRB repo for RHEL8
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
05:29 PM rbd Bug #43428: rbd-mirror daemons don't logrotate correctly
Backports will need to come to terms with the fact that the master PR touches "cephadm" which does not exist in any o... Nathan Cutler
05:01 PM Dashboard Bug #39140: mgr/dashboard: decouple RBD image disk usage calculation from RBD image listing
Updating the PR ID (need review) Lenz Grimmer
03:49 PM Dashboard Feature #43260 (New): mgr/dashboard: Support creating a placement rule that targets a specific de...
Ricardo Marques
03:41 PM Revision f05696eb (ceph): qa: enable CRB repo for RHEL8
instead of enabling PowerTools repo, we need to enable CodeReady Builder
repo for RHEL8
also, since we are moving to...
Kefu Chai
03:17 PM CephFS Bug #43407: mds crash after update to v14.2.5
The first ESubtreeMap in the journal was wrong. It should also contains dir 0x1... Zheng Yan
02:52 PM CephFS Bug #43407 (Triaged): mds crash after update to v14.2.5
Patrick Donnelly
03:09 PM rgw Backport #43482 (In Progress): luminous: RGW: metrics 'qlen', 'qactive' are not work
Nathan Cutler
01:47 PM rgw Backport #43482 (Rejected): luminous: RGW: metrics 'qlen', 'qactive' are not work
https://github.com/ceph/ceph/pull/32503 Nathan Cutler
03:07 PM CephFS Bug #43483 (Resolved): mds: reject forward scrubs when cluster has multiple active MDS (more than...
Forward scrub may cause the MDS to hit various assertions if there is more than one rank. Have the MDS check if there... Patrick Donnelly
02:53 PM Revision 69df8573 (ceph): Merge pull request #32242 from rishabh-d-dave/cv-methods-for-lvm-opt-S
ceph-volume: add methods to pass filters to pvs, vgs and lvs commands Jan Fajerski
02:40 PM CephFS Bug #43440 (Triaged): client: chdir does not raise error if a file is passed
Patrick Donnelly
02:12 PM Revision b2b7610d (ceph): qa: krbd_exclusive_option.sh: fixup for json.tool ordering change
In Python 3.5 json.tool was changed to produce unsorted output and
--sort-keys option was added to compensate. This ...
Ilya Dryomov
01:57 PM Revision a4f2fcef (ceph): ceph-volume: add methods to pass filters to pvs, vgs and lvs commands
Filters can be passed to these commands by using option '-S'.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
01:52 PM Revision 848eb114 (ceph): test/librbd/fsx: don't disable features for krbd
rbd_default_features is set in krbd suite, no need to hard-code this in
fsx (especially now when object-map, fast-dif...
Ilya Dryomov
01:52 PM Revision cff2e49f (ceph): qa/suites/krbd: fsx with object-map and fast-diff
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
01:46 PM rgw Backport #43481 (Resolved): luminous: radosgw-admin reshard status displays 'num_shards: 18446744...
https://github.com/ceph/ceph/pull/33307 Nathan Cutler
01:46 PM rgw Backport #43480 (Resolved): mimic: radosgw-admin reshard status displays 'num_shards: 18446744073...
https://github.com/ceph/ceph/pull/33305 Nathan Cutler
01:41 PM rgw Backport #43479 (Rejected): luminous: Ambigous bitset selection with FreeBSD libc++
Nathan Cutler
01:41 PM rgw Backport #43478 (Rejected): mimic: Ambigous bitset selection with FreeBSD libc++
Nathan Cutler
01:39 PM rgw Bug #42471 (Pending Backport): Ambigous bitset selection with FreeBSD libc++
Nathan Cutler
01:32 PM rbd Backport #43476 (Rejected): luminous: rbd export-diff with --whole-object skips parent data for f...
https://github.com/ceph/ceph/pull/32471 Nathan Cutler
01:32 PM rbd Backport #43475 (Resolved): mimic: rbd export-diff with --whole-object skips parent data for fast...
https://github.com/ceph/ceph/pull/32470 Nathan Cutler
01:32 PM rbd Backport #43474 (Resolved): nautilus: rbd export-diff with --whole-object skips parent data for f...
https://github.com/ceph/ceph/pull/32469 Nathan Cutler
01:31 PM RADOS Backport #43473 (Resolved): nautilus: recursive lock of OpTracker::lock (70)
https://github.com/ceph/ceph/pull/32858 Nathan Cutler
01:30 PM RADOS Backport #43472 (Resolved): mimic: negative num_objects can set PG_STATE_DEGRADED
https://github.com/ceph/ceph/pull/33331 Nathan Cutler
01:30 PM RADOS Backport #43471 (Resolved): nautilus: negative num_objects can set PG_STATE_DEGRADED
https://github.com/ceph/ceph/pull/32857 Nathan Cutler
01:30 PM RADOS Backport #43470 (Rejected): mimic: asynchronous recovery + backfill might spin pg undersized for ...
https://github.com/ceph/ceph/pull/33330 Nathan Cutler
01:30 PM RADOS Backport #43469 (Resolved): nautilus: asynchronous recovery + backfill might spin pg undersized f...
https://github.com/ceph/ceph/pull/32849 Nathan Cutler
01:29 PM mgr Backport #43468 (Rejected): luminous: ceph-mgr's finisher queue can grow indefinitely, making pyt...
https://github.com/ceph/ceph/pull/35426 Nathan Cutler
01:29 PM mgr Backport #43467 (Rejected): mimic: ceph-mgr's finisher queue can grow indefinitely, making python...
https://github.com/ceph/ceph/pull/35427 Nathan Cutler
01:29 PM Revision bed4a6cc (ceph): pybind/mgr: Add test_orchestrator to mypy
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
01:29 PM mgr Backport #43465 (Rejected): mimic: mgr: restful socket was not closed properly.
Nathan Cutler
01:29 PM mgr Backport #43464 (Resolved): nautilus: mgr: restful socket was not closed properly.
https://github.com/ceph/ceph/pull/35213 Nathan Cutler
01:29 PM ceph-volume Backport #43463 (Resolved): mimic: Clarify the message "could not find osd.%s with fsid %s"
https://github.com/ceph/ceph/pull/32865 Nathan Cutler
01:29 PM ceph-volume Backport #43462 (Resolved): nautilus: Clarify the message "could not find osd.%s with fsid %s"
https://github.com/ceph/ceph/pull/32864 Nathan Cutler
01:03 PM Revision 1033d5b3 (ceph): doc: mounting CephFS subdirectory and Persistent Mounts cleanup
Fixes: https://tracker.ceph.com/issues/37746
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
11:51 AM Bug #43433: [ceph-mon]ceph-mon crash when modify pool's attribute.
Can you please share the command that triggered the crash? Joao Eduardo Luis
09:51 AM Linux kernel client Feature #43215: kclient: send usage metrics to MDS
Add read/write latency support:... Xiubo Li
08:42 AM Revision 234beadf (ceph): osd/OSD: remove unused func enqueue_peering_evt_front
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> jianpeng ma
08:36 AM bluestore Bug #43370: OSD crash in function bluefs::_flush_range with ceph_abort_msg "bluefs enospc"
Thanks for the clarification. If you can provide me with suitable commands to find the "real device layout for BlueSt... Gerdriaan Mulder
08:16 AM Bug #43402 (Fix Under Review): Python 3.6 + ceph_argparse.py RadosThreads may not fully exit befo...
Kefu Chai
08:00 AM RADOS Bug #42861 (Fix Under Review): Libceph-common.so needs to use private link attribute when includi...
Kefu Chai
06:43 AM Revision fd0cbcfe (ceph): Merge pull request #32485 from tchaikov/wip-clang
common,crimson: fixes to compile with clang and libc++
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-by...
Kefu Chai
02:07 AM Revision dba2b808 (ceph): Merge pull request #31728 from luis-henrix/copy-from-notrunc
osd: add a 'copy-from2' operation that includes truncate_{seq,size} parameters
Reviewed-by: Jeff Layton <jlayton@red...
Kefu Chai
02:00 AM Revision 3535e241 (ceph): Merge pull request #32488 from ronen-fr/clang_3
crimson: CLANG-related fixes to errorator.h
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Kefu ...
Kefu Chai
01:57 AM Revision ccc59a64 (ceph): Merge pull request #32490 from rzarzynski/wip-crimson-missing_err_include
crimson: add missing include in common/errorator.h
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

01/05/2020

09:17 PM Revision 9c510355 (ceph): crimson: add missing include in common/errorator.h
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
07:00 PM Bug #43437: rgw_rest_conn.h:441:28: error: template parameter redefines default argument
Fixed due to a change of the affected code in master with 0bb0f234a46c12fd964956d5ab3ac55caa1df69c Bernd Zeimetz
05:50 PM Revision f81054d5 (ceph): crimson: fix non-standard C++ constructs in errorator.h
Fixing use patterns accepted by gcc, but frowned upon by Clang:
Put noexcept specifier after attributes specifiers (...
Ronen Friedman
04:17 PM rgw Bug #43461 (Resolved): upload part copy range able to get almost any string
Those ranges should return non-200 and they are returning 200
'bytes=hello-world',
'bytes=0-bar',
'bytes=hello-',
...
Or Friedmann
04:10 PM Revision 13949505 (ceph): rgw: Fix upload part copy range able to get almost any string
Fix upload part copy range able to get almost any string
This PR intends to add more checking on HTTP_X_AMZ_COPY_SOU...
Or Friedmann
04:00 PM Revision 12aafcd7 (ceph): crimson: fix FTBFS on Clang induced by errorator.
Reported-by Ronen Friedman <rfriedma@redhat.com>
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
02:53 PM Revision 598c3729 (ceph): common: add missing #include
clang++-9.0.1 and libc++ require them to build
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:27 PM Revision ba0fc1fe (ceph): crimson: do not capture unused variables
to silence warnings like
src/crimson/net/Socket.cc:93:41: warning: lambda capture 'this' is not
used [-Wunused-lambd...
Kefu Chai
02:27 PM Revision eb24936c (ceph): crimson: do not use auto in param list of function prototype
src/crimson/net/Socket.cc:114:57: error: 'auto' not allowed in function
prototype
static inline seastar::future<> clo...
Kefu Chai
02:02 PM bluestore Bug #43451 (Fix Under Review): Fails to build with gcc10 and clang9
Kefu Chai
01:40 PM Revision e56f2967 (ceph): os/bluestore/Blue(FS|Store): uint64_t alloc_size
Compiling on Debian's 32bit architectures failed with
<<PKGBUILDDIR>>/src/os/bluestore/BlueStore.cc:5539:37: error: ...
Bernd Zeimetz
09:30 AM Revision 9ddf1115 (ceph): rbd-mirror: reopen all contexts logs on SIGHUP
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
09:30 AM Revision 86424fc3 (ceph): logrotate: also sighup rbd-mirror
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
09:12 AM Revision f3b49191 (ceph): rbd-mirror: delay local/remote rados initialization until context created
We rely on that if a rados ref is initialized it contains the
valid context.
Signed-off-by: Mykola Golub <mgolub@sus...
Mykola Golub
09:12 AM Revision db2a260c (ceph): rbd-mirror: fix "pool replayer status" for case when init failed
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub

01/04/2020

03:17 PM Revision acd4de57 (ceph): Merge pull request #32474 from kalebskeithley/fedora32
do_cmake.sh: fedora-32 (rawhide) build with python-3.8
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:15 PM RADOS Bug #43334 (Resolved): nautilus: rados/test_envlibrados_for_rocksdb.sh broken packages with ubunt...
i've recompiled cmake3 for xenial/amd64 with GCC-5, and uploaded the built packages to the chacra repo. please reopen... Kefu Chai
02:38 AM RADOS Bug #43334: nautilus: rados/test_envlibrados_for_rocksdb.sh broken packages with ubuntu_16.04.yaml
i need to rebuild cmake3 using the original libstdc++ instead of the one from the gcc-8/gcc-9 ppa repo. Kefu Chai
02:16 PM Revision f8cab0ee (ceph): Merge pull request #32481 from tchaikov/wip=admin-build-doc-python3
admin/build-doc: always install python3-* for build deps
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
09:05 AM Revision b87781c1 (ceph): admin/build-doc: always install python3-* for build deps
since we've dropped the support of python36-*, i.e. python packages
provided by EPEL7 before RHEL7/CentOS7 included p...
Kefu Chai
01:29 AM Bug #24398: install-deps.sh fails in Debian/stretch
Is this still a problem for anyone on this thread? It works for me in a stretch container on the master branch; not ... Dan Mick
12:42 AM Revision 6ea2730e (ceph): qa: fix various py3 cephfs qa bugs
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly

01/03/2020

11:54 PM RADOS Bug #43421 (Fix Under Review): mon spends too much time to build incremental osdmap
Neha Ojha
10:09 AM RADOS Bug #43421: mon spends too much time to build incremental osdmap
It takes 5 seconds to build 640 incremental osdmap for one client. simon gao
08:15 AM RADOS Bug #43421: mon spends too much time to build incremental osdmap
sorry. It took 5 seconds simon gao
11:49 PM RADOS Bug #43185 (Need More Info): ceph -s not showing client activity
super xor wrote:
> Possible relation to https://tracker.ceph.com/issues/43364 and https://tracker.ceph.com/issues/43...
Neha Ojha
11:49 PM CephFS Bug #43460 (Fix Under Review): qa: loff_t type missing for fsync-tester
Patrick Donnelly
11:44 PM CephFS Bug #43460 (Resolved): qa: loff_t type missing for fsync-tester
... Patrick Donnelly
11:45 PM Revision 6ea7c5ce (ceph): qa: use -D_GNU_SOURCE when compiling fsync-tester.c
Otherwise loff_t is unavailable for some distributions.
Fixes: https://tracker.ceph.com/issues/43460
Signed-off-by: ...
Patrick Donnelly
11:45 PM Revision 95013b03 (ceph): qa: add comment about fsync-tester distribution
I was initially confused why this would not be included in the QA suite.
Signed-off-by: Patrick Donnelly <pdonnell@r...
Patrick Donnelly
11:35 PM CephFS Bug #43459 (Fix Under Review): qa: FATAL ERROR: libtool does not seem to be installed.
Patrick Donnelly
11:28 PM CephFS Bug #43459 (In Progress): qa: FATAL ERROR: libtool does not seem to be installed.
Patrick Donnelly
11:24 PM CephFS Bug #43459 (Resolved): qa: FATAL ERROR: libtool does not seem to be installed.
... Patrick Donnelly
11:20 PM Bug #43396 (Fix Under Review): selinux denial on el8
https://github.com/ceph/teuthology/pull/1391 Patrick Donnelly
11:12 PM Bug #43396 (In Progress): selinux denial on el8
... Patrick Donnelly
11:20 PM Revision bd24ccf9 (ceph): Merge pull request #32451 from rs-fabrica/doc_rados_operations_crush-ma...
doc/rados/operations/crush-map-edits: recompile and set instructions
Reviewed-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
10:48 PM RADOS Bug #43311 (Pending Backport): asynchronous recovery + backfill might spin pg undersized for a lo...
Neha Ojha
10:43 PM Revision dacdb85e (ceph): Merge PR #32442 into master
* refs/pull/32442/head:
doc/developer: fix dev mailing list address
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
09:01 PM RADOS Feature #40870: Implement mon_memory_target
Another follow-on fix: https://github.com/ceph/ceph/pull/32473 Neha Ojha
09:00 PM RADOS Bug #43454 (Fix Under Review): ceph monitor crashes after updating 'mon_memory_target' config set...
Neha Ojha
08:24 AM RADOS Bug #43454 (Resolved): ceph monitor crashes after updating 'mon_memory_target' config setting.
Refer bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1760257 for more details. Sridhar Seshasayee
08:22 PM Backport #42994: nautilus: mon: only bind to v2 addr if mkfs with hostname sytle mon_host
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31844
merged
Yuri Weinstein
08:22 PM Revision 17e5dce1 (ceph): Merge pull request #31844 from smithfarm/wip-42994-nautilus
nautilus: mon: remove the restriction of address type in init_with_hosts
Reviewed-by: Xiaoxi Chen <xiaoxi.chen@intel...
Yuri Weinstein
08:06 PM RADOS Backport #42197: nautilus: osd/PrimaryLogPG.cc: 13068: FAILED ceph_assert(obc)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31028
merged
Yuri Weinstein
08:05 PM Revision 6c87800a (ceph): Merge pull request #31028 from smithfarm/wip-42197-nautilus
nautilus: osd/PrimaryLogPG: skip obcs that don't exist during backfill scan_range
Reviewed-by: Samuel Just <sjust@re...
Yuri Weinstein
08:05 PM bluestore Backport #41810: nautilus: osd_memory_target isn't applied in runtime.
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31852
mergedReviewed-by: Igor Fedotov <ifedotov@suse.com>
Yuri Weinstein
08:04 PM Revision b4aa1de7 (ceph): Merge pull request #31852 from sseshasa/wip-41810-nautilus
nautilus: os/bluestore: Add config observer for osd memory specific options.
Reviewed-by: Josh Durgin <jdurgin@redha...
Yuri Weinstein
07:34 PM CephFS Bug #43407: mds crash after update to v14.2.5
Status update:
I have tried
cephfs-journal-tool event recover_dentries summary
followed with
cephfs-journal-tool...
Marco Savoca
03:29 PM CephFS Bug #43407: mds crash after update to v14.2.5
> 2. recover journal events:
> cephfs-journal-tool journal export backup.bin
Do you mean
_cephfs-journal-tool ev...
Marco Savoca
02:23 PM CephFS Bug #43407: mds crash after update to v14.2.5
mds shows there are some ENoOp log events. This means some region of mds log was erased by cephfs-journal-tools. Why ... Zheng Yan
04:52 PM Revision 867fb0cf (ceph): doc/developer: fix dev mailing list address
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
04:41 PM Fix #43457: do_cmake.sh: fedora-32 (rawhide) build with python-3.8
https://github.com/ceph/ceph/pull/32474 Kaleb KEITHLEY
01:52 PM Fix #43457 (Resolved): do_cmake.sh: fedora-32 (rawhide) build with python-3.8
Fedora-32 now has python-3.8.

Fedora-29 is EOL. All non-EOL versions of Fedora have python-3.7, except
Fedora...
Kaleb KEITHLEY
04:41 PM Fix #43456: gcc-10: a couple of small fixes to build with gcc-10
https://github.com/ceph/ceph/pull/32475 Kaleb KEITHLEY
01:50 PM Fix #43456 (Resolved): gcc-10: a couple of small fixes to build with gcc-10
a couple of small fixes to build with gcc-10 (20191229 snapshot)

gcc-10 is stricter about certain things than ...
Kaleb KEITHLEY
04:39 PM RADOS Bug #43334: nautilus: rados/test_envlibrados_for_rocksdb.sh broken packages with ubuntu_16.04.yaml
/a/yuriw-2019-12-23_20:23:51-rados-wip-yuri-testing-2019-12-16-2241-nautilus-distro-basic-smithi/4628899/ Neha Ojha
03:45 PM ceph-volume Bug #43458 (New): c-v inventory does not recognise device correctly
If the device path is wrong, c-v should return an error such as "not a block device", just like the one reported by l... Sébastien Han
03:06 PM Revision e1565119 (ceph): mds: Reorganize struct members in Mutation header
Fixes: https://tracker.ceph.com/issues/42690
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
02:14 PM Dashboard Bug #43449 (Fix Under Review): mgr/dashboard: front-end Grafana dashboard verification message is...
Patrick Seidensal
01:34 PM Revision 5c80bb8f (ceph): do_cmake.sh: fedora-32 (rawhide) build with python-3.8
Fedora-32 now has python-3.8.
Fedora-29 is EOL. All non-EOL versions of Fedora have python-3.7, except
Fedora-32
(U...
Kaleb KEITHLEY
11:18 AM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
I built a tree based on 1e2fe722c41d4cc34094afb157b3eb06b4a50972, which is the commit just before the merge of Zheng'... Jeff Layton
03:14 AM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Patrick Donnelly wrote:
> Zheng Yan wrote:
> > Patrick Donnelly wrote:
> > > The baseline performance is surprisin...
Zheng Yan
10:25 AM Revision ffda5f65 (ceph): mgr/volumes: drop obsolete comment in _cmd_fs_volume_create
This is fixed already.
Now the pool names are:
cephfs.<volume name>.meta
cephfs.<volume name>.data
Signed-off-by: Jo...
Jos Collin
10:25 AM Revision 67e43f46 (ceph): qa/tasks: Nothing to clean up if the volume was not created
There are only 2 cases which needs cleanup:
1. The volume is successfully created
2. The volume is successfully creat...
Jos Collin
10:24 AM Revision 171c3750 (ceph): mgr/volumes: cleanup on fs create error
* clean up on fs create error
* drop unnecessary check in create_pool
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
09:42 AM mgr Bug #43287: HEALTH_ERR Module 'crash' has failed: time data '2019-07-06 15:5' does not match form...
I've workaround this by hardcoding mgr/crash/module.py to handle the case. The mgr can load the crash module, all 'ce... Kitt Tientanopajai
09:41 AM Revision b9e7a7af (ceph): mon/OSDMonitor: Don't update mon cache settings if rocksdb is not used
Currently any update to mon cache config settings like 'mon_memory_target'
or 'rocksdb_cache_size' will cause a crash...
Sridhar Seshasayee
09:17 AM rgw Bug #43455 (Resolved): Too many rgw.none indexes slow down list operations
I don't know why rgw.none indexes are created so much.
To my knowledge, rgw.none index is generated when cancelling ...
Ilsoo Byun
09:14 AM Revision 31d31f29 (ceph): librbd: diff iterate with fast-diff now correctly includes parent
When whole-object and include-parent options are enabled, the
diff will now include the parent image diffs. Previousl...
Jason Dillaman
08:47 AM Revision 53fe05db (ceph): librbd: diff iterate with fast-diff now correctly includes parent
When whole-object and include-parent options are enabled, the
diff will now include the parent image diffs. Previousl...
Jason Dillaman
08:18 AM mgr Bug #43447: mgr/diskprediction: diskprediction module fails to initialize with newer SciPy versions
Kiefer, you made my day. I can confirm that removing the src/pybind/mgr/diskprediction_local/ directory fixes the iss... Volker Theile
06:48 AM mgr Bug #43447: mgr/diskprediction: diskprediction module fails to initialize with newer SciPy versions
The mgr hangs when loading `diskprediction_local` module.
Some experiments:
- Move diskprediction_local module fo...
Kiefer Chang
08:14 AM bluestore Bug #21062: ceph-osd crashes in bluestore
Igor Fedotov wrote:
> Jie Chen, in your case it looks like lack of free space at both db and main device to keep mor...
Jie Chen
06:12 AM Revision aa58fa38 (ceph): Merge pull request #32468 from Manohar-Murthy/wip-manohar
removing unnecessary ubuntu,centos distros rakesh manohar
05:41 AM Revision 905d903b (ceph): removing unnecessary ubuntu distros
Manohar Murthy
03:03 AM Revision 0775c1b8 (ceph): rgw: return error if lock log shard fails
Fixes: https://github.com/ceph/ceph/pull/31344
Signed-off-by: zhangshaowen <zhangshaowen@cmss.chinamobile.com>
zhangshaowen
03:00 AM rgw Bug #43453: Error should be returned if locking reshard log fails.
https://github.com/ceph/ceph/pull/31344 zhang sw
02:59 AM rgw Bug #43453 (Resolved): Error should be returned if locking reshard log fails.
zhang sw
02:26 AM Revision aafef601 (ceph): Merge PR #32457 into master
* refs/pull/32457/head:
doc: fix Getting Started with CephFS
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
01:51 AM CephFS Feature #43423: mds: collect and show the dentry lease metric
Patches are ready and waiting for the depending PR [1] to be merged.
[1] https://github.com/ceph/ceph/pull/26004
Xiubo Li
01:14 AM Revision e9e6a366 (ceph): rgw: build_linked_oids_for_bucket and build_buckets_instance_index
should return negative value if it fails
Fixes: https://tracker.ceph.com/issues/43452
Signed-off-by: zhangshaowen <...
zhangshaowen
01:09 AM rgw Bug #43452: Invalid return value in rgw orphan search function
Fixed in
https://github.com/ceph/ceph/pull/31346
zhang sw
01:09 AM rgw Bug #43452 (Resolved): Invalid return value in rgw orphan search function
Function build_linked_oids_for_bucket and build_buckets_instance_index should return negative value if it fails.
zhang sw

01/02/2020

09:32 PM bluestore Bug #43451 (Resolved): Fails to build with gcc10 and clang9
gcc10 and clan9 both fail on... Bernd Zeimetz
09:19 PM CephFS Bug #43407: mds crash after update to v14.2.5
Yes I had 3 filesystems (namespaces), one for every mds daemon, and the setup was working up to the update to v14.2.5... Marco Savoca
07:00 PM CephFS Bug #43407: mds crash after update to v14.2.5
Were you using multiple MDS before?
Can you increase MDS debugging:
ceph config set mds debug_mds 10
and res...
Patrick Donnelly
08:59 PM Revision d21598b8 (ceph): Merge pull request #31309 from matthewoliver/rgw_swift_auth_note
doc: Add a RGW swift auth note
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:33 PM Revision d48e6f57 (ceph): Merge pull request #31432 from zhangsw/rgw-cleanup-cls-reshard-const
rgw:cleanup the "magic string" usage in cls_rgw_client.cc
Reviewed-by: Yuval Lifshitz <yuvalif@yahoo.com>
Casey Bodley
08:10 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Looking at my home-grown testcase, the results look pretty good, but an untarring a random kernel tarball is consider... Jeff Layton
05:43 PM Dashboard Bug #43449 (Fix Under Review): mgr/dashboard: front-end Grafana dashboard verification message is...
The message says that the Grafana dashboard doesn't exist when the back-end returns anything other than "200", but th... Patrick Seidensal
05:34 PM Revision 479f6c16 (ceph): mon/PGMap.h: disable network stats in dump_osd_stats
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit ffb8a2a904426c8a3d6fc2fd70266418a98623c5)
Co...
Neha .
05:28 PM Revision 59f71152 (ceph): osd_stat_t::dump: Add option for ceph-mgr pythonn callers to skip ping ...
Due to the overhead of this on large clusters, we removed the network
information was wasn't getting used anyway.
Fi...
David Zafman
05:17 PM mgr Bug #43447: mgr/diskprediction: diskprediction module fails to initialize with newer SciPy versions
@Sage I assigned the issue to you because you already worked on that issue some time ago: https://github.com/ceph/cep... Volker Theile
05:09 PM mgr Bug #43447 (New): mgr/diskprediction: diskprediction module fails to initialize with newer SciPy ...
In latest master it seems ... Volker Theile
04:50 PM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
Nathan, see https://github.com/ceph/ceph/pull/32466 Neha Ojha
04:39 PM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
David, are you going to do the backport? If not, can you briefly write here how to proceed? Nathan Cutler
03:56 PM Revision 1787b7c8 (ceph): Merge pull request #31429 from zhangsw/rgw-cleanup-cls-guard-bucket-res...
rgw: correct some error log about reshard in cls_rgw.cc.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:56 PM Revision c46ea53a (ceph): Merge pull request #31404 from zhangsw/rgw-cleanup-deletelc
rgw:cleanup:remove un-used class member in RGWDeleteLC Yuval Lifshitz
03:55 PM rgw Bug #42410 (Resolved): user stats command of radosgw-admin has no output
Casey Bodley
03:51 PM Revision 8e41c4b9 (ceph): Merge pull request #31345 from zhangsw/rgw-cleanup-rgw-admin-check-inst...
rgw:cleanup:remove un-used create_new_bucket_instance in rgw_admin.cc
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:41 PM RADOS Bug #43403: unittest_lockdep unreliable
Happened in https://github.com/ceph/ceph/pull/27792 (among others) Nathan Cutler
03:40 PM Feature #43445: Dashboard: create Bucket with x-amz-bucket-object-lock-enabled
This can be closed, I created Issue #43446 in the mgr subproject. Robert Sander
03:37 PM Feature #43445 (Duplicate): Dashboard: create Bucket with x-amz-bucket-object-lock-enabled
Please implement the possibility to create S3 buckets with x-amz-bucket-object-lock-enabled: true as is now possible ... Robert Sander
03:40 PM Dashboard Feature #43446 (Pending Backport): mgr/dashboard: create bucket with x-amz-bucket-object-lock-ena...
Please implement the possibility to create S3 buckets with x-amz-bucket-object-lock-enabled: true as is now possible ... Robert Sander
03:38 PM rgw Bug #40795 (Triaged): RGW is accepting bytes='hello-world' as a value in x-amz-copy-source-range ...
Casey Bodley
03:34 PM rgw Bug #43269 (Resolved): rgw: lc: continue past get_obj_state() failure
Nathan Cutler
03:33 PM Revision a56e72e9 (ceph): Merge pull request #32194 from linuxbox2/luminous-lc-early
luminous: rgw: lc: continue past get_obj_state() failure
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Nathan Cutler
03:29 PM rgw Bug #43199 (Fix Under Review): recursive lock of RGWCoroutinesManager::lock (43)
Casey Bodley
03:27 PM rgw Bug #43207 (Fix Under Review): fix rgw crash when duration is invalid in sts request
Casey Bodley
03:22 PM rgw Bug #43226 (Closed): rgw: object version can be deleted without TOTP on bucket that has MFA Delet...
closing as not-a-bug, thanks for the discussion! Casey Bodley
03:16 PM rgw Bug #43339 (Need More Info): bucket sync init command failed
Casey Bodley
03:12 PM rgw Bug #43352 (Triaged): New valgrind leak in RGWHTTPManager::add_request()
Casey Bodley
03:10 PM rgw Bug #43414 (Resolved): crash in RGWSI_Bucket_SObj::store_bucket_instance_info()
Abhishek Lekshmanan
03:08 PM rgw Bug #43444 (Fix Under Review): rgw lc Object (current version) transition from Standard storage c...
Casey Bodley
10:03 AM rgw Bug #43444 (Resolved): rgw lc Object (current version) transition from Standard storage class to ...
The symptoms are that the key is becoming non-current without creation of a new delete-marker (it is not deleted and ... Or Friedmann
02:36 PM Revision 20b43380 (ceph): librbd: when unlinking peer from mirror snaps do it in all namespaces
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
02:33 PM ceph-volume Bug #43442 (Pending Backport): Clarify the message "could not find osd.%s with fsid %s"
Jan Fajerski
08:57 AM ceph-volume Bug #43442 (Resolved): Clarify the message "could not find osd.%s with fsid %s"
It's not the cluster fsid, but the osd fsid.
To be fixed via https://github.com/ceph/ceph/pull/32351
Yaniv Kaul
02:32 PM Revision fe800004 (ceph): Merge pull request #32351 from mykaul/osd_fsid
ceph-volume/lvm/activate.py: clarify error message: fsid refers to osd_fsid Jan Fajerski
02:16 PM Revision a7a083d7 (ceph): qa: remove force-branch from overrides of s3-tests
Changing the branch name in the section where
force-branch is defined for s3-tests does not work
because of overrides...
Ali Maredia
01:14 PM Revision 0e9b4f5b (ceph): Merge pull request #27792 from smithfarm/wip-make-dist
make-dist: drop Python 2/3 autoselect
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
01:10 PM Dashboard Bug #43431 (Fix Under Review): mgr/dashboard: test_create_with_default_expiration_date (tasks.mgr...
Volker Theile
12:21 PM Revision c552e1fb (ceph): mgr/dashboard: extend doc by Grafana setting
Signed-off-by: Patrick Seidensal <pseidensal@suse.com> Patrick Seidensal
10:27 AM ceph-volume Feature #42498 (Resolved): ceph-volume-zfs: add the inventory command #30995
Jan Fajerski
10:27 AM ceph-volume Backport #42537 (Resolved): nautilus: ceph-volume-zfs: add the inventory command #30995
Jan Fajerski
10:27 AM Revision 6a8df770 (ceph): Merge pull request #31295 from smithfarm/wip-42537-nautilus
nautilus: ceph-volume/zfs: add the inventory command Jan Fajerski
10:18 AM ceph-volume Bug #43398: don't assume /sys/block/<disk>/device/sas_address is present
hmm strange. Errno 19 is ENODEV. Not sure how os.path.exists(path) comes back with true but open returns ENODEV. Jan Fajerski
10:06 AM Revision bf567f43 (ceph): mgr/dashboard: Various fixes
* Remove scope and permission check from UserPasswordPolicy controller again, otherwise the Angular UI validator can'... Volker Theile
09:51 AM Revision 5f37ca28 (ceph): cls/rgw: when object is versioned and lc transition it, the object is b...
when object is versioned and lc transition it, the object is becoming non-current
Signed-off-by: Or Friedmann <ofrie...
Or Friedmann
09:49 AM Revision 01c4bcad (ceph): mgr/dashboard: Process password complexity checks immediately
- Add 'api/user/validate_password' endpoint to check if a
password meets the password policy. A new controller has
...
Volker Theile
09:49 AM Revision 7015c2a8 (ceph): mgr/dashboard: fix REST API test cases
1. Fix the test cases by using the 'assertJsonBody'
method. The '_post' method doesn't return anything.
That's ...
Tatjana Dehler
09:41 AM mgr Bug #39290: Nautilus predictor does not work in Ubuntu 18.04 LTS - smartctl doesn't support JSON ...
same invalid json error with smartmontools 7.0
"20200102-035713": {
"nvme_smart_health_information_ad...
Horace Ng
09:31 AM Bug #43443 (New): ceph build: when do ARGS="-DWITH_BLKIN=ON" ./do_cmake.sh, some error will occur...
Based on nautils offical version, once teh BLKIN is enabled, the following error will occur.
/home/yangliang/work/...
yangliang Yang
08:58 AM Revision ff3ba920 (ceph): lvm/activate.py: clarify error message: fsid refers to osd_fsid
Users complained[1] the error message isn't clear, and they thought
it referred to the cluster fsid instead of the os...
Yaniv Kaul
06:34 AM Revision 9f4a20e6 (ceph): doc: fix Getting Started with CephFS
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
04:15 AM Documentation #43130 (Resolved): doc: broken reference link for graphviz
James McClune
12:32 AM Revision 9f40b38d (ceph): doc: Add a RGW swift auth note
Swift accounts are not like normal accounts, they are more akin to a
bank account that multile people could share. Or...
Matthew Oliver

01/01/2020

11:01 AM RADOS Documentation #42315: Improve rados command usage, man page and turorial
RADOS(8) Ceph RADOS(8)
NAME
rados - rados object s...
Zac Dover
10:52 AM RADOS Documentation #42315: Improve rados command usage, man page and turorial
[zdover@192-168-1-112 ~]$ rados -h
usage: rados [options] [commands]
POOL COMMANDS
lspools ...
Zac Dover
10:57 AM Documentation #43130: doc: broken reference link for graphviz
Both of the present links work now. I'd like to mark this issue resolved.
I'll leave this bug open for seven days....
Zac Dover
09:38 AM CephFS Documentation #43154: doc: migrate best practice recommendations to relevant docs
https://docs.ceph.com/docs/master/cephfs/fuse/ - This is the location of the FUSE docs. Zac Dover
01:29 AM Revision 2e38246b (ceph): cephfs-journal-tool: fix crash with empty argv
If the argument is empty, it will be better to give a hint
instead of crashing.
Fixes: https://tracker.ceph.com/issu...
Xiubo Li
01:29 AM Revision 89cf8195 (ceph): cephfs-journal-tool: fix the usage
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li

12/31/2019

12:46 PM CephFS Bug #43440 (Resolved): client: chdir does not raise error if a file is passed
... Varsha Rao
11:26 AM rbd Bug #43428 (Fix Under Review): rbd-mirror daemons don't logrotate correctly
Mykola Golub
09:47 AM rbd Bug #43428 (In Progress): rbd-mirror daemons don't logrotate correctly
Mykola Golub
08:49 AM Dashboard Bug #43439 (Fix Under Review): mgr/dashboard: device type `ssd` should be in capitals in inventor...
Kiefer Chang
08:40 AM Dashboard Bug #43439 (Resolved): mgr/dashboard: device type `ssd` should be in capitals in inventory page

Device type `ssd` should be in capitals to be consistent with other types.
!ssd.png!
Kiefer Chang
08:44 AM Revision 7f947c71 (ceph): mgr/dashboard: fix badges of SSD devices in inventory page
The original type `ssd/nvme` reported from Orchestrator had been changed
after https://github.com/ceph/ceph/pull/3227...
Kiefer Chang
07:09 AM Revision 4da6381f (ceph): mgr: ceph fs status support json format
ceph fs status -f json/json-pretty returns string format,
add json/json-pretty format support.
Fixes: https://tracke...
Erqi Chen
06:14 AM CephFS Feature #41566 (In Progress): mds: support rolling upgrades
Jos Collin
04:13 AM CephFS Feature #43435: kclient:send client provided metric flags in client metadata
Patch is ready and the test output is:... Xiubo Li
04:11 AM CephFS Bug #43438 (Fix Under Review): cephfs-journal-tool: will crash without any extra argument
Xiubo Li
04:10 AM CephFS Bug #43438: cephfs-journal-tool: will crash without any extra argument
The fixing PR: https://github.com/ceph/ceph/pull/32452 Xiubo Li
04:01 AM CephFS Bug #43438 (In Progress): cephfs-journal-tool: will crash without any extra argument
Xiubo Li
04:00 AM CephFS Bug #43438 (Resolved): cephfs-journal-tool: will crash without any extra argument
... Xiubo Li
02:51 AM Bug #43437: rgw_rest_conn.h:441:28: error: template parameter redefines default argument
Attached patch works for me. With the patch the build went trough just fine. Bernd Zeimetz
02:20 AM Revision 5cf027d2 (ceph): msg/async: don't forget dec(Worker::references) when met error.
This will cause unbalance between workes.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
jianpeng ma
02:20 AM Revision 550c447a (ceph): msg/async: dec(l_msgr_active_connections) when unregister anonymous con...
When do all in one test, l_msgr_active_connection don't decrease when
client shutdown.
This bug introduced by 5b41e1...
jianpeng ma

12/30/2019

09:13 PM Revision 442878f2 (ceph): doc/rados/operations/crush-map-edits: including recompile and set crush...
Including missing recompile and set crushmap sections in crush-map-edits
Signed-off-by: Rodrigo Severo <rodrigo@fabr...
Rodrigo Severo
08:18 PM Bug #43437 (Resolved): rgw_rest_conn.h:441:28: error: template parameter redefines default argument
Building ceph with clang fails due to
rgw_rest_conn.h:441:28: error: template parameter redefines default argument...
Bernd Zeimetz
04:16 PM CephFS Bug #41565 (Fix Under Review): mds: detect MDS<->MDS messages that are not versioned
Jos Collin
04:05 PM rbd Bug #43429 (Fix Under Review): rbd-mirror daemon command "rbd mirror status" produces invalid JSON
Mykola Golub
03:51 PM rbd Bug #43429 (In Progress): rbd-mirror daemon command "rbd mirror status" produces invalid JSON
Mykola Golub
03:56 PM bluestore Bug #21062: ceph-osd crashes in bluestore
Jie Chen, in your case it looks like lack of free space at both db and main device to keep more DB data. Igor Fedotov
09:08 AM Bug #43436: No memory limit in KStore::Collection::onode_map
... Chang Liu
09:04 AM Bug #43436 (Won't Fix): No memory limit in KStore::Collection::onode_map
Chang Liu
05:44 AM Revision 2ca2221d (ceph): Merge pull request #32433 from tchaikov/wip-43414
rgw: svc.bucket: assign to optional<> using "="
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Kefu Chai
05:42 AM CephFS Feature #43435 (In Progress): kclient:send client provided metric flags in client metadata
Xiubo Li
05:42 AM CephFS Feature #43435 (Resolved): kclient:send client provided metric flags in client metadata
This will send the kclient provided metric flags to the MDS server.
Xiubo Li
05:06 AM Revision e5459d48 (ceph): cephfs-shell: use libcephfs for exceptions
...instead of importing exceptions individually.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
05:06 AM Revision f48d5631 (ceph): cephfs-shell: cephfs-shell breaks when conf_get() returns None
Equip get_bool_vals_for_boolopts() to deal when the argument's value is
None.
Fixes: https://tracker.ceph.com/issues...
Rishabh Dave
05:06 AM Revision 4769ccab (ceph): cephfs-shell: set shell.exit_code to 1 when reading conf fails
And initialize shell.exit_code to 0.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
05:05 AM Revision ed59048a (ceph): cephfs-shell: fix incorrect use of str.strip
Also catch exceptions to be handled in the same way in the same line in
read_ceph_conf().
Signed-off-by: Rishabh Dav...
Rishabh Dave
01:57 AM Linux kernel client Feature #43215 (Fix Under Review): kclient: send usage metrics to MDS
Xiubo Li

12/29/2019

02:31 AM Revision f2e6d5df (ceph): Merge PR #32415 into master
* refs/pull/32415/head:
include/cpp-btree: use inline variable to define btree_is_key_compare_to
include/cpp-btree:...
Sage Weil

12/28/2019

12:25 PM Revision d6f370e6 (ceph): cephfs-shell: Remove extra length argument passed to setxattr()
Length is computed before calling ceph_setxattr() in setxattr() definition.
Fixes: https://tracker.ceph.com/issues/4...
Varsha Rao
12:25 PM Revision 3cd67815 (ceph): cephfs-shell: Print max_bytes and max_files as string on get Quota
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
12:25 PM Revision d4b5c760 (ceph): cephfs-shell: Add tests for quota
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
12:25 PM Revision 228a290c (ceph): cephfs-shell: Fix permission errors on quota tests
Use of mount_a.run_shell() to create directory, requires Sudo access and
cephfs-shell should be run without sudo acce...
Varsha Rao
12:25 PM Revision cd15fc8a (ceph): cephfs-shell: Modify Quota Test
This patch makes following modifications quota test:
- Add additional condtion to confirm Command Failure Error due t...
Varsha Rao
07:03 AM Revision f3b25725 (ceph): Merge pull request #32399 from dillaman/wip-41556-2
rbd-mirror: continue to isolate journal replay logic
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
04:33 AM Revision 2690e682 (ceph): cmake: update FindBoost.cmake for 1.71
This comes from cmake v 3.15.3
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
(cherry picked from commit 9c0a9...
Willem Jan Withagen
04:33 AM Revision d174771d (ceph): cmake: do not use CMP0074 unless it is supported
CMake CMP0074 was introduced by CMake 3.12, but we only require CMake
v3.10.2. so default to check `Boost_ROOT` unles...
Kefu Chai
04:33 AM Revision 79f5497b (ceph): cmake: do not use CMP0093 unless it is supported
CMake CMP0093 was introduced by CMake 3.15, but we only require CMake
v3.10.2. so use the old `Boost_VERSION_MACRO` v...
Kefu Chai
04:33 AM Revision 45166774 (ceph): cmake: update FindBoost.cmake for 1.72
adapted from
https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake
commit e51232b739b3eeae642be8a7e890...
Kefu Chai
04:33 AM Revision 1ae0c124 (ceph): cmake: build boost v1.72 instead of v1.67
so we can drop two patches which are already included by v1.72
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry p...
Kefu Chai
04:33 AM Revision 8e75283e (ceph): make-dist: package boost v1.72 instead of v1.67
to be consistent with the version used by "make check"
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked fr...
Kefu Chai
04:33 AM Revision 7118dbdd (ceph): common,rgw: workaround for boost 1.72
see also https://github.com/boostorg/coroutine/issues/46
will need to remove this change once we require boost >= 1....
Kefu Chai
04:33 AM Revision 9daff0dc (ceph): install-deps.sh: install boost-1.72 for bionic
and uninstall boost-1.67 before installing boost-1.72
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked fro...
Kefu Chai
04:18 AM Revision f12dbaea (ceph): Merge pull request #32427 from tchaikov/qa-devices-schema-with-path
qa: add "path" to "device" output schema
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:18 AM Revision 07f04541 (ceph): Merge pull request #32430 from tchaikov/wip-rgw-rgw_log_entry
rgw: initialize member variables of rgw_log_entry
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:16 AM Revision cda2c50f (ceph): Merge pull request #32438 from tchaikov/wip-vstart-runner-py3
qa/tasks/vstart_runner: write string to StringIO
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai

12/27/2019

08:27 PM mgr Bug #43364 (Pending Backport): ceph-mgr's finisher queue can grow indefinitely, making python mod...
David Zafman
05:11 PM Revision 5fe27c22 (ceph): qa/tasks/vstart_runner: write string to StringIO
we use `six.StringIO` for stdout when writing output messages from
`self.subproc.communicate()`, and `six.StringIO` a...
Kefu Chai
11:09 AM CephFS Cleanup #43426 (Fix Under Review): mds: reorg mdstypes header
Varsha Rao
09:55 AM Revision 249bf81a (ceph): make-dist: drop Python 2/3 autoselect
virtualenv will prefer Python 3 over Python 2 if both are available.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
08:38 AM ceph-ansible Feature #43434 (New): ceph-osd: support adding different osd devices for different hosts
osd.yml.sample line 36:... Zhiwei Dai
07:49 AM Bug #43433 (New): [ceph-mon]ceph-mon crash when modify pool's attribute.
os: centos 7.6.1810
ceph version: 13.2.5
Hardware: Dell Inc PowerEdge R730.
Steps:
The ceph-mon crash When m...
haitao chen
06:52 AM bluestore Bug #21062: ceph-osd crashes in bluestore
I had the same problem
ceph version 14.2.5 (ad5bd132e1492173c85fda2cc863152730b16a92) nautilus (stable)
Log:
...
Jie Chen
04:24 AM Dashboard Bug #43431 (Resolved): mgr/dashboard: test_create_with_default_expiration_date (tasks.mgr.dashboa...
... Kefu Chai
04:07 AM rgw Bug #43427 (Duplicate): bucket index reshard fails
Kefu Chai
04:06 AM rgw Bug #43414 (Fix Under Review): crash in RGWSI_Bucket_SObj::store_bucket_instance_info()
Kefu Chai
03:38 AM ceph-ansible Bug #43430 (New): ceph-osd: ceph status error in task 'wait for all osd to be up'
I got some ceph-osd error as follow:
*************************
host: test1 task: TASK: ceph-osd : wait for all ...
Zhiwei Dai
03:38 AM Revision 71cb0fdc (ceph): rgw: svc.bucket: assign to optional<> using "="
instead of using
*optional_val = value;
we should use:
optional_val = value;
otherwise we will have following run...
Kefu Chai
03:36 AM Revision c1da1259 (ceph): rgw: svc.bucket: move _orig_info out of "if" block
so `*orig_info` is valid out of the `if` block if it's set to
`&_orig_info`.
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
01:52 AM rbd Bug #43429: rbd-mirror daemon command "rbd mirror status" produces invalid JSON
Actually, both the trailing ] for "pool_replayers" and the trailing } (matching the very first brace) are missing. Oliver Freyermuth
01:30 AM rbd Bug #43429 (Resolved): rbd-mirror daemon command "rbd mirror status" produces invalid JSON
The trailing brace is missing:... Oliver Freyermuth
01:27 AM rbd Bug #43428 (Resolved): rbd-mirror daemons don't logrotate correctly
Currently, /etc/logrotate.d/ceph shipped with ceph-base has the following postrotate command:
killall -q -1 ceph-m...
Oliver Freyermuth

12/26/2019

08:49 PM rgw Bug #43427 (Duplicate): bucket index reshard fails
radosgw-admin gets a SIGABRT when doing a manual reshard
using 15.0.0-8515-ga7a2987 on CentOS 8.
\\# radosgw-ad...
Chris Durham
05:26 PM CephFS Cleanup #43425 (Fix Under Review): mds: reorg snap header
Varsha Rao
03:01 PM CephFS Cleanup #43425 (Resolved): mds: reorg snap header
Varsha Rao
04:25 PM Revision 570f18f4 (ceph): qa: add "path" to "device" output schema
"path" was added by 2c0fd7d86827aa76b8d923870018365cdae4a6ad, so update
the test accordingly
Signed-off-by: Kefu Cha...
Kefu Chai
03:03 PM CephFS Cleanup #43426 (Resolved): mds: reorg mdstypes header
Varsha Rao
03:02 PM CephFS Cleanup #43424 (Fix Under Review): mds: reorg inode_backtrace header
Varsha Rao
01:58 PM CephFS Cleanup #43424 (Resolved): mds: reorg inode_backtrace header
Varsha Rao
02:51 PM Revision 01802225 (ceph): mds: Reorganize structure members in inode_backtrace header
Fixes: https://tracker.ceph.com/issues/43424
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
01:58 PM Revision b89a16f7 (ceph): rbd-mirror: set proper state after journal replay shut down
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:42 PM Revision 19f1c555 (ceph): rgw: initialize member variables of rgw_log_entry
`check-generated.sh` tests the dencoder of a class by:
ceph-dencoder type rgw_log_entry select_test 2 dump_json > /t...
Kefu Chai
01:32 PM Revision bfcd8a3d (ceph): rbd-mirror: do not log error upon bootstrap cancel
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
11:00 AM Dashboard Feature #43197 (Resolved): mgr/dashboard: Explicitly set/change the device class of an OSD
Kefu Chai
10:59 AM Revision a3045a73 (ceph): Merge pull request #32150 from ricardoasmarques/set-osd-device-class
mgr/dashboard: Explicitly set/change the device class of an OSD
Reviewed-by: Ernesto Puertat <epuertat@redhat.com>
R...
Kefu Chai
10:54 AM mgr Bug #43383 (Pending Backport): mgr: restful socket was not closed properly.
Kefu Chai
10:54 AM Revision 9cbe6f09 (ceph): Merge pull request #32396 from toliu/restful-api-handle-execv
mgr: close restful socket after exec
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:04 AM Revision 1e5c03dc (ceph): Merge pull request #32406 from neha-ojha/wip-43364
mon/PGMap.h: disable network stats in dump_osd_stats
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
10:03 AM Revision 62f4ace0 (ceph): Merge pull request #31722 from tchaikov/wip-mon-deprecated-tell
mon: make "compact" tell command, and add deprecate/obsolete check for tell commands
Reviewed-by: Joao Eduardo Luis ...
Kefu Chai
09:59 AM Bug #43417 (Resolved): Since the local loopback address is set to a virtual IP,OSD can't restart .
Kefu Chai
09:58 AM Revision 8d187384 (ceph): Merge pull request #31829 from zjcmszh/xattrs
pybind: add WriteOp::set_xattr() & rm_xattr()
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Kefu Chai
09:57 AM Revision 99871025 (ceph): Merge pull request #32420 from pkulijiawei/issues-43417
common: skip interfaces starting with "lo" in find_ipv{4,6}_in_subnet()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:56 AM mgr Bug #43416 (Resolved): test-restful.sh fails
Kefu Chai
09:56 AM Revision a68a214d (ceph): Merge pull request #32421 from tchaikov/wip-43416
mgr/restful: jsonify lists instead of maps
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
08:31 AM Revision 562488d1 (ceph): mgr/orchestrator_cli: avoid negated conditions
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:31 AM Revision 37fd93d6 (ceph): qa/tasks/mgr/test_orchestrator_cli: fix "mon update" test
we need at least one of "hosts" and "label" since
1498170aaa31368e20d8b07abeb920f6d953c7ad
Signed-off-by: Kefu Chai ...
Kefu Chai
08:05 AM mgr Bug #38539: tasks.mgr.test_insights.TestInsights#test_health_history fails
/a/kchai-2019-12-26_05:49:41-rados-wip-kefu-testing-2019-12-26-1055-distro-basic-smithi/4631691 Kefu Chai
07:07 AM Revision 915fe2a7 (ceph): install-deps.sh: pass "-y" to "dnf copr enable"
otherwise the copr repo won't be enabled. and dnf will bail out with
following message:
Do you really want to enable...
Kefu Chai
06:21 AM Linux kernel client Feature #43215: kclient: send usage metrics to MDS
The output will be:... Xiubo Li
06:15 AM CephFS Feature #43423: mds: collect and show the dentry lease metric
https://tracker.ceph.com/issues/24285 Xiubo Li
06:12 AM CephFS Feature #43423: mds: collect and show the dentry lease metric
Locally the patch is ready, but depend on https://github.com/ceph/ceph/pull/26004, which hasn't been merged yet.
<...
Xiubo Li
06:10 AM CephFS Feature #43423 (Resolved): mds: collect and show the dentry lease metric
Kclient will collect the dentry lease metric and send it to the MDS, currently this hasn't been shown in the perf stats. Xiubo Li
06:03 AM Revision 2a27084e (ceph): ceph.spec.in: re-enable "make check" deps for el8
this change partially reverts e92cb7a0. as these packages are now
available in AppStream, BaseOS or PowerTools in el8...
Kefu Chai
02:52 AM Dashboard Bug #43074 (Resolved): mgr/dashboard: create_osds function parameter changes in orchestrator
Kiefer Chang
02:51 AM Dashboard Bug #43420 (Fix Under Review): mgr/dashboard: make it possible to refresh the inventory page
Kiefer Chang

12/25/2019

09:07 PM Revision ca67cec2 (ceph): cephadm: shell: do not bind ceph.conf twice
If you pass both -n ... and -c ... we need to not bind the ceph.conf
twice. Prefer the -c argument in this case.
Si...
Sage Weil
08:17 PM Revision 1f55e80a (ceph): Merge PR #32424 into master
* refs/pull/32424/head:
mgr/balancer: sort pool names in 'balancer ls' output
Reviewed-by: Kefu Chai <kchai@redhat....
Sage Weil
08:16 PM Revision 693ded1a (ceph): Merge PR #32340 into master
* refs/pull/32340/head:
cephadm: support deployment of node-exporter
Reviewed-by: Sebastian Wagner <swagner@suse.co...
Sage Weil
07:48 PM Revision 96f0982d (ceph): Merge PR #32417 into master
* refs/pull/32417/head:
mgr/test_orchestrator: fix update_mgrs assert
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
03:48 PM Revision 329e3d46 (ceph): mgr/test_orchestrator: fix update_mgrs assert
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:48 PM Revision 5cf0fa87 (ceph): common: skip interfaces starting with "lo" in find_ipv{4,6}_in_subnet()
This will solve the issue that the osd can't restart after seting a
virtual local loopback IP.
In find_ipv4_in_subnet...
lijaiwei1
03:40 PM Revision 4b218a29 (ceph): mgr/balancer: sort pool names in 'balancer ls' output
Otherwise this will vary based on the internal key sort order the dict it
was generated from.
Signed-off-by: Sage We...
Sage Weil
03:28 PM Revision 76a0a9e5 (ceph): cephadm: support deployment of node-exporter
Patch to support cephadm deploying node-exporter
containers. The node-exporter daemon has no
configuration and just n...
Paul Cuzner
03:24 PM RADOS Bug #43422 (Resolved): qa/standalone/mon/osd-pool-create.sh fails to grep utf8 pool name
... Sage Weil
03:18 PM Revision 31e6b807 (ceph): Merge PR #32405 into master
* refs/pull/32405/head:
qa/workunits/rados/test_large_omap_detection: py3-ify
Reviewed-by: Neha Ojha <nojha@redhat....
Sage Weil
03:14 PM rbd Bug #42248 (Pending Backport): rbd export-diff with --whole-object skips parent data for fast-dif...
Mykola Golub
03:14 PM Revision 8b84cdf7 (ceph): Merge pull request #32403 from dillaman/wip-42248
librbd: diff iterate with fast-diff now correctly includes parent
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:12 PM rbd Bug #43401 (Resolved): Bump librbd minor version
Mykola Golub
03:11 PM Revision 29a0367d (ceph): Merge pull request #32402 from dillaman/wip-43401
librbd: bump minor version to match octopus
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:33 PM RADOS Bug #43421: mon spends too much time to build incremental osdmap
In my cluster , it took five minutes to 1300 versions of incremental osdmap.
patch: https://github.com/ceph/ceph/...
simon gao
09:49 AM RADOS Bug #43421 (Fix Under Review): mon spends too much time to build incremental osdmap
if a client's osdmap version is too low. mon spend too much time to build incremental osdmap.
Mon can't handle norma...
simon gao
11:20 AM CephFS Bug #43410 (Won't Fix): mds:When the directory level is above 3000, the following assertions will...
Zheng Yan
09:53 AM Bug #43417: Since the local loopback address is set to a virtual IP,OSD can't restart .
PR:https://github.com/ceph/ceph/pull/32420 David Lee
08:51 AM Revision 563316e7 (ceph): Merge pull request #32401 from dillaman/wip-43378
librbd: remove pool objects when removing a namespace
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
07:35 AM Dashboard Bug #43420 (Resolved): mgr/dashboard: make it possible to refresh the inventory page
The orchestrator backend needs some time to return the full inventory.
!refresh_wait.gif!
We should:
* Indicate ...
Kiefer Chang
07:32 AM mgr Bug #43416 (Fix Under Review): test-restful.sh fails
Kefu Chai
07:30 AM Revision ccd95ef9 (ceph): mgr/restful: jsonify lists instead of maps
in python3, `map()` returns a `map` instance which is iterable, while in
python2, `map()` returns a `list`, but `JSON...
Kefu Chai

12/24/2019

06:35 PM Revision 22a1b1a7 (ceph): mds: Move data members of struct SnapRealm to private.
Most of the data members are used by methods of structure SnapRealm only. They
can be safely made private.
Signed-of...
Varsha Rao
04:49 PM Revision e46d859b (ceph): mds: Reorganize structure members in SnapRealm header
Fixes: https://tracker.ceph.com/issues/43386
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
04:25 PM Revision afab2089 (ceph): include/interval_set: rename some types
to be consistent with STL conventions
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:25 PM Revision 5ddcba1f (ceph): include/interval_set: use interval_set when appropriate
it's an alias of `interval_set<T,Map>` under some circumstances
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:25 PM Revision edb22d4e (ceph): include/cpp-btree: use static_assert()
instead of using a homebrew replacement
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:25 PM Revision ec3aa75a (ceph): include/cpp-btree: use std::conditional_t<>
instead of using a homebrew replacement
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:25 PM Revision f47167c0 (ceph): include/cpp-btree: use inline variable to define btree_is_key_compare_to
simpler this way
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:25 PM Revision 82665a62 (ceph): include/cpp-btree: add emplace_hint()
so we can construct the value to be inserted in-place, and move it into
the tree, instead of copying it.
Signed-off-...
Kefu Chai
04:11 PM Revision 39700358 (ceph): Merge pull request #32409 from dillaman/wip-qa-rbd-python3
qa/workunits/rbd: fixed python interpreter for EL8
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Mykola Gol...
Mykola Golub
02:35 PM Revision a316c1c1 (ceph): rbd-mirror: fix race between replay shutdown and notification
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:17 PM Revision 5ec92e79 (ceph): Merge PR #32232 into master
* refs/pull/32232/head:
qa: no need to exclude ceph-mgr-diskprediction-cloud from package list to be installed
qa/p...
Sage Weil
01:19 PM Revision 762e7146 (ceph): Merge pull request #32341 from dillaman/wip-43379
rbd-mirror: do not auto-create peers in non-default namespaces
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
01:19 PM Dashboard Bug #43419 (Resolved): mgr/dashboard: update feature_toggles with NFS support
When Feature Toggles were introduced, NFS support wasn't still supported. Ernesto Puerta
11:39 AM rgw Bug #42471: Ambigous bitset selection with FreeBSD libc++
https://github.com/ceph/ceph/pull/32028 got backported to luminous, so this will have to be backported as well. Willem Jan Withagen
09:02 AM CephFS Cleanup #43418 (Fix Under Review): mds: reorg flock header
Varsha Rao
07:38 AM CephFS Cleanup #43418 (Resolved): mds: reorg flock header
Varsha Rao
08:46 AM Revision 8ce8caff (ceph): mds: Reorganize structure members in flock header
Fixes: https://tracker.ceph.com/issues/43418
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
08:17 AM Revision d3471ddb (ceph): Merge pull request #32202 from xiexingguo/wip-pg-stuck-undersized
osd/PeeringState: transit async_recovery_targets back into acting before backfilling
Reviewed-by: Neha Ojha <nojha@r...
Xie Xingguo
08:08 AM Dashboard Bug #43136 (Resolved): mgr/dashboard: OSD IDs are not displayed in inventory page when using ssh-...
Kiefer Chang
07:48 AM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
Yep, that did it - the CPU spikes are much shorter (less than 1 sec) with the last patch, the processing queue isn't ... Eric Petit
06:32 AM Revision da43ed6f (ceph): Merge pull request #32408 from dillaman/wip-devstack
qa/suites/rbd: fixed download path for Ubuntu Bionic
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
06:19 AM CephFS Bug #43410: mds:When the directory level is above 3000, the following assertions will appear
Zheng Yan wrote:
> mds call FOO::adjust_nested_auth_pins functions for each directory level, which caused stack over...
huanwen ren
06:14 AM CephFS Bug #43410: mds:When the directory level is above 3000, the following assertions will appear
Zheng Yan wrote:
> full calltrace ?
I use gdb for mounting, this information is complete
huanwen ren
02:31 AM CephFS Bug #43410: mds:When the directory level is above 3000, the following assertions will appear
mds call FOO::adjust_nested_auth_pins functions for each directory level, which caused stack overflow. mimic and late... Zheng Yan
01:53 AM CephFS Bug #43410: mds:When the directory level is above 3000, the following assertions will appear
full calltrace ? Zheng Yan
05:03 AM RADOS Bug #43308 (Pending Backport): negative num_objects can set PG_STATE_DEGRADED
Kefu Chai
05:03 AM Revision 8494b166 (ceph): Merge pull request #32305 from neha-ojha/wip-43308
osd/PeeringState.cc: don't let num_objects become negative
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Dav...
Kefu Chai
05:02 AM RADOS Bug #42780 (Pending Backport): recursive lock of OpTracker::lock (70)
Kefu Chai
05:01 AM Revision d5345368 (ceph): Merge pull request #32354 from rzarzynski/wip-log-id2name
log: print pthread ID / name mapping in recent events dump.
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
05:00 AM Revision 1223501e (ceph): Merge pull request #32364 from rzarzynski/wip-bug-42780
common: fix deadlocky inflight op visiting in OpTracker.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:58 AM mgr Bug #43363 (Resolved): mgr/alert: can't set inventory_cache_timeout/service_cache_timeout from CLI
Kefu Chai
04:58 AM Revision 3d6a5487 (ceph): Merge pull request #32316 from bk201/wip-43363
mgr/cephadm: fix type of timeout options
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Kefu Chai
04:55 AM Revision 9e5b0f25 (ceph): Merge pull request #32270 from sebastian-philipp/orchestrator-completio...
mgr/orchestrator: Raise more expressive Error, if completion already …
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:45 AM Revision 1d017842 (ceph): Merge pull request #32185 from batrick/interval-set-c++17
include: fix interval_set const_iterator call operator type
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-b...
Kefu Chai
04:44 AM Revision 86ee5573 (ceph): Merge pull request #30344 from shenhang/jsoninfo
osd/OSDMap.cc: add more info in json output of osd stat
Reviewed-by: Коренберг Марк <socketpair@gmail.com>
Reviewed-...
Kefu Chai
04:42 AM Revision 2c8443f5 (ceph): Merge pull request #32183 from aclamk/fix-getxattr-leak
librados: fix leak in getxattr and getxattrs
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:30 AM Revision 3afeb087 (ceph): Merge pull request #32265 from simon-rock/simon_work_adv
tool: ceph_monstore_tool: --readable=0 => --readable
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:33 AM Bug #43417 (Resolved): Since the local loopback address is set to a virtual IP,OSD can't restart .
I set a local loopback ip on the same network segment as the cluster, like lo:0.The network configuration is as follo... David Lee
03:04 AM mgr Bug #43416 (Resolved): test-restful.sh fails
... Kefu Chai
02:47 AM Revision 4c6a5798 (ceph): Merge pull request #32222 from toabctl/qa-flake8-py3
qa: Run flake8 on python2 and python3
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:40 AM Orchestrator Bug #43415 (Won't Fix): python3-remoto not available in ubuntu
... Kefu Chai
02:13 AM rgw Bug #43414 (Resolved): crash in RGWSI_Bucket_SObj::store_bucket_instance_info()
... Kefu Chai
01:56 AM Revision e9417388 (ceph): Merge pull request #32312 from badone/wip-nature-theme-changes
doc: Modify nature theme
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed...
Kefu Chai
01:53 AM RADOS Bug #43413 (New): Virtual IP address of iface lo results in failing to start an OSD
We added a virtual IP on the loopback internetface lo to complete the LVS configuration.... gb li
01:43 AM Revision 1777cb67 (ceph): Merge pull request #32366 from liu-chunmei/vstart
vstart.sh: move extra_seastar_args up in vstart.sh
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:30 AM Revision 683b359b (ceph): Merge pull request #32391 from tchaikov/wip-boost-1.72
install-deps.sh, cmake: use boost 1.72 on bionic
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by: Sag...
Kefu Chai

12/23/2019

11:55 PM Revision dbc3e83c (ceph): Merge PR #32407 into master
* refs/pull/32407/head:
qa/suites/rados: move cephadm_orchestrator to el8
Reviewed-by: Josh Durgin <jdurgin@redhat....
Sage Weil
11:54 PM Revision f104e5c4 (ceph): Merge PR #32392 into master
* refs/pull/32392/head:
cephadm: fix v1/v2 ip/addrv handling; explicitly check bind to ip:port
Reviewed-by: Josh Du...
Sage Weil
11:54 PM Revision 5d8635d0 (ceph): Merge PR #32377 into master
* refs/pull/32377/head:
qa/suites/rados/thrash-old-clients: configure mons in terms of addrvecs
qa/suites/rados/thr...
Sage Weil
11:54 PM RADOS Bug #43412 (Resolved): cephadm ceph_manager IndexError: list index out of range
... Sage Weil
10:35 PM Revision 62806d4d (ceph): qa/tasks/cephadm: client keyring
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:35 PM Revision 272225c4 (ceph): qa/tasks/cephadm: archive /var/log/ceph logs too (not just cluster dir)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:35 PM Revision 31ba596a (ceph): qa/tasks/cephadm: set .conf to cluster config object
ceph.py does this and ceph_manager.py kill_osd relies on it.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:35 PM Revision 365fa583 (ceph): qa/suites/rados/thrash-old-clients: hammer: fix package list
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:35 PM Revision c14234ef (ceph): qa/suites/rados/thrash-old-clients: configure mons in terms of addrvecs
This is more explicit. More importantly, the 'mon update' command
can't handle an "ip:port"; it wants either a CIDR,...
Sage Weil
10:00 PM Revision 319c9cc4 (ceph): Merge PR #32390 into master
* refs/pull/32390/head:
cephadm: create /var/run/ceph/$fsid as needed
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
09:59 PM Revision f3d26fa9 (ceph): Merge PR #32281 into master
* refs/pull/32281/head:
mgr/cephadm: fix =[] default arg to _create_daemon
qa/suites/rados/cephadm: enable mgr debu...
Sage Weil
08:46 PM Revision f6bd8d79 (ceph): Merge pull request #32338 from trociny/wip-peer-list-default-ns
librbd: look for mirror peers in default namespace
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:34 PM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
You are right, fixed it in https://github.com/ceph/ceph/pull/32406.
new repo: https://shaman.ceph.com/repos/ceph/wip...
Neha Ojha
09:23 AM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
Thank you for the patch,
I have tried the test build, but I'm afraid I did not see a reduction in CPU usage and th...
Eric Petit
08:26 PM RADOS Backport #43140: nautilus: ceph-mon --mkfs: public_address type (v1|v2) is not respected
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32028
mergedReviewed-by: Ricardo Dias <rdias@suse.com>
Yuri Weinstein
08:26 PM Revision fd2fdc3e (ceph): Merge pull request #32028 from smithfarm/wip-43140-nautilus
nautilus: core: mon: keep v1 address type when explicitly set
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: ...
Yuri Weinstein
08:24 PM Revision 74cf76e9 (ceph): qa/suites/rados: move cephadm_orchestrator to el8
The python3-remoto dependency does not exist on 18.04 (or any ubuntu or
debian AFAICS).
Signed-off-by: Sage Weil <sa...
Sage Weil
08:23 PM Revision 5116a77f (ceph): qa/workunits/rbd: fixed python interpreter for EL8
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:20 PM Revision e9daf2d0 (ceph): qa/suites/rbd: fixed download path for Ubuntu Bionic
The OS image was changed in a9ee4bcf241 from Xenial to Bionic,
but the Bionic image path is incorrect.
Signed-off-by...
Jason Dillaman
07:59 PM Revision 4e57785e (ceph): qa/tasks/ceph_manager: asok commands via cephadm shell
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:59 PM Revision c5a3d679 (ceph): qa/tasks/cephadm: setup thrashers ctx item
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:55 PM Revision f70e206e (ceph): qa/workunits/rados/test_large_omap_detection: py3-ify
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:31 PM rgw Feature #43411 (Closed): rgw: build radosgw daemon as a shared lib + small executable
Majority of radosgw is contained in libradosgw.so. (/usr)/bin/radosgw
is now a few lines that calls radosgw_Main() i...
Kaleb KEITHLEY
06:12 PM Revision ffb8a2a9 (ceph): mon/PGMap.h: disable network stats in dump_osd_stats
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha .
05:35 PM Revision 8cf55780 (ceph): Merge branch 'master' of github.com:kalebskeithley/ceph
Kaleb KEITHLEY
05:34 PM Revision f528f173 (ceph): rgw: build radosgw daemon as a shared lib + small executable
Majority of radosgw is contained in libradosgw.so. (/usr)/bin/radosgw
is now a few lines that calls radosgw_Main() in...
Kaleb KEITHLEY
05:22 PM Revision ea64c490 (ceph): common,rgw: workaround for boost 1.72
see also https://github.com/boostorg/coroutine/issues/46
will need to remove this change once we require boost >= 1....
Kefu Chai
05:22 PM Revision f91adafa (ceph): install-deps.sh: use "apt" for checking install status
as "dpkg -s <package-name>" always returns 0 even if the <package> is
removed.
Signed-off-by: Kefu Chai <kchai@redha...
Kefu Chai
05:22 PM Revision eae47868 (ceph): crimson: do not use small_vector
if `std::is_nothrow_move_constructible<small_vector<peer_shard_t, 2>>`
also depends on if the allocator throws when m...
Kefu Chai
05:22 PM Revision e461bda6 (ceph): cmake: build boost v1.72 instead of v1.67
so we can drop two patches which are already included by v1.72
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:22 PM Revision bad8fdf7 (ceph): make-dist: package boost v1.72 instead of v1.67
to be consistent with the version used by "make check"
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:15 PM Revision 1c5a8efe (ceph): rgw: build radosgw daemon as a shared lib + small executable
Majority of radosgw is contained in libradosgw.so. (/usr)/bin/radosgw
is now a few lines that calls radosgw_Main() in...
Kaleb KEITHLEY
04:37 PM rbd Bug #41931 (Closed): mgr/rbd_support: TypeError: '>' not supported between instances of 'str' and...
Jason Dillaman
04:36 PM rbd Bug #42248 (Fix Under Review): rbd export-diff with --whole-object skips parent data for fast-dif...
Jason Dillaman
03:56 PM rbd Bug #42248 (In Progress): rbd export-diff with --whole-object skips parent data for fast-diff ena...
Jason Dillaman
04:34 PM Revision b61f83b6 (ceph): librbd: diff iterate with fast-diff now correctly includes parent
When whole-object and include-parent options are enabled, the
diff will now include the parent image diffs. Previousl...
Jason Dillaman
04:29 PM Revision 50d247f5 (ceph): mgr/cephadm: fix =[] default arg to _create_daemon
This is a no-no (pass by reference, not value)!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:01 PM Revision 2ae3f662 (ceph): qa/suites/rados/cephadm: enable mgr debugging
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:54 PM rbd Bug #43274 (Need More Info): unittest_rbd_mirror: Exception: SegFault
Jason Dillaman
03:53 PM rbd Bug #43401 (Fix Under Review): Bump librbd minor version
Jason Dillaman
03:50 PM rbd Bug #43401 (In Progress): Bump librbd minor version
Jason Dillaman
03:51 PM Revision dc885574 (ceph): librbd: bump minor version to match octopus
This will assist layered projects like QEMU and libvirt
determine which features are supported.
Fixed: https://track...
Jason Dillaman
03:48 PM rbd Bug #43378 (Fix Under Review): [namespaces] removing a namespace can leak helper objects
Jason Dillaman
02:48 PM rbd Bug #43378 (In Progress): [namespaces] removing a namespace can leak helper objects
Jason Dillaman
03:46 PM Revision 9e29914a (ceph): librbd: remove pool objects when removing a namespace
Avoid leaving RBD pool objects within a pool namespace that is
being deleted.
Fixes: https://tracker.ceph.com/issues...
Jason Dillaman
02:18 PM RADOS Bug #43174: pgs inconsistent, union_shard_errors=missing
Hi David.
> Are you running your own Ceph build?
No, we use official (comunity) build.
> Sortbitwise needed to...
Aleksandr Rudenko
12:00 PM Revision 8095be48 (ceph): doc: update list of formats for --format flag for "ceph pg dump"
This incorporates Neha's suggestion that the list of formats
be made complete everywhere it appears in the document.
...
Zac Dover
11:14 AM CephFS Cleanup #43408 (Fix Under Review): mds: reorg StrayManager header
Varsha Rao
10:51 AM CephFS Cleanup #43408 (Resolved): mds: reorg StrayManager header
Varsha Rao
11:14 AM CephFS Bug #43410: mds:When the directory level is above 3000, the following assertions will appear
I don't see any exceptions in the log print
@Patrick Donnelly
@Zheng Yan
huanwen ren
11:10 AM CephFS Bug #43410 (Won't Fix): mds:When the directory level is above 3000, the following assertions will...
When I use the script to continuously create directories,
but the directory level is above 3000, the following asse...
huanwen ren
11:10 AM CephFS Bug #43409 (Closed): mds:When the directory level is above 3000, the following assertions will ap...
huanwen ren
11:09 AM CephFS Bug #43409 (Closed): mds:When the directory level is above 3000, the following assertions will ap...
When I use the script to continuously create directories,
but the directory level is above 3000, the following asse...
huanwen ren
11:05 AM Revision b2de412d (ceph): rgw: use bucket creation time from bucket instance info
Fixes: https://tracker.ceph.com/issues/43255
- when linking bucket, use creation time from bucket instance info
- ...
Yehuda Sadeh
09:09 AM Revision ec3a696a (ceph): mgr: close restful socket after exec
Signed-off-by: liushi <liu.shi@navercorp.com> liushi
08:08 AM Revision 37f771cf (ceph): Merge pull request #32368 from xiexingguo/wip-balancer-efficiency-4
osd/OSDMap: consider overfull osds only when trying to do upmap
Reviewed-by: David Zafman <dzafman@redhat.com>
Xie Xingguo
08:07 AM Revision ce888bbe (ceph): Merge pull request #32289 from xiexingguo/wip-balancer-efficiency-2
mgr/balancer: eliminate usage of MS infrastructure for upmap mode
Reviewed-by: Yan Jun <yan.jun8@zte.com.cn>
Xie Xingguo
07:21 AM Revision d560af7d (ceph): install-deps.sh: install boost-1.72 for bionic
and uninstall boost-1.67 before installing boost-1.72
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:07 AM Dashboard Feature #42483: mgr/dashboard: smart: add support for NVMe
Not sure if this issue was create for, I saw an error when running master code (858430fbbb4a85b4621cbef842a29fb1baf96... Kiefer Chang
06:52 AM Revision 6e65ebad (ceph): vstart.sh: move extra_seastar_agrs up in vstart.sh
add extra_seastar_args in --mkfs
Signed-off-by: Chunmei Liu <chunmei.liu@intel.com>
chunmei liu
02:13 AM Revision e0267cd3 (ceph): rgw: using strict_strtoll for append position. If not, any invalid valu...
Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com> zhang Shaowen

12/22/2019

11:36 PM CephFS Bug #43407 (Triaged): mds crash after update to v14.2.5
All MDS crashed and not able to restart after update from v14.2.4 to v14.2.5
*systemctl status:*...
Marco Savoca
10:16 PM Revision 8542da09 (ceph): rbd-mirror: clear init/shutdown context before completion
This fixes a potential issue where the init fails and shut down
is called with the original init context still set.
...
Jason Dillaman
08:20 PM Revision 5d133d54 (ceph): cephadm: create /var/run/ceph/$fsid as needed
The get_container_mounts method only passed this through if it already
exists so that shell etc commands will work ev...
Sage Weil
06:31 PM mgr Bug #42721: mgr/balancer: KeyError messages in balancer module
Hi, I just noticed this ticket is still in needmoreinfo state, I've provided the requested map, is there anything els... Nikola Ciprich
06:06 PM Revision 5131b1b8 (ceph): cephadm: fix v1/v2 ip/addrv handling; explicitly check bind to ip:port
- Handle the various v1 and v2 cases
- Handle --mon-ip with a port
- Explicitly test bind to the IP + port combinatio...
Sage Weil
06:00 PM Revision 858430fb (ceph): Merge PR #32389 into master
* refs/pull/32389/head:
test_cephadm.sh: pass --fsid to shell command
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sage Weil
05:51 PM Revision 2bca9ee9 (ceph): rbd-mirror: consolidate prepare local/remote image steps to bootstrap
Now that the bootstrap state machine is simplier, it makes it cleaner to
move the prepare steps into the bootstrap st...
Jason Dillaman
05:00 PM Revision b12aa3a8 (ceph): mgr/cephadm: fix remapping of hosts and services
This was nondeterministically remapping services to different hosts
depending on which hosts had stale caches because...
Sage Weil
05:00 PM Revision e97b54c0 (ceph): mgr/cephadm/test_cephadm: fix expected output
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:00 PM Revision 1701498e (ceph): cephadm: restart non-ceph daemons on reconfig
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:56 PM Revision 5087305b (ceph): Merge PR #32286 into master
* refs/pull/32286/head:
cephadm: correct ipv6 support in port open detection
Reviewed-by: Sebastian Wagner <swagner...
Sage Weil
04:50 PM Revision b77f0c74 (ceph): mgr/orchestrator: drop 'reload' service[-instance] action
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:50 PM Revision a0fc82af (ceph): cephadm: add --reconfig option for 'deploy'
We could make this a totally separate command from 'deploy', but so much
of the code path is shared that this is a lo...
Sage Weil
04:50 PM Revision 8dbb4be2 (ceph): cephadm: fix bootstrap message 'ssh' -> 'cephadm'
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:50 PM Revision 40b70c63 (ceph): cephadm: move mon creation config bits into mgr/cephadm
There's no need for mgr/cephadm to pass --mon-* arguments to
/usr/bin/cephadm just so it can add bits to the config f...
Sage Weil
04:50 PM Revision e07330c0 (ceph): mgr/cephadm: add 'reconfig' service action
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:40 PM Revision 70c29729 (ceph): Merge pull request #32388 from wjwithagen/wjw-fix-boost_spirit-isblank-...
test: Do not test unicode if boost::spirit >= 1.72
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:02 PM Revision a6f4234b (ceph): install-deps.sh: drop trusty and xenial support
since we only build on bionic on ubuntu distros, there is no need
to build on trusty and xenial anymore.
Signed-off-...
Kefu Chai
03:56 PM Revision be192fba (ceph): cmake: update FindBoost.cmake for 1.72
adapted from
https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake
commit e51232b739b3eeae642be8a7e890...
Kefu Chai
03:08 PM Revision 05fe3fc9 (ceph): test: Do not test unicode if boost::spirit >= 1.72
Testing with Boost 1.72 unittest_confutil crashes with:
```
[ RUN ] ConfUtils.ReadFiles2
Assertion failed: (stri...
Willem Jan Withagen
02:48 PM Revision d6106680 (ceph): test_cephadm.sh: pass --fsid to shell command
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:55 AM Bug #43406 (New): unittest_confutil crashes on NON-ASCII chars
Testing with Boost 1.72 unittest_confutil crashes with:... Willem Jan Withagen
10:31 AM rgw Bug #23147 (Pending Backport): RGW: metrics 'qlen', 'qactive' are not work
Mark Kogan
08:14 AM rgw Bug #23147 (Resolved): RGW: metrics 'qlen', 'qactive' are not work
Mark Kogan
08:33 AM rgw Fix #37645 (Pending Backport): radosgw-admin reshard status displays 'num_shards: 184467440737095...
Mark Kogan
08:16 AM rgw Fix #41376 (In Progress): Sanitize HTTP_X_AUTH_TOKEN http header element to remove trailing <CR> ...
Mark Kogan
01:59 AM Revision effe9c9a (ceph): Merge PR #32261 into master
* refs/pull/32261/head:
mgr/orchestrator: use full device path for blinking lights (if available)
mgr: report devic...
Sage Weil
01:59 AM Revision 73a56e36 (ceph): Merge PR #32333 into master
* refs/pull/32333/head:
qa/quites/rados/singleton-flat/valgrind-leaks: specify centos8
qa/suites/rados: test cephad...
Sage Weil
01:53 AM Revision 4ad4118a (ceph): mon/ConfigMonitor: make legacy mon addr/port parseable by legacy code
If it's a v1 addr on the old default 6789 port, print it as a legacy-style
addr (no v1: prefix) so that legacy code c...
Sage Weil
01:53 AM Revision 1c7bd1d1 (ceph): qa/suites/rados/thrash-old-clients: use cephadm
- deploy cluster with cephadm so we can run a octopus+ cluster and also
install client packages that are ancient.
-...
Sage Weil
01:53 AM Revision efc3df11 (ceph): qa/suites/rados/thrash-old-clients: add new exclude_packages
Due to 6f5fb9540896af28ad4ce1c14c4ad0a2974b03e3
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:53 AM Revision 50294ecc (ceph): qa/suites/rados/thrash-old-clienets: python-foo to python3-foo
Jewel and Hammer don't have python-rgw tho.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:53 AM Revision 65b40256 (ceph): qa/tasks/cephadm: check cluster log; support log-whitelist
Mostly just lifted from ceph.py
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:53 AM Revision a3a1e3e8 (ceph): qa/suites/rados/thrash-old-clients: stick to el7
Old distros don't have packages for bionic.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil

12/21/2019

05:16 PM rbd Feature #43405 (New): [mirroring] auto-unregister remote peers from mirrored image journals when ...
Right now if you remove a peer, a journal client entry will remain for the remote peer in each mirrored image's journ... Jason Dillaman
04:34 PM Revision da622284 (ceph): rbd-mirror: bootstrap now uses the prepare replay state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:29 PM Revision 53455eeb (ceph): rbd-mirror: delay retrieval of remote tag class on bootstrap
This will help move the journal-related bootstrap logic together
as a preliminary step for handling snapshot mirrorin...
Jason Dillaman
04:29 PM Revision 8c33391a (ceph): rbd-mirror: reset bootstrap state to replaying if local image promoted
The previous logic had a race in that it would never run if the local
image was force-promoted or if the remote image...
Jason Dillaman
04:29 PM Revision 638be259 (ceph): rbd-mirror: extract journal local image creation to new state machine
This state machine simplifies the existing bootstrap state machine steps
in that it will always unregister as a first...
Jason Dillaman
04:29 PM Revision 2d6f91d8 (ceph): rbd-mirror: bootstrap now uses the create local image state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:29 PM Revision d711e6b7 (ceph): rbd-mirror: extract pre-journal replay handling to new state machine
The new state machine will check for resync/sync states and split-brain
conditions.
Signed-off-by: Jason Dillaman <d...
Jason Dillaman
03:06 PM RADOS Bug #43404 (Resolved): mon crash in OSDMap::_pg_to_raw_osds from update_pending_pgs
... Sage Weil
03:03 PM Revision e43c7cd6 (ceph): qa/workunits/cephadm/test_cephadm.sh: detect python3 and python2
Only test on whichever pythons are available on the host.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:03 PM Revision 47350be4 (ceph): qa/suites/rados: test cephadm on centos and ubuntu both
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:03 PM Revision d96b6fd1 (ceph): qa/quites/rados/singleton-flat/valgrind-leaks: specify centos8
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:21 PM Revision e0170aa2 (ceph): Merge PR #32384 into master
* refs/pull/32384/head:
qa/tasks/mgr/test_orchestrator_cli: fix device ls test
mgr/orchestrator_cli: no need for co...
Sage Weil
03:57 AM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Zheng Yan wrote:
> Patrick Donnelly wrote:
> > The baseline performance is surprising I think. That's with the same...
Patrick Donnelly
02:41 AM Revision d39ecb12 (ceph): Merge PR #32334 into master
* refs/pull/32334/head:
cephadm: add some coarse-grained locking
cephadm: add FileLock class
Reviewed-by: Michael ...
Sage Weil
02:38 AM Revision 6c876198 (ceph): Merge PR #32327 into master
* refs/pull/32327/head:
mgr/cephadm: remove old remotes
mgr/cephadm: try various pythons for root mode _run_cephadm...
Sage Weil
02:16 AM Revision 3ebdbd4f (ceph): Merge PR #27866 into master
* refs/pull/27866/head:
mds: fix deadlock when xlocking policylock
mds: handle link request with zero depth filepat...
Patrick Donnelly
01:38 AM Revision 1e2fe722 (ceph): osd_stat_t::dump: Add option for ceph-mgr pythonn callers to skip ping ...
Due to the overhead of this on large clusters, we removed the network
information was wasn't getting used anyway.
Fi...
David Zafman
12:42 AM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
Unfortunately, setting osd_mon_heartbeat_stat_stale=1 does not completely disable the network ping time feature. The ... Neha Ojha

12/20/2019

11:39 PM RADOS Bug #42328 (Resolved): osd/PrimaryLogPG.cc: 3962: ceph_abort_msg("out of order op")
I can't check the original reports (logs have been removed), but assuming it's the same root cause PR #32382 5bb932c3... Samuel Just
01:31 AM RADOS Bug #42328: osd/PrimaryLogPG.cc: 3962: ceph_abort_msg("out of order op")
I observed something similar on a ceph_test_rados teuthology run: sjust-2019-12-19_20:05:13-rados-wip-sjust-read-from... Samuel Just
11:37 PM Bug #43376 (Resolved): crimson::dmclock Assertion '__builtin_expect(__n < this->size(), true)' fa...
Should be fixed with PR #32380 2c9542901532feafd569d92e9f67ccd2e1af3129 Samuel Just
01:57 AM Bug #43376 (In Progress): crimson::dmclock Assertion '__builtin_expect(__n < this->size(), true)'...
Samuel Just
01:57 AM Bug #43376: crimson::dmclock Assertion '__builtin_expect(__n < this->size(), true)' failed.
Yeah, same bug. Samuel Just
12:53 AM Bug #43376: crimson::dmclock Assertion '__builtin_expect(__n < this->size(), true)' failed.
I think it's reasonably safe to assume this and #43394 are related? If not I apologise, Brad Hubbard
11:37 PM RADOS Bug #43394 (Resolved): crimson::dmclock segv in crimson::IndIntruHeap
Should be fixed with PR #32380 2c9542901532feafd569d92e9f67ccd2e1af3129 Samuel Just
10:48 PM Revision 2c954290 (ceph): Merge pull request #32380 from athanatos/sjust/wip-dmclock-fix
src/dmclock: bring in fixes for indirect_intrusive_heap
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Samuel Just
10:33 PM Revision 213e91d8 (ceph): doc: Modify nature theme
Apply ceph project customisations to default nature theme.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
10:20 PM Revision 412b596b (ceph): mgr/cephadm: try various pythons for root mode _run_cephadm
Some distros don't have the /usr/bin/python link.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:20 PM Revision e445c772 (ceph): mgr/cephadm: remove old remotes
These are not used.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:14 PM Revision 2b2c122f (ceph): qa/tasks/mgr/test_orchestrator_cli: fix device ls test
No more "$host:" formatting as of 594179f1aae5fcca631b24c2f1e2dbf4a3b5c460
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:12 PM Revision 158a90bb (ceph): mgr/orchestrator_cli: no need for colored=False
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:07 PM Revision 1d63e88a (ceph): Merge PR #32332 into master
* refs/pull/32332/head:
cephadm: bootstrap: force password choice
Reviewed-by: Sebastian Wagner <swagner@suse.com>
...
Sage Weil
10:00 PM Revision 4d48d40a (ceph): doc: Update to current version of 'nature' theme
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
09:57 PM Revision f3f78ad5 (ceph): doc: Change copyright attribution to ceph authors
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
09:47 PM Revision 8becd2d6 (ceph): Merge PR #32383 into master
* refs/pull/32383/head:
qa/standalone: python -> python3
qa/standalone/special/ceph_objectstore_tool: python3
Revi...
Sage Weil
09:43 PM Orchestrator Bug #43361 (Resolved): mgr/cephadm: unable to list service by host
Sage Weil
09:43 PM Revision 137eea43 (ceph): Merge PR #32272 into master
* refs/pull/32272/head:
pybind/mgr: Add orchestrator_cli to mgr/tox.ini
mgr/orchestrator_cli: Fix NFS
Reviewed-by:...
Sage Weil
09:42 PM Revision 9d48756e (ceph): Merge PR #32314 into master
* refs/pull/32314/head:
mgr/cephadm: fix listing services by host
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Sage Weil
09:42 PM Revision 6e365b89 (ceph): Merge PR #32378 into master
* refs/pull/32378/head:
cephadm: python3 shebang
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sage Weil
09:27 PM Revision 8f23f2c6 (ceph): mon: Don't put session during feature change
The session gets put as result of the set_session call in the next
block.
Fixes: https://tracker.ceph.com/issues/383...
Brad Hubbard
09:07 PM Revision bdc3ed25 (ceph): Merge pull request #32381 from athanatos/sjust/wip-read-from-replica-py2
osd: propagate mlcod to replicas and fix problems with read from replica
Reviewed-by: Sage Weil <sage@redhat.com>
Samuel Just
09:07 PM Revision 5bb932c3 (ceph): Merge pull request #32382 from athanatos/sjust/wip-backoff-fix
osd/scheduler/OpSchedulerItem: schedule backoffs as client ops
Reviewed-by: Sage Weil <sage@redhat.com>
Samuel Just
08:57 PM Revision 6e448f9a (ceph): qa: force creation of fs with EC default data pool
In the future, we should add the EC data pool as a supplementary data
pool but that requires a mount to setup which i...
Patrick Donnelly
08:57 PM Revision 7e19a507 (ceph): Merge PR #32375 into master
* refs/pull/32375/head:
qa/tasks/cephadm: ceph.git branches are now pushed to quay.io
Reviewed-by: Michael Fritch <...
Sage Weil
08:53 PM RADOS Bug #43403 (Resolved): unittest_lockdep unreliable
... Sage Weil
08:53 PM Revision 3e0aee5e (ceph): mon/MDSMonitor: warn when creating fs with default EC data pool
Rationale can be found in [1]. Point is that EC pools incur a
significant performance penalty when dealing with small...
Patrick Donnelly
08:53 PM Revision bf0cf8e0 (ceph): qa: add tests for adding EC data pools
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
07:33 PM Revision acd4f5bc (ceph): qa/standalone: python -> python3
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:32 PM Revision e47526e1 (ceph): qa/standalone/special/ceph_objectstore_tool: python3
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:47 PM Revision 074f1ff2 (ceph): cephadm: python3 shebang
We need to figure out if/how we can make this as tolerant as possible for
the curl users so that it can still run on ...
Sage Weil
06:22 PM Bug #43402: Python 3.6 + ceph_argparse.py RadosThreads may not fully exit before is_alive() is ca...
See https://github.com/ceph/ceph/pull/32379 Mark Nelson
05:49 PM Bug #43402 (Resolved): Python 3.6 + ceph_argparse.py RadosThreads may not fully exit before is_al...
Running the ceph command from a recent pull of master where python 3.6 is used always results in an exception being t... Mark Nelson
05:25 PM Revision e10a890a (ceph): Merge pull request #30669 from theanalyst/rgw/user-stats-flush
rgw: radosgw-admin flush user stats output Abhishek L
05:14 PM Revision aa39593f (ceph): Merge pull request #30993 from theanalyst/rgw/mp-list-encoding
rgw: support encoding-type param for list bucket multiparts Abhishek L
05:13 PM Revision c195b780 (ceph): Merge pull request #31127 from theanalyst/rgw/qa-s3-user-caps
qa: rgw: add user-policy caps for the s3tests users
Reviewed-By: Casey Bodley <cbodley@redhat.com>
Reviewed-By: Prit...
Abhishek L
05:12 PM Revision 7933cd19 (ceph): Merge pull request #31124 from theanalyst/rgw/user-policy-args
rgw: iam: add all http args to req_info
Reviewed-By: Casey Bodley <cbodley@redhat.com>
Reviewed-By: Pritha Srivastav...
Abhishek L
03:29 PM Revision 4a566bdc (ceph): Merge PR #32362 into master
* refs/pull/32362/head:
qa/packages/packages: el8 has granular -debuginfo
qa/tasks/cbt: include py2 deps on ubuntu ...
Sage Weil
02:56 PM Revision 895a5e14 (ceph): qa/tasks/cephadm: ceph.git branches are now pushed to quay.io
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:55 PM rbd Bug #43401 (Resolved): Bump librbd minor version
libvirt, qemu, and other dependent products are having issues determining if functions have been deprecated or if nam... Jason Dillaman
02:33 PM Revision ead50339 (ceph): Merge pull request #32374 from zdover23/wip-doc-osd-verb-commit-20-dec-...
doc: added an "is" where it was needed.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:28 PM Revision 49e32432 (ceph): Merge pull request #32371 from tchaikov/wip-mgr-dashboard-popd
mgr/dashboard: restore working directory after creating venv
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed...
Kefu Chai
01:39 PM Revision 130e3edd (ceph): qa/tasks/vstart_runner.py: use current python executable
python3 is not always the path to executable used by current python
session.
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
01:37 PM ceph-volume Bug #43400: c-v inventory returns available on ceph LVs
Right, I think this is a result of https://tracker.ceph.com/issues/37650.
Though I suppose we should just get an l...
Jan Fajerski
01:00 PM ceph-volume Bug #43400 (Resolved): c-v inventory returns available on ceph LVs
c-v
The problem is that the device is held by LVM so the filter "locked" succeeds, see:...
Sébastien Han
01:17 PM Revision 191b55e8 (ceph): mgr/crash: fix signature for py3
With python3 the sig.digest() is bytes, so c is an int, not a char.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:17 PM Revision bfbad54b (ceph): qa/workunits/rados/test_pool_access.sh: python -> python3
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:17 PM Revision 481a09f6 (ceph): qa/workunits/rados/test_envlibrados_rocksdb: enable el8 PowerTools
We need it for snappy-devel
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:17 PM Revision 344ff7f0 (ceph): qa/suites/rados/verify: ping to specific centos
The simple
os_type: centos
in valgrind.yaml doesn't pick a particular centos, and we end up with
the teuthology de...
Sage Weil
01:17 PM Revision fb60e71a (ceph): qa/suites/rados/dashboard/tasks/dashboard: whitelist OSDMAP_FLAGS
"2019-12-19T20:42:43.020748+0000 mon.b (mon.0) 2771 : cluster [WRN] Health check failed: noout flag(s) set (OSDMAP_FL... Sage Weil
01:17 PM Revision 1abcb0bb (ceph): qa/workunits: env python -> env python3
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:17 PM Revision c87a7609 (ceph): qa/suites/rados/singleton-flag/valgrind-leaks: run on latest centos
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:17 PM Revision 13cbfaae (ceph): src/test: misc python -> python3
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:17 PM Revision 3f2270a1 (ceph): qa/tasks/cbt: include py2 deps on ubuntu for now
...until cbt is converted to py3
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:17 PM Revision 6f5fb954 (ceph): qa/packages/packages: el8 has granular -debuginfo
Also add a bunch of missing packages.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:08 PM Revision c6135b2c (ceph): doc: added an "is" where it was needed.
This tiny commit changes "The foregoing functionality
equivalent to" to "The foregoing functionality is
equivalent to...
Zac Dover
01:07 PM Revision 4815cc8a (ceph): mgr/orchestrator: use full device path for blinking lights (if available)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
12:39 PM Revision e075fd91 (ceph): mgr/dashboard: restore working directory after creating venv
this change addresses the regression introduced by 79584862f6
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:32 PM Revision fb4f4acf (ceph): doc: update list of formats for --format flag for "ceph pg dump"
This commit simply adds "json-pretty", "xml", and "xml-pretty" to
the list of formats available to the --format flag ...
Zac Dover
11:01 AM Feature #43399 (Resolved): Per-pool pg states for prometheus
It's always better to have per-pool statistics, than aggregated over cluster.
This feature can easily be backporte...
Aleksei Zakharov
10:23 AM Feature #11202: add stop_scrub command for ceph
We have set "ceph osd set noscrub" and "ceph osd set no-deep-scrub" flags:
noscrub,nodeep-scrub flag(s) set
And...
Stefan Kooman
10:21 AM ceph-volume Bug #43398 (New): don't assume /sys/block/<disk>/device/sas_address is present
... Jan Fajerski
10:15 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
Yup, success! I can confirm I can repeat what your seeing when I use a user created with `--system`:... Matthew Oliver
06:42 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
Alfonso MH wrote:
> Matthew Oliver wrote:
> > Any other hints on what you've done differently that might be the roo...
Matthew Oliver
10:07 AM Revision 57ebdc2a (ceph): common: fix deadlocky inflight op visiting in OpTracker.
Fixes: https://tracker.ceph.com/issues/42780
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
10:06 AM Revision 8d4bb6dc (ceph): Merge pull request #31779 from rhcs-dashboard/wip-42900-nautilus
nautilus: mgr/dashboard: show "Rename" in header & button when renaming RBD
Reviewed-by: Ernesto Puertat <epuertat@r...
Laura Paduano
09:45 AM Revision 7d42df0c (ceph): mds: add config to require forward to auth MDS
If mds_forward_all_requests_to_auth is set to true. MDS will been forbidden to load noauth inode, and the auth MDS wi... simon gao
09:13 AM Revision e4be7eed (ceph): Merge pull request #32353 from mgfritch/wip-cephadm-rename-tox
cephadm: Rename tox tests ceph-daemon -> cephadm
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sage Weil <s...
Sebastian Wagner
08:45 AM Revision 42dbc4f2 (ceph): osd/OSDMap: consider overfull osds only when trying to do upmap
By definition, we should only upmap pgs from overfull osds to
underfull osds. Hence we could make a safe exit if we s...
xie xingguo
08:38 AM Messengers Bug #43044 (Resolved): parse dpdk coremask occur out of range while using stoull
Kefu Chai
08:37 AM Revision 2fe7893c (ceph): Merge pull request #32173 from rosinL/wip-fix-coremask
msg/async/dpdk: Fix the overflow while parsing dpdk coremask
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:22 AM RADOS Bug #41255: backfill_toofull seen on cluster where the most full OSD is at 1%
Hi David:
Good to know the bug is indeed fixed ... too bad it didn't make it in 13.2.8. Anyways ... building patch...
Stefan Kooman
08:03 AM bluestore Bug #43353: BlueFS files read and written at the same time
When you start operating on DB by invoking ListColumnFamilies, background compaction process may start before finishi... Adam Kupczyk
07:56 AM Revision 26b5d208 (ceph): mon: make "mon compact" an tell/asok commands again
in the big tell/asok cleanup, "compact" and "mon compact" were turned
into cli commands, but they should be asok comm...
Kefu Chai
07:56 AM Revision dd8d7978 (ceph): mon: s/reply_command/reply_tell_command/
* s/reply_command/reply_tell_command/, otherwise
`Monitor::reply_command()` panics, because it
expects a `MMonCom...
Kefu Chai
07:56 AM Revision ffa7e70c (ceph): mon: check cap before executing tell command
tell command is sent from a client from network, we need to authorize
the cap of client before executing the command ...
Kefu Chai
07:56 AM Revision 9fcc7e0d (ceph): mon: refuse to execute obsoleted tell commands
we need to stop executing obsoleted tell commands. it helps us to
deprecate and remove unsupported command over time....
Kefu Chai
07:56 AM Revision 0188b850 (ceph): mon: annotate more tell commands
currently, the only consumer of the annotated tell commands is
`Monitor::handle_tell_command()`, which check the cap ...
Kefu Chai
07:56 AM Revision 3394b70b (ceph): mon: register tell/asock commands using info from local_mon_commands
since all tell/asock commands are listed in local_mon_command, and all
of them are noforward, also all noforward comm...
Kefu Chai
07:56 AM Revision 946f154f (ceph): mon/MonCommands.h: remove trailing "\"
it's not necessary and distracting.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:56 AM Revision e9a5ce08 (ceph): mon: mark "scrub" commands obsolete
"scrub" was marked deprecated in
1814d7441bbb53a3d99c7a779a68b8f5e84fd169. this commit
was in turn included by v10.0....
Kefu Chai
07:56 AM Revision acbd0385 (ceph): mon: drop "mon compact" command
quote from Sage's reply
> This is a mon-specific command--it doesn't make sense as a CLI command
> for the entire cl...
Kefu Chai
07:56 AM Revision bc1b4805 (ceph): mon: remove "OBSOLETE" flag from "compact" command
since "mon compact" was removed.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:56 AM Revision a2c34794 (ceph): mon: add MonCommand::FLAG_TELL
MonCommand::FLAG_TELL implies NOFORWARD and HIDDEN, so we don't need to
specify both of them.
Signed-off-by: Kefu Ch...
Kefu Chai
07:29 AM Revision a5c2bdcd (ceph): librbd: look for mirror peers in default namespace
(when creating primary mirror snapshot)
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
07:15 AM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
Attaching gdbpmp profile, osd_stat_t::dump appears to be the hotspot
I tried the heartbeat change:...
Eric Petit
04:50 AM RADOS Bug #38345 (In Progress): mon: segv in MonOpRequest::~MonOpRequest OpHistory::cleanup
Brad Hubbard
03:18 AM Revision 19ce29ed (ceph): osd: Rename backfill reservation reject names to reflect too full use
The only reason for a reject is in a too full condition. Now that we
have two types of revoke, let's make this clear...
David Zafman
01:50 AM RADOS Bug #43174: pgs inconsistent, union_shard_errors=missing

Scrub incorrectly thinks the object really isn't there, but we know it is.
The way that you can see missing obje...
David Zafman
01:35 AM Revision 671c763a (ceph): PrimaryLogPG: drop replica obc cache upon repop
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
01:35 AM Revision 69def143 (ceph): PG: drop replica reads from prior intervals
Otherwise, they cause misdirected op warnings.
See comment for details.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
01:35 AM Revision 900bd37a (ceph): PrimaryLogPG: report ENOENT on missing clone on replica
Can't check is_degraded_or_backfilling etc on replica.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
01:35 AM Revision 7c3cd21c (ceph): ceph_test_rados: add --localize_reads option
Same as balance_reads, but sets the LOCALIZE_READS op flag on read ops.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:35 AM Revision e689caa8 (ceph): qa/tasks/rados: add {localize,balance}_reads field
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:35 AM Revision 2ba0ff71 (ceph): qa/suites/rados/thrash[-erasure-code]: add misc -{localized,balanced}.y...
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:35 AM Revision 9d8667f2 (ceph): ceph_test_rados: use - not _ in args
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:35 AM Revision a335a259 (ceph): osd/PGBackend: rename submit_transaction field roll_forward_to
This field is actually just a lower bound on committed, client
visible log versions.
Signed-off-by: Samuel Just <sju...
Samuel Just
01:35 AM Revision 136d3baf (ceph): ReplicatedBackend: always rollforward on repop to version
The primary always sets this field to be at_version, and we're
going to reuse this field to mean min_last_complete_on...
Samuel Just
01:35 AM Revision 6f12bf27 (ceph): ReplicatedBackend,MOSDRepOp: replace pg_roll_forward_to with mlcod
New clients will ignore the field on header.version <= 2. New
primaries will send the old variant if there are peers...
Samuel Just
01:35 AM Revision a8ad5090 (ceph): osd/: maintain PeeringState::min_last_complete_ondisk on replica
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
01:35 AM Revision 044fa545 (ceph): osd/: bounce writes on objects written since mlcod back to primary
If there are any writes since mlcod on an object with the same head,
our ondisk state may be unstable or may reflect ...
Samuel Just
01:29 AM Revision bb848ed6 (ceph): osd/scheduler/OpSchedulerItem: schedule backoffs as client ops
The backoff machinery relies on backoffs being ordered the same
way as client ops.
Signed-off-by: Samuel Just <sjust...
Samuel Just
12:29 AM CephFS Bug #42723 (In Progress): pybind/mgr/volumes: add upgrade testing
Patrick Donnelly

12/19/2019

11:57 PM RADOS Bug #42780 (Fix Under Review): recursive lock of OpTracker::lock (70)
https://github.com/ceph/ceph/pull/32364 Radoslaw Zarzynski
12:09 PM RADOS Bug #42780 (In Progress): recursive lock of OpTracker::lock (70)
Radoslaw Zarzynski
11:31 PM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
perf top:... Paul Emmerich
08:46 PM mgr Bug #43364 (Need More Info): ceph-mgr's finisher queue can grow indefinitely, making python modul...
We added network ping time monitoring in 14.2.5 - https://github.com/ceph/ceph/pull/30195.
We'd like to verify if t...
Neha Ojha
10:55 PM Revision 7b2cba66 (ceph): src/dmclock: bring in fixes for indirect_intrusive_heap
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
10:31 PM Revision 4562823a (ceph): qa: add .qa link
Continuation of 716db6e2fd19fde5a6fbe7e8e69734e0883b9a0c.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:30 PM RADOS Bug #43307 (Fix Under Review): Remove use of rules batching for upmap balancer
David Zafman
10:27 PM RADOS Bug #43397 (Resolved): FS_DEGRADED to cluster log despite --no-mon-health-to-clog
... Sage Weil
10:21 PM Revision cfef72ed (ceph): Merge PR #32359 into master
* refs/pull/32359/head:
qa/workunits: python -> python3 throughout
qa/workunits/fs/misc/direct_io.py: fix for py3
...
Sage Weil
10:20 PM Revision ad1a2171 (ceph): Merge PR #32355 into master
* refs/pull/32355/head:
qa/suites/rados/perf: run on ubuntu
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: ...
Sage Weil
10:17 PM Revision 8099272b (ceph): Merge PR #32356 into master
* refs/pull/32356/head:
qa/suites/rados/thrash-old-clients: centos -> ubuntu
Reviewed-by: Neha Ojha <nojha@redhat.com>
Sage Weil
10:17 PM Revision f9bd3d76 (ceph): Merge PR #32357 into master
* refs/pull/32357/head:
qa/tasks/swift: remove swift tests
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Sage Weil
10:11 PM Bug #43396 (Resolved): selinux denial on el8
SELinux denials found on ubuntu@smithi171.front.sepia.ceph.com: ['type=AVC msg=audit(1576786614.808:3780): avc: denie... Sage Weil
09:54 PM Dashboard Bug #43395 (Duplicate): test_create_with_default_expiration_date fails
... Sage Weil
09:38 PM RADOS Bug #43394 (Resolved): crimson::dmclock segv in crimson::IndIntruHeap
... Sage Weil
09:29 PM Revision 709c5709 (ceph): cephadm: correct ipv6 support in port open detection
Updated the port_in_use function to work better
in ipv4 and ipv6 environments.
Signed-off-by: Paul Cuzner <pcuzner@r...
Paul Cuzner
08:33 PM Revision 6de3e6b0 (ceph): mgr/cephadm: no need to _get_connection from _create_daemon
This is leftover from ages ago; we don't use conn in this context.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:31 PM CephFS Bug #43393 (Resolved): qa: add support/qa for cephfs-shell on CentOS 9 / RHEL9
Patrick Donnelly
08:19 PM Revision 8a877fca (ceph): log: print pthread ID / name mapping in recent events dump.
For investigation of a multithreading issue it might be
beneficial to obtain the name of a thread responsible
for gen...
Radoslaw Zarzynski
08:00 PM CephFS Documentation #41688 (Resolved): doc: client config reference improvements
Patrick Donnelly
07:59 PM Revision 1949ddf0 (ceph): Merge PR #32117 into master
* refs/pull/32117/head:
doc: add config help/get/set section for runtime client configuration
Reviewed-by: Patrick ...
Patrick Donnelly
07:57 PM CephFS Bug #43250 (Resolved): qa/test_cephfs_shell: TestDu.test_du_works_for_hardlinks fails
Patrick Donnelly
07:54 PM Revision 49a093d7 (ceph): Merge PR #32168 into master
* refs/pull/32168/head:
test_cephfs_shell: fix test_du_works_for_hardlinks
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
07:46 PM CephFS Bug #43392 (Resolved): MDSMonitor: support automatic failover to standbys with stronger affinity
Initial work by Sage: https://github.com/ceph/ceph/pull/32015
The next step is to failover to a standby with stron...
Patrick Donnelly
07:22 PM Revision bb3750d3 (ceph): cephadm: bootstrap: force password choice
Ignore the password complexity checks, since we might (randomly) generate
something that fails whatever the current c...
Sage Weil
07:18 PM Revision 7b8e7371 (ceph): cephadm: add FileLock class
This is an abbreviated version of https://github.com/benediktschmitt/py-filelock
Signed-off-by: Sage Weil <sage@redh...
Sage Weil
07:18 PM Revision a88d096c (ceph): cephadm: add some coarse-grained locking
Take per-cluster 'deploy' lock for
bootstrap
deploy
adopt
rm-daemon
rm-cluster
No locking for
version
pull
...
Sage Weil
07:06 PM RADOS Bug #41255: backfill_toofull seen on cluster where the most full OSD is at 1%
A backport to Mimic of the fix can be found here:
https://github.com/ceph/ceph/pull/32361
Or if you can build fro...
David Zafman
02:34 PM RADOS Bug #41255: backfill_toofull seen on cluster where the most full OSD is at 1%
We added a CRUSH policy (replicated_nvme) and set this policy on our cephfs metadata pool (with 1.2 Bilion objects) a... Stefan Kooman
07:02 PM RADOS Backport #41584 (In Progress): mimic: backfill_toofull seen on cluster where the most full OSD is...
David Zafman
06:55 PM rgw Bug #42983: double free or corruption in radosgw-admin during rgw testing
I'm unable to reproduce this locally with either ASAN or valgrind Daniel Gryniewicz
03:39 PM rgw Bug #42983: double free or corruption in radosgw-admin during rgw testing
The error trigger command is:... Mark Kogan
06:42 PM Revision ac3fa76b (ceph): osd: Rename MBackfillReserve::TOOFULL to what it does in particular (re...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 7810ee584cc0fe9ca1b819d2a807dfc7cd13d292)...
David Zafman
06:42 PM Revision c71bfebf (ceph): osd: Don't set backfill_toofull in RemoteReservationRevoked path
We shouldn't set backfill_toofull when a revoke occurs in the non-toofull
case.
Fixes: https://tracker.ceph.com/issu...
David Zafman
06:38 PM Revision 253a557f (ceph): qa/workunits: python -> python3 throughout
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:35 PM Revision d9756f0a (ceph): qa/workunits/fs/misc/direct_io.py: fix for py3
os.write takes bytes, os.read returns bytes
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:21 PM Revision aa9272d8 (ceph): qa/tasks/swift: remove swift tests
- This is an ancient swift version
- The tempest tests are newer and show provide similar coverage
- It somehow broke...
Sage Weil
06:16 PM Revision 922ba8bb (ceph): qa/suites/rados/thrash-old-clients: centos -> ubuntu
We can't upgrade packages from el7 to el8, so do this on ubuntu 18.04.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:03 PM Revision 4dcb7dcc (ceph): qa/suites/rados/perf: run on ubuntu
pdsh and collectl packages don't seem to exist on el8.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:21 PM Dashboard Feature #43391 (New): mgr/dashboard: block mirroring should support new snapshot-based mirroring
We plan to deprecate the "pool"-based mirroring mode and instead default to the "image"-based mirroring mode. When en... Jason Dillaman
05:19 PM Dashboard Feature #43390 (New): mgr/dashboard: block mirroring should support enabling/disabling mirroring ...
When a pool is configured in "image" mirroring mode, there should be a way to enable/disable mirroring for each image... Jason Dillaman
05:17 PM Dashboard Feature #43389 (New): mgr/dashboard: block mirroring tab should support namespaces
Mirrored images can exist in any RBD namespace so they should be shown in the dashboard. Jason Dillaman
05:12 PM Revision 05eb2f64 (ceph): qa/tasks/cephfs: os.write takes bytes, not str
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:19 PM Revision 757a6055 (ceph): Merge pull request #31142 from zhangsw/fix-rgw-reshard-list-error
rgw: don't print error log when list reshard result is not truncated.
Reviewed-by: Daniel Gryniewicz <dang@redhat.co...
Casey Bodley
04:18 PM rgw Feature #42272 (Fix Under Review): rgw set cpu affinity at startup
Daniel Gryniewicz
04:16 PM Revision 1a624493 (ceph): Merge PR #32335 into master
* refs/pull/32335/head:
qa/tasks/s3tests_java: move to gradle 6.0.1
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Sage Weil
03:57 PM Messengers Bug #43070 (Fix Under Review): CephxSessionHandler::_calc_signature segv
https://github.com/ceph/ceph/pull/32352 Radoslaw Zarzynski
03:56 PM rgw Bug #43226 (Triaged): rgw: object version can be deleted without TOTP on bucket that has MFA Dele...
Casey Bodley
02:52 PM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
Alfonso MH wrote:
> Matthew Oliver wrote:
> > Any other hints on what you've done differently that might be the roo...
Casey Bodley
07:47 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
Matthew Oliver wrote:
> Any other hints on what you've done differently that might be the root cause? Because I want...
Alfonso Martínez
06:08 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
Any other hints on what you've done differently that might be the root cause? Because I want to be able to recreate i... Matthew Oliver
06:05 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
Sorry for the lateness of my reply. I've gone down a few rabbit holes. Firstly I deployed a centos 7 cloud image, bui... Matthew Oliver
03:45 PM rgw Bug #43339: bucket sync init command failed
Chang Liu wrote:
> Chang Liu wrote:
> > elastic search zone does not sync metadate, so all those `bucket sync *` co...
Casey Bodley
03:27 PM Revision 755878e9 (ceph): Merge PR #32343 into master
* refs/pull/32343/head:
doc: update '--force' flag to be precise
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Sage Weil
03:24 PM Revision daeafeff (ceph): Merge pull request #31186 from zhangsw/clean-rgw-check-buckets-shard
rgw: remove unused bucket parameter in check_bucket_shards
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:16 PM Revision dcf8d617 (ceph): cephadm: Rename tox tests ceph-daemon -> cephadm
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
03:14 PM Revision 17d1d4e6 (ceph): Merge pull request #31150 from zhangsw/cleanup-rgw-reshard-last_run
rgw: remove unused 'last_run' in reshard thread entry Casey Bodley
02:38 PM CephFS Bug #43329 (Fix Under Review): cephfs-shell: AttributeError when undefined an conf opt is attempt...
Rishabh Dave
02:30 PM CephFS Cleanup #43387 (Fix Under Review): mds: reorg SnapServer header
Varsha Rao
02:23 PM CephFS Cleanup #43387 (Resolved): mds: reorg SnapServer header
Varsha Rao
02:29 PM RADOS Bug #43306: segv in collect_sys_info
Neha Ojha wrote:
> This looks similar to https://tracker.ceph.com/issues/38296, though the mon seems to have been up...
Nathan Cutler
02:26 PM Revision 8108fa34 (ceph): mds: Reorganize class members in SnapServer header
Fixes: https://tracker.ceph.com/issues/43387
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
02:22 PM RADOS Backport #39474 (In Progress): luminous: segv in fgets() in collect_sys_info reading /proc/cpuinfo
Nathan Cutler
02:22 PM Revision 79de57ad (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
02:21 PM rgw Bug #23674 (Resolved): can't remove rados objects after copy rgw-object fail
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:18 PM RADOS Bug #41383 (Resolved): scrub object count mismatch on device_health_metrics pool
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:18 PM Bug #42054 (Resolved): osd child thread not inherit main thread affinity attribute
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
02:16 PM Dashboard Backport #43301: mgr/dashboard: RGW subuser S3 key not auto-generated.
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32240
m...
Nathan Cutler
12:10 PM Dashboard Backport #43301 (Resolved): mgr/dashboard: RGW subuser S3 key not auto-generated.
Lenz Grimmer
02:16 PM rgw Backport #43233 (Resolved): nautilus: rgw: radosgw_admin teuthology task: No module named bunch
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32216
m...
Nathan Cutler
02:16 PM CephFS Cleanup #43386 (Fix Under Review): mds: reorg SnapRealm header
Varsha Rao
02:08 PM CephFS Cleanup #43386 (Resolved): mds: reorg SnapRealm header
Varsha Rao
02:16 PM rgw Backport #41634 (Resolved): nautilus: object can be copied to bucket from other user without writ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31089
m...
Nathan Cutler
02:15 PM rgw Backport #41978 (Resolved): nautilus: rgw: fix list starts with null marker
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/30743
m...
Nathan Cutler
02:15 PM rgw Backport #41636 (Resolved): nautilus: rgw: gc remove tag issue
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/30733
m...
Nathan Cutler
02:15 PM rgw Backport #41714 (Resolved): nautilus: can't remove rados objects after copy rgw-object fail
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/30741
m...
Nathan Cutler
02:15 PM Backport #42134 (Resolved): nautilus: core in CryptoRandom::get_bytes(char*, int)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31301
m...
Nathan Cutler
02:15 PM Backport #42203 (Resolved): nautilus: osd child thread not inherit main thread affinity attribute
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31359
m...
Nathan Cutler
02:14 PM RADOS Backport #42739 (Resolved): nautilus: scrub object count mismatch on device_health_metrics pool
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31735
m...
Nathan Cutler
02:14 PM Backport #42400 (Resolved): nautilus: ceph daemon fails if ceph.conf contains a duplicate option
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31367
m...
Nathan Cutler
02:13 PM Revision 3fb581c8 (ceph): Merge PR #32339 into master
* refs/pull/32339/head:
qa/tasks/cephfs: python3
qa/workunits/fs: python3
qa/tasks/cephfs/fuse_mount: use python3
...
Sage Weil
02:05 PM Bug #43385 (New): Monitor lookup in DNS needs to be case-insensitive
For a long time, we have ceph.conf without a "mon host" line, instead use DNS SRV records:
https://docs.ceph.com/doc...
Harald Staub
02:01 PM Dashboard Bug #43384 (Duplicate): mgr/dashboard: Pool size is calculated with data with different metrics
Currently we use the following calculation in the dashboard to calculate the usage:
const avail = stats.byte...
Stephan Müller
01:48 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
You're right. I just pushed a patch to be squashed in on top of the existing series. I'm testing it now with the clie... Jeff Layton
01:40 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
Jeff Layton wrote:
> That's not a bad idea. We'd have to keep track of a separate set of newly-added ino_t's to send...
Zheng Yan
12:09 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
That's not a bad idea. We'd have to keep track of a separate set of newly-added ino_t's to send in the reply, but tha... Jeff Layton
09:01 AM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
Jeff Layton wrote:
> I have patches for this for the MDS, and the kernel, but I keep hitting a race where the client...
Zheng Yan
01:36 PM rgw Feature #23908: List objects version 2
will this feature be backported to luminous? Is it possible to backport by myself? Petrov Kirill
12:11 PM Dashboard Bug #43263 (Resolved): mgr/dashboard: RGW subuser S3 key not auto-generated.
Lenz Grimmer
11:36 AM Revision 673a387d (ceph): nautilus: mgr/dashboard: fix RGW subuser auto-generate key. (#32240)
nautilus: mgr/dashboard: fix RGW subuser auto-generate key.
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Review...
Lenz Grimmer
11:07 AM Revision 8dd2e418 (ceph): vstart: Remove duplicate option -N
Both -N and -k are essentially same, i.e to use
existing configuration without creating new conf.
So retain -N and re...
Kotresh Hiremath Ravishankar
09:57 AM Revision 3e1e6a66 (ceph): Merge pull request #32344 from kotreshhr/boost_cmake_py3_fix
cmake/Boost: Fix python3 version
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:21 AM bluestore Bug #43370: OSD crash in function bluefs::_flush_range with ceph_abort_msg "bluefs enospc"
Looks like you're simply lacking free space for WAL/DB. The following output confirms this:
2019-12-13 04:13:55.91...
Igor Fedotov
09:10 AM Revision 886b18a9 (ceph): cmake/Boost: Fix python3 version
Signed-off-by: Kotresh HR <khiremat@redhat.com> Kotresh Hiremath Ravishankar
08:47 AM mgr Bug #43383 (Resolved): mgr: restful socket was not closed properly.
How to reproduce:
1. Use the `ceph mgr module disable restful` command to disable restful
2. Use `ceph mgr module...
shi liu
07:39 AM RADOS Bug #43382: medium io/system load causes quorum failure
Or due to limited bandwidth? 10G NICs dedicated. Anonymous
07:36 AM RADOS Bug #43382 (New): medium io/system load causes quorum failure
We just found out that if you put some io pressure on your system by e.g. big rsync, the mon process has issues proba... Anonymous
07:36 AM Dashboard Bug #43381: mgr/dashboard: fail to fetch SMART data when OSD is down
This might also be fixed in #41911.
Kiefer Chang
07:34 AM Dashboard Bug #43381 (Duplicate): mgr/dashboard: fail to fetch SMART data when OSD is down
When an OSD is down, it's not possible to fetch SMART data via OSD daemon.
An error message will be displayed on the...
Kiefer Chang
06:39 AM Revision f35d03a0 (ceph): doc: update '--force' flag to be precise
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
06:23 AM rgw Bug #43172: Radosgw(rgw_build_bucket_policies) fails on old buckets
Hi Casey,
here you are:...
Ingo Reimann
05:44 AM RADOS Bug #43126 (Fix Under Review): OSD_SLOW_PING_TIME_BACK nits
David Zafman
05:31 AM Revision dd84d07a (ceph): Merge pull request #31525 from tchaikov/wip-no-py2-in-make-check
install-deps.sh,src: drop python2 support
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Reviewed-by: Nathan Cutler ...
Kefu Chai
04:06 AM Revision 6841b135 (ceph): test/run-rbd-tests: s/nosetests/python3 -m nose/
different distro use different names for nosetests3, so let's just go
with `python3 -m nose`
Signed-off-by: Kefu Cha...
Kefu Chai
03:52 AM Revision 7fec5f7a (ceph): install-deps.sh: stop preparing wheels for python2
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:52 AM Revision 5d4c2c71 (ceph): install-deps.sh: revert a5a44cf4
we don't prepare wheels for python2 anymore, and we don't test for
python2. so no need to test for python2
Signed-of...
Kefu Chai
03:52 AM Revision 48c4bc44 (ceph): mgr: drop the compatibility with python2
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:52 AM Revision e06b7bdd (ceph): install-deps.sh: silence popd and pushd
otherwise they will echo the pushed/popped directory
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:52 AM Revision 5c990ddd (ceph): install-deps.sh: do not echo version of git
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:52 AM Revision 46358e04 (ceph): cmake: drop Find{Python,Python2}.cmake
since we are python3 only, there is no need to check Python2 anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:52 AM Revision 717aaad9 (ceph): test/pybind: s/nosetests/python3/
different distros package python3-nose in different ways by adding
different postfix to "/usr/bin/nosetests" to diffe...
Kefu Chai
03:52 AM Revision fd9461e3 (ceph): ceph-volume/test: check using python3 instead of python
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:52 AM Revision 5e41205a (ceph): python-common: remove py27 from envlist in tox.ini
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:52 AM Revision a0401052 (ceph): pybind/mgr: remove py27 from envlist in tox.ini
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:52 AM Revision 79584862 (ceph): src,qa: install python bindings into lib/cython_modules/lib.3
instead of checking for the WITH_PYTHON* options, just hardwire to lib.3
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:51 AM Revision 3c751fea (ceph): qa/tasks/cephfs: python3
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:58 AM Revision 47d0e1e1 (ceph): cmake: CMAKE_ROLE defaults to "PROJECT"
so we can use exported targets like "Python3::Python", which is defined
only if CMAKE_ROLE is "PROJECT". but this glo...
Kefu Chai
02:58 AM Revision 5fc657b4 (ceph): cmake: drop WITH_PYTHON2 option
* drop WITH_PYTHON2 option
* print warning message if WITH_PYTHON3 is disabled
* drop MGR_PYTHON_VERSION option, as w...
Kefu Chai
02:20 AM RADOS Bug #43318: monitor mark all services(osd mgr) down
mgr has no log when setting the debug_mgr to 40. simon gao
02:15 AM rbd Bug #43379 (Fix Under Review): [mirroring] delete peers from all registered namespaces when remov...
Jason Dillaman
01:20 AM rbd Bug #43379 (In Progress): [mirroring] delete peers from all registered namespaces when removed fr...
Jason Dillaman
01:03 AM rbd Bug #43379: [mirroring] delete peers from all registered namespaces when removed from default nam...
... or perhaps as a cleaner option just avoid pinging in non-default namespace and have the CLI look up the fsid from... Jason Dillaman
12:54 AM rbd Bug #43379 (Resolved): [mirroring] delete peers from all registered namespaces when removed from ...
We now create peer records in non-default namespaces so that we can report remote status. This means that when we del... Jason Dillaman
02:12 AM Revision ce1d7bb7 (ceph): rbd: read mirror pool peers from default namespace
The image status from non-default namespaces can be linked to
the peers in the default namespace via the fsid.
Fixes...
Jason Dillaman
01:46 AM Revision de2f57b4 (ceph): mds: don't add metadata to session close message
Old version kclient does not recognize session message with metatda.
Fixes: https://tracker.ceph.com/issues/43336
Si...
Yan, Zheng
01:41 AM Revision 6f9c3aa3 (ceph): rbd-mirror: ensure mirror status updater does not ping on namespaces
The ping will create a TX-only peer in the namespace but we only
track peers in the default namespace.
Signed-off-by...
Jason Dillaman
01:25 AM Revision b6b6f046 (ceph): mgr/alerts: fix module fails to start without smtp_host
The option setting loop in config_notify raises an exception if
smtp_host option is not configured.
Signed-off-by: K...
Kiefer Chang
12:59 AM Revision 775244af (ceph): msg/async/dpdk: Fix the overflow while parsing dpdk coremask
coremask supports up to 256 bits in DPDK19.05, using stoull in
dpdk::eal:init limits coremask up to 64 bits. Parse co...
chunsong feng
12:50 AM rbd Bug #43378 (Resolved): [namespaces] removing a namespace can leak helper objects
The "rbd_mirroring", "rbd_trash", "rbd_directory", and "rbd_task" objects are not deleted prior to removing the names... Jason Dillaman
12:37 AM Revision 368c810a (ceph): mgr/alerts: fix type of interval option
The option needs to be in `secs` type to enable input checking and
type casting.
Signed-off-by: Kiefer Chang <kiefer...
Kiefer Chang

12/18/2019

11:46 PM Bug #43376: crimson::dmclock Assertion '__builtin_expect(__n < this->size(), true)' failed.
[ RUN ] IndIntruHeap.remove_greatest
/usr/include/c++/8/bits/stl_vector.h:932: std::vector<_Tp, _Alloc>::refere...
Samuel Just
10:05 PM Bug #43376 (Resolved): crimson::dmclock Assertion '__builtin_expect(__n < this->size(), true)' fa...
sage-2019-12-16_15:01:24-rados-wip-sage3-testing-2019-12-13-1721-distro-basic-smithi
It's a bug with dmclock/suppo...
Samuel Just
11:39 PM Revision c3112510 (ceph): qa/workunits/fs: python3
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:13 PM Revision 1de47907 (ceph): qa/tasks/cephfs/fuse_mount: use python3
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:10 PM Revision 9fc9197d (ceph): Merge PR #32323 into master
* refs/pull/32323/head:
spec, debian: cephadm requires lvm2
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Reviewed-...
Sage Weil
11:04 PM Revision f71bb6c7 (ceph): qa/tasks/s3tests_java: move to gradle 6.0.1
Also switch to using a stable symlink so that the version is determined by the branch.
Signed-off-by: Sage Weil <sag...
Sage Weil
10:31 PM RADOS Bug #43193 (Need More Info): "ceph ping mon.<id>" cannot work
Can you provide the sequence of commands that fail? Also, please attach the monitor names and monmap. Neha Ojha
10:25 PM RADOS Bug #43305 (Won't Fix): "psutil.NoSuchProcess process no longer exists" error in luminous-x-nauti...
This is an infra issue.... Neha Ojha
10:23 PM RADOS Bug #43306: segv in collect_sys_info
This looks similar to https://tracker.ceph.com/issues/38296, though the mon seems to have been upgraded to nautilus(w... Neha Ojha
10:22 PM Revision 4155e609 (ceph): Merge PR #32191 into master
* refs/pull/32191/head:
doc: clarify priority use
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Sage Weil
10:17 PM RADOS Bug #43318 (Need More Info): monitor mark all services(osd mgr) down
Can you provide mgr logs from when this happened? Neha Ojha
10:12 PM RADOS Feature #43377 (Resolved): Make Zstandard compression level a configurable option
I've played with using the different compression algorithms on the RGWs and the default compression level for Zstanda... Bryan Stillwell
09:48 PM mgr Bug #43364: ceph-mgr's finisher queue can grow indefinitely, making python modules/commands unres...
I'm also seeing the 'mgr-fin' thread using 100% of a CPU core. However, I don't see a high queue_len, so maybe ~350 ... Bryan Stillwell
07:02 AM mgr Bug #43364 (Resolved): ceph-mgr's finisher queue can grow indefinitely, making python modules/com...
After upgrading from Luminous to Nautilus, I noticed that ceph-mgr would become partly unresponsive on larger cluster... Eric Petit
09:14 PM rgw Backport #43233: nautilus: rgw: radosgw_admin teuthology task: No module named bunch
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32216
merged
Yuri Weinstein
09:14 PM Revision d0ccee14 (ceph): Merge pull request #32216 from smithfarm/wip-43233-nautilus
nautilus: tests: radosgw-admin: remove dependency on bunch package
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
09:14 PM Revision ce470fbc (ceph): Merge pull request #31089 from smithfarm/wip-41634-nautilus
nautilus: rgw: add bucket permission verify when copy obj Yuri Weinstein
09:14 PM rgw Backport #41634: nautilus: object can be copied to bucket from other user without writing permission
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31089
merged
Yuri Weinstein
09:13 PM rgw Backport #41978: nautilus: rgw: fix list starts with null marker
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/30743
merged
Yuri Weinstein
09:13 PM Revision 08ffd7af (ceph): Merge pull request #30743 from smithfarm/wip-41978-nautilus
nautilus: rgw: fix list versions starts with version_id=null Yuri Weinstein
09:12 PM rgw Backport #41636: nautilus: rgw: gc remove tag issue
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/30733
merged
Yuri Weinstein
09:12 PM Revision 09dd2c12 (ceph): Merge pull request #30733 from less-is-morr/wip-41636-nautilus
nautilus: rgw: gc remove tag after all sub io finish
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
09:12 PM rgw Backport #41714: nautilus: can't remove rados objects after copy rgw-object fail
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/30741
merged
Yuri Weinstein
09:12 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
Jeff Layton wrote:
> > > The big problem is that all of the creates are not necessarily processed in a strict order ...
Patrick Donnelly
09:07 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
Patrick Donnelly wrote:
> Jeff Layton wrote:
> > The problem there is that the second set would grow without bound....
Jeff Layton
08:43 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
Jeff Layton wrote:
> The problem there is that the second set would grow without bound. It's not a lot of info per i...
Patrick Donnelly
08:26 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
The problem there is that the second set would grow without bound. It's not a lot of info per inode, but it's enough ... Jeff Layton
08:04 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
Jeff Layton wrote:
> I have patches for this for the MDS, and the kernel, but I keep hitting a race where the client...
Patrick Donnelly
07:33 PM CephFS Feature #39129: create mechanism to delegate ranges of inode numbers to client
I have patches for this for the MDS, and the kernel, but I keep hitting a race where the client adds an already-used ... Jeff Layton
09:12 PM Revision 91dd67bc (ceph): Merge pull request #30741 from smithfarm/wip-41714-nautilus
nautilus: rgw: fix refcount tags to match and update object's idtag
Reviewed-by: Adam Emerson <aemerson@redhat.com>
...
Yuri Weinstein
08:53 PM CephFS Bug #41329: mds: reject sessionless messages
Follow-up: https://github.com/ceph/ceph/pull/32318
I've asked Zheng to make another tracker ticket.
Patrick Donnelly
08:20 PM Dashboard Cleanup #43375 (Resolved): mgr/dashboard: replace doc URL literals in TS code with
This comes from the need to update upstream doc URLs to downstream ones. Being these literals scattered across the fr... Ernesto Puerta
08:00 PM Revision 9aa25d7d (ceph): doc/cephfs/standby: document mds_join_fs
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:51 PM Revision 40f8521e (ceph): mds/FSMap: track preferred fscid for standby daemons
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:51 PM Revision ad4ee631 (ceph): mon/MDSMonitor: assign standbys to their preferred fscid
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:51 PM Revision e5013b43 (ceph): mon/MDSMonitor: respect mfs fscid preference
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:51 PM Revision ffe1aca8 (ceph): mgr/cephadm: map mds daemons to a particular fs
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:50 PM bluestore Bug #42913 (Resolved): nautilus: cram test fails with _do_alloc_write failed with (28) No space l...
Neha Ojha
07:36 PM bluestore Bug #42913: nautilus: cram test fails with _do_alloc_write failed with (28) No space left on device
merged https://github.com/ceph/ceph/pull/32283 Yuri Weinstein
07:49 PM Backport #42134: nautilus: core in CryptoRandom::get_bytes(char*, int)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31301
merged
Yuri Weinstein
07:49 PM Revision afd25bc5 (ceph): Merge pull request #31301 from smithfarm/wip-42134-nautilus
nautilus: core: auth/Crypto: fallback to /dev/urandom if getentropy() fails
Reviewed-by: Josh Durgin <jdurgin@redhat...
Yuri Weinstein
07:46 PM Revision 5e0571c2 (ceph): mds: add mds_join_fs option; pass via MMDSBeacon
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:45 PM Backport #42203: nautilus: osd child thread not inherit main thread affinity attribute
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31359
merged
Yuri Weinstein
07:45 PM Revision 0244ad26 (ceph): Merge pull request #31359 from smithfarm/wip-42203-nautilus
nautilus: osd: set affinity for *all* threads
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:40 PM rgw Backport #43235: mimic: rgw: radosgw_admin teuthology task: No module named bunch
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32214
merged
Yuri Weinstein
07:40 PM Revision 9a8be262 (ceph): Merge pull request #32214 from smithfarm/wip-43235-mimic
mimic: tests: radosgw-admin: remove dependency on bunch package
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
07:38 PM RADOS Backport #42739: nautilus: scrub object count mismatch on device_health_metrics pool
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31735
merged
Yuri Weinstein
07:38 PM Revision 362dd639 (ceph): Merge pull request #31735 from SUSE/wip-42739-nautilus
nautilus: mgr/devicehealth: ensure we don't store empty objects
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:37 PM Backport #42400: nautilus: ceph daemon fails if ceph.conf contains a duplicate option
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31367
merged
Yuri Weinstein
07:37 PM Revision fcf9cdde (ceph): Merge pull request #31367 from jan--f/wip-42400-nautilus
nautilus: ceph.in: check ceph-conf returncode
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
07:35 PM Revision 9e82c657 (ceph): Merge pull request #32283 from neha-ojha/wip-42913-nautilus
nautilus: os/bluestore: default bluestore_block_size 1T -> 100G
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by...
Yuri Weinstein
07:12 PM rgw Feature #43374 (New): multisite: radosgw-admin data/metadata sync run should support --shard-id
These 'sync run' commands can be used to diagnose issues with the sync process, because their debug logging is isolat... Casey Bodley
06:20 PM Revision 98f5ce79 (ceph): Merge PR #32310 into master
* refs/pull/32310/head:
Revert "qa/suites/rgw: ragweed on ubuntu"
Revert "qa/suites/rgw: disable remaining ragweed ...
Sage Weil
06:09 PM Messengers Bug #43332: mon: segv in msg following "do not register lossy client connections"
It looks like this can also be tripped for me via ceph_test_msgr --gtest_filter=Messenger/MessengerTest.SimpleMsgr2Te... David Disseldorp
08:36 AM Messengers Bug #43332: mon: segv in msg following "do not register lossy client connections"
Possibly related to https://tracker.ceph.com/issues/43070 Brad Hubbard
05:35 PM Revision 17c65b03 (ceph): Merge pull request #32121 from yehudasa/wip-42869
rgw: bucket re-creation fixes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:28 PM Revision 79444127 (ceph): Merge pull request #32330 from racpatel/wip-centosremove
[qa] : removing centos related TestCases Vasu Kulkarni
05:27 PM Revision e02a8ab1 (ceph): Merge pull request #32329 from racpatel/wip-hardcodeos
[qa] : removing ubuntu specific test cases - rbd-nbd Vasu Kulkarni
05:26 PM Revision 724bef7d (ceph): Merge pull request #32328 from racpatel/wip-ubunturemove
[qa] cephfs-shell is only available as a package on Ubuntu so removing for RHEL Vasu Kulkarni
05:05 PM Revision 48b1753a (ceph): rpm: drop vim-specific header
The copyright notice should be the first thing in the file.
The line being dropped was added, perhaps unintentionall...
Nathan Cutler
04:49 PM rgw Backport #43373 (Resolved): nautilus: multisite: timestamps missing from data sync status markers
https://github.com/ceph/ceph/pull/32819 Nathan Cutler
04:49 PM rgw Backport #43372 (Resolved): nautilus: multisite: sync status doesn't say which shard is furthest ...
https://github.com/ceph/ceph/pull/32818 Nathan Cutler
03:53 PM Dashboard Backport #41594: nautilus: mgr/dashboard: A block-manager can not access the pool page
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31570
m...
Nathan Cutler
03:48 PM Dashboard Backport #41594 (Resolved): nautilus: mgr/dashboard: A block-manager can not access the pool page
Lenz Grimmer
03:53 PM RADOS Backport #43316 (Resolved): nautilus:wrong datatype describing crush_rule
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32254
m...
Nathan Cutler
03:49 PM Dashboard Bug #41573 (Resolved): mgr/dashboard: A block-manager can not access the pool page
Lenz Grimmer
03:48 PM Revision 3b0a6340 (ceph): nautilus: mgr/dashboard: A block-manager can not access the po… (#31570)
nautilus: mgr/dashboard: A block-manager can not access the pool page
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Lenz Grimmer
03:39 PM CephFS Cleanup #43369 (Fix Under Review): mds: reorg SnapClient header
Varsha Rao
02:28 PM CephFS Cleanup #43369 (Resolved): mds: reorg SnapClient header
Varsha Rao
03:35 PM rgw Bug #43359 (Pending Backport): multisite: timestamps missing from data sync status markers
Casey Bodley
03:35 PM rgw Bug #43360 (Pending Backport): multisite: sync status doesn't say which shard is furthest behind
Casey Bodley
03:34 PM Revision dc9d0b9d (ceph): Merge pull request #32309 from cbodley/wip-43359
rgw: data sync markers include timestamp from datalog entry
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
Casey Bodley
03:34 PM Revision 7b975781 (ceph): Merge pull request #32311 from cbodley/wip-43360
radosgw-admin: sync status displays id of shard furthest behind
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
Casey Bodley
03:06 PM Messengers Bug #43070: CephxSessionHandler::_calc_signature segv
Working branch: https://github.com/ceph/ceph/compare/master...rzarzynski:wip-bug-43070. Radoslaw Zarzynski
02:33 PM Messengers Bug #43070: CephxSessionHandler::_calc_signature segv
V1 has the same issue like V2 had in the past. @reset_recv_state()@ resets the @session_security@ only when @write_lo... Radoslaw Zarzynski
02:46 PM Revision 62056301 (ceph): mgr/cephadm: include host name in check-host result
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:46 PM Revision be5284dd (ceph): mgr/cephadm: remove 'cephadm prepare-host' command
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:39 PM bluestore Bug #43370 (Rejected): OSD crash in function bluefs::_flush_range with ceph_abort_msg "bluefs eno...
Setup:
* 5x Ubuntu 16.04 VM, 2GB RAM, 16GB root disk
** 2 VMs have 5GB extra (HDD) disk, 1 OSD per disk
** 2 VMs h...
Gerdriaan Mulder
02:39 PM CephFS Bug #43362 (Fix Under Review): client: disallow changing fuse_default_permissions option at runtime
Patrick Donnelly
04:46 AM CephFS Bug #43362 (Resolved): client: disallow changing fuse_default_permissions option at runtime
If fuse_default_permissions is false when initializing fuse, then ceph-fuse will use its own permission check. If cha... Zhi Zhang
02:31 PM Revision 8f75db05 (ceph): mds: Reorganize class members in SnapClient header
Fixes: https://tracker.ceph.com/issues/43369
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
02:13 PM Revision 5aedaa16 (ceph): pybind/mgr: Add orchestrator_cli to mgr/tox.ini
* module is now tested with mypy
* cleanup `orchestroatr_cli/__init__.py`
Signed-off-by: Sebastian Wagner <sebastian...
Sebastian Wagner
02:11 PM Revision cd63df32 (ceph): mgr/orchestrator_cli: Fix NFS
* `count` was removed from `NFSServiceSpec`
* `nodes` was renamed to `hosts`
Signed-off-by: Sebastian Wagner <sebast...
Sebastian Wagner
02:11 PM Revision 8f76706c (ceph): Merge pull request #32324 from tchaikov/wip-copr-repo
install-deps.sh: add ken's copr repo for el8 build
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Kefu Chai
02:10 PM Revision a1550827 (ceph): Merge pull request #32317 from tchaikov/wip-rpm-pyOpenSSL
ceph.spec.in: always depends on python3.6-pyOpenSSL
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Kefu Chai
02:04 PM Revision 9abddc0d (ceph): monitoring: fix prometheus alert for full pools
The existing alert (introduced via
https://tracker.ceph.com/issues/24977) already triggers when still 50%
of storage ...
Thomas Kriechbaumer
01:57 PM Revision 7f6e30d6 (ceph): install-deps.sh: add ken's copr repo for el8 build
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:44 PM mgr Bug #43368 (Fix Under Review): cephadm not requiring lvm2
Sebastian Wagner
01:26 PM mgr Bug #43368 (Resolved): cephadm not requiring lvm2
... Sebastian Wagner
01:40 PM Revision b2cf2c7a (ceph): spec, debian: cephadm requires lvm2
cephadm mounts `/run/lvm` into OSD containers, which only exists,
if `lvm2` is installed on the container host. Other...
Sebastian Wagner
01:33 PM CephFS Cleanup #43367 (Fix Under Review): mds: reorg SimpleLock header
Varsha Rao
01:00 PM CephFS Cleanup #43367 (Resolved): mds: reorg SimpleLock header
Varsha Rao
01:25 PM rgw Bug #43350 (Fix Under Review): rgw: bucket with custom placement failed to be synced to target zone
Casey Bodley
12:40 PM CephFS Cleanup #43366 (Fix Under Review): mds: reorg SessionMap header
Varsha Rao
12:34 PM CephFS Cleanup #43366 (Resolved): mds: reorg SessionMap header
Varsha Rao
12:32 PM Revision 7230784a (ceph): mds: Reorganize class members in SessionMap header
Fixes: https://tracker.ceph.com/issues/43366
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
12:11 PM RADOS Bug #43365: Nautilus: Random mon crashes in failed assertion at ceph::time_detail::signedspan
So it's asserting inside of to_timespan, and the Paxos code triggering that assert is
> auto start = ceph::coarse_...
Greg Farnum
12:03 PM RADOS Bug #43365 (Resolved): Nautilus: Random mon crashes in failed assertion at ceph::time_detail::sig...
Thanks to 14.2.5 auto warning for recent crashes, we are observing frequent (somewhat daily period) random crashes of... Alex Walender
11:22 AM Revision bca35d45 (ceph): Merge pull request #32255 from ideepika/wip-43315-mimic
mimic: doc: wrong datatype describing crush_rule
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
11:22 AM Revision 7d62a11d (ceph): Merge pull request #32254 from ideepika/wip-43316-nautilus
nautilus: doc: wrong datatype describing crush_rule
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
11:21 AM Revision a6ab1827 (ceph): Merge pull request #32267 from ideepika/wip-43325-luminous
luminous: doc: wrong datatype describing crush_rule
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
10:37 AM Revision 778aae2d (ceph): mgr/balancer: eliminate usage of MS infrastructure for upmap mode
This can avoid excessive RAM and CPU usage for large Ceph clusters
when balancer and upmap is enabled.
Signed-off-by...
xie xingguo
09:35 AM RADOS Bug #43185: ceph -s not showing client activity
Possible relation to https://tracker.ceph.com/issues/43364 and https://tracker.ceph.com/issues/43317 Anonymous
09:35 AM Revision 6bc1aa68 (ceph): remove centos reference
Signed-off-by: Rachanaben Patel <racpatel@redhat.com> Rachana Patel
09:11 AM rgw-testing Bug #43077 (Resolved): "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on ubuntu
Nathan Cutler
09:11 AM rgw-testing Backport #43279 (Resolved): nautilus: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32229
m...
Nathan Cutler
09:10 AM rgw-testing Backport #43279 (In Progress): nautilus: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails...
Nathan Cutler
09:09 AM rgw-testing Backport #43277 (Resolved): mimic: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on ub...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32228
m...
Nathan Cutler
09:08 AM rgw-testing Backport #43277 (In Progress): mimic: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on...
Nathan Cutler
09:05 AM CephFS Bug #43336 (Fix Under Review): qa: test_unmount_for_evicted_client hangs
Zheng Yan
06:56 AM CephFS Bug #43336: qa: test_unmount_for_evicted_client hangs
I think it was caused by
[ 150.326253] ceph: mdsc_handle_session corrupt message mds0 len 75^M
Zheng Yan
08:48 AM rgw-testing Backport #43278 (Resolved): luminous: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32227
m...
Nathan Cutler
08:43 AM rgw-testing Backport #43278 (In Progress): luminous: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails...
Nathan Cutler
08:41 AM rgw-testing Backport #43278 (Resolved): luminous: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on...
https://github.com/ceph/ceph/pull/32227 Nathan Cutler
08:48 AM rgw Backport #43013 (Resolved): luminous: rgw: crypt: permit RGW-AUTO/default with SSE-S3 headers
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31860
m...
Nathan Cutler
08:47 AM rgw Backport #43234 (Resolved): luminous: rgw: radosgw_admin teuthology task: No module named bunch
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32215
m...
Nathan Cutler
07:58 AM Revision e58737cf (ceph): test/pybind/test_rados.py: add WriteOp::rm_xattr() and test rm_xattr()
Signed-off-by: Zhang Jiao <zhangjiao@cmss.chinamobile.com> zhangjiao
07:01 AM Revision 90465026 (ceph): ceph.spec.in: always depends on python3.6-pyOpenSSL
since we've moved to py3-only world, there is no need to depend on
pyOpenSSL anymore.
also, _python_buildid was remo...
Kefu Chai
06:51 AM mgr Bug #43363 (Fix Under Review): mgr/alert: can't set inventory_cache_timeout/service_cache_timeout...
Kiefer Chang
06:45 AM mgr Bug #43363 (Resolved): mgr/alert: can't set inventory_cache_timeout/service_cache_timeout from CLI
*ceph orchestrator inventory/service ls* will fail after setting a timeout value from CLI.... Kiefer Chang
06:46 AM Revision 84daea2c (ceph): mgr/cephadm: fix type of timeout options
The timeout options need to be in `secs` type. Then the input values
will be checked and converted into integer befor...
Kiefer Chang
05:15 AM CephFS Cleanup #42465 (Resolved): mds: reorg MDSRank header
Varsha Rao
04:39 AM Orchestrator Bug #43361 (Fix Under Review): mgr/cephadm: unable to list service by host
Kiefer Chang
04:36 AM Orchestrator Bug #43361 (Resolved): mgr/cephadm: unable to list service by host
... Kiefer Chang
04:34 AM Revision 624e4369 (ceph): mgr/cephadm: fix listing services by host
Fixes: https://tracker.ceph.com/issues/43361
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
Kiefer Chang
04:30 AM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Patrick Donnelly wrote:
> The baseline performance is surprising I think. That's with the same MDS patches? The usua...
Zheng Yan
03:03 AM Revision 2df7a1c0 (ceph): rgw: do not specify all placement targets when sync module never writes
Fixes: https://tracker.ceph.com/issues/43350
Signed-off-by: jiahuizeng <jhzeng93@foxmail.com>
Jiahui Zeng
12:56 AM Revision f2f53eea (ceph): Merge PR #31527 into master
* refs/pull/31527/head:
vstart: Add note for nfs-ganesha dev packages
stop.sh: Add option to kill Ganesha daemons
...
Patrick Donnelly
12:37 AM Revision 8a4458f5 (ceph): Merge pull request #32303 from tchaikov/wip-build-integration-branch
build-integration-branch: s/prefix/postfix/
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Kefu Chai
12:23 AM Revision b561e57b (ceph): Merge PR #32291 into master
* refs/pull/32291/head:
doc: update 'adding an MDS'
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
12:23 AM CephFS Documentation #43162 (Resolved): doc: "adding an MDS" in deployment is out-of-date
Patrick Donnelly
12:10 AM Revision cd6f88d7 (ceph): mon: print FSMap if standbys exist
Fixes: https://tracker.ceph.com/issues/42088
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly

12/17/2019

09:42 PM Revision 9f1f458f (ceph): mgr/dashboard: iSCSI targets not available if any gateway is down
Fixes: https://tracker.ceph.com/issues/42687
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
09:23 PM Revision 3268ec7a (ceph): Merge PR #32252 into master
* refs/pull/32252/head:
qa/cephfs/begin: libaio-devel on el8
qa/tasks: nosetests -> python -m nose
qa/tasks/rbd_fi...
Sage Weil
08:45 PM Revision d61beb74 (ceph): radosgw-admin: sync status displays id of shard furthest behind
'radosgw-admin sync status' gives you a timestamp for the "oldest
incremental change not applied", but doesn't tell y...
Casey Bodley
08:44 PM rgw Bug #43360 (Resolved): multisite: sync status doesn't say which shard is furthest behind
The 'radosgw-admin sync status' command gives you a timestamp for "oldest incremental change not applied", but doesn'... Casey Bodley
08:40 PM Revision 9dd7ed88 (ceph): Revert "qa/suites/rgw: ragweed on ubuntu"
This reverts commit 73c2779524cc13bf69e025bdaed04035f5ba3968.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:40 PM Revision ce308a8d (ceph): Revert "qa/suites/rgw: disable remaining ragweed test"
This reverts commit 5a80fbe505e203227c4fa0de6141aaa69589d35e.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:22 PM Revision 2f45c3cc (ceph): Merge PR #32146 into master
* refs/pull/32146/head:
mgr/ssh: Fix remove_osds()
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
08:21 PM Revision a60062a2 (ceph): Merge PR #32149 into master
* refs/pull/32149/head:
mgr/orchestrator: Rename PlacementSpec.nodes -> PlacementSpec.hosts
mgr/ansible: Added miss...
Sage Weil
08:21 PM Revision b0406638 (ceph): Merge pull request #32228 from alimaredia/wip-s3-tests-branch-name-refa...
mimic: update s3-test download code for s3-test tasks
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Yu...
Yuri Weinstein
08:19 PM Revision bff2ab99 (ceph): Merge pull request #32035 from cbodley/wip-qa-rgw-swift-nautilus
qa/rgw: add missing force-branch: ceph-nautilus for swift tasks
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Revie...
Yuri Weinstein
08:18 PM Revision 79f9295a (ceph): Merge pull request #32229 from alimaredia/wip-s3-tests-branch-name-refa...
nautilus: update s3-test download code for s3-test tasks
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by:...
Yuri Weinstein
08:13 PM Revision c22d6b4c (ceph): Merge pull request #32306 from racpatel/wip-removeubuntu
removeing ubuntu Vasu Kulkarni
08:01 PM Messengers Bug #43070: CephxSessionHandler::_calc_signature segv
Analysis for http://pulpito.ceph.com/sage-2019-12-04_19:29:26-rados-wip-sage-testing-2019-12-04-0930-distro-basic-smi... Radoslaw Zarzynski
12:21 PM Messengers Bug #43070 (In Progress): CephxSessionHandler::_calc_signature segv
Radoslaw Zarzynski
07:57 PM Revision c8478cf2 (ceph): Merge PR #32278 into master
* refs/pull/32278/head:
qa/suites/rgw: disable valgrind for tests that require py2/ubuntu
qa/suites/rgw: disable re...
Sage Weil
07:39 PM rgw Bug #43359 (Fix Under Review): multisite: timestamps missing from data sync status markers
Casey Bodley
07:37 PM rgw Bug #43359 (Resolved): multisite: timestamps missing from data sync status markers
The timestamps displayed by 'radosgw-admin data sync status' are all "timestamp": "0.000000" because the timestamp fi... Casey Bodley
07:39 PM Revision 667d70b6 (ceph): qa/cephfs/begin: libaio-devel on el8
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:38 PM Revision b403e011 (ceph): rgw: data sync markers include timestamp from datalog entry
this corrects the output of 'radosgw-admin data sync status' to show the
timestamp of the last datalog entry applied
...
Casey Bodley
07:32 PM Revision 5602f3a4 (ceph): Merge PR #32300 into master
* refs/pull/32300/head:
cephadm: drop 'sha256:' prefix on container id
Reviewed-by: Michael Fritch <mfritch@suse.co...
Sage Weil
07:32 PM Revision 29b155de (ceph): Merge PR #32302 into master
* refs/pull/32302/head:
cephadm: check for both ntp.service and ntpd.service
Reviewed-by: Michael Fritch <mfritch@s...
Sage Weil
07:20 PM Revision 4a8a30e7 (ceph): remove references to os_type "centos"
Signed-off-by: Rachanaben Patel <racpatel@redhat.com> Rachana Patel
07:20 PM rgw-testing Backport #43279: nautilus: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on ubuntu
Fixed in: https://github.com/ceph/ceph/pull/32229 Ali Maredia
07:20 PM rgw-testing Backport #43277: mimic: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on ubuntu
Fixed in: https://github.com/ceph/ceph/pull/32228 Ali Maredia
07:19 PM rgw-testing Backport #43278: luminous: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on ubuntu
Fixed in: https://github.com/ceph/ceph/pull/32227 Ali Maredia
07:16 PM Revision ffb1ff27 (ceph): removing ubuntu specific test cases - rbd-nbd
Signed-off-by: Rachanaben Patel <racpatel@redhat.com> Rachana Patel
07:12 PM Revision cb1d71cd (ceph): nautilus: update s3-test download code for s3-test tasks
Fixes: https://tracker.ceph.com/issues/43077
- Ensure the download code for all tasks running
s3-tests is consistent...
Ali Maredia
07:11 PM Dashboard Bug #43303: mgr/dashboard: rbd-mirroring mode should be disabled when no rbd-mirroring daemon is ...
Why is it misleading? I think it's a good thing that it's telling you that mirroring isn't functioning as intended (s... Jason Dillaman
07:11 PM Revision 344e2417 (ceph): mimic: update s3-test download code for s3-test tasks
Fixes: https://tracker.ceph.com/issues/43077
- Ensure the download code for all tasks running
s3-tests is consistent...
Ali Maredia
07:06 PM Revision 7b2b22a2 (ceph): cephfs-shell is only available as a package on Ubuntu, removing
test case as its not applicable to RHEL
Signed-off-by: Rachanaben Patel <racpatel@redhat.com>
Rachana Patel
06:58 PM CephFS Bug #42088 (Fix Under Review): 'ceph -s' does not show standbys if there are no filesystems
Patrick Donnelly
06:58 PM CephFS Bug #42088 (Pending Backport): 'ceph -s' does not show standbys if there are no filesystems
Patrick Donnelly
06:57 PM Revision 6476517d (ceph): qa/tasks: nosetests -> python -m nose
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:57 PM Revision 873e1cef (ceph): mon/MDSMonitor: cleanup check_subs
Use more efficient vector to hold subs.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:41 PM Revision a91aef0a (ceph): removeing ubuntu
Signed-off-by: Rachanaben Patel <racpatel@redhat.com> Rachana Patel
06:26 PM Revision ea21829a (ceph): qa/suites/rgw: disable valgrind for tests that require py2/ubuntu
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:22 PM rgw Feature #43358 (New): multisite: sync status commands that expose timestamp comparisons for each ...
The 'radosgw-admin sync status' command shows a timestamp for the "oldest incremental change not applied", but that o... Casey Bodley
05:58 PM rgw Bug #43357 (Triaged): multisite: automatically detect radosgw-admin 'sync init' commands
radosgw-admin provides commands to clear the sync status for metadata, data, and bucket sync. the intent is to force ... Casey Bodley
05:41 PM Revision 54c5eca4 (ceph): osd/PeeringState.cc: don't let num_objects become negative
If num_objects become negative, we may end up incorrectly setting
the PG_STATE_DEGRADED flag. Instead reset num_objec...
Neha .
05:39 PM RADOS Bug #43308 (Fix Under Review): negative num_objects can set PG_STATE_DEGRADED
Neha Ojha
05:30 PM Revision 6787219e (ceph): Merge pull request #32280 from dillaman/wip-librbd-qos-test
qa/workunit/rbd: fixed QoS throughput unit parsing
Reviewed-by: Mykola Golub <mgolub@suse.com>
Jason Dillaman
05:26 PM Bug #43356 (New): [clslua] Why clslua_map_get_keys returns lua table?
According to source code of clslua_map_get_keys function returns lua table (map) with original omap keys and true ins... Alexey Knyshev
05:18 PM CephFS Bug #43039 (Need More Info): client: shutdown race fails with status 141
Jeff Layton wrote:
> (Handing back to Patrick for now)
>
> Is this problem still occurring in teuthology?
Havn...
Patrick Donnelly
04:59 PM Revision 92b0638e (ceph): Merge PR #32279 into master
* refs/pull/32279/head:
mgr/orchestrator_cli: combine all host into one 'device ls' table
python-common: 'ssd/nvme'...
Sage Weil
04:59 PM Revision 0e738af7 (ceph): Merge PR #32282 into master
* refs/pull/32282/head:
cephadm: clean up shell containers on exit
cephadm: do not force container removal on unit ...
Sage Weil
04:47 PM Revision 5a80fbe5 (ceph): qa/suites/rgw: disable remaining ragweed test
Needs to be py3 since it relies on the python bindings.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:32 PM Revision 91da2fe0 (ceph): Merge PR #32284 into master
* refs/pull/32284/head:
qa/suites/rbd/openstack: use 18.04, not 16.04
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
04:31 PM Dashboard Backport #43333 (In Progress): nautilus: mgr/dashboard: iSCSI targets not available if any iSCSI ...
Ricardo Marques
04:30 PM Dashboard Backport #43355 (In Progress): nautilus: mgr/dashboard: Javascript error when deleting an iSCSI t...
Ricardo Marques
04:30 PM Dashboard Backport #43355 (Resolved): nautilus: mgr/dashboard: Javascript error when deleting an iSCSI target
https://github.com/ceph/ceph/pull/32304 Ricardo Marques
04:29 PM Dashboard Backport #43354 (In Progress): nautilus: mgr/dashboard: Prevent deletion of iSCSI IQNs with open ...
Ricardo Marques
04:29 PM Dashboard Backport #43354 (Resolved): nautilus: mgr/dashboard: Prevent deletion of iSCSI IQNs with open ses...
https://github.com/ceph/ceph/pull/32304 Ricardo Marques
04:27 PM Dashboard Bug #41727 (Pending Backport): mgr/dashboard: Javascript error when deleting an iSCSI target
Ricardo Marques
04:27 PM Dashboard Feature #38332 (Pending Backport): mgr/dashboard: Prevent deletion of iSCSI IQNs with open sessions
Ricardo Marques
03:59 PM Revision 1e0c2e20 (ceph): cephadm: drop 'sha256:' prefix on container id
Podman doesn't include the prefix--only the (bionic) docker as far as I
can tell.
Signed-off-by: Sage Weil <sage@red...
Sage Weil
03:57 PM Revision 72ff60db (ceph): Merge pull request #32273 from changchengx/doc_libvirt
doc/rbd: refine rbd/libvirt usage
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:48 PM Revision 67cf46df (ceph): build-integration-branch: s/prefix/postfix/
prefix is not defined.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:42 PM bluestore Bug #43353 (Can't reproduce): BlueFS files read and written at the same time
Bluestore heavy loaded with rocksdb fails to compact.
It fails on check against simultaneous flushing (writing) and ...
Adam Kupczyk
03:36 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Ok, I think I've figured out what's going on with the inode number reuse.
I changed the code to not remove ino_t e...
Jeff Layton
03:30 PM Revision 068aafb2 (ceph): Merge pull request #32296 from rzarzynski/wip-seastar-pickup-futureopt
seastar: pickup the recent future optimizations.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:27 PM Revision 70bae966 (ceph): mgr/orchestrator: Rename PlacementSpec.nodes -> PlacementSpec.hosts
By definition in the orchestrator's docs, we're using `host` insted of `node`
Fixes wrong usage of PlacementSpec in ...
Sebastian Wagner
03:27 PM Revision 35909b8d (ceph): Merge pull request #32301 from tchaikov/wip-build-doc
admin/doc-requirements.txt: bump up Sphinx and breathe
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:26 PM Revision a8d03f89 (ceph): Merge pull request #32285 from liewegas/wip-py3-docs
admin/build-doc: do not use system site-packages
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Cha...
Kefu Chai
03:17 PM Revision 75c53d08 (ceph): mgr/dashboard: Check if `num_sessions` is available
Fixes: https://tracker.ceph.com/issues/41727
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
03:13 PM Revision e091a563 (ceph): mgr/dashboard: Prevent deletion of iSCSI IQNs with open sessions
Fixes: https://tracker.ceph.com/issues/38332
Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from...
Ricardo Marques
02:58 PM Revision c919080f (ceph): cephadm: check for both ntp.service and ntpd.service
Sigh...
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:50 PM Revision 1b900fc9 (ceph): Merge pull request #32263 from rosinL/fix-vcluster-stop
stop.sh: use bash shell to solve syntax error
Reviewed-by: Kotresh HR <khiremat@redhat.com>
Reviewed-by: Patrick Don...
Kefu Chai
02:47 PM Revision 92595f3f (ceph): admin/build-doc: do not use system site-packages
Don't use site-packages, since the host might have the same version, and
it won't have the ditaa and breathe.
Requir...
Sage Weil
02:27 PM Revision bb0c10e5 (ceph): admin/doc-requirements.txt: bump Sphinx and breathe
* use the latest Sphinx
* use the latest breathe. also, since there is no need to be compatible
with python2. we ca...
Kefu Chai
02:12 PM Revision 7838d3e1 (ceph): qa/workunit/rbd: fixed QoS throughput unit parsing
The 'rbd bench' command was recently modified to print IEC units
instead of bytes/sec. This broke the handling for Qo...
Jason Dillaman
02:10 PM Revision fee58593 (ceph): Merge PR #32293 into master
* refs/pull/32293/head:
script/build-integration-branch: Add usage
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:57 PM Dashboard Backport #42139 (In Progress): nautilus: mgr/dashboard: Standby Dashboards don't handle all reque...
Laura Paduano
01:52 PM Revision 702880dc (ceph): ceph.spec.in: add runtime deps for mgr-diskprediction-cloud
please note, these dependencies are not available in el7/el8, and
python2-{grpcio,protobuf} do not exist in fedora co...
Kefu Chai
01:52 PM Revision 1ae2f042 (ceph): qa/packages: do not install ceph-mgr-diskprediction-cloud by default
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:52 PM Revision 4148ff42 (ceph): qa: no need to exclude ceph-mgr-diskprediction-cloud from package list ...
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:14 PM Revision 3040ccd9 (ceph): Merge pull request #32295 from tchaikov/wip-stop.sh
stop.sh: do not try to contact mon unless cluster is up
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: ...
Kefu Chai
01:12 PM rgw Bug #43352 (Triaged): New valgrind leak in RGWHTTPManager::add_request()
It appears that req_data (rgw_http_req_data) has a refcount leak, as valgrind is reporting it as "definitely lost". ... Daniel Gryniewicz
01:02 PM Revision ef98700e (ceph): cephadm: clean up shell containers on exit
The run_cmd() was already passing --rm; do it for shell_cmd too so that
we don't leave behind a mess from shell comma...
Sage Weil
01:02 PM Revision 26f9fe54 (ceph): cephadm: do not force container removal on unit stop
The -f arg for 'podman rm' will remove the container without actually
stopping it, leaving the running containers and...
Sage Weil
12:21 PM Linux kernel client Feature #43215: kclient: send usage metrics to MDS
Will add the entry count and cap count support:... Xiubo Li
12:11 PM Revision b99b55ab (ceph): stop.sh: use ${CEPH_BIN} and -c ${conf_fn}
to make sure ${CEPH_BIN} and ${CEPH_CONF_PATH} are respected
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:11 PM Revision b92f2c05 (ceph): stop.sh: do not try to contact mon unless cluster is up
otherwise "ceph mon metadata" will hang, when we try to stop an
already-stopped cluster. and `vstart_runner.py` alway...
Kefu Chai
12:08 PM CephFS Backport #42713: nautilus: mgr: daemon state for mds not available
I'll send the backport tomorrow. Venky Shankar
11:56 AM Revision d50d1981 (ceph): seastar: pickup the recent future optimizations.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
11:42 AM rgw Bug #43339: bucket sync init command failed
... Chang Liu
09:55 AM rgw Bug #43339: bucket sync init command failed
I add some debug log, it shows that sync module could get bucket instance info. but radosgw-admin could not . as foll... Chang Liu
09:35 AM rgw Bug #43339: bucket sync init command failed
Chang Liu wrote:
> elastic search zone does not sync metadate, so all those `bucket sync *` commands are not able to...
Chang Liu
07:28 AM rgw Bug #43339: bucket sync init command failed
elastic search zone does not sync metadate, so all those `bucket sync *` commands are not able to used in elastic zone ? Chang Liu
04:58 AM rgw Bug #43339 (Can't reproduce): bucket sync init command failed
... Chang Liu
11:34 AM Revision b303e487 (ceph): vstart: Add note for nfs-ganesha dev packages
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
11:25 AM Revision f3239419 (ceph): script/build-integration-branch: Add usage
Also add a --no-date to make it possible to re-use an existing branch name
Signed-off-by: Sebastian Wagner <sebastia...
Sebastian Wagner
11:10 AM Revision 8e071c0f (ceph): mds: Reorganize class members in Server header
Fixes: https://tracker.ceph.com/issues/42867
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
10:54 AM mgr Bug #43287: HEALTH_ERR Module 'crash' has failed: time data '2019-07-06 15:5' does not match form...
Can I just delete /var/lib/ceph/crash and restart daemon to get rid of the error ? Kitt Tientanopajai
10:41 AM Revision cb7614ad (ceph): doc: update 'adding an MDS'
Fixes: https://tracker.ceph.com/issues/43162
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
10:36 AM CephFS Documentation #43162 (In Progress): doc: "adding an MDS" in deployment is out-of-date
Jos Collin
10:34 AM Dashboard Feature #43351 (New): mgr/dashboard: [RFC] Actions assistant
Not sure if this is needed for all pages but it could help users.
I just looked at the OSD page which is crowed by...
Stephan Müller
09:57 AM Revision 8186dd98 (ceph): Merge pull request #32207 from bk201/wip-43136
mgr/dashboard: Fix OSD IDs are not displayed when using cephadm backend
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com...
Laura Paduano
09:52 AM Revision 6373f8c7 (ceph): doc: add config help/get/set section for runtime client configuration
Fixes: http://tracker.ceph.com/issues/41688
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
09:38 AM rgw Bug #43350 (Resolved): rgw: bucket with custom placement failed to be synced to target zone
We encountered a problem when using elasticsearch synchronization. The bucket with custom placement failed to be sync... Jiahui Zeng
09:27 AM CephFS Feature #43349 (Fix Under Review): mgr/volumes: provision subvolumes with config metadata storage...
Venky Shankar
09:25 AM CephFS Feature #43349 (Resolved): mgr/volumes: provision subvolumes with config metadata storage in cephfs
Patrick had this idea a while back, but this never got implemented. Currently, there is no storage area when a subvol... Venky Shankar
09:20 AM CephFS Backport #43348 (Resolved): nautilus: mds: crash(FAILED assert(omap_num_objs <= MAX_OBJECTS))
https://github.com/ceph/ceph/pull/32756 Nathan Cutler
09:20 AM CephFS Backport #43347 (Resolved): mimic: mds: crash(FAILED assert(omap_num_objs <= MAX_OBJECTS))
https://github.com/ceph/ceph/pull/32757 Nathan Cutler
09:19 AM RADOS Backport #43346 (Resolved): nautilus: short pg log + cache tier ceph_test_rados out of order reply
https://github.com/ceph/ceph/pull/32848 Nathan Cutler
09:18 AM CephFS Backport #43345 (Resolved): nautilus: mds: metadata changes may be lost when MDS is restarted
https://github.com/ceph/ceph/pull/30843 Nathan Cutler
09:18 AM CephFS Backport #43344 (Rejected): mimic: mds: metadata changes may be lost when MDS is restarted
Nathan Cutler
09:17 AM Revision 7edfae2b (ceph): mon/PGMap: include per-pool num_pg_by_state in summary
We had this globally, but it's useful to have the per-pool breakdowns,
especially when we don't want to pull the deta...
xie xingguo
09:16 AM CephFS Backport #43343 (Resolved): nautilus: mds: client does not response to cap revoke After session s...
https://github.com/ceph/ceph/pull/32909 Nathan Cutler
09:16 AM CephFS Backport #43342 (Rejected): mimic: mds: client does not response to cap revoke After session stal...
Nathan Cutler
09:15 AM ceph-volume Backport #43341 (Resolved): nautilus: add deactivate unit tests
https://github.com/ceph/ceph/pull/32863 Nathan Cutler
09:15 AM ceph-volume Backport #43340 (Resolved): mimic: add deactivate unit tests
https://github.com/ceph/ceph/pull/32862 Nathan Cutler
09:15 AM Revision 0f0ae55a (ceph): Merge pull request #32266 from xiexingguo/wip-balancer-efficiency-1
mgr/balancer: avoid pulling pg_dump twice
Reviewed-by: Sage Weil <sage@redhat.com>
Xie Xingguo
09:12 AM Revision c915cd08 (ceph): mgr/ssh: Fix remove_osds()
Changed signature from `(str) -> ...` to `(List[str]) -> ...`
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse...
Sebastian Wagner
08:45 AM Dashboard Feature #24655 (In Progress): mgr/dashboard: Enforce password change upon first login
Tatjana Dehler
08:29 AM Revision 1886e5d1 (ceph): Merge pull request #32237 from tchaikov/wip-cmake-rdkafka
cmake: check version of librdkafka
Reviewed-by: Yuval Lifshitz <yuvalif@yahoo.com>
Kefu Chai
08:25 AM Revision c5fbbe97 (ceph): stop.sh: Add option to kill Ganesha daemons
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
08:23 AM Revision 11b42275 (ceph): vstart: Add option to deploy ganesha daemons
To create Ganesha daemons with vstart following packages needs to be installed:
nfs-ganesha nfs-ganesha-ceph nfs-gane...
Varsha Rao
08:08 AM ceph-volume Bug #43330 (Pending Backport): add deactivate unit tests
Jan Fajerski
06:47 AM RADOS Bug #41950 (Can't reproduce): crimson compile
Kefu Chai
06:46 AM RADOS Bug #41950: crimson compile
i assume that you were trying to compile crimson-osd not crimson-old. please check the submodule of seastar to unders... Kefu Chai
05:06 AM CephFS Backport #43338 (In Progress): nautilus: qa/tasks: add remaining tests for fs volume
Jos Collin
04:28 AM CephFS Backport #43338 (Resolved): nautilus: qa/tasks: add remaining tests for fs volume
https://github.com/ceph/ceph/pull/33122/ Jos Collin
04:03 AM Revision 6b009b49 (ceph): Merge pull request #31144 from badone/wip-use-dnf-on-rhel-or-centos-8
install-deps.sh: Use dnf for rhel/centos 8
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:30 AM CephFS Bug #43326: mds: batch getattr/lookup bug
One symptom is client lookup request hang Zheng Yan
01:27 AM CephFS Feature #43337 (New): fs: support relatime correctly for CephFS
As of now, CephFS does not seem to handle atime.
The relatime mount option (since Linux 2.6.30) is meant to not o...
Oliver Freyermuth
12:31 AM CephFS Bug #42872 (Pending Backport): qa/tasks: add remaining tests for fs volume
Patrick Donnelly
12:30 AM Revision b31a0200 (ceph): Merge PR #31884 into master
* refs/pull/31884/head:
qa/tasks: Fix the volume ls in test_volume_rm
qa/tasks: tests for 'fs volume create' and 'f...
Patrick Donnelly
12:09 AM Revision 05b8932e (ceph): Merge PR #29059 into master
* refs/pull/29059/head:
mds: complete all the replay op when mds is restarted ,no matter the session is closed or no...
Patrick Donnelly
12:08 AM CephFS Bug #40784 (Pending Backport): mds: metadata changes may be lost when MDS is restarted
Patrick Donnelly
12:06 AM CephFS Bug #42826 (Pending Backport): mds: client does not response to cap revoke After session stale->r...
Patrick Donnelly
12:06 AM Revision 77f7b8d9 (ceph): Merge PR #31662 into master
* refs/pull/31662/head:
mds: fix revoking caps after after stale->resume circle
client: fix incorrect debug message...
Patrick Donnelly
12:04 AM Revision 72901b13 (ceph): Merge PR #32162 into master
* refs/pull/32162/head:
qa: note timeout in debug message
Reviewed-by: Sage Weil <sage@redhat.com>
Patrick Donnelly
12:04 AM CephFS Cleanup #42464 (Resolved): mds: reorg MDSMap header
Patrick Donnelly
12:04 AM Revision d7af29a8 (ceph): Merge PR #31118 into master
* refs/pull/31118/head:
mds: Reorganize class members in MDSMap header
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
12:02 AM Revision fd16bddc (ceph): Merge PR #31123 into master
* refs/pull/31123/head:
mds : optimization functions,get_dirfrags_under, to speed up processing directories with ten...
Patrick Donnelly
12:01 AM Revision 333e9383 (ceph): Merge PR #31595 into master
* refs/pull/31595/head:
mds: optimize function, fragset_t::simplify, to improve the efficiency of merging fragment
...
Patrick Donnelly
12:00 AM CephFS Bug #36094 (Pending Backport): mds: crash(FAILED assert(omap_num_objs <= MAX_OBJECTS))
Patrick Donnelly
12:00 AM Revision a80fd8bc (ceph): Merge PR #32020 into master
* refs/pull/32020/head:
mds: fix assert(omap_num_objs <= MAX_OBJECTS) of OpenFileTable
Reviewed-by: Patrick Donnell...
Patrick Donnelly

12/16/2019

11:59 PM Revision 4ef03107 (ceph): qa: note timeout in debug message
Some tests set this to a dynamic value, it'd be helpful to know how long
a test is planning to wait.
Signed-off-by: ...
Patrick Donnelly
11:58 PM CephFS Feature #43182 (Resolved): mds: increase default cache size to 4GB
Patrick Donnelly
11:57 PM Revision 71df46d5 (ceph): Merge PR #32042 into master
* refs/pull/32042/head:
mds: update default MDS cache size memory limit
common/options: note runtime effect for som...
Patrick Donnelly
11:34 PM CephFS Bug #43336 (Resolved): qa: test_unmount_for_evicted_client hangs
... Patrick Donnelly
11:11 PM Revision a9ee4bcf (ceph): qa/suites/rbd/openstack: use 18.04, not 16.04
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:10 PM bluestore Bug #42913 (Fix Under Review): nautilus: cram test fails with _do_alloc_write failed with (28) No...
We need to increase the block size.
[ubuntu@smithi076 ceph]$ ceph osd df
ID CLASS WEIGHT REWEIGHT SIZE RAW USE...
Neha Ojha
07:53 PM bluestore Bug #42913: nautilus: cram test fails with _do_alloc_write failed with (28) No space left on device
... Neha Ojha
11:03 PM Revision 2c655f25 (ceph): src/test/cli-integration/rbd/snap-diff.t: python -> python
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:03 PM Revision fc684093 (ceph): qa/tasks/rbd_fio: fio 2.21 -> 3.16
2.21 doesn't build on el8; 3.16 does.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:02 PM Revision 889446a5 (ceph): qa/workunits: use nose 3
Ubuntu is /usr/bin/nosetests3, el is /usr/bin/nosetests-3, so do neither.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:00 PM Revision 324621e4 (ceph): os/bluestore: default bluestore_block_size 1T -> 100G
This makes vstart *way* faster. This option is only really relevant
for dev test environments. We bumped it up back...
Sage Weil
10:52 PM Revision 86d8fb5d (ceph): Merge pull request #32227 from alimaredia/wip-s3-tests-branch-name-refa...
luminous: update s3-test download code for s3-test tasks
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
10:51 PM rgw Backport #43013: luminous: rgw: crypt: permit RGW-AUTO/default with SSE-S3 headers
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31860
merged
Yuri Weinstein
10:51 PM Revision b932ade3 (ceph): Merge pull request #31860 from smithfarm/wip-43013-luminous
luminous: rgw: crypt: permit RGW-AUTO/default with SSE-S3 headers
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
10:50 PM Revision 7b2d8180 (ceph): Merge pull request #32034 from cbodley/wip-qa-rgw-swift-luminous
luminous: qa/rgw: add missing force-branch: ceph-luminous for swift tasks
Reviewed-by: Yuri Weinstein <yweinste@redh...
Yuri Weinstein
10:49 PM rgw Backport #43234: luminous: rgw: radosgw_admin teuthology task: No module named bunch
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/32215
merged
Yuri Weinstein
10:49 PM Revision 0dac8922 (ceph): Merge pull request #32215 from smithfarm/wip-43234-luminous
luminous: tests: radosgw-admin: remove dependency on bunch package
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
10:40 PM Revision 17355487 (ceph): luminous: update s3-test download code for s3-test tasks
- Ensure the download code for all tasks running
s3-tests is consistent.
- Simplify download code to only use the con...
Ali Maredia
10:36 PM RADOS Bug #43296 (Need More Info): Ceph assimilate-conf results in config entries which can not be removed
Can you attach the (relevant) output from "ceph config-key dump | grep config"? I think the keys are being installed... Sage Weil
10:22 PM RADOS Bug #43296: Ceph assimilate-conf results in config entries which can not be removed
Might be related to #42964? Patrick Donnelly
10:13 PM mgr Feature #43323 (Fix Under Review): restful allows basic authentication to be disabled
Patrick Donnelly
02:37 AM mgr Feature #43323 (Fix Under Review): restful allows basic authentication to be disabled
When using a ceph cluster in an intranet environment, we may not need to enable basic HTTP authentication. Whether to... shi liu
10:06 PM RADOS Bug #43334 (Resolved): nautilus: rados/test_envlibrados_for_rocksdb.sh broken packages with ubunt...
Run: http://pulpito.ceph.com/yuriw-2019-12-15_16:25:11-rados-wip-yuri-nautilus-baseline_12.13.19-distro-basic-smithi/... Yuri Weinstein
10:06 PM Support #43253 (Closed): How to issue log messages in library code
Greg Farnum
09:19 PM Dashboard Feature #43260 (In Progress): mgr/dashboard: Support creating a placement rule that targets a spe...
Ricardo Marques
09:17 PM Dashboard Backport #43333 (Resolved): nautilus: mgr/dashboard: iSCSI targets not available if any iSCSI gat...
https://github.com/ceph/ceph/pull/32304 Ricardo Marques
09:16 PM Revision 7c53a69e (ceph): include: codify the ownership change of the map
Caller must explicitly std::move it.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:16 PM Revision b6a742d6 (ceph): include: fix interval_set const_iterator call operator type
To simplify the code, this also updates the header to use `auto` for
type deduction.
Signed-off-by: Patrick Donnelly...
Patrick Donnelly
09:16 PM Revision 3f1bb9d7 (ceph): test: use interval_set pair type
This fixes a compiler error.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:16 PM Revision fe2a3597 (ceph): osd: fix type of osd_recover_clone_overlap_limit
To avoid signed/unsigned comparison warnings.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:16 PM Revision 46cf7ee2 (ceph): osd: used unsigned interval limit
To avoid signed/unsigned comparison warnings.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:16 PM Revision 817cc50f (ceph): include: add detach method
This makes the intent clear and avoids passing the output map to do the move.
Signed-off-by: Patrick Donnelly <pdonn...
Patrick Donnelly
09:16 PM Dashboard Bug #42687 (Pending Backport): mgr/dashboard: iSCSI targets not available if any iSCSI gateway is...
Ricardo Marques
08:48 PM Revision 2c1dde3b (ceph): qa/suites/rgw: pin swift tests to py2/ubuntu
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:36 PM RADOS Bug #38358 (Pending Backport): short pg log + cache tier ceph_test_rados out of order reply
Seen in nautilus: /a/yuriw-2019-12-15_16:25:11-rados-wip-yuri-nautilus-baseline_12.13.19-distro-basic-smithi/4605500/ Neha Ojha
08:14 PM Revision 2ebb8e78 (ceph): osd/MissingLoc.cc: do not rely on missing_loc_sources only
In 624ade487ea4aeaf988cc1767e0b293f76addd5b, we relied on missing_loc_sources
to check for strays and remove an OSD f...
Neha Ojha
07:57 PM Revision 0172dab4 (ceph): Merge PR #32275 into master
* refs/pull/32275/head:
qa/suites/upgrade: all upgrades to octopus on ubuntu only
Reviewed-by: Neha Ojha <nojha@red...
Sage Weil
07:55 PM Revision 49032edf (ceph): Merge pull request #32135 from jecluis/wip-telemetry-luminous
luminous: telemetry module for mgr
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
07:44 PM Revision 7a175637 (ceph): Merge pull request #32274 from dillaman/wip-rbd-mirror-test
rbd-mirror: ensure deterministic ordering of method calls
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Jason Dillaman
07:26 PM Bug #43285 (Resolved): Use of /home in cephadm RPM packaging violates openSUSE packaging policies
Sage Weil
07:26 PM ceph-volume Bug #43330 (Resolved): add deactivate unit tests
Sage Weil
04:05 PM ceph-volume Bug #43330 (Resolved): add deactivate unit tests
Jan Fajerski
07:26 PM Revision eedb3ab2 (ceph): Merge PR #32212 into master
* refs/pull/32212/head:
rpm/cephadm: start description and summary with capital letter
rpm/cephadm: move HOMEDIR to...
Sage Weil
07:26 PM Revision 62f05f99 (ceph): Merge PR #32277 into master
* refs/pull/32277/head:
lvm/deactivate: add unit tests, remove --all
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:58 PM Revision dc621104 (ceph): mgr/orchestrator_cli: make 'device ls' table formatting consistent
- all caps headers
- align left by default
- reorder columns
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:58 PM Revision e78cd9c5 (ceph): python-common: 'ssd/nvme' -> 'ssd'
NVMe's are generally 'solid state disks'. More importantly, NVMe is an
interface, not a device type, and there is ta...
Sage Weil
06:58 PM Revision 594179f1 (ceph): mgr/orchestrator_cli: combine all host into one 'device ls' table
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:41 PM Revision 462ee827 (ceph): qa/suites/upgrade: all upgrades to octopus on ubuntu only
We cannot do a traditional upgrade (install old package, start cluster,
install new package, ...) because nautilus is...
Sage Weil
06:14 PM Revision 48e14037 (ceph): Merge pull request #32217 from trociny/wip-41557-2
librbd: explicitly specify mode on mirror image enable
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:47 PM Messengers Bug #43332 (Resolved): mon: segv in msg following "do not register lossy client connections"
I've been seeing a mon segfault in current master (c28876f0084d583de0550b105c2ae45222fd30e8) which can be consistentl... David Disseldorp
05:47 PM Revision 73c27795 (ceph): qa/suites/rgw: ragweed on ubuntu
ragweed uses nosetests; stick to py2 for now.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:37 PM Revision 5b4e9de5 (ceph): qa/suites: run s3tests on ubuntu
Note that this does not capture the rgw/website test on valgrind, since
valgrind is centos only.
Signed-off-by: Sage...
Sage Weil
04:59 PM CephFS Bug #42365: client: FAILED assert(dir->readdir_cache[dirp->cache_index] == dn)
ceph-post-file: 123801df-99cc-4c0a-a76c-9b6c8a614394 Xiaoxi Chen
03:51 PM CephFS Bug #42365: client: FAILED assert(dir->readdir_cache[dirp->cache_index] == dn)
hit 3 more times in 13.2.5, I had catch a coredump Xiaoxi Chen
04:46 PM Revision 29937585 (ceph): qa/tasks/cbt: install python3 deps
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:42 PM Messengers Bug #43044 (Fix Under Review): parse dpdk coremask occur out of range while using stoull
Kefu Chai
04:38 PM Revision 946b8cbc (ceph): Merge pull request #32154 from ceph/force_python3
forcing tests to start using python3 in virtualenv Vasu Kulkarni
04:15 PM Revision c13901f9 (ceph): lvm/deactivate: add unit tests, remove --all
Remove the --all flag until its actually implemented.
Fixes: https://tracker.ceph.com/issues/43330
Signed-off-by: J...
Jan Fajerski
04:04 PM Revision ff115188 (ceph): Merge PR #32198 into master
* refs/pull/32198/head:
cephadm: Fix Python2.7 isssue
cephadm: fix how uid/gid is determined
cephadm: add sample c...
Sage Weil
04:03 PM Revision 88ad6538 (ceph): rpm/cephadm: start description and summary with capital letter
This commit fixes RPMLINT issue:
cephadm.x86_64: E: summary-not-capitalized (Badness: 20) C cephadm utility to boots...
Nathan Cutler
04:03 PM Revision f05a769e (ceph): rpm/cephadm: move HOMEDIR to /var/lib and make scriptlets idempotent on...
Also introduce a cephadm group. Since the cephadm package does not
require ceph-common, the ceph group is not availab...
Nathan Cutler
03:52 PM Revision 5c2ea06d (ceph): doc/cleanup: drop repo-access.rst
This is an older document containing some notes on GitHub branches, etc.
The information it contains is now covered e...
Nathan Cutler
03:49 PM Revision 282ac64b (ceph): librados: fix leak in getxattr and getxattrs
Issue was related to missing put() on AioCompletionImpl.
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
Adam Kupczyk
03:32 PM mgr Bug #43317: high CPU usage, ceph-mgr very slow or unresponsive following upgrade from Nautilus v1...
I can confirm the high cpu usage on our cluster after upgrading to 14.2.5.
MGR was unresponsive and crashing all t...
Alex Walender
03:18 PM Dashboard Backport #40056: nautilus: mgr/dashboard: Use serial RGW Admin OPS API calls
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31569
m...
Nathan Cutler
12:58 PM Dashboard Backport #40056 (Resolved): nautilus: mgr/dashboard: Use serial RGW Admin OPS API calls
Lenz Grimmer
03:17 PM Dashboard Backport #40838: nautilus: mgr/dashboard: Disable event propagation in the helper icon
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31566
m...
Nathan Cutler
12:23 PM Dashboard Backport #40838 (Resolved): nautilus: mgr/dashboard: Disable event propagation in the helper icon
Lenz Grimmer
03:17 PM Dashboard Backport #42880: nautilus: mgr/dashboard: OSD throughput sparkline graphic has `undefined` in too...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31737
m...
Nathan Cutler
10:20 AM Dashboard Backport #42880 (Resolved): nautilus: mgr/dashboard: OSD throughput sparkline graphic has `undefi...
Lenz Grimmer
02:46 PM Revision 29772bf2 (ceph): rbd-mirror: ensure deterministic ordering of method calls
The mock tests will require method calls in a known order. Previously
different environments could evaluate the param...
Jason Dillaman
02:35 PM CephFS Bug #43329 (Resolved): cephfs-shell: AttributeError when undefined an conf opt is attemptted to read
conf_get() from pybind/cephfs/cephfs.pyx returns None when passed argument is not present as config file option which... Rishabh Dave
02:28 PM Revision c28876f0 (ceph): Merge pull request #32211 from rhcs-dashboard/43284-fix-frontend-e2e-sc...
mgr/dashboard: run-frontend-e2e-tests.sh: allow user defined BASE_URL…
Reviewed-by: Tiago Melo <tmelo@suse.com>
Revi...
Laura Paduano
02:27 PM Revision f052fbb5 (ceph): Merge pull request #31819 from ricardoasmarques/wip-42687
mgr/dashboard: iSCSI targets not available if any gateway is down
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-...
Laura Paduano
01:59 PM Linux kernel client Bug #43272: unable to handle kernel NULL pointer at __ceph_remove_cap+0x2a/0x220
Jeff Layton wrote:
> I think after going over this a few times, this problem has already been fixed upstream with co...
Lei Liu
01:38 PM Linux kernel client Bug #43272: unable to handle kernel NULL pointer at __ceph_remove_cap+0x2a/0x220
I think after going over this a few times, this problem has already been fixed upstream with commit d6e47819721ae2d. ... Jeff Layton
01:27 PM CephFS Bug #43248 (In Progress): cephfs-shell: do not drop into shell after running command-line command
Rishabh Dave
01:17 PM Orchestrator Bug #43223 (Resolved): mgr/cephadm: blink LED light on the wrong device path
Sage Weil
01:16 PM Revision 0e2d4655 (ceph): common/blkdev: factor get_device_metadata out of mon, osd
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:16 PM Revision 74e49d5c (ceph): common/blkdev: include by-path path for each device in metadata
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:16 PM Revision 2c0fd7d8 (ceph): mgr: report device by-path paths too
I'm leaving this out of the 'device ls[-*]' human output because the
paths are usually quite long, but it's in the js...
Sage Weil
01:15 PM Revision 0f68bec9 (ceph): Merge PR #32246 into master
* refs/pull/32246/head:
mgr/cephadm: remove redundant /dev when blinking device light
Reviewed-by: Sebastian Wagner...
Sage Weil
12:57 PM Revision c1aa1dfc (ceph): nautilus: mgr/dashboard: Use serial RGW Admin OPS API calls (#31569)
nautilus: mgr/dashboard: Use serial RGW Admin OPS API calls
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-...
Lenz Grimmer
12:40 PM RADOS Bug #43174 (New): pgs inconsistent, union_shard_errors=missing
Hmm this may be something else then. David, does it look familiar? Greg Farnum
12:23 PM Dashboard Bug #40715 (Resolved): mgr/dashboard: Disable event propagation in the helper icon
Lenz Grimmer
12:22 PM Revision 6b191010 (ceph): nautilus: mgr/dashboard: Disable event propagation in the help… (#31566)
nautilus: mgr/dashboard: Disable event propagation in the helper icon
Reviewed-by: Ernesto Puerta <epuertat@redhat.c...
Lenz Grimmer
12:01 PM Linux kernel client Feature #43215: kclient: send usage metrics to MDS
For both dentry lease and caps perf metric we will only count the hit/miss info triggered from the vfs calls, for the... Xiubo Li
11:53 AM Revision cd1dadd3 (ceph): Merge pull request #32257 from dillaman/wip-41556
rbd-mirror: extract journal replaying logic from image replayer
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
11:49 AM Revision e16ac017 (ceph): doc/rbd: remind Selinux/AppArmor effect on libvirtd
If libvird is under Selinux/Apparmor enforced mode, libvirtd
may not be enable to do some operatoins on the rbd image...
Changcheng Liu
11:49 AM Revision 767161a3 (ceph): doc/rbd: correct software stack of VM with Ceph
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com> Changcheng Liu
11:44 AM Revision b7a40007 (ceph): mgr/dashboard: Use @raise_if_no_orchestrator
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
11:43 AM Revision 4f1809a0 (ceph): mgr/dashboard: Throw a more meaningful exception
When the orchestrator is not available, a HTTP 503 error was
thrown. This results in a non meaningful error message i...
Volker Theile
11:38 AM Revision 722e2d08 (ceph): rgw: refine es related coroutines
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
11:27 AM Dashboard Feature #40702 (Fix Under Review): mgr/dashboard: Allow expanding/collapsing the data table
Lenz Grimmer
11:19 AM Revision d4ce0cca (ceph): cephadm: Fix Python2.7 isssue
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
10:20 AM Dashboard Bug #41656 (Resolved): mgr/dashboard: OSD throughput sparkline graphic has `undefined` in tooltip
Lenz Grimmer
10:19 AM Revision 99e65c89 (ceph): nautilus: mgr/dashboard: Remove title from sparkline tooltips (#31737)
nautilus: mgr/dashboard: Remove title from sparkline tooltips
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Re...
Lenz Grimmer
10:04 AM Dashboard Feature #38287 (Resolved): mgr/dashboard: Manage CephFS quotas
Ricardo Marques
10:01 AM Revision 4b613544 (ceph): mgr/orchestrator: Raise more expressive Error, if completion already fi...
Eases debugging of tracebacks.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
09:55 AM Revision 1143de2f (ceph): mgr/dashboard: CephFS quota management (#31811)
mgr/dashboard: CephFS quota management
Reviewed-by: Patrick Seidensal <pnawracay@suse.com>
Reviewed-by: Ricardo Marq...
Lenz Grimmer
09:52 AM Dashboard Feature #42064 (Resolved): mgr/dashboard: add smartctl data as an details tab of a host
Lenz Grimmer
09:50 AM Dashboard Feature #40329 (Resolved): mgr/dashboard: It should be possible to set an expiration date for the...
Lenz Grimmer
09:49 AM Revision efdcbcc6 (ceph): mgr/dashboard: add password expiration date (#30939)
mgr/dashboard: add password expiration date
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tiago Mel...
Lenz Grimmer
09:47 AM Dashboard Feature #42609 (Resolved): mgr/dashboard: Add support for blinking enclosure LEDs
Lenz Grimmer
09:45 AM Revision b5570e41 (ceph): mgr/dashboard: Explicitly set the device class of an OSD
Fixes: https://tracker.ceph.com/issues/43197
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
09:45 AM Dashboard Feature #43179 (Resolved): mgr/dashboard: Display and allow sorting by an OSD's default device cl...
Lenz Grimmer
09:44 AM rgw Support #43327 (New): rgw multisite: sync errors after enabling
Hi,
We're doing some testing with a trial deployment running version 14.2.2 in containers. We had a single site sy...
David Piper
09:42 AM Revision 523bec20 (ceph): mgr/dashboard: Display OSD device class in OSD list (#32092)
mgr/dashboard: Display OSD device class in OSD list
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tatj...
Lenz Grimmer
09:30 AM Revision 0a83d900 (ceph): Merge pull request #31815 from tchaikov/wip-mgr-dashboard-gevent
mgr/dashboard: install teuthology using pip
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Ernesto Puertat <e...
Kefu Chai
09:20 AM Dashboard Bug #43263 (Pending Backport): mgr/dashboard: RGW subuser S3 key not auto-generated.
Lenz Grimmer
08:40 AM RADOS Feature #43324: Make zlib windowBits configurable for compression
Xiyuan Wang wrote:
> Now the zlib windowBits is hardcoding as -15[1]. But it should be set to different value for di...
Xiyuan Wang
03:38 AM RADOS Feature #43324 (Resolved): Make zlib windowBits configurable for compression
Now the zlib windowBits is hardcoding as -15[1]. But it should be set to different value for different case.
Accor...
Xiyuan Wang
08:28 AM Revision 2cd512ed (ceph): rgw: get elastic search info in start_sync, avoid creating new coroutin...
Fixes: https://tracker.ceph.com/issues/43199
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
Chang Liu
08:24 AM Revision 678b5373 (ceph): librbd: explicitly specify mode on mirror image enable
- don't use journaling feature to chose the mode;
- provide new API function mirror_image_enable2;
- return back the ...
Mykola Golub
08:24 AM Revision 144c885d (ceph): rbd: allow to specify mode on mirror image enable
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
08:24 AM Revision 7171049f (ceph): rbd: improve mirror snapshot list formatting for status command
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
08:24 AM Revision 1fb9a740 (ceph): rbd: show mirror mode in image info
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
08:20 AM CephFS Bug #43326 (Fix Under Review): mds: batch getattr/lookup bug
Zheng Yan
08:13 AM CephFS Bug #43326 (Resolved): mds: batch getattr/lookup bug
Zheng Yan
08:12 AM Revision d595a4c5 (ceph): mds: only enable batch getattr/lookup for non-snap request.
MDS may cow dentry/inode. After COWing, batch getattr/lookup for snap
request can be attched to wrong object.
Signed...
Yan, Zheng
08:01 AM Revision 1a9a06c3 (ceph): mds: pin dentry when attaching batch lookup to it
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
07:27 AM RADOS Backport #43325 (In Progress): luminous: wrong datatype describing crush_rule
Deepika Upadhyay
07:24 AM RADOS Backport #43325 (New): luminous: wrong datatype describing crush_rule
Deepika Upadhyay
07:24 AM RADOS Backport #43325 (Resolved): luminous: wrong datatype describing crush_rule
https://github.com/ceph/ceph/pull/32267 Deepika Upadhyay
07:26 AM Revision 68ef669d (ceph): doc/rados/operations: crush_rule is a name
like
```
ceph osd pool set <pool-name> crush_rule <rule-name>
```
where `<rule-name>` is a string instead of a number...
Kefu Chai
06:14 AM Revision 1b4b061e (ceph): mgr/balancer: avoid pulling pg_dump twice
For large cluster with thousands of osds/pgs, it may take
seconds even mitutes to refresh the relevant stats.
Since w...
xie xingguo
06:06 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
I'll setup a centos env and first test it there. I'll also build a new OpenSuse env and test it with the rpms, so att... Matthew Oliver
03:50 AM Revision 2a33ccb5 (ceph): Removing distros othern than rhel 7.x and rhel 8.x
Signed-off-by: Rachanaben Patel <racpatel@redhat.com> Rachana Patel
03:13 AM Revision 7f853706 (ceph): tool: make the use of parameters unambiguous
changed the usage of parameter, readable:
--readable=0 ==> --readable
Signed-off-by: simon gao <simon29rock@gm...
simon gao
02:43 AM Revision f2b3ea81 (ceph): stop.sh: use bash shell to solve syntax error
When running on ubuntu 18.04 for aarch64, there is syntax error in
line 52, caused by the /bin/sh is defalut to dash,...
Rixin Luo
01:15 AM Revision 0d36eb58 (ceph): rbd-mirror: switch image replayer to new standalone journal replayer
Remove all the original journal replaying code embedded in the image
replayer and instead rely on the new journal rep...
Jason Dillaman
01:08 AM Revision 8a9a1bf6 (ceph): rbd-mirror: moved image asok/perf counter name helper to utils
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:08 AM Revision 2df70c2e (ceph): rbd-mirror: extract journal replay logic to its own class
This will help to greatly reduce the journal-specific code in the
current image replayer.
Signed-off-by: Jason Dilla...
Jason Dillaman
01:03 AM Revision f7f6b5d1 (ceph): rbd-mirror: drop 'using namespace' in image replayer state machine
This is going to cause conflicts w/ the '::journal' namespace and
future 'rbd::mirror::image_replayer::journal' names...
Jason Dillaman
01:03 AM Revision 799dfc2d (ceph): rbd-mirror: moved replay status formatter to sub-namespace
The current implementation is tied to journal-based replaying so
move it down into a new journal sub-namespace.
Sign...
Jason Dillaman
01:03 AM Revision 975c9047 (ceph): rbd-mirror: moved event pre-processor to sub-namespace
The current implementation is tied to journal-based replaying so
move it down into the journal sub-namespace.
Signed...
Jason Dillaman

12/15/2019

11:46 PM Revision 25a3c76f (ceph): Merge pull request #32142 from changchengx/doc_libvirt
doc/rbd: simplify libvirt usage
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:29 PM Revision e7c21f60 (ceph): Merge pull request #32243 from trociny/wip-43289
rbd-mirror: fix race on namespace replayer initialization failure
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:28 PM Revision d9ad7191 (ceph): Merge pull request #32184 from trociny/wip-43004
rbd-mirror: rename per-image replication perf counters
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Reviewed-by: J...
Jason Dillaman
11:27 PM Revision 7f96c28e (ceph): Merge pull request #32113 from lixiaoy1/master
librbd: finish write request early
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
10:40 PM Revision 73f0c629 (ceph): Merge PR #32251 into master
* refs/pull/32251/head:
mds/MDSDaemon: fix asok 'exit' and 'respawn' commands
Reviewed-by: Patrick Donnelly <pdonne...
Sage Weil
10:04 PM RADOS Documentation #41389 (Pending Backport): wrong datatype describing crush_rule
Nathan Cutler
07:08 PM Revision 65e54703 (ceph): Merge PR #32260 into master
* refs/pull/32260/head:
.organizationmap: Wido 42on -> 42on
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
07:00 PM Revision bcf520a0 (ceph): cephadm: support deployment of prometheus
Initial support to enable cephadm to deploy
monitoring containers like prometheus. This
patch adds support for promet...
Paul Cuzner
07:00 PM Revision 0c50249a (ceph): cephadm: add sample configuration for prometheus
Provides an example definition that sets up an
initial prometheus server with a scrape of itself.
Signed-off-by: Pau...
Paul Cuzner
07:00 PM Revision 46252558 (ceph): cephadm: fix how uid/gid is determined
The uid/gid is determined by looking at file ownership. It
was looking at /etc/ceph, but on current builds this is ow...
Paul Cuzner
04:21 PM Revision 30235818 (ceph): .organizationmap: Wido 42on -> 42on
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:57 PM Revision 7a41371c (ceph): osd/PG: fix _finish_recovery vs repair race
On detecting a corrupted object, primary may automatically
repair that object by leveraging the existing recovery pro...
xie xingguo
03:55 PM RADOS Bug #38076 (Resolved): osds allows to partially start more than N+2
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:54 PM ceph-volume Backport #43322 (Resolved): mimic: ceph-volume lvm batch wrong partitioning with multiple osd per...
https://github.com/ceph/ceph/pull/32875 Nathan Cutler
03:54 PM ceph-volume Backport #43321 (Resolved): nautilus: ceph-volume lvm batch wrong partitioning with multiple osd ...
https://github.com/ceph/ceph/pull/32874 Nathan Cutler
03:54 PM Revision 8ba6679b (ceph): osd/MissingLoc, PeeringState: remove osd from missing loc in purge_stra...
We should always try to keep osds in missing_loc consistent with peer_missing
and peer_info. When we remove an osd fr...
Neha Ojha
03:53 PM RADOS Feature #40528 (Resolved): Better default value for osd_snap_trim_sleep
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
03:53 PM RADOS Backport #43320 (Resolved): mimic: PeeringState::GoClean will call purge_strays unconditionally
https://github.com/ceph/ceph/pull/33329 Nathan Cutler
03:53 PM RADOS Backport #43319 (Resolved): nautilus: PeeringState::GoClean will call purge_strays unconditionally
https://github.com/ceph/ceph/pull/32847 Nathan Cutler
03:49 PM Backport #43243 (In Progress): nautilus: "SELinux denials found" in ceph-deploy
Nathan Cutler
03:48 PM Backport #43244 (In Progress): mimic: "SELinux denials found" in ceph-deploy
Nathan Cutler
03:47 PM Revision 9d3151f9 (ceph): selinux: Allow ceph to read udev db
We are using libudev and reading the udev db files because of that. We
need to allow ceph to access these files in th...
Boris Ranto
02:16 PM Revision 1f8e3bd5 (ceph): cmake: check version of librdkafka
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:27 PM RADOS Bug #42328: osd/PrimaryLogPG.cc: 3962: ceph_abort_msg("out of order op")
Looking at the historical test runs, it seems to have started after [1] but before [2].
[1] http://pulpito.ceph.co...
Jason Dillaman
01:30 AM RADOS Bug #42328: osd/PrimaryLogPG.cc: 3962: ceph_abort_msg("out of order op")
http://qa-proxy.ceph.com/teuthology/teuthology-2019-12-02_02:01:02-rbd-master-distro-basic-smithi/4559106/teuthology.log Jason Dillaman
01:29 AM RADOS Bug #42328: osd/PrimaryLogPG.cc: 3962: ceph_abort_msg("out of order op")
http://qa-proxy.ceph.com/teuthology/jdillaman-2019-12-14_17:15:11-rbd-wip-jd-testing-distro-basic-smithi/4603518/teut... Jason Dillaman
12:20 PM Revision d19474f3 (ceph): rgw/pubsub: notification filtering by object tags
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com> Yuval Lifshitz
08:09 AM CephFS Backport #42462 (Resolved): nautilus: doc: MDS and metadata pool hardware requirements/recommenda...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31116
m...
Nathan Cutler
08:08 AM Dashboard Backport #42948: nautilus: mgr/dashboard: restored RBD image's name is incorrect if the new image...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31810
m...
Nathan Cutler
06:55 AM RADOS Bug #43318 (Need More Info): monitor mark all services(osd mgr) down
Suddenly, all mgrs and osds in my cluster began to be set to down by the monitor.
the log of monitor like this
```
...
simon gao
01:43 AM Revision cd780f10 (ceph): Merge PR #32158 into master
* refs/pull/32158/head:
cephadm: fix exception when no time sync is running
cephadm: properly extract osd fsid duri...
Sage Weil
12:12 AM Revision 3e4222ce (ceph): cephadm: properly extract osd fsid during adoption
This needs to be passed to the deploy_daemon_units method so that we can
set up the pre and post c-v calls properly.
...
Sage Weil
12:12 AM Revision 3cbca1dc (ceph): cephadm: fix exception when no time sync is running
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil

12/14/2019

03:33 PM mgr Bug #43317 (Duplicate): high CPU usage, ceph-mgr very slow or unresponsive following upgrade from...
Since upgrading to Nautilus v14.2.5, ceph-mgr has been essentially unusable. top shows ceph-mgr consistently using b... Dan Moraru
03:22 PM Revision bf0e51a5 (ceph): ceph-daemon: behave with no /etc/ceph/ceph.conf
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:22 PM Revision b800c9a9 (ceph): cephadm: do ceph-volume activate+deactivate as part of systemd unit
1- Do the activate as part of the unit on start, since it may include
setup that disappears on a reboot, like startin...
Sage Weil
08:28 AM RADOS Documentation #41389 (In Progress): wrong datatype describing crush_rule
Deepika Upadhyay
07:21 AM RADOS Documentation #41389 (Pending Backport): wrong datatype describing crush_rule
Deepika Upadhyay
02:42 AM RADOS Documentation #41389: wrong datatype describing crush_rule
Just needs a cherry-pick of 3ed3de6c964ba998d5b18ceb997d1a6dffe355db Neha Ojha
08:26 AM RADOS Backport #43315 (In Progress): mimic:wrong datatype describing crush_rule
Deepika Upadhyay
08:02 AM RADOS Backport #43315 (Resolved): mimic:wrong datatype describing crush_rule
https://github.com/ceph/ceph/pull/32255 Deepika Upadhyay
08:24 AM RADOS Backport #43316 (In Progress): nautilus:wrong datatype describing crush_rule
Deepika Upadhyay
08:03 AM RADOS Backport #43316 (Resolved): nautilus:wrong datatype describing crush_rule
https://github.com/ceph/ceph/pull/32254 Deepika Upadhyay
06:47 AM Revision b9de6724 (ceph): doc/rados/operations: crush_rule is a name
like
```
ceph osd pool set <pool-name> crush_rule <rule-name>
```
where `<rule-name>` is a string instead of a number...
Kefu Chai
06:44 AM Revision e459be89 (ceph): doc/rados/operations: crush_rule is a name
like
```
ceph osd pool set <pool-name> crush_rule <rule-name>
```
where `<rule-name>` is a string instead of a number...
Kefu Chai
04:03 AM Revision 2d915c8d (ceph): Merge PR #32244 into master
* refs/pull/32244/head:
qa/workunits/cephadm/test_cephadm.sh: re-enable `adopt` tests
Reviewed-by: Sage Weil <sage@...
Sage Weil
02:50 AM RADOS Bug #43307 (In Progress): Remove use of rules batching for upmap balancer
David Zafman
02:49 AM RADOS Bug #43312 (In Progress): Change default upmap_max_deviation to 5
David Zafman
02:06 AM RADOS Bug #43312 (Resolved): Change default upmap_max_deviation to 5
David Zafman
02:49 AM mgr Bug #43313 (Resolved): telemetry module can crash on entity name with multiple '.' separators
A user discovered this:... Dan Mick
02:16 AM Revision e69bbada (ceph): mds/MDSDaemon: fix asok 'exit' and 'respawn' commands
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:13 AM Revision a35e66c8 (ceph): Merge PR #32253 into master
* refs/pull/32253/head:
mgr/orchestrator: make hosts and label args consistent
Reviewed-by: Sebastian Wagner <swagn...
Sage Weil
02:12 AM Revision a5772921 (ceph): Merge PR #32209 into master
* refs/pull/32209/head:
mgr/cephadm: Add unittest for service_action
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
12:52 AM Linux kernel client Feature #43215 (In Progress): kclient: send usage metrics to MDS
Xiubo Li
12:52 AM CephFS Bug #42760 (Resolved): kclient: get random mds not work as expected
Xiubo Li
12:27 AM Revision 48bc4786 (ceph): osd/PeeringState: transit async_recovery_targets back into acting befor...
When an osd that is part of current up set gets chosen as an
async_recovery_target, it gets removed from the acting s...
xie xingguo
12:24 AM RADOS Bug #43311 (Resolved): asynchronous recovery + backfill might spin pg undersized for a long time
When an osd that is part of current up set gets chosen as an
async_recovery_target, it gets removed from the acting ...
xie xingguo
12:16 AM RADOS Bug #43308 (In Progress): negative num_objects can set PG_STATE_DEGRADED
Neha Ojha

12/13/2019

11:16 PM Bug #43310 (New): Ceph code doesn't have namespace
All ceph C++ code doesn't have namespace, and if it's loaded as a shared library(libcephfs/librados, or from equivale... Chuan Qiu
10:53 PM mgr Bug #43287: HEALTH_ERR Module 'crash' has failed: time data '2019-07-06 15:5' does not match form...
I tried, but it returned an error.
Error EIO: Module 'crash' has experienced an error and cannot handle commands:...
Kitt Tientanopajai
04:21 PM mgr Bug #43287 (Need More Info): HEALTH_ERR Module 'crash' has failed: time data '2019-07-06 15:5' do...
it looks like one of the crashes in your cluster has a mangled timestamp value? can you attach the output from 'ceph... Sage Weil
10:50 PM Revision 901ce491 (ceph): mgr/orchestrator: make hosts and label args consistent
- hosts is always n=N; labels is not
- hosts always before labels
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:41 PM Revision 257a539b (ceph): Merge PR #32192 into master
* refs/pull/32192/head:
common: handle return value from read(2)
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Revi...
Sage Weil
08:40 PM RADOS Bug #40963 (Resolved): mimic: MQuery during Deleting state
Sage Weil
08:40 PM RADOS Bug #41317 (Pending Backport): PeeringState::GoClean will call purge_strays unconditionally
Sage Weil
08:40 PM Revision d8162e1f (ceph): Merge PR #32195 into master
* refs/pull/32195/head:
osd/PeeringState.cc: skip peer_purged when discovering all missing
Reviewed-by: Sage Weil <...
Sage Weil
08:39 PM Revision 124f1e39 (ceph): Merge PR #32203 into master
* refs/pull/32203/head:
Revert "mgr/DaemonServer: safe-to-destroy - do not consider irrelevant pgs"
Reviewed-by: Sa...
Sage Weil
08:39 PM Revision 1430c0ff (ceph): Merge PR #32219 into master
* refs/pull/32219/head:
common: move xattr -> os/filestore/os_xattr
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
07:51 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Doing some testing today with xfstests, during generic/531 test, I saw some of these pop up in the kernel ring buffer... Jeff Layton
07:50 PM Revision dc7d0c21 (ceph): Merge PR #32250 into master
* refs/pull/32250/head:
mgr/cephadm: fix temp file prefixes
qa: fix lingering ceph-mgr-ssh -> ceph-mgr-cephadm refs...
Sage Weil
07:47 PM RADOS Bug #43308 (Resolved): negative num_objects can set PG_STATE_DEGRADED
... Neha Ojha
07:29 PM CephFS Documentation #43222 (Resolved): doc: mention multimds in dev guide's list of integration test su...
Patrick Donnelly
07:29 PM CephFS Documentation #43220 (Resolved): doc: clarify difference fs and kcephfs suite in dev guide
Patrick Donnelly
07:29 PM Revision cbc20ab6 (ceph): Merge PR #32144 into master
* refs/pull/32144/head:
doc: mention multimds suite in dev guide
doc: clarify difference between fs and kcephfs sui...
Patrick Donnelly
07:15 PM bluestore Documentation #40473 (In Progress): enhance db sizing
We have started making some improvements in https://github.com/ceph/ceph/pull/32226.
Neha Ojha
07:12 PM Revision 3c2e8e10 (ceph): Merge pull request #32249 from neha-ojha/wip-32197-mimic
mimic: doc/_templates/page.html: redirect to etherpad
Reviewed-by: Sage Weil <sage@redhat.com>
Neha Ojha
07:11 PM Revision 4af73bfb (ceph): Merge pull request #32248 from neha-ojha/wip-32197-nautilus
nautilus: doc/_templates/page.html: redirect to etherpad
Reviewed-by: Sage Weil <sage@redhat.com>
Neha Ojha
07:07 PM CephFS Bug #43133 (Resolved): vstop.sh: Mounts are not cleaned up
Patrick Donnelly
07:07 PM Revision 2e505307 (ceph): Merge PR #32024 into master
* refs/pull/32024/head:
stop: Unmount cephFS volumes
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Pat...
Patrick Donnelly
07:05 PM RADOS Bug #43296: Ceph assimilate-conf results in config entries which can not be removed
Alwin from Proxmox provided a work around but this still appears to be a bug:
https://forum.proxmox.com/threads/ceph...
David Herselman
04:51 PM RADOS Bug #43296: Ceph assimilate-conf results in config entries which can not be removed
Setting debug_rdb to 5/5 unfortunately doesn't reveal anything:
Commands:...
David Herselman
03:37 AM RADOS Bug #43296 (Resolved): Ceph assimilate-conf results in config entries which can not be removed
We assimilated our Ceph configuration file and subsequently have a minimal config file. We are subsequently not able ... David Herselman
06:48 PM Revision 77bfea88 (ceph): mgr/cephadm: fix temp file prefixes
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:48 PM Revision 2184641d (ceph): qa: fix lingering ceph-mgr-ssh -> ceph-mgr-cephadm refs
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:44 PM Revision d4f4a2cb (ceph): qa/tasks/ceph_manager.py: do not use python to write a file
/usr/bin/python dne on el8, /usr/bin/python3 dne on el7. But
all we need to do is write a file--we can do that with ...
Sage Weil
06:23 PM Revision 08528272 (ceph): Merge pull request #32226 from neha-ojha/wip-four-percent
doc/rados: Better block.db size recommendations for bluestore
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: ...
Neha Ojha
05:53 PM Revision 42ade3c7 (ceph): qa: add krbd_get_features.t test
Run it together with krbd_blkroset.t.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 80...
Ilya Dryomov
05:53 PM Revision 683883b4 (ceph): qa: krbd_blkroset.t: update for read-only changes
If an image is mapped read-only, setting its partition(s) to read-write
via BLKROSET is no longer allowed.
Add read-...
Ilya Dryomov
05:53 PM Revision 7fe6c3a4 (ceph): qa: avoid hexdump skip and length options
On Debian-based distros, hexdump(1) comes from FreeBSD in bsdmainutils
package (other distros ship a Linux version fr...
Ilya Dryomov
05:40 PM Revision 8e299f67 (ceph): doc/_templates/page.html: redirect to etherpad
This simplifies things for users who are not able to add cards to
https://github.com/ceph/ceph/projects/4 due to insu...
Neha .
05:36 PM Revision 51bc5299 (ceph): doc/_templates/page.html: redirect to etherpad
This simplifies things for users who are not able to add cards to
https://github.com/ceph/ceph/projects/4 due to insu...
Neha .
05:24 PM Revision 36cdafbc (ceph): doc/rados: Better block.db size recommendations for bluestore
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha .
05:14 PM Revision aaeabf97 (ceph): test/pybind/test_rados: execute takes a bytes (not str) payload
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:03 PM Revision 056383ea (ceph): qa/packages/packages: python[3]-ceph is no more
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:49 PM Revision 5f8476fb (ceph): Merge pull request #32040 from smithfarm/wip-rn-13-2-8-mimic
doc/releases: add release notes for mimic v13.2.8
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: ...
Nathan Cutler
04:31 PM RADOS Bug #43307 (Resolved): Remove use of rules batching for upmap balancer

Due to cost of calculations for very large PG/shard counts, we will settle for balancing each pool individually for...
David Zafman
04:30 PM Revision 7222ba6f (ceph): mgr/ansible: Added missing type annotations
As requested by mypy
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
04:29 PM Revision 074adad5 (ceph): mgr/orchestrator: Add __str__ to HostSpec
As requested by mypy
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
04:28 PM Revision c2387f0d (ceph): mgr/ansible: Integrate mgr/ansible/tox into mgr/tox
Reason to make this switch is to be able to do proper refactorings
in the orchestrators.
Signed-off-by: Sebastian Wa...
Sebastian Wagner
04:24 PM Orchestrator Bug #43223 (Fix Under Review): mgr/cephadm: blink LED light on the wrong device path
Sage Weil
04:24 PM Revision 1393ff8c (ceph): mgr/cephadm: remove redundant /dev when blinking device light
Fixes: https://tracker.ceph.com/issues/43223
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:14 PM Revision dfdfaaf0 (ceph): Merge pull request #31116 from smithfarm/wip-42462-nautilus
nautilus: doc/cephfs: improve add/remove MDS section
Reviewed-by: Jos Collin <jcollin@redhat.com>
Nathan Cutler
04:12 PM Revision d64d92a1 (ceph): doc/releases: add Mimic v13.2.8 to releases timeline
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
03:46 PM Revision 126e8e20 (ceph): doc: clarify priority use
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
03:45 PM Revision a0ff2daf (ceph): nautilus: mgr/dashboard: Fix e2e chromedriver problem (#32241)
nautilus: mgr/dashboard: Fix e2e chromedriver problem
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-b...
Lenz Grimmer
03:43 PM RADOS Bug #25174 (Can't reproduce): osd: assert failure with FAILED assert(repop_queue.front() == repop...
Neha Ojha
03:34 PM Revision c36fa56d (ceph): Merge PR #32236 into master
* refs/pull/32236/head:
pybind/mgr: add_tox_test: Add mypy to TOX_ENVS
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:02 PM Dashboard Bug #42652 (Resolved): mgr/dashboard: reactivate disabled dashbord suites
Tatjana Dehler
03:00 PM Dashboard Cleanup #41372 (Resolved): mgr/dashboard: CephFs Tab Component
Part of this fix was backported to nautilus - see https://github.com/ceph/ceph/pull/32128 - to fix a different bug. Nathan Cutler
02:03 PM Dashboard Cleanup #41372 (Pending Backport): mgr/dashboard: CephFs Tab Component
Nathan Cutler
02:48 PM Revision c3832362 (ceph): nautilus: mgr/dashboard: Hardening accessing the metadata
Partly backported from https://tracker.ceph.com/issues/41372. This is done because we only want to backport the harde... Volker Theile
02:47 PM Revision 240154f1 (ceph): qa: use python3 for venvs etc
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:44 PM Revision 34a2bb44 (ceph): qa/workunits/cephadm/test_cephadm.sh: re-enable `adopt` tests
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
02:43 PM Revision 0341c785 (ceph): mgr/dashboard: Make form modal more flexible
Now any input type is supported and the special binary type which will
use the cd-binary input and automatically form...
Stephan Müller
02:43 PM Revision cb638998 (ceph): mgr/dashboard: Add binary min and max validators
Adds simple validators that resemble the min and max validators for
numbers.
As a binary size (the string) has first...
Stephan Müller
02:43 PM Revision 5fcf525a (ceph): mgr/dashboard: Allow string descriptions in confirmation modal
Fixes: https://tracker.ceph.com/issues/38287
Signed-off-by: Stephan Müller <smueller@suse.com>
Stephan Müller
02:43 PM Revision 3d78b2f5 (ceph): mgr/dashboard: Avoid escaped quotes using TSLint
The problem was that the TSLint linting hasn't matched the
linting of prettier regarding the quotes of a string.
Exp...
Stephan Müller
02:43 PM RADOS Bug #43306 (Resolved): segv in collect_sys_info
Run: http://pulpito.ceph.com/teuthology-2019-12-13_02:25:03-upgrade:luminous-x-nautilus-distro-basic-smithi/
Job: '4...
Yuri Weinstein
02:42 PM rbd Bug #43289: Crash in unittest_rbd_mirror due to race condition in PoolReplayer
Yes, this fixes the problem. Thanks for the quick fix! Ulrich Weigand
01:34 PM rbd Bug #43289: Crash in unittest_rbd_mirror due to race condition in PoolReplayer
I set backport to nautlus, because although the current nautilus version is not affected -- rbd-mirror namespaces sup... Mykola Golub
01:30 PM rbd Bug #43289: Crash in unittest_rbd_mirror due to race condition in PoolReplayer
Ulrich, thank you for the report and the detailed analysis!
Is there chance you could test the fix provided in ht...
Mykola Golub
01:29 PM rbd Bug #43289 (Fix Under Review): Crash in unittest_rbd_mirror due to race condition in PoolReplayer
Mykola Golub
01:11 PM rbd Bug #43289 (In Progress): Crash in unittest_rbd_mirror due to race condition in PoolReplayer
Mykola Golub
02:40 PM RADOS Bug #43305 (Won't Fix): "psutil.NoSuchProcess process no longer exists" error in luminous-x-nauti...
Run: http://pulpito.ceph.com/teuthology-2019-12-13_02:25:03-upgrade:luminous-x-nautilus-distro-basic-smithi/
Jobs: '...
Yuri Weinstein
02:40 PM Revision 59caff1d (ceph): Merge pull request #32005 from s0nea/wip-dashboard-reactivate-suites
mgr/dashboard: reactivate dashboard test suites
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Lau...
Laura Paduano
02:34 PM Revision 8fa350c5 (ceph): pybind/mgr: add_tox_test: Add mypy to TOX_ENVS
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
02:15 PM Revision 16bae1a3 (ceph): mgr/dashboard: CephFS quota management
Now both CephFS quotas can be changed with a validation against the next
tree maximum in the file tree, that prevents...
Stephan Müller
02:07 PM bluestore Bug #42223: ceph-14.2.4/src/os/bluestore/fastbmap_allocator_impl.h: 750: FAILED ceph_assert(avail...
Due to this bug, a had to mitigate it with setting RocksDB param min_write_buffer_number_to_merge to 2. Since 14.2.5 ... Marcin W
01:59 PM Dashboard Feature #39369: mgr/dashboard: show RGW multi-site sync status info
Thanks a lot, Casey, for this feedback.
Could we have the timestamp delta avail in the sync status output?
Ernesto Puerta
01:35 PM rbd Backport #41812: nautilus: [namespaces] mirroring should support namespaces
It is better to backport together with the fix for https://tracker.ceph.com/issues/43289 Mykola Golub
01:16 PM Revision dce1b360 (ceph): rbd-mirror: fix race on namespace replayer initialization failure
Fixes: https://tracker.ceph.com/issues/43289
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
01:11 PM Dashboard Bug #43303 (New): mgr/dashboard: rbd-mirroring mode should be disabled when no rbd-mirroring daem...
QE team reported a usability issue. They find misleading to allow users to enable rbd-mirroring when no daemons are a... Ernesto Puerta
12:20 PM Revision 481e3208 (ceph): Merge pull request #31851 from votdev/issue_42609_device_lights
mgr/dashboard: Add support for blinking enclosure LEDs
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Ki...
Laura Paduano
12:09 PM Revision 2da9e1f4 (ceph): stop: Unmount cephFS volumes
When stop.sh is run while the cephFS is mounted,
mount processes are retained and can't be killed.
And also the mount...
Kotresh Hiremath Ravishankar
12:08 PM Dashboard Backport #43302 (In Progress): nautilus: mgr/dashboard: Jenkins dashboard test failures due to "E...
Nathan Cutler
12:08 PM Dashboard Backport #43302 (Resolved): nautilus: mgr/dashboard: Jenkins dashboard test failures due to "Erro...
https://github.com/ceph/ceph/pull/32241 Nathan Cutler
12:08 PM Revision ca326724 (ceph): mgr/dashboard: Fix e2e chromedriver problem
New version of Chrome/ChromeDriver seems to have a problem with insecure
certificates.
Since we use a vStart cluster...
Tiago Melo
12:08 PM Dashboard Bug #43254 (Pending Backport): mgr/dashboard: Jenkins dashboard test failures due to "Error: Angu...
Nathan Cutler
07:39 AM Dashboard Bug #43254 (Resolved): mgr/dashboard: Jenkins dashboard test failures due to "Error: Angular coul...
Kiefer Chang
12:05 PM Dashboard Backport #43301 (In Progress): mgr/dashboard: RGW subuser S3 key not auto-generated.
Alfonso Martínez
12:02 PM Dashboard Backport #43301 (Resolved): mgr/dashboard: RGW subuser S3 key not auto-generated.
https://github.com/ceph/ceph/pull/32240 Alfonso Martínez
12:05 PM Revision bc1c561c (ceph): mgr/dashboard: fix RGW subuser auto-generate key.
Fixes: https://tracker.ceph.com/issues/43263
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked fro...
Alfonso Martínez
12:04 PM rgw Backport #43300 (In Progress): nautilus: bugs in list objects v1
Nathan Cutler
11:59 AM rgw Backport #43300 (Resolved): nautilus: bugs in list objects v1
https://github.com/ceph/ceph/pull/32239 Nathan Cutler
11:59 AM Revision 3243a347 (ceph): Merge pull request #32186 from rhcs-dashboard/43263-fix-rgw-subuser-key
mgr/dashboard: fix RGW subuser auto-generate key.
Reviewed-by: Ernesto Puertat <epuertat@redhat.com>
Reviewed-by: Vo...
Laura Paduano
11:58 AM rgw Bug #40663 (Pending Backport): bugs in list objects v1
Nathan Cutler
02:40 AM rgw Bug #40663: bugs in list objects v1
I have the same error in nautilus. I think it needs to be backported. Ilsoo Byun
11:58 AM Dashboard Bug #43230 (New): mgr/dashboard: test_diskprediction_local failure when running the backend API t...
We're still facing issues and maybe python-scipy needs to be added to ceph.spec.in as suggested by Kefu?
Or is this ...
Laura Paduano
11:47 AM Revision 1f28f262 (ceph): Merge pull request #31753 from smithfarm/wip-bci-resolve-fix
backport-create-issue: resolve parent only if parent has backport issues
Reviewed-by: Tiago Melo <tmelo@suse.com>
Nathan Cutler
11:35 AM Revision f6f243be (ceph): PendingReleaseNotes: add telemetry mgr module
Signed-off-by: Joao Eduardo Luis <joao@suse.com> Joao Eduardo Luis
11:34 AM Dashboard Bug #42785 (Resolved): mgr/dashboard: restored RBD image's name is incorrect if the new image nam...
Lenz Grimmer
11:34 AM Dashboard Backport #42948 (Resolved): nautilus: mgr/dashboard: restored RBD image's name is incorrect if th...
Lenz Grimmer
11:34 AM Revision 25a3118c (ceph): Merge pull request #31810 from bk201/wip-42948-nautilus
nautilus: mgr/dashboard: fix restored RBD image naming issue
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed...
Lenz Grimmer
11:33 AM Revision 955e67db (ceph): mgr/dashboard: Simplify PrometheusService::getRules implementa… (#32130)
mgr/dashboard: Simplify PrometheusService::getRules implementation
Reviewed-by: Stephan Müller <smueller@suse.com>
R...
Lenz Grimmer
10:50 AM Revision 1ef7fc33 (ceph): mgr/dashboard: iSCSI targets not available if any gateway is down
Fixes: https://tracker.ceph.com/issues/42687
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
10:37 AM Revision 17e1e7ce (ceph): mgr/cephadm: Add unittest for service_action
(That was missing previously)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
10:28 AM ceph-volume Feature #43299 (Resolved): add sizing arguments to prepare
prepare now creates LVs, add sizing arguments to the subcommand Jan Fajerski
10:26 AM Dashboard Backport #43159 (In Progress): nautilus: mgr/dashboard: KeyError on dashboard reload
Tatjana Dehler
09:09 AM ceph-volume Bug #39442 (Pending Backport): ceph-volume lvm batch wrong partitioning with multiple osd per dev...
Jan Fajerski
09:09 AM Revision 51668aa0 (ceph): Merge pull request #32177 from Takios/ceph_volume_fix
ceph-volume: use correct extents if using db-devices and >1 osds_per_device Jan Fajerski
09:07 AM Revision acef74ba (ceph): nautilus: mgr/dashboard: Update translations nautilus (#31759)
nautilus: mgr/dashboard: Update translations nautilus
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Ti...
Lenz Grimmer
08:24 AM Revision c150beff (ceph): qa: Fix flake8 for qa/tasks/cephfs/test_volumes.py
Signed-off-by: Thomas Bechtold <tbechtold@suse.com> Thomas Bechtold
08:24 AM Revision bdcc94a1 (ceph): qa: Run flake8 on python2 and python3
To be able to catch problems with python2 *and* python3, run flake8
with both versions. From the flake8 homepage:
It...
Thomas Bechtold
08:23 AM RADOS Backport #42259 (Resolved): nautilus: document new option mon_max_pg_per_osd
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31300
m...
Nathan Cutler
08:22 AM RADOS Backport #40947 (Resolved): luminous: Better default value for osd_snap_trim_sleep
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31857
m...
Nathan Cutler
08:22 AM RADOS Backport #38205 (Resolved): luminous: osds allows to partially start more than N+2
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31858
m...
Nathan Cutler
08:22 AM RADOS Backport #43093 (Resolved): luminous: Improve OSDMap::calc_pg_upmaps() efficiency
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31992
m...
Nathan Cutler
08:22 AM mgr Backport #42698 (Resolved): luminous: Larger cluster using upmap mode balancer can block other ba...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31992
m...
Nathan Cutler
08:11 AM Revision 8d1869a2 (ceph): mgr/dashboard: reactivate dashboard test suites
Reactivate the dashboard test suites that were commented
out in https://github.com/ceph/ceph/pull/30864 because
https...
Tatjana Dehler
07:53 AM Revision c6300953 (ceph): mgr/dashboard: add password expiration warning banner
It adds a new component to notify the user about the expiration
of the password. The banner is shown on top of the pa...
Tatjana Dehler
07:53 AM Revision 02212419 (ceph): mgr/dashboard: add password expiration date
Add a 'pwd_expiration_date' field to the User object to be able
to set password expiration date per user.
There are ...
Tatjana Dehler
07:48 AM mgr Bug #42655: mgr-diskprediction-cloud is missing python dependencies
https://github.com/ceph/ceph/pull/32232 Kefu Chai
07:38 AM Dashboard Bug #43298 (Resolved): mgr/dashboard: nightly dashboard backend API tests ImportError and test fa...
... Laura Paduano
07:15 AM bluestore Bug #43297: StupidAllocator.cc: 265: FAILED assert(intervals <= max_intervals)
Not kernel client issue, should be bluestore related Lei Liu
03:42 AM bluestore Bug #43297 (Resolved): StupidAllocator.cc: 265: FAILED assert(intervals <= max_intervals)
h3. system info... Lei Liu
06:58 AM Revision 768db565 (ceph): Merge pull request #32224 from tspmelo/wip-e2e-insecure
mgr/dashboard: Fix e2e chromedriver problem
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Kiefer ...
Laura Paduano
06:45 AM Revision 4e11b5b5 (ceph): test_cephfs_shell: fix test_du_works_for_hardlinks
ln command needs superuser privileges, oddly that test had run
successfully before.
Fixes: https://tracker.ceph.com/...
Rishabh Dave
06:36 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
Matthew Oliver wrote:
> I just built todays master, and I can't reproduce. NOTE that I am building from source (do_c...
Alfonso Martínez
06:10 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
I just built todays master, and I can't reproduce. NOTE that I am building from source (do_cmake, make and vstart). Matthew Oliver
05:25 AM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
OK, I've tested this on my dev env, and, of course I was wrong :)
You can't delete a version unless you supply the '...
Matthew Oliver
06:21 AM CephFS Bug #43251 (Fix Under Review): mds: track client provided metric flags in session
Venky Shankar
06:17 AM RADOS Bug #40712: ceph-mon crash with assert(err == 0) after rocksdb->get
we meet this problem recently.
we decline this related more to rocksdb but not ceph
huang jun
05:56 AM Revision 184ccc31 (ceph): test/librados: don't release handler if set_pg_num failed
The handler will be released by RadosTestNS::TearDownTestCase()
before process exit.
Signed-off-by: huangjun <huangj...
huangjun
05:27 AM Revision 5555a08e (ceph): Merge pull request #32139 from ceph/wip-fix-valgrind
[qa/tasks] fix valgrind issue in redhat downstream run Vasu Kulkarni
05:27 AM Revision 972f0921 (ceph): Merge pull request #32200 from TejasC88/wip-valgrind
Includes --max-threads fix for valgrind RGW Vasu Kulkarni
05:14 AM Revision 83cb3a96 (ceph): rgw: adding documentation for AssumeRoleWithWebIdentity.
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com> Pritha Srivastava
05:07 AM Revision d8c0bde0 (ceph): Merge PR #31255 into master
* refs/pull/31255/head:
mds/MDSDaemon: make con disposable before passing message to asok
mds/SessionMap: interpret...
Patrick Donnelly
04:37 AM Revision 2e3aec10 (ceph): Merge pull request #31300 from smithfarm/wip-42259-nautilus
nautilus: doc, qa: remove invalid option mon_pg_warn_max_per_osd
Reviewed-by: Kefu Chai <kchai@redhat.com>
Neha Ojha
04:31 AM Revision 707822ab (ceph): Merge pull request #32230 from shellwedance/ceph-volume_typo_fix
doc: fix a typo in a command
Reviewed-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
04:25 AM Revision 88e5ed1d (ceph): Merge pull request #32170 from rosinL/wip-rss
msg/async/DPDK: refactor set_rss_table to support DPDK 19.05
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:22 AM Revision 60650500 (ceph): install-deps.sh: Use dnf for rhel/centos 8
Also install the correct dnf-utils package rather than yum-utils.
Fixes: https://tracker.ceph.com/issues/42504
Co-A...
Brad Hubbard
02:43 AM Revision 73bd6408 (ceph): doc: fix a typo in a command
Co-authored-by: donggyu_park <donggyu_park@tmax.co.kr>
Signed-off-by: taeuk_kim <taeuk_kim@tmax.co.kr>
taeuk_kim
02:33 AM rgw Bug #43066: copy object (key) overhead user quota and bucket quota
Daniel Gryniewicz wrote:
> Can you be more specific about what OP you're running? The info you gave is a bit confus...
hoan nv
02:00 AM Revision 360b9e97 (ceph): doc/rbd: align with other part in the context
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com> Changcheng Liu
02:00 AM Revision 5805d71f (ceph): Merge PR #32179 into master
* refs/pull/32179/head:
lvm: add deactivate subcommand
util/system: add unmount_tmpfs helper
api/lvm: add get_lv_b...
Sage Weil
01:19 AM CephFS Bug #43149: kclient: umount will stuck for around 1 minutes sometimes
The fixing commit: https://github.com/ceph/ceph-client/commit/992dd028db77657b5eb164d0825a991d5c14ec78 Xiubo Li
01:17 AM CephFS Bug #43295 (Fix Under Review): kclient: keep the session state until it is released
The fixing commit: https://github.com/ceph/ceph-client/commit/38d173ab657c9b77ad3ab0f8c9b83245959cdb63 Xiubo Li
01:16 AM CephFS Bug #43295 (In Progress): kclient: keep the session state until it is released

Let's keep the session state until its memories is released.
Xiubo Li
01:16 AM CephFS Bug #43295 (Resolved): kclient: keep the session state until it is released
When reconnecting the session but if it is denied by the MDS due
to client was in blacklist or something else, kclie...
Xiubo Li
01:13 AM Revision 396e7a00 (ceph): doc/rbd: correct targe dev name and existence check
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com> Changcheng Liu
01:11 AM CephFS Feature #43294 (Fix Under Review): mount.ceph: give a hint message when no mds is up or cluster i...
Xiubo Li
01:11 AM CephFS Feature #43294 (In Progress): mount.ceph: give a hint message when no mds is up or cluster is lag...
Xiubo Li
01:11 AM CephFS Feature #43294: mount.ceph: give a hint message when no mds is up or cluster is laggy
The relating PR: https://github.com/ceph/ceph/pull/32164 Xiubo Li
01:10 AM CephFS Feature #43294 (Resolved): mount.ceph: give a hint message when no mds is up or cluster is laggy
The kclient will return EHOSTUNREACH when no MDS is up or the cluster is laggy.
Check it and give a hint.
Xiubo Li
01:00 AM CephFS Feature #4386 (Fix Under Review): kclient: Mount error message when no MDS present
Xiubo Li
01:00 AM CephFS Feature #4386: kclient: Mount error message when no MDS present
Return -EHOSTUNREACH instead if no MDS is up or the cluster is laggy. Xiubo Li
12:55 AM CephFS Bug #43293 (Resolved): kclient: trigger the reclaim work once there has enough pending caps
This will fix it: https://github.com/ceph/ceph-client/commit/bba1560bd4a46aa0d16bb7d81abd9d0eb47dea36.
Xiubo Li
12:54 AM CephFS Bug #43293 (Resolved): kclient: trigger the reclaim work once there has enough pending caps
For corner case the reclaim work won't be fired even we have a large number of pending caps in time as expected. Xiubo Li
12:42 AM Revision 28ae01af (ceph): mount.ceph: give a hint message when no mds is up or cluster is laggy
When the cluster is laggy or no MDS is up the mount may time out with
errno == EHOSTUNREACH for the first time to do ...
Xiubo Li
12:16 AM Revision 73822219 (ceph): packaging: remove python3-ipaddres, as it is part of the stdlib in py3
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza

12/12/2019

11:47 PM rgw Bug #43226: rgw: object version can be deleted without TOTP on bucket that has MFA Delete enabled.
Pardon my ignorance, but wouldn't you be authenticating with:
> [root@ceph-rpm ceph]# aws s3api put-bucket-versio...
Matthew Oliver
11:14 PM Revision 14c1c6fc (ceph): Merge PR #32225 into master
* refs/pull/32225/head:
qa: add force-branch to suites running s3readwrite & s3roundtrip tasks
Reviewed-by: Yuri We...
Sage Weil
11:05 PM Revision b640a76e (ceph): Merge PR #32003 into master
* refs/pull/32003/head:
mgr/ssh fix tests for update_mds/mgr/mds/rgw/rbd-mirror
Allow List[HostSpec] in PlacementSp...
Sage Weil
11:04 PM Revision 40db88b7 (ceph): Merge PR #32218 into master
* refs/pull/32218/head:
cephadm: use raw string during `re.sub`
cephadm: fix ConfigParser DeprecationWarning in py3...
Sage Weil
10:07 PM Revision e0202f75 (ceph): Merge PR #32187 into master
* refs/pull/32187/head:
ceph.in: (py3) use binary stdout
pybind/mgr: index=4, sort_keys=True for json.dumps through...
Sage Weil
10:04 PM Revision 77ef7e40 (ceph): Merge pull request #32013 from liewegas/doc-foundation
doc/foundation: add cloudbase and vexxhost Mike Perez
09:39 PM CephFS Bug #42923 (Pending Backport): pybind / cephfs: remove static typing in LibCephFS.chown
Nathan Cutler
09:38 PM Revision 5aeee7b3 (ceph): Merge pull request #32197 from neha-ojha/wip-report-doc-bug
doc/_templates/page.html: redirect to etherpad
Reviewed-by: Zac Dover zac.dover@gmail.com
Reviewed-by: Sage Weil sag...
Neha Ojha
09:09 PM Revision 5579a94f (ceph): 13.2.8
Jenkins Build Slave User
09:09 PM Revision 73d91318 (ceph): qa: add force-branch to suites running s3readwrite & s3roundtrip tasks
Signed-off-by: Ali Maredia <amaredia@redhat.com> Ali Maredia
08:53 PM Dashboard Feature #39369: mgr/dashboard: show RGW multi-site sync status info
Ernesto Puerta wrote:
>
> The feedback we had from consultants and SAs when we checked with them for the dashboard...
Casey Bodley
07:58 PM Dashboard Feature #39369: mgr/dashboard: show RGW multi-site sync status info
Thanks a lot for the detailed explanation, Casey!
The feedback we had from consultants and SAs when we checked wit...
Ernesto Puerta
06:43 PM Dashboard Feature #39369: mgr/dashboard: show RGW multi-site sync status info
Radosgw's multisite replication is active-active, meaning that every zone can be syncing from every other zone in its... Casey Bodley
09:33 AM Dashboard Feature #39369 (In Progress): mgr/dashboard: show RGW multi-site sync status info
Albin Antony
08:28 PM Dashboard Bug #43254 (Fix Under Review): mgr/dashboard: Jenkins dashboard test failures due to "Error: Angu...
Nathan Cutler
08:28 PM Dashboard Bug #43254 (Pending Backport): mgr/dashboard: Jenkins dashboard test failures due to "Error: Angu...
Nathan Cutler
08:13 AM Dashboard Bug #43254: mgr/dashboard: Jenkins dashboard test failures due to "Error: Angular could not be fo...
Kiefer Chang wrote:
> This can be reproduced locally after upgrading Chrome to version `79.0.3945.79`.
I locally up...
Laura Paduano
05:11 AM Dashboard Bug #43254: mgr/dashboard: Jenkins dashboard test failures due to "Error: Angular could not be fo...
This can be reproduced locally after upgrading Chrome to version `79.0.3945.79`.
If we do not tear down the vstart c...
Kiefer Chang
08:23 PM Revision 3d18771e (ceph): Merge PR #32220 into master
* refs/pull/32220/head:
qa/workunits/cephadm/test_cephadm.sh: need --fsid always
Reviewed-by: Michael Fritch <mfrit...
Sage Weil
08:14 PM Dashboard Bug #43152: mgr/dashboard: race condition causes dashboard frontend build to fail sometimes
@Kefu: this happens due to the prebuild hook (build env setting). npm scripts automagically execute pre-post hooks fo... Ernesto Puerta
07:31 PM Revision 5ae0effb (ceph): mds: convert 'damage ls' and 'damage rm'
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:31 PM Revision 5ce4f329 (ceph): mds: convert 'cache drop'
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:31 PM Revision 19d798ae (ceph): mds/MDSRank: too many words about op_tracker
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:31 PM Revision a544bef2 (ceph): mds/MDSRank: remove C_ExecAndReply helpers
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:31 PM Revision ea65f084 (ceph): mds: remove old handle_command machinery
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:31 PM Revision 1b606639 (ceph): mds: get rid of unused send_command_reply helpers
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:31 PM Revision b6634d46 (ceph): mds/SessionMap: interpret bare id as a valid filter
This works around the fact that the old asok 'session evict' took a bare
id and the tell version took a filter.
Sign...
Sage Weil
07:31 PM Revision 63f57ded (ceph): mds/MDSDaemon: make con disposable before passing message to asok
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:10 PM Revision 3bf8b4d7 (ceph): spec: remove _python_buildid in favor of python3_pkgversion macro
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:10 PM Revision 1eb8198d (ceph): qa/distros: centos7 -> centos8, rhel7 -> rhel8
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:10 PM Revision 4b96369b (ceph): qa/packages: python-ceph -> python3-ceph
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:07 PM Revision 29d1c344 (ceph): spec: remove python2 packages and conditions
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:06 PM Revision 50162091 (ceph): debian: update control file to use python3 dependency names
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:06 PM Revision f317453c (ceph): debian: explicitly set PYTHON2=OFF to prevent picking up python2 interp...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:06 PM Revision 4b2b0662 (ceph): debian: add mgr python versions
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:06 PM Revision 68025b63 (ceph): debian: remove python >= 2.7 requirement
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:06 PM Revision e42c37f2 (ceph): rgw: fix version tracking across bucket link steps
Fixes: https://tracker.ceph.com/issues/41410
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin
07:04 PM Revision adae1ac8 (ceph): debian: remove all python2 overrides and declarations
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:04 PM Revision 1f3eac27 (ceph): debian: remove all python2 install files
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:30 PM Revision 12f74805 (ceph): Merge PR #31629 into master
* refs/pull/31629/head:
cephfs-shell: rearrange code for convenience
Reviewed-by: Patrick Donnelly <pdonnell@redhat...
Patrick Donnelly
06:09 PM Revision f0f718f1 (ceph): mgr/dashboard: Fix e2e chromedriver problem
New version of Chrome/ChromeDriver seems to have a problem with insecure
certificates.
Since we use a vStart cluster...
Tiago Melo
06:08 PM Revision bb9fd1bb (ceph): mgr/telemetry: bump revision
We should have done this while cherry-picking from master, but we
didn't. And here we are now. It's simpler to apply ...
Joao Eduardo Luis
06:08 PM Revision d12dd7bf (ceph): mgr/telemetry: add stats about crush map
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 713dbc9722888d3bf60d772dbca23e13b0cafc38)
Con...
Sage Weil
06:07 PM Revision 73801b46 (ceph): mgr/telemetry: add rgw metadata
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit f62c6e8cba2e894f84ddabdea6db4ce56e02ea63)
Con...
Abhishek Lekshmanan
06:06 PM Revision 038272e2 (ceph): mgr/telemetry: mds cache stats
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit f4c736699478f608bba77770a85f96a7bf8d24e5)
Con...
Sage Weil
06:05 PM Revision fb0744ca (ceph): mgr/telemetry: add more pool metadata
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 87670fdc3c227387068d527b4659b50bc3bb64a3)
Con...
Sage Weil
06:04 PM Revision 54758dfb (ceph): mgr/telemetry: remove crush rule name
This is a user-specified string and could contain identifying info.
Signed-off-by: Sage Weil <sage@redhat.com>
(cher...
Sage Weil
06:04 PM Revision 120d70dc (ceph): mds: fix deadlock when xlocking policylock
Previous commit makes Server::rdlock_path_pin_ref() rdlock snaplock and
policylock. Deadlock happens if we use this f...
Yan, Zheng
06:04 PM Revision f8929830 (ceph): mds: cleanup Server::set_trace_dist()
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
06:04 PM Revision db29ec83 (ceph): mds: include linkage type in dentry lease
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
06:04 PM Revision 9360f33f (ceph): mds: enable lock cache for openc/unlink requests
when client has 'CEPH_CAP_FILE_EXCL|CEPH_CAP_DIR_UNLINK' caps of a
directory inode, it can asynchronously unlink file...
Yan, Zheng
06:04 PM Revision eec1485f (ceph): mds: handle link request with zero depth filepath2
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
06:04 PM Revision 6d70cee1 (ceph): mds: invalidate lock caches when freezing dirfrag/subtree
Add a list to CDir, which tracks lock caches which hold auth pins on
objects in the CDir. When mds want to freeze dir...
Yan, Zheng
06:04 PM Revision 9dfef48f (ceph): mds: suppress frozen inode when locks of dir operation is cached.
Frozen inode in directory with lock caches may cause ABBA deadlock. The
requeset that owns the frozen inode can't get...
Yan, Zheng
06:04 PM Revision 9b419b91 (ceph): mds: delegete lock cache to client
Define cap bits for async dir operation. Lock cache for a given type of
dir operation can be delegeted to client thro...
Yan, Zheng
06:04 PM Revision ad81edcf (ceph): mds: define lease mask bits
later patch will introduce new mask bits
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
06:04 PM Revision 1e889cd0 (ceph): mds: add 'path_locked' flag to MDCache::find_ino_peers()
MDS now relies on snaplocks to ensure that paths for slave request are
stable. MDCache::handle_find_ino_reply() may e...
Yan, Zheng
06:04 PM Revision eab59a85 (ceph): mds: adjust locking for subtree migration
Take snap rdlocks (instead of taking dentry locks) on subtree's ancestor
inodes. Path to subtree is stable after they...
Yan, Zheng
06:04 PM Revision 09b3e942 (ceph): mds: initial code for lock cache
The lock cache preserves locks and authpins required for directory
operations. MDS can create a lock cache when it ha...
Yan, Zheng
06:04 PM Revision 7f2beff8 (ceph): mds: invalidate lock caches if they hold conflicting locks
Add a list to SimpleLock, which tracks lock caches which hold locks
on SimpleLock itself. When mds want to change loc...
Yan, Zheng
06:04 PM Revision 246f6475 (ceph): mds: introduce Server::rdlock_two_paths_xlock_destdn()
The helper function is for requests that operate on two paths. It
ensures that the two paths get locks in proper orde...
Yan, Zheng
06:04 PM Revision cac3c01d (ceph): mds: change MDCache::discover_path()'s wants_xlocked semantic
If an inode's snaplock is locked by a MDRequest, the inode can not be
renamed by other MDRequest. For rename case, sn...
Yan, Zheng
06:04 PM Revision c1d7f93d (ceph): mds: make Server::rdlock_path_xlock_dentry take locks
Introduce MDS_TRAVERSE_XLOCK_DENTRY, which instructs
MDCache::path_traverse() to take appropriate locks (xlock dentry...
Yan, Zheng
06:03 PM Revision 64479a3f (ceph): mgr/telemetry: include min_mon_release and msgr v1 vs v2 addr count
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 3453930d438dc3ba9ba5addca59aec6786293bd4)
Not...
Sage Weil
06:02 PM Revision a9e44af3 (ceph): mds: make Server::rdlock_path_pin_ref() take dentry rdlocks
Introduce MDS_TRAVERSE_RDLOCK_PATH flag, which instrcuts
MDCache::path_traverse() to lock dentries during path traver...
Yan, Zheng
05:59 PM Revision 84818b2d (ceph): mgr/telemetry: add CephFS metadata
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 7f6aad677b76847514f6f9b893827412dfb35a6b)
Con...
Sage Weil
05:32 PM Linux kernel client Bug #43272: unable to handle kernel NULL pointer at __ceph_remove_cap+0x2a/0x220
RFC patch posted here:
https://marc.info/?l=ceph-devel&m=157617192514897&w=2
I'm not sure this is correct, but ...
Jeff Layton
05:00 PM Linux kernel client Bug #43272: unable to handle kernel NULL pointer at __ceph_remove_cap+0x2a/0x220
Thanks Ilya. This doesn't look familiar to me at first glance, and I don't see anything that's gone in since -862 tha... Jeff Layton
03:52 PM Linux kernel client Bug #43272: unable to handle kernel NULL pointer at __ceph_remove_cap+0x2a/0x220
Looks like a NULL cap->ci:... Ilya Dryomov
07:45 AM Linux kernel client Bug #43272 (Closed): unable to handle kernel NULL pointer at __ceph_remove_cap+0x2a/0x220
First I'm not sure if the problem has been fixed in other higher version kernels, Just shows what i see.
h2. syste...
Lei Liu
05:31 PM Revision 4b81bc8b (ceph): ceph-volume: show devices with bluestore labels and unavailable
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:27 PM Linux kernel client Bug #43290: unrecoverable OOM during rbd_concurrent.sh
http://pulpito.ceph.com/yuriw-2019-12-10_23:58:38-krbd-wip-yuri5-testing-2019-12-10-1605-luminous-testing-basic-smith... Ilya Dryomov
05:24 PM Linux kernel client Bug #43290 (New): unrecoverable OOM during rbd_concurrent.sh
Sporadically seen during rbd_concurrent.sh. Not sure if this is new with 5.5-rc1, but the timing fits. Better logs ... Ilya Dryomov
05:07 PM rgw Backport #43156 (In Progress): nautilus: kafka thread is spinning at 100% when there is no work
Nathan Cutler
05:02 PM rbd Bug #43289 (Resolved): Crash in unittest_rbd_mirror due to race condition in PoolReplayer
On IBM Z I'm now seeing crashes on current mainline in unittest_rbd_mirror (in the TestMockPoolReplayer.NamespacesErr... Ulrich Weigand
04:51 PM rgw Bug #43066 (Need More Info): copy object (key) overhead user quota and bucket quota
Can you be more specific about what OP you're running? The info you gave is a bit confusing, and I'm not sure exactl... Daniel Gryniewicz
04:46 PM Revision feaa79f9 (ceph): qa/workunits/cephadm/test_cephadm.sh: need --fsid always
Otherwise the test breaks if there are other cluster(s) on the host (like
there normally are in my dev environment).
...
Sage Weil
04:42 PM Revision a247904d (ceph): backport-create-issue: resolve parent only if parent has backport issues
This fixes an edge case. If a parent issue is in "Pending Backport" status
but without any backport issues, the scrip...
Nathan Cutler
04:42 PM rgw Bug #43199 (In Progress): recursive lock of RGWCoroutinesManager::lock (43)
I added a comment about this to https://github.com/ceph/ceph/pull/29637/files#r357250244. We should address that on m... Casey Bodley
04:41 PM RADOS Backport #40947: luminous: Better default value for osd_snap_trim_sleep
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31857
mergedReviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
04:41 PM Revision af44984f (ceph): Merge pull request #31857 from smithfarm/wip-40947-luminous
luminous: osd: add hdd, ssd and hybrid variants for osd_snap_trim_sleep
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
04:41 PM RADOS Backport #38205: luminous: osds allows to partially start more than N+2
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31858
merged
Yuri Weinstein
04:41 PM Revision d11ca04e (ceph): Merge pull request #31858 from smithfarm/wip-38205-luminous
luminous: osd: refuse to start if we're > N+2 from recorded require_osd_release
Reviewed-by: Josh Durgin <jdurgin@re...
Yuri Weinstein
04:40 PM RADOS Backport #43093: luminous: Improve OSDMap::calc_pg_upmaps() efficiency
David Zafman wrote:
> https://github.com/ceph/ceph/pull/31992
merged
Yuri Weinstein
04:40 PM mgr Backport #42698: luminous: Larger cluster using upmap mode balancer can block other balancer comm...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31992
merged
Yuri Weinstein
04:40 PM Revision 0f66e6a8 (ceph): Merge pull request #31992 from dzafman/wip-balancer3-luminous
luminous: mgr: Release GIL and Balancer fixes
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
04:26 PM Revision cb5f3872 (ceph): Merge PR #32129 into master
* refs/pull/32129/head:
qa: Enable flake8 tox and fix failures
Sage Weil
04:25 PM rgw Backport #43168 (In Progress): nautilus: pubsub s3 records pushed to an endpoint don't match docu...
Nathan Cutler
04:21 PM Revision 9799e6c4 (ceph): ceph.in: (py3) use binary stdout
This fixes an error like
$ ceph -s -o -
Traceback (most recent call last):
File "bin/ceph", line 1267, in <module>...
Sage Weil
04:21 PM Revision 0e9303d0 (ceph): pybind/mgr: index=4, sort_keys=True for json.dumps throughput
- fixes balancer test on py3 by making the pool ls order deterministic
- makes everybody else behave consistently
I ...
Sage Weil
04:20 PM rgw Bug #40585 (Resolved): ReshardWait.wait_yield unit test failure
Casey Bodley
04:20 PM Revision 115479d8 (ceph): Merge pull request #32094 from cbodley/wip-40585
test/rgw: raise timer durations for unittest_rgw_reshard_wait
Reviewed-by: Kefu Chai <kchai@redhat.com>
Casey Bodley
04:00 PM Backport #43288 (In Progress): nautilus: install-deps.sh fails with "No such file or directory" o...
Nathan Cutler
03:52 PM Backport #43288 (Resolved): nautilus: install-deps.sh fails with "No such file or directory" on o...
https://github.com/ceph/ceph/pull/32208 Nathan Cutler
03:59 PM rgw Bug #42924 (Triaged): radosgw-admin fail to connect to radosgw over https
Casey Bodley
03:59 PM rgw Bug #42925: Radosgw threads hangs indefinitely when a PG goes inactive
yeah, this needs some higher-level discussion and was raised on the ceph devel mailing list. radosgw calls into libra... Casey Bodley
03:57 PM Revision 64c4838e (ceph): install-deps.sh: install python2-{virtualenv,devel} on SUSE if needed
Recent versions of openSUSE are fully Python 3 systems, but Python 2 can still
be installed on them. When Python 2 *a...
Nathan Cutler
03:54 PM Revision c981115c (ceph): common: move xattr -> os/filestore/os_xattr
Aside from unittest_chain_xattr, these functions are only used by
filestore, so it makes sense to move them out of co...
David Disseldorp
03:52 PM Bug #23981 (Pending Backport): install-deps.sh fails with "No such file or directory" on openSUSE...
Nathan Cutler
03:20 PM Bug #23981 (Resolved): install-deps.sh fails with "No such file or directory" on openSUSE Tumbleweed
Nathan Cutler
03:47 PM rgw Bug #42987 (Duplicate): can't delete segment objects in Static large objects in swift API when se...
Casey Bodley
03:45 PM mgr Bug #42807 (Need More Info): ceph unittest failed
Is this reproducible? Neha Ojha
03:43 PM mgr Bug #42905 (Resolved): Clang compiler Generates errors on using a reference in a Lambda function
Kefu Chai
03:41 PM rgw Bug #43167 (Fix Under Review): RGW: RGWUserInfo decode current version is wrong
Abhishek Lekshmanan
03:41 PM Orchestrator Bug #42974: test_ceph_daemon.sh failure on osd create
Have we fixed this already? Neha Ojha
03:40 PM rgw Bug #43172 (Need More Info): Radosgw(rgw_build_bucket_policies) fails on old buckets
Casey Bodley
03:40 PM rgw Bug #43172: Radosgw(rgw_build_bucket_policies) fails on old buckets
could you please share the bucket instance metadata of one of these buckets?
radosgw-admin metadata get --metadata...
Casey Bodley
03:36 PM Orchestrator Bug #43153: mgr orchestrator hangs
Sebastian, mind taking a look at this? Neha Ojha
03:30 PM rgw Bug #43188 (Fix Under Review): Dynamic resharding not working for empty zonegroup in period
Casey Bodley
03:29 PM rgw Bug #43188: Dynamic resharding not working for empty zonegroup in period
can you share some steps to reproduce this broken period configuration? Casey Bodley
03:29 PM mgr Bug #37884 (Can't reproduce): mgr leak of MMonMgrReport from DaemonServer::send_report()
haven't seen it for a while. let's reopen it when it surfaces again. Kefu Chai
03:28 PM Orchestrator Bug #43273 (Triaged): mgr/rook: inconsistent path value for Devices
Sage Weil
09:18 AM Orchestrator Bug #43273 (Resolved): mgr/rook: inconsistent path value for Devices
The Rook orchestrator backend returns devices whose paths have no `/dev/` prefix, e.g.:... Kiefer Chang
03:28 PM mgr Bug #43287 (In Progress): HEALTH_ERR Module 'crash' has failed: time data '2019-07-06 15:5' does ...
Sage Weil
01:37 PM mgr Bug #43287 (Can't reproduce): HEALTH_ERR Module 'crash' has failed: time data '2019-07-06 15:5' d...
I've just upgrade ceph to 14.2.5, after restart I've got:
HEALTH_ERR Module 'crash' has failed: time data '2019-07...
Kitt Tientanopajai
03:25 PM mgr Bug #38573 (Resolved): mgr/ActivePyModule.cc: 54: FAILED ceph_assert(pClassInstance != nullptr)
i think this was related to https://tracker.ceph.com/issues/42744 .. probably just harder to hit before patrick's cha... Sage Weil
03:21 PM Orchestrator Bug #38806 (Won't Fix): ceph mgr/ansible module doesn't work
Sage Weil
03:21 PM mgr Bug #38621 (Won't Fix): py modules fail to cleanly shut down
Sage Weil
03:21 PM mgr Bug #39096 (Can't reproduce): common/Timer.cc: 50: FAILED ceph_assert(thread == __null) in ~SafeT...
Sage Weil
03:20 PM mgr Bug #42772 (Won't Fix): segv in notify_clog during shutdown
Sage Weil
03:19 PM Revision 031f91dc (ceph): Merge pull request #32153 from smithfarm/wip-23981
install-deps.sh: install python2-{virtualenv,devel} on SUSE if needed
Reviewed-by: Thomas Bechtold <tbechtold@suse.com>
Nathan Cutler
03:18 PM Messengers Bug #43070: CephxSessionHandler::_calc_signature segv
Radek, can you take a look? Neha Ojha
03:11 PM rgw Feature #43071: sync modules could not sync buckets with custom placement
Currently you'd require all the target zones also containing these pools, there is discussion in ceph-devel if we can... Abhishek Lekshmanan
03:10 PM Revision b27bef96 (ceph): cephadm: use raw string during `re.sub`
cephadm:198: DeprecationWarning: invalid escape sequence \s
nice_conf = re.sub('\n(\s)+', '\n', raw_conf)
Signed-o...
Michael Fritch
03:07 PM rgw Bug #43135 (Duplicate): rgw: core dump in RadosWriter
Casey Bodley
03:03 PM Bug #43285 (Fix Under Review): Use of /home in cephadm RPM packaging violates openSUSE packaging ...
Nathan Cutler
01:15 PM Bug #43285 (Resolved): Use of /home in cephadm RPM packaging violates openSUSE packaging policies
The "cephadm" RPM package contains a %pre scriptlet which creates a cephadm user if one does not already exist on the... Nathan Cutler
03:02 PM Revision 7ab50ef3 (ceph): cephadm: fix ConfigParser DeprecationWarning in py3
DeprecationWarning: This method will be removed in future versions.
Use 'parser.read_file()' instead.
Signed-off-by:...
Michael Fritch
03:00 PM rgw Backport #43233 (In Progress): nautilus: rgw: radosgw_admin teuthology task: No module named bunch
Nathan Cutler
03:00 PM Revision 5b2d8116 (ceph): qa: radosgw-admin: remove dependency on bunch package
Fixes: https://tracker.ceph.com/issues/43184
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from com...
Yehuda Sadeh
02:59 PM rgw Backport #43234 (In Progress): luminous: rgw: radosgw_admin teuthology task: No module named bunch
Nathan Cutler
02:59 PM Revision 70360f4f (ceph): qa: radosgw-admin: remove dependency on bunch package
Fixes: https://tracker.ceph.com/issues/43184
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from com...
Yehuda Sadeh
02:59 PM rgw Backport #43235 (In Progress): mimic: rgw: radosgw_admin teuthology task: No module named bunch
Nathan Cutler
02:58 PM Revision e3f90bd7 (ceph): qa: radosgw-admin: remove dependency on bunch package
Fixes: https://tracker.ceph.com/issues/43184
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from com...
Yehuda Sadeh
02:58 PM Cleanup #43171 (Resolved): ceph.spec.in: RHEL distro conditional evaluates to true for non-RHEL d...
Nathan Cutler
02:58 PM Revision 5158ffd0 (ceph): src/cls: store mirror image mode in migration spec
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
02:52 PM Linux kernel client Feature #23688 (Resolved): get_features with readonly=true for parent images
In 5.5-rc1. Ilya Dryomov
02:51 PM Linux kernel client Bug #42667 (Resolved): Cannot map an RBD image read-only with "osd 'profile read-only'" caps
In 5.5-rc1. Ilya Dryomov
02:28 PM CephFS Bug #43249 (Fix Under Review): cephfs-shell: exit failure when non-interactive command fails
Rishabh Dave
02:07 PM Dashboard Bug #43230 (Resolved): mgr/dashboard: test_diskprediction_local failure when running the backend ...
Kefu Chai
02:06 PM Revision 729401fa (ceph): Merge pull request #32151 from liewegas/fix-scipy
install-deps.sh: preload wheel for all mgr requirements.txt files
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Rev...
Kefu Chai
01:55 PM Revision 9797f6b8 (ceph): lvm: add deactivate subcommand
This new subcommand unmounts and OSDs tmpfs mount and closes crypt
devices if there are any.
Signed-off-by: Jan Faje...
Jan Fajerski
01:55 PM Revision 705ed111 (ceph): util/system: add unmount_tmpfs helper
Thsi unmounts a path if and only if it's a tmpfs mount.
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski
01:18 PM Dashboard Cleanup #43286 (New): mgr/dashboard: refactor OSD actions menu
Currently cluster.OSD actions menu:
* Contains 11 sub-entries (while for UI usability the recommended is around 5-7 ...
Ernesto Puerta
01:11 PM Revision 15dac7ac (ceph): msg/async/dpdk: refactor set_rss_table to support DPDK 19.05
The filter API was deprecated in DPDK 19.05, using the flow
API to set rss table.
Signed-off-by: Chunsong Feng <feng...
f00391043
01:07 PM Dashboard Bug #43284 (Fix Under Review): mgr/dashboard: run-frontend-e2e-tests.sh: allow user defined BASE_...
Alfonso Martínez
12:43 PM Dashboard Bug #43284 (Resolved): mgr/dashboard: run-frontend-e2e-tests.sh: allow user defined BASE_URL & np...
Alfonso Martínez
01:05 PM Revision 1cf4c8d5 (ceph): mgr/dashboard: run-frontend-e2e-tests.sh: allow user defined BASE_URL &...
Fixes: https://tracker.ceph.com/issues/43284
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Alfonso Martínez
12:52 PM Revision 4c43214f (ceph): mgr/dashboard: Add support for blinking enclosure LEDs
Fixes: https://tracker.ceph.com/issues/42609
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
12:42 PM ceph-volume Bug #43283 (New): unit test failure: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in ...
... Jan Fajerski
12:38 PM Revision 68527ab8 (ceph): mgr/dashboard: install teuthology using pip
* install teuthology using pip
* do not install the dependencies manually, it's error-prone
to maintain two copies ...
Kefu Chai
12:38 PM Revision a9906b8c (ceph): vstart_runner: be python3 compatible
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:38 PM Revision bde4429f (ceph): mgr/dashboard: correct quotes
Signed-off-by: Tatjana Dehler <tdehler@suse.com> Tatjana Dehler
12:38 PM Revision 0327a12d (ceph): mgr/dashboard: remove BsDatepickerModule import
Remove the import because it's imported twice.
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
Tatjana Dehler
12:21 PM rgw Bug #43259: S3 CopyObject: failed to parse copy location
Backport for is mimic needed too. Vladimir Buyanov
12:07 PM rgw Bug #43259 (Fix Under Review): S3 CopyObject: failed to parse copy location
Kefu Chai
08:51 AM rgw Bug #43259: S3 CopyObject: failed to parse copy location
PR with fix: https://github.com/ceph/ceph/pull/32205 Vladimir Buyanov
07:19 AM rgw Bug #43259: S3 CopyObject: failed to parse copy location
Also affected:
- 14.2.3
- 14.2.4
- 14.2.5
Vladimir Buyanov
12:02 PM Revision a5a44cf4 (ceph): install-deps.sh: install python2-{virtualenv,devel} on SUSE if needed
Recent versions of openSUSE are fully Python 3 systems, but Python 2 can still
be installed on them. When Python 2 *a...
Nathan Cutler
12:00 PM Revision 9adbe936 (ceph): Merge pull request #32172 from wjwithagen/wjw-fix-test_cls_rbd-compat
test/cls_rbd: include compat.h for ERESTART
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
11:55 AM Dashboard Feature #43261 (Fix Under Review): mgr/dashboard: "Promote" CRUSH options in pool form
Ricardo Marques
11:48 AM Dashboard Feature #43261 (In Progress): mgr/dashboard: "Promote" CRUSH options in pool form
Ricardo Marques
11:41 AM Revision 697f87b5 (ceph): rbd-mirror: allow to have different priority levels
for aggregated and per-image perf counters
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
11:27 AM Revision 9242d539 (ceph): Merge pull request #32182 from sebastian-philipp/upstream-pull-31757
mgr/test_orchestrator: Add dummy data
Reviewed-by: Volker Theile <vtheile@suse.com>
Sebastian Wagner
11:02 AM ceph-volume Bug #41391 (Won't Fix): ceph-volume doesn't detect invalid options
I agree. The issue is that the combination of an optional positional argument with a type validator and an optional f... Jan Fajerski
10:34 AM Backport #43280 (In Progress): nautilus: "install-deps.sh" fails with "rpmspec: command not found...
Nathan Cutler
09:37 AM Backport #43280 (Resolved): nautilus: "install-deps.sh" fails with "rpmspec: command not found" o...
https://github.com/ceph/ceph/pull/32208 Nathan Cutler
10:34 AM Revision 8cba1bdb (ceph): rpm: add rpm-build to SUSE-specific make check deps
The binary /usr/bin/rpmspec was recently moved to rpm-build, breaking
install-deps.sh on openSUSE Tumbleweed. The pac...
Nathan Cutler
10:16 AM RADOS Bug #43174: pgs inconsistent, union_shard_errors=missing
Greg thanks for the reply.
Greg Farnum wrote:
> If you fetch an object in RGW and its backing RADOS objects are m...
Aleksandr Rudenko
10:15 AM Dashboard Bug #43136 (Fix Under Review): mgr/dashboard: OSD IDs are not displayed in inventory page when us...
Kiefer Chang
10:01 AM Revision 3f3c56d2 (ceph): mgr/dashboard: Fix OSD IDs are not displayed when using cephadm backend
The basename of device path should be used for OSD mapping comparison.
e.g. `/dev/sda` -> `sda`.
Fixes: https://trac...
Kiefer Chang
09:47 AM Dashboard Bug #43060 (Resolved): mgr/dashboard: Invalid SSO configuration when certificate path does not exist
Lenz Grimmer
09:47 AM Revision 6bab7c80 (ceph): Merge pull request #31920 from ricardoasmarques/fix-sso-certs
mgr/dashboard: Invalid SSO configuration when certificate path does not exist
Reviewed-by: Ernesto Puerta <epuertat@...
Lenz Grimmer
09:44 AM Revision 63c6c230 (ceph): mgr/dashboard: Use badges for counters in tabs (#31938)
mgr/dashboard: Use badges for counters in tabs
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Me...
Lenz Grimmer
09:43 AM Dashboard Bug #43016: mgr/dashboard: 'always on' modules should be indicated as 'enabled' in dashboard (eve...
Backport will be handled via #41648 Nathan Cutler
09:41 AM ceph-volume Backport #43282 (Resolved): mimic: ceph-volume does not respect $PATH
https://github.com/ceph/ceph/pull/32861 Nathan Cutler
09:41 AM ceph-volume Backport #43281 (Resolved): nautilus: ceph-volume does not respect $PATH
https://github.com/ceph/ceph/pull/32860 Nathan Cutler
09:41 AM RADOS Bug #38330 (Resolved): osd/OSD.cc: 1515: abort() in Service::build_incremental_map_msg
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Nathan Cutler
09:37 AM rgw-testing Backport #43279 (Resolved): nautilus: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on...
https://github.com/ceph/ceph/pull/32229 Nathan Cutler
09:37 AM rgw-testing Backport #43278 (Resolved): luminous: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on...
https://github.com/ceph/ceph/pull/32227 Nathan Cutler
09:37 AM rgw-testing Backport #43277 (Resolved): mimic: "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on ub...
https://github.com/ceph/ceph/pull/32228 Nathan Cutler
09:36 AM ceph-volume Backport #43276 (Resolved): mimic: TestMixedType.test_filter_all_data_devs must patch VolumeGroups
https://github.com/ceph/ceph/pull/32559 Nathan Cutler
09:36 AM ceph-volume Backport #43275 (Resolved): nautilus: TestMixedType.test_filter_all_data_devs must patch VolumeGr...
https://github.com/ceph/ceph/pull/32558 Nathan Cutler
09:30 AM rbd Bug #43274 (Need More Info): unittest_rbd_mirror: Exception: SegFault
Unfortunately, I don't know what exactly went wrong:... Sebastian Wagner
09:26 AM ceph-volume Bug #36728 (Pending Backport): ceph-volume does not respect $PATH
Jan Fajerski
09:26 AM Revision c2ebd382 (ceph): Merge pull request #31787 from shyukri/wip-36728-c_v-util-which-path
ceph-volume: util: look for executable in $PATH Jan Fajerski
09:26 AM Bug #43100 (Resolved): luminous: ceph-detect-init tox tests fail due to problem with py3 dependen...
Nathan Cutler
09:25 AM rbd Backport #42988 (Resolved): luminous: update kernel.sh for read-only changes
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31846
m...
Nathan Cutler
09:23 AM RADOS Backport #43119 (Resolved): mimic: osd/OSD.cc: 1515: abort() in Service::build_incremental_map_msg
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/32000
m...
Nathan Cutler
09:23 AM Revision e4132d2e (ceph): Allow List[HostSpec] in PlacementSpec
Signed-off-by: Joshua Schmid <jschmid@suse.de> Joshua Schmid
09:23 AM Revision e4a68535 (ceph): mgr/ssh fix tests for update_mds/mgr/mds/rgw/rbd-mirror
Signed-off-by: Joshua Schmid <jschmid@suse.de> Joshua Schmid
09:22 AM ceph-volume Bug #43107 (Pending Backport): TestMixedType.test_filter_all_data_devs must patch VolumeGroups
Jan Fajerski
09:21 AM Revision 0127cd1e (ceph): qa: Enable flake8 tox and fix failures
There were a couple of problems found by flake8 in the qa/
directory (most of them fixed now). Enabling flake8 during...
Thomas Bechtold
09:18 AM Revision be25c6ed (ceph): Merge pull request #32080 from smithfarm/wip-43171
ceph.spec.in: move distro-conditional deps to dedicated section
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-b...
Nathan Cutler
09:06 AM Revision 1b7ff6b0 (ceph): orch: extend PlacementSpec and add StatefulServiceSpec
* add public set_nodes()
* add StatefulServiceSpec
Signed-off-by: Joshua Schmid <jschmid@suse.de>
Joshua Schmid
09:06 AM Revision 1498170a (ceph): orch_cli: adapt to changes in PlacementSpec and ServiceSpec
* adapt to changes in PlacementSpec (count moved to PlacementSpec)
* added label param to update_& functions
Signed-...
Joshua Schmid
09:06 AM Revision 42beab66 (ceph): mgr/ssh: Add SimpleScheduler and streamline arg passing
* adding a mechanism to augment specs.placement.nodes
even when no nodes are provided via dynamic determination
f...
Joshua Schmid
09:06 AM Revision d46b8812 (ceph): mgr/rook: adapt to arg passing change in orchestrator_cli.py
Signed-off-by: Joshua Schmid <jschmid@suse.de> Joshua Schmid
09:00 AM Revision 40e755c3 (ceph): Merge pull request #32175 from rzarzynski/wip-crimson-errorator-do_with...
crimson: make seastar::do_with() a friend of errorated futures.
Reviewed-by: Liu-Chunmei <chunmei.liu@intel.com>
Rev...
Kefu Chai
08:53 AM Revision b733e78f (ceph): debian/control: install scipy for build too
Needed for make check
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:44 AM RADOS Bug #43193: "ceph ping mon.<id>" cannot work
The command "ceph ping mon.a" or "ceph ping mon.b" or "ceph ping mon.c" works fine.
If the mon id is not specified, ...
Min Shi
08:41 AM Support #43253: How to issue log messages in library code
Min Shi wrote:
> /etc/conf
> [client]
> log_file = /var/log/ceph/ceph-client.log
> debug_rados = 20/20
> debug_m...
Min Shi
08:40 AM Support #43253: How to issue log messages in library code
/etc/conf
[client]
log_file = /var/log/ceph/ceph-client.log
debug_rados = 20/20
debug_monc = 20/20
this solve ...
Min Shi
08:39 AM Revision 43c43a53 (ceph): mds: take snaplock and policylock during path traverse.
To take locks in top-down order for a MDRequest, we need to first take
snap/policy rdlocks on ancestor inodes of the ...
Yan, Zheng
08:16 AM rgw Bug #43221 (Fix Under Review): rgw: GET Bucket fails on renamed bucket on archive zone
Shilpa MJ
07:45 AM Revision ce4e554e (ceph): Revert "mgr/DaemonServer: safe-to-destroy - do not consider irrelevant ...
This reverts commit ba8dd78236eec2c70b9bdc335d847c5762d4b6d4.
We use OSD device class to separate pools. Hence remov...
xie xingguo
06:29 AM CephFS Documentation #37746: doc: how to mount a subdir with ceph-fuse/kclient
Марк Коренберг wrote:
> Well,
> 1. I don't consider using options in the device part. I just found a working examp...
Jos Collin
05:51 AM Revision cb399a9b (ceph): Merge pull request #32143 from tchaikov/wip-qa-rocksdb-test
qa/workunits/rados/test_envlibrados_for_rocksdb: accomodate rocksdb c…
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
05:50 AM Revision 283e11b6 (ceph): cephfs-shell: rearrange code for convenience
Signed-off-by: Rishabh Dave <ridave@redhat.com> Rishabh Dave
05:45 AM Revision fba323a7 (ceph): Includes --max-threads fix for valgrind RGW
Signed-off-by: Tejas Chandramouli <tchandra@redhat.com> Tejas C
05:40 AM CephFS Backport #43271 (In Progress): nautilus: qa/tasks: Fix raises that doesn't re-raise in test_volum...
Jos Collin
05:30 AM CephFS Backport #43271 (Resolved): nautilus: qa/tasks: Fix raises that doesn't re-raise in test_volumes.py
https://github.com/ceph/ceph/pull/33122 Jos Collin
05:31 AM RADOS Bug #41317 (Fix Under Review): PeeringState::GoClean will call purge_strays unconditionally
Neha Ojha
04:21 AM Revision 066981de (ceph): doc/_templates/page.html: redirect to etherpad
This simplifies things for users who are not able to add cards to
https://github.com/ceph/ceph/projects/4 due to insu...
Neha .
03:11 AM Revision c4d12bfe (ceph): Merge pull request #32099 from hjwsm1989/wip-cancel-invalid-upmap-2
crush: remove invalid upmap items
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: David Zafman <dzafm...
Xie Xingguo
02:30 AM Revision cdad3d20 (ceph): Merge PR #32193 into master
* refs/pull/32193/head:
qa/tasks/ceph2 -> cephadm
mgr/ssh -> mgr/cephadm
mgr/ssh,cephadm: ceph-daemon -> cephadm
...
Sage Weil
01:14 AM Revision cd1c05ac (ceph): mgr/ssh -> mgr/cephadm
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:14 AM Revision 6c4541bb (ceph): qa/tasks/ceph2 -> cephadm
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:14 AM Revision 9fb2bfed (ceph): doc/bootstrap: ceph-daemon -> cephadm
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:14 AM Revision f466b3a1 (ceph): mgr/ssh,cephadm: ceph-daemon -> cephadm
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:14 AM Revision d120ffcd (ceph): ceph-daemon-adoption-corpus -> cephadm-adoption-corpus
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:14 AM Revision c8750b70 (ceph): files,rpm,deb: rename ceph-daemon -> cephadm
This is just renaming the files and adjusting the packages. Lots of
cleanup to do still.
Signed-off-by: Sage Weil <...
Sage Weil
01:14 AM Revision caf95211 (ceph): mgr/ssh: rename option ceph_daemon_path -> cephadm_path
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:14 AM Revision 7d63071d (ceph): mgr/ssh,qa/tasks/ceph2: fix mode to be cephadm-package (vs root)
At the same time align the option names with ceph2.py, yay.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:14 AM Revision 51ecc1b9 (ceph): qa/tasks: ceph-daemon -> cephadm throughput var names and comments
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:14 AM Revision 137fa64e (ceph): qa: rename ceph-daemon tests -> cephadm
Also move the workunit to a better location.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
12:59 AM bluestore Bug #43183: Segmentation fault in tcmalloc when create osd
Yes, dpdk is enabled, the error probability is 10%, and retry will succeed chunsong feng
12:09 AM CephFS Bug #43270 (Fix Under Review): kclient: retry the same mds later after the new session is opened
This is the fixing patch: https://github.com/ceph/ceph-client/commit/5be1d0c54652ae3ba0a452bb3b12950e20597d0e Xiubo Li
12:08 AM CephFS Bug #43270 (Resolved): kclient: retry the same mds later after the new session is opened
With max_mds > 1 and for a request which are choosing a random
mds rank and if the relating session is not opened ye...
Xiubo Li
12:04 AM RADOS Bug #43267 (Rejected): unexpected error in BlueStore::_txc_add_transaction
Jeff Layton
12:02 AM RADOS Bug #43267: unexpected error in BlueStore::_txc_add_transaction
Nope, it was full. Well spotted:... Jeff Layton

12/11/2019

11:56 PM Revision 4960f579 (ceph): osd/PeeringState.cc: skip peer_purged when discovering all missing
We hit a couple of bugs because in discover_all_missing() we send
pg_query to an OSD that was marked stray and alread...
Neha .
11:56 PM rgw Bug #43269 (Fix Under Review): rgw: lc: continue past get_obj_state() failure
Matt Benjamin
10:59 PM rgw Bug #43269 (Resolved): rgw: lc: continue past get_obj_state() failure
The get_obj_state() failure in particular could indicate a race with
an object being deleted, so likely is non-fatal...
Matt Benjamin
11:28 PM Revision 0efa73f0 (ceph): mds: update default MDS cache size memory limit
1GB is too low as a default and usually results in cache size warnings
at that size; the MDS will struggle to maintai...
Patrick Donnelly
11:28 PM Revision ef1c13de (ceph): common/options: note runtime effect for some MDS configs
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
11:28 PM RADOS Bug #43267: unexpected error in BlueStore::_txc_add_transaction

This is caused by an out of space condition that won't usually happen. Check your BlueStore configuration.
Is ...
David Zafman
10:21 PM RADOS Bug #43267: unexpected error in BlueStore::_txc_add_transaction
This is simply out-of-space condition, see:
-6> 2019-12-11T16:13:44.466-0500 7fcbe4ecd700 -1 bluestore(/build/ce...
Igor Fedotov
09:39 PM RADOS Bug #43267 (Rejected): unexpected error in BlueStore::_txc_add_transaction
I was testing kcephfs vs. a vstart cluster and the OSD crashed. fsstress was running at the time, so it was being kep... Jeff Layton
10:58 PM Revision f9dd562c (ceph): rgw: lc: continue past get_obj_state() failure
The get_obj_state() failure in particular could indicate a race with
an object being deleted, so likely is non-fatal....
Matt Benjamin
10:26 PM RADOS Bug #43268 (New): Restrict admin socket commands more from the Ceph tool
https://bugzilla.redhat.com/show_bug.cgi?id=1780458
It sounds like we've given admin socket access to any cephx us...
Greg Farnum
10:26 PM bluestore Bug #43183: Segmentation fault in tcmalloc when create osd
Looks like SPDK/DPDK mode is enabled. Suggest to turn this off as a workaround. Igor Fedotov
10:17 PM RADOS Bug #43106 (Resolved): mimic: crash in build_incremental_map_msg
Marking this resolved as all the backports are now in place. Neha Ojha
10:17 PM RADOS Bug #43174 (Closed): pgs inconsistent, union_shard_errors=missing
If you fetch an object in RGW and its backing RADOS objects are missing, it just fills in the space with zeros. It so... Greg Farnum
10:15 PM RADOS Bug #43173 (Duplicate): pgs inconsistent, union_shard_errors=missing
Neha Ojha
09:49 PM Revision a5b30370 (ceph): Merge PR #32189 into master
* refs/pull/32189/head:
mgr/orchestrator_cli: set type for 'orchestrator' option
Reviewed-by: Sebastian Wagner <swa...
Sage Weil
09:48 PM Revision a2af5518 (ceph): Merge PR #32157 into master
* refs/pull/32157/head:
ceph-daemon: fix pod stop
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Mic...
Sage Weil
09:34 PM Revision e8b40e60 (ceph): python-common: Also test mgr/test_orchestrator/dummy_data.json
Make sure, `pybind/mgr/test_orchestrator/dummy_data.json` is not getting out of date.
Signed-off-by: Sebastian Wagne...
Sebastian Wagner
09:15 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
The baseline performance is surprising I think. That's with the same MDS patches? The usual full tilt create/second r... Patrick Donnelly
06:19 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
Changed my test rig around a bit so I could give bluestore a LV backed by an SSD, and rebuilt the kernel w/o KASAN.
...
Jeff Layton
04:57 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
I've pushed the current patch stack to https://github.com/ceph/ceph-client/tree/wip-async-dirops .
It's still very...
Jeff Layton
04:45 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
The patchset currently has a module option to enable this that defaults of "off". So I can do some apples to apples t... Jeff Layton
04:36 PM CephFS Feature #24461: cephfs: improve file create performance buffering file unlink/create operations
I finally have a working patchset for this, and so far, the results are somewhat lackluster. I'm seeing about the sam... Jeff Layton
08:07 PM RADOS Bug #43266 (Fix Under Review): common: admin socket compiler warning
Patrick Donnelly
08:03 PM RADOS Bug #43266 (Resolved): common: admin socket compiler warning
... Patrick Donnelly
08:06 PM Revision 6456f5ab (ceph): common: handle return value from read(2)
Fixes: https://tracker.ceph.com/issues/43266
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:53 PM rbd Backport #42988: luminous: update kernel.sh for read-only changes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/31846
merged
Yuri Weinstein
07:53 PM Revision 7a7a9cbb (ceph): Merge pull request #31846 from smithfarm/wip-42988-luminous
luminous: tests: kernel.sh: update for read-only changes
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
06:26 PM Revision e6c55547 (ceph): mgr/orchestrator_cli: set type for 'orchestrator' option
If we don't specify the type, the mgr_module.py will str() the default
value, turning it into "None", breaking the se...
Sage Weil
06:13 PM Revision c9e4c534 (ceph): rbd-mirror: rename per-image replication perf counters
The same names for aggregated and per-image counters cause
problems for prometheus.
Fixes: https://tracker.ceph.com/...
Mykola Golub
05:51 PM CephFS Cleanup #41951 (Resolved): mds: obsolete mds_cache_size
Patrick Donnelly
05:44 PM Revision 2216c63e (ceph): Merge PR #31729 into master
* refs/pull/31729/head:
qa: reduce cache size further
mds: obsoleting 'mds_cache_size'
Reviewed-by: Patrick Donnel...
Patrick Donnelly
05:43 PM CephFS Cleanup #42866 (Resolved): mds: reorg ScrubStack header
Patrick Donnelly
05:42 PM Revision 70c6043f (ceph): Merge PR #31718 into master
* refs/pull/31718/head:
mds: Reorganize class members in ScrubStack header
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
05:41 PM CephFS Cleanup #42865 (Resolved): mds: reorg ScrubHeader header
Patrick Donnelly
05:41 PM Revision 390661b4 (ceph): Merge PR #31717 into master
* refs/pull/31717/head:
mds: Reorganize class members in ScrubHeader header
Reviewed-by: Patrick Donnelly <pdonnell...
Patrick Donnelly
05:40 PM CephFS Cleanup #42864 (Resolved): mds: reorg ScatterLock header
Patrick Donnelly
05:40 PM Revision 2399be4a (ceph): Merge PR #31716 into master
* refs/pull/31716/head:
mds: Reorganize class members in ScatterLock header
Reviewed-by: Patrick Donnelly <pdonnell...
Patrick Donnelly
05:39 PM CephFS Cleanup #42813 (Resolved): mds: reorg RecoveryQueue header
Patrick Donnelly
05:39 PM Revision e15e0ef8 (ceph): Merge PR #31635 into master
* refs/pull/31635/head:
mds: Reorganize class members in RecoveryQueue header
Reviewed-by: Patrick Donnelly <pdonne...
Patrick Donnelly
05:39 PM CephFS Cleanup #42792 (Resolved): mds: reorg OpenFileTable header
Patrick Donnelly
05:37 PM Revision e241f773 (ceph): Merge PR #31597 into master
* refs/pull/31597/head:
mds: Reorganize class members in OpenFileTable header
Reviewed-by: Patrick Donnelly <pdonne...
Patrick Donnelly
05:37 PM CephFS Bug #41694 (Pending Backport): qa/tasks: Fix raises that doesn't re-raise in test_volumes.py
Patrick Donnelly
05:36 PM Revision a645994d (ceph): Merge PR #30201 into master
* refs/pull/30201/head:
qa/tasks: remove subvolume, subvolumegroup and their snapshots with --force
qa/tasks: Fix t...
Patrick Donnelly
05:12 PM Dashboard Feature #43264 (Resolved): mgr/dashboard: audit current WCAG 2.1 support [accessibility - a11y]
While it's very likely that dashboard meets some accessibility guidelines (ARIA attributes, alt text, etc), we curren... Ernesto Puerta
05:10 PM Revision 3398379a (ceph): Merge PR #32178 into master
* refs/pull/32178/head:
qa/standalone/test_ceph_daemon.sh: disable adoption for the moment
Reviewed-by: Sebastian W...
Sage Weil
04:57 PM Dashboard Bug #43263 (Fix Under Review): mgr/dashboard: RGW subuser S3 key not auto-generated.
Alfonso Martínez
04:46 PM Dashboard Bug #43263 (Resolved): mgr/dashboard: RGW subuser S3 key not auto-generated.
Steps to reproduce:
- From Dashboard move to Object Gateway tab
- select user and create some RGW user
- For the s...
Alfonso Martínez
04:53 PM Revision 07a08aac (ceph): mgr/dashboard: fix RGW subuser auto-generate key.
Fixes: https://tracker.ceph.com/issues/43263
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Alfonso Martínez
04:47 PM rgw-testing Bug #43077 (Pending Backport): "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on ubuntu
Casey Bodley
01:29 AM rgw-testing Bug #43077 (Resolved): "cd /home/ubuntu/cephtest/s3-tests && ./bootstrap" fails on ubuntu
Kefu Chai
04:38 PM Dashboard Bug #43262 (New): mgr/dashboard: security: upgrade serialize-javascript
"GHSA-h9rv-jmmf-4pgx":https://github.com/advisories/GHSA-h9rv-jmmf-4pgx. Seems it might have no impact on dashboard, ... Ernesto Puerta
04:35 PM Revision 64b9e69d (ceph): Merge pull request #32176 from idryomov/wip-doc-fancy-striping
doc: clarify support for rbd fancy striping
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:35 PM Dashboard Feature #43261 (Resolved): mgr/dashboard: "Promote" CRUSH options in pool form
"Crush ruleset" and "Erasure code profile" fields in the pool form should be moved to a dedicated "CRUSH" section in ... Ricardo Marques
04:04 PM Dashboard Feature #43260 (Pending Backport): mgr/dashboard: Support creating a placement rule that targets ...
It's already possible to select an existing "Crush ruleset" in pool creation form, but we should also be able to crea... Ricardo Marques
04:00 PM mgr Bug #43004: Prometheus Scrap error due to rbd-mirror replication stats
The problem is caused by rbd-mirror perf stats.
The fix is provided in https://github.com/ceph/ceph/pull/32184
@O...
Mykola Golub
03:51 PM mgr Bug #43004 (Fix Under Review): Prometheus Scrap error due to rbd-mirror replication stats
Mykola Golub
03:30 PM CephFS Bug #43247 (Resolved): qa: test_cephfs_shell.TestSnapshots.test_snap FAIL
Patrick Donnelly
03:02 PM rgw Bug #43255 (Fix Under Review): rgw: bucket modification time inconsistency between zones
Casey Bodley
01:22 PM rgw Bug #43255 (Resolved): rgw: bucket modification time inconsistency between zones
Trying to create an already existing bucket updates its creation time on the zone where the operation is performed. Yehuda Sadeh
02:24 PM Revision be58eb0a (ceph): Merge PR #32163 into master
* refs/pull/32163/head:
qa: fix output check to not be sensitive to debugging
Reviewed-by: Rishabh Dave <ridave@red...
Patrick Donnelly
02:18 PM rgw Bug #43259 (Resolved): S3 CopyObject: failed to parse copy location
Hello.
Commit https://github.com/ceph/ceph/commit/ea979b915581c02c0bc8dba23f4fd83e635fe9a7#diff-91c04dc5e6532eab0d6f...
Vladimir Buyanov
02:17 PM Revision e80d14a1 (ceph): ceph.spec.in: move distro-conditional deps to dedicated section
Post e92cb7a0336406a2981e9241031497b1749b26aa cleanup. Restore previous
structure of "distro-conditional make check d...
Nathan Cutler
02:15 PM Bug #42612 (Pending Backport): "install-deps.sh" fails with "rpmspec: command not found" on openS...
Nathan Cutler
02:14 PM Revision 7afafc06 (ceph): Merge pull request #32083 from smithfarm/wip-42612
rpm: add rpm-build to SUSE-specific make check deps
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Thoma...
Nathan Cutler
02:06 PM Revision f17de368 (ceph): mgr/test_orchestrator: Add dummy data
Add a JSON file containing dummy data for testing the orchestrator.
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
02:06 PM Revision e5e41c44 (ceph): Merge PR #32160 into master
* refs/pull/32160/head:
doc/releases/nautilus,PendingReleaseNotes: consolidate telemetry note
Reviewed-by: Nathan C...
Sage Weil
01:55 PM Dashboard Bug #43016 (Duplicate): mgr/dashboard: 'always on' modules should be indicated as 'enabled' in da...
Volker Theile
01:52 PM Revision 2558b55b (ceph): api/lvm: add get_lv_by_osd_id method
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
01:50 PM CephFS Documentation #37746: doc: how to mount a subdir with ceph-fuse/kclient
Well,
1. I don't consider using options in the device part. I just found a working example and wondered that there ...
Марк Коренберг
05:28 AM CephFS Documentation #37746: doc: how to mount a subdir with ceph-fuse/kclient
Марк Коренберг wrote:
> In order not to loose linked info from https://forum.proxmox.com/threads/mount-cephfs-using-...
Jos Collin
01:39 PM Dashboard Backport #43258 (Resolved): nautilus: mgr/dashboard: Language selection issues on Firefox
https://github.com/ceph/ceph/pull/33763 Nathan Cutler
01:38 PM RADOS Backport #43257 (Resolved): mimic: monitor config store: Deleting logging config settings does no...
https://github.com/ceph/ceph/pull/33327 Nathan Cutler
01:38 PM RADOS Backport #43256 (Resolved): nautilus: monitor config store: Deleting logging config settings does...
https://github.com/ceph/ceph/pull/32846 Nathan Cutler
01:32 PM Revision 80cbe97e (ceph): qa/standalone/test_ceph_daemon.sh: disable adoption for the moment
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:30 PM mgr Bug #42982: Monitoring: alert for "pool full" wrong
One of our pools has now reached a value of 1.04 based on the original expression.
I would say it is obvious that th...
Thomas Kriechbaumer
01:19 PM Revision ecde6cd6 (ceph): ceph-volume: use correct extents when using db-devices and >1 osds_per_...
Actual data size depending on osds_per_device needs to be calculated here. Otherwise, if osds_per_device is greater t... Fabian Niepelt
12:53 PM Dashboard Bug #43254 (Resolved): mgr/dashboard: Jenkins dashboard test failures due to "Error: Angular coul...
The dashboard e2e test Jenkins job currently fails during the frontend build (run-frontend-e2e-script.sh execution), ... Laura Paduano
12:44 PM Revision 2ad13f5d (ceph): Merge pull request #32161 from mgfritch/wip-cd-tox-warn
ceph-daemon: `imp` module DeprecationWarning Thomas Bechtold
12:38 PM Dashboard Bug #42376 (Pending Backport): mgr/dashboard: Language selection issues on Firefox
Lenz Grimmer
12:28 PM Revision dff411f1 (ceph): osd/OSDMap.cc: add more info in json output of osd stat
Fixes: https://tracker.ceph.com/issues/41718
Signed-off-by: Shen Hang <harryshen18@gmail.com>
shen hang
12:28 PM Revision d6e7f510 (ceph): mgr/dashboard: Disable cache for static files (#31018)
mgr/dashboard: Disable cache for static files
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Lenz Grimmer
12:17 PM Revision 8087600d (ceph): api/lvm: add deactivate method to Volume class
Simply calls lvchange -an to deactivate a logical volume.
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski
11:54 AM CephFS Bug #43249 (In Progress): cephfs-shell: exit failure when non-interactive command fails
Rishabh Dave
11:41 AM Revision abd20b5c (ceph): doc: clarify support for rbd fancy striping
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
10:58 AM rgw Bug #41745: radosgw-admin orphans find stuck forever
Cluster actually provides S3 access and RBD. No swift.
This cluster comes from the previous version of Nautilus I th...
Manuel Rios
10:57 AM Revision b667e862 (ceph): crimson: make seastar::do_with() a friend of errorated futures.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:56 AM Support #43253 (Closed): How to issue log messages in library code
For example, using the commond "ceph -s" only output the final result.
But I want to get the detail log of RadosClie...
Min Shi
10:51 AM Dashboard Feature #43252 (New): mgr/dashboard: Add I18N/L10N support to the backend to return localized err...
This came up during the review of "PR32032":https://github.com/ceph/ceph/pull/32032 - by moving the validation of the... Lenz Grimmer
10:07 AM Revision 1c112753 (ceph): test/cls_rbd: include compat.h for ERESTART
Fixes:9328b402c2d471c7cfc34fa9414825bf2915e7a2
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Willem Jan Withagen
09:59 AM CephFS Bug #43251 (Resolved): mds: track client provided metric flags in session
With PR https://github.com/ceph/ceph/pull/26004, MDS will start tracking client provided metrics. However, the set of... Venky Shankar
09:49 AM Dashboard Bug #43230: mgr/dashboard: test_diskprediction_local failure when running the backend API tests (...
For the e2e Jenkins system see: https://github.com/ceph/ceph-build/pull/1448 Laura Paduano
07:10 AM CephFS Bug #43250 (Fix Under Review): qa/test_cephfs_shell: TestDu.test_du_works_for_hardlinks fails
Rishabh Dave
06:57 AM CephFS Bug #43250 (In Progress): qa/test_cephfs_shell: TestDu.test_du_works_for_hardlinks fails
Rishabh Dave
06:42 AM CephFS Bug #43250 (Resolved): qa/test_cephfs_shell: TestDu.test_du_works_for_hardlinks fails
Got this yesterday locally -... Rishabh Dave
04:44 AM Revision 2a28889b (ceph): doc: clarify difference between fs and kcephfs suite
Fixes: https://tracker.ceph.com/issues/43220
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
04:44 AM Revision bcf32a12 (ceph): doc: mention multimds suite in dev guide
Fixes: https://tracker.ceph.com/issues/43222
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
04:08 AM Revision 8e00a36d (ceph): Merge pull request #32025 from tchaikov/wip-pick-address-silence-warning
common/pick_address.cc: silence GCC warning
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
04:05 AM RADOS Bug #42964 (Pending Backport): monitor config store: Deleting logging config settings does not de...
Sage Weil
04:05 AM Orchestrator Bug #42876 (Resolved): adopt test in test_ceph_daemon.sh fails
Sage Weil
04:05 AM Revision 628af7f2 (ceph): Merge PR #32091 into master
* refs/pull/32091/head:
common/config: update values when they are removed via mon
Reviewed-by: Neha Ojha <nojha@re...
Sage Weil
02:04 AM Revision b9225dfb (ceph): common/pick_address.cc: silence GCC warning
* use `string_view` instead of string
* use `auto` instead of `int` to silence the warning
* use `enum class` instead...
Kefu Chai
01:28 AM Revision 0e52da06 (ceph): Merge pull request #31839 from alimaredia/wip-s3-test-branch-refactor
qa: update s3-test download code for s3-test tasks
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Yuri ...
Kefu Chai
12:45 AM Bug #24797: FindCython.cmake fails to find /usr/bin/cython on openSUSE Leap 15 (py3-only)
Edit cmake/modules/FindCython.cmake
Replace
COMMAND ${Python${PYTHON_VERSION}_EXECUTABLE} -m cython --version
...
Jos Collin
12:45 AM Revision 0448a31f (ceph): qa: fix output check to not be sensitive to debugging
The traceback would screw up the equality checks.
Also, use unittest asserts so we can easily see the assert values....
Patrick Donnelly
12:11 AM Revision a1dd8d38 (ceph): osdc: audit memset & bzero users for FIPS.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit d2604f45cfae6dd5fdd1efe52f60004ce2...
Radoslaw Zarzynski
12:11 AM Revision f4423fa1 (ceph): osd: audit memset & bzero users for FIPS.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit 63e0c637963d611518e09ea7bd2dd24b9f...
Radoslaw Zarzynski
12:11 AM Revision 192fea3c (ceph): mds: audit memset & bzero users for FIPS.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit 81fd0a4a8720895ca224c2363478bdfaa3...
Radoslaw Zarzynski
12:11 AM Revision a81fbe89 (ceph): rgw: fix indentation in parse_rgw_ldap_bindpw().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit 956f57c711c73c0fe34736b87a1ff341a9...
Radoslaw Zarzynski
12:11 AM Revision c2a8a9de (ceph): rgw: audit memset & bzero users for FIPS.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit cdfc5cded9db88c59fc8e9b5dcee0a0fb1...
Radoslaw Zarzynski
12:11 AM Revision 7b061bce (ceph): rgw: switch to ceph::crypto::zeroize_for_security().
CONFLICT: it seems rgw_kms.cc has been dissected from
rgw_crypto.cc in commit 1e5b58ad50eae9b6df7f28baf511f4902cfbae4...
Radoslaw Zarzynski
12:11 AM Revision abe9fea5 (ceph): rgw: add some missed FIPS zeroization calls.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit 32c84d4d35e599f6a510820b86a535a838...
Radoslaw Zarzynski
12:11 AM Revision 4d3e9390 (ceph): librados: audit memset & bzero users for FIPS.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit 00fb1e1c7f1ac523258a334995b72b48c1...
Radoslaw Zarzynski
12:11 AM Revision 81a42532 (ceph): librbd: audit memset & bzero users for FIPS.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit f50bfc052b381ff53387c5afb2e47bc577...
Radoslaw Zarzynski
12:11 AM Revision d4f7430b (ceph): auth: audit memset & bzero users for FIPS.
This commit add comments after auditing a subset of
`memset` and `bzero` users found basing on the GCC's
`deprecated`...
Radoslaw Zarzynski
12:11 AM Revision a0cbd8fc (ceph): common: audit memset & bzero users for FIPS.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit fc05ac322580e409bd13645282d7e9a64f...
Radoslaw Zarzynski
12:11 AM Revision cccb3ec4 (ceph): common: switch to ceph::crypto::zeroize_for_security().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit a5e19234eda35688782318da16e74de05c...
Radoslaw Zarzynski
12:11 AM Revision 596f058f (ceph): msg/async: audit memset & bzero users for FIPS.
CONFLICT src/msg/async/rdma/Infiniband.cc: some parts of
the memset audit made for master were conflicted with
nautil...
Radoslaw Zarzynski
12:11 AM Revision 0496f641 (ceph): msg/async: switch to ceph::crypto::zeroize_for_security().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit 050958398767cbd6d3326a3f74df82f521...
Radoslaw Zarzynski
12:11 AM Revision 41caed22 (ceph): common: introduce ceph::crypto::zeroize_for_security().
For the sake of compliance with FIPS memory where security
material (like keys) was stored, should be cleaned when it...
Radoslaw Zarzynski

12/10/2019

11:37 PM CephFS Bug #43247 (Fix Under Review): qa: test_cephfs_shell.TestSnapshots.test_snap FAIL
Patrick Donnelly
10:58 PM CephFS Bug #43247: qa: test_cephfs_shell.TestSnapshots.test_snap FAIL
master: http://pulpito.ceph.com/pdonnell-2019-12-10_20:51:09-fs-master-distro-basic-smithi/ Patrick Donnelly
08:52 PM CephFS Bug #43247 (Resolved): qa: test_cephfs_shell.TestSnapshots.test_snap FAIL
... Patrick Donnelly
11:36 PM rgw Bug #41745: radosgw-admin orphans find stuck forever
Not directly related to orphans find, am curious to check if this cluster was a greenfield Nautilus installation or w... Pavan Rallabhandi
07:13 PM rgw Bug #41745: radosgw-admin orphans find stuck forever
Hi,
The main problem is that no one job finished or go more than shard 0. Even after 7 days of job running at shar...
Manuel Rios
01:33 PM rgw Bug #41745: radosgw-admin orphans find stuck forever
Unfortunately with debug rgw=20 you also blow up the memory requirement of logging quite a bit. Has the stage advance... Abhishek Lekshmanan
11:22 PM CephFS Bug #43249 (Resolved): cephfs-shell: exit failure when non-interactive command fails
If a one-shot command fails, the cephfs-shell should exit with a non-zero status:... Patrick Donnelly
11:20 PM CephFS Bug #43248 (Resolved): cephfs-shell: do not drop into shell after running command-line command
e.g.... Patrick Donnelly
10:40 PM Revision 79f7e6ae (ceph): Merge PR #31772 into master
* refs/pull/31772/head:
qa/standalone/test_ceph_daemon.sh: clone corpus explicitly
ceph-daemon: re-enable the OSD s...
Sage Weil
10:20 PM rbd Bug #43228 (Need More Info): run-rbd-unit-tests-0.sh fails
I ran this unit test in a loop for 8 hrs under a Xenial VM and Fedora host w/o being able to repeat a single failure.... Jason Dillaman
01:10 PM rbd Bug #43228 (Need More Info): run-rbd-unit-tests-0.sh fails
Lots of jenkins make check failures end with... Sage Weil
09:41 PM Revision f6c18468 (ceph): Merge pull request #30548 from trociny/wip-41557
rbd-mirror: snapshot mirror mode
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
09:34 PM CephFS Cleanup #42468 (Resolved): mds: reorg MDSTable header
Patrick Donnelly
09:33 PM Revision c4d9e833 (ceph): Merge PR #31122 into master
* refs/pull/31122/head:
mds: Reorganize class members in MDSTable header
Reviewed-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
09:33 PM Revision 7e650db5 (ceph): Merge pull request #32156 from racpatel/WIP-fsfix
qa: fix suite config for cephfs/bugs Vasu Kulkarni
09:33 PM CephFS Cleanup #42564 (Resolved): mds: reorg Migrator header
Patrick Donnelly
09:32 PM Revision 0da6402e (ceph): Merge PR #31253 into master
* refs/pull/31253/head:
mds: Reorganize class members in Migrator header
Reviewed-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
09:31 PM CephFS Cleanup #42793 (Resolved): mds: reorg PurgeQueue header
Patrick Donnelly
09:31 PM Revision 39df21b9 (ceph): Merge PR #31596 into master
* refs/pull/31596/head:
mds: Reorganize class members in PurgeQueue header
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
09:24 PM Revision 59f641e2 (ceph): qa: reduce cache size further
1M isn't low enough to trigger recall/trimming.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:09 PM Revision 0504c3ed (ceph): ceph-daemon: `imp` module DeprecationWarning
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
08:49 PM Dashboard Bug #43165: mgr/dashboard: remove `/api/orchestrator/<resource>` endpoints if possible
> */api/orchestrator/status*
> Keep it or move to /api/summary.
We can keep this one (perhaps moving it to the ...
Ernesto Puerta
10:04 AM Dashboard Bug #43165: mgr/dashboard: remove `/api/orchestrator/<resource>` endpoints if possible
Raising priority and setting target version to "15.0.0" - this ought to be fixed before the Octopus stable release. Lenz Grimmer
10:03 AM Dashboard Bug #43165: mgr/dashboard: remove `/api/orchestrator/<resource>` endpoints if possible
Adding a comment from Ernesto on "PR#31851":https://github.com/ceph/ceph/pull/31851#discussion_r354493499 :
> If I...
Lenz Grimmer
08:44 PM RADOS Backport #40890 (In Progress): mimic: Pool settings aren't populated to OSD after restart.
Nathan Cutler
08:41 PM RADOS Backport #40891 (In Progress): nautilus: Pool settings aren't populated to OSD after restart.
Nathan Cutler
08:36 PM Revision c50c17e7 (ceph): doc/releases/nautilus,PendingReleaseNotes: consolidate telemetry note
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:34 PM RADOS Backport #43246 (Resolved): nautilus: Nearfull warnings are incorrect
https://github.com/ceph/ceph/pull/32773 Nathan Cutler
08:33 PM Revision aa760fa5 (ceph): Merge PR #32148 into master
* refs/pull/32148/head:
doc/releases/nautilus: fix release notes (crash->device)
Reviewed-by: Abhishek Lekshmanan <...
Sage Weil
08:29 PM RADOS Backport #43245 (Resolved): nautilus: osd: increase priority in certain OSD perf counters
https://github.com/ceph/ceph/pull/32845 Nathan Cutler
08:26 PM Backport #43244 (Resolved): mimic: "SELinux denials found" in ceph-deploy
https://github.com/ceph/ceph/pull/32258 Nathan Cutler
08:26 PM Backport #43243 (Resolved): nautilus: "SELinux denials found" in ceph-deploy
https://github.com/ceph/ceph/pull/32259 Nathan Cutler
08:26 PM rbd Backport #43242 (Resolved): mimic: update krbd_exclusive_option.sh and kernel.sh for exclusive lo...
https://github.com/ceph/ceph/pull/33316 Nathan Cutler
08:26 PM rbd Backport #43241 (Resolved): nautilus: update krbd_exclusive_option.sh and kernel.sh for exclusive...
https://github.com/ceph/ceph/pull/32838 Nathan Cutler
08:25 PM rbd Backport #43240 (Rejected): luminous: update krbd_exclusive_option.sh and kernel.sh for exclusive...
Nathan Cutler
08:25 PM RADOS Backport #43239 (Resolved): nautilus: ok-to-stop incorrect for some ec pgs
https://github.com/ceph/ceph/pull/32844 Nathan Cutler
08:25 PM rbd Backport #43238 (Resolved): mimic: rbd_open_by_id/rbd_open_by_id_read_only incorrectly delete Ima...
https://github.com/ceph/ceph/pull/33315 Nathan Cutler
08:25 PM rbd Backport #43237 (Resolved): nautilus: rbd_open_by_id/rbd_open_by_id_read_only incorrectly delete ...
https://github.com/ceph/ceph/pull/32837 Nathan Cutler
08:25 PM rbd Backport #43236 (Rejected): luminous: rbd_open_by_id/rbd_open_by_id_read_only incorrectly delete ...
Nathan Cutler
08:25 PM rgw Backport #43235 (Resolved): mimic: rgw: radosgw_admin teuthology task: No module named bunch
https://github.com/ceph/ceph/pull/32214 Nathan Cutler
08:25 PM rgw Backport #43234 (Resolved): luminous: rgw: radosgw_admin teuthology task: No module named bunch
https://github.com/ceph/ceph/pull/32215 Nathan Cutler
08:25 PM rgw Backport #43233 (Resolved): nautilus: rgw: radosgw_admin teuthology task: No module named bunch
https://github.com/ceph/ceph/pull/32216 Nathan Cutler
08:24 PM RADOS Backport #43232 (Rejected): nautilus: pgs stuck in laggy state
Nathan Cutler
08:22 PM rgw Bug #43184 (Pending Backport): rgw: radosgw_admin teuthology task: No module named bunch
Nathan Cutler
07:20 PM Revision f1de7060 (ceph): ceph-daemon: fix pod stop
- rm -f, not stop, so we don't leave things lingering in 'podman ps -a'
output
- this also seems to fix/work around...
Sage Weil
07:09 PM Revision b696b94b (ceph): release note: Add pending release notes for already merged code
Follow on to https://github.com/ceph/ceph/pull/31774
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked...
David Zafman
07:06 PM Revision 4a2183de (ceph): release note: Add pending release notes for already merged code
Follow on to https://github.com/ceph/ceph/pull/31774
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked...
David Zafman
07:03 PM Revision 1edbe54e (ceph): qa: fix malformed suite config
Signed-off-by: Rachanaben Patel <racpatel@redhat.com> Rachana Patel
06:59 PM Revision 6efa0940 (ceph): Merge branch 'rh-nautilus' of https://github.com/ceph/ceph into rh-naut...
Rachana Patel
06:56 PM Revision 47b5fd93 (ceph): Merge pull request #32041 from dzafman/wip-balancer3-pending
release note: Add pending release notes for already merged code
Reviewed-by: Neha Ojha <nojha@redhat.com>
David Zafman
06:34 PM Revision 4aa7d558 (ceph): ceph-daemon: re-enable the OSD standalone test
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
06:34 PM Revision 6d3a035b (ceph): qa/standalone/test_ceph_daemon.sh: clone corpus explicitly
When this is run by teuthology we don't have a full ceph source tree
checkout with submodules.
Signed-off-by: Sage W...
Sage Weil
06:32 PM Revision a0eed4cb (ceph): ceph-daemon: move standalone test tgz to corpus
Fixes: https://tracker.ceph.com/issues/42876
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
06:32 PM Revision da36bdfb (ceph): ceph-daemon: add ceph-daemon-adoption-corpus.git submodule
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
06:30 PM rgw Bug #43196 (Fix Under Review): metadata is missing in bucket deletion notifications
Yuval Lifshitz
06:30 PM rgw Bug #43214 (Fix Under Review): when performing multiple object deletion notifications are not sent
Yuval Lifshitz
06:27 PM Revision dda538c0 (ceph): force pip3
Signed-off-by: rakeshgm <rakeshgm014@gmail.com> rakesh manohar
06:16 PM Revision cc8e8d86 (ceph): Merge PR #32127 into master
* refs/pull/32127/head:
mgr/rook: Added Mypy static type checking
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:16 PM Revision 0e981c4c (ceph): Merge PR #32138 into master
* refs/pull/32138/head:
ceph-daemon: combine SUDO and ARGS into a single var
Reviewed-by: Sebastian Wagner <swagner...
Sage Weil
06:15 PM Revision b93ff4ec (ceph): Merge PR #32137 into master
* refs/pull/32137/head:
ceph-daemon: don't deref symlinks during chown
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:59 PM Cleanup #43171 (Fix Under Review): ceph.spec.in: RHEL distro conditional evaluates to true for no...
Nathan Cutler
05:48 PM rgw Bug #42358 (Resolved): rgw: reduce per-shard entry count during ordered bucket listing
Backport will be handled via #43180 (follow-on fix for this one) Nathan Cutler
05:45 PM rgw Bug #42358 (Pending Backport): rgw: reduce per-shard entry count during ordered bucket listing
Nathan Cutler
05:47 PM rgw Bug #43180: rgw: ordered listing of bucket with many incomplete multipart uploads fails
BACKPORTING NOTE: backport #42358 and this one as a single unit.
Backport issues at #42358 have been deleted.
Nathan Cutler
05:39 PM Revision f43c0cf4 (ceph): qa: update s3-test download code for s3-test tasks
- Ensure the download code for all tasks running
s3-tests is consistent.
- Simplify download code to only use the con...
Ali Maredia
05:31 PM Revision 6378fa45 (ceph): rpm: add rpm-build to SUSE-specific make check deps
The binary /usr/bin/rpmspec was recently moved to rpm-build, breaking
install-deps.sh on openSUSE Tumbleweed. The pac...
Nathan Cutler
05:22 PM Revision 9a5e26d5 (ceph): Merge PR #32145 into master
* refs/pull/32145/head:
doc: show how to count jobs before triggering them
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
05:20 PM Documentation #42749 (In Progress): doc: add doc that shows how to test a PR using teuthology
Rishabh Dave
05:18 PM Bug #23981 (Fix Under Review): install-deps.sh fails with "No such file or directory" on openSUSE...
Nathan Cutler
05:13 PM Revision 85dc4755 (ceph): forcing tests to start using python3 in virtualenv
Signed-off-by: rakeshgm <rakeshgm014@gmail.com> rakesh manohar
05:01 PM Stable releases Tasks #42839 (Resolved): Nautilus v14.2.5
Nathan Cutler
04:55 PM Revision 3abc3b2b (ceph): doc/releases: add release notes for mimic v13.2.8
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
04:54 PM Revision a4d5a2fd (ceph): Merge pull request #32001 from TejasC88/wip-tejas-plworkunits
add a exec command to install the perl Amazon::S3 module needed for perl workunits rakesh manohar
04:51 PM ceph-volume Bug #36283: --journal-size flag broken when less than 1GB
still seeing this error in ceph-ansible CI :
https://2.jenkins.ceph.com/job/ceph-ansible-prs-centos-non_container-...
Guillaume Abrioux
04:50 PM Revision 3a95c120 (ceph): Merge pull request #32147 from TejasC88/wip-ubuntu-remove
Changes to remove references to os_type "ubuntu" and "centos" hardcode rakesh manohar
04:37 PM Revision 5044a4f3 (ceph): Merge branch 'wip-ubuntu-remove' of https://github.com/TejasC88/ceph in...
Tejas C
04:30 PM Revision 6349a2a5 (ceph): Changes to remove references to os_type "ubuntu" and "centos" hardcodings
Signed-off-by: TejasC88 <tchandra@redhat.com> Tejas C
04:28 PM Revision 4aae1d4b (ceph): Merge pull request #32140 from tchaikov/wip-cmake-cleanup
cmake: silence messages when cppcheck/IWYU is not found
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
04:10 PM RADOS Bug #42346 (Pending Backport): Nearfull warnings are incorrect
David Zafman
04:08 PM Revision ea9ccfed (ceph): Merge pull request #31954 from dzafman/wip-42346
osd: Use physical ratio for nearfull (doesn't include backfill resserve)
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
David Zafman
03:45 PM Revision cfb0c070 (ceph): cls/rbd: add mode (journal/snapshot) to mirror image
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision a5f4236a (ceph): librbd: cleanup: remove unused function
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision b78ebb36 (ceph): cls/rbd: async methods for mirror_peer_list
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision 9328b402 (ceph): cls/rbd: method to unlink peer from mirror snapshot
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision a27fa5fb (ceph): cls/rbd: method to set mirror snapshot copy progress
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision 0096d079 (ceph): librbd: state machine for unlinking peer from mirror snapshot
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision 2bfac347 (ceph): librbd: state machine for creating mirroring snapshot
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision 55dcce90 (ceph): librbd: state machine for snapshot based mirror promote/demote
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision c9c8852f (ceph): librbd: snapshot mirror mode
Enabling mirroring for an image that does not support journaling
assumes snapshot based mirroring, which is supported...
Mykola Golub
03:45 PM Revision 8d383d31 (ceph): librbd: when removing mirror peer unlink it from all snapshots
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision 01a8a510 (ceph): librbd: add mirror image snapshot API
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision 2611373a (ceph): librbd: add mirror image snapshot tests
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision 3a1361ba (ceph): librbd: API method to get mirror image mode
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision 34734dd2 (ceph): rbd: add 'mirror image snapshot' command
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision c2a3063d (ceph): rbd: list primary mirror snapshots in mirror image status
TODO: provide the same in verbose mirror pool status.
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:45 PM Revision b08e709e (ceph): cls/rbd: async methods for snapshot_get_limit
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision c6feb341 (ceph): librbd: requests for mirror snapshot image state
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision bec03e50 (ceph): librbd: store/remove image state when creating/removing mirror snapshot
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:45 PM Revision fe550f5e (ceph): librbd: refactor CreateNonPrimaryRequest and CreatePrimaryRequest
to extract re-usable functions into utils
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:45 PM Revision 3c780822 (ceph): librbd: introduce LIST_WATCHERS_MIRROR_INSTANCES_ONLY flag
Also, don't skip listing mirror watchers if the image has journaling
disabled -- it is not correct for snapshot mirro...
Mykola Golub
03:45 PM Revision 17e98dae (ceph): librbd: force promote for snapshot mirroring
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:32 PM Dashboard Feature #43197 (Fix Under Review): mgr/dashboard: Explicitly set/change the device class of an OSD
Ricardo Marques
03:26 PM RADOS Bug #42961 (Pending Backport): osd: increase priority in certain OSD perf counters
Neha Ojha
03:24 PM Dashboard Bug #43230: mgr/dashboard: test_diskprediction_local failure when running the backend API tests (...
IMO https://github.com/ceph/ceph/pull/32102/files#diff-71670949e7d2a0a0d442bdad2b1e2debR18 is the reason for this. Im... Volker Theile
03:21 PM Dashboard Bug #43230: mgr/dashboard: test_diskprediction_local failure when running the backend API tests (...
Volker mentioned it could be related to https://github.com/ceph/ceph/pull/32102 ? Laura Paduano
03:18 PM Dashboard Bug #43230 (Resolved): mgr/dashboard: test_diskprediction_local failure when running the backend ...
... Laura Paduano
03:18 PM Revision 5111a114 (ceph): ceph-daemon: don't deref symlinks during chown
- consolidate move/copy loop logic
- chown the actual file and not the symlink
Signed-off-by: Michael Fritch <mfritc...
Michael Fritch
02:51 PM RADOS Bug #43189 (Pending Backport): pgs stuck in laggy state
I'm not sure whether we should backport this to nautilus or not. We only noticed qa failures because the new octopus... Sage Weil
02:50 PM RADOS Bug #43189 (Resolved): pgs stuck in laggy state
Sage Weil
02:49 PM Revision 86512b71 (ceph): Merge PR #32132 into master
* refs/pull/32132/head:
osd/OSDMap: rename old calc_pg_role -> calc_pg_role_broken
osd/OSDMap: remove dead osd_is_v...
Sage Weil
02:35 PM Bug #43229 (Fix Under Review): SELinux denials in ceph-daemon test
This is the upstream container-selinux change that should resolve this:
https://github.com/containers/container-se...
Sage Weil
01:22 PM Bug #43229 (Fix Under Review): SELinux denials in ceph-daemon test
... Kefu Chai
02:32 PM Revision c221b06b (ceph): doc/releases/nautilus: fix release notes (crash->device)
Fix pending note for octopus too
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:35 PM Revision 00747866 (ceph): Changes to remove references to os_type "ubuntu" and "centos" hardcodings
Tejas C
01:15 PM Revision ce1c7ba0 (ceph): Merge PR #31827 into master
* refs/pull/31827/head:
mgr/ssh: add 'upgrade check' command
ceph-daemon: add 'pull' command
mgr/orchestrator_cli:...
Sage Weil
01:13 PM Revision 56c4b039 (ceph): Merge PR #31970 into master
* refs/pull/31970/head:
doc/releases: add Nautilus 14.2.5 to release timeline
doc/releases: add release notes for n...
Sage Weil
01:12 PM Revision b2d97ef5 (ceph): Merge pull request #32141 from tchaikov/wip-doc-highlight-console
doc: use the console lexer for rendering command line sessions
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
01:07 PM Revision 31015b4b (ceph): Merge pull request #31965 from rosinL/wip-osd-support-bond-network
osd/osd: Refactor get_iface_numa_node
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:05 PM Dashboard Bug #43227 (Resolved): mgr/dashboard: test_pool_update_compression (tasks.mgr.dashboard.test_pool...
... Tatjana Dehler
12:47 PM Revision b35323f6 (ceph): rgw: create_bucket(): treat -ECANCELED as -EEXIST
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
12:46 PM Revision f739fbf6 (ceph): rgw: create_bucket(): remove new bucket info only if different bucket_id
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
12:45 PM Revision c7d9a039 (ceph): rgw: create_bucket(): reset read_version
We might get a non empty objv_tracker.read_version when we try to create
a bucket. This could happen if bucket was cr...
Yehuda Sadeh
12:28 PM Revision 2a071bd0 (ceph): Merge pull request #27392 from rouming/bluestore-iouring
os/bluestore: introduce new io_uring IO engine
Reviewed-by: Mark Nelson <mnelson@redhat.com>
Reviewed-by: Willem Jan...
Kefu Chai
12:25 PM rgw Bug #43226 (Closed): rgw: object version can be deleted without TOTP on bucket that has MFA Delet...
It seems that an object version can be deleted without TOTP on bucket that has MFA Delete enabled.
- Environment: Ce...
Alfonso Martínez
12:15 PM Revision 21b1069e (ceph): mds: fix assert(omap_num_objs <= MAX_OBJECTS) of OpenFileTable
Current behavior of the loop that commits dirty items is:
- If the last object is not full, it will be chosen for ne...
Yan, Zheng
11:53 AM Orchestrator Bug #43225 (Resolved): cephadm: Host misconfiguration result in unreadable error messages
... Sebastian Wagner
10:59 AM Revision d3eec86a (ceph): nfs_ganesha test path corrected in accordance with nfs_ganesha tests in...
Signed-off-by: rakeshgm <rakeshgm014@gmail.com> rakesh manohar
10:55 AM mgr Bug #43224 (Duplicate): ceph osd status error
Hello.
I received error when try execute 'ceph osd status', it happens when cluster have some osd down....
Alexander Kazansky
10:41 AM Revision 6707e294 (ceph): mgr/dashboard: Display OSD device class in OSD list
Fixes: https://tracker.ceph.com/issues/43179
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
10:23 AM Revision 71dea683 (ceph): Merge pull request #31979 from jan--f/c-v-patch-volumegroups
ceph-volume/test: patch VolumeGroups
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
10:20 AM Revision b51c282a (ceph): librbd: finish write request early
Finish write requests if the image is read-only or length is 0.
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com>
Xiaoyan Li
10:15 AM Orchestrator Bug #43223 (Resolved): mgr/cephadm: blink LED light on the wrong device path
cephadm backend issues blinking LED request with redundant `/dev/` in path.
!70302800-ec4e2180-1838-11ea-8658-ac18...
Kiefer Chang
09:35 AM Dashboard Bug #43195 (Resolved): mgr/dashboard: backend API test failure: test_full_health (tasks.mgr.dashb...
Tatjana Dehler
09:33 AM Revision f3b20ceb (ceph): Merge pull request #32122 from s0nea/wip-dashboard-fix-tests
qa/tasks/mgr/dashboard/test_health: update schema
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Lenz Grimmer
09:31 AM Revision 2b5a9efa (ceph): doc: show how to count jobs before triggering them
Suggesting to use teuthology-suite command switch --dry-run for that.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
09:22 AM Revision 2268be9f (ceph): os/bluestore: introduce new io_uring IO engine
This implements low-level IO engine, which utilizes brand-new
io_uring IO interface: https://lwn.net/Articles/776428/...
Roman Penyaev
09:21 AM Revision c05c1bd7 (ceph): os/bluestore: make abstract interface for any sorts of AIO queues
In the next patch new io_uring API will be used instead of libaio.
So this prepares the abstract interface.
Signed-o...
Roman Penyaev
09:18 AM Revision 6c7f3952 (ceph): Merge pull request #32007 from tchaikov/wip-osd-cleanup
osd: use unique_ptr for managing life cycles
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Kefu Chai
09:13 AM Revision 425368c8 (ceph): Merge pull request #31931 from majianpeng/bluestore-bugfix
os/bluestore: fix wakeup bug
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
09:03 AM CephFS Documentation #43222 (Resolved): doc: mention multimds in dev guide's list of integration test su...
Rishabh Dave
08:57 AM Revision a11ae900 (ceph): Merge pull request #32052 from mgfritch/wip-cd-standalone-tempfiles
ceph-daemon: clean-up tempfiles on EXIT
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Sebastian Wagner <swag...
Kefu Chai
08:49 AM mgr Feature #43076 (Need More Info): Ceph Dashboard Email notification alerts
Sunil Angadi wrote:
> In Ceph 4.0 Dashboard for the specified authorized email address when changing password thro...
Lenz Grimmer
08:35 AM Messengers Bug #43070: CephxSessionHandler::_calc_signature segv
/a/kchai-2019-12-09_12:39:45-rados-wip-kefu-testing-2019-12-09-1434-distro-basic-smithi/4584590
rados/basic/{ceph....
Kefu Chai
08:30 AM rgw Bug #43221 (Pending Backport): rgw: GET Bucket fails on renamed bucket on archive zone
http://qa-proxy.ceph.com/teuthology/smanjara-2019-12-09_11:43:28-rgw:archive-zone-wip-test-archive-distro-basic-smith... Shilpa MJ
08:20 AM Bug #43064 (Pending Backport): "SELinux denials found" in ceph-deploy
Kefu Chai
08:15 AM Revision 064d16f6 (ceph): rgw: fix rgw crash when duration is invalid in sts request
Fixes: https://tracker.ceph.com/issues/43018
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
joke lee
08:12 AM Revision 823c4974 (ceph): rgw: fix rgw crash when token is not base64 encode
Fixes: https://tracker.ceph.com/issues/43018
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
(cherry picked ...
joke lee
07:28 AM Linux kernel client Bug #42771: kclient: kernel crash when touching the regular file in the mount point
Xiubo Li wrote:
> Jeff Layton wrote:
> > Oh, actually this is a BUG_ON:
> >
> > <2>[ 1642.059333] kernel BUG at ...
Zheng Yan
07:16 AM CephFS Documentation #43220 (In Progress): doc: clarify difference fs and kcephfs suite in dev guide
Rishabh Dave
07:12 AM CephFS Documentation #43220 (Resolved): doc: clarify difference fs and kcephfs suite in dev guide
Rishabh Dave
06:58 AM Revision 5a3d0935 (ceph): qa/workunits/rados/test_envlibrados_for_rocksdb: accomodate rocksdb cma...
since
https://github.com/facebook/rocksdb/commit/bac38c992a3cc504e84a75ecdc085788b2c82ea2,
tests are not enabled for...
Kefu Chai
05:57 AM CephFS Backport #43219 (In Progress): nautilus: mgr/volumes: ERROR: test_subvolume_create_with_desired_u...
Jos Collin
05:49 AM CephFS Backport #43219 (Resolved): nautilus: mgr/volumes: ERROR: test_subvolume_create_with_desired_uid_...
https://github.com/ceph/ceph/pull/31741 Jos Collin
05:52 AM Revision 67d7221e (ceph): mgr/volumes: check for string values in uid/gid
chown allows strings as per bbbfb44453f204286a8ff312349d42afde5fced6,
which caused this error. Eventhough uid/gid are...
Jos Collin
05:51 AM Revision b976dc5a (ceph): Merge pull request #32100 from yehudasa/wip-43184
qa: radosgw-admin: remove dependency on bunch package
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yehuda Sadeh
05:44 AM CephFS Bug #43038 (Pending Backport): mgr/volumes: ERROR: test_subvolume_create_with_desired_uid_gid (ta...
Jos Collin
05:42 AM CephFS Bug #43218 (Rejected): kclient: when looking up the snap dirs sometime will hit WARN_ON
Hit this twice in 30 minutes, the following are the warning:
76 <7>[ 3254.346712] ceph: readdir fetching 100...
Xiubo Li
05:42 AM Revision 8df6e03d (ceph): Merge pull request #31961 from joscollin/wip-B43038-subvolume-group-cre...
mgr/volumes: check for string values in uid/gid
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Jos Collin
05:22 AM CephFS Feature #4386: kclient: Mount error message when no MDS present
And maybe we could return the -ESTALE or some other specified errornos to the userland to mount.ceph and then the mou... Xiubo Li
05:20 AM CephFS Feature #4386: kclient: Mount error message when no MDS present
Checked the new mount API, we still need the fix when the mount request timedout due to there is no any MDS is up or ... Xiubo Li
04:46 AM Revision 310d145e (ceph): doc: use console lexer for rendering command line sessions
by default the pygements uses python lexer for rendering literal blocks,
and `#` is considered as the marker for inli...
Kefu Chai
04:04 AM bluestore Bug #43147: segv in LruOnodeCacheShard::_pin
... Sage Weil
03:43 AM bluestore Bug #43147: segv in LruOnodeCacheShard::_pin
/a/sage-2019-12-09_20:35:48-rados:thrash-erasure-code-wip-sage3-testing-2019-12-09-1226-distro-basic-smithi/4585860
...
Sage Weil
03:52 AM Revision 4635f943 (ceph): Merge PR #32124 into master
* refs/pull/32124/head:
doc/cephfs/disaster-recovery-experts: Add link for scrub and note for scrub_path
Reviewed-b...
Patrick Donnelly
03:52 AM CephFS Documentation #22204 (Resolved): doc: scrub_path is missing in the docs
Patrick Donnelly
03:40 AM bluestore Bug #43217 (Duplicate): segv in BlueStore::OnodeSpace::map_any
... Sage Weil
03:08 AM Revision 1c0bc5da (ceph): cmake: silence messages when cppcheck/IWYU is not found
* remove messages spit when these tools are not found
they are not necessary for building Ceph. and the messages in...
Kefu Chai
03:02 AM Revision 7dfc52e0 (ceph): Add valgrind.supp for rh-luminous
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
02:50 AM rgw Bug #43199: recursive lock of RGWCoroutinesManager::lock (43)
could we re-use the RGWCoroutinesManager of data sync instance here? Chang Liu
01:48 AM RADOS Bug #43048: nautilus: upgrade/mimic-x/stress-split: failed to recover before timeout expired
/a/yuriw-2019-12-06_21:30:44-upgrade:mimic-x-nautilus-distro-basic-smithi/4576681 Neha Ojha
01:05 AM Revision 12e7401a (ceph): Merge PR #27894 into master
* refs/pull/27894/head:
cephfs-shell: Add default list to df
cephfs-shell: Add tests for df command
cephfs-shell: ...
Patrick Donnelly
12:39 AM Revision 6cd51077 (ceph): Merge PR #32131 into master
* refs/pull/32131/head:
codeowners: Add ceph2.py to @ceph/orchestrators
Reviewed-by: Patrick Donnelly <pdonnell@red...
Patrick Donnelly
12:37 AM CephFS Documentation #42016 (Resolved): doc: layout rest of intro page
Patrick Donnelly
12:36 AM Revision b8635afe (ceph): Merge PR #32038 into master
* refs/pull/32038/head:
doc: reorganize CephFS landing page and ToC
Reviewed-by: Jeff Layton <jlayton@redhat.com>
R...
Patrick Donnelly
12:29 AM Revision dcb5e9b6 (ceph): Merge PR #32098 into master
* refs/pull/32098/head:
ceph-daemon: py2: tolerate whitespace before config key name
Reviewed-by: Sebastian Wagner ...
Sage Weil
12:25 AM Revision 8a2f2625 (ceph): mds: convert 'scrub {start,abort,pause,resume,status}'
Merge 'scrub_start' and 'scrub start'
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
12:25 AM Revision 27e16aa5 (ceph): mds: convert '{session,client} config'
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil

12/09/2019

11:59 PM CephFS Bug #43216 (Resolved): MDSMonitor: removes MDS coming out of quorum election
Event sequence:
- 2019-12-07T12:26:26.854 mon_thrash kills mon.a(leader)
- 2019-12-07T12:27:07.843 mon_thrash rev...
Patrick Donnelly
11:42 PM Revision d9a0e9b0 (ceph): Merge pull request #32037 from smithfarm/wip-43152-workaround
build/ops: make-dist: default to no dashboard frontend build parallelism
Reviewed-by: Lenz Grimmer <lgrimmer@suse.co...
Nathan Cutler
10:28 PM Revision 7409a135 (ceph): doc/releases: add Nautilus 14.2.5 to release timeline
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
10:27 PM Revision e524bb88 (ceph): doc/releases: add release notes for nautilus v14.2.5
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
10:16 PM Revision 6a6dd10a (ceph): doc/rados/configuration/osd-config-ref.rst: document snap trim sleep
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit accf95e9dea257c3aaa64b7a36d077468d7c86ec)
Neha Ojha
10:16 PM Revision 0c66aa7a (ceph): common/options.cc, doc: osd_snap_trim_sleep overrides other variants
A value > 0 for osd_snap_trim_sleep, will override the backend specific
variants of osd_snap_trim_sleep.
Signed-off-...
Neha Ojha
10:16 PM Revision 765e424c (ceph): osd: add hdd, ssd and hybrid variants for osd_snap_trim_sleep
This is better than the earlier default, which was set to 0.
Fixes: https://tracker.ceph.com/issues/40528
Signed-off...
Neha Ojha
10:13 PM Support #42763 (Closed): CURL -X HEAD hangs
Greg Farnum
10:12 PM CephFS Bug #43133 (Fix Under Review): vstop.sh: Mounts are not cleaned up
Patrick Donnelly
10:12 PM Revision 7f466aa2 (ceph): osd: refuse to start if release > recorded min_osd_release + 2
If we try to start up the objectstore, we may make writeable changes to
(say) rocksdb that are not backwards compatib...
Sage Weil
10:09 PM Revision 6fcccd7b (ceph): osd: record require_osd_release in objectstore meta
Record the require_osd_release value from the OSDMap in the 'meta' portion
of the osd's metadata that can be accessed...
Sage Weil
10:07 PM RADOS Bug #43067: Git Master: src/compressor/zlib/ZlibCompressor.cc / src/compressor/zlib/CMakeLists.txt
Thanks Lee!
We generally do patch contributions through Github; can you submit a PR there?
If not, we need a spec...
Greg Farnum
10:00 PM rbd Bug #43127 (Pending Backport): update krbd_exclusive_option.sh and kernel.sh for exclusive lock c...
Ilya Dryomov
06:00 PM rbd Bug #43127 (Fix Under Review): update krbd_exclusive_option.sh and kernel.sh for exclusive lock c...
Ilya Dryomov
09:59 PM Revision 0bc226f6 (ceph): Merge pull request #32088 from idryomov/wip-krbd-exclusive-lock-fixups
qa: krbd_exclusive_option.sh: update for recent kernel changes
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Ilya Dryomov
09:53 PM RADOS Bug #43176 (Duplicate): pgs inconsistent, union_shard_errors=missing
Nathan Cutler
09:53 PM RADOS Bug #43175 (Duplicate): pgs inconsistent, union_shard_errors=missing
Nathan Cutler
09:46 PM rgw Bug #43169 (Duplicate): rgw: radosgw process is running at 100%
Casey Bodley
09:35 PM RADOS Bug #43151 (Pending Backport): ok-to-stop incorrect for some ec pgs
Sage Weil
09:34 PM Revision bffe2dd9 (ceph): Merge PR #32046 into master
* refs/pull/32046/head:
mgr/DaemonServer: fix 'osd ok-to-stop' for EC pools
Reviewed-by: Neha Ojha <nojha@redhat.com>
Sage Weil
08:46 PM Revision ae60fd95 (ceph): Merge PR #31489 into master
* refs/pull/31489/head:
pybind/rados: add WriteOp::writesame() and test WriteOp::writesame()
pybind/rados: add Ioct...
Sage Weil
08:46 PM Revision 946a8f7c (ceph): Merge PR #29214 into master
* refs/pull/29214/head:
mgr: templatize/generalize metrics collection interface
Reviewed-by: Patrick Donnelly <pdon...
Sage Weil
08:45 PM mgr Bug #42764 (Resolved): Test failure: test_diskprediction_local (tasks.mgr.test_module_selftest.Te...
Sage Weil
08:44 PM Revision 5993dd82 (ceph): Merge PR #32102 into master
* refs/pull/32102/head:
mgr/diskprediction_local: import scipy early to fix self-test deadlock
Reviewed-by: Kefu Ch...
Sage Weil
07:51 PM Revision 65d03bae (ceph): release note: Add pending release notes for already merged code
Follow on to https://github.com/ceph/ceph/pull/31774
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
07:36 PM Revision 8772cf24 (ceph): mgr/telemetry: Check if boolean is False or not present
Now we disable the module if the boolean is True
Signed-off-by: Wido den Hollander <wido@42on.com>
(cherry picked fr...
Wido den Hollander
07:36 PM Revision 864ff49d (ceph): mgr/telemetry: fix total_objects
This field was removed from df output a while back in
342f309645df886fb96eb401634e38376553e6d9
Fixes: http://tracker...
Sage Weil
07:36 PM Revision b73830d3 (ceph): mgr/telemetry: off by default
This way a user can enable the module and look at the output before
deciding to send it to anyone.
Signed-off-by: Sa...
Sage Weil
07:36 PM Revision 5555553c (ceph): mgr/telemetry: add 'telemetry on' and 'telemetry off' commands
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 6ab90c9cb09627649ca31f27c35e1c1efd6a6f12)
Conf...
Sage Weil
07:36 PM Revision efccf6ec (ceph): mgr/telemetry: check for errors when sending report
There was no error checking, and the server has been failing for
some time, but no one noticed. Oops.
Signed-off-by...
Dan Mick
07:36 PM Revision 257f19d5 (ceph): mgr/telemetry: make 'telemetry show' readable by a human
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit ec78dcf516273b18ce6e92708da89466c9c0409d)
Sage Weil
07:36 PM Revision 18725da9 (ceph): mgr/telemetry: fix 'telemetry {on,off}'
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 497e00c4dadd9e29a792413a425671c061fa44c6)
Sage Weil
07:36 PM Revision 5f194808 (ceph): mgr/telemetry: add report_timestamp to sent reports
Received time may differ from report time, and correlating
to local cluster state events might be useful.
Signed-off...
Dan Mick
07:36 PM Revision e755677c (ceph): mgr/telemetry: default to reports every 24h; lower minimum
Allow more frequent telemetry reports.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 712987d...
Sage Weil
07:36 PM Revision 6e4a5309 (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:36 PM Revision 89370f15 (ceph): mgr/telemetry: add separate channels
'basic' is the basic cluster stats (version, size, etc)
'crash' is the crash dumps.
By default these are both on, bu...
Sage Weil
07:36 PM Revision 853a8ac0 (ceph): mgr/telemetry: always generate new report for 'telemetry show'
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit f0762ce4470972ce8f555d8aab87362331a53afd)
Sage Weil
07:36 PM Revision 3f5c8d9c (ceph): mgr/telemetry: accept channel list to 'telemetry show'
Also include a 'channels_available' item so that a user can tell which
channels are available.
Signed-off-by: Sage W...
Sage Weil
07:36 PM Revision e64a0da3 (ceph): mgr/telemetry: move contact info to an 'ident' channel
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 35c273c9c3ebd00fbac8e1a9fd281333a24c5fe7)
Conf...
Sage Weil
07:36 PM Revision ede0ee4e (ceph): mgr/telemetry: specify license when opting in
Choosing not to include this in the docs so that the user is more likely
to see this interactively. (That is...proba...
Sage Weil
07:36 PM Revision 6fccfaeb (ceph): mgr/telemetry: track telemetry report revisions
Assign revisions to track changes to the content of the telemetry
reports.
Track the revision when the user opts in ...
Sage Weil
07:36 PM Revision 122cb6b1 (ceph): mgr/telemetry: less noise in the log
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 7f1897b238f5c55859229748b200bac715941cc3)
Conf...
Sage Weil
07:36 PM Revision ad55fe1e (ceph): mgr/telemetry: force re-opt-in if the report contents change
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 143e1f046909cb68d769ebbbaa80cb7106879997)
Con...
Sage Weil
07:36 PM Revision e5731abc (ceph): mgr/telemetry: clear the event after being awaken by it
otherwise telemetry will have a busy-loop once it's signaled.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry pi...
Kefu Chai
07:36 PM Revision 0419626a (ceph): mgr/telemetry: Add Ceph Telemetry module to send reports back to project
This Manager Module will send statistics and version information from
a Ceph cluster back to telemetry.ceph.com if th...
Wido den Hollander
06:55 PM CephFS Feature #26996 (Fix Under Review): cephfs: get capability cache hits by clients to provide intros...
Patrick Donnelly
06:52 PM Linux kernel client Feature #43215 (Resolved): kclient: send usage metrics to MDS
kernel client version of #36253 Patrick Donnelly
06:29 PM CephFS Bug #43191 (Fix Under Review): test_cephfs_shell: set `colors` to Never for cephfs-shell
Patrick Donnelly
06:17 AM CephFS Bug #43191 (Resolved): test_cephfs_shell: set `colors` to Never for cephfs-shell
Originally, the plan was to use setUpClass and tearDownClass for tests[1] but I missed pushing that modification befo... Rishabh Dave
05:59 PM bluestore Bug #43211 (Duplicate): Bluestore OSDs don't start after upgrade to 14.2.4
Igor Fedotov
05:58 PM bluestore Bug #43211: Bluestore OSDs don't start after upgrade to 14.2.4
This is a known bug, you should switch to 14.2.5 once it's out Igor Fedotov
04:24 PM bluestore Bug #43211 (Duplicate): Bluestore OSDs don't start after upgrade to 14.2.4
After an upgrade from 13.2.7 to 14.2.4 the OSDs were no longer able to start. Restarting ceph resulted in losing all ... Dino Godor
05:55 PM rgw Bug #42868 (Resolved): Tempest test failure test_list_containers_with_limit_and_marker
Casey Bodley
12:46 PM rgw Bug #42868 (In Progress): Tempest test failure test_list_containers_with_limit_and_marker
Yehuda Sadeh
05:47 PM rgw Bug #43214 (Resolved): when performing multiple object deletion notifications are not sent
when deleting multiple objects in a bucket, using:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference...
Yuval Lifshitz
05:47 PM Revision 703a4ebd (ceph): Merge pull request #31794 from dillaman/wip-42889
librbd: disable zero-copy writes by default
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Jason Dillaman
05:47 PM Dashboard Feature #39352 (Resolved): mgr/dashboard: Add support for device management
Lenz Grimmer
05:38 PM rbd Bug #43178 (Pending Backport): rbd_open_by_id/rbd_open_by_id_read_only incorrectly delete ImageCt...
Jason Dillaman
05:37 PM Revision bd76f0d1 (ceph): Merge pull request #32105 from junxfl/test1
librbd: fix rbd_open_by_id, rbd_open_by_id_read_only
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:26 PM rgw Bug #42869 (Resolved): Tempest tests for X-Remove-Container-Meta-test-container-meta failing
Daniel Gryniewicz
04:44 PM rgw Bug #42869 (Fix Under Review): Tempest tests for X-Remove-Container-Meta-test-container-meta failing
Casey Bodley
12:45 PM rgw Bug #42869 (In Progress): Tempest tests for X-Remove-Container-Meta-test-container-meta failing
Yehuda Sadeh
11:19 AM rgw Bug #42869: Tempest tests for X-Remove-Container-Meta-test-container-meta failing
Just to clarify my previous comment, this is not a new functionality, we used to support it. Yehuda Sadeh
04:20 AM rgw Bug #42869: Tempest tests for X-Remove-Container-Meta-test-container-meta failing
Note that it's a create with update metadata, so the test tries to create a bucket (PUT, not POST) with X-Remove-Cont... Yehuda Sadeh
05:23 PM Revision 105c6d78 (ceph): Merge pull request #32109 from yehudasa/wip-42868
rgw: list buckets: don't return buckets if limit=0 Daniel Gryniewicz
05:00 PM Revision 6c404da6 (ceph): mgr/dashboard: properly handle a missing rbd-mirror service status
This was resulting in 500 errors in the dashboard due to the missing
status being handled like a dict.
Fixes: https:...
Jason Dillaman
04:59 PM Revision 3166cd86 (ceph): mgr: cull service daemons when the last instance has been removed
Previously, when the last daemon of a given service was stopped, it
would not have been removed from the MGR internal...
Jason Dillaman
04:58 PM RADOS Bug #43189 (Fix Under Review): pgs stuck in laggy state
Sage Weil
03:15 PM RADOS Bug #43189: pgs stuck in laggy state
The problem is the role. The proc_lease() method does this check... Sage Weil
02:33 PM RADOS Bug #43189 (In Progress): pgs stuck in laggy state
Sage Weil
04:56 PM Revision 2e03356f (ceph): osd/OSDMap: rename old calc_pg_role -> calc_pg_role_broken
Also primary_changed -> primary_changed_broken.
Logged this issue with https://tracker.ceph.com/issues/43213
Signed...
Sage Weil
04:53 PM Revision 8c355898 (ceph): ceph-daemon: combine SUDO and ARGS into a single var
- reduce the amount of typing/noise for each CEPH_DAEMON invocation
- ensure the `--image` param is passed to each te...
Michael Fritch
04:53 PM Revision 52fb794f (ceph): osd/OSDMap: remove dead osd_is_valid_op_target
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:50 PM RADOS Bug #43213 (New): OSDMap::pg_to_up_acting etc specify primary as osd, not pg_shard_t(osd+shard)
The OSD methods to map a PG return primary as an int, not pg_shard_t (osd + shard).
Objecter compensates for this ...
Sage Weil
04:47 PM Dashboard Backport #43212 (In Progress): nautilus: mgr/dashboard: RBD mirroring page results in "500 - inte...
Jason Dillaman
04:42 PM Dashboard Backport #43212 (Resolved): nautilus: mgr/dashboard: RBD mirroring page results in "500 - interna...
https://github.com/ceph/ceph/pull/32133 Jason Dillaman
04:47 PM Revision b498d715 (ceph): osd/OSDMap: fix get_pg_acting_role()
This needs to take an spgid in order to know what role the osd is
serving.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:46 PM Revision 57c3e344 (ceph): codeowners: Add ceph2.py to @ceph/orchestrators
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
04:44 PM Revision 22d5bd95 (ceph): Merge pull request #32053 from votdev/left_align_badges
mgr/dashboard: Left align badge datatable columns
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Lenz Grimmer
04:44 PM Revision cfdb569a (ceph): osd: use spg_t for pending_creates_from_osd
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:43 PM Dashboard Bug #43072 (Resolved): mgr/dashboard: unavailable devices are selectable when creating OSDs
Lenz Grimmer
04:43 PM Revision 9cc41d2b (ceph): osd/OSDMap: drop unused get_pg_acting_role()
No callers.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:43 PM Revision 1a528835 (ceph): mgr: ensure new daemons are properly indexed by hostname
The hostname key was never populated when storing a daemon within
the daemon state index for the first time. This res...
Jason Dillaman
04:42 PM Revision d5c54d55 (ceph): Merge pull request #31927 from bk201/wip-43072
mgr/dashboard: hide in-use devices when creating OSDs
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Vo...
Lenz Grimmer
04:42 PM Revision 451c5cad (ceph): osd/OSDMap: fix+simplify is_up_acting_osd_shard
Use the new calc_pg_role() to simplify this function
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:41 PM Dashboard Bug #43029 (Pending Backport): mgr/dashboard: RBD mirroring page results in "500 - internal serve...
Jason Dillaman
04:34 PM Revision 9960f936 (ceph): Merge pull request #32084 from votdev/auth_service_observable
mgr/dashboard: Use Observable in auth.service
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Lenz Grimmer
04:32 PM Revision a494757a (ceph): mgr/dashboard: Improve badge column template. (#32026)
mgr/dashboard: Improve badge column template.
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Lenz Grimmer
04:30 PM Revision f886610e (ceph): Merge PR #31907 into master
* refs/pull/31907/head:
mgr/dashboard: properly handle a missing rbd-mirror service status
mgr: cull service daemon...
Sage Weil
04:29 PM Revision 50933b86 (ceph): qa: krbd_exclusive_option.sh: update for recent kernel changes
Since 5.3:
- a plain "rbd map" acquires the lock, so it's not different from
"rbd map -o exclusive" in this regard
...
Ilya Dryomov
04:29 PM Revision 3aae1403 (ceph): qa: kernel.sh: unlock before rolling back
"rbd snap rollback" expects an unlocked image, but we may get there
locked if object map is enabled (or if lock_on_re...
Ilya Dryomov
04:06 PM RADOS Bug #40963: mimic: MQuery during Deleting state
/a/sage-2019-12-08_05:43:33-rados-nautilus-distro-basic-smithi/4580545 Neha Ojha
04:01 PM Revision 05bc1d89 (ceph): mgr/dashboard: Simplify PrometheusService::getRules implementation
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
03:51 PM Revision 1cf2b906 (ceph): osd: use new and improved calc_pg_role()
An acting set might be [0,1,2,1], and we want pgs 1.0s2 and 1.0s4 on
osd.1 to get roles 1 and 3, respectively (instea...
Sage Weil
03:50 PM Revision b7605335 (ceph): osd/OSDMap: new calc_pg_role() that takes a pg_shard_t
If you have an acting set like [0,1,2,1] then osd.1 has two possible roles
(1 and 3). If we simply return the first ...
Sage Weil
03:50 PM Revision 7ba1dead (ceph): osd/PeeringState: use pg_vector_string for operator<<
This shows NONE instead of a numeric CRUSH_ITEM_NONE.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:50 PM Revision 5c1b34fc (ceph): osd/PeeringState: debug lines for upacting_features, proc_lease
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:50 PM Revision 0637c269 (ceph): osd/OSDMap: calc_pg_rank -> calc_pg_role
These were identical.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:20 PM Dashboard Bug #43079 (In Progress): nautilus: mgr/dashboard: exception in cephfs: "AttributeError: 'NoneTyp...
Volker Theile
03:13 PM CephFS Documentation #43210 (In Progress): doc: MDS config reference improvements
https://docs.ceph.com/docs/master/cephfs/mds-config-ref/
Add details on how to apply a configuration option, fetch...
Venky Shankar
03:12 PM Revision 6a988938 (ceph): qa/tasks/mgr/dashboard/test_health: update schema
Fixes: https://tracker.ceph.com/issues/43195
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
Tatjana Dehler
03:06 PM CephFS Backport #43085 (In Progress): nautilus: pybind / cephfs: remove static typing in LibCephFS.chown
Jos Collin
02:56 PM CephFS Backport #43085 (New): nautilus: pybind / cephfs: remove static typing in LibCephFS.chown
Reopening. I will update this PR with this fix: https://github.com/ceph/ceph/pull/31741 Jos Collin
03:05 PM ceph-volume Bug #43209: When presented a 'dm' c-v should not be recognised if it's a ceph member
Alfredo Deza wrote:
> I don't think it should recognize it, and this ticket doesn't explain why it should. The batch...
Sébastien Han
03:01 PM ceph-volume Bug #43209: When presented a 'dm' c-v should not be recognised if it's a ceph member
I don't think it should recognize it, and this ticket doesn't explain why it should. The batch and lvm commands requi... Alfredo Deza
02:54 PM ceph-volume Bug #43209: When presented a 'dm' c-v should not be recognised if it's a ceph member
Indeed it's ceph version 14.2.4 (75f4de193b3ea58512f204623e6c5a16e6c1e1ba) nautilus (stable).
I can try on master soon.
Sébastien Han
02:48 PM ceph-volume Bug #43209: When presented a 'dm' c-v should not be recognised if it's a ceph member
Sébastien Han wrote:
> No, it's not coming from c-v inventory or list. It's coming from a Rook inventory (that I'm f...
Jan Fajerski
02:29 PM ceph-volume Bug #43209: When presented a 'dm' c-v should not be recognised if it's a ceph member
No, it's not coming from c-v inventory or list. It's coming from a Rook inventory (that I'm fixing at the moment).
...
Sébastien Han
02:26 PM ceph-volume Bug #43209: When presented a 'dm' c-v should not be recognised if it's a ceph member
Is this bug for the list sub command?
On the creation code paths these devices are explicitly ignored. That was in...
Jan Fajerski
02:12 PM ceph-volume Bug #43209 (Resolved): When presented a 'dm' c-v should not be recognised if it's a ceph member
Example:... Sébastien Han
02:59 PM Revision 0055fbdc (ceph): pybind / cephfs: remove static typing in LibCephFS.chown
The routine does type checking anyway, plus, to be uniform
with other APIs.
Fixes: http://tracker.ceph.com/issues/42...
Venky Shankar
02:57 PM CephFS Feature #40929 (In Progress): pybind/mgr/mds_autoscaler: create mgr plugin to deploy and configur...
Milind Changire
02:56 PM CephFS Fix #41782 (Fix Under Review): mds: allow stray directories to fragment and switch from 10 stray ...
Update:
Stray dirs are not being dropped from 10 to 1. Zheng recommended having more stray dirs.
Only fragmentation...
Milind Changire
02:55 PM Revision 27148932 (ceph): mgr/rook: Added Mypy static type checking
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
02:44 PM CephFS Bug #43208 (Fix Under Review): mds: unsafe req may result in data remaining in the datapool
Patrick Donnelly
12:56 PM CephFS Bug #43208 (Resolved): mds: unsafe req may result in data remaining in the datapool
when client create file, if early_reply is set true, the metadata has not write to journal and the file data is succe... simon gao
02:43 PM ceph-volume Bug #43187: Should increase the default CEPH_VOLUME_SYSTEMD_TRIES to 2000 to match CEPH_VOLUME_TI...
Apologies, I see now the what you mean. Makes sense to me. Jan Fajerski
11:02 AM ceph-volume Bug #43187: Should increase the default CEPH_VOLUME_SYSTEMD_TRIES to 2000 to match CEPH_VOLUME_TI...
I'm not sure setting a 10k second default time-out makes sense. If this makes sense for some use cases, setting the e... Jan Fajerski
02:42 PM CephFS Bug #43039: client: shutdown race fails with status 141
(Handing back to Patrick for now)
Is this problem still occurring in teuthology?
Jeff Layton
02:23 PM Revision 64b69572 (ceph): Merge PR #32009 into master
* refs/pull/32009/head:
doc: removes kube-helm installation instructions
Reviewed-by: Sebastian Wagner <swagner@sus...
Sage Weil
02:08 PM Revision 3457192c (ceph): librbd: fix rbd_open_by_id, rbd_open_by_id_read_only
These methods incorrectly delete ImageCtx on error, resulting
in double-free heap corruption.
Fixes: https://tracker...
yangjun
01:55 PM Revision 4c1029bc (ceph): mgr/volumes: check for string values in uid/gid
chown allows strings as per bbbfb44453f204286a8ff312349d42afde5fced6,
which caused this error. Eventhough uid/gid are...
Jos Collin
01:44 PM Dashboard Bug #43195 (In Progress): mgr/dashboard: backend API test failure: test_full_health (tasks.mgr.da...
Tatjana Dehler
09:43 AM Dashboard Bug #43195 (Resolved): mgr/dashboard: backend API test failure: test_full_health (tasks.mgr.dashb...
... Laura Paduano
01:43 PM Revision 11811e61 (ceph): nautilus: osd: set collection pool opts on collection create, pg load
We need to tell the ObjectStore's Collections what the pool options are
for things like the bluestore compression mod...
Sage Weil
01:42 PM Revision 00e874f7 (ceph): mimic: osd: set collection pool opts on collection create, pg load
We need to tell the ObjectStore's Collections what the pool options are
for things like the bluestore compression mod...
Sage Weil
01:39 PM ceph-volume Bug #43198 (Closed): wrongly used a string type in several os.environ.get() calls
Jan Fajerski
10:48 AM ceph-volume Bug #43198 (Closed): wrongly used a string type in several os.environ.get() calls
Jan Fajerski
01:17 PM Revision 4e75ee0f (ceph): Merge PR #31800 into master
* refs/pull/31800/head:
doc: Update commands in bootstrap.rst
Update doc/bootstrap.rst
Update doc/bootstrap.rst
M...
Sage Weil
01:15 PM Revision 3036d11c (ceph): ceph-daemon: py2: tolerate whitespace before config key name
The py2 ConfigParser doesn't like whitespace before the config option
name. (The py3 version doesn't care.) Filter ...
Sage Weil
12:59 PM RADOS Backport #40890: mimic: Pool settings aren't populated to OSD after restart.
Here's my attempt at the backport: https://github.com/ceph/ceph/pull/32125 Dan van der Ster
12:53 PM RADOS Backport #40891: nautilus: Pool settings aren't populated to OSD after restart.
Here's my attempt at the backport: https://github.com/ceph/ceph/pull/32123 Dan van der Ster
12:47 PM rgw Bug #43184 (In Progress): rgw: radosgw_admin teuthology task: No module named bunch
Yehuda Sadeh
12:47 PM Revision f6241d1c (ceph): doc/cephfs/disaster-recovery-experts: Add link for scrub and note for s...
Fixes: https://tracker.ceph.com/issues/22204
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
12:20 PM rgw Bug #43207 (Resolved): fix rgw crash when duration is invalid in sts request
joke lee
12:17 PM rgw Backport #43206 (Resolved): mimic: rgw: reshard on versioned buckets causes inconsistency in user...
https://github.com/ceph/ceph/pull/33304 Nathan Cutler
12:14 PM Dashboard Backport #43205 (Rejected): nautilus: mgr/dashboard: integrate support for RBD mirror peer bootstrap
Nathan Cutler
12:14 PM rbd Backport #43204 (Rejected): nautilus: [rbd-mirror] mirror pool status should incorporate daemon h...
Nathan Cutler
12:13 PM rgw Backport #43203 (Resolved): nautilus: Changing bucket versioning status for an MFA enabled bucket...
https://github.com/ceph/ceph/pull/32759 Nathan Cutler
12:13 PM rgw Backport #43202 (Resolved): mimic: Changing bucket versioning status for an MFA enabled bucket wo...
https://github.com/ceph/ceph/pull/33303 Nathan Cutler
12:13 PM ceph-volume Backport #43201 (Resolved): nautilus: wrongly used a string type as int value for CEPH_VOLUME_SYS...
https://github.com/ceph/ceph/pull/32873 Nathan Cutler
12:13 PM ceph-volume Backport #43200 (Resolved): mimic: wrongly used a string type as int value for CEPH_VOLUME_SYSTEM...
https://github.com/ceph/ceph/pull/32872 Nathan Cutler
12:07 PM Revision 69135241 (ceph): qa/tasks: Fix the volume ls in test_volume_rm
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
12:07 PM Revision 5e998bd9 (ceph): qa/tasks: tests for 'fs volume create' and 'fs volume ls'
Fixes: https://tracker.ceph.com/issues/42872
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
11:55 AM CephFS Feature #36253 (Fix Under Review): cephfs: clients should send usage metadata to MDSs for adminis...
Venky Shankar
11:54 AM CephFS Feature #24285 (Fix Under Review): mgr: add module which displays current usage of file system (`...
Venky Shankar
11:46 AM rgw Bug #43199 (Resolved): recursive lock of RGWCoroutinesManager::lock (43)
I backported this pr (https://github.com/ceph/ceph/pull/29637) to luminous, and found that RGW is segfaulted as follo... Chang Liu
11:38 AM Revision b930aaad (ceph): rgw: create_bucket() remove the correct bucket index
Remove the correct bucket index objects if trying to create
new bucket but already exists.
Signed-off-by: Yehuda Sad...
Yehuda Sadeh
11:36 AM Revision 410e9f1b (ceph): rgw: put_linked_bucket_info() remove bucket info if needed
If exclusive and entrypoint already exists, remove the bucket info that
was created by us.
Signed-off-by: Yehuda Sad...
Yehuda Sadeh
11:35 AM Revision d8e7008c (ceph): rgw: svc/bucket_sobj: return -EEXIST at store_bucket_entrypoint_info
Fixes: https://tracker.ceph.com/issues/42869
This is needed by caller (specifically needed for updating
bucket metad...
Yehuda Sadeh
11:09 AM mgr Bug #42721: mgr/balancer: KeyError messages in balancer module
This seems to affect Nautilus as well - see #43181 for a similar report:... Lenz Grimmer
11:07 AM mgr Bug #43181 (Duplicate): Module 'balancer' has failed: (104,) - with Unhandled Exception
This seems to be a duplicate of #42721 Lenz Grimmer
10:46 AM ceph-volume Bug #43186 (Pending Backport): wrongly used a string type as int value for CEPH_VOLUME_SYSTEMD_TR...
Jan Fajerski
10:46 AM Revision 1c8a4b03 (ceph): Merge pull request #32106 from taodd/ceph-volume-fix-env
ceph-volume: fix the integer overflow Jan Fajerski
10:34 AM Dashboard Feature #43197 (Resolved): mgr/dashboard: Explicitly set/change the device class of an OSD
Ricardo Marques
10:30 AM rgw Bug #43196 (Resolved): metadata is missing in bucket deletion notifications
* metadata info not appearing in deletion requests notifications
* cannot filter on metadata for deletion requests n...
Yuval Lifshitz
10:17 AM Revision 91c99b85 (ceph): os/bluestore: Add config observer for osd memory specific options.
Add config observer to enable changes to the following osd memory specific
options at runtime,
- osd_memory_target
...
Sridhar Seshasayee
10:06 AM mgr Bug #24648: 'ceph mgr enable/disable <module>' interrupts all other modules
Relates to https://github.com/ceph/ceph/pull/32051: We cannot (And will likely never be able to) properly unload modu... Sebastian Wagner
10:06 AM Dashboard Feature #24651 (Rejected): mgr/dashboard: Improve SSL certificate import to no longer require a M...
We cannot (And will likely never be able to) properly restart modules, therefore let's close this issue as rejected. ... Sebastian Wagner
09:42 AM Revision 713db299 (ceph): mgr/dashboard: add smartctl data as a details tab of a host (#30594)
mgr/dashboard: add smartctl data as a details tab of a host
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Review...
Lenz Grimmer
09:36 AM Revision a76e4393 (ceph): rgw: Fix dynamic resharding not working for empty zonegroup in period
Sometimes when cluster has been upgraded from jewel, the period's zonegroup could be empty, so no dynamic resharding.... Or Friedmann
08:55 AM RADOS Bug #43193 (Rejected): "ceph ping mon.<id>" cannot work
The command "ceph ping mon.<id>" returns an error output:... Min Shi
06:35 AM RADOS Bug #42706: LibRadosList.EnumerateObjectsSplit fails
rados_cluster handler will be freed if set_pg_num failed,... huang jun
03:41 AM Revision 1bf21326 (ceph): qa: radosgw-admin: remove dependency on bunch package
Fixes: https://tracker.ceph.com/issues/43184
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:35 AM RADOS Bug #42861: Libceph-common.so needs to use private link attribute when including dpdk static library
The dpdk library initializes the EAL using constructors and global
variables, and cannot be re-initialized. Both tes...
chunsong feng
01:25 AM rgw Bug #43180: rgw: ordered listing of bucket with many incomplete multipart uploads fails
Hi Eric,
Thanks solely to the reproducer (which I hadn't arrived at in testing with the provided instructions alon...
Matt Benjamin
 

Also available in: Atom